*,
::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 {
  width: 100vw;
  height: 100vh;
  padding: 0 3.46666667vw;
  background: url('../img/bg.png') no-repeat;
  background-size: 100% 100%;
}
.header-box {
  text-align: center;
  line-height: 14.93333333vw;
  width: 100%;
  height: 14.93333333vw;
  font-family: SimHei;
  font-weight: 400;
  font-size: 4.26666667vw;
  color: #333333;
  border-bottom: 0.53333333vw solid #fff;
}
.list {
  height: 83%;
  margin-top: 3.46666667vw;
  overflow-y: auto;
}
.loading {
  line-height: 10.66666667vw;
  border-top: #e5e5e5 solid 1px;
  text-align: center;
  font-size: 3.2vw;
  color: #fff;
  display: none;
}
.tabbar-box {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 13.06666667vw;
  background-color: #467DEB;
}
.tabbar-box li {
  flex: 1;
  text-align: center;
  padding: 1.86666667vw 0;
}
.tabbar-box li .iconfont {
  color: #fff;
  font-size: 5.33333333vw;
}
.tabbar-box li p {
  font-family: SimHei;
  font-weight: 400;
  font-size: 2.66666667vw;
  color: #FFFFFF;
}
.tabbar-box li .selected {
  font-weight: bold;
}
.cover {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}
.cover img {
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translate(0, -50%);
}
