/*—————————————— CSS重设 ——————————————*/
body,div,dl,dt,dd,ul,ol,li,pre,h1,h2,h3,h4,h5,h6,input,textarea, select, button,form,fieldset,p,blockquote,th,td{padding:0; margin:0; /*重置内填充和外填充，避免使用*通配符，浪费性能。*/}
header,section,aside,nav,figure,figcaption{margin:0;padding:0;display:block;}
body{font-size:14px;font-family:"微软雅黑","Microsoft Yahei",arial,"宋体",simsun; /*设置默认字体*/}
h1,h2,h3,h4,h5,h6,input,textarea, select, button{font-size:100%;font-family:inherit;/*重置输入表单的字体大小和字体样式,使之继承父类字体*/}
input, label, select, option, textarea, button, fieldset,legend{font-size:14px;font-family:"微软雅黑",arial;}
:focus{outline:0;/*在获取焦点时，去掉外面蓝框，主要针对input、链接类型*/}
ul,ol,li{list-style:none;/*去掉默认的点和序列号*/}
em,i{font-style:normal;}
button,submit{cursor:pointer;/*按钮的样式设置为手型*/}
textarea{resize:none;outline:none;}
address,cite,dfn,em,var,i{font-style:normal;}
img{border:none;vertical-align:top;/*去掉默认边框和底部空白区*/}
table{border-collapse:collapse;border-spacing:0;/*去掉表格边框之间的间距*/}
a{color:#333;}
a,a:link,a:visited,a:hover,a:active{text-decoration:none;/*遵循爱恨LVHA原则，设置链接和颜色和下划线*/}
sup{vertical-align:super;}
sub{vertical-align:sub;}
mark{background:none;}


/*通用常用样式*/
.fl{ float:left;}
.fr{ float:right;}
.cl{ zoom:1;}
.cl:after{ content:"\20"; display:block; height:0; clear:both;}

a.f_red1{color:#F30; border:1px solid #F60;}