.case-detail {
  width: 100%;
  margin: 0 auto 122px;
}

.case-detail .swiper-container {
  width: 88%;

  margin-left: auto;
  margin-right: auto;
}
.case-detail .swiper-slide {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  text-align: center;
}
.case-detail .swiper-slide img {
  height: 100%;
  background-color: #f2f2f2;
}

.cons1 {
  width: 100%;
  position: relative;
  margin: 122px auto 0;
}
.case-detail .swiper-slide p {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  /* 白色fff */

  color: #ffffff;

  text-align: center;
  position: absolute;
  bottom: 0;
}
.case-detail .gallery-top {
  height: 600px;
  width: 100%;
}
.swiper-wrapper {
  width: 100% !important;
  text-align: left;
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.case-detail .gallery-thumbs {
  height: 120px;
  box-sizing: border-box;
  padding: 10px 0 0 0;
}

.case-detail .gallery-thumbs .swiper-slide {
  height: 100px;
  opacity: 0.4;
}
.case-detail .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.case-detail .swiper-pagination-bullet-active {
  background-color: #fff !important;
}

.case-detail .swiper-pagination-bullet-active {
  background-color: rgba(7, 115, 203, 0.33);
  margin-right: 10px;
  border-radius: 10px;
}
.case-detail .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: url(../images/right.png) repeat !important;
  background-size: cover;
  width: 50px;
  height: 100px;
  right: 0px;
  top: unset;
  bottom: 10px;
  position: absolute;
  justify-content: center;
  display: flex;
}
.case-detail .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: url(../images/left.png) repeat !important;
  background-size: cover;
  width: 50px;
  height: 100px;
  left: 0px;
  top: unset;
  bottom: 10px;
  position: absolute;
  justify-content: center;
  display: flex;
}

.case-detail .swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  margin-right: 400px;
  content: "";
}
.case-detail .swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  margin-left: 400px;
  content: "";
}

@media screen and (max-width: 1450px) {
  .case-detail {
    width: 100%;
  }
  .case-detail .gallery-top {
    height: 734px;
  }
}
@media screen and (max-width: 1290px) {
  .case-detail {
    width: 100%;
  }
  .case-detail .gallery-top {
    height: 600px;
  }
}
@media screen and (max-width: 1034px) {
  .case-detail {
    width: 100%;
  }
  .case-detail .gallery-top {
    height: 567px;
  }
}
