:root {
    --vh: 1vh;
    --vw: 13.33333vw;
}

img {
    -webkit-user-drag: none;
}

body {
    background-color: black;
    font-size: 0.24rem;
    margin: 0 auto !important;
    position: relative;
}

.mobile {
    color: black;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.mobile .fixed-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.mobile .fixed-bg img {
    width: 100%;
    height: 100%;
}

.mobile .fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.mobile .fixed-header .bg img {
    width: 100%;
    object-fit: contain;
}

.mobile .fixed-header .links {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -8%;
    padding-right: 4%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mobile .fixed-header .links a img {
    width: calc(0.66 * var(--vw));
    max-width: calc(0.66 * var(--vh));
    object-fit: contain;
}

.mobile .fixed-header .links a:nth-child(2) {
    margin: 0 calc(0.2 * var(--vw));
}

.mobile .section {
    width: 100%;
    height: 100%;
    position: relative;
}

.mobile .section .main {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.mobile .section .main img {
    width: calc(7.5 * var(--vw));
    max-width: calc(7.5 * var(--vh));
    object-fit: contain;
}

.mobile .bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
    text-align: center;
}

.mobile .bottom .download img {
    width: calc(7.43 * var(--vw));
    max-width: calc(7.43 * var(--vh));
    object-fit: contain;
}

.mobile .bottom .buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: calc(0.3 / 2 * var(--vh)) calc(0.55 / 2 * var(--vh));
}

.mobile .bottom .buttons img {
    width: calc(3 * var(--vw));
    max-width: calc(3 * var(--vh));
    object-fit: contain;
}

.mobile .bottom .bottom-tips {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: white;
    margin-bottom: 12px;
}

.android-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}

.android-modal .header {
    width: 100%;
    display: flex;
    align-items: center;
    color: #000;
    padding: 0.024rem 0.048rem;
    box-shadow: 0 0.03rem 0.05rem rgba(57, 63, 72, 0.1);
    justify-content: space-between;
    position: sticky;
    top: 0;
    left: 0;
    height: 44px;
    background: #fff;
}

.android-modal .header .android-modal-arrow img {
    width: 0.4rem;
    margin-left: 5px;
}

.android-modal .header .title {
    font-size: 0.26rem;
    color: #000;
    font-weight: bold;
}

.android-modal .content {
    padding: 0.13rem 0.048rem;
}

.android-modal .content .platform-item img {
    width: 100%;
}

.android-modal .content .pic img {
    width: 100%;
}

.android-modal .contentAnser {
    display: none;
}



/* cover fullpage */
#fp-nav {
    /*display: none;*/
}

#fp-nav.fp-right {
    right: 10px;
}

#fp-nav ul li, .fp-slidesNav ul li {
    height: auto;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    position: relative;
    display: block;
    background: white;
    font-size: 0;
    text-indent: -1000px;
    width: 5px;
    height: 5px;
    margin: 0 !important;
    border: 1px solid transparent;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
    background: white;
    width: 3px !important;
    height: 12px !important;
    border-radius: 2px !important;
}

#fp-nav ul li a span.fp-sr-only, .fp-slidesNav ul li a span.fp-sr-only {
    position: absolute;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 45px;
    width: 9px;
    margin: -6px 0 0 -6px;
    border-radius: 11px;
}

#fp-nav ul li, .fp-slidesNav ul li {
    margin: 14px;
}

/*顶部*/
.pc-top {
    position: fixed;
    z-index: 99999;
    width: 100%;
    min-width: 775px;
    height: 88px;
    background-color: rgba(0, 0, 0, .3);
}

.pc-top > img {
    height: 38%;
    margin-top: 34px;
}

.pc-top > .left {
    margin-left: 120px;
    float: left;
}

.pc-top > .right {
    float: right;
    margin-right: 100px;
    cursor: pointer;
}

/*底部*/
.pc-bottom {
    position: fixed;
    left: 50%;
    z-index: 99999;
    bottom: 22px;
    height: 1.1rem;
    transform: translateX(-50%);
}

.pc-bottom > img {
    height: 100%;
}

/*主体*/
#fullpage .left {
    width: 480px;
}

#fullpage .left > img {
    width: 480px;
}

#fullpage .left .qrcode-warp {
    float: left;;
    margin-left: 33px;
}

#fullpage .left .app-info {
    margin-top: 8px;
    margin-left: 8px;
    width: 184px;
    float: left;
}

#fullpage .left .app-info img {
    width: 100%;
    cursor: pointer;
}

#fullpage .left .app-info img:nth-child(2) {
    margin: 4px 0;
}

#fullpage .right {
    margin-top: 44px;
    width: 600px;
}

#fullpage .right > img {
    width: 100%;
}


/*.mobile .subject {*/
/*    font-size: 2.5vh;*/
/*    color: #fef333;*/
/*    font-weight: bold;*/
/*    text-align: center;*/
/*    padding-bottom: 1vh;*/
/*}*/

/*.mobile .subject img {*/
/*    width: 80vw;*/
/*    margin: 12px 0;*/
/*}*/

