html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    display: -webkit-flex;
    display: flex;
    font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Helvetica Neue, STHeiti, Microsoft Yahei, Tahoma, Simsun, sans-serif;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    min-width: 1170px;
    text-rendering: optimizeLegibility;
    vertical-align: initial;
    width: 100%
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body, html {
    width: 100%
}

img {
    display: block
}

a {
    text-decoration: none
}

::selection {
    background-color: #013bd4;
    color: #fff
}

.rela {
    position: relative
}

.abs {
    position: absolute
}

.inline {
    display: inline-block
}

.fullw {
    width: 100%
}

.fullh {
    height: 100%
}

.flex, .flexY {
    display: -webkit-flex;
    display: flex
}

.flexY {
    -webkit-flex-direction: column;
    flex-direction: column
}

.grow1 {
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.ai-ct {
    -webkit-align-items: center;
    align-items: center
}

.jc-sa {
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.jc-sb {
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.jc-ct {
    -webkit-justify-content: center;
    justify-content: center
}

.cfff {
    color: #fff
}

.c234 {
    color: #283044
}

.bg-black {
    background-color: #283044
}

.bg-blue {
    background-color: transparent
}

.lh18 {
    line-height: 18px
}

.lh20 {
    line-height: 20px
}

.lh24 {
    line-height: 24px
}

.lh32 {
    line-height: 32px
}

.lh44 {
    line-height: 44px
}

.lh56 {
    line-height: 56px
}

.fs12 {
    font-size: 12px
}

.fs14 {
    font-size: 14px
}

.fs18 {
    font-size: 18px
}

.fs24 {
    font-size: 24px
}

.fs32 {
    font-size: 32px
}

.fs40 {
    font-size: 40px
}

.fw4 {
    font-weight: 400
}

.fw5 {
    font-weight: 500
}

.ta-ct {
    text-align: center
}

.mt12 {
    margin-top: 12px
}

.mt16 {
    margin-top: 16px
}

.mt30 {
    margin-top: 30px
}

.mt46 {
    margin-top: 46px
}

.mt64 {
    margin-top: 64px
}

.mt104 {
    margin-top: 104px
}

.mt120 {
    margin-top: 120px
}

.ml56 {
    margin-left: 56px
}

.ml32 {
    margin-left: 32px
}

.ml20 {
    margin-left: 20px
}

.ph70 {
    padding-left: 70px;
    padding-right: 70px
}

.op85 {
    opacity: .85;
    transition: opacity .37s
}

.op85:hover {
    opacity: 1
}

.op65 {
    opacity: .65
}

.poin {
    cursor: pointer
}

#bg-blue {
    padding: 30px 136px 0
}

#nav {
    max-width: 1170px;
    min-width: 768px
}

#first-page {
    max-width: 1150px;
    min-width: 996px
}

#icon-bcz {
    height: 23px;
    width: 101px
}

@-webkit-keyframes shake {
    0%, to {
        box-shadow: 0 2px 8px transparent;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@keyframes shake {
    0%, to {
        box-shadow: 0 2px 8px transparent;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

.button, button {
    -webkit-align-items: center;
    align-items: center;
    background: hsla(0, 0%, 100%, .1);
    border: 0;
    border-radius: 4px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    outline: 0;
    padding: 5px 10px
}

.button span, button span {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

#qr-weixin {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: -8px;
    top: 15px;
    transition: opacity .37s, -webkit-transform .37s;
    transition: transform .37s, opacity .37s;
    transition: transform .37s, opacity .37s, -webkit-transform .37s;
    width: 186px;
    z-index: 2
}

#qr-weixin._show {
    opacity: 1;
    -webkit-transform: translateY(15px);
    transform: translateY(15px)
}

#anim {
    height: 577px;
    overflow: hidden;
    width: 538px
}

#screenshot-left {
    bottom: -50px;
    box-shadow: 0 6px 26px rgba(0, 0, 0, .12);
    height: 478px;
    left: 43px;
    opacity: 0;
    position: absolute;
    transition: opacity .37s .06s, -webkit-transform .37s .06s;
    transition: transform .37s .06s, opacity .37s .06s;
    transition: transform .37s .06s, opacity .37s .06s, -webkit-transform .37s .06s;
    width: 82px
}

#screenshot-left._show {
    opacity: 1;
    -webkit-transform: translate(-30px, -50px);
    transform: translate(-30px, -50px)
}

