/*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-slide .btn_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.qili-bframe .swiper-slide .btn_box a {
  position: absolute;
  transform: translate(-50%, -0%);
  padding: 0.2vw 0.6vw;
  font-size: 1vw;
  background: #170435;
  border: 0.1vw solid #170435;
  border-radius: 5vw;
  color: #fff;
}

.qili-bframe .swiper-slide .btn_box a:hover {
  background: none;
  color: #170435;
}

.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;
}


@media(min-width: 1px) and (max-width:1079px) {
  .qili-bframe {
    position: relative;
    z-index: 1;
    /*margin-top: 53px;*/
  }
}