<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,*:before,*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.headCon {
    background-color: #B57836;
}

#help-tab {
    display: none;
}

a,img {
    border: 0px;
}

body,div,h1,td,ul {
    margin: 0px;
    padding: 0px;
}

ul {
    list-style: none;
}

body {
    font-size: 12px;
    font-family: "microsoft yahei", "optima", Helvetica,
        RobotoCondensed-Light, "Open Sans", sans-serif;
    background-color: #fff;
}

.clearDiv {
    float: none;
    clear: both;
}

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

.ico {
    border-style: dashed dashed dashed solid;
    display: inline-block;
    border-color: transparent transparent transparent #AEAEAE;
    border-width: 5px;
}

a:HOVER {
    color: #B67638;
}

.fullText {
    margin-left: 3px;
    font-size: 14px;
    color: #B67638;
}

.fullText:HOVER {
    color: #BE988E;
}

.fullText:HOVER,.more .moreA:HOVER {
    color: #000;
}

.help-tab {
    left: 0;
    position: fixed;
    top: 50%;
    transform: rotate(-90deg);
    transform-origin: 0 0 0;
    z-index: 99;
}

.help-tab a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ad0035 none repeat scroll 0 0;
    border-color: #cccccc;
    border-image: none;
    border-radius: 0 0 10px 10px;
    border-style: none solid solid;
    border-width: 1px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 6px 22px 11px;
    text-decoration: none;
}

#goTopBtn {
    position: fixed;
    text-align: center;
    bottom: 35px;
    cursor: pointer;
    right: 30px;
    z-index: 999;
    padding-left: 5px;
    display: block;
}

#goTopBtn&gt;i:HOVER {
    cursor: pointer;
    color: #ad0035;
}</pre></body></html>