html {
  max-width: 800px;
  margin: 0 auto;
  background-color: #f5f5f5;
}
body {
  margin: 0;
  padding: 0;
  font-size: 0.26rem;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
p {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  width: 100%;
  height: 100%;
}
input {
  border: none;
  outline: none;
}
input:focus {
  border: none;
  outline: none;
}
textarea {
  border: none;
  outline: none;
}
textarea:focus {
  border: none;
  outline: none;
}
select {
  border: none;
  outline: none;
}
.h8 {
  height: 0.18rem;
}
.color-888888 {
  color: #888;
}
.bottomNav {
  width: 100%;
  max-width: 800px;
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
::-webkit-scrollbar {
  display: none;
}
