/* 汇总页Banner */
.scc-product-summary-container {
  background-size: cover; /* 确保背景图覆盖整个区域 */
  background-position: center; /* 背景图居中 */
  height: 34.5rem; /* 设置一个固定的高度，你可以根据需要调整 */
  display: flex; /* 启用Flexbox布局 */
  justify-content: center; /* 水平居中内容 */
  align-items: center; /* 垂直居中内容 */
  text-align: center; /* 文本在内容框内居中 */
}

.scc-product-summary-container .scc-product-summary-content-box {
  width: 120rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 3.5rem 1.6rem; /* 增加内边距 */
  background-color: rgb(255 255 255 / 62%); /* 85%不透明度的白色 */
  box-shadow: 0 0.1rem 1rem rgb(0 0 0 / 10%);
}

.scc-product-summary-container
  .scc-product-summary-content-box
  .scc-product-summary-title {
  font-family: Exo, sans-serif;
  font-size: 4.8rem !important;
  font-weight: 600;
  color: var(--scc-color-text-primary);
}

.scc-product-summary-container
  .scc-product-summary-content-box
  .scc-product-summary-spec {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
/* 面包屑 */
.scc-main-breadcrumb {
  width: 120rem;
  max-width: 100%;
  margin: 3.2rem auto 3.5rem;
  color: var(--scc-color-breadcrumb);
  font-size: 1.4rem;
  font-weight: 400;
}

.scc-main-breadcrumb .breadcrumb-link .breadcrumb-item::after {
  content: '/';
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0 0.5rem;
}

.scc-main-breadcrumb
  .breadcrumb-link
  .breadcrumb-item:nth-last-child(1)::after {
  display: none;
}

.scc-main-breadcrumb .breadcrumb-link .breadcrumb-item:nth-last-child(1) a {
  color: var(--scc-color-primary);
}

@media screen and (width <= 768px) {
  /* 汇总页Banner */
  .scc-product-summary-container {
    height: 57.9rem;
  }

  .scc-product-summary-container .scc-product-summary-content-box {
    width: 34.3rem;
    padding: 6rem 1.2rem 4.6rem;
  }

  .scc-product-summary-container
    .scc-product-summary-content-box
    .scc-product-summary-title {
    font-size: 3.2rem !important;
  }

  .scc-product-summary-container
    .scc-product-summary-content-box
    .scc-product-summary-spec {
    font-size: 1.7rem !important;
    font-weight: 400;
  }

  /* 汇总页Banner */
  .scc-product-summary-container {
    height: 57.9rem;
  }

  .scc-product-summary-container .scc-product-summary-content-box {
    width: 34.3rem;
    padding: 6rem 1.2rem 4.6rem;
  }

  .scc-product-summary-container
    .scc-product-summary-content-box
    .scc-product-summary-title {
    font-size: 3.2rem !important;
  }

  .scc-product-summary-container
    .scc-product-summary-content-box
    .scc-product-summary-spec {
    font-size: 1.7rem !important;
    font-weight: 400;
  }

  /* <!-- 面包屑 --> */
  .scc-main-breadcrumb {
    margin: 1.6rem 1.6rem 3.2rem;
    width: auto;
  }
}
