body{
    background: #fff;
}
.advantage_wrap{
    width: 100%;
    height: auto;
    background: url("https://yfcn.oss-accelerate.aliyuncs.com/images/agent-bg.jpg?x-oss-process=image/resize,p_100/format,webp") no-repeat center center;
    background-size: 100% 100%;
    padding-top:74px;
}
.top_header{
    text-align: center;
    width: 70%;
    margin:0 auto 70px;
}
.top_header h2{
    font-size: 40px;
font-family: PingFangSC;
font-weight: 600;
color: #434343;
line-height: 38px;
margin-bottom: 30px;
}

.top_header p{
    font-size: 20px;
font-family: Adobe Heiti Std;
font-weight: normal;
color: #737A84;
line-height: 30px;
}
.advant_list{
    display: flex;
    flex-wrap: wrap;
    /* align-items: center;
    justify-content: center; */
}
.advant_list li{
    width: calc(100%/3);
    text-align: center;
    padding:40px 0;

}
.advant_list li h3{
    font-size: 50px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #434343;
    line-height: 30px;
    margin-bottom: 30px;
}
.advant_list li p{
    font-size: 20px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #737A84;
    line-height: 38px;
    margin-bottom: 0;
}
.advant_list li:nth-child(1),
.advant_list li:nth-child(2),
.advant_list li:nth-child(3){
    border:1px solid #D3D8E1;
border-top:none;
border-left: none;
}
.advant_list li:nth-child(3){
    border-right: none;
}
.advant_list li:nth-child(4),
.advant_list li:nth-child(5){
    border:none;
    border-right: 1px solid #D3D8E1;
}
.selet_list li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lt_tit,.rt_tit{
    text-align: center;
    font-size: 24px;
font-family: Adobe Heiti Std;
font-weight: normal;
color: #434343;
line-height: 38px;
width:40%;
}
.lt_proxy{
    width: 40%;
    height: 73px;
    background: url("https://yfcn.oss-accelerate.aliyuncs.com/images/agent-choose-red-bg.png?x-oss-process=image/resize,p_100/format,webp") no-repeat right;
    /* background-size: 100%; */
    display: flex;
    align-items: center;
    justify-content: right;
    padding-right: 64px;
}
.rt_proxy{
    width: 40%;
    height: 73px;
    background: url("https://yfcn.oss-accelerate.aliyuncs.com/images/agent-choose-blue-bg.png?x-oss-process=image/resize,p_100/format,webp") no-repeat left;
    /* background-size: 100%; */
    display: flex;
    align-items: center;
    padding-left: 64px;
}
.lt_proxy,.rt_proxy{
    font-size: 16px;
font-family: Adobe Heiti Std;
font-weight: normal;
color: #FFFFFF;
line-height: 20px;
}
.lt_proxy span,.rt_proxy span{
    cursor: pointer;
}
.lt_proxy span{
    text-align: right;
}
.rt_proxy span{
    text-align: left;
}
.lt_proxy span,.rt_proxy span{
    padding-bottom:10px;
}
.center_text{
    font-size: 20px;
font-family: Adobe Heiti Std;
font-weight: normal;
color: #434343;
line-height: 20px;
}
.selet_list li{
    margin-top:30px;
}
.select_wrap{
    padding-top:100px;
}
.condition_wrap{
    padding-top:100px
}
.join_list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.join_list li{
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 80px;
	justify-content: center;
}
.rt_txt h4{
    font-size: 24px;
font-family: PingFangSC;
font-weight: 600;
color: #434343;
line-height: 38px;
}
.rt_txt p{
    font-size: 14px;
font-family: Adobe Heiti Std;
font-weight: normal;
color: #434343;
line-height: 26px;
margin-top:22px;
}
.underline{
    width: 39px;
height: 3px;
background: #EB2230;
}
.operate_wrap{
    padding-top:90px;
}
.precess_list{
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    flex-wrap: wrap;
}
.precess_list li{
    margin-bottom: 20px;
}
.pre_content{
    display: flex;
    align-items: flex-end;
}
.lt_pre{
    text-align: center;
}
.rt_arrow{
    padding-bottom: 50px;
    padding-left: 20px;
}
.lt_pre h4{
    font-size: 18px;
font-family: PingFangSC;
font-weight: 600;
color: #434343;
line-height: 28px;
}
.lt_pre p{
    font-size: 14px;
font-family: PingFangSC;
font-weight: 600;
color: #737A84;
line-height: 24px;
}
.ic_img{
    margin-bottom: 20px;
}
.lt_logo,.logo_group,.rt_logo{
    display: flex;
    flex-wrap: wrap;
}
.lt_logo,.rt_logo{
    padding:70px 0;
}
.lt_logo{
    padding-right: 20px;
}
.rt_logo{
    padding-left: 20px;
}
.lt_logo li,.rt_logo li{
    width: calc(100%/3);
    margin-bottom: 5px;
}
.lt_logo li img,.rt_logo li img{
    width: 98%;
}
.lt_logo,.rt_logo,.center_form{
    width: calc(100%/3);
}
.center_form{
    background: #8a050e;
    position: relative;
    margin-top:-50px;
    padding:20px 5%;
    color:#fff;
    margin-bottom: 20px;
}
.center_form::before{
    position: absolute;
    content: "";
    left:-50px;
    top:0;
    width: 0;
    height: 0;
    border-bottom: 50px solid #590f05;
    border-left: 50px solid transparent;
}
.center_form::after{
    position: absolute;
    content: "";
    right:-50px;
    top:0;
    width: 0;
    height: 0;
    border-bottom: 50px solid #590f05;
    border-right: 50px solid transparent;
}
.logo_group{
    background: #153252;
    margin-top:140px;
}
.center_form h5{
font-family: Adobe Heiti Std;
font-weight: normal;
line-height: 28px;
font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
    margin-left: -50px;
    margin-right: -50px;	
	
}
.frame_form .center_form h5{
    margin-bottom: 0;
}
.center_form .modal-body{
    padding: 40px 44px 43px;
}
.center_form .col-form-label{
    font-size: 16px;
    font-family: PingFangSC;
    font-weight: 600;
    color: #fff;
    line-height: 26px;
    text-align: left;
}
.frame_form .center_form .col-form-label{
    color: #5F5F5F;
}
.frame_form .interests_txt{
    color: #5F5F5F;
}
.center_form .form-control{
    background: none;
}
.center_form textarea.form-control{
    height: 100px;
}
.center_form .form-group{
    margin-bottom: 20px;
}
.form-control{
    color:#fff;
}
.form-control::-webkit-input-placeholder { /* WebKit browsers */
    color:#fff;
}
textarea::-webkit-input-placeholder { /* WebKit browsers */
    color:#fff;
    font-size: 14px;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#fff;
    font-size: 14px;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#fff;
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#fff;
    font-size: 14px;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#fff;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#fff;
    font-size: 14px;
}


