.van-list {
  padding-top: 5.333vw;
  position: relative;
  padding-bottom: .5rem;
}
.van-list ul {
  display: flex;
  flex-wrap: wrap;
}
.van-list ul li {
  width: 33.3%;
}
.van-list ul li a {
  display: block;
}
.van-list ul li .scrollIcon-img-wrap {
  margin: 0 auto;
  width: 24vw;
  height: 32.533vw;
  border-radius: .533vw;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.van-list ul li .scrollIcon-img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
}
.van-list ul li .grt-card-title {
  margin: 2.667vw 0 6.4vw;
  text-align: center;
  font-family: PingFang SC, Noto Sans, Helvetica;
  font-size: 3.733vw;
  font-weight: 500;
}
.loading {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: none;
  font-family: PingFang SC, Noto Sans, Helvetica;
  color: #969799;
  font-size: 3.467vw;
  line-height: 13.333vw;
  text-align: center;
}
