@charset "utf-8";
html,body,ul,li,ol,dl,dd,dt,p,div,h1,h2,h3,h4,h5,h6,form,button,table,fieldset,legend,input,img,textarea{
    margin: 0;
    padding: 0;
}
body{
    font-size: 12px;
    font-family: "微软雅黑";
}
h1,h2,h3,h4,h5,h6{
    font-size: 16px;
    font-weight: normal;
}ul,ol,li{
    list-style: none;
}
em,i{
    font-style: normal;
    display: block;
}
a,u{
    text-decoration: none;
}
b,strong{
    font-weight: normal;
}
img,fieldset{
    border: none;
}
img{
    display: inline-block;
}
input,button{
    outline: none;
}
textarea{
    resize: none;
}





.float_left{
    float: left;
}
.float_right{
    float: right;
}
.border_none{
    border: none!important;
}
.bg_none{
    background: none!important;
}
.text_ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.clear_fix:after{
    content: "";
    clear: both;
    height: 0;
    display: block;
    overflow: hidden;
    visibility: hidden;
}
.clear_fix{
    zoom: 1;
}