.simple-slider .swiper-slide {
  height: 560px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.simple-slider .slide-top {
  height: 600px;
}

.simple-slider .top-title {
  font-size: 80px;
}

.simple-slider .top-tip {
  font-size: 30px;
}


/* 小屏设备（手机） */
@media (max-width: 767px) {
  .simple-slider .top-title {
    font-size: 40px;
  }

  .simple-slider .top-tip {
    font-size: 20px;
  }

  .simple-slider .swiper-slide {
    height: 360px;
  }
}

.simple-slider .swiper-button-next,
.simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width:767px) {

  .simple-slider .swiper-button-next,
  .simple-slider .swiper-button-prev {
    /* display: none; */
    width: 36px !important;
    height: 36px !important;
  }

  :root {
    --swiper-navigation-size: 24px;
  }
}

@media (min-width:992px) {
  .simple-slider .swiper-slide {
    height: 600px !important;
  }
}