.index-page .pic-links-wrap .swiper-container {
  width: 660px;
  height: 400px;
  position: relative;
}

.index-page .pic-links-wrap .swiper-container:hover .prev-btn,
.index-page .pic-links-wrap .swiper-container:hover .next-btn {
  display: block;
}

.index-page .pic-links-wrap .swiper-container .swiper-slide {
  display: block;
  position: relative;
  width: 660px;
  height: 400px;
  overflow: hidden;
  display: block;
  position: relative;
}

.index-page .pic-links-wrap .swiper-container .swiper-slide .slider-img {
  display: block;
  width: 660px;
  height: 400px;
}

.index-page .pic-links-wrap .swiper-container .swiper-slide .slider-text {
  padding: 30px 210px 0 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
  height: 60px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-page .pic-links-wrap .swiper-container .prev-btn,
.index-page .pic-links-wrap .swiper-container .next-btn {
  position: absolute;
  top: 167.5px;
  width: 35px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  cursor: pointer;
  z-index: 99;
}

.index-page .pic-links-wrap .swiper-container .prev-btn .iconfont,
.index-page .pic-links-wrap .swiper-container .next-btn .iconfont {
  font-size: 24px;
}

.index-page .pic-links-wrap .swiper-container .prev-btn {
  left: 0;
}

.index-page .pic-links-wrap .swiper-container .next-btn {
  right: 0;
}

.index-page .pic-links-wrap .swiper-container .swiper-pagination {
  padding-right: 20px;
  text-align: right;
}

.index-page .pic-links-wrap .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border: 1px solid #fff;
  background: transparent;
  opacity: 1;
}

.index-page .pic-links-wrap .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #fff;
  background: #fff;
  opacity: 1;
}

.index-page .pic-links-wrap .swiper-container .swiper-pagination-switch {
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: transparent;
  border: 1px solid #fff;
  cursor: pointer;
}

.index-page .pic-links-wrap .swiper-container .swiper-active-switch {
  background: #fff;
}

.index-page .pic-links-wrap .pic-links {
  width: 380px;
  height: 400px;
}

.index-page .pic-links-wrap .pic-links .pic-ul .pic-list {
  float: left;
}

.index-page .pic-links-wrap .pic-links .pic-ul .pic-list:first-child, .index-page .pic-links-wrap .pic-links .pic-ul .pic-list:nth-child(2) {
  margin-bottom: 20px;
}

.index-page .pic-links-wrap .pic-links .pic-ul .pic-list:not(:nth-child(2n+1)) {
  margin-left: 20px;
}

.index-page .pic-links-wrap .pic-links .pic-ul .pic-list a {
  display: block;
  position: relative;
}

.index-page .pic-links-wrap .pic-links .pic-ul .pic-list a img {
  display: block;
  width: 180px;
  height: 190px;
  transition: all .4s;
  object-fit: cover;
}

.index-page .pic-links-wrap .pic-links .pic-ul .pic-list a .text {
  padding: 38px 6px 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-page .pic-links-wrap .pic-links .pic-ul .pic-list a:hover img {
  transform: translateY(-5px);
}
