*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  outline: none;
  -webkit-transform-style: inherit;
  transform-style: inherit;
}

html {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100px;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  color: #333;
  font-family: "PingFangSC-Regular", "PingFang SC";
  font-size: 14px;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}

input {
  margin: 0;
  font: inherit;
  color: inherit;
}
