.aaa-swiper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.swiper-slide {
  text-align: center;
}
.aaa-slide-img {
  width: 80%;
  height: auto;
  cursor: pointer !important;
  display: block;
  margin: 0 auto;
}
.swiper-button-prev,
.swiper-button-next {
	width: 40px;
	height: 40px;
  line-height: 15px;
  border-radius: 4px;
  background-color: #a3865c;
  color: #fff;
  font-size: 19px;
  border: 2px solid #fff;
  cursor: pointer;
  position: absolute;
  top: 100%;
  transform: translateY(-100%);
  z-index: 10;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #bfb3a5;
}
#aaa-lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  background: rgba(0,0,0,0.8);
  top: 0; left: 0; width: 100%; height: 100%;
  justify-content: center;
  align-items: center;
}
#aaa-lightbox img {
  max-width: 90%;
  max-height: 90%;
}
.swiper-wrapper {
	margin-top: 20px;
	margin-bottom: 10px;
}