body {background: #FFFFFF; margin:0 auto; padding:0; font:12px/1.5 \5b8b\4f53; font-family: "Microsoft Yahei","Arial"; position:absolute;  width:100%; overflow:auto; -moz-user-select:none; /*火狐*/
   -webkit-user-select:none;  /*webkit浏览器*/
   -ms-user-select:none;   /*IE10*/
   -khtml-user-select:none; /*早期浏览器*/
   user-select:none;
}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,header,footer,section,figcaption,figure{padding:0; margin:0;}
table,td,tr,th,body{font-size:12px;}
ol,ul,li{list-style:none;}
.fl{float: left;}
.fr{float: right;}
.db,.block{display: block;}
.hidden{display:none;}
html{font-size:10px; height: 100%; overflow: auto;}
body,
button, input, select, textarea /* for ie */ {
  font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, var,b,i { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/** 重置文本格式元素 **/
a { text-decoration: none; }
a:hover { text-decoration: underline; }


/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }
