.carousel[data-v-f620a888] {
  width: 100%;
  height: 100%;
  min-width: 300px;
  min-height: 150px;
  position: relative;
  text-decoration: none;
}
.carousel .carousel-body[data-v-f620a888] {
  width: 100%;
  height: 100%;
}
.carousel .carousel-item[data-v-f620a888] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  list-style: none;
  transition: opacity 0.5s linear;
}
.carousel .carousel-item.fade[data-v-f620a888] {
  opacity: 1;
  z-index: 1;
}
.carousel .carousel-item img[data-v-f620a888] {
  width: 100%;
  height: 100%;
}
.carousel .carousel-indicator[data-v-f620a888] {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.carousel .carousel-indicator span[data-v-f620a888] {
  display: inline-block;
  width: 54px;
  height: 8px;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.carousel .carousel-indicator span ~ span[data-v-f620a888] {
  margin-left: 12px;
}
.carousel .carousel-indicator span.active[data-v-f620a888] {
  background: #fff;
}
.carousel .carousel-btn[data-v-f620a888] {
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 228px;
  z-index: 2;
  text-align: center;
  line-height: 44px;
  opacity: 0;
  font-family: serif;
  text-decoration: none;
  transition: all 0.5s;
}
.carousel .carousel-btn.prev[data-v-f620a888] {
  left: 20px;
}
.carousel .carousel-btn.next[data-v-f620a888] {
  right: 20px;
}
.carousel:hover .carousel-btn[data-v-f620a888] {
  opacity: 1;
}

