html,
body {
  position: relative;
  height: 100%;
}
body {
  background: #eee;
  font-size: 14px;
  background: #000;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.monthly-style.swiper-container {
  width: 100%;
  height: 100%;
}
.monthly-style.swiper-container .process-modal {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3);
}
.monthly-style.swiper-container .circles-text-240329 {
  font-size: 30px!important;
  color: #fff;
}
.monthly-style.swiper-container .swiper-button-prev::before,
.monthly-style.swiper-container .swiper-button-next::before {
  position: absolute;
  left: -20px;
  right: -20px;
  top: -8px;
  bottom: -8px;
  content: '';
}
.monthly-style.swiper-container .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.8;
}
.monthly-style.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1677ff;
}
.monthly-style.swiper-container .swiper-slide {
  width: 100%;
  overflow: hidden;
  height: auto;
  text-align: center;
  font-size: 18px;
  background: #fff;
  transform: translate3d(0, 0, 0);
  /* 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;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #000000;
  position: relative;
}
.monthly-style.swiper-container .swiper-slide .spec {
  position: relative;
}
.monthly-style.swiper-container .swiper-slide .slide-img {
  position: relative;
  width: 100%;
}
.monthly-style.swiper-container .swiper-slide .ope {
  left: 0;
  right: 0;
  position: absolute;
  bottom: 28%;
  font-size: 0;
  display: flex;
  justify-content: center;
}
.monthly-style.swiper-container .swiper-slide .ope .ope-item {
  display: block;
  width: 12.3%;
  margin: 0 2%;
  cursor: pointer;
}
.monthly-style.swiper-container .swiper-slide .ope .ope-item > img {
  width: 100%;
}
/*# sourceMappingURL=./monthly.css.map */