.header{
    height: 360px;
    background: #0086E4 url("/sitefiles/library/images/2021/8/44134f9c2455575.png");
    color: #ffffff;
    display: flex;
    align-items: center;
    position: relative;
}
.header .title{
    font-size: 64px;
    width: 100%;
    z-index: 1;
    letter-spacing: 25px;
}
.header .center-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.header .center-content:before{
    content: '';
    position: absolute;
    background: url("/sitefiles/library/images/2021/8/784fe01282ea7ca2.png");
    width: 514px;
    height: 361px;
    left: 1350px;
    bottom: 0;
    opacity: .4;
}
.header .text{
    font-size: 30px;
    margin-top: 12px;
    width: 100%;
    z-index: 1;
}
.header .download-box{
    width: 240px;
    height: 40px;
    padding: 0 20px;
    margin-top: 24px;
    font-size: 16px;
    color: #333333;
    background: rgba(255,255,255,.8);
    border-radius: 8px;
    z-index: 1;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: space-between;
}
.header .download-box .index-icon{
    width: 18px;
    height: 18px;
    background-position: -549px -226px;
}
.header .download-box .download-icon{
    width: 16px;
    height: 22px;
    background-position: -574px -226px;
}
.pain-points-box{
    display: flex;
}
.pain-points-box .pain-points-show{
    width: 460px;
    height: 500px;
    padding: 0 32px;
    margin-right: 12px;
    color: #ffffff;
    background: url("/sitefiles/library/images/2021/8/60b60041b48d309.png");
}
.pain-points-box .pain-points-show > div .zys-icon{
    width: 65px;
    height: 65px;
    margin-bottom: 20px;
    margin-top: 60px;
}
.pain-points-box .pain-points-show > div:nth-child(1) .zys-icon{
    background-position: -348px -332px;
}
.pain-points-box .pain-points-show > div:nth-child(2) .zys-icon{
    background-position: -277px -332px;
}
.pain-points-box .pain-points-show > div:nth-child(3) .zys-icon{
    background-position: -206px  -332px;
}
.pain-points-box .pain-points-show > div:nth-child(4) .zys-icon{
    background-position: -135px -332px;
}
.pain-points-box .pain-points-show > div:nth-child(5) .zys-icon{
    background-position: -69px -332px;
}
.pain-points-box .pain-points-show > div:nth-child(6) .zys-icon{
    background-position: 0 -332px;
}
.pain-points-box .pain-points-show .title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
.pain-points-box .pain-points-show .text{
    border-top: 1px dashed #ffffff;
    font-size: 16px;
    line-height: 36px;
    padding-top: 20px;
}
.pain-points-box .pain-points-example{
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-top: -24px;
    flex: 1;
}
.pain-points-box .pain-points-example .item{
    width: 33.33%;
    padding: 0 12px;
}
.pain-points-box .pain-points-example .item .box{
    height: 238px;
    display: flex;
    border: 2px solid #EEEEEE;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 24px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.pain-points-box .pain-points-example .item .zys-icon{
    width: 65px;
    height: 65px;
    margin-bottom: 24px;
}
.pain-points-box .pain-points-example .item:nth-child(1) .zys-icon{
    background-position: 0px -406px;
}
.pain-points-box .pain-points-example .item:nth-child(2) .zys-icon{
    background-position: -74px -400px;
}
.pain-points-box .pain-points-example .item:nth-child(3) .zys-icon{
    background-position: -146px -406px;
}
.pain-points-box .pain-points-example .item:nth-child(4) .zys-icon{
    background-position: -218px -406px;
}
.pain-points-box .pain-points-example .item:nth-child(5) .zys-icon{
    background-position: -286px -406px;
}
.pain-points-box .pain-points-example .item:nth-child(6) .zys-icon{
    background-position: -357px -406px;
}
.target-box{
    display: flex;
    margin-bottom: 80px;
}
.target-box .item:hover .float-box{
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.target-box .item{
    width: 25%;
    height: 156px;
    flex-direction: column;
    align-items: center;
    position: relative;
    display: flex;
    padding: 24px;
    border-right: 1px #EEEEEE solid;
    border-radius: 8px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.target-box .item:hover{
    margin-left: -10px;
    margin-right: -10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.target-box .item:hover{
    box-shadow: 0px 0px 32px 0px rgba(51, 51, 51, 0.1);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.target-box .item:last-child{
    border-right: none;
}
.target-box .item > img{
    width: 56px;
    height: 56px;
}
.target-box .item label{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}
.target-box .item .float-box{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffffff;
    top: 0;
    left: 0;
    padding: 24px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.target-box .item .float-box .title img{
    width: 20px;
    vertical-align: middle;
    margin-right: 20px;
}
.target-box .item .float-box .title span{
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}
.target-box .item .float-box .content{
    color: #999999;
    font-size: 16px;
    margin-top: 10px;
    line-height: 24px;
}

.ability-box .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}
.ability-box .example{
    width: 50%;
    text-align: center;
}

.join-zys-box .process-list .item .num{
    width: 32px;
    height: 32px;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    background: #0086E4;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    margin-bottom: 20px;
}
.join-zys-box .process-list .item .title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.join-zys-box .process-list .item .text{
    line-height: 26px;
}
.join-provider-box{
    display: flex;
    margin-bottom: 64px;
}
.join-provider-box .left-box{
    width: 690px;
    height: 200px;
    position: relative;
    background: url("/sitefiles/library/images/2021/8/e029f0611b815af.png");
}
.join-provider-box .right-box{
    width: 670px;
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0px 0px 32px 0px rgb(51 51 51 / 10%);
    position: absolute;
    top: 10px;
    right: -510px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.join-provider-box .right-box .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}
.join-provider-box .right-box button{
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-top: 20px;
}
.join-process{
    display: flex;
    flex-wrap: wrap;
}

.join-process .item{
    width: 20%;
    margin-bottom: 60px;
    overflow: hidden;
}
.join-process .item .zys-icon{
    width: 46px;
    height: 44px;
    margin: 0 auto;
    display: block;
}
.join-process .item label{
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    width: 100%;
    text-align: center;
}
.join-process .item .content{
    height: 0;
    overflow: hidden;
    font-size: 16px;
    box-sizing: border-box;
    color: #999999;
    background: #F9F9F9;
    margin-top: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.join-process .item .content p{
    padding: 30px 15px;
    line-height: 26px;
}
.join-process:hover .item .content{
    height: 150px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.join-process .item:nth-child(1) .zys-icon{
    background-position: -245px -267px;
}
.join-process .item:nth-child(2) .zys-icon{
    background-position: -300px -267px;
}
.join-process .item:nth-child(3) .zys-icon{
    background-position: -354px -267px;
}
.join-process .item:nth-child(4) .zys-icon{
    background-position: -410px -267px;
}
.join-process .item:nth-child(5) .zys-icon{
    background-position: -465px -267px;
}
.join-process .item:nth-child(6) .zys-icon{
    background-position: -520px -267px;
}
.join-process .item:nth-child(7) .zys-icon{
    background-position: -572px -267px;
}
.join-process .item:nth-child(8) .zys-icon{
    background-position: -626px -267px;
}
.join-process .item:nth-child(9) .zys-icon{
    background-position: -681px -267px;
}
.join-process .item:nth-child(10) .zys-icon{
    background-position: -737px -267px;
}
.condition-box .radius{
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.condition-box .radius .zys-icon{
    width: 44px;
    height: 44px;
}
.condition-box .item{
    text-align: center;
    margin-bottom: 90px;
}
.condition-box label{
    font-size: 20px;
    line-height: 30px;
}
.condition-box .first{
    display: flex;
    justify-content: space-around;
}
.condition-box .second{
    display: flex;
    justify-content: center;
}
.condition-box .first .item:nth-child(1) .radius{
    background: #FCC100;
}
.condition-box .first .item:nth-child(2) .radius{
    background: #8091FF;
}
.condition-box .first .item:nth-child(3) .radius{
    background: #04A1E2;
}
.condition-box .first .item:nth-child(1) .radius .zys-icon{
    background-position: -671px -405px;
}
.condition-box .first .item:nth-child(2) .radius .zys-icon{
    background-position: -715px -406px;
}
.condition-box .first .item:nth-child(3) .radius .zys-icon{
    background-position: -754px -403px;
}
.condition-box .second .item:nth-child(1) .radius{
    background: #00D6BA;
}
.condition-box .second .item:nth-child(1){
    margin-right: 160px;
}   
.condition-box .second .item:nth-child(2) .radius{
    background: #FF7346;
}
.condition-box .second .item:nth-child(1) .radius .zys-icon{
    background-position: -801px -398px;
}
.condition-box .second .item:nth-child(2) .radius .zys-icon{
    background-position: -853px -403px;
}




/* 横向滚动基本样式 */
.cxscroll{
    position: relative;
}
.cxscroll .box {
    overflow:hidden;
}
.cxscroll .list {
    overflow:hidden;
    width:9999px;
}
.cxscroll .list li {
    float:left;
    position: relative;
    width:400px;
    height: 320px;
    padding: 0 10px;
}
.cxscroll .list li .img{
    width: 100%;
    height: 280px;
}
.cxscroll .list li .img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.cxscroll .list li .content{
    height: 60px;
    width: 380px;
    padding: 16px;
    text-align: center;
    margin-top: -20px;
    position: absolute;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 16px 16px 8px 8px;
    border: 1px #e8e8e8 solid;
}
.cxscroll .list li .content .title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.cxscroll .list li .content .text p{
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}
.cxscroll .prev,.cxscroll .next {
    width: 32px;
    height: 32px;
    background: rgba(51,51,51,.2) url("/sitefiles/library/images/2021/8/44ce0824048cac28.png");
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 50%;
    margin-top: -16px;
    cursor: pointer;
}
.cxscroll .prev {
    left: -48px;
    background-position: -808px -34px;
}
.cxscroll .next {
    right: -48px;
    background-position: -837px -34px;
}


.form-box{
    position: absolute;
    left: 0;
    top: 20px;
    width: 390px;
    margin-left: 50px;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    z-index: 10;
    box-shadow: 0 0 20px 4px #0000001c;
}
.form-box .title{
    color: #333;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.form-box .smsCode:disabled{
    opacity: .8;
}