/*.mobile .main-wrap {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    align-content: center;*/
/*    flex-wrap: wrap;*/
/*    text-align: center;*/
/*}*/

/*.mobile .main-inner {*/
/*    padding-top: 1.5rem;*/
/*}*/

/*.section .main .center {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    max-height: 60vh;*/
/*    overflow: hidden;*/
/*    margin-bottom: 5vh;*/
/*}*/

/*.mobile .phone {*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    !*max-height: 55vh;*!*/
/*    !*width: 5rem;*!*/
/*    !*width: 4rem;*!*/
/*    min-width: 1px;*/
/*    height: 8rem;*/
/*    !*overflow: visible;*!*/
/*    z-index: 1;*/
/*    background-size: 100%;*/
/*}*/

/*.phone-wrap {*/
/*    pointer-events: none;*/
/*}*/

/*.mobile .phone .phone-content {*/
/*    display: inline-block;*/
/*    min-width: 1px;*/
/*    width: 4rem;*/
/*    !*height: 7rem;*!*/
/*    z-index: 10;*/
/*    !*max-height: 65vh;*!*/
/*}*/

/*.android-doc-btn {*/
/*    pointer-events: auto;*/
/*    display: none;*/
/*    text-align: center;*/
/*    margin-top: 5px;*/
/*    color: #f1f1f1;*/
/*}*/

/*.tips {*/
/*    text-align: center;*/
/*    text-indent: 0.4rem;*/
/*    !*line-height: 1.5;*!*/
/*    padding-top: 0.1rem;*/
/*    z-index: 2;*/
/*    color: rgba(255, 255, 255, 1);*/
/*    margin-bottom: 0.1rem;*/
/*    position: relative;*/
/*    !*padding: 0.2rem;*!*/
/*}*/

/*.tips p {*/
/*    white-space: nowrap;*/
/*    font-size: 0.2rem;*/
/*    transform-origin: center;*/
/*    text-align: center;*/
/*    text-indent: 0;*/
/*}*/

/*!*.ts-left{*!*/
/*!*    transition: 0.75s transform ease-in-out 0.3s;*!*/
/*!*    transform: translateX(2rem);*!*/
/*!*}*!*/
/*!*.section.active .ts-left{*!*/
/*!*    transform: translateX(0);*!*/
/*!*}*!*/
/*.section.active .ts-left {*/
/*    animation: 0.75s left 0.3s both;*/
/*}*/

/*@keyframes left {*/
/*    from {*/
/*        transform: translateX(80%)*/
/*    }*/
/*    to {*/
/*        transform: translateX(0)*/
/*    }*/
/*}*/

/*.section.active .ts-fade {*/
/*    animation: 0.75s fade 0.8s both;*/
/*}*/

/*@keyframes fade {*/
/*    from {*/
/*        opacity: 0*/
/*    }*/
/*    to {*/
/*        opacity: 1*/
/*    }*/
/*}*/

/*.section.active .ts-rotation1 {*/
/*    animation: 0.6s rotation1 0.6s both;*/
/*    transform-origin: bottom;*/
/*}*/

/*@keyframes rotation1 {*/
/*    from {*/
/*        transform: rotate(-11deg)*/
/*    }*/
/*    to {*/
/*        transform: rotate(0deg)*/
/*    }*/
/*}*/


/*@keyframes scale {*/
/*    from {*/
/*        transform: scale(1)*/
/*    }*/
/*    to {*/
/*        transform: scale(1.05)*/
/*    }*/
/*}*/

/*.decoration {*/
/*    position: absolute;*/
/*    z-index: 0;*/
/*    transition: 0.2s opacity;*/
/*    opacity: 0;*/
/*}*/

/*.decoration.decoration-left-1 {*/
/*    left: -80px;*/
/*    bottom: 25vh;*/
/*    max-height: 9rem;*/
/*}*/

/*.decoration.decoration-right-1 {*/
/*    right: -60px;*/
/*    bottom: 35vh;*/
/*    max-height: 9rem;*/
/*}*/

/*.decoration.decoration-left-2 {*/
/*    left: -30vw;*/
/*    bottom: 30vh;*/
/*    max-height: 8rem;*/
/*}*/

/*.decoration.decoration-right-2 {*/
/*    right: -10vw;*/
/*    bottom: 35vh;*/
/*    max-height: 9rem;*/
/*}*/

/*.decoration.decoration-left-3 {*/
/*    left: -15vw;*/
/*    bottom: 30vh;*/
/*    max-height: 7rem;*/
/*}*/

/*.decoration.decoration-right-3 {*/
/*    right: -20vw;*/
/*    bottom: 35vh;*/
/*    max-height: 9rem;*/
/*}*/

/*.active.decoration.decoration-left {*/
/*    animation: 0.8s slideInLeft 0.2s both;*/
/*    opacity: 1;*/
/*}*/

/*.active.decoration.decoration-right {*/
/*    animation: 0.8s slideInRight 0.2s both;*/
/*    transform: translateX(0);*/
/*    opacity: 1;*/
/*}*/