#screenshot-iphone {
    bottom: -40px;
    box-shadow: 0 6px 26px rgba(0, 0, 0, .12);
    height: 577px;
    left: 82px;
    transition: -webkit-transform .37s;
    transition: transform .37s;
    transition: transform .37s, -webkit-transform .37s;
    width: 374px;
    z-index: 2
}

#screenshot-iphone._show {
    opacity: 1;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px)
}

#screenshot-right {
    bottom: -50px;
    box-shadow: 0 6px 26px rgba(0, 0, 0, .12);
    height: 400px;
    opacity: 0;
    position: absolute;
    right: 34px;
    transition: opacity .37s .06s, -webkit-transform .37s .06s;
    transition: transform .37s .06s, opacity .37s .06s;
    transition: transform .37s .06s, opacity .37s .06s, -webkit-transform .37s .06s;
    width: 88px
}

#screenshot-right._show {
    opacity: 1;
    -webkit-transform: translate(30px, -50px);
    transform: translate(30px, -50px)
}

#illu-slogen {
    height: 300px;
    margin-bottom: 200px;
    margin-top: 80px;
    width: 564px
}

#btn-android, #btn-apple {
    background: linear-gradient(135deg, #2f2f2f, #000);
    border-radius: 6px;
    bottom: 64px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .12);
    height: 68px;
    padding: 0 20px;
    transition: all .3s;
    width: 172px
}

#btn-android:after, #btn-apple:after {
    background: linear-gradient(135deg, #404040, #000);
    border-radius: 6px;
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, .12);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .37s;
    width: 100%;
    z-index: 1
}

#btn-apple {
    left: 96px
}

#btn-android {
    left: 300px
}

#logo-android, #logo-apple {
    pointer-events: none;
    width: 100%;
    z-index: 2
}

#company-banner {
    background: #1e1f23;
    border-radius: 4px;
    height: 252px;
    margin: 0 auto;
    max-width: 1170px;
    min-width: 375px;
    overflow-x: hidden
}

#company-mask {
    right: 0;
    top: 0
}

#company-slogan {
    height: 173px;
    left: 47px;
    top: 38px
}

#company-button {
    -webkit-align-items: center;
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    bottom: 41px;
    color: #000;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 22px;
    padding: 10px 60px;
    position: absolute;
    right: 47px
}

.qr-ctnr_android, .qr-ctnr_apple {
    border-radius: 2px;
    bottom: 70px;
    left: -11px;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(32px);
    transform: translateY(32px);
    width: 196px
}

.qr-ctnr_android._show, .qr-ctnr_apple._show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#illu-1, #illu-2, #illu-3 {
    height: 250px;
    width: 250px
}

.width-10 {
    padding-left: 70px;
    padding-right: 70px
}

.section {
    margin: 0 auto;
    max-width: 1440px;
    overflow-x: hidden;
    padding: 145px 135px 95px
}

.section > * {
    min-width: 825px;
    width: 100%
}

.video-ctnr {
    opacity: 0;
    transition: opacity .37s;
    width: 450px
}

.video-ctnr._show {
    opacity: 1
}

.video-figure {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 450px;
    z-index: -1
}

video.video {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
    width: 320px;
    z-index: 2
}

.group {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 375px
}

.red-dot {
    padding-left: 26px
}

.red-dot:before {
    background: #f23e3e;
    content: "";
    height: 14px;
    left: 0;
    position: absolute;
    top: 14px;
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    width: 14px
}

.img-ctnr {
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    height: 144px;
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 249px;
    position: relative;
    width: 25%
}

#prod-1 {
    height: 47px;
    width: 200px
}

#prod-2 {
    height: 115px;
    width: 110px
}

#prod-3 {
    height: 52.6px;
    width: 200px
}

#prod-4 {
    height: 116px;
    width: 176px
}

#prod-5 {
    height: 76px;
    width: 200px
}

#prod-6 {
    height: 60px;
    width: 219px
}

