.qili-aframe2 {
  /*overflow: hidden;*/
  margin-top: calc((60 / 1300) * 100%);
  padding-bottom: 60px;
  position: relative;
}

.qili-aframe2 h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 20;
}

.qili-aframe2 h2::before {
  display: block;
  content: attr(data-txt);
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 0;
  top: -38px;
  font-size: 98px;
  line-height: 1;
  z-index: -1;
  text-shadow: rgba(210, 217, 221, .75) 1px 0 0, rgba(210, 217, 221, .75) 0 1px 0, rgba(210, 217, 221, .75) -1px 0 0, rgba(210, 217, 221, .75) 0 -1px 0
}

.qili-aframe2 h2::after {
  display: block;
  content: '';
  width: 80px;
  height: 2px;
  background: var(--color-primary);
  margin: 10px auto 0 0
}

.qili-aframe2 .list {
  overflow: hidden;
  position: relative;
  margin-top: 60px;
}

.qili-aframe2 .list .swiper-slide {
  overflow: hidden;
  margin: 0;
  box-sizing: border-box;
  /*border: 1px solid #f5f5f5;*/
}

.qili-aframe2 .list .swiper-slide img {
  width: 100%;
}

.qili-aframe2 .list .swiper-slide p {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
}

.qili-aframe2 .list .btn {
  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::before {
    font-size: 90px
  }

  .qili-aframe2 h2 {
    font-size: 38px
  }
}

@media screen and (max-width: 1330px) {

  .qili-aframe2 h2::before {
    font-size: 80px
  }

  .qili-aframe2 h2 {
    font-size: 36px
  }
}

@media screen and (max-width: 1281px) {

  .qili-aframe2 h2::before {
    font-size: 70px
  }

  .qili-aframe2 h2 {
    font-size: 34px
  }
}

@media screen and (max-width: 1171px) {

  .qili-aframe2 h2::before {
    font-size: 60px
  }

  .qili-aframe2 h2 {
    font-size: 32px
  }
}

@media screen and (max-width: 768px) {

  .qili-aframe2 h2::before {
    font-size: 50px
  }

  .qili-aframe2 h2 {
    font-size: 30px
  }


  .qili-aframe2 h2 {
    text-align: center
  }

  .qili-aframe2 h2::before {
    left: 0;
    right: 0;
    text-align: center;
    top: -20px
  }

  .qili-aframe2 h2::after {
    margin: 10px auto 0
  }
}

@media screen and (max-width: 480px) {

  .qili-aframe2 h2::before {
    font-size: 40px
  }
}