.swiper {
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  border-radius: 10px;
  position: relative;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next.leftBox,
.swiper-button-prev.rightBox {
  position: absolute;
  bottom: 20px;
  left: 30px !important;
  z-index: 10;
  top: auto;
  transform: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px !important;
  border-radius: 10px;
  width: 65px !important;
  border: 1px solid #f05f33;
  background-color: transparent;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px !important;
}
/* 第二个按钮右移一点 */
.swiper-button-next.leftBox {
  left: 100px !important;
}
.rowBox {
  padding: 30px;
  align-items: center;
}
.rowBox h1 {
  color: #dd267a;
  font-size: 25px;
}
.rowBox img {
  border-radius: 10%;
  max-height: 400px;
  object-fit: cover;
  border: 10px solid #ffffff;
}
/*# sourceMappingURL=style.css.map */