.page-honors {
  background: #fafafa;
}
.page-honors .honors-hero {
  position: relative;
  isolation: isolate;
  padding: 56px 0 64px;
  overflow: hidden;
  min-height: 300px;
}
@media (min-width: 992px) {
  .page-honors .honors-hero {
    min-height: 998px;
  }
}
.page-honors .honors-hero {
  background-image: url("../images/pinpairongyu/banner.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
.page-honors .honors-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.page-honors .honors-hero .container {
  position: relative;
  z-index: 1;
}
.page-honors .honors-hero .hero-copy {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .page-honors .honors-hero .hero-copy {
    padding-top: 0;
  }
}
.page-honors .honors-hero .hero-copy h1 {
  font-size: 36px;
  font-weight: 600;
  color: #333;
  margin-bottom: 24px;
  letter-spacing: 0.02em;
}
.page-honors .honors-hero .hero-copy p {
  font-size: 16px;
  line-height: 1.85;
  color: #666;
  margin-bottom: 16px;
}
.page-honors .honors-hero .hero-copy p:last-of-type {
  margin-bottom: 32px;
}
.page-honors .honors-hero .hero-copy .honor-stat-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #da231b;
  color: #fff;
  margin-top: 180px;
  width: 150px;
  height: 150px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 10px 36px rgba(218, 35, 27, 0.22);
}
.page-honors .honors-hero .hero-copy .honor-stat-box .stat-num {
  display: block;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.page-honors .honors-hero .hero-copy .honor-stat-box .stat-desc {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  opacity: 0.95;
  line-height: 1.45;
  font-weight: 500;
}
.page-honors .honors-section-head {
  padding: 40px 16px 8px;
  text-align: center;
}
.page-honors .honors-section-head h2 {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}
.page-honors .honors-section-head p {
  font-size: 15px;
  color: #666;
  margin: 0;
  line-height: 1.7;
}
.page-honors .certs-carousel-wrap {
  padding: 24px 0 48px;
  position: relative;
}
.page-honors .certs-carousel-wrap .carousel {
  margin: 0 auto;
}
.page-honors .certs-carousel-wrap .carousel-inner {
  padding: 0 48px 24px;
}
.page-honors .certs-carousel-wrap .cert-card {
  text-align: center;
  padding: 0 8px;
}
.page-honors .certs-carousel-wrap .cert-card .cert-frame {
  background: #fff;
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 12px;
  line-height: 0;
}
.page-honors .certs-carousel-wrap .cert-card .cert-frame img {
  width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: contain;
}
.page-honors .certs-carousel-wrap .cert-card .cert-cap {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}
.page-honors .certs-carousel-wrap .carousel-control-prev,
.page-honors .certs-carousel-wrap .carousel-control-next {
  width: 44px;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  opacity: 1;
  border-radius: 50%;
}
.page-honors .certs-carousel-wrap .carousel-control-prev .carousel-control-prev-icon,
.page-honors .certs-carousel-wrap .carousel-control-prev .carousel-control-next-icon,
.page-honors .certs-carousel-wrap .carousel-control-next .carousel-control-prev-icon,
.page-honors .certs-carousel-wrap .carousel-control-next .carousel-control-next-icon {
  width: 20px;
  height: 20px;
  filter: invert(0.5);
}
.page-honors .certs-carousel-wrap .carousel-control-prev {
  left: 0;
}
.page-honors .certs-carousel-wrap .carousel-control-next {
  right: 0;
}
.page-honors .rd-advantage {
  padding: 24px 16px 56px;
}
.page-honors .rd-advantage .honors-section-head {
  padding-top: 32px;
}
.page-honors .rd-advantage .rd-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 16px 12px;
  margin: 0 auto;
  padding-top: 16px;
}
.page-honors .rd-advantage .rd-item {
  text-align: center;
  padding: 12px 6px;
  margin-bottom: 0;
  flex: 1 1 calc(50% - 12px);
  max-width: calc(50% - 12px);
  min-width: 100px;
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .page-honors .rd-advantage .rd-item {
    flex: 1 1 calc(33.333% - 12px);
    max-width: calc(33.333% - 12px);
  }
}
@media (min-width: 992px) {
  .page-honors .rd-advantage .rd-item {
    flex: 1 1 calc(20% - 13px);
    max-width: calc(20% - 13px);
    min-width: 0;
  }
}
.page-honors .rd-advantage .rd-item .rd-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  min-height: 56px;
}
.page-honors .rd-advantage .rd-item .rd-logo img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 72px;
  object-fit: contain;
}
.page-honors .rd-advantage .rd-item .rd-name {
  font-size: 13px;
  color: #333;
  margin: 0;
  line-height: 1.45;
}
.page-honors .product-dev-section {
  padding: 40px 16px 64px;
}
.page-honors .product-dev-section .honors-section-head {
  padding-top: 0;
}
.page-honors .product-dev-section .product-dev-visual {
  max-width: 960px;
  margin: 0 auto 36px;
  position: relative;
  padding: 24px;
}
.page-honors .product-dev-section .product-dev-visual::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(90%, 420px);
  height: min(90%, 420px);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(218, 35, 27, 0.06) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.page-honors .product-dev-section .product-dev-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.page-honors .product-dev-section .dev-year-slider {
  margin: 0 auto 24px;
  padding: 0 12px;
  position: relative;
}
.page-honors .product-dev-section .dev-year-slider .dev-year-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0;
  position: relative;
  padding: 0 40px;
  min-height: 80px;
  max-width: 720px;
  margin: 0 auto;
}
.page-honors .product-dev-section .dev-year-slider::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #c8c8c8;
  z-index: 0;
}
.page-honors .product-dev-section .dev-year-slider .dev-year-nav {
  width: 24px;
  height: 28px;
  border: none;
  background: transparent;
  border-radius: 0;
  font-size: 55px;
  line-height: 1;
  color: #9c9c9c;
  cursor: pointer;
  transition: color 0.2s;
  padding: 0;
  flex-shrink: 0;
  z-index: 2;
  margin-bottom: 7px;
}
.page-honors .product-dev-section .dev-year-slider .dev-year-nav:hover {
  color: #6f6f6f;
}
.page-honors .product-dev-section .dev-year-slider .dev-year-nav:focus {
  outline: none;
  box-shadow: none;
}
.page-honors .product-dev-section .dev-year-slider .dev-year-btn {
  min-width: 70px;
  padding: 0 12px 24px;
  border: none;
  background: transparent;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
  color: #9a9a9a;
  cursor: pointer;
  transition: color 0.2s;
  border-radius: 0;
  position: relative;
  z-index: 1;
  text-align: center;
}
.page-honors .product-dev-section .dev-year-slider .dev-year-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 10px;
  height: 8px;
  background: #b0b0b0;
  border-radius: 2px 2px 0 0;
  transform: translateX(-50%);
}
.page-honors .product-dev-section .dev-year-slider .dev-year-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #b0b0b0;
  transform: translateX(-50%);
}
.page-honors .product-dev-section .dev-year-slider .dev-year-btn:hover {
  color: #333;
}
.page-honors .product-dev-section .dev-year-slider .dev-year-btn:hover::before {
  background: #6f6f6f;
}
.page-honors .product-dev-section .dev-year-slider .dev-year-btn:hover::after {
  border-top-color: #6f6f6f;
}
.page-honors .product-dev-section .dev-year-slider .dev-year-btn.active {
  color: #333;
  font-weight: 700;
  font-size: 40px;
}
.page-honors .product-dev-section .dev-year-slider .dev-year-btn.active::before {
  background: #333;
}
.page-honors .product-dev-section .dev-year-slider .dev-year-btn.active::after {
  border-top-color: #333;
}
.page-honors .product-dev-section .dev-year-slider .dev-year-btn.dev-year-btn--hidden {
  display: none;
}
.page-honors .product-dev-section .dev-year-panels {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}
.page-honors .product-dev-section .dev-year-panels .dev-panel {
  display: none;
}
.page-honors .product-dev-section .dev-year-panels .dev-panel.active {
  display: block;
}
.page-honors .product-dev-section .dev-year-panels .dev-panel h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 14px;
}
.page-honors .product-dev-section .dev-year-panels .dev-panel p {
  font-size: 15px;
  line-height: 2;
  color: #666;
  margin: 0;
}

