* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: HONOR Sans CN, sans-serif;
  font-size: 0.14rem;
}
body.lock {
  overflow: hidden;
}
html {
  font-size: calc(100 * 100vw / 1920);
}
@media (min-width: 1921px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: calc(76.8 * 100vw / 768);
  }
}
img {
  vertical-align: top;
}
button {
  outline: none;
}
button:focus {
  outline: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
