.banner {
  width: 100%;
}

.swiper-container {
  width: 100%;
  max-width: 600px;
  min-height: 420px;
  margin: 20px 0 50px 0;
}

.swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container .swiper-slide > img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.swiper-container .swiper-slide > div {
  z-index: 999;
  position: absolute;
  bottom: 3%;
}

.swiper-container .swiper-slide > div .title {
  font-size: 15px;
  margin-bottom: 12px;
  text-align: center;
}

.swiper-container .swiper-slide > div .text {
  font-size: 12px;
  text-align: center;
  padding: 0 10px;
}

.swiper-container .button-prev,
.swiper-container .button-next {
  width: 30px;
  height: 80px;
  position: absolute;
  top: calc(50% - 30px);
  z-index: 999;
  cursor: pointer;
}

.swiper-container .button-next {
  right: 0;
}

@media (min-width: 768px) {
  .swiper-container {
    margin: 0 auto; } }
/*# sourceMappingURL=introduce.css.map */
