/* Page styles migrated from demo-tempalte/index.html and restored from Lanhu assets. */
.txt-2line  {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 850;
  max-height: none;
  padding: 0;
  overflow: hidden;
  background: #f8f8f8;
}

.heroSwiper,
.hero .swiper-wrapper,
.hero .swiper-slide,
.hero-bg {
  width: 100%;
  height: 100%;
}

.heroSwiper {
  position: relative;
}

.hero-bg {
  position: relative;
  display: block;
  z-index: 2;
}

.hero-bg::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.9) 0%,
    rgba(255, 255, 255, 0.72) 32%,
    rgba(255, 255, 255, 0) 64%
  );
  pointer-events: none;
}

.home-hero-image {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  height: 100%;
  pointer-events: none;
}

.hero-overlay .container {
  width: 1280px;
  max-width: calc(100% - 40px);
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 150px;
  content: "";
  background: linear-gradient(180deg, rgba(248, 248, 248, 0), #fff);
  pointer-events: none;
}

.hero-box {
  display: block;
}

.home-hero-content {
  width: min(640px, 52vw);
  padding-top: 32px;
  pointer-events: auto;
}

.home-hero-kicker {
  font-weight: 500;
  font-size: 21px;
  color: var(--red);
  line-height: 31px;
  letter-spacing: 0.12em;
  margin-bottom: 18px;
}

.hero h1 {
  max-width: 560px;

  font-weight: bold;
  font-size: 56px;
  color: #333333;
  line-height: 1.1;
}

.hero h1 span {
  color: var(--red);
}

.hero-desc {
  max-width: 640px;
  margin: 28px 0 0;
  font-size: 20px;
  line-height: 1.8;
  color: #555;
}

.hero-desc strong {
  color: #222;
  word-break: keep-all;
}

.hero-buttons {
  display: flex;
  gap: 18px;
  margin-top: 38px;
}
.hero-buttons a {
  display: flex;
  align-items: center;
}
.hero-data {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 560px;
  margin-top: 72px;
}

.data-item {
  min-height: 108px;
  padding: 18px 12px;
  border-radius: 14px;
  text-align: center;
  transition:
    transform 0.3s var(--ease-out),
    box-shadow 0.3s var(--ease-out),
    border-color 0.3s ease;
}

.data-item:hover {
  transform: translateY(-4px);
}

.data-item h3 {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.15;
  color: var(--red);
}

.data-item p {
  font-weight: 500;
  font-size: 17px;
  color: #666666;
  line-height: 25px;
}

.hero-scroll {
  position: absolute;
  bottom: 54px;
  left: 50%;
  z-index: 3;
  display: flex;
  width: 28px;
  height: 46px;
  padding-top: 8px;
  justify-content: center;
  border: 1.5px solid rgba(252, 16, 16, 0.25);
  border-radius: 16px;
  transform: translateX(-50%);
}

.hero-scroll span {
  width: 4px;
  height: 9px;
  background: var(--red);
  border-radius: 4px;
  animation: hero-scroll-dot 1.6s infinite;
}
.cms-btn-red {
  display: inline-block;
  width: 158px;
height: 54px;
text-align: center;
line-height: 54px;

background: #FAFAFA;
border-radius: 27px;
border: 1px solid #FC1010;
font-family: var(--font-sans);
font-weight: bold;
font-size: 15px;
color: #FC1010;
}

@keyframes hero-up {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-scroll-dot {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(14px);
  }
}

.home-hero-kicker,
.hero h1,
.hero-desc,
.hero-buttons,
.hero-data {
  animation: hero-up 0.9s ease forwards;
  opacity: 0;
}

.home-hero-kicker {
  animation-delay: 0.1s;
}

.hero h1 {
  animation-delay: 0.22s;
}

.hero-desc {
  animation-delay: 0.34s;
}

.hero-buttons {
  animation-delay: 0.46s;
}

.hero-data {
  animation-delay: 0.58s;
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-kicker,
  .hero h1,
  .hero-desc,
  .hero-buttons,
  .hero-data,
  .hero-scroll span {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

.jiumao-index-inline-01 {
  background: #FAFAFA;
}

.jiumao-index-inline-02 {
  margin: -32px auto 48px;
  font-size: 18px;
  color: #666;
  text-align: center;
}

.home-advantage-grid {
  gap: 28px;
}

.home-advantage-card {
  min-height: 260px;
  padding: 38px 30px;
  border: 1px solid #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.04);
}

.home-icon {
  display: block;
  width: 68px;
  height: 68px;
  margin: 0 0 20px;
}

.home-advantage-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.home-advantage-card p {
  color: #666;
}

.jiumao-index-inline-11,
.jiumao-index-inline-21,
.jiumao-index-inline-33 {
  background: #fff;
}

.category-card {
  display: block;
  min-height: 192px;
  padding: 54px 28px ;
  text-align: center;
  background: #fafafa;
  border: 1px solid transparent;
  border-radius: 14px;
  transition:
    transform 0.3s var(--ease-out),
    box-shadow 0.3s var(--ease-out),
    border-color 0.3s ease,
    background 0.3s ease;
}

.category-card:hover {
  background: #fff;
  border-color: var(--red-100);
  box-shadow: var(--shadow-lg);
  transform: translateY(-6px);
}

.category-mark,
.product-card-mini__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 72px;
  padding: 0 12px;
  font-weight: 800;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
  box-shadow: 0 14px 34px rgba(255, 65, 53, 0.24);
}

.category-mark {
  width: 52px;
  min-width: 52px;
  height: 52px;
  min-height: 52px;
  padding: 4px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.category-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.category-card h3 {
  margin: 23px 0 8px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
  color: #333;
}

.category-card p {
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
  color: #777;
}

.jiumao-index-inline-16,
.jiumao-index-inline-31,
.jiumao-index-inline-35 {
  background: #fafafa;
}

.jiumao-index-inline-31 {
  padding: 73px 0 48px;
}

.product-card-mini {
  display: flex;
  min-height: 375px;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  text-align: left;
  background: #fff;
  border: 0;
  border-radius: 14px;
}

.product-card-mini__badge {
  display: inline-flex;
  width: auto;
  min-height: 20px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  color: #fc1010;
  background: #fff;
  border: 1px solid #ff8f88;
  border-radius: 999px;
  box-shadow: none;
}

.product-card-mini h3 {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
  color: #333;
}

.product-card-mini p {
  margin: 0;
}

.jiumao-index-inline-16 {
  padding: 76px 0 56px;
}

.jiumao-index-inline-16 .title {
  margin-bottom: 54px;
  font-size: 30px;
  line-height: 1.35;
  font-weight: 800;
  color: #333;
}

.home-products-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.product-card-mini__media {
  display: block;
  margin: 0;
  overflow: hidden;
  background: #fff;
}

.product-card-mini__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.product-card-mini__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 18px 20px 18px;
  background: #fff;
}

.product-card-mini__desc {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.5;
  color: #666;
}

.product-card-mini__tags {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 4px;
}

.product-card-mini__price {
  margin: 0;
  min-width: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}

.product-card-mini__price strong {
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  color: #fc1010;
}

.product-card-mini__footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
}

.product-card-mini__detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: end;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--red);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
}

