* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
em {
  font-style: normal;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none !important;
  color: #555;
  cursor: pointer !important;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
input,
textarea {
  outline: 0;
}
textarea {
  resize: none;
  overflow: auto;
}
body {
  position: relative;
  height: 100%;
  width: 100%;
  color: #000000;
  background-color: #f3f3f3;
  font: normal 14px "PingFang SC";
}
.clearfix {
  zoom: 1;
}
.clear_fix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  content: "";
}
.containers {
  width: 1200px;
  margin: 0 auto;
}
/* @font-face {
  font-family: Alimama ShuHeiTi;
  src: url(../font/AlimamaShuHeiTi-Bold.otf) format("opentype"),
    url(../font/AlimamaShuHeiTi-Bold.ttf) format("TrueType"),
    url(../font/AlimamaShuHeiTi-Bold.woff) format("woff"),
    url(../font/AlimamaShuHeiTi-Bold.woff2) format("woff2");
}
@font-face {
  font-family: PingFang SC;
  src: url(../font/苹方黑体-细-简.ttf) format("TrueType");
} */
