.wrapper-container {
  width: 7.5rem;
  height: auto;
  background: #e3e3ef url(/assets/images/m/list-bg.jpg) no-repeat;
  background-size: 100% auto;
}

.list, .title {
  width: 6.63rem;
  margin: 0 auto;
}

.list {
  padding-top: 2.4rem;
}

.title {
  font-size: .48rem;
  color: #fff;
  font-weight: bold;
  line-height: .48rem;
  padding: .64rem 0 .4rem;
}

.info-swiper-container {
  width: 6.71rem;
  height: 5.54rem;
  padding-bottom: .2rem;
  background-size: cover;
  background-position: 0 -0.54rem;
  border-radius: 0.1rem;
  position: relative;
  margin: 0 auto;
}

.info-swiper-container .swiper-wrapper {
  width: 6.71rem;
  height: 5.54rem;
  border-radius: .2rem;
}

.info-swiper {
  width: 6.71rem;
  height: auto;
  position: relative;
}

.info-swiper .img-wrapper {
  width: 6.71rem;
  height: 3.68rem;
  border: .08rem solid #ccff40;
  border-radius: .2rem;
  overflow: hidden;
  margin-bottom: .3rem;
}

.info-swiper .img-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.info-swiper .swiper-slice {
  border-radius: 0.2rem;
}

.info-swiper-container .tag-desc {
  display: flex;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.33rem;
}

.info-swiper-container .tag-desc .date {
  font-size: .3rem;
  display: inline-flex;
}

.info-swiper-container .tag-desc .tag {
  display: inline-flex;
  width: 1rem;
  line-height: 0.33rem;
  height: 0.33rem;
  background: #ccff40;
  border-radius: 0.05rem;
  text-align: center;
  font-size: 0.18rem;
  color: #202121;
  margin-left: 0.26rem;
  justify-content: center;
}

.info-swiper-container .desc {
  color: #fff;
  font-size: 0.3rem;
  line-height: 0.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.info-swiper-pagination {
  width: 6.71rem !important;
  height: 0.08rem !important;
  display: flex;
  top: 5.4rem !important;
  left: 0 !important;
  border-radius: .06rem;
}

.info-swiper-pagination .swiper-pagination-bullet {
  flex: 1;
  height: .1rem;
  background: #fff;
  border-radius: .12rem;
  top: -.02rem;
  position: relative;
  opacity: .2;
}

.info-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #c7fd43;
}

.list-container {
  position: relative;
  margin-bottom: .6rem;
}

.list-container::after {
  content: '';
  width: 100%;
  height: .08rem;
  background-color: #cfcfda;
  display: block;
  border-radius: 0.05rem;
}

.list-container.first {
  margin-bottom: 2.4rem;
}

.list-container.first::after {
  opacity: .4;
}

.list-container .tag-desc {
  display: flex;
  color: #202121;
  font-size: 0.24rem;
  line-height: 0.33rem;
  font-weight: bold;
}

.list-container .tag-desc .date {
  font-size: .3rem;
  display: inline-flex;
}

.list-container .tag-desc .tag {
  display: inline-flex;
  width: 1rem;
  line-height: 0.33rem;
  height: 0.33rem;
  background: #ccff40;
  border-radius: 0.05rem;
  text-align: center;
  font-size: 0.18rem;
  color: #202121;
  margin-left: 0.26rem;
  justify-content: center;
}

.list-container .desc {
  color: #202121;
  font-size: 0.3rem;
  line-height: 0.6rem;
  font-weight: bold;
  margin-bottom: .46rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.list-container.first .tag-desc, .list-container.first .desc {
  color: #fff;
}

.list-container .thumb {
  width: 6.71rem;
  height: 3.68rem;
  border: 0.08rem solid #ccff40;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-bottom: 0.3rem;
}

.list-container .thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
