.banner-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.banner-swiper .swiper-pagination-bullet-active {
  background-color: #fff;
}
.about {
  background: linear-gradient(
    to top,
    rgba(141, 198, 232, 0.3) 0%,
    rgba(141, 198, 232, 0.3) 10%,
    rgba(255, 255, 255, 0.55) 30%,
    rgba(255, 255, 255, 0.55) 100%
  );
  color: var(--color-text-info);
}
.about-info .iconfont {
  color: #e57563;
  font-size: 40px;
}
.about-info-title .title {
  letter-spacing: 1.6px;
}
.about-info-title p {
  letter-spacing: 1.12px;
}
.about-info-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.about .about-intro-title {
  line-height: 28px;
  letter-spacing: 2px;
}
.cases-swiper .swiper-button-lock {
  display: unset;
}
.cases .cases-swiper-navigation .iconfont {
  font-size: 40px;
  color: #fff;
}
.honors .title {
  background: url("https://statichk.cmermedical.com/newopd/common/icon-honor.svg") no-repeat;
  background-size: 32px;
  background-position-y: center;
}
.honors .honors-img {
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.honors .honors-info {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
}
.honors .honors-year {
  color: var(--color-primary-index);
  letter-spacing: 0.7px;
  margin-bottom: 16px;
}
.honors .honors-desc {
  color: var(--color-text-desc);
  letter-spacing: 1.4px;
}
.cases-swiper .swiper-slide img {
  width: 100%;
  object-fit: cover;
}
.cases-swiper .swiper-slide-active .cases-swiper-play {
  opacity: 1;
}
.cases-swiper .swiper-slide {
  transform: scale(0.8);
  opacity: 0.7;
  transition: transform 0.3s ease;
}
.cases-swiper .swiper-slide-active {
  transform: scale(1.4);
  opacity: 1;
  z-index: 20;
}
.cases-swiper .swiper-slide-prev,
.cases-swiper .swiper-slide-next {
  transform: scale(0.9);
  opacity: 0.8;
}
@media screen and (max-width: 1023px) {
  .cases-swiper .swiper-slide {
    width: 60vw;
    transition: all 0.3s;
    overflow: hidden;
  }
  .cases-swiper lite-youtube > .lty-playbtn {
    background-size: 34px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .banner-swiper {
    aspect-ratio: 16 / 5;
  }
  .banner-swiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
  .about-swiper-img {
    height: 484px;
  }
  .about-info-title {
    top: 32px;
    left: -168px;
  }
  .about-info-title .title {
    letter-spacing: 2.24px;
  }
  .about-info-title p {
    letter-spacing: 1.44px;
  }
  .about-info-list {
    padding-top: 200px;
  }
  .about-info .iconfont {
    font-size: 50px;
  }
  .about-intro .about-intro-title {
    line-height: 60px;
    letter-spacing: 3px;
  }
  .cases .cases-swiper-navigation .iconfont {
    font-size: 52px;
    color: var(--color-primary);
  }
  .honors .title {
    background-size: 44px;
  }
}
