<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body::-webkit-scrollbar {
    display: none;
}

body {
    scrollbar-width: 0;
    -ms-overflow-style: none;
}

@media screen and (min-width: 900px) {
    html {
        font-size: calc(100vw / 19.2)
    }
}

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

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

.pc {
    width: 100%;
    min-width: 19.2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.videoBox {
    width: 19.2rem;
    margin: auto 0;
    position: relative;
}

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

.logo {
    position: absolute;
    top: 2rem;
    left: 0.3rem;
    z-index: 10;
    height: 8.5rem;
}

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

.codeBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background: transparent;
}

.tg {
    display: flex;
    margin-top: 0.2rem;
    padding-right: 0.5rem;
}

.tg&gt;a {
    width: 1.3rem;
    height: 0.46rem;
}

.tg&gt;a:nth-child(1) {
    margin-right: 0.3rem;
}

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

.code {
    width: 7rem;
    height: 2.5rem;
    margin-bottom: 0.45rem;
    margin-right: 0.5rem;
    margin-top: auto;
    position: sticky;
    bottom: 0.45rem;
    background: url('../images/code_bg.png') center center no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    padding-left: 0.1rem;
}

.qr {
    width: 2.3rem;
    height: 2.3rem;
    flex-shrink: 0;
    background: #fff;
    border-radius: 0.15rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#qr {
    width: 2.1rem;
    height: 2.1rem;
}

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

.code&gt;img {
    height: 1.7rem;
    margin-left: 0.1rem;
}</pre></body></html>