/*CSS基本设定*/
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{margin: 0;padding: 0}
body{font-size: 0.8rem;font-family: 微软雅黑;}
img{border: none;}
li{list-style: none;}
input,select,textarea{outline: none;border: none;}
textarea{resize: none;font-family: 微软雅黑;}
a{text-decoration: none;color: #656565}
button{border: none;}
table,table tr th, table tr td { border:1px solid #000; }
table { text-align: center; border-collapse: collapse; }  
/*清除浮动*/
.clearfix:after{content: "";display: block;clear: both;}
.clearfix{zoom:1;}
