/** 清除内外边距 **/
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{border:medium none;margin:0;padding:0;}
/** 设置默认字体 **/
body,button,input,select,textarea{font:12px/1.5 tahoma,helvetica,arial,sans-serif;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
em{font-style:normal;}
/** 重置列表元素 **/
ul,ol{list-style:none;}
/** 重置超链接元素 **/
a{color:#333;}
a:hover{text-decoration:underline;color:#F40;}
/** 重置图片元素 **/
img{border:0px;}
/** 重置表格元素 **/
table{border-collapse:collapse;border-spacing:0;}
/*闭合浮动*/
.clearfix:after{content:"\200B";display:block;height:0;clear:both;}