@charset "utf-8";
/* CSS Document */
*{
	/* font-family: \'Noto Sans SC\',\'STHeiti Light\',\'Source Han Sans CN\',\'SimHei\', "Times New Roman",Georgia,Serif,SimHei; */
	font-family: 'Noto Sans SC';
}
/*af banner*/
.af_banner {
	width: 100%;
	height: 869px;
	background: url(../newimages/new_welfare1.png) no-repeat center center;
}
.af_banner .af_banner_logo{
	/* display: block;
	    margin-left: 36px;
	    padding-top: 38px; */
}
.af_banner .af_banner_logo img{
	
}


.diab {
	pointer-events: none;
}

.banner_texts {
	width: 1190px;
	text-align: left;
	margin: 0 auto;
	padding-top: 125px;
}

.banner_texts>h3 {
	font-size: 48px;
	color: #fff;
	margin-bottom: 28px;
}

.banner_texts>p {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 35px;
	letter-spacing: 1.5px;
}

.banner_texts_btn {
	margin-top: 378px;
	text-align: center;
}
.banner_texts_btn a img{
	width: 800px;
}
.banner_texts_btn h5{
	font-size: 68px;
	margin: 36px auto;
}
.banner_texts_btn>a>input[type=button] {
	padding: 0px 30px;
	line-height: 45px;
	border: 2px solid #fff;
	border-radius: 30px;
	color: #fff;
	font-size: 18px;
	background: rgba(0, 0, 0, 0);
	cursor: pointer;
}

.banner_texts_btn>a:nth-child(2) {
	margin-left: 10px;
}

