.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;

  -webkit-box-align: center;
  -ms-flex-align: center;
  /* -webkit-    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; */
  /*     -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; */
  overflow: hidden;
  position: relative;
  height: 300px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}

.swiper-button-prev {
  background: url(../image/c2d2f8e.jpg) !important;
  background-size: 100% 100% !important;
}

.swiper-button-next {
  background: url(../image/11d50f8.jpg) !important;
  background-size: 100% 100% !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px !important;
  height: 80px !important;
  margin-top: -40px !important;
}

.img {
  position: relative;
}

.img p {
  position: absolute;
  bottom: 0px;
  background: rgba(6, 6, 6, 0.5);
  height: 50px;
  color: #fff;
  font-size: 1rem;
  padding: 10px 20px;
  box-sizing: border-box;
  width: 100%;
}