html body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: PingFang SC, tahoma, arial, Microsoft YaHei, Hiragino Sans GB, u5b8bu4f53, sans-serif;
  font-size: 12px;
  background-size: 100% 5%;
}

body * {
  box-sizing: border-box;


}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 移除移动端点击高亮 */
}


input,
button,
textarea {
  color: inherit;
  font: inherit;
  border: none;

}

a:focus,
input:focus,
button:focus,
textarea:focus {
  outline: none;
}

ol,
ul {
  list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  padding: 0
}