body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,
th,td{padding:0;margin:0;}

fieldset,img{border:0;}

img {vertical-align: top; border: none;}

table{border-collapse:collapse; border-spacing:0;}

ol,ul{list-style:none;}

address,caption,cite,code,dfn,em,strong,th,var ,b,i{font-weight:normal;font-style:normal;}

caption,th{font-weight: bold;}

h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}

body,html{
    width: 100%;
    height: 100%;
}
body{
    font-size: 12px;
    /* font-family: "微软雅黑"; */
    font-family: "\5FAE\8F6F\96C5\9ED1", "\82F9\679C\4E3D\4E2D\9ED1", Arial, Helvetica, sans-serif;
    color: #999;
    background-color: #fff;
    overflow-y:scroll;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {text-decoration:none;}
img, input {
    outline: none;
    border: 0;
}
input{
    padding-left:5px;
    vertical-align: middle;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.clearfix{
    *zoom:1;
}
.clearfix:after{
    content:".";
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
}

/*版心样式*/
.warp{
    width: 1200px;
    margin: 0 auto;
}

.hide{
    display: none;
}




