body[class^="page-"] {
  background: #ffffff;
  color: #181818;
  font-size: 14px;
  line-height: 1.75;
}

body[class^="page-"] .container {
  width: min(1240px, calc(100% - 48px));
}

body[class^="page-"] .site-header {
  position: relative;
  top: auto;
  background: #fff;
  backdrop-filter: none;
  border-bottom: 1px solid rgba(15, 15, 15, 0.06);
}

body[class^="page-"] .site-header__inner {
  min-height: 64px;
  gap: 20px;
}

body[class^="page-"] .site-brand img {
  width: 138px;
}

body[class^="page-"] .site-nav {
  gap: 26px;
}

body[class^="page-"] .site-nav a {
  padding: 8px 0;
  color: #52525b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

body[class^="page-"] .site-nav a.is-active,
body[class^="page-"] .site-nav a:hover {
  color: var(--accent-strong);
}

body[class^="page-"] .site-nav a.is-active::after,
body[class^="page-"] .site-nav a:hover::after {
  bottom: -13px;
  height: 2px;
}

body[class^="page-"] .site-header__meta {
  gap: 12px;
  color: #666670;
  font-size: 12px;
}

body[class^="page-"] .site-header__external {
  width: 28px;
  height: 28px;
  font-size: 11px;
}

body[class^="page-"] .site-main {
  min-height: auto;
}

body[class^="page-"] .section {
  padding: 64px 0;
}

body[class^="page-"] .section-title {
  margin-bottom: 12px;
  font-size: clamp(28px, 2.3vw, 38px);
  line-height: 1.18;
  font-weight: 800;
}

body[class^="page-"] .section-lead {
  font-size: 14px;
  line-height: 1.9;
}

body[class^="page-"] .eyebrow {
  gap: 8px;
  margin-bottom: 10px;
  color: #ffb54b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

body[class^="page-"] .eyebrow::before {
  width: 24px;
  height: 1px;
}

body[class^="page-"] .btn {
  min-width: 108px;
  height: 34px;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 800;
  box-shadow: none;
}

body[class^="page-"] .btn--ghost {
  background: transparent;
}

body[class^="page-"] .panel,
body[class^="page-"] .sidebar-card,
body[class^="page-"] .content-card,
body[class^="page-"] .contact-item,
body[class^="page-"] .contact-form,
body[class^="page-"] .address-panel,
body[class^="page-"] .news-feature,
body[class^="page-"] .news-item,
body[class^="page-"] .case-card,
body[class^="page-"] .quick-card,
body[class^="page-"] .supplier-card,
body[class^="page-"] .showcase-products,
body[class^="page-"] .faq-card,
body[class^="page-"] .product-card,
body[class^="page-"] .form-card {
  border-radius: 0;
  border: 1px solid rgba(18, 18, 18, 0.05);
  box-shadow: 0 12px 30px rgba(18, 18, 18, 0.06);
}

body[class^="page-"] .content-card,
body[class^="page-"] .form-card {
  padding: 22px 24px;
}

body[class^="page-"] .content-card__header {
  margin-bottom: 16px;
}

body[class^="page-"] .content-card__header h2,
body[class^="page-"] .info-block h3 {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
}

body[class^="page-"] .content-card__more {
  color: #a08d76;
  font-size: 12px;
  font-weight: 700;
}

body[class^="page-"] .breadcrumb {
  padding: 12px 0 14px;
  color: #b7a691;
  font-size: 11px;
}

body[class^="page-"] .subgrid {
  grid-template-columns: 218px minmax(0, 1fr);
  gap: 20px;
}

body[class^="page-"] .sidebar-card {
  padding: 18px;
}

body[class^="page-"] .info-block {
  padding: 14px 0;
}

body[class^="page-"] .sidebar-info dl,
body[class^="page-"] .address-panel dl {
  font-size: 12px;
  line-height: 1.65;
}

body[class^="page-"] .sidebar-links a {
  padding: 6px 0;
  font-size: 12px;
}

body[class^="page-"] .company-banner img {
  height: 182px;
}

body[class^="page-"] .tag {
  padding: 4px 8px;
  font-size: 11px;
}

body[class^="page-"] .product-grid {
  gap: 16px;
}

body[class^="page-"] .product-card {
  padding: 12px;
}

body[class^="page-"] .product-card__image {
  min-height: 136px;
  background: #ffffff;
}

body[class^="page-"] .product-card__image img {
  max-height: 124px;
}

body[class^="page-"] .product-card h3 {
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.55;
  color: #222;
}

body[class^="page-"] .product-card p {
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.55;
}

body[class^="page-"] .site-footer {
  background: #221908;
}

body[class^="page-"] .site-footer__inner {
  grid-template-columns: 1.05fr 1.35fr 1fr;
  gap: 36px;
  padding: 42px 0;
}

body[class^="page-"] .site-footer__brand img {
  width: 132px;
}

body[class^="page-"] .site-footer__brand p,
body[class^="page-"] .footer-link-grid a {
  font-size: 12px;
}

body[class^="page-"] .site-footer__links h3,
body[class^="page-"] .site-footer__social h3 {
  font-size: 14px;
}

body[class^="page-"] .footer-link-grid {
  gap: 10px 18px;
}

body[class^="page-"] .site-footer__copyright {
  font-size: 11px;
}

.page-blog .hero-subpage {
  padding: 48px 0 16px;
}

.page-blog .hero-subpage__title {
  color: #ff9f22;
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 800;
}

.page-blog .hero-subpage__desc {
  max-width: 420px;
  font-size: 13px;
}

.page-blog .news-layout {
  padding-top: 0;
}

.page-blog .news-orb {
  top: -58px;
  width: min(1080px, 98vw);
  opacity: 0.94;
}

.page-blog .news-stack {
  width: min(1100px, 100%);
  margin: 0 auto;
}

.page-blog .news-feature img {
  height: 260px;
}

.page-blog .news-feature__body,
.page-blog .news-item__body {
  padding: 14px 18px;
}

.page-blog .news-feature__body h3,
.page-blog .news-item__body h3 {
  font-size: 14px;
  line-height: 1.65;
  font-weight: 700;
}

.page-blog .news-feature__body p,
.page-blog .news-item__body p {
  font-size: 12px;
  line-height: 1.7;
}

.page-blog .news-meta {
  gap: 16px;
  margin-top: 10px;
  font-size: 11px;
}

.page-blog .news-item {
  grid-template-columns: 220px minmax(0, 1fr);
}

.page-blog .news-item img {
  height: 138px;
}

.page-question .hero-subpage {
  padding: 0;
  min-height: 338px;
  background: #ffffff;
}

.page-question .hero-subpage::before {
  background:
    linear-gradient(180deg, rgba(255, 251, 245, 0.34), rgba(255, 255, 255, 0.46)),
    url("../images/question/%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98.png") center -64px / 100% auto no-repeat;
}

.page-question .hero-subpage .hero-subpage__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 338px;
  text-align: center;
}

.page-question .hero-subpage .eyebrow {
  display: none;
}

.page-question .hero-subpage__title {
  max-width: 760px;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: #111111;
}

.page-question .hero-subpage__search {
  width: min(470px, calc(100% - 80px));
  margin-top: 22px;
}

.page-question .hero-subpage__search--question {
  position: relative;
  display: block;
  background: #ffffff;
  border: 0;
  box-shadow: 0 16px 36px rgba(27, 27, 27, 0.09);
}

.page-question .hero-subpage__search--question::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  width: 14px;
  height: 14px;
  border: 3px solid #1f1f1f;
  border-radius: 50%;
  transform: translateY(-58%);
  box-sizing: border-box;
}

