@charset "UTF-8";

body{ font-size:12px;font-family:"PingHei",Noto Sans SC,SimSun,Arial,Helvetica,sans-serif,"宋体";}
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; /* font-family:"PingHei",Noto Sans SC,SimSun,Arial,Helvetica,sans-serif; */}
fieldset, img { border:none; } /*为了照顾ie6 链接图片有边框*/
ul,ol { list-style:none; }
a{text-decoration: none;}
strong{font-weight: normal;}
em{font-style: normal;}
input { margin:0;
    border:none;
 padding:0;
 font-family: "SimSun","宋体";
 outline: none;
}
select{
    outline:none;
}
textarea{resize:none;outline:none;}
select, input { vertical-align:middle; }
select, input{ font-size:12px;
 margin:0; }
table { border-collapse:collapse; }
h1,h2,h3,h4,h5,h6{font-size:14px;
 font-weight:normal;}
.clearfix:after {
    content:"";
 display:block;
 clear:both; 
}
.clearfix{zoom:1;}