/* ========== 生产范围页 ========== */
body.page-product-scope .site-main {
  padding-top: calc(var(--topbar-height) + var(--nav-height));
}

.product-scope-head {
  padding: 48px 0 96px;
  box-sizing: border-box;
}

.product-scope-title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: var(--color-header-title);
  line-height: 1.45;
  letter-spacing: 0.14em;
}

.product-scope-subtitle {
  margin: 24px 0 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
}

.product-scope-details {
  width: 100%;
  max-width: 100%;
  margin: 10px 0 0;
}

.product-scope-details__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
}

.product-scope-empty {
  margin: 56px 0 0;
  font-size: 18px;
  color: #888;
}

@media (min-width: 1025px) {
  .product-scope-head {
    padding: 56px 0 110px;
  }

  .product-scope-title {
    font-size: 34px;
    letter-spacing: 0.16em;
  }

  .product-scope-subtitle {
    margin-top: 28px;
    font-size: 26px;
  }

  .product-scope-details,
  .product-scope-empty {
    margin-top: 46px;
  }
}

@media (max-width: 768px) {
  .product-scope-head {
    padding: 24px 0 64px;
  }

  .product-scope-title {
    font-size: 22px;
    letter-spacing: 0.12em;
  }

  .product-scope-subtitle {
    margin-top: 16px;
    font-size: 18px;
  }

  .product-scope-details,
  .product-scope-empty {
    margin-top: 22px;
  }

  .product-scope-empty {
    font-size: 16px;
  }
}