#swiper-container3 {
  padding: 0 0.30666667rem;
  border-bottom: 0.01333333rem solid #3bb3c3;
}
#swiper-container3 .swiper-slide {
  font-size: 0.42666667rem;
  color: #0f0f0f;
  line-height: 0.66666667rem;
  padding-bottom: 0.28rem;
}
#swiper-container3 .swiper-slide a {
  color: #0f0f0f;
}
#swiper-container3 .swiper-slide.active a {
  color: #3bb3c3;
}
.picLists li {
  width: 49.2%;
  float: left;
  margin-left: 1.4%;
  margin-top: 0.4rem;
}
.picLists li:first-child {
  margin-left: 0;
}
.picLists li:nth-child(2n+1) {
  margin-left: 0;
}
.picLists li .picImg {
  width: 100%;
  height: 3.12rem;
  overflow: hidden;
}
.picLists li .picImg img {
  width: 100%;
}
.picLists li p {
  width: 100%;
  font-size: 0.32rem;
  color: #333333;
  text-align: center;
  line-height: 0.53333333rem;
  padding-top: 0.26666667rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bigPopup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.bigPopup .bigScaleImg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 9.46666667rem;
  height: 6.26666667rem;
}
.bigPopup .bigScaleImg img {
  width: 100%;
}
