/**
 * Created by Administrator on 2019/3/11.
 */
@charset "utf-8";

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;
    font: 12px 微软雅黑,宋体,Tahoma,Geneva,sans-serif;
    font-size: 12px;
}
a {
    blr:expression(this.onFocus=this.blur());
    outline: none;
    /* for firefox 1.5 + */
    text-decoration: none;
}


fieldset, img,textarea,input {
    border: 0;
}

ol, ul {
    list-style: none;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
    zoom: 1;
} /* IE7 */

