/* Compiled from LESS. Edit this CSS going forward. */
/**
 * Industry Insights listing — /industry-insights.html
 * Article cards injected by /js/industry-insights.js
 */
/* Modern layout tokens — html { font-size: 10px } in site.less → 1rem = 10px */
/* 1200px content */
/* Homepage section shell — single visual column */
/* Homepage */
/* between major sections */
/* section title → main content */
/* carousel → Learn More button */
/* last section → footer */
/* Inner pages (About, etc.) */
/* Toolbox / forpros marketing page — type scale */
/* 3.2rem — page-level headings */
/* 2.4rem */
/* 1.8rem — intro copy (e.g. above search) */
/* 1.6rem — section descriptions */
/* 1.4rem */
/* 2.4rem — nested card titles */
/* 1.8rem */
/* bottom-content product name (.big-title) vs block headings (.card-title) */
/* product-library.html 品类入口卡：名称略大于素材列表标题 */
/* 手机端品类卡：图片区统一高度，便于同行标题/按钮对齐 */
/* 1.8rem */
/* 1.4rem */
/* 1.3rem */
/* Toolbox floating actions (cart, back-to-top, back, home) */
/* Mobile stack: base → back-top → goto → back-home → cart */
/* Toolbox 桌面侧栏：filter-nav / slider-bar（高于主内容，低于弹层） */
/* Form / lookup / registration pages — type scale */
/* Marketing / product toolkit (.page-toolbox) — light banner, dark text */
/* product-library-list 等：两列素材卡片 + 紧凑操作钮 */
/* 两列品类卡：等高图片区 + 标题弹性区 + 按钮贴底 */
/* product-library.html：品类网格 + 长 CTA 文案 */
/* product-library-one 等：bottom-content 内各类素材列表 */
/* gifts-detail.html / props-detail.html：详情 + You May Also Like */
/* Inner page hero — mobile (legacy mpx @ 414px design → rem) */
.page-about {
  overflow: hidden;
}
.page-about .grid-1.ca {
  position: relative;
  width: 100%;
  max-width: none;
  align-items: flex-start;
  height: 53rem;
  min-height: 30rem;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  overflow: hidden;
}
.page-about .grid-1.ca picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.page-about .grid-1.ca picture .bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-about .grid-1.ca .hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.page-about .grid-1.ca .hero-inner-top {
  width: 100%;
}
.page-about .grid-1.ca .title {
  font-size: 5.2rem;
  color: #222;
  text-align: center;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.page-about .grid-1.ca .desc {
  font-size: 2rem;
  line-height: 1.65;
  margin-top: 2.4rem;
  color: #3d3d3d;
  text-align: center;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}
.page-about .main-box {
  margin-top: 6.4rem;
  margin-bottom: 9.6rem;
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4rem;
  padding-right: 4rem;
  box-sizing: border-box;
}
.page-about .news-list {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
.page-about .main-box .article-card {
  display: flex;
  align-items: stretch;
  gap: 3.2rem;
  margin: 0;
  padding: 2.8rem;
  background: #fff;
  border-radius: 1.2rem;
  border: 1px solid rgba(15, 45, 70, 0.08);
  box-shadow: 0 0.1rem 0.3rem rgba(0, 30, 60, 0.04), 0 1.2rem 4rem rgba(0, 40, 80, 0.06);
  transition: box-shadow 0.28s ease, border-color 0.28s ease, transform 0.28s ease;
  box-sizing: border-box;
}
.page-about .main-box .article-card:hover {
  border-color: rgba(31, 148, 210, 0.22);
  box-shadow: 0 0.4rem 1.2rem rgba(0, 40, 80, 0.08), 0 2rem 4.8rem rgba(31, 148, 210, 0.1);
  transform: translateY(-0.2rem);
}
.page-about .main-box .article-image {
  flex-shrink: 0;
  width: 38rem;
  max-width: 42%;
  border-radius: 1rem;
  overflow: hidden;
  background: #e8eef2;
  aspect-ratio: 380 / 270;
  align-self: flex-start;
}
.page-about .main-box .article-image a {
  display: block;
  height: 100%;
  line-height: 0;
}
.page-about .main-box .article-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.page-about .main-box .article-card:hover .article-image img {
  transform: scale(1.03);
}
.page-about .main-box .article-content {
  flex: 1;
  min-width: 0;
  margin-left: 0;
  padding-top: 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.2rem;
}
.page-about .main-box .article-title {
  font-size: 2.6rem;
  line-height: 1.3;
  color: #111827;
  margin: 0;
  letter-spacing: -0.02em;
}
.page-about .main-box .article-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
.page-about .main-box .article-title a:hover {
  color: #1f94d2;
}
.page-about .main-box .article-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  color: #5b6770;
  margin: 0;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid rgba(15, 45, 70, 0.08);
  font-size: 1.5rem;
  line-height: 1.4;
}
.page-about .main-box .article-subtitle {
  font-size: 1.8rem;
  color: #1f2937;
  margin: 0;
  line-height: 1.45;
  font-weight: 600;
}
.page-about .main-box .article-excerpt {
  flex: 1;
  min-height: 0;
  font-size: 1.7rem;
  line-height: 1.65;
  color: #4b5563;
  margin: 0;
}
.page-about .main-box .read-more {
  color: #1f94d2;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0;
  margin-top: auto;
  padding-top: 0.4rem;
  white-space: nowrap;
  flex-shrink: 0;
  transition: color 0.2s ease, gap 0.2s ease;
}
.page-about .main-box .read-more:hover {
  color: #1578a8;
  gap: 1rem;
}
.page-about .main-box .read-more::after {
  content: "\2192";
  font-size: 1.05em;
  line-height: 1;
}
.pagination-container {
  display: flex;
  justify-content: center;
  margin-top: 4.8rem;
  margin-bottom: 0.8rem;
  padding: 0 0.8rem;
}
.pagination {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  max-width: 100%;
  padding: 1.4rem 2rem;
}
.pagination-btn {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: inherit;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
  color: #196089;
  min-height: 4rem;
  min-width: 4rem;
  padding: 1rem 1.4rem;
  margin: 0;
  border-radius: 1rem;
  border: 0.1rem solid rgba(17, 149, 200, 0.35);
  background: #fff;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  box-shadow: 0 0.1rem 0.4rem rgba(25, 96, 137, 0.06);
}
.pagination-btn:hover:not(:disabled) {
  background: rgba(17, 149, 200, 0.1);
  border-color: rgba(17, 149, 200, 0.55);
  color: #0f5a78;
  box-shadow: 0 0.4rem 1.4rem rgba(17, 149, 200, 0.18);
}
.pagination-btn:active:not(:disabled) {
  transform: scale(0.97);
}
.pagination-btn:focus-visible {
  outline: 0.2rem solid rgba(17, 149, 200, 0.55);
  outline-offset: 0.2rem;
}
.pagination-btn.pagination-btn--nav {
  min-width: 9.6rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  letter-spacing: 0.02em;
}
.pagination-btn.pagination-btn--page {
  min-width: 4.2rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  font-variant-numeric: tabular-nums;
}
.pagination-btn.active,
.pagination-btn:disabled.active {
  border-color: transparent;
  background: linear-gradient(145deg, #1195c8 0%, #0a6f99 100%);
  color: #fff;
  cursor: default;
  box-shadow: 0 0.4rem 1.6rem rgba(10, 111, 153, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.pagination-btn.disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
  color: #999;
  border-color: #ddd;
  box-shadow: none;
}
.pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.2rem;
  height: 4rem;
  padding: 0 0.4rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(25, 96, 137, 0.45);
  letter-spacing: 0.08em;
  user-select: none;
  pointer-events: none;
}
@media screen and (max-width: 990px) {
  .page-about {
    overflow-x: hidden;
  }
  .page-about .grid-1.ca {
    width: 100%;
    height: auto;
    min-height: 20rem;
    align-items: center;
    justify-content: center;
    padding: calc(5.5rem + 2rem) 1.6rem 2.4rem;
    box-sizing: border-box;
  }
  .page-about .grid-1.ca .hero-inner {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0;
    align-items: center;
  }
  .page-about .grid-1.ca .title {
    font-size: 2.6rem;
    line-height: 1.2;
    text-align: center;
  }
  .page-about .grid-1.ca .desc {
    font-size: 1.4rem;
    line-height: 1.55;
    width: 100%;
    max-width: 100%;
    margin-top: 1.2rem;
    text-align: center;
  }
  .page-about .grid-1.ca .desc br {
    display: none;
  }
  .page-about .main-box {
    margin-top: 4rem;
    margin-bottom: 5.6rem;
    width: 100%;
    max-width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .page-about .news-list {
    gap: 1.6rem;
  }
  .page-about .main-box .article-card {
    flex-direction: column;
    align-items: stretch;
    gap: 1.4rem;
    margin-top: 0;
    padding: 1.6rem 1.4rem;
    border-radius: 1rem;
    transform: none;
  }
  .page-about .main-box .article-card:hover {
    transform: none;
    box-shadow: 0 0.1rem 0.3rem rgba(0, 30, 60, 0.04), 0 1.2rem 4rem rgba(0, 40, 80, 0.06);
  }
  .page-about .main-box .article-card:hover .article-image img {
    transform: none;
  }
  .page-about .main-box .article-image {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 0.8rem;
    align-self: stretch;
  }
  .page-about .main-box .article-content {
    margin-left: 0;
    padding-top: 0;
    gap: 0.8rem;
  }
  .page-about .main-box .article-title {
    font-size: 1.8rem;
    line-height: 1.32;
    word-break: break-word;
  }
  .page-about .main-box .article-meta {
    font-size: 1.3rem;
    padding-bottom: 1rem;
  }
  .page-about .main-box .article-subtitle {
    font-size: 1.4rem;
    line-height: 1.45;
  }
  .page-about .main-box .article-excerpt {
    font-size: 1.4rem;
    line-height: 1.55;
  }
  .page-about .main-box .read-more {
    font-size: 1.4rem;
    min-height: 4.4rem;
    padding: 0.6rem 0;
    white-space: normal;
  }
}
