.fe-swiper-wrap {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
.fe-swiper-wrap .fe-swiper-item-wrap {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fe-swiper-wrap .fe-swiper-item-wrap .fe-swiper-item {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 100px;
  float: left;
}
.fe-swiper-wrap .indicators-wrap {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
}
.fe-swiper-wrap .indicators-wrap span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 2px;
}
.fe-swiper-wrap .indicators-wrap span.active {
  background-color: #ffa500;
}
