<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* css reset */
html{overflow-x:hidden;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; }/** 清除内外边距 **/
body, button, input, select, textarea { font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; font-family:"Microsoft YaHei","微软雅黑";}/** 设置默认字体 **/
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight:normal }
address, cite, dfn, em, var { font-style:normal;} /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
ul, ol { list-style: none; }/** 重置列表元素 **/
a { text-decoration: none; }
a:hover { text-decoration: underline; }
sup { vertical-align: text-top; } /* 重置，减少对行高的影响 */
sub { vertical-align: text-bottom; }
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */
table { border-collapse: collapse; border-spacing: 0; }
a:focus, input[type=button] ,input[type=submit] {outline:none;}/*去掉虚线框*/

.clear:after{ clear: both; content: "1";display: block;font-size: 0; height: 0; visibility: hidden;}

/* Link */
a{color: #333; text-decoration:none;}
a:hover {color:#1c79b4;}

.blank30{height:30px; clear:both;}


.lf{ float:left}
.rf{ float:right}
.w1004{ width:1004px; margin:0 auto;}
.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}

.page{clear: both;font-size: 12px;font-weight: bold;line-height: 20px;padding: 4px 0;text-align: center;}
.page a{ background:#FFFFFF;border: 1px solid #CCCCCC;color: #8698B6; margin-right: 3px;padding: 3px 6px 2px; text-decoration: none;}
.page a:hover{background:#0057be;border: 1px solid #0057be;color: #FFFFFF; text-decoration: none;}

.air{ width:24px; display:inline-block} 





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