html,
body {
  position: relative;
  /*height: 100%;
  background: #eee;*/
}

.swiper-container {
  width: 361px;
  height: 220px;
  position: relative;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* 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;
}
.swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.text {
  position: absolute;
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color:#c6c6c6;
  color: black;
  font-size: 12px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.swiper-pagination {
  margin-bottom: 20px;
  text-align: right;
  left: -10px !important;
  color: #e1e1e1;
}
.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
}
.swiper-pagination-bullet-active{
  background-color: #cb831e;
}
