.swiper {
  height: 25vw;
}
@media (max-width: 500px) {
  .swiper {
    height: 300px;
  }
}
@media (max-width: 1050px) and (min-width: 501px) {
  .swiper {
    height: 480px;
  }
}
.swiper .text {
  top: auto;
  bottom: 100px;
  font-size: 60px;
}
@media (max-width: 500px) {
  .swiper .text {
    font-size: 30px;
  }
}

.videoList .item {
  margin-bottom: 20px;
}
@media (min-width: 1920px) {
  .videoList .item {
    max-width: 460px;
    width: 24%;
  }
}

.videoList .item .bot {
  padding: 0 10px;
  height: 35px;
}

.videoList .item .bot .title {
  color: #626262;
  font-size: 16px;
}

.container {
  min-height: 500px;
  margin-bottom: 50px;
}
.container img {
  max-width: 100%;
}/*# sourceMappingURL=case.css.map */