/**主题*/
.main-content{
    min-width: 1320px;
}
.text-center{
    text-align: center;
}
.click-text{
    cursor: pointer;
}
.text-underline{
    text-decoration: underline;
}
.hide-scroll{
    overflow-y: hidden;
}
.shade-mask{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
.close-mask{
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
}
/** 弹窗*/
#supportModal{
    display: none;
}

.header{
    position: fixed;
    height: 66px;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFF;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.03);
    z-index: 3;
}
.header .nav{
    min-width: 1320px;
    display: flex;
    justify-content: space-between;
}
.header-logo-wrap{
    display: inline-block;
    width: 200px;
    height: 66px;
    overflow: hidden;
}
.header .header-logo{
    max-height: 100%;
    margin-left: 30px;
    transform: scale(1.2);
}
.header .nav-link ul li{
    height: 66px;
    padding: 0 20px;
    display: flex;
    float: left;
    text-align: center;
    align-items: center;
}
.header .nav-link ul li.live img{
    position: absolute;
    top: 10px;
    right: 0px;
}
.header .nav-link ul li a{
    display: inline-block;
    color: #5E5E5E;
    position: relative;
}
.header .nav-link ul li:hover a{
    color: #6358ED;
}
.header .nav-link ul li.active a{
    font-weight: 700;
    color: #6358ED;
}
.header .nav-link ul li.active a:after{
    width: 100%;
    height: 3px;
    content: ' ';
    background: #6358ED;
    display: block;
    position: absolute;
    bottom: -6px;
}
.header .nav-link ul li.download a{
    width: 86px;
    height: 36px;
    line-height: 36px;
    color: #FFF;
    background: #6358ED;
}
.header .nav-link ul li .guide{
    position: absolute;
    top: -14px;
    font-size: 12px;
    color: #FFF;
    background-color: #FF0000;
    padding: 2px 6px;
    border-radius: 10px 10px 10px 0;
}
.header-separate{
    overflow: hidden;
    padding-top: 66px;
}

.footer {
    min-width: 1320px;
    background-color: #2C2C2C;
    color: #FFF;
    overflow: hidden;
}
.footer .top{
    text-align: center;
}
.footer .top .download{
    margin: 40px 0 5px;
}
.footer .top .download .title{
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    font-weight: bold;
}
.footer .top .download a{
    display: inline-block;
    width: 126px;
    height: 48px;
    line-height: 48px;
    color: #513600;
    font-size: 18px;
    background: #FFB828;
    font-weight: bold;
}
.footer .top .download a:hover{
    background: #FFC95C;
}
.footer .separate{
    height: 1px;
    background-color: #4b4b4b;
    margin: 35px 0;
}
.footer .item-wrap .item{
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding-left: 15px;
    line-height: 48px;
}
.footer .item-wrap .item img{
    width: 48px;
    margin-right: 15px;
}
.footer .foot-cont{
    display: flex;
    padding-bottom:54px ;
}
.footer .foot-cont .item{
    flex: 1;
}
.footer .foot-cont .item .title{
    color: #FFFFFF;
    line-height: 14px;
    margin: 15px 0 20px;
}
.footer .foot-cont .item .stitle{
    font-size: 12px;
    line-height: 36px;
    color: #9F9F9F;
}
.footer .foot-cont .item .server-number{
    font-size: 16px;
    font-weight: bold;
    color: #9F9F9F;
    margin-bottom: 10px;
}
.footer .foot-cont .link{
    flex: auto;
    max-width: 420px;
    color: #9F9F9F;
}
.footer .link .title{
    margin-right: 10px;
}
.footer .link a {
    color: #9F9F9F
}
.footer .link a:hover{
    color: #6358ED;
}
.footer .link .sitem{
    font-size: 12px;
    display: inline-block;
    margin-right: 8px;
    line-height: 36px;
}
.footer .copyright{
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    color: #5E5E5E;
    background: #262626;
}
.footer .copyright a{
    font-size: 12px;
    color:#5E5E5E;
}
.customer-online-combat{
    position: absolute;
    top: -95px;
    right: -10px;
    z-index: 2;
    cursor: pointer;
}
.customer-service{
    position: fixed;
    bottom: 15%;
    right: 20px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border-radius: 50px;
    z-index: 2;
}
.customer-service .chatQQ, .customer-service .wx-service{
    display: flex;
    height: 91px;
    width: 42px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.customer-service .chatQQ p, .customer-service .wx-service p{
    margin-top: 3px;
    font-size: 12px;
    color: #5E5E5E;
    line-height: 14px;
}
.customer-service .chatQQ:hover p,.customer-service .wx-service:hover p{
    color: #6358ED;
}
.customer-service .chatQQ{
    position:relative;
    border-radius: 42px 42px 0px 0px;
}
.customer-service .chatQQ:after{
    content: ' ';
    width: 18px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
}
.customer-service .wx-service{
    border-radius: 0px 0px 42px 42px ;
}
.customer-service .wechat-code{
    position: absolute;
    top: 40px;
    right: calc(100% + 17px);
    padding: 5px 0 0 5px;
    z-index: 1000;
    display: none;
    transition: all 600ms;
}
.customer-service .wx-service:hover .wechat-code{
    display: block;
}
.customer-service .back-top{
    width: 42px;
    height: 42px;
    position: absolute;
    bottom: -75px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border-radius: 50%;
    cursor: pointer;
    display: none;
    background-color: #FFFFFF;
}
.customer-service .back-top img{
    display: block;
    margin: 11px auto;
}
.channel-customer-service{
    background-color: transparent;
    top: 290px;
    right: 30px;
    bottom: auto;
    box-shadow: none;
    z-index: 2;
}
.channel-customer-service .wechat-code{
    top: -15px;
    right: calc(100% + 40px);
}
/**主题结束*/
/**公共登录弹窗 */
.common-modal .common-box-wrap{
    width: 340px;
    background: #FFF;
    padding-top: 30px;
    position: relative;
}
.common-modal .common-box-wrap.pb-30{
    padding-bottom: 30px;
}
.common-modal .common-desc p{
    font-size: 12px;
    color: #5E5E5E;
    text-align: center;
    line-height: 20px;
}
.common-modal .common-desc p span{
    text-decoration: underline;
    color: #5E5E5E;
    cursor: pointer;
}
.common-modal .common-desc p span:hover{
    color: #6358ED;
}
.common-modal .common-desc p span.xieyi{
    text-decoration: none;
}
.common-modal .common-bottom{
    text-align: center;
    display: flex;
    height: 48px;
    background: #F8F8F8;
    margin-top: 30px;
}
.common-modal .common-bottom .item{
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}
.common-modal .common-bottom .item:first-of-type::after{
    content: ' ';
    width: 1px;
    height: 18px;
    background: #D9D9D9;
    position: absolute;
    right: 0;
}
.common-modal .common-bottom .item span{
    margin-left: 8px;
    font-weight: bold;
    color: #2C2C2C;
}
.common-modal .common-bottom .item.active span{
    color: #6358ED;
}
.common-modal .common-top{
    padding: 0 20px;
}
.common-modal .common-top img{
    width: 48px;
    margin-bottom: 20px;
}
.common-modal .common-top .title{
    color: #2C2C2C;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.common-modal .common-form{
    padding: 0 20px;
    margin-bottom: 30px;
}
.common-modal .common-form .common-form-item{
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid#E8E8E8;
}
.common-modal .common-form .common-form-item img{
    margin-top: 4px;
}
.common-modal .common-form .common-form-item input{
    width: 90%;
    margin-left: 6px;
}
.common-modal .common-form .common-form-item input::-webkit-input-placeholder{
    color: #9F9F9F;
    font-size: 12px;
    line-height: 18px;
}
.common-modal .common-form .common-form-item.focus{
    border-bottom: 1px solid #6358ED;
}
.common-modal .common-form .foget-password{
    margin: 20px 0 30px;
    color: #9F9F9F;
    cursor: pointer;
    font-size: 12px;
}
.common-modal .common-form .foget-password:hover{
    color: #6358ED;
}
.common-modal .common-form .common-form-btn {
    margin-bottom: 22px;
}
.common-modal .common-form .common-form-btn button{
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-weight: bold;
    cursor: pointer;
}
.common-modal .common-form .common-form-btn.mt-30{
    margin-top: 30px;
}
.common-modal .common-form .common-form-btn button.main{
    color: #FFF;
    background-color: #6358ED;
}
.common-modal .common-form .common-form-btn button.main:hover{
    background-color: #3B30BD;
}
.common-modal .common-form .common-form-btn button.secondary{
    background-color:#EDEDFF;
    color: #6358ED;
}
.common-modal .common-form .common-form-btn button.secondary:hover{
    background-color: #6358ED;
    color: #FFF;
}

#loginScanModal {
    display: none;
}
#loginScanModal .wx-qrcode-wrap{
    display: none;
    position: absolute;
    width: 220px;
    height: 220px;
    background-color: rgba(255, 255, 255, 0.8);
    left: 60px;
    top: 60px;
}
#loginScanModal .wx-qrcode-wrap .wx-qrcode-tip{
    width: 100%;
    position: absolute;
    top: -30px;
    text-align: center;
    color: #FA1942;
    font-weight: bold;
}
#loginScanModal .wx-qrcode-wrap .wx-qrcode-cont{
    width: 60px;
    height: 60px;
    background: #FFF;
    border-radius: 50%;
    text-align: center;
    margin: 80px auto;
    cursor: pointer;
}
#loginScanModal .wx-qrcode-wrap .wx-qrcode-cont img{
    width: 30px;
    height: 30px;
    margin: 15px auto;
}
#loginScanModal .login-wrap .content .jsWxQrcode{
    min-height: 280px;
}
#loginScanModal .login-wrap .content .qrcode{
    width: 220px;
    height: 220px;
    display: inline-block;
    background-color: #4B4B4B;
    margin: 30px 0;
}
#loginScanModal .login-wrap .content .desc{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 33px;
}
#loginScanModal .login-wrap .content .desc img{
    height: 36px;
    margin-right: 13px;
}
#loginScanModal .login-wrap .content .desc p{
    color: #2C2C2C;
    font-weight: bold;
    line-height: 18px;
}