.product-card-mini__detail:hover,
.product-card-mini__detail:focus-visible {
  color: var(--red-700);
  outline: none;
}

.jiumao-index-inline-16 .api-error,
.jiumao-index-inline-16 .api-empty {
  margin: 0;
  padding: 24px;
  border-radius: 16px;
  text-align: center;
  background: #fff5f5;
  color: #b42318;
}

.jiumao-index-inline-16 .api-empty {
  background: #fafafa;
  color: #666;
}

.oldcat-debug-output {
  max-height: 420px;
  margin: 0 0 32px;
  padding: 18px;
  overflow: auto;
  border: 1px solid #eee;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.6;
  white-space: pre-wrap;
  word-break: break-word;
  color: #222;
  background: #fafafa;
}

.jiumao-index-inline-16 .jiumao-index-inline-20 {
  margin-top: 44px;
}

.jiumao-index-inline-16 .btn-red {
  min-width: 120px;
  min-height: 42px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 42px;
  font-weight: 700;
}

.product-app-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.product-app-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.product-app-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.62);
  backdrop-filter: blur(8px);
}

.product-app-modal__panel {
  position: relative;
  z-index: 1;
  width: min(92vw, 420px);
  padding: 36px 28px 30px;
  border-radius: 28px;
  text-align: center;
  background: linear-gradient(180deg, #151515 0%, #0b0b0b 100%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transform: translateY(18px) scale(0.96);
  transition: transform 0.28s ease;
}

.product-app-modal.is-open .product-app-modal__panel {
  transform: translateY(0) scale(1);
}

.product-app-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}

