html,
body {
  /* position: relative; */
  /* height: 100%; */
}
body {
  /* background: #eee; */
  /* font-family: Helvetica Neue, Helvetica, Arial, sans-serif; */
  /* font-size: 14px; */
  /* color: #000; */
  /* margin: 0; */
  /* padding: 0; */
  /* width: 50%; */
  /* margin: auto; */
}
.swiper-container {
	margin:0 auto;
	position:relative;
	/* overflow:hidden; */
	list-style:none;
	padding:0;
	z-index:1;
   /* width: 580px; */
    height: 510px;
  /* position: absolute; */
	
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background-color: transparent; */
  /* opacity: 0.5; */
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-pagination {
  position: absolute;
  top: 95px;
  right: 340px;
  /* z-index: -1; */
  width: auto;
  left: auto;
  margin: 0;
  height: 30px;
}
.swiper-pagination-bullet {
  padding: 5px 10px;
  border-radius: 0;
  width: auto;
  height: auto;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  border: 3px solid #000000;
  border-radius: 50%;
}
.swiper-pagination-bullet-active {
  color: #fff;
  background: #CF9A32;
}