#loginModal{
    display: none;
}
#registerModal{
    display: none;
}
#registerModal .verification-form-item input,#resetPassModal .verification-form-item input,#bindRegisterModal .verification-form-item input{
    width: 60%;
}
.common-form  .verification-form-item .get-code{
    float: right;
    color: #6358ED;
    font-size: 12px;
    cursor: pointer;
}
.verify-captcha-wrap{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
}
.verify-captcha-cont{
    background-color: #FFF;
    padding: 30px;
    border-radius: 5px;
    margin: 130px auto;
    width: 92%;
    box-sizing: border-box;
    position: relative;
}
.verify-captcha-cont .close-verify-captcha img{
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.verify-captcha-cont .captcha_img{
    width: 170px;
    height: 50px;
}
.verify-captcha-cont .captcha_reload{
    width: 30px;
    height: 30px;
    margin-left: 20px;
}
.verify-captcha-cont .form-item{
    margin-top: 30px;
}
.verify-captcha-cont .form-item .captcha-code{
    border: 1px solid #e5e5e5;
    width: 170px;
    box-sizing: border-box;
    padding: 10px 20px;
    margin-right: 10px;
}
.verify-captcha-cont .form-item .verify-code-btn{
    background-color: #6358ED;
    color: #FFF;
    height: 43px;
    width: 65px;
    cursor: pointer;
}
#bindAccountModal{
    display: none;
}
#resetPassModal{
    display: none;
}
#registerSuccModal{
    display: none;
}
#registerSuccModal .content .info .title{
    color: #2C2C2C;
    font-weight: bold;
    font-size: 18px;
    margin: 18px auto 6px;
}
#registerSuccModal .content .info .small-title{
    color: #5E5E5E;
    font-size: 12px;
}
#registerSuccModal .content .btn-wrap{
    margin-top: 22px;
}
#registerSuccModal .content .btn-wrap span{
    display: inline-block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    background: #F8F8F8;
    border-radius: 6px;
    color: #5E5E5E;
    font-size: 12px;
}
#registerSuccModal .content .btn-wrap span.down{
    background: #6358ED;
    color:#FFF;
    margin-left: 20px;
}
#bindRegisterModal{
    display: none;
}
#loginSuccess{
    width: 186px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #707070;
    position: fixed;
    top: -80px;
    z-index: 4;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    left: 50%;
    margin-left: -93px;
}
#successCommonTip{
    min-width: 186px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #707070;
    position: fixed;
    padding: 0 15px;
    top: -80px;
    z-index: 4;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    left: 50%;
    margin-left: -93px;
}
#onlineCombatModal{
    display: none;
}
#windowsTip{
    display: none;
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
}
#windowsTip .img-wrap{
    width: 170px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
}
#windowsTip .img-wrap img{
    transform: scale(1.2);
}
/**公共登录弹窗结束 */
/**首页*/
.home-banner{
    height: 300px;
    background-color: #6358ED;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
}
.home-banner .info-wrap{
    color: #FFF;
    text-align: center;
}
.home-banner .info-wrap .title{
    font-size: 36px;
    font-weight: bold;
    margin: 75px auto 18px;
}
.home-banner .info-wrap .s-title{
    font-size: 20px;
    margin: 20px 0 30px;
}
.home-banner .info-wrap .desc{
    font-size: 32px;
    margin-bottom: 40px;
}
.home-banner .info-wrap .version{
    line-height: 30px;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 12px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.05);
}
.home-banner .info-wrap .version a,.home-banner .info-wrap .version span{
    color: rgba(255,255,255,0.6);
    padding: 0 20px;
}
.home-banner .info-wrap .version a:hover{
    text-decoration: underline;
}
.home-banner .info-wrap .version span.line{
    padding: 0;
    color: rgba(255,255,255,0.1);
}
.home-banner .info-wrap .link-wrap .download{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    width: 150px;
    height: 48px;
    line-height: 48px;
    background:#FFB828;
    text-align: center;
    color:#513600;
}
.home-banner .info-wrap .link-wrap .download:hover{
    background: #FFC95C;
}
.home-banner .info-wrap .link-wrap .course{
    display: inline-block;
    box-sizing: border-box;
    margin-left: 20px;
    font-size: 16px;
    width: 150px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #FFFFFF;
    color:#FFFFFF;
}
.home-banner .info-wrap .link-wrap .course:hover{
    background: #FFF;
    color: #6358ED;
}
.home-banner .info-wrap .link-wrap .link{
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    border-radius: 8px;
    border: 1px solid #ececec;
    color: #ececec;
    margin-left: 25px;
    cursor: pointer;
}
.home-banner .info-wrap .link-wrap .link:hover{
    background-color: #FFF;
    color:#015afe;
}
.home-banner .banner-img{
    float: right;
    width: 40%;
}
.home-banner .banner-img img{
    margin-top: 120px;
}

