*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: Source Han Sans CN;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.container {
  position: relative;
  margin: 0 auto;
}

.container img {
  width: 100%;
  display: block;
}

img {
  font-size: 10px;
}

p {
  font-size: 0.14rem;
  line-height: 0.22rem;
  text-align: center;
  color: #666666;
}

ul {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
}

a {
  font-size: 0.24rem;
  color: #011f48;
}