<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********å…¬å…±æ&nbsp;·å¼çš„è®¾å®š**********/
html, body, div,ul, li, dl,ol, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe { margin: 0; padding: 0; -webkit-text-size-adjust: none; }
body{
    font-size:14px;
    font-family:Arial,"Microsoft yahei";
    color:#333;
    background-color:#fff;
}
*{
    box-sizing:border-box;
}
table,td{
    font-size:12px;
}
ul,ol{
    list-style:none;
}

/**html{background-image:url(about:blank);background-attachment:fixed;}*/
img {
    border: 0 none;
    vertical-align: top;
    font-weight: normal;
    font-size: 100%;
    text-align: center;
}
a{
    text-decoration:none;
    color:#333;
    outline:none;
}
a:active{
    star:expression(this.onfocus=this.blur());
}
a:hover{
    cursor:pointer;
}
a img {
    border:none;
}
p{
    margin:0px;
}
.lf{
    float: left;
}
.rt
{
    float: right;
}
.hide{
    display:none;
    transition-duration: 3.5s;
}
.show{
    display: block;
    transition-duration: 3.5s;
}
</pre></body></html>