.swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 36px !important;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 362px;
  height: 204px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.pagination-index span {
  background: #fff;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #32CDCD;
}
.lark-nav .active {
  border-bottom: 2px solid #32CDCD;
  border-radius: 2px;
}

.swiper-container2 {
  width: 100%;
  height: 100%;
}

.swiper-slide2 {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-button-prev:after {
  content: '' !important;
}
.swiper-button-next:after {
  content: '' !important;
}
.index-banner-box p {
  width: 182px;
  height: 50px;
  border-radius: 4px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #32CDCD;
}