<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
}
img{
    vertical-align: middle;
}
*{
    font-size: 16px;
    font-family: 'Microsoft Yahei';
    color: #383838;
}
h1,h2,h3,h4,h5,h6,em,i {
    font-style: normal
}
ul,ol,li {
    list-style-type: none
}
a {
    text-decoration: none;
    outline: 0
}
a:hover{
    text-decoration: none;
    color: #e95412;
}
.clearFix:after{
    content: '';
    display: block;
    clear: both;
}
.flo_left{
    float: left;
}
.flo_right{
    float: right;
}
.clearMargin{
    margin: 0 !important;
}</pre></body></html>