@import url("./vendor/swiper-bundle.min.css");

.swiper {
  position: relative;
  overflow-x: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
  min-width: 0;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  box-sizing: content-box;
  transition-property: transform;
}

.du-swiper-shell {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  transition-property: transform;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity 0.3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #e1e1e1;
  opacity: 1;
  margin: 0 2px!important;
}

.swiper-pagination-bullet-active {
  background: #EE9217;
}