.page-question .hero-subpage__search--question::after {
  content: "";
  position: absolute;
  left: 38px;
  top: calc(50% + 7px);
  width: 10px;
  height: 3px;
  background: #1f1f1f;
  transform: rotate(45deg);
  transform-origin: left center;
  border-radius: 999px;
}

.page-question .hero-subpage__search--question input {
  height: 46px;
  padding: 0 20px 0 62px;
  font-size: 13px;
  color: #4b4b4b;
}

.page-question .hero-subpage__search--question input::placeholder {
  color: #9a9a9a;
}

.page-question .section > .container > .hero-subpage__inner {
  min-height: auto;
  margin-bottom: 14px;
}

.page-question .section-title {
  font-size: clamp(32px, 3.3vw, 44px);
  line-height: 1.18;
}

.page-question .faq-grid {
  gap: 20px;
}

.page-question .faq-card {
  padding: 14px;
}

.page-question .faq-card__art {
  border-radius: 0;
}

.page-question .faq-card__art img {
  height: 148px;
}

.page-question .faq-card h3 {
  font-size: 13px;
  line-height: 1.65;
}

.page-question .faq-card p {
  font-size: 11px;
  line-height: 1.75;
}

.page-question .cta {
  position: relative;
  height: 425px;
  background: url("../images/figma/736a6c9b-d8c8-42a5-883a-678e93c94b34.png") center / cover no-repeat;
  overflow: hidden;
}

.page-question .cta__content {
  position: relative;
  z-index: 1;
  padding-top: 112px;
  text-align: center;
}

.page-question .cta__title {
  margin: 0;
  font-size: 48px;
  line-height: normal;
  font-weight: 600;
}

.page-question .cta__desc {
  width: 792px;
  margin: 29px auto 0;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #4f4f4f;
}

