.ppwh-page {
  background: #f5f5f5;
  color: #4b4b4b;
}

.ppwh-main {
  padding-top: 0;
}

.ppwh-banner {
  position: relative;
  height: 98px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 clamp(32px, 5vw, 90px);
  color: #fff8e8;
  background:
    linear-gradient(90deg, rgba(159, 0, 0, 0.9), rgba(118, 0, 0, 0.98)),
    radial-gradient(circle at 24% 12%, rgba(255, 215, 123, 0.26), transparent 32%);
}

.ppwh-banner::before,
.ppwh-banner::after,
.ppwh-banner__line {
  content: "";
  position: absolute;
  left: -8%;
  right: -8%;
  pointer-events: none;
}

.ppwh-banner::before {
  top: -34px;
  height: 64px;
  transform: rotate(-2.5deg);
  background: repeating-linear-gradient(
    0deg,
    #f9df9c 0,
    #f9df9c 5px,
    #ca2f17 5px,
    #ca2f17 10px,
    #ffe7b0 10px,
    #ffe7b0 16px,
    #8e0000 16px,
    #8e0000 23px
  );
  opacity: 0.98;
}

.ppwh-banner::after {
  bottom: -28px;
  height: 52px;
  transform: rotate(1deg);
  background: repeating-linear-gradient(
    0deg,
    rgba(255, 232, 174, 0.92) 0,
    rgba(255, 232, 174, 0.92) 4px,
    rgba(201, 25, 13, 0.82) 4px,
    rgba(201, 25, 13, 0.82) 8px,
    rgba(250, 190, 104, 0.85) 8px,
    rgba(250, 190, 104, 0.85) 13px
  );
}

.ppwh-banner__line {
  top: 14px;
  height: 1px;
  background: rgba(255, 220, 148, 0.45);
}

.ppwh-banner strong {
  position: relative;
  z-index: 1;
  font: 700 clamp(22px, 2vw, 34px) / 1.2 var(--jsy-font-song);
  letter-spacing: 0;
  text-shadow: 0 3px 8px rgba(66, 0, 0, 0.46);
}

.ppwh-shell {
  padding: 38px clamp(36px, 2.1vw, 44px) 72px;
  background: #f5f5f5;
}

.ppwh-breadcrumb {
  width: 100%;
  min-height: 74px;
  margin: 0 auto 10px;
  padding: 0 clamp(62px, 3.9vw, 80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  background: #ffffff;
}

.ppwh-breadcrumb nav {
  min-width: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #8e8e8e;
  font-size: 16px;
}

.ppwh-breadcrumb a {
  color: var(--jsy-gold);
  transition: color 160ms ease;
}

.ppwh-breadcrumb a:hover {
  color: var(--jsy-gold-600);
}

.ppwh-breadcrumb em {
  font-style: normal;
  color: #8e8e8e;
}

.ppwh-tabs {
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
  color: #333333;
  font-size: 18px;
  white-space: nowrap;
}

.ppwh-tabs a {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  /*min-width: 220px;*/
  height: 74px;
  padding: 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  background: #ffffff;
  font-weight: 700;
  transition: color 160ms ease;
}

.ppwh-tabs a:focus-visible {
  outline: 2px solid var(--jsy-gold);
  outline-offset: -2px;
}

.ppwh-tabs a.is-active {
  color: #ffffff;
  background: var(--jsy-gold);
}

.ppwh-tabs a.is-hovering {
  color: #ffffff;
}

.ppwh-tab__label {
  position: relative;
  z-index: 1;
}

.ppwh-tab__fill {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: var(--jsy-gold);
  opacity: 0;
  visibility: hidden;
  transform: scaleX(0);
  transform-origin: center center;
  will-change: transform;
}

.ppwh-tabs a.is-active .ppwh-tab__fill {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}

.ppwh-article {
  width: 100%;
  margin: 0 auto;
  padding: clamp(42px, 4vw, 18px) clamp(34px, 5.2vw, 18px) clamp(54px, 5vw, 18px);
  background: #ffffff;
}

.ppwh-article__head {
  min-height: 70px;
  margin-bottom: 22px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.ppwh-article__head h1 {
  margin: 0;
  color: #333333;
  font: 400 clamp(26px, 2vw, 34px) / 1.4 var(--jsy-font-song);
}

.ppwh-article__brand {
  color: rgba(130, 130, 130, 0.28);
  font: 700 clamp(24px, 2.1vw, 34px) / 1.1 var(--jsy-font-kai);
  white-space: nowrap;
}

.ppwh-article__brand::before {
  content: "黄";
  width: 52px;
  height: 52px;
  margin-right: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font: 700 22px / 1 var(--jsy-font-kai);
  vertical-align: middle;
}

.ppwh-article__brand::after {
  content: "HUANGGUOSHU JIUYE";
  display: block;
  margin-top: 4px;
  padding-left: 72px;
  font: 700 8px / 1 var(--jsy-font-num);
  letter-spacing: 0.24em;
}

.ppwh-richtext {
  color: #777777;
  font: 17px / 2.05 var(--jsy-font-song);
}

.ppwh-richtext section {
  scroll-margin-top: 106px;
}

.ppwh-richtext h2 {
  margin: 0 0 20px;
  padding: 0 0 14px;
  border-bottom: 1px solid #e8e8e8;
  color: var(--jsy-gold);
  font: 400 clamp(22px, 1.7vw, 28px) / 1.55 var(--jsy-font-song);
}

.ppwh-richtext p {
  margin: 0 0 8px;
}

.ppwh-richtext img {
  width: 100%;
  height: auto;
  display: block;
}

.ppwh-image-grid {
  margin: 38px auto 46px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 78px);
}

.ppwh-image-grid figure {
  margin: 0;
}

.ppwh-image-grid img,
.ppwh-feature-row img {
  aspect-ratio: 1.86 / 1;
  object-fit: cover;
  border-bottom-right-radius: 42px;
}

.ppwh-image-grid figcaption {
  margin-top: 12px;
  color: #9a9a9a;
  font: 14px / 1.8 var(--jsy-font-body);
}

.ppwh-feature-row {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.62fr);
  align-items: center;
  gap: clamp(34px, 5vw, 86px);
}

