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

html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.nav-container {
    display: flex;
}

.nav-container,
.nav-item {
    color: rgb(255, 255, 255);
    text-align: center;
    margin-left: .5rem;
}
.logo {
    height: 1.1rem;
}
.tg_avatar {
    height: .6rem;
}
.nav-txt {
    font-size: .25rem;
}

.mobile .fixed-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("./../images/new/bg.png") no-repeat;
    background-size: cover;
    /* background-color: #fb729e; */
    z-index: 0;
}

.mobile .fixed-bg:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35vh;
    background: url("./../image/mobile/footer.png") no-repeat;
    background-size: cover;
    z-index: 1;
}

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

.mobile .fixed-header {
    position: absolute;
    left: 0;
    top: .15rem;
    width: 100%;
    box-sizing: border-box;
    height: 1.51rem;
    padding: 0 0.37rem;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    z-index: 9;
}

.mobile .fixed-header .left {
    display: flex;
    font-size: 0.4rem;
    align-items: center;
}

.mobile .fixed-header .left .title {
    font-weight: normal;
    font-size: 0.36rem;
    line-height: 1.7;
}

.mobile .fixed-header .left .slogn {
    font-size: 0.24rem;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 1px;
}

/* .mobile .fixed-header .left .logo {
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.19rem;
}

.mobile .fixed-header .left .logo-txt {
    height: 1rem;
    margin-right: 0.19rem;
} */

.mobile .fixed-header .right {
    display: block;
    color: #fff;
    padding: 0.19rem 0.57rem;
    border-radius: 0.35rem;
    font-size: 0.32rem;
    line-height: 0.24rem;
    background-color: rgba(254, 254, 254, 0.3);
}

#fullpage_mb {
    width: 100vw;
    height: 100%;
}

.mobile .download-btn {
    pointer-events: auto;
}

.mobile .download-btn .mobile .arrow-down {
    pointer-events: auto;
    transition: opacity 0.2s;
    position: absolute;
    bottom: 0.21rem;
    width: 0.34rem;
    height: 0.28rem;
    left: 50%;
    transform: translateX(-50%);
}

.mobile .download-btn a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 0.45rem;
    background: linear-gradient(90deg, #FF6130, #FF4870);
    /* padding: 0.2rem; */
    padding-top: .2rem;
    padding-bottom: .2rem;
    margin-bottom: 0.2rem;
}

.mobile .download-btn#downloadBtn-iosSign:nth-child(2) a {
    background: #722bff;
}

.mobile .download-btn a .iconfont {
    margin-right: 0.1rem;
    position: relative;
    top: -0.02rem;
}

.mobile .download-btn img {
    width: 100%;
    height: 100%;
}

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

.mobile .subject img {
    width: 4rem;
}

.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: -6vh;
}

.mobile .phone {
    display: inline-block;
    position: relative;
    height: 8rem;
    z-index: 1;
}

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

.mobile .phone .phone-content {
    display: inline-block;
    min-width: 1px;
    width: 4rem;
    z-index: 10;
}

.android-doc-btn {
    pointer-events: auto;
    text-align: center;
    color: #f1f1f1;
}

.tips {
    text-align: center;
    padding-bottom: .2rem;
}

.tips img {
    width: 100%;
}

.section.active .ts-left {
    animation: 0.75s left 0.3s both;
}

header {
    /* padding: .3rem 0 0 .5rem; */
    position: fixed;
    z-index: 11;
    justify-content: space-between;
    right: 0;
    display: flex;
    width: 100%;
    align-items: center;
    padding: .3rem;
}

@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 {
    left: 0;
    bottom: 30vh;
    height: 45vh;
    max-height: 9rem;
}

.decoration.decoration-right {
    right: 0;
    top: 13vh;
    height: 47vh;
    max-height: 9rem;
}

.section-2.decoration.decoration-left {
    bottom: 30vh;
    height: 47vh;
    max-height: 9rem;
}

.section-2.decoration.decoration-right {
    top: 13vh;
    height: 46vh;
    max-height: 9rem;
}

.section-3.decoration.decoration-left {
    bottom: 32vh;
    height: 47vh;
    top: auto;
}

.section-3.decoration.decoration-right {
    top: 13vh;
    height: 45vh;
    max-height: 8rem;
}
.section-4.decoration.decoration-left {
    bottom: 28vh;
    height: 50vh;
    top: auto;
}

.section-4.decoration.decoration-right {
    top: 13vh;
    height: 47vh;
    max-height: 8rem;
}
.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.right {
    right: 10px;
}

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

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: contents;
}

#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: 14px;
    height: 14px;
    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: rgb(248 62 123);
    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: 14px;
    width: 14px;
    margin: -6px 0 0 -6px;
    border-radius: 9px;
}

#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;
}

.mobile {
    height: 100%;
    width: 100%;
    padding-bottom: calc(100vh-100dvh);
}

.pc_container {
    display: none;
}

.footer-area {
    position: fixed;
    max-width: 480px;
    bottom: 0;
    background: url('../images/new/footer.png');
    background-size: 100% 100%;
    width: 100%;
    z-index: 9;
    justify-content: space-between;
    padding: .4rem 0 0;
}

.footer-area img {
    width: 100%;
    display: block;
    margin: auto;
    /* padding: .5rem; */
}

.set-up-tip {
    text-align: center;
    /* padding-top: .1rem; */
}

.set-up-tip img {
    height: .22rem;
    width: unset;
}
.app {
    display: flex;
    padding-left: .3rem;
    padding-right: .3rem;
}
.app img {
    padding: .25rem;
}

@media (min-width: 640px) {
    #fp-nav{
        display: none;
    }
    .mobile {
        display: none;
    }

    .pc_container {
        display: flex;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden;
    }

    .pc_container video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .pc_content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .pc_header {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0));
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 25px 52px 38px 52px;
    }

    /* .pc_logo {
        width: 12.35%;
    } */

    .head_right {
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        width: min-content;
        width: 20%;
    }

    .head_right img {
        margin-left: 27.2px;
        /* width: 4%; */
    }

    .pc_footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        padding: 107px 70px 43px 70px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0));
    }

    .pc_text {
        width: 35%;
        margin-right: 3.75%;
    }

    .qr_box {
        width: 15%;
        position: relative;
    }

    #qrcode {
        position: absolute;
        width: 82%;
        top: 5%;
        left: 50%;
        transform: translateX(-50%);
    }

    #qrcode canvas {
        width: 100%;
    }

    .pc_qr {
        width: 100%;
    }
}