.page-question .cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 184px;
  height: 68px;
  margin-top: 50px;
  border-radius: 50px;
  background: linear-gradient(90deg, #ffc341 0%, #ff6200 100%);
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.page-blog .cta--case {
  position: relative;
  min-height: 425px;
  padding: 72px 0;
  background: url("../images/figma/736a6c9b-d8c8-42a5-883a-678e93c94b34.png") center / cover no-repeat;
  overflow: hidden;
}

.page-blog .cta--case .cta__content {
  position: relative;
  z-index: 1;
  width: min(100%, calc(100% - 32px));
  margin: 0 auto;
  text-align: center;
}

.page-blog .cta--case .cta__title {
  margin: 0;
  font-size: 48px;
  line-height: normal;
  font-weight: 600;
}

.page-blog .cta--case .cta__desc {
  width: min(792px, 100%);
  margin: 29px auto 0;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #4f4f4f;
}

.page-blog .cta--case .cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 184px;
  height: 68px;
  margin-top: 50px;
  border-radius: 50px;
  background: linear-gradient(90deg, #ffc341 0%, #ff6200 100%);
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.page-caigou .procurement-hero {
  padding: 18px 0 34px;
}

.page-caigou .procurement-hero__banner {
  background:
    linear-gradient(90deg, rgba(12, 19, 65, 0.9), rgba(5, 10, 32, 0.92)),
    url("../images/caigou/新轮播 (4) 1.png") center / cover no-repeat;
}

.page-caigou .procurement-hero__banner-inner {
  min-height: 250px;
  padding: 30px 40px;
}

.page-caigou .procurement-hero__banner h1 {
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.12;
}

.page-caigou .procurement-hero__banner p {
  max-width: 420px;
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.8;
}

.page-caigou .procurement-hero__visual img {
  width: min(100%, 420px);
}

.page-caigou .quick-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.page-caigou .quick-card {
  padding: 14px;
}

.page-caigou .quick-card__media img {
  height: 108px;
}

.page-caigou .quick-card h3 {
  font-size: 14px;
}

.page-caigou .quick-card p {
  font-size: 11px;
  line-height: 1.7;
}

.page-caigou .filter-bar {
  margin-bottom: 20px;
}

.page-caigou .tabs {
  background: #fff2df;
}

.page-caigou .tabs button {
  min-width: 88px;
  height: 34px;
  font-size: 12px;
}

.page-caigou .filter-bar__search {
  width: min(380px, 100%);
}

.page-caigou .filter-bar__search input,
.page-caigou .filter-bar__search button {
  height: 40px;
  font-size: 12px;
}

.page-caigou .supplier-showcase {
  grid-template-columns: 232px minmax(0, 1fr);
  gap: 18px;
  margin-bottom: 18px;
}

.page-caigou .supplier-card {
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(255, 249, 241, 0.98), rgba(255, 255, 255, 0.98)),
    url("../images/caigou/Frame 2087326518.png") center top / cover no-repeat;
}

.page-caigou .supplier-card__head strong {
  font-size: 14px;
}

.page-caigou .supplier-card__head span,
.page-caigou .supplier-card .sidebar-info dl {
  font-size: 11px;
}

.page-caigou .showcase-products {
  padding: 16px 18px 18px;
  background:
    linear-gradient(180deg, rgba(247, 250, 255, 0.98), rgba(255, 255, 255, 0.98)),
    url("../images/caigou/Frame 2087326500.png") center top / cover no-repeat;
}

.page-caigou .procurement-hero {
  padding: 0 0 42px;
  background: #ffffff;
}

.page-caigou .procurement-hero__surface {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background: #09112c;
}

.page-caigou .procurement-hero__surface::before {
  background:
    linear-gradient(90deg, rgba(6, 10, 31, 0.22), rgba(6, 10, 31, 0.12)),
    url("../images/caigou/%E6%96%B0%E8%BD%AE%E6%92%AD%20(4)%201.png") center top / 100% auto no-repeat;
}

.page-caigou .procurement-hero__content {
  min-height: 430px;
  display: flex;
  align-items: center;
  padding: 52px 0 112px;
}

.page-caigou .procurement-hero__copy {
  max-width: 420px;
  color: #ffffff;
}

.page-caigou .procurement-hero__copy .eyebrow {
  margin-bottom: 16px;
  color: rgba(255, 184, 79, 0.95);
}

.page-caigou .procurement-hero__copy .eyebrow::before {
  background: rgba(255, 184, 79, 0.95);
}

.page-caigou .procurement-hero__copy h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 4vw, 64px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.page-caigou .procurement-hero__copy p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.page-caigou .procurement-hero__industry-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
}

.page-caigou .procurement-hero__industry-nav {
  width: min(1080px, calc(100% - 32px));
  margin: 0 auto;
  padding: 16px 20px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 22px 50px rgba(7, 15, 45, 0.12);
}