.product-app-modal__close:hover,
.product-app-modal__close:focus-visible {
  background: rgba(255, 255, 255, 0.18);
  transform: rotate(90deg);
  outline: none;
}

.product-app-modal__qr-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  margin-bottom: 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.product-app-modal__qr {
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 18px;
  background: #fff;
}

.product-app-modal h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.product-app-modal p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

body.product-app-modal-open {
  overflow: hidden;
}

.jiumao-index-inline-20,
.jiumao-index-inline-34,
.jiumao-index-inline-45 {
  margin-top: 42px;
  text-align: center;
}

.jiumao-index-inline-22 {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  gap: 58px;
  align-items: center;
}

.home-store-photo {
  overflow: hidden;
  line-height: 0;
  background: #f5f5f5;
  border-radius: 20px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.1);
}

.home-store-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.jiumao-index-inline-24 {
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 1.3;
}

.jiumao-index-inline-25 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 32px;
}

.home-store-subtitle-break {
  display: none;
}

.store-city-tag {
  padding: 8px 18px;
  font-size: 14px;
  color: var(--red);
  background: var(--red-light);
  border-radius: 999px;
}

.jiumao-index-inline-26 {
  text-align: center;
}

.jiumao-index-inline-26 > div {
  padding: 30px 20px;
}

.jiumao-index-inline-27,
.jiumao-index-inline-28,
.jiumao-index-inline-29,
.jiumao-index-inline-30 {
  font-size: 42px;
  color: var(--red);
}

.jiumao-index-inline-32 {
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.9;
  color: #666;
  text-align: left;
}

.jiumao-index-inline-31 .geo-card {
  margin: 0 auto;
  padding: 68px 34px 78px;
  background: #fff;
  border-radius: 20px;
}

.jiumao-index-inline-31 .geo-card h2 {
  margin-bottom: 22px;
  font-size: 38px;
  line-height: 1.35;
  font-weight: 800;
  color: #333;
  text-align: center;
}

.geo-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 20px;
  margin: 35px auto 0;
}

.geo-item {
  display: flex;
  min-height: 76px;
  align-items: center;
  padding: 28px 20px;
  background: #fafafa;
  border-radius: 12px;
}

.geo-icon {
  display: block;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  margin: 0 20px 0 0;
}

.geo-item__content {
  min-width: 0;
}

.geo-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  color: #777;
}

.geo-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 800;
  color: #333;
}

.geo-more {
  margin-top: 36px;
  text-align: center;
}

.geo-more__button {
  display: inline-flex;
  width: 118px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid #fc1010;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  color: #fc1010;
  background: #fff;
}

.home-video-section {
  background: #fff;
}

.home-video-section .jiumao-index-inline-02 {
  margin-bottom: 44px;
}

.home-video-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
  align-items: start;
}

.home-video-card {
  min-width: 0;
}

.home-video-card__media {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #111;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.12);
}

.home-video-card__poster,
.home-video-card__video {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 1;
}

.home-video-card__poster {
  position: relative;
  padding: 0;
  cursor: pointer;
  border: 0;
  background: transparent;
}

.home-video-card__poster img,
.home-video-card__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-video-card__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.2));
  transition: background 0.3s ease;
}

