.video-case {
  position: relative;
  overflow: hidden;
}
.video-case .overflow-hidden {
  position: relative;
}
.video-case .con .cistern {
  padding-right: 10px;
  padding-left: 10px;
}
.video-case .con .swiper-container {
  padding: 0 10px;
}
.video-case .con .swiper-container .swiper-slide {
  padding: 5px 0 40px;
  transition: 0.4s;
  height: 100%;
}
.video-case .con .swiper-container .swiper-slide:hover {
  position: relative;
  transform: translateY(-5px);
}
.video-case .con .swiper-container .swiper-slide a {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.video-case .con .swiper-container .swiper-slide .pic img {
  display: block;
  width: 100%;
}
.video-case .con .swiper-container .box .pic img {
  width: 100%;
  display: block;
}
.video-case .con .swiper-container .box .text {
  padding: 25px 30px 35px;
  background: #fff;
}
@media (max-width: 750px) {
  .video-case .con .swiper-container .box .text {
    padding: 15px 10px 60px;
  }
}
.video-case .con .swiper-container .box .text span {
  color: #3f3a39;
  font-size: 14px;
}
@media (max-width: 750px) {
  .video-case .con .swiper-container .box .text span {
    font-size: 12px;
  }
}
.video-case .con .swiper-container .box .text p {
  color: #3f3a39;
  font-size: 22px;
  line-height: 1.215;
  margin-top: 8px;
}
.video-case .con .swiper-container .box .text p::before {
  content: '';
  margin-right: 10px;
  height: 26px;
  width: 26px;
  background: url(../images/video-case/watch-1.png) no-repeat center center / 100%;
  display: inline-block;
  vertical-align: bottom;
}
@media (max-width: 1200px) {
  .video-case .con .swiper-container .box .text p {
    font-size: 18px;
  }
}
@media (max-width: 750px) {
  .video-case .con .swiper-container .box .text p {
    font-size: 14px;
  }
}
@media (max-width: 920px) {
  .video-case .con .arrow {
    display: none;
  }
}
.video-case .con .swiper-button-prev,
.video-case .con .swiper-button-next {
  background-image: none;
  top: auto;
  bottom: -22px;
  left: auto;
}
.video-case .con .swiper-button-prev::after,
.video-case .con .swiper-button-next::after {
  content: none;
}
.video-case .con .swiper-button-prev span,
.video-case .con .swiper-button-next span {
  font-size: 22px;
  color: #c7000b;
}
.video-case .con .swiper-button-next {
  right: 10px;
}
.video-case .con .swiper-button-prev {
  right: 55px;
}
.video-case .con .swiper-container-horizontal > .swiper-pagination-progress {
  width: 92%;
  bottom: 0;
  top: auto;
  height: 2px;
  color: #fff;
  background: #f5f5f5;
}
@media (max-width: 920px) {
  .video-case .con .swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .video-case .con .swiper-container-horizontal > .swiper-pagination-progress {
    display: none;
  }
}
.video-case .con .swiper-container-horizontal > .swiper-pagination-progress .swiper-pagination-progressbar {
  background: #c7000b;
}
