/*banner*/
.qili-bframe {
  overflow: hidden;
  position: relative;
}

.qili-bframe .swiper-container {
  height: 100%;
  width: 100%;
}

.qili-bframe .swiper-slide {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}

.qili-bframe .swiper-slide img {
  width: 100%;
}

.qili-bframe .swiper-slide video {
  width: 100%;
}

.qili-bframe .swiper-pagination {
  bottom: 0.3rem !important;
  display: none;
}

.qili-bframe .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  box-shadow: 0 0 5px 0 #d71635;
}

.qili-bframe .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-primary) !important;
}

.qili-bframe .qili-btndown {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 3;
  border: 1px solid rgba(104, 175, 86, 0.2);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.qili-bframe .qili-btndown i {
  font-size: 20px;
}

@media(max-width: 1600px) {
  .qili-bframe .qili-btndown {
    bottom: 16px;
    width: 51px;
    height: 51px;
  }
  .qili-bframe .qili-btndown i {
    font-size: 16px;
  }
}

@media(max-width: 1440px) {
  .qili-bframe .qili-btndown {
    bottom: 14px;
    width: 40px;
    height: 40px;
  }
  .qili-bframe .qili-btndown i {
    font-size: 14px;
  }
}

@media(max-width: 639px) {
  .qili-bframe .qili-btndown {
    bottom: 12px;
    width: 36px;
    height: 36px;
  }
  .qili-bframe .qili-btndown i {
    font-size: 12px;
  }
}

@media(min-width: 1px) and (max-width:1079px) {
  .qili-bframe {
    position: relative;
    z-index: 1;
    /*margin-top: 53px;*/
  }
}