.home-video-card__play img {
  width: 76px;
  height: 76px;
  transition: transform 0.3s ease;
}

.home-video-card__poster:hover .home-video-card__play {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.3));
}

.home-video-card__poster:hover .home-video-card__play img {
  transform: scale(1.06);
}

.home-video-card__video[hidden] {
  display: none;
}

.home-video-card.is-playing .home-video-card__poster {
  display: none;
}

.home-video-card__title {
  margin: 18px 0 0;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
  color: #333;
  text-align: center;
}

.jiumao-index-inline-36,
.jiumao-index-inline-38,
.jiumao-index-inline-39,
.jiumao-index-inline-41,
.jiumao-index-inline-42,
.jiumao-index-inline-44 {
  color: var(--red);
}

.jiumao-index-inline-37,
.jiumao-index-inline-40,
.jiumao-index-inline-43 {
  margin: 15px 0;
}

.new-jiumao-page-index .card .jiumao-index-inline-41 {
  margin-top: auto;
}

.jiumao-index-inline-46 {
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
}

.jiumao-index-inline-47 {
  color: #e74c3c;
}


@media (max-width: 1100px) {
  .hero h1 {
    font-size: 48px;
  }

  .hero-desc {
    font-size: 18px;
  }
}

@media (max-width: 900px) {
  .hero {
    height: 560px;
    aspect-ratio: auto;
    padding: 0 !important;
  }

  .hero-bg::after {
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.16) 0%,
      rgba(255, 255, 255, 0.88) 55%,
      #fff 100%
    );
  }

  .home-hero-image {
    object-position: 58% top;
  }

  .hero::after {
    display: none;
  }

  .hero-overlay {
    align-items: flex-end;
    padding-bottom: 34px;
  }

  .home-hero-content {
    width: 100%;
    padding-top: 0;
  }

  .home-hero-kicker {
    margin-bottom: 16px;
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero-desc {
    font-size: 17px;
  }

  .hero-data {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
  }

  .new-jiumao-page-index .home-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .new-jiumao-page-index .product-card-mini__footer {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .new-jiumao-page-index .product-card-mini__detail {
    white-space: nowrap;
  }

  .data-item {
    min-height: auto;
    padding: 14px 12px;
    border-radius: 14px;
  }

  .data-item h3 {
    font-size: 26px;
  }

  .data-item p {
    font-size: 12px;
    line-height: 1.4;
  }

  .hero-scroll {
    display: none;
  }

  .jiumao-index-inline-02 {
    margin-top: -18px;
  }

  .jiumao-index-inline-22 {
    grid-template-columns: 1fr !important;
    gap: 32px;
  }

  .home-video-list {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-video-card__media {
    border-radius: 18px;
  }

  .home-video-card__title {
    font-size: 22px;
  }

}

@media (max-width: 480px) {
  .hero {
    height: 680px;
    min-height: 680px;
  }

  .hero-overlay {
    padding-bottom: 30px;
  }

  .hero h1 {
    font-size: 31px;
  }

  .hero-buttons {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }

  .hero-buttons a {
    flex: 1 1 150px;
    width: auto;
    display: flex;
    align-items: center;
    text-align: center;
  }

  .hero-data {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 22px;
  }

  .new-jiumao-page-index .home-products-grid {
    grid-template-columns: 1fr !important;
  }

  .new-jiumao-page-index .product-card-mini {
    padding: 0 !important;
  }

  .new-jiumao-page-index .product-card-mini__media {
    height: auto;
  }

  .home-video-section .jiumao-index-inline-02 {
    margin-bottom: 30px;
  }

  .home-video-card__media {
    border-radius: 16px;
  }

  .home-video-card__play img {
    width: 64px;
    height: 64px;
  }

  .home-video-card__title {
    margin-top: 14px;
    font-size: 20px;
  }

  .data-item {
    display: flex;
    flex-direction: column;
    min-height: 66px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }

  .data-item h3 {
    font-size: 18px;
  }

  .data-item p {
    margin-top: 0;
    text-align: center;
    font-size: 12px;
  }

  .category-mark {
    width: 52px;
    min-width: 52px;
    height: 52px;
    min-height: 52px;
  }

  .jiumao-index-inline-24 {
    font-size: 28px;
  }

}

/* 新版首页新增信息默认不改变原有移动端呈现。 */
.home-desktop-data-item,
.home-products-subtitle,
.home-store-section-title,
.home-strength-subtitle {
  display: none;
}

.home-faq-intro > p,
.home-faq-intro > .btn-outline,
.home-faq-heading > span {
  display: none;
}

/* 首页所有文字统一使用 PC 端无衬线字体。 */
.new-jiumao-page-index,
.new-jiumao-page-index .header *,
.new-jiumao-page-index main *,
.new-jiumao-page-index .footer *,
.new-jiumao-page-index .header [class],
.new-jiumao-page-index main [class],
.new-jiumao-page-index .footer [class] {
  font-family: var(--font-sans);
}

/* 平板与手机端沿用 PC 首页的内容模块与展示顺序。 */
@media (max-width: 900px) {
  .new-jiumao-page-index main {
    display: flex;
    flex-direction: column;
  }

  .new-jiumao-page-index main > .hero {
    order: 1;
  }

  .new-jiumao-page-index main > .jiumao-index-inline-16 {
    order: 2;
  }

  .new-jiumao-page-index main > .jiumao-index-inline-01 {
    order: 3;
  }

  .new-jiumao-page-index main > .dark-section {
    order: 4;
  }

  .new-jiumao-page-index main > .home-video-section {
    order: 5;
  }

  .new-jiumao-page-index main > .jiumao-index-inline-21 {
    order: 6;
  }

  .new-jiumao-page-index main > .jiumao-index-inline-33 {
    order: 7;
  }

  .new-jiumao-page-index main > .product-app-modal {
    order: 8;
  }
}

/* 首页 PC 高保真布局，平板与手机继续沿用原有媒体查询。 */
@media (min-width: 901px) {
  .new-jiumao-page-index main {
    display: flex;
    flex-direction: column;
    background: #fff;
  }

  .new-jiumao-page-index main > .hero {
    order: 1;
  }

  .new-jiumao-page-index main > .jiumao-index-inline-16 {
    order: 2;
  }

  .new-jiumao-page-index main > .jiumao-index-inline-01 {
    order: 3;
  }

  .new-jiumao-page-index main > .dark-section {
    order: 4;
  }

  .new-jiumao-page-index main > .home-video-section {
    order: 5;
  }

  .new-jiumao-page-index main > .jiumao-index-inline-21 {
    order: 6;
  }

  .new-jiumao-page-index main > .jiumao-index-inline-33 {
    order: 7;
  }

  .new-jiumao-page-index .hero h1,
  .new-jiumao-page-index .title,
  .new-jiumao-page-index .dark-section h2,
  .new-jiumao-page-index .faq-item h3,
  .new-jiumao-page-index .product-card-mini h3 {
    font-family: var(--font-sans);
    letter-spacing: 0;
  }

  .new-jiumao-page-index .hero {
    height: 465px;
    aspect-ratio: auto;
    background: #f1f1f1;
  }

  .new-jiumao-page-index .hero-bg::after,
  .new-jiumao-page-index .hero::after {
    display: none;
  }

  .new-jiumao-page-index .home-hero-picture {
    position: absolute;
    top: 54px;
    left: calc(50% + 35px);
    display: block;
    width: 528px;
    height: 336px;
    line-height: 0;
  }

  .new-jiumao-page-index .home-hero-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .new-jiumao-page-index .hero-overlay {
    align-items: flex-start;
  }

  .new-jiumao-page-index .hero-overlay .container {
    width: 1280px;
    max-width: calc(100% - 40px);
  }

  .new-jiumao-page-index .home-hero-content {
    width: 600px;
    padding-left: 32px;
  }

  .new-jiumao-page-index .home-hero-kicker {
    display: none;
  }

  .new-jiumao-page-index .hero h1 {
    max-width: 600px;
    margin: 0;
    font-size: 36px;
    line-height: 1.43;
    font-weight: 700;
    color: #333;
  }

  .new-jiumao-page-index .hero-desc {
    max-width: 600px;
    margin-top: 24px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    white-space: nowrap;
  }

  .new-jiumao-page-index .hero-buttons {
    gap: 30px;
    margin-top: 20px;
  }

  .new-jiumao-page-index .hero-buttons a {
    width: 120px;
    height: 40px;
    justify-content: center;
    padding: 0;
    border-radius: 40px;
    font-size: 16px;
    line-height: 1;
    box-shadow: none;
  }

  .new-jiumao-page-index .hero-data {
    display: grid;
    grid-template-columns: repeat(4, 130px);
    gap: 20px;
    max-width: none;
    margin-top: 70px;
  }

  .new-jiumao-page-index .home-desktop-data-item {
    display: flex;
  }

  .new-jiumao-page-index .data-item {
    display: flex;
    width: 130px;
    min-height: 72px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    border: 1px solid #eee;
    border-radius: 6px;
    background: #fff;
  }

  .new-jiumao-page-index .data-item:hover {
    transform: none;
  }

  .new-jiumao-page-index .data-item h3 {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
  }

  .new-jiumao-page-index .hero-data-value {
    font-size: 18px;
    line-height: 1;
  }

  .new-jiumao-page-index .hero-data-unit {
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
  }

  .new-jiumao-page-index .data-item p {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: #666;
  }

  .new-jiumao-page-index .jiumao-index-inline-16 {
    min-height: 768px;
    padding: 56px 0 48px;
    background: #fafafa;
  }

  .new-jiumao-page-index .jiumao-index-inline-16 .title,
  .new-jiumao-page-index .jiumao-index-inline-01 .title,
  .new-jiumao-page-index .home-video-section .title,
  .new-jiumao-page-index .home-store-section-title {
    margin: 0;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    color: #333;
  }

  .new-jiumao-page-index .home-products-subtitle {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    line-height: 21px;
    color: #999;
    text-align: center;
  }

  .new-jiumao-page-index .home-products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 34px;
  }

  .new-jiumao-page-index .product-card-mini {
    min-height: 390px;
    border-radius: 8px;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.035);
  }



  .new-jiumao-page-index .product-card-mini__media img {
    object-fit: contain;
  }

  .new-jiumao-page-index .product-card-mini__body {
    padding: 16px 18px 24px;
  }

  .new-jiumao-page-index .product-card-mini h3 {
    font-size: 14px;
    line-height: 1.5;
  }

  .new-jiumao-page-index .product-card-mini__desc {
    min-height: 18px;
    font-size: 12px;
    line-height: 18px;
  }

  .new-jiumao-page-index .product-card-mini__badge {
    min-height: 20px;
    font-size: 10px;
  }

  .new-jiumao-page-index .product-card-mini__footer {
    padding-top: 16px;
  }

  .new-jiumao-page-index .product-card-mini__price,
  .new-jiumao-page-index .product-card-mini__price strong,
  .new-jiumao-page-index .product-card-mini__detail {
    font-size: 14px;
  }

  .new-jiumao-page-index .jiumao-index-inline-16 .jiumao-index-inline-20 {
    margin-top: 32px;
  }

  .new-jiumao-page-index .jiumao-index-inline-16 .btn-red {
    min-width: 120px;
    min-height: 42px;
    padding: 0 24px;
    border-radius: 42px;
    font-size: 16px;
    line-height: 42px;
    box-shadow: none;
  }

  .new-jiumao-page-index .jiumao-index-inline-01 {
    min-height: 0;
    padding: 56px 0;
    background: #fff;
  }



  .new-jiumao-page-index .jiumao-index-inline-01 .jiumao-index-inline-02 {
    margin: 4px 0 28px;
    font-size: 14px;
    line-height: 21px;
    color: #999;
    text-align: center;
  }

  .new-jiumao-page-index .home-advantage-grid {
    gap: 20px;
  }

  .new-jiumao-page-index .home-advantage-card {
    min-height: 200px;
    padding: 30px 24px;
    border-radius: 8px;
    background: #F9F9F9;
    box-shadow: none;
    text-align: center;
  }

  .new-jiumao-page-index .home-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 18px;
  }

  .new-jiumao-page-index .home-advantage-card h3 {
    margin-bottom: 8px;
    font-family: var(--font-sans);
    font-size: 16px;
    line-height:24px;
  }

  .new-jiumao-page-index .home-advantage-card p {
    font-size: 12px;
    line-height: 1.8;
    color: #777;
  }

  .new-jiumao-page-index .dark-section {
    min-height: 280px;
    padding: 54px 0 46px;
    background: #111;
  }

  .new-jiumao-page-index .dark-section h2 {
    margin: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .new-jiumao-page-index .home-strength-subtitle {
    display: block;
    margin-top: 2px;
    font-size: 14px;
    line-height: 21px;
    color: #999;
    text-align: center;
  }

  .new-jiumao-page-index .jiumao-index-inline-26 {
    margin-top: 30px;
  }

  .new-jiumao-page-index .jiumao-index-inline-26 > div {
    padding: 0;
  }

  .new-jiumao-page-index .jiumao-index-inline-27,
  .new-jiumao-page-index .jiumao-index-inline-28,
  .new-jiumao-page-index .jiumao-index-inline-29,
  .new-jiumao-page-index .jiumao-index-inline-30 {
    font-size: 22px;
    line-height: 33px;
  }

  .new-jiumao-page-index .jiumao-index-inline-26 p {
    font-size: 12px;
    line-height: 18px;
    color: #aaa;
  }

  .new-jiumao-page-index .home-video-section {
    min-height: 620px;
    padding: 58px 0 54px;
    background: #fff;
  }

  .new-jiumao-page-index .home-video-list {
    gap: 40px;
    margin-top: 46px;
  }

  .new-jiumao-page-index .home-video-card__media {
    border-radius: 8px;
    box-shadow: none;
  }

  .new-jiumao-page-index .home-video-card__title {
    margin-top: 12px;
    font-family: var(--font-sans);
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
  }

  .new-jiumao-page-index .jiumao-index-inline-21 {
    min-height: 530px;
    padding: 54px 0 58px;
    background: #fafafa;
  }

  .new-jiumao-page-index .home-store-section-title {
    display: block;
    margin-bottom: 42px;
  }

  .new-jiumao-page-index .jiumao-index-inline-22 {
    grid-template-columns: 540px minmax(0, 1fr);
    gap: 150px;
  }

  .new-jiumao-page-index .home-store-photo {
    width: 540px;
    height: 300px;
    border-radius: 8px;
    box-shadow: none;
  }

  .new-jiumao-page-index .home-store-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .new-jiumao-page-index .home-store-content {
    max-width: 500px;
  }

  .new-jiumao-page-index .jiumao-index-inline-24 {
    margin-bottom: 18px;
    font-family: var(--font-sans);
    font-size: 22px;
    line-height: 33px;
    font-weight: 500;
  }

  .new-jiumao-page-index .home-store-content > p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
  }

  .new-jiumao-page-index .jiumao-index-inline-25 {
    display: none;
  }

  .new-jiumao-page-index .home-store-content .btn-red {
    min-width: 120px;
    height: 40px;
    margin-top: 34px;
    padding: 0 22px;
    border-radius: 40px;
    font-size: 14px;
    line-height: 40px;
    box-shadow: none;
  }

  .new-jiumao-page-index .jiumao-index-inline-33 {
    min-height: 760px;
    padding: 62px 0 72px;
    background: #fff;
  }

  .new-jiumao-page-index .home-faq-layout {
    display: grid;
    grid-template-columns: 370px minmax(0, 1fr);
    gap: 70px;
    align-items: start;
  }

  .new-jiumao-page-index .home-faq-intro {
    padding-top: 18px;
  }

  .new-jiumao-page-index .home-faq-heading {
    display: flex;
    align-items: center;
    gap: 14px;
  }

  .new-jiumao-page-index .home-faq-heading .title {
    margin: 0;
    font-size: 30px;
    line-height: 42px;
    text-align: left;
  }

  .new-jiumao-page-index .home-faq-heading > span {
    display: inline-flex;
    min-width: 48px;
    height: 24px;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    font-size: 12px;
    line-height: 1;
    color: var(--red);
    background: #fff0f0;
  }

  .new-jiumao-page-index .home-faq-intro > p {
    display: block;
    max-width: 320px;
    margin-top: 22px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
  }

  .new-jiumao-page-index .home-faq-intro > .btn-outline {
    display: inline-flex;
    min-width: 120px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    padding: 0 20px;
    border-radius: 40px;
    font-size: 14px;
    line-height: 1;
  }

  .new-jiumao-page-index .faq-list {
    max-width: none;
    margin: 0;
  }

  .new-jiumao-page-index .faq-item {
    margin-bottom: 20px;
    padding: 24px 28px;
    border-radius: 16px;
    box-shadow: 0 4px 22px rgba(0, 0, 0, 0.08);
  }

  .new-jiumao-page-index .faq-item:hover {
    transform: none;
  }

  .new-jiumao-page-index .faq-item h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    line-height: 27px;
  }

  .new-jiumao-page-index .faq-item .faq-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    margin: 0;
    font-size: 14px;
  }

  .new-jiumao-page-index .faq-item p {
    margin-top: 16px;
    padding-left: 34px;
    font-size: 14px;
    line-height: 24px;
    color: #777;
  }

  .new-jiumao-page-index .home-mobile-faq-link {
    display: none;
  }
}

