* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul,ol,li {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
/*img {
  display: block;
}*/
html,body {
  font-size: 12px;
  font-family: -apple-system, "Helvetica Neue", Helvetica, "Nimbus Sans L", Arial, "Liberation Sans", "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", "Source Han Sans SC", "Microsoft YaHei", "Wenquanyi Micro Hei", "WenQuanYi Zen Hei", "ST Heiti", SimHei, "WenQuanYi Zen Hei Sharp", sans-serif;
  width: 100%;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
