
/*清除文档类型声明中的默认属性*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {margin:0;padding:0;}
/*table {border-collapse: collapse; border-spacing: 1px;} */
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/*字体定义*/
body {font:12px "宋体",arial,helvetica,clean,sans-serif}
table {font-size:inherit; font:100%;} 

ins,del {
	text-decoration: none;
}

/*通用定义*/
.clear {
  clear: both;
  float: none;
  font-size: 0px;
  margin: 0;
  padding: 0;
  display:block;
} 
.clearfix:after { content: "."; display: block; height: 0;  clear: both; visibility: hidden;overflow: hidden;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}