/* 小尺寸 PC 缩放首屏两栏，避免图片与文案重叠。 */
@media (min-width: 901px) and (max-width: 1150px) {
  .new-jiumao-page-index .home-hero-picture {
    top: 100px;
    left: calc(50% - 10px);
    width: 500px;
    height: 354px;
  }

  .new-jiumao-page-index .home-hero-content {
    width: 460px;
    padding-left: 0;
  }

  .new-jiumao-page-index .hero h1 {
    max-width: 460px;
    font-size: 38px;
  }

  .new-jiumao-page-index .hero-desc {
    max-width: 450px;
    margin-top: 18px;
    font-size: 16px;
    line-height: 26px;
    white-space: normal;
  }

  .new-jiumao-page-index .hero-data {
    grid-template-columns: repeat(4, 100px);
    gap: 10px;
    margin-top: 42px;
  }

  .new-jiumao-page-index .data-item {
    width: 100px;
  }

  .new-jiumao-page-index .data-item h3 {
    font-size: 20px;
  }
}

/* 首页 PC 内容区按钮统一为 42px 高、16px 字号。 */
@media (min-width: 901px) {
  .new-jiumao-page-index main .btn-primary,
  .new-jiumao-page-index main .btn-outline,
  .new-jiumao-page-index main .btn-red,
  .new-jiumao-page-index main .cms-btn-red,
  .new-jiumao-page-index main .geo-more__button,
  .new-jiumao-page-index .jiumao-index-inline-16 .btn-red,
  .new-jiumao-page-index .home-store-content .btn-red,
  .new-jiumao-page-index .home-faq-intro > .btn-outline {
    display: inline-flex;
    height: 42px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 1;
  }
}

/* 超大屏幕放大首页 Hero，高度与右侧主图按设计稿提升。 */
@media (min-width: 1920px) {
  .new-jiumao-page-index .hero {
    height: 620px;
  }

  .new-jiumao-page-index .home-hero-picture {
    top: 54px;
    width: 702px;
    height: 488px;
  }
  .new-jiumao-page-index .hero h1 {
    font-size: 46px;
  }
  .new-jiumao-page-index .hero-desc {
    font-size: 20px;
  }
  .new-jiumao-page-index main .btn-primary,
  .new-jiumao-page-index main .btn-outline {
    height: 42px;
    min-height: 42px;
    font-size: 16px;
  }
}