.banner_texts_btn>a>input[type=button].btn_active {
	background-image: linear-gradient(180deg, #ffc837 0%, #ff8008 100%),
		linear-gradient(0deg, #ff8008 0%, #ffc837 100%);
	color: white;
	border: 0;
}

.banner_texts_btn>a>input[type=button]:hover {
	background: #fff;
	color: #ff8008;
}
/* new_welfare大背景 */
.new_welfare_bg{
	background: url(../newimages/new_welfare2.png) no-repeat center center;
	background-size: 100% 100%;
	height: 4500px;
}




/*af manage*/
.af_manage {
	background: #fff;
	width: 100%;
	
}

.af_manage_center,
.af_aptitude_center,
.af_condition_center,
.af_consult_conter,
.af_reg_center{
	width: 1146px;
	height: 100%;
	margin: 0 auto;
	/* overflow: hidden; */
}

.af_manage_texts {
	float: left;
	color: #000;
}

.af_adtop,
.af_madtops {
	text-align: center;
	margin-bottom: 30px;
}

.af_adtop>h4,
.af_madtops>h4 {
	font-size: 28px;
	margin-top: 40px;
	color: #000;
	font-weight: bold;
}

.af_adtop>p,
.af_madtops>p,
.af_condition_center>p,
.af_conadtop>p {
	color: #ccc;
	margin-bottom: 20px;
}

.af_manage_texts>p {
	font-size: 14px;
	width: 540px;
	line-height: 25px;
	color: #333;
}

.af_manage_flow {
	margin-top: 30px;
}

.af_manage_flow>div {
	font-size: 16px;
}

.af_manage_flow>div>span,
.af_manage_flow .af_textsubt {
	color: #000;
	font-weight: bold;
}

.af_manage_flow>div>img {
	margin-top: 20px;
	width: 550px;
	height: 60px;
}

.af_manage_img {
	float: right;
	margin-right: 5px;
}

.af_manage_img>img {
	width: 358px;
	height: 220px;
}

/*af aptitude*/
.af_aptitude {
	height: 1854px;
	width: 100%;
	/* background: url(../newimages/welfare_bg.png) no-repeat center center; */
    margin-top:-200px;
}
.af_aptitude .af_aptitude_center{
	/* display: flex;
	align-items: center; */
}
.af_aptitude_texts {
	float: left;
	color: #000;
	width: 100%;
	background: url(../newimages/new_welfare3.png) no-repeat center center;
	background-size: 100% 100%;
	height: 1854px;
	margin-top: -74px;
}
.af_aptitude .welfare_tit{
	display: flex;
    flex-direction: column;
		align-items: center;
}
.af_aptitude .welfare_tit h2{
  font-size: 52px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #FFFFFF;
line-height: 59px;
text-shadow: 0px 4px 0px rgba(190,204,242,0.78);
text-align: center;
    margin: 75px 0 15px;
}
.af_aptitude .welfare_tit a{
	background: url(../newimages/new_welfare5.png) no-repeat center center;
	background-size: 100% 100%;
	width: 351px;
	height: 114px;
	display: flex;
  justify-content: center;
  
}
.af_aptitude .welfare_tit a em{
	font-size: 40px;
font-weight: bold;
color: #FC4C02;
line-height: 28px;
}
.af_aptitude ul{
	display: flex;
	margin-top: 109px;
	flex-wrap: wrap;
	padding: 0 23px;
	justify-content: space-between;
}
.af_aptitude ul .welfare_list{
	background-color: #fff;
	padding: 0px 14px 0px;
	    box-sizing: border-box;
	    width: 540px;
	    /* margin-right: 30px; */
	    margin-bottom: 23px;
	    /* height: 400px; */
	    /* max-height: 400px; */
		float: left;
		border-radius: 16px;
}
.af_aptitude ul li:hover{
	box-shadow: 0px 15px 30px 1px rgba(0,0,0,0.1000);
}
.af_aptitude ul .welfare_list_img{
	height: 380px;
}
.af_aptitude ul .welfare_list_img img{
	height: 100%;
	margin: 0 auto;
    display: block;
}
.af_aptitude ul .welfare_list_title{
	color: var(--mainFontColor);
	    font-size: 30px;
	    font-weight: normal;
	    /* height: 70px;
	    line-height: 40px; */
	    word-break: break-all;
	    overflow : hidden;
	    text-overflow: ellipsis; 
	    display: -webkit-box; 
	    -webkit-line-clamp: 2; 
	    -webkit-box-orient: vertical;
	    margin-left: 5px;
	    letter-spacing: 0.05em;
			margin-top: 20px;
			color: #181818;
			font-weight: 400;
			margin-bottom: 30px;
}
.af_aptitude a:hover .welfare_list_title{
    color: var(--main-color);
}
.af_aptitude ul .welfare_list_price{
	color: var(--subs-color);
}
.af_aptitude ul .welfare_list_price1{
	    font-size: 20px;
	    font-weight: 600;
		margin-right: 20px;
}
.af_aptitude ul .welfare_list_price2{
	font-size: 16px;
	color: #999;
	text-decoration: line-through;
}
.af_aptitude ul .welfare_buy{
	width: 540px;
	height: 75px;
	background: linear-gradient(0deg, #FF9C30, #FF0F12);
	border-radius: 5px;
	margin-left: -14px;
	color: #FFFFFF;
    font-size: 45px;
		text-align: center;
		margin-bottom: 34px;
}
.af_aptitude ul .welfare_list_bottom{
	display: flex;
    justify-content: center;
    align-items: center;
		padding-bottom: 22px;
}
.af_aptitude ul .welfare_list_bottom .welfare_list_price1{
	font-size: 68px;
	font-weight: 500;
	color: #FE0038;
	line-height: 42px;
}
.af_aptitude ul .welfare_list_bottom .welfare_list_price1 em{
	font-size: 37px;
	font-weight: 400;
	color: #F4043A;
	line-height: 42px;
}

/*af condition*/
.af_condition {
	/* background: #fff; */
	height: 424px;
	width: 100%;
}
.af_condition .aa{
	background: url(../newimages/new_welfare6.png) no-repeat center center;
	background-size: 100% 100%;
	height: 630px;
}
.af_condition h2{
	margin: 14px auto 70px;
	text-align: center;

	font-size: 52px;
color: #FFFFFF;
line-height: 137px;
text-shadow: 0px 4px 0px rgba(190,204,242,0.78);
}
.af_condition ul{
	padding: 0 47px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.af_condition ul li{
	display: inline-block;
	    width: 15%;
			height: 100px;
			/* width: 23%;
	    height: 150px; */
	    border: solid 1px #e7e7e7;
	    margin-right: 13px;
	    margin-bottom: 18px;
	    position: relative;
	    cursor: pointer;
	    float: left;
}
/* .af_condition ul li:nth-child(6n){
	margin-right: 0px!important;
} */
.af_condition ul li img{
	display: block;
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	
}
/* 注册上面的列表 */
.af_reg {
	

	width: 100%;
	margin-top: 260px;
	
}
.af_reg .af_reg_center{
	background: url(../newimages/new_welfare7.png) no-repeat center center;
	background-size: 100% 100%;
	height: 884px;

}
.af_reg h2{
	margin: 14px auto 70px;
	text-align: center;
	font-size: 52px;
    color: #FFFFFF;
    line-height: 137px;
    text-shadow: 0px 4px 0px rgb(190 204 242 / 78%);
}
.af_reg ul{
	padding: 0 51px;
}
.af_reg ul li{
	    display: inline-block;
	    width: 510px;
height: 280px;
background: #FFFFFF;
border-radius: 5px;
	    margin-right: 20px;
	    margin-bottom: 34px;
	    position: relative;
	    cursor: pointer;
	    float: left;
}
.af_reg ul li:nth-child(2n){
	margin-right: 0px!important;
}
.af_reg ul li h3{
	
	background-size: 100% 100%;
	font-size: 32px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FFFFFF;
line-height: 76px;
text-align: center;
}
.af_reg ul li div{
	width: 337px;
  font-size: 28px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #181818;
line-height: 52px;
margin: 0 auto;
display: flex;
    align-items: center;
    height: 200px;
}

/*af af_reg_list注册*/
.af_reg_list {
	height: 665px;
	width: 100%;
	/* background: url(../newimages/welfare_reg.png) no-repeat center center; */
	margin-bottom: 100px;
}
.af_reg_list .af_reg_center{
	background: url(../newimages/new_welfare12.png) no-repeat center center;
	background-size: 100% 100%;
}
.af_reg_list .af_reg_form{
	margin-top: 6%;
	padding: 0px 183px;
}
.af_reg_list .af_reg_form>h2{
	margin: 14px auto 70px;
    text-align: center;
    font-size: 52px;
    color: #FFFFFF;
    line-height: 137px;
    text-shadow: 0px 4px 0px rgb(190 204 242 / 78%);
}
.af_reg_list .af_reg_item{
	margin-bottom: 24px;
}
.af_reg_list .af_reg_item label{ 
	width: 140px;
	display: inline-block;
	text-align: right;
	font-size: 24px;
	color: #FC4C02;
}
.af_reg_list .af_reg_item .lable1{
	height: 50px;
	line-height: 50px;
}
.af_reg_list .af_reg_item label em{ 
	color: #FC4C02;
	text-align-last: justify;
    text-align: justify;
    width: 100px;
    display: inline-block;
		font-size: 24px;
		margin-right: 20px;
}
.af_reg_list .af_reg_item input{
	padding-left: 10px;
	font-size: 20px;
}
.af_reg_list .af_reg_itemtel{
	display: flex;
}
.af_reg_list .af_reg_item .af_reg_itemcode{
	display: flex;
	margin-left: 5px;
}
.af_reg_list .af_reg_item .af_reg_input{ 
	width: 540px;
	height: 50px;
	border: 1px solid #FC4C02;
	background: #FFFCFB;
	border-radius: 6px;
	outline: none;
	font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #756663;
line-height: 36px;
/* opacity: 0.5; */
}
.af_reg_list .af_reg_item .af_reg_input_btn{ 
	width: 144px;
	height: 50px;
	line-height: 50px;
	background: #FC4C02;
	border-radius: 4px;
	display: inline-block;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #FC4C02;
	margin-left: 10px;
}
.af_reg_list .form_btn{
	color: #FC4C02;
	background: #FC4C02;
	border: none;
	font-size: 30px;
	display: block;
	font-weight: bold;
	    margin: 0 auto;
		border-radius: 10px;
		cursor: pointer;
		width: 310px;
		height: 73px;
		background: linear-gradient(-37deg, #E3EBFF, #F2F6FF, #E0E8FF);
		box-shadow: -6px 13px 21px 0px rgba(132,156,216,0.66);
		border-radius: 33px;
}
.af_reg_list .af_reg_item .af_reg_input2{ 
	width: 385px;
	height: 50px;
	border: 1px solid #FC4C02;
	outline: none;
	font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #756663;
line-height: 36px;
/* opacity: 0.5; */
border-radius: 6px;
}
.af_reg_list .af_reg_checkbox{
	display: flex;
	margin-bottom: 30px;
}
.af_reg_list .af_reg_checkbox .reg_checkbox{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-left: 6px;
}
.af_reg_list .af_reg_checkbox .reg_checkbox div{
	width: 33%;
	margin-bottom: 20px;
}
.af_reg_list .af_reg_checkbox input{
	width: 18px;
	height: 18px;
	margin-right: 10px;
	color: #008000;
	 cursor: pointer;
	            position: relative;
				font-size: 14px;
}
input[type=checkbox]::after {
            position: absolute;
            top: 0;
						color: rgb(239 14 14);
           width: 18px;
           height: 18px;
            display: inline-block;
            visibility: visible;
            padding-left: 0px;
            text-align: center;
            content: ' ';
            border-radius: 2px;
        }
 
        input[type=checkbox]:checked::after {
            content: "✓";
            color: #fff;
            font-size: 12px;
            font-weight: 700;
           // background-color: black;
            background-color: #FC4C02;
        }

.af_reg_list .af_reg_checkbox em{
	
	font-size: 20px;
}
/* af_bottom */
.af_bottom{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
}



/*af consult*/
.af_consult {
	height: 400px;
}

.af_consult_conter {
	text-align: center;
	padding-top: 27px;
}

.af_conadtop>h5 {
	font-weight: bold;
	font-size: 28px;
	color: #000;
}

.af_consult_conter>p {
	font-size: 18px;
	color: #000;
	line-height: 48px;
	text-align: left;
	margin-left: 363px;
}

.tel_service {
	font-size: 18px;
	color: #000;
	margin-top: 15px;
	text-align: left;
	margin-left: 363px;
}

.tel_service>span {
	display: inline-block;
	height: 30px;
	width: 112px;
	color: #fff;
	background: var(--mains-color) url(../newimages/weixin_logo.png) no-repeat 15px center;
	font-size: 14px;
	line-height: 30px;
	padding-left: 25px;
	cursor: pointer;
	text-align: center;
}

/*right buoy*/
.right_bouy {
	width: 50px;
	position: fixed;
	right: 0px;
	top: 400px;
	display: none;
}

.right_bouy>div {
	height: 42px;
	width: 42px;
	border-radius: 50%;
	line-height: 42px;
	text-align: center;
	margin-bottom: 7px;
}

.right_bouy>div>a {
	display: block;
	height: 42px;
	width: 42px;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
}

.bouy_top {
	background: #cccccc;
}

.bouy_apply,
.bouy_ask {
	background: var(--mains-color);
}

.bouy_apply:hover,
.bouy_ask:hover {
	background: var(--mains-color);
}

.af_manage_head {
	text-align: center;
}

.af_madtops_form p {
	color: #ccc;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 0;
}

.af_apply_form .af_enitem {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 17px;
}

.af_apply_form .af_enitem>span {
	background-color: var(--main-color);
	color: #fff;
	padding: 13px 0;
	font-size: 18px;
	display: inline-block;
	min-width: 120px;
	text-align: center;
}

.af_apply_form .af_enitem>input,
.af_apply_form .af_enitem>p {
	width: 290px;
	height: 50px;
	border: 1px solid var(--main-color);
	background-color: #fff;
	outline: none;
	padding: 0 5px;
	box-sizing: border-box;
	font-size: 16px;
}

.af_apply_form .af_enitem>p {
	cursor: pointer;
	display: flex;
	align-items: center;
}

.tijiao {
	text-align: center;
}

.tijiao>button {
	background-image: linear-gradient(to right, #fb3c34, #ff8a41);
	border: none;
	border-radius: 10px;
	width: 300px;
	height: 50px;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	outline: none;
	margin-top: 20px;
}

.enitemErr {
	font-size: 12px;
	color: #e33c33;
	line-height: 20px;
	padding: 0 20px 0 39px;
	position: relative;
	background-color: #fff;
	text-align: left;
	opacity: 0;
}

.enitemErr::before {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	background: url(../newimages/lww_errorss.png)no-repeat center;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.selected_text {
	position: relative;
}

.selected_text::after {
	content: '';
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	width: 19px;
	height: 10px;
	transform: translateY(-50%);
	background: url(../newimages/af_select_down.png) no-repeat right center;
}
