* {
  -webkit-appearance: none;
  outline: 0 none;
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
a,
p,
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body {
  font-family: "PingFangSC-Regular", Tahoma, Arial, Roboto, Verdana, Georgia, "sans-self", "Microsoft YaHei", "Heiti SC", "SimHei", "Songti SC", "SimSun";
  overflow-y: auto;
  overflow-x: hidden;
}
input {
  border: none;
}
a:link {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  text-decoration: none;
}
a:visited {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  text-decoration: none;
}
a:hover {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  text-decoration: none;
}
.clear_f {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  display: block;
}
i,
em {
  font-style: normal;
}
* {
  box-sizing: border-box;
}
html {
  width: 100%;
}
body {
  font-size: 12px;
  width: 100%;
}
.toast {
  display: none;
  opacity: 0;
  padding: 0.1rem 0.2rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0.1rem;
  z-index: 9999;
}
.toast.show {
  opacity: 1;
  display: block;
}
.toast p {
  white-space: nowrap;
  font-size: 0.14rem;
  color: #fff;
  text-align: center;
  line-height: 0.18rem;
}
.no-scroll {
  overflow: hidden;
  height: 100%;
  position: fixed;
}
.tip-content {
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: 999;
}
