*,::before,::after{
margin:0;
padding:0;
-webkit-tap-highlight-color:transparent;
-webkit-box-sizing:border-box;
box-sizing:border-box;
}
body{
font-size:14px;
font-family:"Microsoft YaHei",sans-serif;
color:#333;
}
a{
color:#333;
text-decoration:none;
}
a:hover{
text-decoration:none;
}
ul,ol{
list-style:none;
}
input{
border:none;
outline:none;
-webkit-appearance:none;
}
.f_left{
float:left;
}
.f_right{
float:right;
}
.clearfix::before,.clearfix::after{
content:"";
height:0;
line-height:0;
display:block;
visibility:hidden;
clear:both;
}