.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;
   font-size: 40px;
    font-weight: 700;
    line-height: 1;
font-family: var(--title-font-family);
}

.qili-aframe2 .list {
  overflow: hidden;
  position: relative;
}

.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%;
  aspect-ratio: 4 / 3;
    object-fit: cover;
}

.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: 480px) {
.qili-aframe2 h2{
  font-size: 20px;
}}