.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

body {
  background: #fff;
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  z-index: 9999;
}

.m-popup-wrap {
  position: fixed;
  top: 10%;
  left: 7%;
  width: 85%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  z-index: 99999 !important;
}

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

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  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;
}
.m-popup-wrap .swiper-pagination {
  bottom: -25px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99999 !important;
}
.m-popup-wrap .swiper-pagination span {
  margin: 0 5px;
  background-color: #fff;
}
