*,
::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;
}
.container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 3列等分 */
  gap: 1.86666667vw;
  /* 行列间距10px */
}
.container .item {
  width: 45.33333333vw;
  height: 45.06666667vw;
  background: #FFFFFF;
  padding: 2.4vw 3.46666667vw 2.4vw 2.4vw;
  box-shadow: 0px 0.53333333vw 1.06666667vw 0px rgba(39, 39, 39, 0.14);
}
.container .item .pic-item {
  position: relative;
}
.container .item .pic-item img {
  height: 29.33333333vw;
}
.container .item .pic-item .icon-bofang {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 6.4vw;
  color: #fff;
}
.container .item p {
  margin-top: 3.86666667vw;
  font-family: SimHei;
  font-weight: 400;
  font-size: 3.2vw;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  color: #062FFF;
}
.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;
  left: 0;
  bottom: 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;
}
