@charset "utf-8";

/*=====================通用样式重置========================*/
/** 清除内外边距 **/
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,
dl, dt, dd, pre,form, fieldset, 
legend, button, input, textarea, th, td{
  margin: 0;
  padding: 0;
}

img{
  border:medium none;
  margin: 0;
  padding: 0;
  vertical-align:middle;
}

/** 设置默认字体 **/
body,button, input, select, textarea {font-size:12px;font-family:Arial, Helvetica, sans-serif}

/** 设置同一行上文字与表单对齐 **/
body,button,input,select{ vertical-align:middle;outline:none;} 
h1, h2, h3, h4, h5, h6 { font-size: 100%;}

/** 重置列表元素 **/
ul, ol { }

/** 重置超链接元素 **/
a { text-decoration: none; color:#000;}
a:hover { text-decoration:none; }

/**去除超链接点击时产生的虚线框**/
a,area {blr:expression(this.onFocus=this.blur())}  /*For IE/google*/
a:active, a:focus{outline:none;} /*For Firefox*/

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/**清除浮动**/
.clearfloat{
  height:0;
  line-height:0;
  margin:0;
  padding:0;
  font-size:0;
  clear:both;
}

