<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@CHARSET "UTF-8";

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

head {
    display: none;
}

* {
    padding: 0;
    margin: 0;
}

html {
    outline: none;
    padding: 0;
    margin: 0;
    border: none;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    outline: none;
    padding: 0;
    margin: 0;
    border: none;
    height: 100%;
    overflow-x: hidden;
    vertical-align: baseline;
    font-weight: normal;
    font-style: inherit;
    font-family: Helvetica Neue, Helvetica, PingFang SC,
    \5FAE\8F6F\96C5\9ED1, Tahoma, Arial, sans-serif;
    font-size: 14px;
    background-color: white;
}

a {
    text-decoration: none;
    outline: none;
    color: black;
    border: none;
}

a:hover {
    outline: none;
}

a:active {
    outline: none;
}

a:focus {
    hide-focus: expression(this.hideFocus = true);
    outline: none;
}

img {
    border: 0 none;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

ol, ul, li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, body, div, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, legend, button, input, textarea, form, th, td {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

h1, h2, h3, h4, h5, h6 {

}

address, cite, dfn, em, var, i {
    font-style: normal;
}

small {
    font-size: 80%;
}

abbr[title], acronym[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

q:before, q:after {
    content: '';
}

mark {
    background-color: #ff0;
    color: #000;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

legend {
    display: none;
    border: 0;
    padding: 0;
    white-space: normal;
}

fieldset, iframe {
    border: 0 none;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
    outline: none;
    font-family: "Microsoft Yahei", Verdana, Arial, Helvetica, sans-serif;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, button::-moz-focus-outer, input::-moz-focus-inner, input::-moz-focus-outer {
    border: 0 none;
    padding: 0;
    margin: 0;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

::-ms-clear, ::-ms-reveal {
    display: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix {
    zoom: 1;
    clear: both;
    height: 0;
    overflow: hidden;
    width: 100%;
    display: block;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mauto {
    float: inherit !important;
    margin-left: auto;
    margin-right: auto;
}

fieldset {
    border: none;
}

input::-webkit-input-placeholder {
    color: #bfbfbf;
}

input:-ms-input-placeholder {
    color: #bfbfbf;
}

input:-moz-placeholder {
    color: #bfbfbf;
}

input::-moz-placeholder {
    color: #bfbfbf;
}</pre></body></html>