@charset "utf-8";
body,div,li,ul,ol,dl,dd,dt,span,b,strong,p,h1,h2,h3,h4,h5,input,input:focus{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{
    font-size: 100%;
    font-weight:normal;
}
ul,li,dl,dt,dd,ol{
    list-style-type:none;
}
a img,a,a:hover,a:active,a:visited{
    text-decoration:none;
    outline:none;
}
img{border:0;}
@font-face{
    font-family:'fontA';
    src:url("../font/微软简综艺.TTF");
}
body {
    color:#666;
    font: 14px "Microsoft Yahei",Arial,fontA,verdana;
    overflow-x: hidden;
}
em, b, i {
    font-style: normal;
    font-weight: normal;
}
input,textarea,select{
    border: none;
    outline: none;
     -webkit-appearance: none;
}
input:focus{
     border: none;
    outline: none;
    -webkit-appearance: none;
}
img,a{
    display: block;
}
.clearfix:after{
    height:0;
    content:" ";
    display:block;
    overflow:hidden;
    clear:both;
}
.clearfix{
    zoom:1;
    clear: both;
}
.page_wrap{
    width:100%;
}
.wrap_box{
    width:1200px;
    margin:0 auto;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.textover{word-break: keep-all;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}