﻿html,
body {
  position: relative;
  height: 100%;
}
body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
  color: #000;
  margin: 0;
  padding: 0;
}
.swiper1 .swiper {
  width: 100%;
  height: 100%;
}
.swiper1 .swiper-slide {
  text-align: center;
  font-size: 0.9rem;
  /* background: #000000; */
  /* 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;
}
.swiper1 .swiper-slide img {
  display: block;
}
.swiper1 .swiper {
  margin-left: auto;
  margin-right: auto;
}
.swiper1 .swiper-button-next:after,
.swiper1 .swiper-rtl .swiper-button-prev:after,
.swiper1 .swiper-button-next:after,
.swiper1 .swiper-button-prev:after {
  font-size: 1.6rem !important;
  color: #d32f2f;
}
.swiper1 .swiper-button-next,
.swiper1 .swiper-rtl .swiper-button-prev,
.swiper1 .swiper-button-prev,
.swiper1 .swiper-rtl .swiper-button-next {
  width: 1.8rem !important;
  height: 6rem !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: 1px solid hsla(0, 0%, 100%, 0.15);
}
.swiper1 .swiper-button-next {
  right: 0 !important;
}
.swiper1 .swiper-button-prev {
  left: 0 !important;
}
.swiper1 .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.8rem !important;
  bottom: 0 !important;
}
.swiper1 .swiper-pagination-bullet {
  width: 3.55rem !important;
  height: 0.3rem !important;
  border-radius: 0 !important;
  background-color: hsla(0, 0%, 100%, 0.5) !important;
  margin: 0 0.1rem !important;
  transition: width 0.5s;
  opacity: 1;
}
.swiper1 .swiper-pagination-bullet-active {
  background-color: #24a49f !important;
  width: 3.55rem !important;
  transition: width 0.5s;
}
