html,
body {
  font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro",
    "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial",
    sans-serif;
  position: relative;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

body {
  margin: 0;
}

ul,
ol,
dl {
  padding: 0;
  margin: 0;
}

li,
dt,
dd {
  list-style: none;
  padding: 0;
  margin: 0;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
}
