html, body, div, span, iframe, h1, h2, h3,
h4, h5, h6, p,  abbr,  img,  ul, li,
 form, label,  table,  
 tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: "微软雅黑";
}
:focus {
    outline: 0;
}


a img, iframe {
    border: none;
}
ol, ul {
    list-style: none;
}
input, textarea, select, button {
    font-size: 100%;
    font-family: inherit;
}
select {
    margin: inherit;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
a{
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
a:hover{
    text-decoration: none;
    color: #333;
}
a:visited {text-decoration:none;text-decoration: none;}
a:active {color:#333; text-decoration: none;}


