@import '../style/var.scss';
.hl-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hl-swiper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hl-swiper-frame {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hl-swiper-indicator {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hl-swiper-indicator-item {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 4px;
  border-radius: 100%;
  &.active {
    width: 16px;
    height: 8px;
    border-radius: 6px;
  }
}