/* 重置所有样式 */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.header{
	margin-bottom: 0px!important;
}

/* 主题框架 */
.cus_activity_banner{
	width: 100%;
	min-width: 1200px;
}
.cus_activity{
	width: 100%;
	min-width: 1200px;
	background-repeat: no-repeat;
	background-size: cover;
}

.cus_module_img{
	width: 1200px;
	height: auto;
	margin-top: 80px;
}
.cus_activity_modulebox{
	width: 1200px;
	min-height: 200px;
	margin: 0 auto;
}
.cus_banner_sm{
	width: 100%;
	position: relative;
}
.cus_banner_sm_img{
	width: 100%;
	height: 460px;
	padding: 50px 110px 0px 110px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
}


/* 模块公用样式 */
.cus_activity_module_box{
	margin-top: 60px;
}

.cus_activity_module{
	width: 1200px;
	height: 570px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cus_activity_module_head{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 25px;
}

.cus_activity_module_btn{
	cursor: pointer;
}
.cus_activity_module_right_fir{
	margin-bottom: 30px;
}

/* 轮播 */
.cus_activity_swiper{
	width: 1200px;
	height: 570px;
}
.swiper-container{
	width: 100%!important;
	height: 100%!important;
}
.swiper-button-prev{
	width: 29px;
	height: 57px;
	background-image: url(/images/template/left.png)!important;
	background-size: 100% 100%!important;
	left: 56px!important;
}
.swiper-button-next{
	width: 29px;
	height: 57px;
	background-image: url(/images/template/right.png)!important;
	background-size: 100% 100%!important;
	right: 56px!important;
}

/* 获客模块 */
.cus_module_huoke{
	width: 100%;
	height: 592px;
	margin-top: 90px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.cus_module_huoke_ani{
	width: 520px;
	height: 252px;
	padding: 0 20px;
	/* border: 1px solid red; */
	position: absolute;
	top: 178px;
	left: 90px;
	z-index: 20;
	overflow: hidden;
}
.cus_module_huoke_ani_item{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 40px;
}

.cus_module_huoke_inputbox{
	width: 422px;
	min-height: 100px;
	/* border: 1px solid red; */
	position: absolute;
	z-index: 20;
	top: 232px;
	right: 86px;
}
.cus_input{
	width: 100%;
	height: 60px;
	padding: 0 26px;
	font-size: 18px;
	border: none;
	background-color: #FFFFFF;
	border-radius: 4px;
	margin-bottom: 16px;
}

.cus_input_sub{
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	border: 3px solid #ffa283;
	border-radius: 4px;
	text-align: center;
	color: #FFFFFF;
	background: linear-gradient(90deg, 
		#ff8663 0%, 
		#ff4e4d 100%), 
	linear-gradient(
		#000000, 
		#000000);
		cursor: pointer;
}

/* 活动解释 */
.cus_module_footer_ts{
	width: 100%;
	padding-bottom: 90px;
}