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

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

.desktop .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

.desktop .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.desktop .top-header {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 30px 40px;
    box-sizing: border-box;
    z-index: 9;
}

.desktop .top-header .logo img {
    width: 35vh;
}

.desktop .top-header .links {
    display: flex;
    align-items: center;
}

.desktop .top-header .links img {
    width: 15vh;
}

.desktop .top-header .links a:nth-child(2) {
    margin: 0 30px;
}

.desktop .main {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.desktop .main .left img {
    width: 55vh;
}

.desktop .main .right {
}

.desktop .main .right .title1 img {
    width: 65vh;
}

.desktop .main .right .title2 {
    margin-top: 20px;
    margin-bottom: 100px;
}

.desktop .main .right .title2 img {
    width: 55vh;
}

.desktop .bottom {
    position: fixed;
    left: 0;
    bottom: 20px;
    width: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desktop .bottom img {
    width: 60vh;
}

.desktop .download-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10vh;
    margin-left: -5vh;
}

.desktop .download-section .qrcode-section {
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.desktop .download-section .qrcode-section .qr-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.desktop .download-section .qrcode-section .qr-bg img {
    width: 100%;
    height: 100%;
}

.desktop .download-section .qrcode-section .qrcode {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 3px;
    background-color: white;
    border-radius: 12px;
}

.desktop .download-section .tips2 {
    margin-top: 15px;
}

.desktop .download-section .tips2 img {
    width: 40vh;
}

/* 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: 9px;
    height: 9px;
    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: 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%;
}