<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*reset*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

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

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

fieldset, img {
    border: 0;
}

img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}
/*1鏀筧dd*/
a:hover,a:visited,a:focus{
    border:0;
    text-decoration: none;
    outline: 0;
}

i {
    vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: "";
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *font-size: 100%;
}
.clear{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
/*鍘绘帀绉诲姩绔偣鍑昏秴閾炬帴鏃剁殑楂樹寒鑳屾櫙*/
a{-webkit-tap-highlight-color:rgba(255,255,255,0);}

</pre></body></html>