.ppwh-feature-row--reverse {
  grid-template-columns: minmax(360px, 0.62fr) minmax(0, 1fr);
}

.ppwh-feature-row--reverse div {
  grid-column: 2;
  grid-row: 1;
}

.ppwh-feature-row--reverse img {
  grid-column: 1;
  grid-row: 1;
}

.ppwh-card-list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ppwh-card-list div {
  min-height: 150px;
  padding: 26px 24px;
  border-top: 3px solid var(--jsy-gold);
  background: #f8f8f8;
}

.ppwh-card-list strong {
  display: block;
  margin-bottom: 8px;
  color: #333333;
  font: 700 20px / 1.5 var(--jsy-font-song);
}

.ppwh-card-list p {
  margin: 0;
  font: 15px / 1.9 var(--jsy-font-body);
}

@media (max-width: 1199px) {
  .ppwh-breadcrumb {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 22px;
  }

  .ppwh-tabs {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0;
  }

  .ppwh-tabs a {
    flex: 0 0 190px;
    min-width: 190px;
  }

  .ppwh-feature-row,
  .ppwh-feature-row--reverse {
    grid-template-columns: 1fr;
  }

  .ppwh-feature-row--reverse div,
  .ppwh-feature-row--reverse img {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 991px) {
  .ppwh-main {
    padding-top: 0;
  }

  .ppwh-banner {
    height: 86px;
    justify-content: center;
    text-align: center;
  }

  .ppwh-shell {
    padding: 28px 20px 54px;
  }

  .ppwh-article {
    padding: 34px 28px 46px;
  }

  .ppwh-richtext {
    font-size: 16px;
    line-height: 1.95;
  }

  .ppwh-image-grid,
  .ppwh-card-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .ppwh-shell {
    padding: 22px 14px 42px;
  }

  .ppwh-breadcrumb {
    margin-bottom: 22px;
    padding: 18px;
  }

  .ppwh-breadcrumb nav {
    font-size: 14px;
  }

  .ppwh-tabs {
    font-size: 16px;
  }

  .ppwh-tabs a {
    flex-basis: 50%;
    min-width: 150px;
    height: 54px;
    padding: 0 18px;
  }

  .ppwh-article {
    padding: 28px 20px 38px;
  }

  .ppwh-article__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .ppwh-article__brand {
    display: none;
  }

  .ppwh-richtext h2 {
    margin-bottom: 16px;
  }

  .ppwh-image-grid {
    margin: 28px 0 34px;
    gap: 24px;
  }

  .ppwh-image-grid img,
  .ppwh-feature-row img {
    aspect-ratio: 1.35 / 1;
    border-bottom-right-radius: 30px;
  }

  .ppwh-feature-row {
    margin-top: 30px;
    gap: 22px;
  }

  .ppwh-card-list div {
    min-height: 0;
    padding: 22px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ppwh-tabs a,
  .ppwh-tab__fill,
  .ppwh-breadcrumb a {
    transition: none;
  }
}

.ppwh-breadcrumb {
  min-height: 60px;
}

.ppwh-breadcrumb nav {
  font-size: 14px;
}

.ppwh-breadcrumb .is-active {
  color: var(--jsy-gold);
  font-weight: 400;
}

.ppwh-tabs {
  font-size: 16px;
}

.ppwh-tabs a {
  height: 60px;
  font-size: 16px;
  font-weight: 400;
}
