: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: var(--sung-honor-title-size);
  line-height: var(--sung-honor-title-leading);
}

.lemei-honor .swiper {
   padding: 5rem 0;
}
.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.2);
}
.lemei-honor .list {
  position: relative;
}
.lemei-honor .swiper-slide {
  box-sizing: border-box;
}

.lemei-honor .swiper-pagination .swiper-pagination-bullet {
  background: #000000;
  opacity: 0.22;
}
.lemei-honor .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-primary);
}
@media screen and (max-width: 1500px) {
  :root {
    --sung-honor-title-size: 36px;
  }
}

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

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

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

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

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