<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
blockquote,
dd,
dl,
figure,
form,
p,
pre,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

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

body {
    background-color: #FFFFFF;
}

html,
body,
input,
button,
select,
optgroup,
option,
textarea,
pre {
    font-size: 14px;
    /* font-family: "å¾®è½¯é›…é»‘", "å®‹ä½“"; */
    /*font-family:  '\5FAE\8F6F\96C5\9ED1',Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;*/
    font-family:  "Microsoft YaHei", arial;
    /* font-family:"Microsoft YaHei",å¾®è½¯é›…é»‘,"MicrosoftJhengHei",åŽæ–‡ç»†é»‘,STHeiti,MingLiu */
}

iframe {
    background-color: #FFFFFF;
    vertical-align: middle;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;
    color: #FF0000;
}

img {
    vertical-align: middle;
}

a img {
    border: 0 none;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    color: windowtext;
}

button,
input.ie6 {
    overflow: visible;
    padding: .1em .25em;
    cursor: pointer;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    overflow: visible;
    padding: .1em .25em;
    cursor: pointer;
}

input[type="text"],
select,
textarea {
    background-color: #FFFFFF;
}

select {
    border: 1px inset;
}

textarea {
    overflow: auto;
    vertical-align: text-bottom;
    *vertical-align: auto;
    border: 1px solid;
    resize: vertical;
}

table {
    border-spacing: 0;
}

td,
th,
caption {
    padding: 0;
}

*{
    box-sizing:border-box;
}</pre></body></html>