#prod-7 {
    height: 70px;
    width: 175px
}

#prod-8 {
    height: 62px;
    width: 211px
}

#prod-10, #prod-9 {
    width: 200px
}

.img-ctnr .hover-reveal {
    background-color: #283044;
    border-radius: 2px;
    box-shadow: 0 6px 26px rgba(0, 0, 0, .12);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    left: 0;
    opacity: 0;
    padding: 8px 12px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity .2s;
    width: 294px
}

.img-ctnr:hover .hover-reveal {
    opacity: 1
}

.img-ctnr + .img-ctnr:before {
    background: #e6e9ee;
    content: "";
    height: 17px;
    left: -1px;
    position: absolute;
    top: 64px;
    width: 2px
}

.footer-content {
    margin: 0 auto;
    max-width: 1170px;
    min-width: 825px
}

#qr-android, #qr-apple {
    height: 108px;
    width: 108px
}

#gh-bcz, #gh-bczzp {
    left: 50%;
    opacity: 1;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -210px;
    -webkit-transform: translate(-50%, 32px);
    transform: translate(-50%, 32px);
    width: 190px
}

#gh-bcz._show, #gh-bczzp._show {
    opacity: 1;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

@media only screen and (max-width: 500px) {
    html {
        min-width: 375px
    }

    .x2y {
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center
    }

    .fw-wr {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    #first-page, #nav {
        min-width: 315px;
        width: 100%
    }

    .section > * {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        min-width: auto;
        width: 100%
    }

    .section, h2, h3 {
        min-width: 375px;
        padding-left: 30px;
        padding-right: 30px
    }

    .flexY {
        -webkit-align-items: center;
        align-items: center
    }

    #ss-1, #ss-3, .group.ml56 {
        margin-left: 0
    }

    .img-ctnr {
        width: 50%
    }

    .img-ctnr:nth-child(3):before {
        display: none
    }

    .footer-content {
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        min-width: auto
    }

    .footer-content > .ml32 {
        margin-left: 0;
        margin-top: 46px
    }

    .group {
        margin-top: 32px
    }

    .group, .video-ctnr {
        max-width: 320px;
        width: 100%
    }

    #btn-android, .qr-ctnr_android {
        left: auto;
        right: 0
    }

    #bg-blue, footer {
        padding-left: 30px;
        padding-right: 30px
    }

    .img-ctnr:before {
        display: none
    }

    #illu-slogen {
        height: 32.7vw;
        margin-bottom: 32vw;
        margin-top: 10.4vw;
        width: 58.85vw
    }

    #anim {
        height: 75vw;
        width: 70vw
    }

    #screenshot-left {
        bottom: -6.5vw;
        height: 62.2vw;
        left: 8vw;
        width: 10.67vw
    }

    #screenshot-left._show {
        -webkit-transform: translate(-3.9vw, -6.5vw);
        transform: translate(-3.9vw, -6.5vw)
    }

    #screenshot-iphone {
        bottom: -5.2vw;
        height: 75vw;
        left: 10.6vw;
        width: 48.7vw
    }

    #screenshot-iphone._show {
        -webkit-transform: translateY(-5.2vw);
        transform: translateY(-5.2vw)
    }

    #screenshot-right {
        bottom: -6.5vw;
        height: 52vw;
        right: 7.55vw;
        width: 11.46vw
    }

    #screenshot-right._show {
        -webkit-transform: translate(3.9vw, -6.5vw);
        transform: translate(3.9vw, -6.5vw)
    }

    .width-10 {
        padding-left: 0;
        padding-right: 0
    }

    #btn-android, #btn-apple {
        border-radius: .78vw;
        bottom: 8.33vw;
        height: 8.85vw;
        padding: 0 2.6vw;
        width: 22.4vw
    }

    .qr-ctnr_android, .qr-ctnr_apple {
        bottom: 9.3vw;
        left: -1.4vw;
        width: 26.1vw
    }

    #company-banner {
        border-radius: 0;
        height: 320px;
        margin: 0;
        width: 100%
    }

    #company-mask {
        right: -135px
    }

    footer {
        margin-top: 0
    }
}

/*# sourceMappingURL=desktop.9cf969df.css.map*/
