<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    scrollbar-width: 0;
    -ms-overflow-style: none;
    overflow-y: auto;
}

body::-webkit-scrollbar {
    display: none;
}

@media screen and (min-width: 750px) and (max-width:1080px) {
    html {
        font-size: calc(100vw / 10.8)
    }
}

@media screen and (max-width:749px) {
    html {
        font-size: 69.4px;
    }
}

@media screen and (min-width:1081px) {
    html {
        font-size: 100px;
    }
}

.main {
    margin: 0 auto;
    width: 10.8rem;
}

.logo {
    width: 100%;
    height: 1.12rem;
}

.logo&gt;img {
    width: 100%;
    height: 100%;
}

.myswiper {
    width: 100%;
    height: 2.7rem;
    margin-top: 0.12rem;
    overflow: hidden;
}
.swiper-wrapper {
    transition-timing-function: linear !important;
}

.slide-img {
    width: 100%;
    height: 100%;
    border-radius: 0.04rem;
}

.nav {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0.24rem 0.84rem;
    cursor: pointer;
}

.list {
    width: 100%;
}

.title {
    width: 100%;
    padding: 0.16rem 0;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

.title&gt;p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text&gt;h2 {
    font-size: 28px;
    font-weight: 700;
    color: white;
    line-height: 40px;
}

.text&gt;p {
    display: flex;
    align-items: center;
    height: 20px;
    font-size: 14px;
    font-weight: 500;
}

.text&gt;p&gt;img {
    width: 8px;
    height: 12px;
    margin-left: 4px;
}

.list&gt;img {
    width: 100%;
}

.code {
    width: 2.4rem;
    height: 4rem;
    background: url('../images/pc/pc-code-bg.webp') center center no-repeat;
    background-size: 100% 100%;
    position: fixed;
    z-index: 10;
}

.left-code {
    left: 0.24rem;
    top: 50%;
    transform: translateY(-50%);
}

.right-code {
    right: 0.24rem;
    top: 50%;
    transform: translateY(-50%);
}

.qr {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    top: 1rem;
    width: 1.6rem;
    height: 1.6rem;
}

.qr&gt;img {
    width: 100%;
    height: 100%;
}

.pop-tip {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop-code {
    width: 4rem;
    height: 4.8rem;
    background: url('../images/pc/pop-code-bg.webp') center center no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.qr-pop {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1.76rem;
    z-index: 1;
}

.qr-pop&gt;img {
    width: 100%;
    height: 100%;
}

.pop-code&gt;button {
    position: absolute;
    width: 0.24rem;
    height: 0.24rem;
    top: 0.16rem;
    right: 0.16rem;
    z-index: 1;
    border: none;
    cursor: pointer;
}

.pop-code&gt;button&gt;img {
    width: 100%;
    height: 100%;
}</pre></body></html>