@charset "utf-8";
i,em{
    font-style: normal;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    font-weight: normal;
}
ul,li{
    padding: 0;
    margin: 0;
    list-style: none;
}
/* 禁止长按复制粘贴功能 */
*{
    -webkit-touch-callout:none; /*系统默认菜单被禁用*/
}
input,textarea{
    outline:none;
    border:none;
    -webkit-appearance:none;
}
a{
    text-decoration: none;
}
/*清楚浮动*/
.clearfix:after{
    content:"";/*设置内容为空*/
    height:0;/*高度为0*/
    line-height:0;/*行高为0*/
    display:block;/*将文本转为块级元素*/
    visibility:hidden;/*将元素隐藏*/
    clear:both;/*清除浮动*/
}
.clearfix{
    zoom:1;/*为了兼容IE*/
}
.fl{
    float:left;
}
.fr{
    float:right;
}