html, body {
  position: relative;
  width: 100%;
  height: 100%;
}
body {
  background: #ffffff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color:#000;
  margin: 0;
  padding: 0;
}
.pageMain{
  width: 100%;
  height: 100%;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  left: 5%;
  right: auto;
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 15px auto;
}
.swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background: #FF393E;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #FF393E;
  width: 12px;
  height: 12px;
}
.swiper-pagination_index .swiper-pagination-bullet{
  background: #fff;
}
.swiper-pagination_index .swiper-pagination-bullet-active{
  background: #fff;
}
.swiper-button-next{
  bottom: 10%;
  right: auto;
  left: 5%;
  top: auto;
  width: 48px;
  height: 48px;
  background-size: cover;
  background-image: url(/images/swiper_next.png);
}
.swiper-slide {
  overflow: auto;
  background-color: #fff;
  font-size: 18px;
  background: #fff;
}