/* pruduct.html — 覆盖产品（设计节点 0:346，依赖 home.css、secondpage.css） */

.page.page--product > .topCont {
  height: 64px;
  min-height: 64px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #eafffb 0%, #bdeffc 100%);
}

.page.page--product .site-header {
  padding: 0 48px 0 96px;
}

.page.page--product .site-nav__item {
  text-decoration: none;
}

.product-main {
  background: #fff;
  min-height: calc(100vh - 64px - 350px);
  padding: 34px 0 98px;
}

.product-hero-wrap {
  width: 756px;
  max-width: 100%;
  margin: 0 auto;
}

.product-hero {
  width: 327px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.product-hero__en {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  color: #504f53;
  opacity: 0.15;
  text-transform: uppercase;
  letter-spacing: 0;
}

.product-hero__cn {
  margin: 0px 0 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 2px;
  color: #333;
}

.product-hero__line {
  width: 120px;
  margin: 6px auto 0;
  line-height: 0;
}

.product-hero__line img {
  width: 100%;
  height: auto;
  display: block;
}

.product-hero__lead {
  margin: 26px auto 0;
  max-width: 756px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #666;
}

.product-grid-wrap {
  width: 1331px;
  max-width: 100%;
  margin: 41px auto 0;
  padding: 0;
  box-sizing: border-box;
}

.product-grid {
  display: grid;
  grid-template-columns: 657px 657px;
  column-gap: 17px;
  row-gap: 1px;
  justify-content: center;
}

.product-grid__cell {
  box-sizing: border-box;
  min-height: 70px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #011f24;
  opacity: 0.85;
  border-style: solid;
  border-width: 1px;
}

.product-grid__cell--muted {
  background: #fff;
  border-color: #f6f6f6;
}

.product-grid__cell--tint {
  background: #f9fffe;
  border-color: #fff;
}

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