<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ads .inner:after, .ads .inner:before {
    font-size: 14PX
}
.ads {
    background: #e5e3e5;
    text-align: center
}
.ads, .ads .inner {
    position: relative;
    width: 100%
}
.ads .inner {
    bottom: auto;
    left: 0;
    margin-top: 10PX;
    padding: 24PX 0;
    right: auto;
    top: auto
}
.ads .inner:after, .ads .inner:before {
    color: #7c7a7c;
    content: "Advertisement";
    font-size: 12PX;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}
.ads .inner:before {
    top: 4PX
}
.ads .inner:after {
    bottom: 4PX
}
:root {
    --adm-radius-s: 4px;
    --adm-radius-m: 8px;
    --adm-radius-l: 12px;
    --adm-font-size-1: 9px;
    --adm-font-size-2: 10px;
    --adm-font-size-3: 11px;
    --adm-font-size-4: 12px;
    --adm-font-size-5: 13px;
    --adm-font-size-6: 14px;
    --adm-font-size-7: 15px;
    --adm-font-size-8: 16px;
    --adm-font-size-9: 17px;
    --adm-font-size-10: 18px;
    --adm-color-primary: #1677ff;
    --adm-color-success: #00b578;
    --adm-color-warning: #ff8f1f;
    --adm-color-danger: #ff3141;
    --adm-color-white: #fff;
    --adm-color-text: #777777;
    --adm-color-text-secondary: #666;
    --adm-color-weak: #999;
    --adm-color-light: #ccc;
    --adm-color-border: #eee;
    --adm-color-box: #f5f5f5;
    --adm-color-background: #fff;
    --adm-font-size-main: var(--adm-font-size-5);
    --adm-font-family: -apple-system, blinkmacsystemfont, "Helvetica Neue", helvetica, segoe ui, arial, roboto, "PingFang SC", "miui", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    --adm-border-color: var(--adm-color-border)
}
html[data-prefers-color-scheme=dark] {
    --adm-color-primary: #3086ff;
    --adm-color-success: #34b368;
    --adm-color-warning: #ffa930;
    --adm-color-danger: #ff4a58;
    --adm-color-text: #e6e6e6;
    --adm-color-text-secondary: #b3b3b3;
    --adm-color-weak: grey;
    --adm-color-light: #4d4d4d;
    --adm-color-border: #2b2b2b;
    --adm-color-box: #0a0a0a;
    --adm-color-background: #1a1a1a;
    --adm-border-color: var(--adm-color-border)
}
:root {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body {
    color: #777777;
    color: var(--adm-color-text);
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, segoe ui, arial, roboto, PingFang SC, miui, Hiragino Sans GB, Microsoft Yahei, sans-serif;
    font-family: var(--adm-font-family);
    font-size: 13px;
    font-size: var(--adm-font-size-main)
}
a, button {
    cursor: pointer
}
a {
    color: #1677ff;
    color: var(--adm-color-primary);
    transition: opacity .2s ease-in-out
}
a:active {
    opacity: .8
}
.adm-plain-anchor {
    color: inherit;
    transition: none
}
.adm-plain-anchor:active {
    opacity: 1
}
body.adm-overflow-hidden {
    overflow: hidden !important
}
div.adm-px-tester {
    --size: 1;
    bottom: -100vh;
    height: calc(var(--size) / 2 * 2px);
    pointer-events: none;
    position: fixed;
    right: -100vw;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 0
}
.adm-image {
    --width: var(--adm-image-width, auto);
    --height: var(--adm-image-height, auto);
    display: block;
    height: var(--height);
    overflow: hidden;
    width: var(--width)
}
.adm-image-img {
    height: 100%;
    width: 100%
}
.adm-image-tip {
    background-color: var(--adm-color-box);
    height: 100%;
    min-height: 24px;
    min-width: 24px;
    position: relative
}
.adm-image-tip &gt; svg {
    color: var(--adm-color-weak);
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px
}
.btn {
    cursor: pointer;
    left: 0;
    padding: 0;
    position: fixed;
    top: 1.2rem;
    z-index: 200
}
@font-face {
    font-family: iconfont;
    src: url(../ttf/iconfont.03573edc.ttf) format("truetype")
}
.iconfont {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: iconfont !important;
    font-size: .16rem;
    font-style: normal
}
.icon-close:before {
    content: "\e646"
}
.icon-home:before {
    content: "\e6b8"
}
.icon-fenxiang:before {
    content: "\f016f"
}
.icon-caidan:before {
    content: "\e790"
}
.icon-zan:before {
    content: "\e677"
}
.icon-lianxiwomen:before {
    content: "\e634"
}
.icon-fanhuidingbu:before {
    content: "\e67f"
}
.icon-fanhui:before {
    content: "\e647"
}
.icon-fenlei:before {
    content: "\e611"
}
.icon-guanbi:before {
    content: "\e624"
}
.icon-search:before {
    content: "\e741"
}
.icon-play:before {
    content: "\e67a"
}
.icon-lianxiwomenwode:before {
    content: "\e60e"
}</pre></body></html>