<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 Document */

/*样式重置*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {padding:0; margin:0;}

a {text-decoration:none;}
a:focus{outline:none;}

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

fieldset,img,abbr,acronym {border:0;}

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

ol,ul {list-style:none;}

caption,th {text-align:left;}

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

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


*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/

.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.none{display:none;}

/*字体*/
.red{color:#ff0101;}

.height30{height:30px;clear:both;line-height:30px;overflow:hidden;font-size:2px;}
.height15{height:15px;clear:both;line-height:15px;overflow:hidden;font-size:2px;}
.height20{height:20px;clear:both;line-height:20px;overflow:hidden;font-size:2px;}
.height40{height:40px;clear:both;line-height:20px;overflow:hidden;font-size:2px;}
.mg_right20{margin-right:20px;}
.mg_left5{margin-left:5px;}
.mgleft10{margin-left:10px;}
.width40{width:40px;float:left;}
.right{float:right;}</pre></body></html>