:root {
  --sung-honor-title-leading: 1.3;
  --sung-honor-title-size: 40px;
  --sung-honor-text-leading: 1.5;
}

.lemei-honor {
  background-color: var(--bg-color);
  padding: 4rem 0;
}

.lemei-honor h2 {
  text-align: center;
  font-size:clamp(24px, 2.5vw, 48px);
  line-height: var(--sung-honor-title-leading);
}

.lemei-honor .list{
   margin:4rem 0 0;position:relative;
}
.lemei-honor .swiper-slide{
  display: flex;
  justify-content: center;
}

.lemei-honor .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lemei-honor .inner img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
}
.lemei-honor .swiper-slide-active .inner {
  box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.41);
}
.lemei-honor .swiper-slide-active .inner img {
  transform: scale(1.1);
}
.lemei-honor .list {
  position: relative;
}
.lemei-honor .swiper-slide {
  box-sizing: border-box;
}

.lemei-honor .swiper-pagination{position:static;margin-top:60px;font-size:0;}
.lemei-honor .swiper-pagination .swiper-pagination-bullet {
  background: #000000;
  opacity: 0.22;
}
.lemei-honor .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: linear-gradient(180deg, var(--color-primary), var(--color-second));
  opacity: 1;
}

@media screen and (max-width: 992px) {
  :root {
    --sung-honor-title-size: 32px;
  }
}

@media screen and (max-width: 768px) {
.lemei-honor{padding:30px 0;}
.lemei-honor .list{margin:30px 0 0;}
.lemei-honor .swiper-slide-active .inner img{transform:none;}
.lemei-honor .swiper-pagination{margin-top:25px;}

  :root {
    --sung-honor-title-size: 28px;
  }
}

@media screen and (max-width: 576px) {
  :root {
    --sung-honor-title-size: 20px;
  }
}
