ul,
ol,
li,
div {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

.ft-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ft-carousel .carousel-inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
  float: left;
  height: 100%;
}

.ft-carousel .carousel-item img {
  width: 100%;
}

.ft-carousel .carousel-indicators {
  position: absolute;
  left: 0;
  bottom: 140px;
  width: 100%;
  text-align: center;
  font-size: 0;
  background: rgba(213, 215, 217, 1);
  padding: 0 10px;
  border-radius: 10px;
  height: 24px;
  line-height: 24px;
  width: fit-content;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.ft-carousel .carousel-indicators span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  margin: 0 4px;
  border-radius: 50%;
  cursor: pointer;
}

.ft-carousel .carousel-indicators span.active {
  background-color: #de3a3a;
}

.ft-carousel .carousel-btn {
  position: absolute;
  top: 40%;
  width: 50px;
  height: 45px;
  margin-top: 0px;
  cursor: pointer;
}

.ft-carousel .carousel-prev-btn {
  left: 0;
  height: 60px;
  width: 36px;
  background: url(../imgs/index/carousel_left.png) no-repeat;
}

.ft-carousel .carousel-next-btn {
  right: 0;
  height: 60px;
  width: 36px;
  background: url(../imgs/index/carousel_right.png) no-repeat;
}
