@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,section,menu{
    margin:0;
    padding:0
}
body{
    padding:0;
    margin:0
}
html,body,fieldset,img,iframe,abbr{
    border:0
}
li{
    list-style:none
}
textarea{
    overflow:auto;
    resize:none
}
input{
    outline:0
}
input:-internal-autofill-previewed,input:-internal-autofill-selected{
    -webkit-text-fill-color:#fff
}
input:-webkit-autofill{
    -webkit-box-shadow:0 0 0 13.333333rem transparent inset;
    transition:background-color 5000s ease-in-out 0s
}
table{
    border-collapse:collapse;
    border-spacing:0
}
a,button{
    cursor:pointer;
    outline:0
}
button{
    background:0 0;
    outline:0;
    border:0
}
h1,h2,h3,h4,h5,h6,em{
    font-weight:400;
    font-style:normal
}
strong,b{
    font-style:normal
}
a,a:hover{
    text-decoration:none
}
html,body{
    width:100%;
    height:100%;
    background:#fff;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    text-rendering:optimizeSpeed;
    -webkit-tap-highlight-color:transparent;
    font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;
    font-weight:400
}
::-webkit-input-placeholder{
    color:#454545
}
:-moz-placeholder{
    color:#454545
}
::-moz-placeholder{
    color:#454545
}
:-ms-input-placeholder{
    color:#454545
}
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    outline:0
}
.display-flex{
    display:flex;
    align-items:center
}
.display-space-between{
    display:flex;
    align-items:center;
    justify-content:space-between
}
.flex-1{
    flex:1;
    flex-shrink:0
}
.width-wrap{
    max-width:17.066667rem;
    margin:0 auto;
    box-sizing:border-box;
    padding:0 .533333rem
}
nav{
    position:fixed;
    top:0;
    background:#030407;
    color:#F0F0F0;
    z-index:99;
    width:100%
}
.nav__more{
    display:none;
    opacity:0;
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    align-items:flex-end;
    justify-content:center;
    padding:1.44rem .213333rem .426667rem;
    background:rgba(0,0,0,.8);
    backdrop-filter:blur(0.133333rem);
    -webkit-backdrop-filter:blur(0.133333rem);
    flex-direction:column;
    z-index:11;
    transition:ease .5s opacity;
    box-sizing:border-box
}
.nav__more.show{
    opacity:1
}
.nav__more.show .top-bar__main{
    opacity:1;
    -webkit-transform:scale(1) translateY(0);
    -moz-transform:scale(1) translateY(0);
    -ms-transform:scale(1) translateY(0);
    -o-transform:scale(1) translateY(0);
    transform:scale(1) translateY(0)
}
.nav-wrap{
    max-width:16.533333rem;
    padding:.106667rem .266667rem 0;
    margin:0 auto;
    position:relative;
    z-index:10;
    background:#030407;
    width:100%;
    box-sizing:border-box
}
.nav-wrap a,.nav-wrap button{
    display:inline-flex;
    font-size:.186667rem;
    line-height:.213333rem;
    color:#F0F0F0;
    padding-bottom:.106667rem
}
.nav-wrap a.actived,.nav-wrap button.actived{
    position:relative
}
.nav-wrap a.actived::before,.nav-wrap button.actived::before{
    content:"";
    height:.026667rem;
    width:100%;
    border-radius:.026667rem;
    background:linear-gradient(90deg,#00d2c4 32%,#37efcd 100%);
    position:absolute;
    bottom:0;
    left:0
}
.nav-wrap .btn-nav.actived{
    position:relative
}
.nav-wrap .btn-nav.actived::before{
    content:"";
    height:.026667rem;
    width:100%;
    border-radius:.026667rem;
    background:linear-gradient(90deg,#00d2c4 32%,#37efcd 100%);
    position:absolute;
    bottom:0;
    left:0
}
.nav-wrap a:hover{
    color:#00D2C4
}
.nav-wrap .btn-sub{
    margin-right:.533333rem
}
.nav-wrap .btn-sub::after{
    content:"";
    width:0;
    height:0;
    border-style:solid;
    border-width:.066667rem .08rem 0;
    border-color:#fff transparent transparent;
    margin-left:.133333rem
}
.nav-wrap .nav-item{
    align-self:stretch;
    margin-right:.533333rem
}
.nav-wrap .btn-logo{
    margin-right:.533333rem
}
.nav-wrap .btn-logo img{
    height:.64rem
}
.nav-wrap .btn-download{
    width:1.44rem;
    height:.453333rem;
    justify-content:center;
    background:linear-gradient(90deg,#00d2c4 0,#36d6b9 100%);
    border-radius:.053333rem;
    transition:ease .5s background;
    padding-bottom:0;
    font-weight:800;
    font-size:.186667rem
}
.nav-wrap .btn-download:hover{
    background:linear-gradient(90deg,#2eede0 0,#35edcb 100%);
    color:#fff
}
.nav-wrap .btn-download:active{
    background:linear-gradient(90deg,#21cabf 32%,#22d0b0 100%);
    color:#fff
}
.nav-wrap .btn-more{
    display:none;
    width:.346667rem;
    height:.346667rem;
    margin-left:.293333rem
}
.nav-wrap .btn-more__line{
    width:84%;
    height:.026667rem;
    background:#fff;
    display:block;
    margin-top:.066667rem;
    transition:.5s cubic-bezier(0.16,1,.3,1)
}
.nav-wrap .btn-more__line:nth-of-type(1){
    -webkit-transform-origin:bottom right;
    -moz-transform-origin:bottom right;
    -ms-transform-origin:bottom right;
    -o-transform-origin:bottom right;
    transform-origin:bottom right
}
.nav-wrap .btn-more__line:nth-of-type(3){
    -webkit-transform-origin:top right;
    -moz-transform-origin:top right;
    -ms-transform-origin:top right;
    -o-transform-origin:top right;
    transform-origin:top right
}
.nav-wrap .btn-more.expended .btn-more__line:nth-of-type(1){
    -webkit-transform:rotate(-45deg) translateY(-.026667rem);
    -moz-transform:rotate(-45deg) translateY(-.026667rem);
    -ms-transform:rotate(-45deg) translateY(-.026667rem);
    -o-transform:rotate(-45deg) translateY(-.026667rem);
    transform:rotate(-45deg) translateY(-.026667rem)
}
.nav-wrap .btn-more.expended .btn-more__line:nth-of-type(2){
    opacity:0;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0)
}
.nav-wrap .btn-more.expended .btn-more__line:nth-of-type(3){
    -webkit-transform:rotate(45deg) translateY(0.013333rem);
    -moz-transform:rotate(45deg) translateY(0.013333rem);
    -ms-transform:rotate(45deg) translateY(0.013333rem);
    -o-transform:rotate(45deg) translateY(0.013333rem);
    transform:rotate(45deg) translateY(0.013333rem)
}
.nav-expend{
    position:absolute;
    top:100%;
    background:#0E1316;
    box-shadow:0 .293333rem .4rem rgba(1,1,1,.3);
    left:0;
    width:100%;
    transform:translateY(-150%);
    transition:ease-in-out .3s transform;
    border-top:.013333rem solid rgba(23,223,189,.1);
    opacity:0
}
.nav-expend.expended{
    transform:translateY(0);
    opacity:1
}
.nav-expend__box{
    flex-wrap:wrap;
    max-width:16rem;
    margin:0 auto;
    box-sizing:border-box;
    padding:.36rem 2.6rem .36rem 2.813333rem;
    align-items:stretch
}
.nav-expend__item{
    width:50%;
    box-sizing:border-box;
    padding:.266667rem .266667rem .24rem
}
.nav-expend__item img{
    width:.506667rem;
    margin-right:.266667rem
}
.nav-expend__item dt{
    font-size:.186667rem;
    line-height:.226667rem;
    margin-bottom:.066667rem;
    color:#F0F0F0
}
.nav-expend__item dd{
    font-size:.16rem;
    line-height:.32rem;
    color:rgba(255,255,255,.65)
}
.nav-expend__item:hover{
    background:#141B1F;
    border-radius:.08rem
}
.nav-btn-windows::before{
    background:url(../img/icon_normal_windows@2x_27887ef.png) no-repeat center;
    background-size:100% auto
}
.nav-btn-windows:active::before{
    background-image:url(../img/icon_clilk_windows@2x_8cb94fa.png)
}
.nav-btn-mobile::before{
    background:url(../img/icon_support_mobile_white_2427f10.png) no-repeat center;
    background-size:100% auto
}
.nav-btn-mobile:active::before{
    background-image:url(../img/icon_support_mobile_d13781b.png)
}
.nav-btn-console::before{
    background:url(../img/icon_support_console_white_a53d11e.png) no-repeat center;
    background-size:100% auto
}
.nav-btn-console:active::before{
    background-image:url(../img/icon_support_console_bb09eae.png)
}
.nav-btn-macos::before{
    background:url(../img/icon_normal_macOS@2x_23018f4.png) no-repeat center;
    background-size:100% auto
}
.nav-btn-macos:active::before{
    background-image:url(../img/icon_clilk_macOS@2x_3edfa1d.png)
}
.top-bar__more{
    display:none;
    opacity:0;
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    align-items:flex-end;
    justify-content:center;
    padding:1.066667rem .426667rem .426667rem;
    background:rgba(0,0,0,.85);
    backdrop-filter:blur(0.133333rem);
    -webkit-backdrop-filter:blur(0.133333rem);
    flex-direction:column;
    z-index:11;
    transition:ease .5s opacity;
    box-sizing:border-box
}
.top-bar__more.show{
    opacity:1
}
.top-bar__more.show .top-bar__main{
    opacity:1;
    -webkit-transform:scale(1) translateY(0);
    -moz-transform:scale(1) translateY(0);
    -ms-transform:scale(1) translateY(0);
    -o-transform:scale(1) translateY(0);
    transform:scale(1) translateY(0)
}
.top-bar__main{
    background:#0E1316;
    border:.013333rem solid rgba(0,0,0,.5);
    box-shadow:0 .053333rem .133333rem rgba(0,0,0,.1);
    backdrop-filter:blur(0.266667rem);
    -webkit-backdrop-filter:blur(0.266667rem);
    border-radius:.053333rem;
    display:flex;
    flex-direction:column;
    flex:1;
    overflow-y:scroll;
    max-width:4.533333rem;
    width:100%;
    box-sizing:border-box;
    padding-bottom:.426667rem;
    margin-bottom:constant(safe-area-inset-bottom);
    margin-bottom:env(safe-area-inset-bottom);
    -webkit-transform-origin:top right;
    -moz-transform-origin:top right;
    -ms-transform-origin:top right;
    -o-transform-origin:top right;
    transform-origin:top right;
    transition:cubic-bezier(0.16,1,.3,1) .5s;
    opacity:0;
    -webkit-transform:scale(0.9) translateY(-.32rem);
    -moz-transform:scale(0.9) translateY(-.32rem);
    -ms-transform:scale(0.9) translateY(-.32rem);
    -o-transform:scale(0.9) translateY(-.32rem);
    transform:scale(0.9) translateY(-.32rem)
}
.top-bar__main .btn-dl{
    margin:0 .213333rem
}
.top-bar__item .top-bar__nav{
    font-weight:400;
    font-size:.266667rem;
    line-height:.88rem;
    color:#fff;
    padding:0 .213333rem;
    transition:ease .3s color
}
.top-bar__item .top-bar__nav::after{
    display:inline-block;
    transition:ease .3s;
    width:.32rem;
    height:.32rem;
    background:url(../img/icon-back_4c29665.png) no-repeat center;
    background-size:100% auto;
    content:""
}
.top-bar__item.expended .top-bar__nav{
    color:rgba(255,255,255,.75)
}
.top-bar__item.expended .top-bar__nav::after{
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    transform:rotate(90deg)
}
.top-bar__item.expended .top-bar__expend{
    max-height:3.2rem
}
.top-bar__item.expended .top-bar__expend2{
    max-height:13.32rem;
    flex:1
}
.top-bar__expend{
    transition:ease max-height .3s;
    max-height:0;
    overflow:hidden;
    padding:0 .213333rem
}
.top-bar__expend li{
    position:relative
}
.top-bar__expend a{
    line-height:.8rem;
    font-size:.24rem;
    color:#FFF
}
.top-bar__expend a.disabled{
    color:rgba(255,255,255,.5)
}
.top-bar__expend a.actived{
    color:#00D2C4
}
.top-bar__expend a.actived::after{
    content:"";
    position:absolute;
    right:0;
    width:.213333rem;
    height:.213333rem;
    background-size:100% auto;
    top:50%;
    transform:translateY(-50%)
}
@media only screen and (min-width:1025px){
    .top-bar__more{
        display:none!important
    }
}
@media only screen and (max-width:1024px){
    .nav-wrap{
        padding-left:.266667rem;
        padding-right:.266667rem
    }
    .nav-wrap .btn-logo{
        flex-shrink:0;
        margin-right:.133333rem
    }
    .nav-wrap .btn-logo img{
        height:.426667rem
    }
    .nav-wrap .btn-nav{
        display:none
    }
    .nav-wrap .btn-more{
        display:block
    }
    .nav-expend{
        display:none
    }
    .top-bar .btn-dl,.top-bar .languages-box{
        display:none
    }
    .top-bar .nav>li{
        display:none
    }
    .top-bar .nav>li:first-child{
        display:block
    }
    .top-bar .btn-more{
        display:block
    }
    .top-bar__more{
        padding:.853333rem .213333rem .213333rem
    }
    .top-bar__main .btn-dl{
        font-size:.213333rem;
        height:.64rem;
        line-height:.64rem;
        background:linear-gradient(90deg,#00d2c4 32%,#37efcd 100%);
        border-radius:.053333rem;
        color:#fff;
        text-align:center
    }
    .top-bar__expend{
        padding:0 .266667rem
    }
    .top-bar__expend a{
        font-size:.186667rem
    }
    .top-bar__expend a::before{
        content:"";
        width:.32rem;
        height:.32rem;
        display:block;
        margin-right:.16rem
    }
    .top-bar__expend a:active{
        color:#00D2C4
    }
    .top-bar__item .top-bar__nav{
        padding:0 .213333rem;
        padding-left:.266667rem;
        font-size:.213333rem
    }
    body:has(.top-bar__more.show){
        height:100%;
        overflow:hidden
    }
}
@media only screen and (max-width:768px){
    .top-bar__bd{
        padding:0 .213333rem
    }
    .top-bar .logo{
        width:1.893333rem
    }
}
@media only screen and (max-width:540px){
    .top-bar__main{
        max-width:100%
    }
}
footer{
    background:#1a1a1a
}
.footer-wrap{
    font-size:.16rem;
    line-height:.346667rem;
    max-width:17.066667rem;
    margin:0 auto;
    box-sizing:border-box;
    padding:.76rem .266667rem 1.133333rem
}
.footer-wrap a,.footer-wrap i{
    color:#fff;
    font-style:normal
}
.footer-wrap dl{
    margin-right:.64rem;
    text-align:center
}
.footer-wrap dt{
    font-weight:700;
    font-size:.186667rem;
    line-height:.426667rem;
    color:#fff
}
.footer-wrap dd{
    color:#aeaeae;
    font-size:.16rem;
    line-height:.266667rem
}
.footer-wrap .copyright{
    padding-left:.52rem;
    padding-right:.266667rem;
    border-left:.013333rem solid #363636;
    color:#fff
}
.footer-wrap .copyright img{
    width:3.893333rem
}
.footer-wrap .copyright a{
    display:inline-flex;
    transition:ease .3s color
}
.footer-wrap .copyright a:hover{
    color:#37efcd
}
.footer-qrcode{
    margin-right:.24rem
}
.footer-nav{
    margin:.266667rem 0;
    color:#fff
}
.footer-item{
    width:50%
}
.footer-item img{
    width:1.573333rem;
    border-radius:.093333rem
}
div.contact-wrap{
    color:#fff;
    align-items:flex-start;
    padding-top:.133333rem
}
div.contact-wrap .contact-box__item{
    flex:1
}
div.contact-wrap dl{
    max-width:4.266667rem;
    margin-right:.333333rem;
    white-space:nowrap
}
div.contact-wrap dl a{
    color:#00d2c4;
    text-decoration:underline
}
div.contact-wrap dt{
    font-weight:700;
    font-size:.186667rem;
    line-height:.373333rem;
    margin-bottom:0
}
div.contact-wrap dd{
    font-weight:400;
    font-size:.16rem;
    line-height:.373333rem;
    color:#fff
}
@media only screen and (max-width:1280px){
    .footer-wrap{
        flex-direction:column;
        align-items:flex-start;
        padding:.613333rem .666667rem .986667rem
    }
    .footer-wrap .copyright{
        padding:.333333rem 0 0;
        border:0;
        border-top:.013333rem solid #363636;
        margin-top:.493333rem
    }
    .footer-wrap dl{
        margin-right:.4rem
    }
    .footer-wrap dl:nth-child(4){
        position:static
    }
    .footer-item{
        width:100%
    }
    .footer-item:first-child{
        display:flex
    }
    div.contact-wrap{
        display:block;
        padding-top:0
    }
    div.contact-wrap .contact-box__item{
        width:4.306667rem
    }
}
@media only screen and (max-width:960px){
    .footer-wrap{
        padding-left:.453333rem;
        padding-right:.453333rem
    }
    .footer-wrap .copyright{
        margin-top:.4rem
    }
    .footer-wrap dt{
        line-height:.386667rem
    }
    .footer-wrap dd{
        line-height:.213333rem
    }
    .footer-wrap dl.hehe{
        margin-right:1.066667rem
    }
    .footer-qrcode{
        width:1.333333rem;
        margin-right:.213333rem
    }
    .footer-nav{
        margin-top:.16rem;
        margin-bottom:.16rem
    }
    .footer-item:first-child{
        display:block
    }
    div.contact-wrap{
        padding-top:.32rem
    }
    div.contact-wrap .contact-box{
        display:flex;
        flex-wrap:wrap;
        width:100%;
        max-width:100%;
        justify-content:space-between
    }
    div.contact-wrap .contact-box dl{
        width:50%;
        margin-right:0
    }
}
@media only screen and (max-width:740px){
    div.contact-wrap .contact-box__item{
        padding-top:0
    }
    div.contact-wrap .contact-box__item dl{
        width:100%;
        max-width:100%
    }
}
@media only screen and (max-width:640px){
    .footer-wrap{
        padding:.333333rem .226667rem .373333rem
    }
    .footer-wrap .copyright img{
        width:2.6rem
    }
    .footer-wrap a,.footer-wrap i{
        font-size:.133333rem;
        line-height:.293333rem
    }
    .footer-item .qrcode-box{
        display:none
    }
    .footer-nav{
        margin-top:.24rem;
        margin-bottom:.24rem
    }
}
