

.about-banner{
    width: 100%;
    height: 53.5rem;
    background: url('https://cdn01.zhinengshouyin.com/website/images/bussiness/bussiness-banner.png') 0 0 no-repeat;
    background-size: cover;
}

.about-banner-title{
    font-size: 7.2rem;
    color: #2E2E2E;
}
.about-banner-title-en{
    font-size: 3rem;
    font-weight: 300;
    color: #2E2E2E;
}
.about-banner-btn{
    margin-top: 3.6rem;
    width: 22.6rem;
    height: 6.4rem;
    background: linear-gradient(229deg, #3EC2FF 0%, #00A0E9 100%);
    border-radius: 3.2rem;
    font-size: 3.5rem;
    color: #fff;
    cursor: pointer;
}


.page-con .whiteBg{
    background-color: #ffffff;
}


.section-wrap{height: 27.5rem;}

.section-title{
    font-size: 3rem;
    font-weight: 800;
    color: #1F1F1F;
}

.section-line{
    margin-top: 2.2rem;
    width: 6.4rem;
    height: .4rem;
    background: linear-gradient(90deg, #4D4397 0%, #8B85FF 100%);
    border-radius: .2rem;
}

.section-sub-title{
    margin-top: 1.9rem;
    font-size: 1.6rem;
    color: #1F1F1F;
    text-align: center;
    line-height: 2;
}





.business-container{
    width: 120rem;
    margin: 0 auto;
}

.business-service{
    height: 43.2rem;
}
.dots{
    width: .3rem;
    height: .3rem;
    margin: 0 .4rem;
    border-radius: 50%;
    letter-spacing: .8rem;
    color: #48408E;
}
.business-service .business-service-item img.zhixun{
    width: 8.3rem;
    height: 8.6rem;
}
.business-service .business-service-item img.guide{
    width: 8.5rem;
    height: 8.9rem;
}
.business-service .business-service-item img.peixun{
    width: 8.3rem;
    height: 9rem;
}
.business-service .business-service-item img.support{
    width: 10.7rem;
    height: 9.7rem;
}
.business-service .business-service-item div{
    margin-top: 2rem;
    font-size: 3rem;
    color: #404040;
}


/* 合作流程 */
.cooperation{
    height: 37.7rem;
}
.cooperation-con{
    margin-top: 6.7rem;
}
.cooperation-item  div{
    width: 17.3rem;
    height: 5.2rem;
    background: linear-gradient(-73deg, #48408E, #655EA8);
    border-radius: 2.6rem;
    font-size: 3rem;
    font-weight: 500;
    color: #fff;
    line-height: 5.2rem;
    text-align: center;
}





.agent-wrap{
    padding: 8rem 4rem;
}
.form{
    width: 100%;
    margin-top: 6rem;
}
.form > div{
    margin-bottom: 2.2rem;
}
.form label{
    font-size: 2.3rem;
    margin-right: 1.6rem;
    width: 15rem;
    text-align: center;
}
.form input{
    padding-left: 1.4rem;
    width: 100%;
    height: 6.2rem;
    border: 1px solid #BFBFBF;
    box-sizing: border-box;
}
.form input:focus {
    outline: #94C6BF auto 1px;
}

.form .submit{
    margin-top: 1rem;
    width: 100%;
    height: 6.2rem;
    background: linear-gradient(52deg, #48408E, #655EA8);    font-size: 3rem;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    line-height: 6.2rem;
    letter-spacing: .5rem;
    cursor: pointer;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
    font-size: 1.8rem;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 1.8rem;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
    font-size: 1.8rem;
}
