*,
::after,
::before {
  box-sizing: border-box;
}
body,
ul,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, PingFangSC-Regular, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #333;
}
img {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
}
ul {
  list-style-type: none;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  height: 100vh;
  background: url(../img/bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 29.86666667vw 3.73333333vw 10.13333333vw 3.73333333vw;
}
.list {
  height: 100%;
  background: #F3F5FF;
  padding: 6.4vw 3.46666667vw;
  border-radius: 3.46666667vw;
  overflow-y: auto;
}
.list a {
  display: block;
  height: 7.46666667vw;
  background: #E0E0E0;
  border-radius: 0.8vw;
  margin-bottom: 2.13333333vw;
  padding: 0 3.2vw;
  font-family: SimHei;
  font-weight: 400;
  font-size: 3.2vw;
  color: #5E5E5E;
  text-align: center;
  line-height: 7.46666667vw;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 显示省略号 */
}
.loading {
  line-height: 10.66666667vw;
  border-top: #e5e5e5 solid 1px;
  text-align: center;
  font-size: 3.2vw;
  color: #5E5E5E;
  display: none;
}