@media (max-width: 991px) {
  .page-honors .honors-hero {
    background-position: right bottom;
    background-size: cover;
  }
  .page-honors .honors-hero .hero-copy h1 {
    font-size: 28px;
  }
  .page-honors .honors-section-head h2 {
    font-size: 22px;
  }
  .page-honors .certs-carousel-wrap .carousel-inner {
    padding: 0 36px 24px;
  }
  .page-honors .certs-carousel-wrap .cert-card .cert-frame img {
    max-height: 140px;
  }
}
@media (max-width: 575px) {
  .page-honors .honors-hero .hero-copy .honor-stat-box {
    padding: 22px 28px;
  }
  .page-honors .honors-hero .hero-copy .honor-stat-box .stat-num {
    font-size: 28px;
  }
  .page-honors .product-dev-section .dev-year-slider .dev-year-inner {
    padding: 0 28px;
    min-height: 64px;
  }
  .page-honors .product-dev-section .dev-year-slider .dev-year-nav {
    font-size: 26px;
    width: 20px;
    height: 24px;
    margin-bottom: -12px;
  }
  .page-honors .product-dev-section .dev-year-slider .dev-year-btn {
    min-width: 56px;
    font-size: 20px;
    padding: 0 8px 22px;
  }
  .page-honors .product-dev-section .dev-year-slider .dev-year-btn.active {
    font-size: 30px;
  }
}
