/* 备件商城 / 备件服务 - parts_mall.html */

:root {
  --pm-text: #333333;
  --pm-text-muted: #666666;
  --pm-text-light: #999999;
  --pm-font-section: clamp(24px, 2.083vw, 40px);
}

.site-main--pm {
  min-height: auto;
  overflow: hidden;
}

/* ========== Coming soon ========== */

.pm-soon {
  padding: clamp(56px, 5.417vw, 104px) 0 clamp(100px, 11.979vw, 230px);
  background: #ffffff;
}

.pm-soon__title {
  margin: 0;
  font-size: var(--pm-font-section);
  font-weight: 600;
  line-height: 1.3;
  color: var(--pm-text);
  text-align: center;
}

.pm-soon__body {
  margin-top: clamp(28px, 2.083vw, 40px);
}

.pm-soon__lead,
.pm-soon__body p {
  margin: 0;
  font-size: clamp(14px, 0.9375vw, 18px);
  line-height: 2;
  color: var(--pm-text-muted);
  text-align: left;
}

.pm-soon__lead {
  font-weight: 600;
  color: var(--pm-text);
}

.pm-soon__body p + p {
  margin-top: clamp(16px, 1.042vw, 20px);
}

.pm-soon__sign {
  margin-top: clamp(28px, 2.292vw, 44px);
  text-align: right;
  font-size: clamp(12px, 0.833vw, 16px);
  line-height: 1.8;
  color: var(--pm-text-light);
}

.pm-soon__sign p {
  margin: 0;
}

.pm-soon__sign p + p {
  margin-top: clamp(4px, 0.417vw, 8px);
}

@media (max-width: 768px) {
  .pm-soon {
    padding: 48px 0 72px;
  }

  .pm-soon__sign {
    text-align: left;
  }
}
