html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}
body{
    width:100%;
    background: #fff;
    min-width: 1200px;
    font-family: "微软雅黑";
    font-size: 14px;
}
ul,ol {
    list-style: none;
}
a {
    text-decoration: none;
    color:inherit;
}
a:hover {
    text-decoration: none;
}
img {
    border: 0;
    vertical-align: middle
}
nput, textarea {
    outline: none;
    border: none;
}
.fl {
    float: left
}

.fr {
    float: right
}
.clearfix:after {content:"\200B"; display:block; height:0; clear:both; }
.clearfix { *zoom:1; }
.cur{cursor: pointer!important;z-index: 9999}