/*@keyframes slideInLeft {*/
/*    0% {*/
/*        transform: translateX(-100%);*/
/*    }*/
/*    100% {*/
/*        transform: translateX(0);*/
/*    }*/
/*}*/

/*@keyframes slideInRight {*/
/*    0% {*/
/*        transform: translateX(100%);*/
/*    }*/
/*    100% {*/
/*        transform: translateX(0);*/
/*    }*/
/*}*/

/*!* 动画 *!*/
/*@keyframes fadeIn {*/
/*    from {*/
/*        opacity: 0*/
/*    }*/
/*    to {*/
/*        opacity: 1*/
/*    }*/
/*}*/

/*@keyframes fadeScaleIn {*/
/*    from {*/
/*        transform: scale(0);*/
/*        opacity: 0*/
/*    }*/
/*    to {*/
/*        transform: scale(1);*/
/*        opacity: 1*/
/*    }*/
/*}*/

/* cover fullpage */
/*#fp-nav {*/
/*    display: none;*/
/*}*/

/*#fp-nav.fp-right {*/
/*    right: 10px;*/
/*}*/

/*#fp-nav ul li, .fp-slidesNav ul li {*/
/*    height: auto;*/
/*}*/

/*#fp-nav ul li a span, .fp-slidesNav ul li a span {*/
/*    position: relative;*/
/*    display: block;*/
/*    background: #fff;*/
/*    font-size: 0;*/
/*    text-indent: -1000px;*/
/*    width: 7px;*/
/*    height: 7px;*/
/*    margin: 0 !important;*/
/*    border: 1px solid transparent;*/
/*}*/

/*#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {*/
/*    background: #fb729e;*/
/*    border-color: #fff;*/
/*}*/

/*#fp-nav ul li a span.fp-sr-only, .fp-slidesNav ul li a span.fp-sr-only {*/
/*    position: absolute;*/
/*}*/

/*#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {*/
/*    height: 45px;*/
/*    width: 7px;*/
/*    margin: -6px 0 0 -6px;*/
/*    border-radius: 9px;*/
/*}*/

/*.android-doc-btn, .download-btn {*/
/*    display: block !important;;*/
/*}*/

/*#ios-mask {*/
/*    display: none;*/
/*    width: 100vw;*/
/*    height: 100vh;*/
/*    background-color: rgba(0, 0, 0, .3);*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

/*#ios-mask .modal {*/
/*    width: 80vw;*/
/*    height: 20vh;*/
/*    position: absolute;*/
/*    left: 10vw;*/
/*    top: 30vh;*/
/*    background-color: #1ab3fa;*/
/*    border-radius: 20px;*/
/*}*/

/*#ios-mask .modal .close {*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    right: 10px;*/
/*    width: 35px;*/
/*    height: auto;*/
/*}*/

/*#ios-mask .modal .content {*/
/*    padding: 20px 30px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*#ios-mask .modal .content h2 {*/
/*    margin: 0;*/
/*    color: #fff;*/
/*    font-weight: 500;*/
/*}*/

/*#ios-mask .modal .content p {*/
/*    margin: 0 0 10px 0;*/
/*    color: #fff;*/
/*}*/

/*#ios-mask .modal img {*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    margin-right: 20px;*/
/*}*/

/*#ios-mask .modal .copy {*/
/*    width: 100%;*/
/*    height: 90px;*/
/*    border-bottom-right-radius: 20px;*/
/*    border-bottom-left-radius: 20px;*/
/*    background-color: #fff;*/
/*    overflow: hidden;*/
/*}*/

/*#ios-mask .modal .address {*/
/*    width: 65vw;*/
/*    height: 50px;*/
/*    border-radius: 25px;*/
/*    overflow: hidden;*/
/*    margin: 0 auto;*/
/*    background-color: #f4f4f4;*/
/*    display: flex;*/
/*    margin-top: 20px;*/
/*}*/

/*#ios-mask .modal .address span:nth-of-type(1) {*/
/*    display: block;*/
/*    width: 80%;*/
/*    line-height: 50px;*/
/*    padding-left: 10px;*/
/*    box-sizing: border-box;*/
/*}*/

/*#ios-mask .modal .address span:nth-of-type(2) {*/
/*    display: block;*/
/*    width: 20%;*/
/*    text-align: center;*/
/*    line-height: 50px;*/
/*    background-color: #3b8df9;*/
/*    color: #fff;*/
/*}*/

/*!*.doc-btn{font-size: .33rem;margin-bottom:3vw;color: #a9a9a9;}*!*/
/*#install-doc {*/
/*    z-index: 9999;*/
/*    position: fixed;*/
/*    left: 0;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    max-width: 750px;*/
/*    font-size: .24rem;*/
/*    overflow-y: auto;*/
/*}*/

/*#install-doc .fix-close {*/
/*    position: fixed;*/
/*    right: 0.35rem;*/
/*    top: 0.32rem;*/
/*    width: 0.66rem;*/
/*    height: 0.66rem;*/
/*}*/
