@charset "utf-8";
/* CSS Document */
body,fieldset,th,td,select,input,textarea {font-size: 12px;font-family: "微软雅黑";color: #333;}
select,input {vertical-align: middle;outline: medium;}
/* 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;}
i {font-style: normal;}
h2,h3,h4,b{ font-weight: normal; }
strong,em { font-style: normal;}
html { overflow: -moz-scrollbars-vertical; overflow-x: hidden;}
/*始终让 Firefox 显示滚动条*/
* { word-wrap: break-word;}
/*文字强制换行word-break:keep-all;(Ff)*/
table { border-collapse: collapse;}
/*细线表格*/
fieldset,img,input {border: 0 none; display: block;}
/*清除描边,块显示*/
ul,li {list-style-type: none;}
/*无列表项目标记*/
a {color: #666;text-decoration: none;}
/* 重置链接a标签 */
a:active,a:hover { text-decoration: none;}
/* 重置链接a标签的鼠标滑动效果 */
a{ -webkit-tap-highlight-color:rgba(255,0,0,0);}
.clear:after {display: block;visibility: hidden;clear: both;height: 0;overflow: hidden;content: '.';}
body{ height: 100%; position: relative; }




