@charset "utf-8";
/* 内外边距通常让各个浏览器样式的表现位置不同 */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,img,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    margin:0;
    padding:0;
}
fieldset, img, input, button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
ul,li{
    list-style: none;
}
input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "Microsoft YaHei",sans-serif;
}
select, input {
    vertical-align: middle;
}
input{
    -webkit-appearance: none;
    border-radius:0;
    outline: none;
}

select, input, textarea {
    margin: 0;
}
/*防止拖动*/
textarea {
    resize: none;
    overflow: auto;
}
label{
    font-weight: normal;
}
img{
    /*去除图片底侧的3px距离*/
    border: 0;
    vertical-align: middle;
}
/* 去掉 table cell 的边距并让其边重合 */
table {
    border-collapse:collapse;
    border-spacing:0;
}
body {
    font-family: "Microsoft YaHei",sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    -webkit-text-size-adjust:none;
}
h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
}
s, i, em {
    font-style: normal;
    text-decoration: none;
}
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    outline:none;
    display: block;
}
a:link,a:visited,a:hover,a:active{
    text-decoration: none;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1; /*IE/7/6*/
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.wd{
    /* width:62.5%; */
    width: 1200px;
    margin: 0 auto;
}
