.depth-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before, .depth-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .depth-swiper [class^=swiper-button-] {
  transition: all 0.3s ease;
}
.depth-swiper *, .depth-swiper *:before, .depth-swiper *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.depth-swiper .swiper-container {
  width: 880px;
  height: 247.5px;
  transition: opacity 0.6s ease;
  margin: auto;
}
.depth-swiper .swiper-container.swiper-container-coverflow {
  padding-top: 2%;
}
.depth-swiper .swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}
.depth-swiper .swiper-container:hover .swiper-button-prev,
.depth-swiper .swiper-container:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .depth-swiper .swiper-container {
    width: 100%;
  }
}
@media screen and (max-width: 440px) {
  .depth-swiper .swiper-container {
    width: 100%;
  }
}
.depth-swiper .swiper-slide {
  background-position: center;
  background-size: cover;
}
.depth-swiper .swiper-slide .entity-img {
  display: none;
}
.depth-swiper .swiper-slide .content {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 5%;
  left: 0;
  width: 100%;
  padding: 0 5%;
  text-align: left;
  color: #fff;
}
.depth-swiper .swiper-slide .content .title {
  font-size: 1.2rem;
  font-weight: bold;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5), -2px 2px 3px rgba(0, 0, 0, 0.5), 2px -2px 3px rgba(0, 0, 0, 0.5), -2px -2px 3px rgba(0, 0, 0, 0.5);
}
.depth-swiper .swiper-slide .content .caption {
  display: block;
  font-size: 0.9rem;
  line-height: 1.4;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5), -1px 1px 2px rgba(0, 0, 0, 0.5), 1px -1px 2px rgba(0, 0, 0, 0.5), -1px -1px 2px rgba(0, 0, 0, 0.5);
}
.depth-swiper [class^=swiper-button-] {
  width: 44px;
  opacity: 0;
  visibility: hidden;
}
.depth-swiper .swiper-button-prev {
  transform: translateX(50px);
}
.depth-swiper .swiper-button-next {
  transform: translateX(-50px);
}
.depth-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 0.4;
}
.depth-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  border: 0px solid #fff;
  border-radius: 50%;
}
.depth-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, .depth-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.depth-swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-width: 1px;
}
@media (max-width: 1180px) {
  .depth-swiper .swiper-slide .content .title {
    font-size: 25px;
  }
  .depth-swiper .swiper-slide .content .caption {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .depth-swiper .swiper-container {
    height: 40vw;
  }
  .depth-swiper .swiper-container.swiper-container-coverflow {
    padding-top: 0;
  }
}/*# sourceMappingURL=depth-swiper.css.map */