/* ========
    基本样式
   ======= */
*{
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
i ,b,em{
    font-style: normal;
}
li{
  list-style: none;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
body{
  font-family: "微软雅黑";
  font-size: 0.12rem;
}
img{
  border:0;
}
.clearfix:before,.clearfix:after{
  content:'';
  clear: both;
  display: block;
}