.page-caigou .procurement-hero__industry-nav a {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border: 1px solid rgba(237, 151, 22, 0.16);
  background: #fffaf3;
  color: #5c5c66;
  font-size: 13px;
  font-weight: 700;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.page-caigou .procurement-hero__industry-nav a:hover {
  background: #ff8e18;
  border-color: #ff8e18;
  color: #ffffff;
}

.page-caigou .procurement-recommend {
  padding-top: 18px;
}

.page-caigou .procurement-section-heading {
  margin-bottom: 28px;
}

.page-caigou .procurement-section-heading--center {
  text-align: center;
}

.page-caigou .procurement-section-heading--center .section-lead {
  max-width: 520px;
  margin-inline: auto;
}

.page-caigou .procurement-recommend__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) 300px;
  gap: 22px;
  align-items: start;
}

.page-caigou .procurement-recommend__visuals {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
  gap: 18px;
}

.page-caigou .recommend-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.page-caigou .recommend-card {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(17, 17, 17, 0.05);
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(20, 20, 20, 0.06);
  overflow: hidden;
}

.page-caigou .recommend-card--feature {
  background: #0d1436;
  color: #ffffff;
}

.page-caigou .recommend-card__media {
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  overflow: hidden;
}

.page-caigou .recommend-card__media img {
  max-width: 100%;
  max-height: 200px;
  object-fit: contain;
}

.page-caigou .recommend-card__media--dark {
  background:
    radial-gradient(circle at center, rgba(87, 99, 255, 0.28), transparent 58%),
    linear-gradient(180deg, #13194c, #090d23);
}

.page-caigou .recommend-card__media--light {
  background:
    linear-gradient(180deg, rgba(232, 244, 255, 0.96), rgba(240, 246, 255, 0.96)),
    url("../images/caigou/Frame%202087326500.png") center / cover no-repeat;
}

.page-caigou .recommend-card__media--sky {
  background:
    linear-gradient(180deg, rgba(219, 242, 255, 0.88), rgba(244, 249, 255, 0.96)),
    url("../images/caigou/Frame%202087326518.png") center / cover no-repeat;
}

.page-caigou .recommend-card__media--wave {
  background:
    linear-gradient(180deg, rgba(242, 247, 255, 0.94), rgba(255, 255, 255, 0.98)),
    url("../images/caigou/image%201896.png") center / cover no-repeat;
}

.page-caigou .recommend-card__media--wave img {
  max-height: 120px;
}

.page-caigou .recommend-card__body {
  padding: 16px 18px 18px;
}

.page-caigou .recommend-card__tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  background: rgba(255, 168, 67, 0.2);
  color: #ffba63;
  font-size: 11px;
  font-weight: 700;
}

.page-caigou .recommend-card h3 {
  margin: 8px 0 6px;
  font-size: 16px;
  line-height: 1.45;
  color: inherit;
}

.page-caigou .recommend-card p {
  margin: 0;
  color: rgba(88, 88, 96, 0.9);
  font-size: 12px;
  line-height: 1.8;
}

.page-caigou .recommend-card--feature p {
  color: rgba(255, 255, 255, 0.74);
}

.page-caigou .procurement-recommend__list {
  padding: 18px 18px 20px;
  border: 1px solid rgba(17, 17, 17, 0.05);
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(20, 20, 20, 0.06);
}

.page-caigou .procurement-recommend__list h3 {
  margin: 0 0 14px;
  font-size: 16px;
  color: #22222b;
}

.page-caigou .recommend-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: recommend-index;
}

.page-caigou .recommend-list li {
  counter-increment: recommend-index;
  border-bottom: 1px dashed rgba(19, 19, 19, 0.08);
}

.page-caigou .recommend-list li:last-child {
  border-bottom: 0;
}

.page-caigou .recommend-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  color: #4d4d58;
  font-size: 13px;
  font-weight: 600;
}

.page-caigou .recommend-list a::before {
  content: counter(recommend-index, decimal-leading-zero);
  flex: 0 0 auto;
  color: #ff9b23;
  font-size: 12px;
  font-weight: 800;
}

.page-caigou .procurement-sourcing {
  padding-top: 12px;
}

.page-caigou .industry-showcase {
  margin-top: 26px;
}

.page-caigou .industry-showcase:first-of-type {
  margin-top: 0;
}

.page-caigou .industry-showcase__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
}

.page-caigou .industry-showcase__title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.page-caigou .industry-showcase__title span {
  width: 8px;
  height: 8px;
  background: #ff9817;
}

.page-caigou .industry-showcase__title h3 {
  margin: 0;
  color: #282833;
  font-size: 18px;
  line-height: 1.2;
}

.page-caigou .industry-showcase__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.page-caigou .industry-showcase__tabs button {
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(160, 160, 172, 0.22);
  background: #ffffff;
  color: #6c6c76;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.page-caigou .industry-showcase__tabs button.is-active {
  border-color: #ff9d25;
  background: #ff9d25;
  color: #ffffff;
}

.page-caigou .industry-showcase__body {
  display: grid;
  grid-template-columns: 246px minmax(0, 1fr) 216px;
  gap: 18px;
  align-items: stretch;
}

