<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* - - - - - - - - - 各浏览器样式默认值标准化  - - - - - - - - -*/
/*html{filter:grayscale(100%);-webkit-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)}
img{-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:grayscale(100%);filter:gray}*/

html,body,span,object,iframe,h1,h2,h3,h4,h5,p,blockquote,pre,

a,address,code,

del,em,img,dl,dt,dd,ol,ul,li,

fieldset,form,label{

margin:0;padding:0;border:0;

font-style:inherit;font-family:inherit;vertical-align:baseline;}

img{border:none;vertical-align:middle;}

input,select,button{vertical-align:middle;}

input{padding:0;}

button{cursor:pointer;}

body{font-size:12px;background-color:#f4f4f4;font-family:'微软雅黑';}

ul,ol{list-style-type:none;}

h1{font-size:24px;}

h2{font-size:18px;}

h3,h4{font-size:14px;}

h5{font-size:12px;}

em,address{font-style:normal;}

a{ text-decoration:none;color:#4f4f4f;}

/*链接样式*/

a:link{}	

a:hover{text-decoration:underline;color:#cc0001;}

a:active{}	/*点击与释放时*/

a:visited{}/* 访问过 */

/*  - - - - - - - - - 常用类样式  - - - - - - - - -*/

.no_bor{ border:none!important;}	/*无边框*/

.no_bg{ background:none!important;}	/*无背景*/

.clear{ display:block;height:0; line-height:0;overflow:hidden; clear:both;font-size:0;}/*清除浮动*/

.f_left{ float:left;}	/*左浮动*/

.f_right{ float:right;}	/*右浮动*/

.center{width:1080px;margin:0 auto;}

.netfox{ float:left; width:0px; height:0px; overflow:hidden; margin:0; padding:0; font-size:0px; text-indent:-9999999px; POSITION: absolute; TOP: -9999999px; LEFT: -9999999px}

#backtop{background:url(/static/images/icon_backtop.gif) no-repeat left top; cursor:pointer; height:86px;width:26px;position:fixed;bottom:360px;_position:absolute; left:50%;margin-left:540px; _top:expression(eval(document.documentElement.scrollTop+370));_bottom:auto; z-index:1000;display:none;}

#backtop:hover{ background-position:right top;}



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