/* 清除默认间距 */
a,b,body,dd,del,div,dl,dt,em,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,label,legend,li,ol,p,pre,small,span,strong,u,ul,var,input{
    margin: 0;
    padding: 0;
}
/* 清除默认列表样式 */
li{
    list-style: none;
}
/* 清除默认边框 */
img,button,input{
    border: 0;
}
/* 保证所有文字是正常样式显示 */
em,i,u{
    font-style: normal;
}
/* 左浮动 */
.fl{float: left;}
/* 右浮动 */
.fr{float: right;}
/* 清除浮动 */
.clearfix::after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* 设置正文的字体和大小 */
/* body{
    font:12px/1.5 'microsoft yahei',Arial,Verdana,"\5b8b\4f53";
    color: #666;
} */
/* 清除a标签默认样式 */
/* a{
    color:#666;
    text-decoration: none;
    font-family: 'microsoft yahei';
    font-size: 16px;
    font-weight: bold;
} */
