html {
  font-size: 26.66667vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "PingFang SC",'Microsoft Yahei';
}
body {
  font-size: 0.16rem;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #000000;
}
ul,
p,
span,
li,
button,
img {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  list-style: none;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;

}
.link a:hover,
.link a:active,
.link a:visited,
.link a:link,
.link a:focus {
	color: #8A8A8A;
	font-size: 0.12rem;
	text-decoration: underline;
}
input,
textarea {
  outline: none;
  border: none;
  background-color: rgba(255, 255, 255, 0);
}
input:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white  inset !important;
}
input {
  outline-color: invert;
  outline-style: none;
  outline-width: 0;
  border: none;
  border-style: none;
  text-shadow: none;
  -webkit-appearance: none;
  -webkit-user-select: text;
  outline-color: transparent;
  box-shadow: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button {
  background-color: transparent;
  border: none;
  font-size: 0.16rem;
  color: #f5f5f5;
}
i {
  font-style: normal;
}
hr {
  margin: 0;
  height: 0;
}