.function .tab {
    height: 60px;
    position: sticky;
    top: 66px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #F4F4F4;
    box-sizing: border-box;
    z-index: 2;
}
.function ul li{
    height: 60px;
    line-height: 60px;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.function ul li:hover{
    color: #6358ED;
}
.function ul li.active{
    background-color: #F4F3FF;
    color:#6358ED;
    border-bottom: 2px solid #6358ED;
}
.function ul li img{
    margin-right: 7px;
}
.function .item.gray-bg{
    background: #F4F4F4;
}
.function .item .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 80px;
    box-sizing: border-box;
}
.function .item .left, .function .item .right{
    flex: 1;
    position: relative;
}
.function .item .right{
    position: relative;
    text-align: right;
    margin-left: 80px;
}
.function .item .title{
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 8px;
}
.function .item .desc{
    height: 64px;
    font-size: 16px;
    color: #5E5E5E;
    line-height: 32px;
}
.function .item .desc .text-underline:hover{
    color: #6358ED;
}
.function .item .btn{
    width: 150px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #6358ED;
    font-size: 16px;
    font-weight: bold;
    color: #6358ED;
    margin-top: 50px;
    text-align: center;
    cursor: pointer;
}
.function .item .btn:hover{
    background: #6358ED;
    color: #FFF;
}
.function .item .right .btn{
    float: right;
}
.function .item .img-cont{
    min-height: 360px;
    position: relative;
    z-index: 1;
}
.function .item .left .bg-img{
    position: absolute;
    top: -38px;
    left: -38px;
}
.function .item .right .bg-img{
    position: absolute;
    top: -38px;
    right: -38px;
}
.function .item .img-cont video{
    width: 480px;
    height: 360px;
}
.index-information{
    padding: 70px 0 30px;
    background-color: #F8F8F8;
}
.index-information .title-wrap .title{
    font-size: 24px;
    font-weight: bold;
    color: #2C2C2C;
    margin-bottom: 20px;
}
.index-information .information-tab ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-information .information-tab ul li{
    height: 48px;
    padding: 14px 25px;  
    color: #5E5E5E;
    box-sizing: border-box;
    cursor: pointer;
}
.index-information .index-information-wrap{
    background-color: #FFF;
    padding: 50px 0 0 ;
}
.index-information .information-tab ul li:hover{
    color: #6358ED;
}
.index-information .information-tab ul li.active{
    color: #6358ED;
    background-color: #FFF;
    border-top: 2px solid #6358ED;
}
.index-information-wrap .item{
    width: 580px;
    display: flex;
    height: 96px;
    box-sizing: border-box;
    margin-bottom: 30px;
    cursor: pointer;
    float: left;
}
.index-information-wrap .item:nth-of-type(2n-1){
    margin-right: 40px;
}
.index-information-wrap .item .left {
    margin-right: 20px;
}
.index-information-wrap .item .left img{
    width: 164px;
    height: 96px;
}
.index-information-wrap .item .right {
    overflow: hidden;
    flex: 1;
    border-bottom: 1px dashed #D9D9D9;
}
.index-information-wrap .item .right .title{
    font-size: 18px;
    font-weight: bold;
    color: #2C2C2C;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index-information-wrap .item:hover .right .title{
    color: #6358ED;
}
.index-information-wrap .item .right .desc{
    height: 14px;
    font-size: 12px;
    color: #9F9F9F;
    line-height: 12px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin: 12px 0 15px;
}
.index-information-wrap .item .right .view-info{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 500;
    color: #9F9F9F;
}
.index-information-wrap .item .right .view-info .view-num{
    display: inline-block;
}
.index-information-wrap .item .right .view-info .view-num img{
    width: 18px;
    height: 18px;
}
.more-infomation{
    margin: 10px 0 40px;
    text-align: center;
}
.more-infomation a{
    display: inline-block;
    width: 80px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #E8E8E8;
    font-size: 12px;
    float: right;
    color: #5E5E5E;
}
.more-infomation:hover a{
    color: #6358ED;
    border: 1px solid #6358ED;
}
.support {
    width: 1000px;
    /* height: 566px; */
    position: relative;
    background-color: #FFF;
    padding: 25px 10px;
    box-sizing: border-box;
}
.support .cont-top h3{
    font-size: 18px;
    color: #2C2C2C;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 10px;
}
.support .cont-top h3.small-title{
    font-size: 12px;
}
.support .cont-wrap{
    box-sizing: border-box;
}
.support .cont .item{
    float: left;
    width: 70px;
    margin-bottom: 20px;
    margin-right: 12px;
    text-align: center;
    font-size: 12px;
}
.support .cont .item:nth-of-type(12n){
    margin-right: 0; 
}
.support .cont .item img{
    width: 50px;
    display: block;
    margin: 0 auto 10px;
}
.support .cont-top.umt65{
    margin-top: 65px;
}
.support .cont-while{
    display: inline-block;
}

.using {
    padding: 60px 0;
    background: #F4F4F4;
}
.using .top{
    text-align: center;
}
.using .top h3{
    font-size: 30px;
    font-weight: bold;
    color: #2C2C2C;
    line-height: 40px;
}
.using .top h5{
    font-size: 16px;
    color: #5E5E5E;
    margin:10px auto 40px;
}
.using-swiper{
    height: 150px;
}
.using .cont .item{
    float: left;
    width: 240px;
    min-height: 150px;
    text-align: center;
    overflow: hidden;
    margin-right: 20px;
}
.using .cont .item .img-wrap {
    height: 150px;
    background-color: #FFF;
}
.using .cont .item img{
    max-width: 100%;
}
.using .cont .item.border-circle img{
    border-radius: 50%;
}
.using .cont .item p{
    font-size: 16px;
}
.using .swiper-container .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.channel-modular8 .swiper-container .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

