<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html {
    font-size: 100px;
}

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

@media(min-width:360px) {
    html {
        font-size: 112.5px;
    }
}

@media(min-width:400px) {
    html {
        font-size: 125px;
    }
}

@media(min-width:640px) {
    html {
        font-size: 200px;
    }
}

body {
    background:rgba(0, 0, 0, 0.9);
    font-size: 0.12rem;
    width:100%;
    line-height: 1.4;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
}

html,body,form,img,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,b,u,i,p,em,td,th,input,textarea,select,iframe {
    font-family: "黑体", Arial,"simsun";
    /*font-family:"simsun";*/

    color: #191919;
    padding: 0;
    margin: 0;
    font-style:normal;
}

html* {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);    
}

img {
    font-size: .06rem;
    vertical-align: middle;
}

input {
    outline: 0;
    border-radius:0;
    -webkit-appearance: none;
    appearance: none;
    border:none;
}

td {
    font-family: Arial;
}

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

ul li {
    vertical-align: bottom;
    padding: 0;
    margin: 0;
}

em i {
    font-style: normal;
}

li {
    list-style: none;
}

ol {
    list-style-type: none;
    list-style: none;
}

dd {
    margin-left: 0;
}

a img {
    border: 0;
}

h1 {
    font-size: .1rem;
}

h2,
h3 {
    font-size: .07rem;
    font-family: "黑体";
}

h4,
h5,
h6 {
    font-size: .06rem;
}

a {
    color:#191919;
    text-decoration: none;
    outline: 0;
}

a:active {
    text-decoration: none;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.icon {
        width: 0.22rem; 
        height: 0.22rem;
        vertical-align: -0.22em;
        fill: currentColor;
        overflow: hidden;
        color:#fff;
        z-index: 11;
}</pre></body></html>