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

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

.desktop .top-header {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 2vh 0 2vh 3vh;
    box-sizing: border-box;
    z-index: 9;
}
.desktop .top-header .logo img {
    width: 20vh;
}

.desktop .top-header .links {
    display: flex;
    align-items: center;
}
.desktop .top-header .links a img {
    width: 15vh;
    margin-right: 2vh;
}

.desktop .full-page {
    width: 100%;
    height: 100%;
    position: relative;
}
.desktop .full-page .section {
    position: relative;
    width: 100%;
    height: 100%;
}
.desktop .full-page .section .bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.desktop .full-page .section .bg img {
    width: 100%;
    height: 100%;
    z-index: inherit;
    object-fit: cover;
}
.desktop .full-page .section .bottom-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 5.5vh;
    background: url("../images/pc/footer.png");
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: left center;
}

.desktop .full-page .section .content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktop .full-page .section .content .left-section .image {
    position: relative;
    z-index: 2;
}
.desktop .full-page .section .content .left-section .image img {
    height: 100vh;
}

.desktop .full-page .section .content .right-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-left: -10vh;
}
.desktop .full-page .section .content .right-section .title {
    position: relative;
    z-index: 3;
}
.desktop .full-page .section .content .right-section .title img {
    width: 80vh;
}
.desktop .full-page .section .content .right-section .title2 img {
    width: 110vh;
    margin-left: -22vh;
}
.desktop .full-page .section .content .right-section .title3 img {
    margin-bottom: 10vh;
}

.desktop .full-page .section .content .right-section .qrcode-section {
    position: relative;
}
.desktop .full-page .section .content .right-section .qrcode-section .qr-bg img {
    width: 70vh;
}
.desktop .full-page .section .content .right-section .qrcode-section .qrcode {
    position: absolute;
    bottom: 2.9vh;
    left: 0.2vh;
    padding: 4px;
    background-color: white;
    border-radius: 2px;
}

/* 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%;
}