* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  font-family: "Microsoft YaHei";
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: auto;
  font-size: 12px;
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  background: #fff;
  text-align: center;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #666;
}
a:hover {
  text-decoration: none;
}
.hover {
  background: #0f6c8d;
}
i {
  font-style: normal;
}
/*# sourceMappingURL=base.css.map */