.frame_form .form-control{
    color:#5F5F5F;
}
.frame_form .form-control::-webkit-input-placeholder { /* WebKit browsers */
    color:#5F5F5F;
}
.frame_form textarea::-webkit-input-placeholder { /* WebKit browsers */
    color:#5F5F5F;
}
.frame_form .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#5F5F5F;
}
.frame_form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#5F5F5F;
}
.frame_form .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#5F5F5F;
}
.frame_form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#5F5F5F;
}
.frame_form .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#5F5F5F;
}
.frame_form textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#5F5F5F;
}



.custom-select.is-invalid, .form-control.is-invalid, 
.was-validated .custom-select:invalid,
 .was-validated .form-control:invalid{
    border: 1px solid #ced4da;
}
textarea{
    overflow: hidden;
    resize: none;
}
.bottom_cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.bottom_cont span{
    width: 194px;
height: 52px;
background: #FFD6DA;
border-radius: 24px;
font-size: 16px;
font-family: PingFangSC;
font-weight: 600;
color: #8A050E;
text-align: center;
line-height: 52px;
cursor: pointer;
}
.frame_form .bottom_cont span{
    width: 174px;
    background: #DC283B;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    padding: 13px 5px;
    display: inline-block;
    line-height: 24px;
}
.interests_txt{
    font-size: 12px;
font-family: PingFangSC;
font-weight: 600;
color: #fff;
margin-top: 20px;
}
.lt_imgg{
    padding-right: 30px;
}
.center_form .form-control:focus{
    color:#fff;
}
.frame_form .center_form .form-control:focus{
    color:#5F5F5F;
}
.banner_wrap{
    width: 100%;
    height: auto;
    /* background: red; */
    background: linear-gradient( 
        270deg
        , #ee463a, #cb2d3e);
        padding:80px 0;
}
.banner_wrap .container{
    display: flex;
    align-items: center;
}
.lt_cont{
    width: 50%;
    margin-top: 120px;
}
.rt_pic{
    width: 50%;
}
.rt_pic img{
    width: 100%;
}
.lt_cont h1{
    font-size: 60px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 80px;
    margin-bottom: 20px;
    letter-spacing: 6px;
}
.lt_cont p{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    opacity: 0.96;
    margin-bottom: 70px;
}
.analyze_btn{
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 26px 10px;
    text-align: center;
    display: inline-block;
    width: 100%;
    max-width: 323px;
    border-image: linear-gradient(
0deg
, #CB1D2E, #EF9B9B) 10 10;
    background: linear-gradient(
90deg
, #fe5b50 0%, #df2637 100%);
    border-radius: 8px;
}
.analyze_btn:hover{
    color: #fff;
}

.frame_form .center_form{
    max-width:768px;
    width:100%;
    padding:0;
    margin: 0 auto;
    background: transparent;
}
.frame_form .modal-content{
    background: #fff;
    /* padding:20px 40px 40px; */
    border-radius: 10px;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 5px solid rgba(255, 255, 255, .2);
}
.frame_form .modal-header{
    border-bottom: none;
    display: block;
    padding: 15px 44px;
    background: linear-gradient(
90deg
, #FF887C, #BF3744);
}
.frame_form .modal-title{
    width: 100%;
}
.modal-open .modal{
    overflow-y: scroll !important;
}
.frame_form .center_form::before,.frame_form .center_form::after{
    display: none;
}



@media (min-width:1200px) and (max-width:1600px) {
    .lt_logo li, .rt_logo li{
        width: calc(100%/2);
    }
}
@media (max-width:1600px) {
    .center_form{
        padding:30px;
    }
    .bottom_cont span{
        width: 120px;
    }
}
@media (max-width:1260px) {
    .rt_arrow,.down_arrow{
        display: none;
    }
    .precess_list li:nth-child(4){
        order:6;
    }
    .precess_list li:nth-child(5){
        order:5;
    }
    .precess_list li:nth-child(6){
        order:4;
    }

    .pre_content{
        justify-content: center;
    }
}
@media (max-width:1199.9px) {
    .lt_logo, .rt_logo{
        padding:0;
        padding-bottom:20px;
    }
    .lt_logo,.center_form,.rt_logo{
        width: 100%;
    }
    .center_form{
        margin-top:20px;
    }
    .rt_logo{
        order:2;
    }
    .center_form{
        order: 3;
    }
    .logo_group{
        padding:40px 0;
    }
    .center_form::before,.center_form::after{
        border:none;
    }
    .center_form{
        padding: 20px 20px;
    }
    /* .bottom_cont span{
        width: 120px;
        height: 52px;
    } */
}
@media (max-width:992px) {
    .container{
        width: 100%;
        max-width: 100%;
    }
    .advant_list li h1{
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 10px;
    }
    .advant_list li p,.top_header p{
        font-size: 14px;
        line-height: 26px;
    }
    .top_header h2{
        font-size: 30px;
        line-height:40px;
    }
    .top_header{
        width: 100%;
        margin-bottom:40px;
    }

    .advant_list li{
        padding: 20px 0;
    }

    .lt_tit, .rt_tit{
        font-size: 20px;
        width: 45%;
    }
    .selet_list li {
        margin-top: 20px;
    }
    .lt_proxy{
        padding-right: 50px;
    }
    .rt_proxy{
        padding-left: 50px;
    }
    .banner_wrap .container{
        display: block;
    }
    .lt_cont,.rt_pic{
        width: 100%;
    }
    .lt_cont{
        text-align: center;
        margin-bottom: 60px;
    }
    .rt_pic{
        text-align: center;
    }
    .rt_pic img{
        max-width: 655px;
        width: 100%;
    }
	.center_form h5{
    margin-left: 0px;
    margin-right: 0px;		
    }

}
@media (max-width:768px) {
	.center_form h5{
    margin-left: 0px;
    margin-right: 0px;		
    }
    .frame_form .center_form h5{
        text-align: center;
    }
    .join_list{
        display: block;
    }
    .join_list li{
        width: 100%;
    }
    .lt_imgg img{
        width: 80px;
    }
    .condition_wrap{
        padding-top:40px;
    }
    .select_wrap {
        padding-top: 40px;
    }
    .advantage_wrap{
        padding-top: 40px;
    }
    .rt_txt p{
        margin-top:10px;
    }
    .join_list li{
        margin-bottom: 20px;
    }
    .precess_list li{
        width: calc(100%/3);
        padding:0 10px;
    }
    .operate_wrap {
        padding-top: 60px;
    }
    .logo_group{
        margin-top:40px;
    }
    .lt_cont h1{
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .analyze_btn{
        padding: 15px 10px;
        max-width: 250px;
    }
    .lt_cont p{
        margin-bottom: 40px;
    }
    .banner_wrap{
        padding: 60px 0;
    }
    .frame_form .modal-content{
        padding:0;
    }
    .frame_form .modal-title{
        margin-bottom: 0;
        margin-top:20px;
    }
    .frame_form .modal-body{
        padding-bottom: 40px;
    }
    .join_list li{
        justify-content: left;
    }
    .center_form .modal-body{
        padding:20px;
    }
    .frame_form .modal-header{
        padding:10px 20px;
    }

}
@media (max-width:576px) {
	.center_form h5{
    margin-left: 0px;
    margin-right: 0px;		
    }	
    .lt_proxy, .rt_proxy{
        font-size: 12px;
    }
    .lt_proxy{
        padding-right: 35px;
        justify-content:left;
    }
    .lt_proxy span {
        text-align: left;
    }
    .lt_proxy,.rt_proxy{
        width: 42%;
        padding:0 10px;
    }
    .rt_proxy{
        justify-content:right;
    }
    .center_text{
        font-size: 18px;
    }
    .precess_list li{
        width: calc(100%/2);
        padding:0 10px;
    }
}
