@charset "utf-8";

*{margin:0;padding:0;list-style-type:none;}
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 {margin:0;padding:0; font-family:"微软雅黑"; }
table {border-collapse:collapse;border-spacing:0; }
li { list-style:none; }
img { border:0; }
body,input { font:normal 12px/1.5  Arial,Tahoma,Verdana,sans-serif,"宋体"; border:0; }

/*消除某些浏览器如360的默认效果*/
input:focus { outline:none; }
a { text-decoration:none; color:#000; }
a:focus { outline:none; }
a,input,botton { bblr:expression(this.onFocus=this.blur()); outline-style:none; }

/*鼠标静止悬浮查看缩略图样式*/
#screenshot { position:absolute; border:1px solid #ccc; background:#333; padding:5px; display:none; color:#fff; }

/*其他设置*/
.red { color:#ff0000 !important; }
.red2 { color:#bb0000 !important; }
.orange { color:#ff6600 !important; }
.blue { color:#03F !important; }
.even { background:#f3f3f3 !important; }
input[type=submit] { cursor:pointer; }
input[readonly=true] { background:#efefef;  }
.botton { font-family:"微软雅黑"; }
a,span,input,p,select,option,textarea,label { font-family:"微软雅黑"; }
h1 { display:inline-block; font-size:20px; font-family:"微软雅黑"; }
h2 { display:inline-block; font-size:18px; font-family:"微软雅黑"; font-weight:400; }
h3 { display:inline-block; font-size:15px; font-family:"微软雅黑"; }
h4 { display:inline-block; font-size:14px; font-family:"微软雅黑"; font-weight:normal; }
body { background-color:#ffffff; font-size:12px; }
.yinchang { display:none !important; }
.noleft { padding-left:0 !important; }
.noright { padding-right:0 !important; }

/*清除浮动*/
.clear { clear:both; }
.clearfix:before,.clearfix:after { content:""; display:table; }
.clearfix:after { clear:both; overflow:hidden; }
.clearfix { zoom:1; }
