@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  font-family: "微软雅黑", "Microsoft YaHei";
}
html{
  width: 100%;
  font-size: 10px;
}
img {
  display: inline-block;
  border: none;
  vertical-align: middle;
}
a {
  text-decoration: none;
  cursor: pointer;
}
li {
  list-style: none;
}
button, input, optgroup, option, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
