.swiper-pagination-bullet-active{
  background: #e1a922 !important;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
  /*bottom: -30px !important;*/
}


.qili-aframe2 {
  /*overflow: hidden;*/
  margin-top: calc((60 / 1300) * 100%);
  padding-bottom: 60px;
  position: relative;
}

.qili-aframe2 h2 {
  font-size: 36px;
  color: #333;
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
}

.qili-aframe2 .list {
  /*overflow: hidden;*/
  position: relative;
  padding: 0 150px;
}

.qili-aframe2 .list .swiper-slide {
  overflow: hidden;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #f5f5f5;
  border-radius: 20px;
}

.qili-aframe2 .list .swiper-slide img {
  width: 100%;
  border-radius: 20px;
}

.qili-aframe2 .list .btn {
  display: none !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 45px;
  height: 45px;
  background: var(--color-primary);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.qili-aframe2 .list .btn:after {
  font-size: 16px;
  color: #fff;
}

.qili-aframe2 .list .btn-prev {
  left: 0;
}

.qili-aframe2 .list .btn-prev i {
  transform: rotate(180deg)
}

.qili-aframe2 .list .btn-next {
  right: 0;
}

@media screen and (max-width:1441px){
  .qili-aframe2 h2 {
  font-size: 36px !important;
  }
}
@media screen and (max-width:768px){
  .qili-aframe2 h2 {
  font-size: 30px !important;
  }
}
@media screen and (max-width:480px){
  .qili-aframe2 h2 {
  font-size: 24px !important;
  }
  .qili-aframe2 .list{
    padding: 0 20px;
  }
}
