:root{
    --primary:#0052ea;
    --primaryHover:#1768ff;
    --primaryActive:#0c987e
}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{
    display:block
}
[hidden]{
    display:none
}
menu,ol,ul{
    list-style:none
}
blockquote,q{
    quotes:none
}
blockquote:after,blockquote:before,q:after,q:before{
    content:"";
    content:none
}
table{
    border-collapse:collapse;
    border-spacing:0
}
a{
    text-decoration:none
}
button{
    background:none;
    outline:none;
    border:none;
    cursor:pointer
}

body{
    font-family:"pingfang SC","helvetica neue",arial,"hiragino sans gb","microsoft yahei ui","microsoft yahei",simsun,sans-serif;
    color:#0b2640;
    font-size:14px;
    line-height:1;
    box-sizing:border-box;
    font-variant-ligatures: no-common-ligatures;
    -webkit-font-smoothing: antialiased;
}
.font-w-5{
    font-weight:500
}
.font-w-4{
    font-weight:400
}
.btn-text{
    color:#18ad91;
    color:var(--primary)
}
.text-org{
    color:#ff7308
}
.text-primary{
    color:#18ad91;
    color:var(--primary)
}
.tooltip{
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:auto;
    height:auto;
    padding:15px;
    box-shadow:0 2px 4px 0 rgba(37,48,68,.04),0 0 1px 0 rgba(37,48,68,.08);
    border:1px solid #e3e8ee;
    border-radius:4px;
    background:#fff;
    opacity:0;
    line-height:20px;
    font-weight:400;
    color:rgba(11,38,64,.68);
    word-break:break-all;
    white-space:normal
}
.btn,.tooltip{
    font-size:14px
}
.btn{
    width:128px;
    height:40px;
    border-radius:20px;
    border:1px solid #fff;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    box-shadow:none
}
.btn:hover{
    border:1px solid #2bc8aa;
    border:1px solid var(--primaryHover);
    color:#2bc8aa;
    color:var(--primaryHover)
}
.btn:active{
    border:1px solid #0c987e;
    border:1px solid var(--primaryActive);
    color:#0c987e;
    color:var(--primaryActive)
}
.btn.btn-def:hover{
    background:hsla(0,0%,100%,.12);
    border-color:#fff;
    color:#fff
}
.btn.btn-def-gradient:active,.btn.btn-def-gradient:hover{
    position:relative;
    background:rgba(0,0,0,.9);
    border:none
}
.btn.btn-def-gradient:active:after,.btn.btn-def-gradient:hover:after{
    content:"";
    position:absolute;
    top:-1px;
    left:-1px;
    right:-1px;
    bottom:-1px;
    background-image:linear-gradient(135deg,#1effd5,#2398ff);
    border-radius:18px;
    z-index:-1
}
.btn.btn-def-gradient:active:after{
    background-image:linear-gradient(135deg,#1effd5,#2398ff)
}
.btn-active{
    background:#18ad91;
    background:var(--primary);
    border:none;
    color:#fff
}
.btn-active:hover{
    color:#fff;
    background:#2bc8aa;
    background:var(--primaryHover);
    box-shadow:0 0 8px 0 rgba(#2BC8AA,.32);
    box-shadow:0 0 8px 0 rgba(var(--primaryHover),.32)
}
.btn-active:active{
    color:#fff;
    background:#0c987e;
    background:var(--primaryActive);
    box-shadow:none
}
.btn-write{
    background:linear-gradient(180deg,#fff,hsla(0,0%,100%,.69))
}
.btn-write,.btn-write:hover{
    border:none;
    color:#18ad91;
    color:var(--primary)
}
.btn-write:hover{
    background:linear-gradient(180deg,#fff,#fff);
    box-shadow:0 0 12px 0 hsla(0,0%,100%,.32)
}
.btn-write:active{
    color:#18ad91;
    color:var(--primary);
    background:linear-gradient(1turn,#fff,hsla(0,0%,100%,.69));
    box-shadow:none;
    border:none
}
.btn-default{
    background:linear-gradient(180deg,#fff,hsla(0,0%,100%,.69));
    color:#0b2640;
    border:1px solid rgba(11,38,64,.12)
}
.btn-default:hover{
    background:linear-gradient(180deg,#fff,#fff);
    box-shadow:0 0 12px 0 hsla(0,0%,100%,.32)
}
.btn-default:active{
    background:linear-gradient(1turn,#fff,hsla(0,0%,100%,.69));
    box-shadow:none
}
.btn-gradient{
    background:linear-gradient(135deg,#00e0b6,#007dec);
    border:none;
    color:#fff
}
.btn-gradient:hover{
    color:#fff;
    background:linear-gradient(135deg,#14eec5,#158df6);
    box-shadow:0 0 12px 0 rgba(43,200,170,.32);
    border:none
}
.btn-gradient:active{
    color:#fff;
    background:linear-gradient(135deg,#00c7a2,#005de0);
    border:none;
    box-shadow:none
}
.btn-sm-size{
    width:80px;
    height:32px;
    border-radius:18px
}
.btn-md1-size{
    width:160px
}
.btn-md1-size,.btn-md2-size{
    height:48px;
    border-radius:24px
}
.btn-md2-size{
    width:228px
}
.btn-lg-size{
    width:340px;
    height:48px;
    font-size:16px;
    border-radius:24px
}
.btn-block{
    width:100%
}
.gradient-bg{
    color:#fff;
    background:linear-gradient(135deg,#15d297,#3c64f0)!important
}
.expand-transition{
    transition:height .25s ease-in-out 0s,padding-top .25s ease-in-out 0s,padding-bottom .25s ease-in-out 0s
}
.collapse-transition{
    transition:all 0s ease-in-out 0s
}
.collapse-arrow{
    font-size:16px!important;
    width:20px;
    height:20px;
    transition:transform .3s;
    text-align:center
}
.collapse-arrow-show{
    transform:rotate(-180deg)
}
.oneLineEllipsis{
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis
}
.twoLineEllipsis{
    -webkit-line-clamp:2
}
.threeLineEllipsis,.twoLineEllipsis{
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical
}
.threeLineEllipsis{
    -webkit-line-clamp:3
}
.text-center{
    text-align:center
}
.text-center .btn{
    margin:0 auto
}
::-moz-placeholder{
    color:rgba(11,38,64,.32)
}
:-ms-input-placeholder{
    color:rgba(11,38,64,.32)
}
::placeholder{
    color:rgba(11,38,64,.32)
}
.blue .jg-card-wrapper .card-top{
    background:linear-gradient(180deg,#eff8ff,#f4fcff)
}
.gary .jg-card-wrapper .card-top{
    background:linear-gradient(180deg,#f9fbfc,#f9fbfc)
}
.mt40{
    margin-top:40px
}
.flexbox{
    display:flex;
    flex-wrap:wrap;
    align-items:stretch;
    justify-content:flex-start
}
.flex-center{
    justify-content:center
}
.toasted-container.top-center{
    top:20%!important
}
.toasted-container.top-center .toasted.toasted-primary.success{
    font-weight:500;
    background:#42be65
}
.toasted-container.top-center .toasted.toasted-primary.error{
    font-weight:500;
    background:#f44336
}

@media screen and (min-width:1025px){
    .md,.sm{
        display:none!important
    }
    .lg{
        display:block!important
    }
    .flexbox.flexbox-item2 .flexitem{
        flex:0 1 49.1%
    }
    .flexbox.flexbox-item2 .flexitem:nth-child(2n){
        margin-right:0
    }
    .flexbox.flexbox-item3 .flexitem{
        flex:0 1 30.667%;
        margin-right:4%;
        margin-bottom:4%
    }
    .flexbox.flexbox-item3 .flexitem:nth-child(3n){
        margin-right:0
    }
    .flexbox.flexbox-item3 .flexitem:nth-last-of-type(-n+3){
        margin-bottom:0
    }
    .flexbox.flexbox-item3 .solutions.flexitem{
        flex-basis:32%
    }
    .flexbox.flexbox-item4 .flexitem{
        flex:0 1 23%;
        margin-right:2.667%;
        margin-bottom:2%
    }
    .flexbox.flexbox-item4 .flexitem:nth-child(4n){
        margin-right:0
    }
    .flexbox.flexbox-item4 .flexitem:nth-last-of-type(-n+4){
        margin-bottom:0
    }
    .flexbox .solutions.flexitem{
        margin-right:1.67%;
        margin-bottom:1.67%
    }
}
@-webkit-keyframes animation-rotate{
    0%{
        transform:rotate(0deg)
    }
    to{
        transform:rotate(1turn)
    }
}
@keyframes animation-rotate{
    0%{
        transform:rotate(0deg)
    }
    to{
        transform:rotate(1turn)
    }
}
@media screen and (min-width:769px) and (max-width:1024px){
    .lg,.sm{
        display:none!important
    }
    .md{
        display:block!important
    }
    .flexbox{
        padding:0 16px
    }
    .flexbox.flexbox-item2 .flexitem{
        flex:1 1 40%;
        margin-right:32px;
        margin-bottom:24px
    }
    .flexbox.flexbox-item2 .flexitem:nth-child(2n){
        margin-right:0
    }
    .flexbox.flexbox-item2 .flexitem:nth-last-of-type(-n+2){
        margin-bottom:0
    }
    .flexbox.flexbox-item2 .flexitem:last-of-type{
        max-width:48.5%
    }
    .flexbox.flexbox-item3 .flexitem{
        flex:1 1 40%;
        margin-right:32px;
        margin-bottom:24px
    }
    .flexbox.flexbox-item3 .flexitem:nth-child(2n){
        margin-right:0
    }
    .flexbox.flexbox-item3 .flexitem:nth-last-of-type(-n+2){
        margin-bottom:0
    }
    .flexbox.flexbox-item3 .flexitem:last-of-type{
        max-width:48.5%
    }
    .flexbox.flexbox-item3.flexbox-odd .flexitem:nth-last-of-type(-n+2){
        margin-bottom:24px
    }
    .flexbox.flexbox-item3.flexbox-odd .flexitem:last-of-type{
        margin-bottom:0
    }
    .flexbox.flexbox-item4 .flexitem{
        flex:1 1 40%;
        margin-right:32px;
        margin-bottom:24px
    }
    .flexbox.flexbox-item4 .flexitem:nth-child(4n){
        margin-right:32px
    }
    .flexbox.flexbox-item4 .flexitem:nth-child(2n){
        margin-right:0
    }
    .flexbox.flexbox-item4 .flexitem:nth-last-of-type(-n+2){
        margin-bottom:0
    }
    .flexbox .solutions.flexitem{
        margin:0 20px 20px 0
    }
}
@media screen and (max-width:768px){
    .lg,.md{
        display:none!important
    }
    .sm{
        display:block!important
    }
    .flexbox{
        padding:0 16px
    }
    .flexbox.flexbox-item3 .flexitem,.flexbox.flexbox-item4 .flexitem{
        flex:1 1 100%!important;
        margin-right:0!important;
        margin-bottom:24px
    }
    .flexbox.flexbox-item3 .flexitem:nth-last-of-type(-n+4),.flexbox.flexbox-item4 .flexitem:nth-last-of-type(-n+4){
        margin-bottom:24px
    }
    .flexbox.flexbox-item3 .flexitem:last-of-type,.flexbox.flexbox-item4 .flexitem:last-of-type{
        margin-bottom:0
    }
}
@media only screen and (max-width:600px){
    .toasted-container{
        min-width:250px!important
    }
    .toasted-container.top-center{
        transform:translateX(-50%)!important;
        left:50%!important
    }
    .toasted-container .toasted{
        justify-content:center
    }
}

.icon{
    background-size:100% 100%
}
.iconfont{
    display:inline-block
}
.iconimg{
    width:1rem;
    height:1rem
}

.logined{
    height:100%;
    align-items:center;
    position:relative
}
.logined .avatar-icon{
    width:32px;
    height:32px;
    cursor:pointer;
    display:none
}
.logined .avatar-icon:hover+.sub-nav .sub-nav{
    display:block
}
@media screen and (max-width:1024px){
    .logined{
        background:#fff
    }
    .logined .sub-nav{
        display:block!important
    }
    .logined .indicator-box{
        display:none
    }
}
@media screen and (min-width:1025px){
    .logined{
        display:flex
    }
    .logined .avatar-icon{
        display:inline-block
    }
    .logined .sub-nav{
        position:absolute;
        top:74px;
        width:180px;
        transform:translateX(-50%);
        left:50%
    }
}

.login-register{
    display:flex;
    align-items:center
}
@media screen and (max-width:1024px){
    .login-register{
        justify-content:center;
        background:#fff;
        height:104px
    }
    .login-register .btn{
        margin-right:20px;
        height:40px;
        width:140px;
        border:1px solid rgba(0,28,77,.2);
        font-size:16px;
        font-weight:500;
        border-radius:20px
    }
    .login-register .btn.btn-gradient{
        border:none
    }
    .login-register .btn:last-child{
        color:rgba(11,38,64,.84);
        margin:0
    }
}
@media screen and (min-width:1025px){
    .login-register{
        height:100%
    }
    .login-register .btn{
        margin-right:11px
    }
    .login-register .btn:last-child{
        margin-right:0
    }
}

.logo-icon{
    width:160px;
    height:50px;
    margin-bottom: 6px;
}
@media screen and (max-width:1024px){
    .logo-icon{
        padding-left:16px
    }
}
@media screen and (min-width:1025px){
    .logo-icon{
        width:160px;
        height:50px;
        
    }
}

.nav-1{
    background:#fff;
    position:relative;
    color:#0b2640;
    
}
.nav-1.active{
    color:#18ad91;
    color:var(--primary)
}
.nav-1 .icon{
    font-size:16px;
    margin-right:3px;
    opacity:.8;
    color:#0b2640
}
.nav-1 .nav-title{
    padding-left:16px;
    height:57px;
    display:flex;
    align-items:center;
    cursor:pointer
}
.nav-1 .nav-title.add-title-line{
    
}
.nav-1 .nav-title:hover,.nav-1 .nav-title:hover .icon{
    color:#18ad91;
    color:var(--primary)
}
.nav-1 .nav-title .title-txt{
    flex:1;
    white-space:nowrap
}
.nav-1 .nav-title .arrow{
    margin-right:10px
}

.nav-2{
    background:#f7f9fe
}
.nav-2.add-nav-line{
    
}
.nav-2 .nav-box{
    margin:0 16px 0 10px;
    padding-left:6px;
    display:flex;
    justify-content:space-between;
    height:57px;
    cursor:pointer
}
.nav-2 .nav-box.add-title-line{
    
}
.nav-2 .nav-box .nav-box-left,.nav-2 .nav-box .nav-box-right{
    display:flex;
    justify-content:center;
    flex-direction:column
}
.nav-2 .nav-box .main-text{
    color:rgba(11,38,64,.84);
    font-size:14px;
    font-weight:500;
    line-height:14px;
    display:flex;
    align-items:center
}
.nav-2 .nav-box .main-text .icon{
    width:28px;
    height:28px;
    margin-right:4px;
    background-size:100% 100%;
    display:none
}
.nav-2 .nav-box .sub-text{
    font-size:12px;
    color:rgba(11,38,64,.52);
    margin-top:10px
}
.nav-2 .sub-nav-box{
    
    margin:0 16px
}

.nav-3{
    height:57px;
    margin:0 16px 0 14px;
    padding-left:6px;
    font-size:14px;
    color:rgba(11,38,64,.84);
    cursor:pointer;
    display:flex;
    align-items:center
}
.nav-3.active,.nav-3:hover{
    border-radius:2px
}
.nav-3 .icon{
    width:16px;
    height:16px;
    margin-right:11px;
    color:#7b91a7
}

.nav-bar{
    width:28px;
    height:28px;
    padding:5px 4px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    align-items:stretch
}
.nav-bar .item{
    background:#fff;
    height:2px
}
.close{
    padding:5px 4px;
    color:#fff;
    width:28px;
    height:28px
}

.header-box{
    position:relative
}
.header-box .headermark{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:-1;
    background-color:rgba(0,0,0,.5)
}
.nav-box{
    top:0;
    z-index:1000000;
    height:56px
}
.nav-box,.nav-box .mini-screen{
    display:flex;
    align-items:center
}
.nav-box .mini-screen{
    flex:1;
    text-align:right;
    justify-content:flex-end;
    cursor:pointer
}
.nav-box .mini-screen .user-icon{
    color:#fff;
    font-size:22px;
    margin-right:22px
}
.nav-box .mini-screen .bar{
    margin-right:16px
}
.nav-box .mini-screen .bar .iconfont{
    font-size:20px
}
.user .sub-nav-content .nav-2{
    background:#fff;
    margin:0;
    padding-left:18px;
    
}
.user .sub-nav-content .nav-2 .nav-box{
    margin:0
}
.user .sub-nav-content .nav-2 .nav-box .main-text .icon{
    width:32px;
    height:32px
}
.user .sub-nav-content .nav-2 .nav-box .main-text span{
    font-size:16px;
    color:#0b2640
}
.user .sub-nav-content .nav-3{
    margin:0;
    padding:20px
}
.login-status-box .user-name .icon{
    width:32px;
    height:32px
}
.left .product .nav-2 :last-child :last-child .nav-3,.left .product .nav-2:last-child,.left .product .nav-2:last-child .sub-nav-box,.left .solution a:last-child .nav-3,.left .ailab .nav-title,.left .case-study .nav-title,.right .about-us a:last-child .nav-3,.right .developer-help a:last-child .nav-3{
    border-bottom:none
}

.nav-1{
    position:relative;
    background:none;
    color:#fff
}
.nav-1.active{
    color:#18ad91;
    color:var(--primary)
}
.nav-1 .icon{
    font-size:12px;
    margin-right:3px;
    opacity:.8
}
.nav-1 .nav-title{
    padding:0 28px;
    height:100%;
    display:flex;
    align-items:center;
    ;
    cursor:pointer
}
.nav-1 .nav-title:hover{
    color:#18ad91;
    color:var(--primary)
}
.nav-1 .nav-title .title-txt{
    white-space:nowrap
}
.nav-1 .triangle{
    top:55px;
    width:0;
    height:0;
    border:10px solid transparent;
    border-bottom-color:#fff
}
.nav-1 .sub-nav-box,.nav-1 .triangle{
    position:absolute;
    transform:translateX(-50%);
    left:50%
}
.nav-1 .sub-nav-box{
    top:74px;
    width:auto
}

.nav-2{
    background:#fff
}
.nav-2 .nav-box{
    padding:10px 0 10px 6px;
    display:flex;
    justify-content:space-between;
    height:auto;
    margin:0 0 6px;
    cursor:pointer
}
.nav-2 .nav-box.subpad{
    padding-right:0!important
}
.nav-2 .nav-box .nav-box-left{
    display:flex;
    justify-content:center;
    flex-direction:column
}
.nav-2 .nav-box.active,.nav-2 .nav-box:hover{
    background:#f4fbfd
}
.nav-2 .nav-box .main-text{
    color:rgba(11,38,64,.84);
    font-size:14px;
    font-weight:500;
    line-height:14px;
    display:flex;
    align-items:center
}
.nav-2 .nav-box .main-text .icon{
    width:28px;
    height:28px;
    margin-right:4px
}
.nav-2 .nav-box .sub-text{
    font-size:12px;
    color:rgba(11,38,64,.52);
    margin-top:10px
}
.nav-2 .nav-box .sub-text.subpad{
    padding-left:28px
}
.nav-2 .sub-nav-box{
    border-top:1px solid rgba(11,38,64,.08);
    ;
    padding-bottom:16px
}

.nav-3{
    height:auto;
    margin-bottom:6px;
    padding:14px 13px 14px 10px;
    font-size:14px;
    white-space:nowrap;
    border-bottom:none;
    color:rgba(11,38,64,.84);
    cursor:pointer;
    display:flex;
    align-items:center
}
.nav-3.active,.nav-3:hover{
    background:#f4fbfd;
    border-radius:2px
}
.nav-3 .icon{
    width:16px;
    height:16px;
    margin-right:11px;
    background-size:100% 100%;
    color:#7b91a7
}
.nav-3 .subTitle{
    flex:0 0 100%;
    padding-top:5px;
    font-size:13px;
    line-height:20px;
    color:rgba(11,38,64,.52)
}

.header-box{
    margin:0 auto;
    display:flex;
    justify-content:space-between;
    height:74px;
    max-width:1200px
}
.header-box .main-nav{
    display:flex!important;
    height:100%;
    flex:1;
    justify-content:space-between;
    margin-right:42px
}
.header-box .login-register-wrapper{
    flex:0 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-box{
    height:56px;
    align-items:center
}
.left,.left>a,.nav-box,.right{
    display:flex
}
.left .nav-1{
    font-size:14px
}
.left .nav-1 .nav-title{
    padding-right:56px;
    padding-left:0
}

.left-menus{
    padding-left:28px
}
.right .nav-1{
    font-size:12px
}
.nav-box{
    margin-right:28px;
    height:74px
}
.nav-box .mini-screen{
    display:none
}
.sub-nav .sub-nav-content{
    background:#fff;
    box-shadow:0 0 34px 0 rgba(0,0,0,.28);
    border-radius:5px;
    position:relative
}
.sub-nav.product .sub-nav-content{
    width:100%;
    display:flex;
    justify-content:space-between;
    padding:22px 40px
}
.sub-nav.product .sub-nav-content:after{
    left:145px
}
.sub-nav.product .sub-nav-content .nav-2{
    width:210px
}
.sub-nav.product .sub-nav-content .nav-2 .nav-box{
    cursor:default;
    background:none
}
.sub-nav.product .sub-nav-content .nav-2 .nav-box:hover .main-text{
    color:rgba(11,38,64,.84)
}
.sub-nav.product .sub-nav-content .nav-2 .nav-box:hover .sub-text{
    color:rgba(11,38,64,.52)
}
.sub-nav.product .sub-nav-content .nav-2 .nav-box .main-text{
    font-size:16px
}
.sub-nav.product .sub-nav-content .nav-2 .sub-nav-box{
    margin:0;
    border-bottom:none;
    width:210px;
    padding-top:8px
}
.sub-nav.product .sub-nav-content .nav-2{
    margin-bottom:8px
}
.sub-nav.solution .sub-nav-content{
    padding:18px 10px 8px
}
.sub-nav.solution .sub-nav-content a:first-of-type .nav-3{
    
}
.sub-nav.solution .nav-3{
    padding-left:14px;
    padding-right:38px;
    flex-wrap:wrap
}
.sub-nav.developer-help .sub-nav-content{
    padding:18px 10px 8px
}
.sub-nav.developer-help .nav-3{
    padding-left:14px;
    padding-right:38px
}
.sub-nav.about-us .sub-nav-content{
    padding:18px 10px 8px
}
.sub-nav.about-us .nav-3{
    padding-left:14px;
    padding-right:38px
}
.sub-nav.language .sub-nav-content{
    padding:18px 10px 8px
}
.sub-nav.language .nav-3{
    padding-left:14px;
    padding-right:38px
}
.sub-nav.user .sub-nav-content{
    padding:13px 10px 8px
}
.sub-nav.user .nav-3{
    padding-left:14px;
    padding-right:38px
}
.sub-nav.user .user-name{

    font-weight:600;
}


@media screen and (max-width:1024px){
    .header,.header:hover{
        background:none
    }
}

.footer{
    padding:40px 0 25px;
    background:#fff;
}


.footer-wrapper{
    max-width:1200px;
    margin:0 auto;
    font-size:14px;
    color: #1f2329;
}
.footer-wrapper a{
    color: #1f2329;
}
.footer-wrapper a:hover{
   color: #3370ff;
}
.footer-wrapper .footer-box{
    display:flex;
    justify-content:flex-start;
    padding:30px 0
}
.footer-wrapper .footer-box .footer-content{
    flex:1 1 315px
}
.footer-wrapper .footer-box .footer-content h3{
    padding-bottom:30px;
    font-size:16px;
    opacity:.84;
}
.footer-wrapper .footer-box .footer-content .footer-item{
    line-height:25px
}
.footer-wrapper .footer-logo{
    border-bottom:1px solid #efefef;
    padding-bottom:25px;
    font-size:0
}
.footer-wrapper .footer-logo .logo{
    height:44px;
    margin-right:13px
}
.footer-wrapper .app-wrap{
    vertical-align:top;
    display:inline-block;
    padding-left:65px
}
.footer-wrapper .app-wrap .app-item{
    display:inline-block;
    margin-right:25px
}
.footer-wrapper .app-wrap .app-item .icon{
    width:24px;
    height:24px;
    font-size:24px;
    color:#fff;
    opacity:.68
}
.footer-wrapper .app-wrap .app-item:hover .icon{
    opacity:1
}
.footer-wrapper .app-wrap .app-item:hover .qrcode{
    height:134px;
    opacity:1;
    top:-140px
}
.footer-wrapper .app-wrap .qrcode-wrapper{
    position:relative
}
.footer-wrapper .app-wrap .qrcode-wrapper .qrcode{
    position:absolute;
    width:128px;
    top:0;
    left:50%;
    transform:translateX(-50%);
    opacity:0;
    height:0;
    transition:all .2s
}
.footer-wrapper .footer-bottom{
    border-top:1px solid #efefef;
    padding-top:20px;
    line-height:25px
}
.footer-wrapper .footer-bottom .title{
    display:inline-block;
    margin-right:15px
}
.footer-wrapper .footer-bottom .links{
    display:inline-block;
    margin-bottom:58px
}
.footer-wrapper .footer-bottom .links li{
    display:inline-block;
    margin-right:15px
}
.footer-wrapper .footer-bottom .sitemap{
    float:right
}
.footer-wrapper .footer-bottom .beian{
    font-size:0
}
.footer-wrapper .footer-bottom .beian .i-baicon{
    width:14px;
    height:14px;
    vertical-align:top;
    margin-top:5px;
    margin-right:3px
}
.footer-wrapper .footer-bottom .beian .iconsplit{
    font-size:12px;
    position:relative;
    padding-right:9px
}
.footer-wrapper .footer-bottom .beian .iconsplit:after{
    content:"";
    position:absolute;
    top:3px;
    right:4px;
    width:1px;
    height:11px;
    background:#d8d8d8;
    opacity:.2
}
.footer-wrapper .footer-bottom .beian a{
    font-size:12px
}


 html{
    font-family:"Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size:16px;
    word-spacing:1px;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    box-sizing:border-box;
    background:#fff
}
*,:after,:before{
    box-sizing:border-box;
    margin:0
}
main{
    min-height:720px
}
 html{
    font-family:"Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size:16px;
    word-spacing:1px;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    box-sizing:border-box;
    background:#fff
}
*,:after,:before{
    box-sizing:border-box;
    margin:0
}

/*# sourceMappingURL=3f30d99c348ca49cda5f.css.map*/

.header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:100;
    background:rgba(13,15,15);
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 6%);
}

.header.absolute{
    position:absolute;
    border-bottom: 1px rgba(255, 255, 255, 0.4);
}


.header-dark{
    background: none;
    border-bottom: 1px rgba(255, 255, 255,0.1) solid;
}

.header-light  .nav-1{ 
    color: #1f2329;
}

.nav-box #logo-light{
    display: block;;
}

.nav-box #logo-dark{
    display: none;;
}
.nav-box-actived #logo-light{
    display: none;;
}

.nav-box-actived #logo-dark{
    display: block;
}






/**  联系商务 **/

.home-bussiness {
    background-color: #eef2ff;
    padding: 60px 0px;
}

.home-bussiness-container{
    margin-left: auto;
    margin-right: auto;
    touch-action: pan-y;
    max-width: 1124px;
    overflow: hidden;
    transform: translateY(0px)
}

.home-bussiness-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 40px 0px;
}

.home-bussiness-wrapper-box{
    display: flex;
}

.home-bussiness-btn {
    display: inline-flex;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 40px;
    padding-right: 40px;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #3370ff;
    border-bottom-color: #3370ff;
    border-left-color: #3370ff;
    border-right-color: #3370ff;
    background-color: #3370ff;
    margin-right: 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
}

.home-bussiness-title{
    width: 100%;
    text-align: center;
}

.home-bussiness-title p{
    width: 100%;
    text-align: center;
}


.home-bussiness-btn-white {
    color: #3370ff;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    background-color: #fff;
}

.login-register-wrapper a{
    display: inline-flex;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    justify-content: center;
    align-items: center;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-color: #3370ff;
    border-bottom-color: #3370ff;
    border-left-color: #3370ff;
    border-right-color: #3370ff;
    background-color: #3370ff;
    margin-right: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    border-radius: 24px;
    color: #fff;
}

.qrcode—box{
    width: 250px;
    height: 250px;
    border: 10px #fff solid;
    border-radius: 10px;
}

.qrcode-view{
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    display: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
}

.qrcode-view-box-close{
    width: 100%;
    padding: 20px 0px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
}


.sub-nav-content-item {
    padding: 10px;
    width: 280px;

}

.sub-nav-content-item-header {
    padding: 14px 13px 14px 10px;


}

.sub-nav-content-item-header-title {
    color: rgba(11, 38, 64, .84);
    font-size: 16px;
    font-weight: 500;
    line-height: 14px;
}

.sub-nav-content-item-header-des {
    font-size: 12px;
    color: rgba(11, 38, 64, .52);
    margin-top: 10px;
}

.sub-nav-content-item-bodyer {
    border-top: 1px solid rgba(11, 38, 64, .08);
    padding-bottom: 16px;

}

.sub-nav-content-item-bodyer a {
    height: auto;
    margin-bottom: 6px;
    padding: 14px 13px 14px 10px;
    font-size: 14px;
    white-space: nowrap;
    border-bottom: none;
    color: rgba(11, 38, 64, .84);
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 400;
    margin-top: 6px;
}

.sub-nav-content-item-bodyer a:hover {
    background: #f4fbfd;
    border-radius: 2px;
}

.home-huijian-title{
    text-align: center;
}