.page-caigou .industry-showcase__feature {
  min-height: 100%;
  padding: 18px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(18, 18, 18, 0.05);
  box-shadow: 0 14px 36px rgba(18, 18, 18, 0.06);
}

.page-caigou .industry-showcase__brand {
  margin: 0;
  color: #30303a;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.1;
}

.page-caigou .industry-showcase__meta {
  margin: 6px 0 0;
  color: #72727d;
  font-size: 12px;
  line-height: 1.7;
}

.page-caigou .industry-showcase__feature-image {
  flex: 1;
  min-height: 172px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 8px 12px;
}

.page-caigou .industry-showcase__feature-image img {
  max-width: 100%;
  max-height: 180px;
  object-fit: contain;
}

.page-caigou .industry-showcase__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.page-caigou .industry-showcase__tags span {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.72);
  color: #66666f;
  font-size: 11px;
  font-weight: 700;
}

.page-caigou .industry-showcase__products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.page-caigou .industry-product {
  min-height: 168px;
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 1px solid rgba(20, 20, 20, 0.06);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(18, 18, 18, 0.04);
}

.page-caigou .industry-product img {
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.page-caigou .industry-product h4 {
  margin: 10px 0 4px;
  color: #2d2d36;
  font-size: 12px;
  line-height: 1.5;
}

.page-caigou .industry-product p {
  margin: 0;
  color: #81818b;
  font-size: 11px;
  line-height: 1.65;
}

.page-caigou .industry-showcase__suppliers {
  padding: 16px 14px 14px;
  border: 1px solid rgba(18, 18, 18, 0.05);
  background:
    linear-gradient(180deg, rgba(233, 246, 255, 0.96), rgba(245, 251, 255, 0.96)),
    url("../images/caigou/Frame%202087326518.png") center / cover no-repeat;
  box-shadow: 0 14px 36px rgba(18, 18, 18, 0.06);
}

.page-caigou .industry-showcase__suppliers h4 {
  margin: 0 0 10px;
  color: #3d5168;
  font-size: 13px;
}

.page-caigou .supplier-mini-card {
  display: block;
  padding: 12px 12px 11px;
  border: 1px solid rgba(84, 150, 213, 0.12);
  background: rgba(255, 255, 255, 0.9);
}

.page-caigou .supplier-mini-card + .supplier-mini-card {
  margin-top: 10px;
}

.page-caigou .supplier-mini-card strong {
  display: block;
  color: #334155;
  font-size: 12px;
  line-height: 1.55;
}

.page-caigou .supplier-mini-card span {
  display: block;
  margin-top: 4px;
  color: #7d8898;
  font-size: 11px;
  line-height: 1.6;
}

.page-caigou .industry-showcase__more {
  margin-top: 12px;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff9419;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.page-caigou .industry-showcase--blue .industry-showcase__feature {
  background: linear-gradient(180deg, #e5f0ff, #f7fbff);
}

.page-caigou .industry-showcase--sand .industry-showcase__feature {
  background: linear-gradient(180deg, #fff4df, #fffdf8);
}

.page-caigou .industry-showcase--mint .industry-showcase__feature {
  background: linear-gradient(180deg, #e4fbf7, #fbfffe);
}

.page-caigou .industry-showcase--lavender .industry-showcase__feature {
  background: linear-gradient(180deg, #e8ecff, #fbfcff);
}

.page-caigou .industry-showcase--peach .industry-showcase__feature {
  background: linear-gradient(180deg, #fff0e4, #fffdfa);
}

.page-caigou .industry-showcase--aqua .industry-showcase__feature {
  background: linear-gradient(180deg, #e3f9f5, #fbfffe);
}

.page-caigou .industry-showcase {
  scroll-margin-top: 96px;
}

@media (max-width: 1100px) {
  body[class^="page-"] .site-header__inner,
  body[class^="page-"] .contact-grid,
  body[class^="page-"] .subgrid,
  body[class^="page-"] .supplier-showcase,
  body[class^="page-"] .product-detail,
  .page-caigou .procurement-hero__banner-inner {
    grid-template-columns: 1fr;
  }

  body[class^="page-"] .site-footer__inner {
    grid-template-columns: 1fr;
  }

  .page-caigou .quick-grid,
  .page-question .faq-grid,
  body[class^="page-"] .product-grid,
  body[class^="page-"] .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-caigou .procurement-hero__industry-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-caigou .procurement-recommend__layout,
  .page-caigou .industry-showcase__body {
    grid-template-columns: 1fr;
  }

  .page-caigou .procurement-recommend__visuals {
    grid-template-columns: 1fr;
  }

  .page-caigou .recommend-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  body[class^="page-"] .container {
    width: min(1240px, calc(100% - 28px));
  }

  body[class^="page-"] .site-header__inner {
    min-height: 58px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0;
  }

  body[class^="page-"] .site-nav {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    gap: 18px;
    overflow-x: auto;
  }

  body[class^="page-"] .site-nav a {
    white-space: nowrap;
  }

  .page-caigou .quick-grid,
  .page-question .faq-grid,
  body[class^="page-"] .product-grid,
  body[class^="page-"] .category-grid,
  .page-blog .news-item {
    grid-template-columns: 1fr;
  }

  .page-caigou .procurement-hero__content {
    min-height: 340px;
    padding: 40px 0 132px;
  }

  .page-caigou .procurement-hero__copy h1 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .page-caigou .procurement-hero__copy p {
    font-size: 13px;
  }

  .page-caigou .procurement-hero__industry-nav {
    width: min(100%, calc(100% - 24px));
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 12px;
  }

  .page-caigou .procurement-recommend {
    padding-top: 40px;
  }

  .page-caigou .recommend-card-grid,
  .page-caigou .industry-showcase__products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-caigou .industry-showcase__top {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-caigou .industry-showcase__tabs {
    justify-content: flex-start;
  }

  .page-blog .news-item img {
    height: 180px;
  }

  .page-blog .cta--case {
    min-height: 0;
    padding: 56px 0;
  }

  .page-blog .cta--case .cta__title {
    font-size: 30px;
  }

  .page-blog .cta--case .cta__desc {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.2px;
  }

  .page-blog .cta--case .cta__button {
    width: 100%;
    max-width: 220px;
    height: 56px;
    margin-top: 28px;
    font-size: 18px;
  }

}

/* caigou screenshot-aligned layout */
.page-caigou {
  background: #fffdf9;
}

.page-caigou .site-main {
  overflow: hidden;
}

.page-caigou .container {
  width: min(1220px, calc(100% - 40px));
}

.page-caigou .site-header {
  border-bottom: 0;
  box-shadow: none;
}

.page-caigou .caigou-header__top {
  border-bottom: 1px solid rgba(18, 18, 18, 0.06);
  background: #ffffff;
}

.page-caigou .caigou-header__top-inner,
.page-caigou .caigou-header__main-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-caigou .caigou-header__top-inner {
  min-height: 34px;
}

.page-caigou .caigou-header__mini-nav {
  display: flex;
  gap: 26px;
}

.page-caigou .caigou-header__mini-nav a,
.page-caigou .caigou-header__lang {
  color: #666874;
  font-size: 11px;
  font-weight: 700;
}

.page-caigou .caigou-header__mini-nav a.is-active {
  color: #ff951d;
}

.page-caigou .caigou-header__main {
  background: #ffffff;
}

.page-caigou .caigou-header__main-inner {
  min-height: 74px;
  gap: 24px;
}

.page-caigou .caigou-header__brand img {
  width: 168px;
}

.page-caigou .caigou-header__search {
  flex: 1;
  max-width: 520px;
  display: flex;
  align-items: center;
  border: 1px solid #ffb34f;
  background: #ffffff;
}

.page-caigou .caigou-header__search input {
  flex: 1;
  height: 40px;
  padding: 0 14px;
  border: 0;
  outline: none;
  color: #4b4d57;
  font-size: 12px;
  background: transparent;
}

.page-caigou .caigou-header__search button {
  width: 84px;
  height: 40px;
  border: 0;
  background: #ff8d15;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.page-caigou .caigou-header__publish {
  width: 138px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2450ff;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.page-caigou .caigou-hero {
  position: relative;
  padding: 0;
  background: #fffdf9;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.page-caigou .caigou-hero::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 50vw;
  background: linear-gradient(180deg, #1530b9, #08113c);
}

.page-caigou .caigou-hero .container {
  position: relative;
  z-index: 1;
}

.page-caigou .caigou-hero__shell {
  width: auto;
}

.page-caigou .caigou-hero__layout {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  margin-right: calc(50% - 50vw);
}

.page-caigou .caigou-hero__menu {
  padding: 10px 0 12px;
  background: #ffffff;
}

.page-caigou .caigou-hero__menu-title {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff8d15;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.page-caigou .caigou-hero__menu a {
  min-height: 38px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.05);
  color: #545764;
  font-size: 12px;
  font-weight: 700;
}

.page-caigou .caigou-hero__menu a:hover {
  color: #ff8d15;
}

.page-caigou .caigou-hero__banner {
  min-height: 384px;
  padding: 44px 48px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(5, 7, 25, 0.22), rgba(5, 7, 25, 0.1)),
    url("../images/caigou/%E6%96%B0%E8%BD%AE%E6%92%AD%20(4)%201.png") center / cover no-repeat;
}

.page-caigou .caigou-hero__copy {
  max-width: 280px;
}

.page-caigou .caigou-hero__copy h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(32px, 2.8vw, 46px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.page-caigou .caigou-hero__copy p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  line-height: 1.65;
}

.page-caigou .caigou-promo {
  padding: 14px 0 34px;
}

.page-caigou .caigou-promo__grid {
  display: grid;
  grid-template-columns: 170px repeat(3, minmax(0, 1fr)) 260px;
  gap: 14px;
  align-items: stretch;
}

.page-caigou .caigou-promo__feature {
  min-height: 180px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 18px;
  background:
    linear-gradient(180deg, rgba(9, 23, 62, 0.2), rgba(9, 23, 62, 0.25)),
    url("../images/caigou/Frame%202087326578.png") center / cover no-repeat;
}

.page-caigou .caigou-promo__feature span {
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
}

.page-caigou .caigou-promo__card {
  background: #ffffff;
}

.page-caigou .caigou-promo__card img {
  width: 100%;
  height: 112px;
  object-fit: cover;
  display: block;
  background: #eef4ff;
}

.page-caigou .caigou-promo__card p {
  margin: 8px 0 0;
  color: #40424c;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
}

.page-caigou .caigou-promo__list {
  padding-top: 4px;
}

.page-caigou .caigou-promo__list a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 28px;
  padding-left: 16px;
  color: #7b7f88;
  font-size: 11px;
  line-height: 1.55;
}

.page-caigou .caigou-promo__list a::before {
  content: "";
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  background: #ff9a22;
}

.page-caigou .caigou-section-title {
  padding: 10px 0 18px;
}

.page-caigou .caigou-section-title__inner {
  text-align: center;
}

.page-caigou .caigou-section-title h2 {
  margin: 0;
  color: #2d2f39;
  font-size: 30px;
  line-height: 1.2;
}

.page-caigou .caigou-section-title p {
  margin: 8px 0 0;
  color: rgba(255, 160, 48, 0.34);
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
}

.page-caigou .caigou-floors {
  padding-bottom: 54px;
}

.page-caigou .goods-floor {
  margin-top: 30px;
}

.page-caigou .goods-floor:first-child {
  margin-top: 0;
}

.page-caigou .goods-floor__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.page-caigou .goods-floor__title {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.page-caigou .goods-floor__title span {
  width: 4px;
  height: 14px;
  background: #ff951d;
}

.page-caigou .goods-floor__title h3 {
  margin: 0;
  color: #3a3d46;
  font-size: 16px;
}

.page-caigou .goods-floor__cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

.page-caigou .goods-floor__cats span {
  color: #8a8d97;
  font-size: 11px;
  font-weight: 700;
}

.page-caigou .goods-floor__grid {
  display: grid;
  grid-template-columns: 236px minmax(0, 1fr) 184px;
  gap: 0;
  background: #ffffff;
}

.page-caigou .goods-focus {
  min-height: 288px;
  padding: 18px;
}

.page-caigou .goods-floor--blue .goods-focus {
  background: linear-gradient(180deg, #e7f1ff, #dce9ff);
}

.page-caigou .goods-floor--sand .goods-focus {
  background: linear-gradient(180deg, #fff6df, #fff0cf);
}

.page-caigou .goods-floor--mint .goods-focus {
  background: linear-gradient(180deg, #e4fbf7, #d4f3ec);
}

.page-caigou .goods-floor--lavender .goods-focus {
  background: linear-gradient(180deg, #eaedff, #dde2ff);
}

.page-caigou .goods-focus h4 {
  margin: 0;
  color: #383b46;
  font-size: 16px;
}

.page-caigou .goods-focus p {
  margin: 4px 0 0;
  color: #6a6f7a;
  font-size: 12px;
}

.page-caigou .goods-focus img {
  width: 100%;
  height: 150px;
  margin-top: 18px;
  object-fit: contain;
}

.page-caigou .goods-focus__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 16px;
}

.page-caigou .goods-focus__tags span {
  min-height: 22px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: #7b7e88;
  font-size: 10px;
  font-weight: 700;
}

.page-caigou .goods-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-caigou .goods-item {
  min-height: 144px;
  padding: 14px 12px 10px;
  border-top: 1px solid rgba(17, 17, 17, 0.05);
  border-left: 1px solid rgba(17, 17, 17, 0.05);
  background: #ffffff;
  text-align: center;
}

.page-caigou .goods-item:nth-child(-n + 3) {
  border-top: 0;
}

.page-caigou .goods-item img,
.page-caigou .goods-item__placeholder {
  width: 82px;
  height: 82px;
  margin: 0 auto;
}

.page-caigou .goods-item img {
  object-fit: contain;
}

.page-caigou .goods-item__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f5f9;
  color: #acafba;
  font-size: 12px;
  font-weight: 700;
}

.page-caigou .goods-item strong {
  display: block;
  margin-top: 8px;
  color: #363842;
  font-size: 12px;
  line-height: 1.5;
}

.page-caigou .goods-item span {
  display: block;
  margin-top: 2px;
  color: #8c9098;
  font-size: 10px;
  line-height: 1.45;
}

.page-caigou .goods-suppliers {
  padding: 12px 12px 10px;
  background:
    linear-gradient(180deg, rgba(225, 242, 255, 0.98), rgba(241, 248, 255, 0.98)),
    url("../images/caigou/Frame%202087326518.png") center / cover no-repeat;
  border-left: 1px solid rgba(17, 17, 17, 0.05);
}

.page-caigou .goods-suppliers h4 {
  margin: 0 0 12px;
  text-align: center;
  color: #40566f;
  font-size: 14px;
}

.page-caigou .goods-suppliers__logo {
  min-height: 70px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.92);
  color: #99a1ad;
  font-size: 11px;
  font-weight: 700;
}

.page-caigou .goods-suppliers__logo strong {
  color: #40566f;
  font-size: 11px;
  line-height: 1.45;
}

.page-caigou .goods-suppliers__logo span {
  color: #8c96a3;
  font-size: 10px;
  line-height: 1.45;
}

.page-caigou .goods-suppliers__btn {
  margin-top: 10px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff951d;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.page-caigou .caigou-news {
  padding: 26px 0 0;
  background:
    linear-gradient(180deg, rgba(241, 248, 255, 0.98), rgba(224, 238, 255, 0.98)),
    url("../images/caigou/Frame%202087326500.png") center top / cover no-repeat;
}

.page-caigou .caigou-news__inner {
  padding: 24px 0 58px;
}

.page-caigou .caigou-news__heading {
  text-align: center;
}

.page-caigou .caigou-news__heading h2 {
  margin: 0;
  color: #1d212a;
  font-size: 38px;
  line-height: 1.1;
}

.page-caigou .caigou-news__heading p {
  margin: 2px 0 0;
  color: rgba(255, 167, 76, 0.3);
  font-size: 20px;
  font-weight: 700;
}

.page-caigou .caigou-news__heading span {
  display: inline-block;
  margin-top: 12px;
  color: #ff971e;
  font-size: 13px;
  font-weight: 800;
}

.page-caigou .caigou-news__tabs {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.page-caigou .caigou-news__tabs a {
  color: #404652;
  font-size: 12px;
  font-weight: 800;
}

.page-caigou .caigou-news__tabs .caigou-news__more {
  margin-left: auto;
  color: #586d86;
}

.page-caigou .caigou-news__content {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 380px minmax(0, 1fr);
  gap: 12px;
}

.page-caigou .caigou-news__feature {
  background: #ffffff;
}

.page-caigou .caigou-news__feature-media {
  min-height: 236px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(180deg, rgba(20, 28, 48, 0.12), rgba(20, 28, 48, 0.18)),
    url("../images/caigou/image%201896.png") center / cover no-repeat;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  font-weight: 800;
}

.page-caigou .caigou-news__feature-caption {
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  background: #ff8f17;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.4;
}

.page-caigou .caigou-news__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-caigou .caigou-news__item {
  min-height: 34px;
  padding: 0 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px;
  align-items: center;
  gap: 16px;
  background: rgba(156, 196, 255, 0.72);
  color: #3f4652;
  font-size: 12px;
  font-weight: 700;
}

.page-caigou .caigou-news__item:nth-child(even) {
  background: rgba(193, 219, 255, 0.62);
}

.page-caigou .caigou-news__item span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.page-caigou .caigou-news__item time {
  color: #7a8491;
  font-size: 12px;
  font-weight: 700;
}

.page-caigou .site-footer {
  margin-top: 0;
}

@media (max-width: 1180px) {
  .page-caigou .caigou-promo__grid,
  .page-caigou .goods-floor__grid {
    grid-template-columns: 1fr;
  }

  .page-caigou .goods-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-caigou .caigou-news__content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .page-caigou .caigou-header__top {
    display: none;
  }

  .page-caigou .caigou-header__main-inner {
    min-height: 66px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 12px 0;
  }

  .page-caigou .caigou-header__search {
    order: 3;
    flex: 1 1 100%;
    max-width: none;
  }

  .page-caigou .caigou-hero::before {
    width: 100%;
  }

  .page-caigou .caigou-hero__layout {
    grid-template-columns: 1fr;
  }

  .page-caigou .caigou-hero__menu {
    order: 2;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-caigou .caigou-hero__menu-title {
    grid-column: 1 / -1;
  }

  .page-caigou .caigou-hero__banner {
    min-height: 280px;
    padding: 32px 24px;
  }

  .page-caigou .caigou-hero__copy h1 {
    font-size: clamp(28px, 8vw, 38px);
  }

  .page-caigou .caigou-promo__grid,
  .page-caigou .goods-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-caigou .caigou-promo__feature,
  .page-caigou .caigou-promo__list {
    grid-column: 1 / -1;
  }.page-caigou .caigou-news__tabs {
    flex-wrap: wrap;
    gap: 12px;
  }

  .page-caigou .caigou-news__tabs .caigou-news__more {
    margin-left: 0;
  }
}
