html, body, div, span, h1, h2, h3, h4, h5, h6, p, a,em,img,
strong,i, dl, dt, dd, ol, ul, li, form, label, table,tbody,
tfoot, thead, tr, th, td ,textarea,input{
    margin:0;
    padding:0;
}
html,body{
    height:100%;
    width:100%;
    font-family: 'Microsoft YaHei';
    font-size:18px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
h1,h2,h3,h4,h5,h6{
    font-weight:normal;
}
a{
    text-decoration:none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
i {
    font-style: normal;
}
img{
    border: none;
    vertical-align: middle;
}
div{
    box-sizing:border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* 為兼容IE6,IE7，因為ie6,ie7不能用after偽類 */
.clearfix{
    zoom:1;
}
.fr{
    float:right;
}
.fl{
    float:left;
}