/**首页结束*/
/*价格页面**/
.container{
    max-width: 1200px;
    margin: 0 auto
}
.price-banner{
    height: 350px;
    background: url('https://static.17van.com/images/price/price_banner.png') no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
    color: #FFF;
    overflow: hidden;
}
.price-banner .title{
    font-size: 48px;
    margin: 150px 0 30px 0;
}
.price-banner .desc{
    font-size: 18px;
}
.price-wrap{
    margin-bottom: 30px;
}
.price-wrap .tab{
    display: flex;
    justify-content: center;
    margin: 30px auto;
}
.price-wrap .tab li{
    margin: 15px;
    padding: 8px 50px;
    border-radius: 30px;
    background-color: #DEDEDE;
}
.price-wrap .tab li.active{
    color: #FFFFFF;
    background: rgba(0, 0, 0, 1);
}
.price-wrap .tab-cont>div{
    display: flex;
}
.price-wrap .tab-cont .item{
    flex: 1;
    margin: 0 15px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.price-wrap .tab-cont .item .top{
    overflow:hidden;
    position: relative;
    padding: 20px 0;
    background-color: #A9A9A9;
    color: #FFFFFF;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.price-wrap .tab-cont .item .top .limit-time{
    position: absolute;
    top: 10px;
    left: -30px;
    transform: rotate(-45deg);
    background-color: #ff6000;
    width: 120px;
    height: 36px;
    line-height: 36px;
}
.price-wrap .tab-cont .item .top .title{
    font-size: 18px;
    line-height: 1.4;
}
.price-wrap .tab-cont .item .top.p-bg1{
    background-color: #1f87e8;
}
.price-wrap .tab-cont .item .top.p-bg2{
    background-color: #01afda;
}
.price-wrap .tab-cont .item .top.p-bg3{
    background-color: #f78759;
}
.price-wrap .tab-cont .item .top.t-bg1{
    background-color: #015afe;
}
.price-wrap .tab-cont .item .top.t-bg2{
    background-color: #fb8c00;
}
.price-wrap .tab-cont .item .top.t-bg3{
    background-color: #c40000;
}
.price-wrap .tab-cont .item .info{
    padding: 50px 0 25px;
}
.price-wrap .tab-cont .item .info .desc{
    box-sizing: border-box;
    text-align: left;
    font-size: 16px;
    padding: 0 15px 30px 40px;
    min-height: 200px;
}
.price-wrap .tab-cont .item .info .desc li{
    line-height: 1.8;
}
.price-wrap .tab-cont .item .info .desc li:nth-of-type(1){
    font-weight: 700;
}
.price-wrap .tab-cont .item .info .desc .additional{
    margin-top: 15px;
    font-weight: 700;
}
.price-wrap .tab-cont .item .info .money{
    font-size: 16px;
    margin-bottom: 25px;
}
.price-wrap .tab-cont .item .info .money .font-bold{
    font-size: 20px;
}
.price-wrap .tab-cont .item .btn span{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 162px;
    border-radius: 25px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    background-color: #A9A9A9;
}
.price-wrap .tab-cont .item .btn span.p-bg1{
    background-color: #1f87e8;
}
.price-wrap .tab-cont .item .btn span.p-bg2{
    background-color: #01afda;
}
.price-wrap .tab-cont .item .btn span.p-bg3{
    background-color: #f78759;
}
.price-wrap .tab-cont .item .btn span.t-bg1{
    background-color: #015afe;
}
.price-wrap .tab-cont .item .btn span.t-bg2{
    background-color: #fb8c00;
}
.price-wrap .tab-cont .item .btn span.t-bg3{
    background-color: #c40000;
}
.price-wrap .tab-cont .team-con .item{
    margin: 0 50px;
}
.price-wrap .tab-cont .team-con .item .info .desc{
    min-height: 325px;
}
.price-wrap .tab-cont .tip{
    display: block;
    text-align: center;
    margin: 30px 0;
}
.team-advantage{
    padding: 0 0 60px;
    text-align: center;
}
.team-advantage .title{
    font-size: 24px;
    font-weight: bold;
    color: #FFEFDF;
    line-height: 30px;
}
.team-advantage .item-wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.team-advantage .item-wrap .item{
    width: 260px;
    height: 160px;
    text-align: center;
    background-color: #171717;
    border-radius: 5px;
}
.team-advantage .item-wrap .item img{
    width: 30px;
    height: 30px;
    margin-top: 33px;
}
.team-advantage .item-wrap .item .title{
    font-size: 16px;
    font-weight: bold;
    color: #FFEFDF;
    margin: 21px 0 9px;
    line-height: 18px;
}
.team-advantage .item-wrap .item .desc{
    color: #5E5E5E;
    font-size: 12px;
}
/* / 价格结束 **/
/* 价格页面问题**/
.question-wrap{
    min-height: 400px;
    background: url('https://static.17van.com/images/price/question-bg.jpg') no-repeat;
    background-size: cover;
}
.question-wrap .cont{
    padding: 50px 10px;
}
.question-wrap .title{
    text-align: center;
    color: #FFFFFF;
}
.question-wrap .title h2{
    font-size: 36px;
    margin-bottom: 8px;
}
.question-wrap .title span{
    display: inline-block;
    width: 65px;
    height: 3px;
    background-color: #FFFFFF;
}
.question-wrap .tab{
    display: flex;
    justify-content: center;
    margin: 20px 0 50px;
}
.question-wrap .tab .item{
    display: inline-block;
    color: #666666;
    padding: 10px 35px;
    background-color: #DEDEDE;
    border-radius: 30px;
    margin-left: 20px;
    margin-bottom: 10px;
}
.question-wrap .tab .item.active{
    background-color: #f78759;
    color: #FFFFFF;
}
.question-wrap .tab-cont .item{
    display: none;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}
.question-wrap .tab-cont .item.active{
    display: block;
}
/* / 价格页面问题**/
.project-wrap{
    padding: 80px 0;
}
.project-wrap .title{
    text-align: center;
}
.project-wrap .title h2{
    font-size: 36px;
    margin-bottom: 8px;
}
.project-wrap .title span{
    display: inline-block;
    width: 65px;
    height: 3px;
    background-color: #333333;
}
.project-wrap .cont{
    max-width: 1050px;
    margin: 50px auto 0;
}
.project-wrap .cont table{
    width: 100%;
    table-layout: fixed;
    text-align: center;
    font-size: 16px;
}
.project-wrap .cont tbody tr td:nth-child(3n){
    background-color: #ECECEC;
}
.bg-white{
    background-color: #FFFFFF!important;
}
.bg-gray{
    background-color: #ECECEC!important;
}
table,table tr th, table tr td{
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
}
.project-wrap .cont table thead th{
    padding: 20px 0;
    background-color: #4B4B4B;
    color: #FFFFFF;
}
.project-wrap .cont table tbody td{
    padding: 10px;
}
/**文档*/
.doc-banner{
    height: 350px;
    background: url('https://static.17van.com/images/price/price_banner.png') no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
    color: #FFF;
    overflow: hidden;
}
.doc-banner .title{
    font-size: 48px;
    margin: 150px 0 30px 0;
}
.doc-banner .desc{
    font-size: 18px;
}
.doc-hot{
    padding: 40px 0;
    text-align: center;
}
.doc-hot .top .title{
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
}
.doc-hot .top .desc{
    color: #4b4b4b;
}
.doc-hot .cont{
    width: 1080px;
    margin: 50px auto 0;
}
.doc-hot .cont .item{
    position: relative;
    width: 160px;
    height: 50px;
    line-height: 50px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.doc-hot .cont .item .item-border{
    width: 160px;
    height: 18px;
    border-radius: 5px;
    position: absolute;
    top: -18px;
}
.doc-hot .cont .item a{
    color: #333;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.doc-hot .cont .item a:hover {
    color: #25a4bb;
}
.doc-hot .cont .item .item-border.item-border1{
    background-color: #ff6537;
}
.doc-hot .cont .item .item-border.item-border2{
    background-color: #f13a3a;
}
.doc-hot .cont .item .item-border.item-border3{
    background-color: #02b2b5;
}
.doc-hot .cont .item .item-border.item-border4{
    background-color: #ed3da1;
}
.doc-hot .cont .item .item-border.item-border5{
    background-color: #8b0eea;
}
.doc-hot .cont .item .item-border.item-border6{
    background-color: #076ce0;
}
.doc-platform{
    padding: 40px 0;
    text-align: center;
}
.doc-platform .top .title{
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
}
.doc-platform .top .desc{
    color: #4b4b4b;
}
.doc-platform .cont{
    width: 1080px;
    margin: 50px auto 0;
}
.doc-platform .cont .item{
    float: left;
    width: 160px;
    height: 240px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #dedede;
    border-radius: 8px;
}
.doc-platform .cont .item:nth-child(6n){
    margin-right: 0;
}
.doc-platform .cont .item img{
    width: 80px;
    height: 80px;
    margin: 20px auto;
}
.doc-platform .cont .item .info{
    border-top: 1px dashed #DEDEDE;
    padding: 10px;
    text-align: left;
}
.doc-platform .cont .item .info p{
    height: 24px;
    line-height: 24px;
}
.doc-platform .cont .item .info p a{
    color: #333;
}
.doc-platform .cont .item .info p a:hover{
    color: #25a4bb;
}
.doc-self{
    text-align: center;
}
.doc-self .top .title{
    color: #333;
    font-size: 24px;
    margin-bottom: 10px;
}
.doc-self .top .desc{
    color: #4b4b4b;
}
.doc-self .cont{
    width: 1080px;
    box-sizing: border-box;
    margin: 20px auto 50px;
    padding: 40px;
    background-color: #eeeeee;
}
.doc-self .cont .item{
    min-height: 155px;
    background-color: #FFF;
    padding: 20px 40px;
    text-align: left;
    margin-top: 30px;
}
.doc-self .cont .item .img-wrap{
    float: left;
    width: 30%;
}
.doc-self .cont .item .img-wrap .title{
    font-size:18px;
    font-weight: 700;
    margin: 55px 0 10px;
}
.doc-self .cont .item .info{
    box-sizing: border-box;
    float: left;
    width: 70%;
    border-left: 1px solid #DEDEDE;
    padding-left: 30px;
    margin-top: 20px;
}
.doc-self .cont .item .info p{
    line-height: 2;
}
.doc-self .cont .item .info p a{
    color: #333;
}
.doc-self .cont .item .info p a:hover{
    color: #25a4bb;
}
.doc-detail .cont{
    width: 1040px;
    margin: 10px auto;
    overflow: hidden;
    background-color: #fff;
    box-sizing: border-box;
    padding: 80px 20px;
}
.doc-detail .cont .info .title{
    font-size: 30px;
    margin: 0 0 20px;
}
.doc-detail .cont .info .time{
    color: #999;
    margin-bottom: 50px;
}
.doc-detail .cont .info .content{
    line-height: 1.5;
}
.doc-detail .cont .info .content img{
    max-width: 100%;
}
.desc-video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.desc-video .video-shadow{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.desc-video .video-wrap{
    width: 1100px;
    height: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -550px;
    overflow: hidden;
}
.desc-video .video-wrap .video-cont, .desc-video .video-wrap .video-cont video{
    width: 100%;
    height: 100%;
}
.desc-video .video-wrap .video-close{
    width: 32px;
    height: 32px;
    position: absolute;
    top: 15px;
    right: 30px;
    z-index: 2;
}
/*/文档**/
/**服务保障*/
.service-banner{
    height: 600px;
    background: url('https://static.17van.com/images/service/service_banner.png') no-repeat center center;
}
.service-banner .info-wrap{
    float: left;
    width: 60%;
    margin-top: 200px;
    color: #FFF;
}
.service-banner .info-wrap .title{
    font-size: 48px;
    margin-bottom: 20px;
}
.service-banner .info-wrap .desc{
    font-size: 24px;
    margin-bottom: 80px;
}
.service-banner .info-wrap .version{
    font-size: 16px;
    margin-bottom: 40px;
}
.service-banner .info-wrap .link-wrap .download{
    display: inline-block;
    font-size: 24px;
    width: 210px;
    height: 50px;
    line-height: 50px;
    background: #ffc001;
    text-align: center;
    border-radius: 5px;
    color: #FFF;
}
.service-cont {
    
    padding: 50px 0 30px;
}
.service-cont .title h3{
    text-align: center;
    font-size: 30px;
    color: #000;
}
.service-cont .cont{
    width: 1080px;
    padding: 40px;
    box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
    margin: 40px auto;
}
.service-cont .cont .item{
    width: 33%;
    float: left;
    text-align: center;
}

.service-cont .cont .item .img-wrap img{
    width: 54px;
    height: 54px;
    margin-bottom: 25px;
}
.service-cont .cont .item .title{
    font-size: 24px;
    color: #000;
    margin-bottom: 40px;
}
.service-cont .cont .item .desc{
    line-height: 1.8;
}
/*/*服务保障*/
/**关于我们*/
.about-banner{
    height: 600px;
    background: url('https://static.17van.com/images/about/about_banner.jpg') no-repeat center center;
    overflow: hidden;
}
.about-banner .info-wrap .title{
    width: 680px;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    box-sizing: border-box;
    margin: 450px auto 0;
    padding: 16px 30px;
    background-color: rgba(0, 0, 0, 0.4);
}
.about-info{
    width: 1080px;
    padding: 40px;
    margin: 40px auto;
}
.about-info .top{
    text-align: center;
}
.about-info .top .title{
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
}
.about-info .top .small_title{
    font-size: 16px;
    margin-bottom: 20px;
}
.about-info .number-wrap{
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
}
.about-info .number-wrap .item{
    float: left;
    width: 33%;
    padding: 20px 0;
    border-left: 1px solid #EFEFEF;
}
.about-info .number-wrap .item:nth-of-type(1){
    border-left-width: 0px;
}
.about-info .number-wrap .item span{
    font-size: 16px;
    font-weight: 700;
}
.about-info .number-wrap .item .number{
    font-size: 48px;
    font-weight: 700;
    line-height: 1.5;
}
.about-info .desc-wrap p{
    line-height: 1.8;
    font-size: 16px;
    text-indent: 32px;
    margin-top: 30px;
}
.about-info .infomation{
    width: 1080px;
    margin: 30px auto;
    padding: 30px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.about-info .infomation .item{
    float: left;
    width: calc( 33% - 80px );
    min-height: 325px;
    padding: 0 40px;
    text-align: center;
    border-right: 1px solid #EFEFEF;
}
.about-info .infomation .item:nth-of-type(3){
    border-right-width: 0;
}
.about-info .infomation .item .title{
    font-size: 48px;
    margin: 10px 0 20px;
}
.about-info .infomation .item .small_title{
    font-size: 20px;
    margin-bottom: 50px;
}
.about-info .infomation .item .text{
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
}
.map-wrap{
    width: 1080px;
    margin: 60px auto 0;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.map-wrap .map{
    width: 800px;
    height: 360px;
    float: left;
}
.map-wrap .us-info{
    float: left;
    margin-left: 30px;
    max-width: 220px;
}
.map-wrap .us-info h3{
    font-size: 18px;
    margin-top: 50px;
}
.map-wrap .us-info .title{
    margin: 20px 0;
}
.map-wrap .us-info p{
    line-height: 1.5;
}

.tutorial-wrap{
    background-color: #FFFFFF;
    padding: 30px 0;
    min-width: 1100px;
}
.tutorial-wrap .left{
    width: 300px;
    height: 85vh;
    overflow-y: scroll;
    padding: 0 20px;
    line-height: 36px;
    border-right: 1px solid #F4F4F4;
    float: left;
    position: sticky;
    top: 96px;
}

.tutorial-wrap .left::-webkit-scrollbar {
    width : 3px;
    height: 1px;
}
.tutorial-wrap .left::-webkit-scrollbar-thumb {
    border-radius: 1.5px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #C9C9C9;
}
.tutorial-wrap .left a{
    color: #2C2C2C;
}
.tutorial-wrap .left a.active{
    font-weight: bold;
    color: #6358ED;
}
.tutorial-wrap .left a:hover{
    color: #6358ED;
}
.tutorial-wrap .left .first-category{
    font-weight: bold;
}
.tutorial-wrap .left .second-category{
    padding-left: 20px;
}
.tutorial-wrap .left .third-category{
    padding-left: 40px;
}
.tutorial-wrap .right{
    flex: 1;
    padding: 0 70px;
    overflow: hidden;
    margin-left: 300px;
    min-width: 600px;
    box-sizing: border-box;
}
.tutorial-wrap .right img{
    max-width: 100%;
}
.tutorial-wrap .right a{
    color: #6358ED;
    text-decoration: underline;
}
.tutorial-wrap .right .first-title,.tutorial-wrap .right .second-title,.tutorial-wrap .right .third-title{
    color: #2C2C2C;
    font-weight: bold;
}
.tutorial-wrap .right .first-title{
    font-size: 24px;
    line-height: 48px;
}
.tutorial-wrap .right .cont{
    color: #2C2C2C;
    line-height: 30px;
}
.tutorial-wrap .right .second-title{
    font-size: 18px;
    line-height: 36px;
    margin-top: 30px;
}
.tutorial-wrap .right .third-title{
    font-size: 16px;
    line-height: 32px;
    margin-top: 30px;
}
/*/关于我们**/
/*渠道管理**/
.channel-body{
    background-color: #f8f8f8;
}
.channel-banner{
    height: 440px;
    background: url('../images/channel/banner.png') no-repeat center center;
    overflow: hidden;
}
.channel-banner .title-wrap{
    text-align: center;
    color: #FFF;
}
.channel-banner .title-wrap .title{
    font-size: 32px;
    font-weight: bold;
    margin: 90px auto 20px;
}
.channel-banner .title-wrap .desc{
    font-size: 18px;
}
.channel-banner .btn-wrap{
    text-align: center;
    margin-top: 30px;
}
.channel-banner .btn-wrap span{
    display: inline-block;
    width: 150px;
    height: 48px;
    line-height: 48px;
    color: #FFF;
    border: 1px solid #FFF;
    box-sizing: border-box;
    cursor: pointer;
}
.channel-banner .btn-wrap span:hover{
    background-color: #FFF;
    color: #6358ED;
}
.channel-banner .btn-wrap span:nth-of-type(1){
    border: none;
    background-color: #6358ED;
    margin-right: 20px;
}
.channel-banner .btn-wrap span:nth-of-type(1):hover{
    background-color: #3B30BD;
    color: #FFF;
}
.channel-modular1 .cont{
    background-color: #fff;
    padding: 50px 66px;
    margin-top: -96px;
    z-index: 1;
}
.channel-modular1 .title-wrap{
    text-align: center;
}
.channel-modular1 .title-wrap .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.channel-modular1 .title-wrap .desc{
    font-size: 14px;
    color: #5E5E5E;
    margin-bottom: 40px;
}
.channel-modular1 .cont-wrap{
    display: flex;
}
.channel-modular1 .cont-wrap .list-wrap{
    flex: 1;
}
.channel-modular1 .cont-wrap .list-wrap.right{
    text-align: right;
}
.channel-modular1 .cont-wrap .item{
    display: flex;
    margin-top: 42px;
}
.channel-modular1 .cont-wrap .item .radius{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid;
    margin-right: 14px;
    box-sizing: border-box;
    margin-top: 4px;
}
.channel-modular1 .cont-wrap .list-wrap.right .radius{
    margin-right: 0;
    margin-left: 10px;
}
.channel-modular1 .cont-wrap .item .radius.color1{
    border-color: #E5352B;
}
.channel-modular1 .cont-wrap .item .radius.color2{
    border-color: #FF9700;
}
.channel-modular1 .cont-wrap .item .radius.color3{
    border-color:#00AC00;
}
.channel-modular1 .cont-wrap .item .radius.color4{
    border-color: #3CCAC8;
}
.channel-modular1 .cont-wrap .item .item-cont{
    flex: 1;
}
.channel-modular1 .cont-wrap .item .item-cont .title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.channel-modular1 .cont-wrap .item .item-cont .desc{
    color: #5E5E5E;
    line-height: 24px;
}
.channel-modular1 .bottom-wrap{
    display: flex;
    justify-content: center;
}
.channel-modular1 .bottom-wrap {
    margin-top: 10px;
}
.channel-modular1 .bottom-wrap .img-wrap img{
    width: 48px;
    height: 48px;
    margin-right: 15px;
}
.channel-modular1 .bottom-wrap .title{
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin: 4px 0 10px;
}
.channel-modular1 .bottom-wrap .desc{
    color: #6358ED;
}
.channel-modular2{
    padding: 70px 0;
}
.channel-modular2 .title-wrap .title{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}
.channel-modular2 .title-wrap .desc{
    color: #5E5E5E;
}
.channel-modular2 .number_item_wrap{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.channel-modular2 .number_item_wrap .item{
    width: 280px;
    padding: 0 35px ;
    box-sizing: border-box;
    border-right: 1px solid #D8D8D8;
}
.channel-modular2 .number_item_wrap .item:nth-of-type(1){
    border-left: 1px solid #D8D8D8;
}
.channel-modular2 .number_item_wrap .item .title{
    color: #000;
}
.channel-modular2 .number_item_wrap .item .number{
    font-size: 54px;
    color: #6358ED;
    font-weight: bold;
    margin: 10px 0;
}
.channel-modular2 .number_item_wrap .item .number>span{
    font-size: 36px;
}
.channel-modular2 .number_item_wrap .item .desc{
    color:#5E5E5E;
}
.channel-modular2 .images_item_wrap{
    width: 840px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;

}
.channel-modular2 .images_item_wrap .item{
    width: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.channel-modular2 .images_item_wrap .item img{
    margin-bottom: 15px;
}
.channel-modular2 .bottom_wrap img{
    margin: 10px 0;
}
.channel-modular2 .bottom_wrap p{
    font-weight: bold;
    color: #000;
}
.channel-modular3{
    background-color: #fff;
    padding: 70px 0;
}
.channel-modular3 .title-wrap .title{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}
.channel-modular3 .title-wrap .desc{
    color: #5E5E5E;
}
.channel-modular3 .item-wrap{
    margin-top: 60px;
}
.channel-modular3 .item-wrap .item{
    width: 380px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 30px 30px 30px 20px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.channel-modular3 .item-wrap .item:nth-of-type(3n){
    margin-right: 0;
}
.channel-modular3 .item-wrap .item .title{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin: 20px 0 5px 0;
}
.channel-modular3 .item-wrap .item .desc{
    color: #5E5E5E;
    line-height: 26px;
}
.channel-modular4{
    padding: 70px 0;
}
.channel-modular4 .title-wrap .title{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}
.channel-modular4 .title-wrap .desc{
    color: #5E5E5E;
}
.channel-modular4 .item-wrap{
    display: flex;
    margin-top: 60px;
}
.channel-modular4 .item-wrap .item{
    flex: 1;
    padding: 30px 20px;
    background-color: #FFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.channel-modular4 .item-wrap .item .title{
    font-size: 18px;
    font-weight: bold;
    color: #2C2C2C;
    margin-bottom: 10px;
}
.channel-modular4 .item-wrap .item .line{
    display: inline-block;
    width: 30px;
    height: 4px;
    background: #6358ED;
}
.channel-modular4 .item-wrap .item .desc{
    margin-top: 10px;
    color: #5E5E5E;
    line-height: 26px;
}
.channel-modular5{
    padding: 70px 0;
    background-color: #FFF;
}
.channel-modular5 .title-wrap .title{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}
.channel-modular5 .title-wrap .desc{
    color: #5E5E5E;
}
.channel-modular5 .item-wrap{
    margin-top: 60px;
}
.channel-modular5 .item-wrap .item{
    width: 380px;
    height: 188px;
    text-align: center;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.channel-modular5 .item-wrap .item:nth-of-type(1){
    background: url('../images/channel/modular5_icon1.png') center;
}
.channel-modular5 .item-wrap .item:nth-of-type(2){
    background: url('../images/channel/modular5_icon2.png') center;
}
.channel-modular5 .item-wrap .item:nth-of-type(3){
    background: url('../images/channel/modular5_icon3.png') center;
}
.channel-modular5 .item-wrap .item:nth-of-type(4){
    background: url('../images/channel/modular5_icon4.png') center;
}
.channel-modular5 .item-wrap .item:nth-of-type(5){
    background: url('../images/channel/modular5_icon5.png') center;
}
.channel-modular5 .item-wrap .item:nth-of-type(6){
    background: url('../images/channel/modular5_icon6.png') center;
}
.channel-modular5 .item-wrap .item:nth-of-type(3n){
    margin-right: 0;
}
.channel-modular5 .item-wrap .item .title{
    margin: 75px 0 20px;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
}
.channel-modular5 .item-wrap .item .line{
    display: inline-block;
    width: 30px;
    height: 4px;
    background: #6358ED;
}
.channel-modular6{
    padding: 70px 0;
}
.channel-modular6 .title-wrap .title{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}
.channel-modular6 .title-wrap .desc{
    color: #5E5E5E;
}
.channel-modular6 .item-wrap{
    margin-top: 60px;
    display: flex;
}
.channel-modular6 .item-wrap .item_step{
    margin: 25px 20px 0;
}
.channel-modular6 .item-wrap .item{
    text-align: center;
}
.channel-modular6 .item-wrap .item img{
    margin-bottom: 18px;
}
.channel-modular6 .item-wrap .item .title{
    color: #000;
    font-weight: bold;
}
.channel-modular7{
    padding: 70px 0;
    background-color: #FFF;
}
.channel-modular7 .item-wrap{
    display: flex;
    margin-top: 60px;
}
.channel-modular7 .title-wrap .title{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}
.channel-modular7 .title-wrap .desc{
    color: #5E5E5E;
}
.channel-modular7 .item-wrap .item{
    width: 300px;
    flex: 1;
}
.channel-modular7 .item-wrap .item-high{
    width: 300px;
    height: 420px;
    box-sizing: border-box;
    border: 1px solid #FFF;
    overflow: hidden;
}
.channel-modular7 .item-wrap .item-low{
    width: 300px;
    height: 240px;
    box-sizing: border-box;
    border: 1px solid #FFF;
    overflow: hidden;
}
.channel-modular8{
    padding: 70px 0;
}
.channel-modular8 .title-wrap .title{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}
.channel-modular8 .title-wrap .desc{
    color: #5E5E5E;
}
.channel-modular8 .item-wrap {
    position: relative;
    margin-top: 60px;
}
.channel-modular8 .item-wrap .left-shadow{
    position: absolute;
    width: 200px;
    height: 276px;
    background: linear-gradient(270deg, rgba(248, 248, 248, 0) 0%,  #F8F8F8 100%);
    left: 0;
    top: 0;
    z-index: 2;
}
.channel-modular8 .item-wrap .right-shadow{
    position: absolute;
    width: 200px;
    height: 276px;
    background: linear-gradient(270deg, #F8F8F8 0%, rgba(248, 248, 248, 0) 100%);
    right: 0;
    top: 0;
    z-index: 2;
}
.channel-modular8 .item-list-wrap{
    overflow: hidden;
}
.channel-modular8 .item-wrap .item-list {
    display: flex;
}
.channel-modular8 .item-wrap .item-list .item{
    width: 170px;
    float: left;
    margin: 0 30px 30px 0;
}
.channel-modular8 .item-wrap .item-list-two .item:nth-of-type(1){
    margin-left: -80px
}
.channel-modular8 .item-wrap .item-list-three .item:nth-of-type(1){
    margin-left: -50px
}
.channel-modular9{
    height: 238px;
    background: url('../images/channel/modular9_bottom.png') no-repeat center center;
    overflow: hidden;
}
.channel-modular9 .title-wrap .title{
    margin-top: 70px;
    color: #FFF;
    font-size: 18px;
}
.channel-modular9 .btn-wrap{
    text-align: center;
    margin-top: 30px;
}
.channel-modular9 .btn-wrap span{
    display: inline-block;
    width: 150px;
    height: 48px;
    line-height: 48px;
    color: #FFF;
    border: 1px solid #FFF;
    box-sizing: border-box;
    cursor: pointer;
}
.channel-modular9 .btn-wrap span:hover{
    color: #6358ED;
    background: #FFF;
}
.channel-modular9 .btn-wrap span:nth-of-type(1){
    border: none;
    background-color: #6358ED;
    margin-right: 20px;
}
.channel-modular9 .btn-wrap span:nth-of-type(1):hover{
    background-color: #3B30BD;
    color: #FFF;
}
#channelFormModal{
    display: none;
}
.channel-form-wrap{
    width: 580px;
    padding: 25px 20px;
    background-color: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #707070;
    box-sizing: border-box;
    position: relative;
}
.channel-form-wrap .title-wrap .title{
    font-size: 18px;
    color: #2C2C2C;
    font-weight: bold;
}
.channel-form-wrap .title-wrap .desc{
    font-size: 12px;
    color: #9F9F9F;
    margin-top: 10px;
}
.channel-form-wrap .form-item-row{
    display: flex;
}
.channel-form-wrap .form-item-row .form-item{
    flex: 1;
    margin-right: 20px;
    margin-top: 24px;
}
.channel-form-wrap .form-item-row .form-item p{
    font-size: 12px;
    color:#5E5E5E;
    margin-bottom: 10px;
}
.channel-form-wrap .form-item-row .form-item span.red-start{
    color: #FA1942;
}
.channel-form-wrap .form-item-row .form-item .item-input{
    width: 258px;
    height: 36px;
    font-size: 12px;
    color: #2C2C2C;
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    padding: 7px 12px;
}
.channel-form-wrap .form-item-row .form-item .item-input input{
    width: 100%;
}
.channel-form-wrap .form-item-row .form-item .item-input.code {
    position: relative;
}
.channel-form-wrap .form-item-row .form-item .item-input.code input{
    width: 60%;
}
.channel-form-wrap .form-item-row .form-item .item-input.code  .get-code{
    position: absolute;
    color: #6358ED;
    right: 12px;
    top: 12px;
    cursor: pointer;
}
.channel-form-wrap .form-item-row .form-item .item-input input::-webkit-input-placeholder{
    color: #9F9F9F;
    font-size: 12px;
    line-height: 18px;
}
.channel-form-wrap .form-item-row .form-item .item-textarea textarea{
    width: 536px;
    height: 110px;
    font-size: 12px;
    color: #2C2C2C;
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    padding: 10px 12px;
}
.channel-form-wrap .line{
    margin: 24px 0;
    width: 100%;
    height: 1px;
    background-color: #F4F4F4;
}
.channel-form-wrap .btn-wrap{
    float: right;
}
.channel-form-wrap .btn-wrap span{
    display: inline-block;
    width: 72px;
    height: 32px;
    line-height: 32px;
    background: #F8F8F8;
    text-align: center;
    border-radius: 6px;
    margin-left: 20px;
    cursor: pointer;
    font-size: 12px;
}
.channel-form-wrap .btn-wrap span.cancel:hover{
    color: #6358ED;
}
.channel-form-wrap .btn-wrap span.submit{
    background-color: #6358ED;
    color: #FFFFFF;
}
.channel-form-wrap .btn-wrap span.submit:hover{
    background-color: #3B30BD;
}
/*/渠道管理**/
/*自媒体干货*/
.information-sub {
    padding: 50px 0;
}
.information-wrap{
    display: flex;
}
.information-wrap-left{
    flex: 1;
    margin-right: 100px;
}
.information-sub .tab-wrap {
    margin-bottom: 40px;
}
.information-sub .tab-wrap a{
    display: inline-block;
    margin-bottom: 15px;
}
.information-sub .tab-wrap li{
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #2C2C2C;
    margin-right: 30px;
    line-height: 24px;
    cursor: pointer;
}
.information-sub .tab-wrap li.active{
    font-size: 24px;
    font-weight: bold;
    color: #6358ED;
}
.information-wrap-left .home-information .item{
    display: flex;
    height: 140px;
    box-sizing: border-box;
    margin-bottom: 30px;
    cursor: pointer;
}
.information-wrap-left .home-information .item .left {
    margin-right: 30px;
}
.information-wrap-left .home-information .item .left img{
    width: 240px;
    height: 140px;
}
.information-wrap-left .home-information .item .right {
    width: 100%;
    border-top: 1px dashed #D9D9D9;
}
.information-wrap-left .home-information .item .right .title{
    font-size: 18px;
    font-weight: bold;
    color: #2C2C2C;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.information-wrap-left .home-information .item:hover .right .title{
    color: #6358ED;
}
.information-wrap-left .home-information .item .right .text{
    height: 100px;
}
.information-wrap-left .home-information .item .right .desc{
    width: 520px;
    height: 14px;
    font-size: 12px;
    color: #9F9F9F;
    line-height: 12px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.information-wrap-left .home-information .item .right .view-info{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 500;
    color: #9F9F9F;
}
.information-wrap-left .home-information .item .right .view-info .view-num{
    display: inline-block;
}
.information-wrap-left .home-information .item .right .view-info .view-num img{
    width: 18px;
    height: 18px;
}
.information-wrap-right{
    width: 300px;
}
.information-wrap-right .title span{
    display: inline-block;
    height: 18px;
    font-size: 18px;
    font-weight: bold;
    color: #2C2C2C;
    line-height: 18px;
    vertical-align: middle;
    margin-left: 10px;
}
.information-wrap-right .item-wrap{
    margin-top: 30px;
}
.information-wrap-right .item-wrap .item {
    display: flex;
    margin-bottom: 20px;
    cursor: pointer;
}
.information-wrap-right .item-wrap .item .serial-num{
    width: 18px;
    height: 19px;
    font-size: 16px;
    font-weight: bold;
    color: #9F9F9F;
    line-height: 26px;
    margin-right: 5px;
}
.information-wrap-right .item-wrap .item .serial-num.serial-num1{
    color: #FF9C20;
}
.information-wrap-right .item-wrap .item .serial-num.serial-num2{
    color: #5C6B8C;
}
.information-wrap-right .item-wrap .item .serial-num.serial-num3{
    color: #B28062;
}
.information-wrap-right .item-wrap .item .cont{
    flex: 1;
    padding-bottom: 25px;
    border-bottom: 1px solid #D9D9D9;
}
.information-wrap-right .item-wrap .item .cont .text{
    font-size: 14px;
    color: #2C2C2C;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.information-wrap-right .item-wrap .item .cont .time{
    font-size: 12px;
    font-weight: 500;
    color: #9F9F9F;
    line-height: 15px;
    margin-top: 8px;
}
.information-wrap-left .information-detail .title{
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    color: #2C2C2C;
    margin-bottom: 10px;
}
.information-wrap-left .information-detail .view-info{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 500;
    color: #9F9F9F;
}
.information-wrap-left .information-detail .view-info .view-num{
    display: inline-block;
}
.information-wrap-left .information-detail .view-info .view-num img{
    width: 18px;
    height: 18px;
}
.information-wrap-left .information-detail .content hr{
    margin: 30px 0;
    border-top: 1px solid #D9D9D9;
}
.information-wrap-left .information-detail .content .cont{
    font-size: 16px;
    line-height: 36px;
    min-height: 300px;
}
.information-wrap-left .information-detail .content .cont img{
    max-width: 100%;
}
/*/自媒体干货*/

/** 解决方案 */
.solution-header .tab {
    height: 60px;
    position: sticky;
    top: 66px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #F4F4F4;
    box-sizing: border-box;
    z-index: 2;
}
.solution-header ul li{
    height: 60px;
    line-height: 60px;
    float: left;
    padding: 0 20px;
    color: #2c2c2c;
    box-sizing: border-box;
    cursor: pointer;
}
.solution-header ul li:hover{
    color: #6358ED;
}
.solution-header ul li.active{
    background-color: #F4F3FF;
    font-weight: bold;
    color:#6358ED;
    border-bottom: 2px solid #6358ED;
}
.solution-header ul li img{
    margin-right: 7px;
}
.solution-cont-wrap{
    margin: 70px 0 100px;
    overflow: hidden;
}
.solution-cont-wrap .solution-banner{
    height: 160px;
    background: url('../images/solution/solution_banner.png');
    overflow: hidden;
    margin-bottom: 80px;
}
.solution-cont-wrap .solution-banner .title{
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 50px 0 12px 30px;
}
.solution-cont-wrap .solution-banner .s-title{
    color: #FFFFFF;
    margin-left: 30px;
}
.solution-cont-wrap .step-wrap{
    padding: 0 70px;
    margin-bottom: 20px;
    overflow: hidden;
}
.solution-cont-wrap .step-wrap .step{
    width: 120px;
    height: 120px;
    line-height: 120px;
    margin-right: 85px;
    text-align: center;
    float: left;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 18px;
}
.solution-cont-wrap .step-wrap .step1{
    background: url('../images/solution/step_bg1.png');
}
.solution-cont-wrap .step-wrap .step2{
    background: url('../images/solution/step_bg2.png');
}
.solution-cont-wrap .step-wrap .step3{
    background: url('../images/solution/step_bg3.png');
}
.solution-cont-wrap .step-wrap .step4{
    margin-right: 0;
    background: url('../images/solution/step_bg4.png');
}
.solution-cont-wrap .step-wrap .step-interval{
    float: left;
    margin-top: 50px;
    margin-right: 84px;
}
.solution-cont-wrap .item-wrap{
    padding: 0 30px;
}
.solution-cont-wrap .item{
    width: 200px;
    float: left;
    margin-left: 113px;
}
.solution-cont-wrap .item:first-of-type{
    margin-left: 0;
}
.solution-cont-wrap .item p{
    color: #2C2C2C;
    line-height: 28px;
}
/*/解决方案*/

/** 创作导航*/
.grey-body{
    background-color: #F8F8F8;
}
.creation{
    padding: 60px 0;
}
.creation .head .title{
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
    color: #2C2C2C;
}
.creation .head input, .creation .head label{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.creation .head input{
    margin: 0 2px 0 30px;
}
.creation .cont-wrap{
    margin-top: 30px;
}
.creation .cont-wrap .item{
    width: 292px;
    min-height: 116px;
    background: #FFFFFF;
    float: left;
    box-sizing: border-box;
    padding: 30px 0 30px 30px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.creation .cont-wrap .item:nth-of-type(4n){
    margin-right: 0;
}
.creation .cont-wrap .item .left, .creation .cont-wrap .item .right{
    float: left;
}
.creation .cont-wrap .item .left{
    width: 56px;
    height: 56px;
    margin-right: 14px;
}
.creation .cont-wrap .item .title{
    height: 16px;
    font-weight: bold;
    color: #2C2C2C;
    margin-bottom: 12px;
}
.creation .cont-wrap .item .btn-wrap{
    display: inline-block;
    width: 76px;
    height: 28px;
    line-height: 28px;
    background: #EDEDFF;
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
    cursor: pointer;
}
.creation .cont-wrap .item .btn-wrap img{
    margin-left: 6px;
}
.creation .cont-wrap .item .btn-wrap span{
    color: #6358ED;
    vertical-align: middle;
}
.creation .cont-wrap .our-platform{
    display: none;
}
.landing_banner{
    width: 100%;
    height: 574px;
    background: url(../images/landing/banner_bg.png) no-repeat center;
    overflow: hidden;
}
.landing_banner .head{ 
    padding: 9px 0;
}
.landing_banner .head img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.landing_banner .banner-top .title{
    font-size: 48px;
    font-weight: bold;
    color: #242E54;
    line-height: 48px;
    margin: 110px 0 30px;
}
.landing_banner .banner-top .s-title{
    font-size: 18px;
    font-weight: bold;
    color: #242E54;
}
.landing_banner .banner-top .desc{
    color: #242E54;
    margin: 25px auto 80px;
}
.landing-down-btn-wrap button{
    width: 242px;
    height: 60px;
    background: #4E6EF2;
    box-shadow: 0px 10px 20px 0px rgba(78, 110, 242, 0.45);
    border-radius: 30px;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
}
.landing-down-btn-wrap button img{
    margin-left: 10px;
}
.landing-model1 .title-wrap{
    width: 1000px;
    margin: 0 auto;
    padding: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #242E54;
    border-bottom: 1px solid #F4F4F4; 
}
.landing-model2{
    padding: 50px;
}
.landing-model2 h1,h2,h3,h4{
    font-size: 24px;
    font-weight: bold;
    color: #242E54;
    margin-bottom: 15px;
}
.landing-model2 .desc{
    color: #525A7A;
    line-height: 30px;
}
.landing-model2 .item-wrap{
    width: 100%;
    overflow: hidden;
}
.landing-model2 .item{
    display: none;
    width: 100%;
}
.landing-model2 .item.active{
    display: block;
}
.landing-model2 .item .change-icon{
    cursor: pointer;
}
.landing-footer{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #262626;
    text-align: center;
    color: #4e4e4e;
}
.landing-footer a{
    color: #4e4e4e;
}
.extension_banner{
    width: 100%;
    box-shadow:  0 5px 5px rgba(0, 0, 0, 0.05);
    padding: 10px 0;
    background-color: #FFF;
    position: fixed;
    top: 0;
    z-index: 2;
}
.extension_separate{
    content: '';
    padding-top: 70px;
}
.extension_modal1{
    padding: 50px 0;
}
.extension_modal1 .top{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.extension_modal1 .title-wrap{
    width: 160px;
    height: 42px;
    line-height: 42px;
    background: url(../images/landing/title_bg.png) no-repeat ;
    background-size: 100%;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    margin: 30px 0 25px;
}
.extension_modal1 .title-wrap .icon{
    position: absolute;
    right: -30px;
    width: 22px;
    height: 42px;
    background-color: #72d7ad;
    transform: skewX(-16deg);

}
.extension_modal1 .content{
    font-size: 16px;
    line-height: 1.8;
}
.extension_modal1 .download-wrap{
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
}
.extension_modal1 .download-wrap button{
    padding: 10px 30px;
    background-color: #13bc75;
    border-radius: 10px;
    font-size: 20px;
    color: #FFF;
    margin-bottom: 30px;
    cursor: pointer;
}
.extension_modal2 .item-wrap{
    background-color: #F5F5F5;
    padding: 50px 0;
}
.extension_modal2 .item-wrap .item{
    display: none;
    padding: 30px;
    box-sizing: border-box;
}
.extension_modal2 .item-wrap .item-info{
    display: flex;
}
.extension_modal2 .item-wrap .item.active{
    display: block;
}
.extension_modal2 .item-wrap .item-text ,.extension_modal2 .item-wrap .item-cont{
    flex: 1;
    width: 50%;
}
.extension_modal2 .item-wrap .item-cont img{
    max-width: 100%;
}
.extension_modal2 .item-wrap .item-text {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.extension_modal2 .landing-down-btn-wrap{
    margin-top: 30px;
}
.extension_modal2 .landing-down-btn-wrap button{
    width: auto;
    padding: 0 30px;
    background: #13bc75;
}
/*/创作导航*/
/*媒体查询**/
@media screen and (max-width: 960px) {

}
/*/媒体查询**/