@charset "utf-8";

/* reset */
html,body,span,div,p,a,h1,h2,h3,h4,h5,h6,form,
input,img,ul,ol,li,dl,dt,dd,form,textarea,label,
table,th,tr,td,header,section,nav,footer,aside,em,
button{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: none;
}

body{
  line-height: 1;
  font-family: "微软雅黑";
}

table{
  border-collapse: collapse;
}

em{
  font-style: normal;
}

nav,ul,ol,li{
  list-style: none;
}

a{
  text-decoration: none;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
  -moz-tap-highlight-color:rgba(0, 0, 0, 0);
  -ms-tap-highlight-color:rgba(0, 0, 0, 0);
  -o-tap-highlight-color:rgba(0, 0, 0, 0);
  tap-highlight-color:rgba(0, 0, 0, 0);
}


/* 清除浮动 */
.clearfix:after{ content: ""; display: block; clear: both;}
.clearfix{ *zoom:1;}

.fl{
  float: left;
}
.fr{
  float: right;
}