
.yx-wic375 {
  --wic-red: #da251d;
  --wic-ink: #242424;
  --wic-muted: #777;
  --wic-line: #e8e8e8;
  width: 100%;
  color: var(--wic-ink);
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

.yx-wic375,
.yx-wic375 * {
  box-sizing: border-box;
}

.yx-wic375 a {
  color: inherit;
  text-decoration: none;
}

.yx-wic375 img {
  display: block;
  max-width: 100%;
}

/* 项目标题 */

.yx-wic375 .wic-project-title {
  max-width: 1200px;
  margin: 0 auto;
  padding: 54px 30px 36px;
  text-align: center;
}

.yx-wic375 .wic-project-kicker {
  margin: 0 0 13px;
  color: var(--wic-red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
}

.yx-wic375 .wic-project-title h1 {
  margin: 0;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 500;
  line-height: 1.2;
}

/* 项目主图 */

.yx-wic375 .wic-project-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  height: 650px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #ededeb;
  background: #f7f7f5;
}

.yx-wic375 .wic-project-hero img {
  width: 100%;
  height: 100%;
  padding: 34px;
  object-fit: contain;
}

/* 内容区域 */

.yx-wic375 .wic-project-body {
  max-width: 1200px;
  margin: 0 auto;
  padding: 78px 30px 84px;
}

.yx-wic375 .wic-section-title {
  position: relative;
  margin: 0 0 48px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .02em;
  text-align: center;
}

.yx-wic375 .wic-section-title::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 44px;
  height: 2px;
  background: var(--wic-red);
  content: "";
  transform: translateX(-50%);
}

/* 项目信息 */

.yx-wic375 .wic-info-list {
  max-width: 980px;
  margin: 0 auto;
}

.yx-wic375 .wic-info-row {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  padding: 26px 0;
  border-bottom: 1px solid var(--wic-line);
}

.yx-wic375 .wic-info-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #f0aaa6;
  border-radius: 50%;
  color: var(--wic-red);
  font-size: 20px;
  line-height: 1;
}

.yx-wic375 .wic-info-row h3 {
  margin: 1px 0 9px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
}

.yx-wic375 .wic-info-row p {
  margin: 0;
  color: var(--wic-muted);
  font-size: 14px;
  line-height: 1.8;
}

.yx-wic375 .wic-info-row--text {
  padding-top: 32px;
  padding-bottom: 32px;
}

/* 项目执行过程 */

.yx-wic375 .wic-capability-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 54px;
}

.yx-wic375 .wic-capability-gallery figure {
  margin: 0;
  border: 1px solid var(--wic-line);
  background: #fff;
}

.yx-wic375 .wic-capability-gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  background: #f6f6f4;
}

.yx-wic375 .wic-capability-gallery figure:first-child img {
  padding: 10px;
  object-fit: contain;
}

.yx-wic375 .wic-capability-gallery figcaption {
  padding: 17px 16px 18px;
}

.yx-wic375 .wic-capability-gallery strong {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.yx-wic375 .wic-capability-gallery span {
  display: block;
  margin-top: 8px;
  color: #777;
  font-size: 13px;
  line-height: 1.6;
}

/* 产品区域 */

.yx-wic375 .wic-featured-products {
  padding-top: 92px;
}

.yx-wic375 .wic-products-kicker {
  margin: 0 0 12px;
  color: var(--wic-red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-align: center;
}

.yx-wic375 .wic-products-intro {
  max-width: 820px;
  margin: -8px auto 42px;
  color: var(--wic-muted);
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}

/* 产品目录 */

.yx-wic375 .wic-product-index {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 62px;
  border-top: 1px solid var(--wic-line);
  border-left: 1px solid var(--wic-line);
}

.yx-wic375 .wic-product-index a {
  display: flex;
  min-height: 62px;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-right: 1px solid var(--wic-line);
  border-bottom: 1px solid var(--wic-line);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  transition: color .2s ease, background .2s ease;
}

.yx-wic375 .wic-product-index a:hover {
  color: var(--wic-red);
  background: #fafafa;
}

.yx-wic375 .wic-product-index span {
  flex: 0 0 auto;
  color: var(--wic-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

.yx-wic375 .wic-product-index a:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

/* 产品详情 */

.yx-wic375 .wic-product-detail-list {
  display: flex;
  flex-direction: column;
  gap: 86px;
}

.yx-wic375 .wic-product-detail {
  scroll-margin-top: 110px;
}

.yx-wic375 .wic-product-heading {
  display: grid;
  grid-template-columns: 58px minmax(260px, .78fr) minmax(340px, 1.22fr);
  min-height: 94px;
  align-items: center;
  gap: 22px;
  padding: 18px 0;
  border-top: 1px solid #bfbfbf;
}

.yx-wic375 .wic-product-number {
  display: grid;
  align-self: stretch;
  place-items: center;
  background: var(--wic-red);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
}

.yx-wic375 .wic-product-heading h3 {
  margin: 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.25;
}

.yx-wic375 .wic-product-spec {
  margin: 7px 0 0;
  color: #999;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.yx-wic375 .wic-product-description {
  margin: 0;
  color: #777;
  font-size: 14px;
  line-height: 1.75;
}

/* 产品图与工程图 */

.yx-wic375 .wic-product-pair {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  align-items: stretch;
  gap: 18px;
}

.yx-wic375 .wic-product-media {
  min-width: 0;
  margin: 0;
  border: 1px solid #dedede;
  background: #fff;
}

.yx-wic375 .wic-media-frame {
  display: flex;
  height: 470px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f5f5f3;
}

.yx-wic375 .wic-product-photo .wic-media-frame {
  background: #f0f0ed;
}

.yx-wic375 .wic-product-media img {
  width: 100%;
  height: 100%;
  padding: 18px;
  object-fit: contain;
  transition: transform .25s ease;
}

.yx-wic375 .wic-product-photo img {
  padding: 0;
}

.yx-wic375 .wic-media-frame:hover img {
  transform: scale(1.015);
}

/* 图片下方标题及介绍 */

.yx-wic375 .wic-product-media figcaption {
  display: flex;
  min-height: 92px;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  padding: 18px 20px;
  border-top: 1px solid #dedede;
}

.yx-wic375 .wic-product-media figcaption span {
  display: block;
  color: var(--wic-red);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .13em;
}

.yx-wic375 .wic-product-media figcaption strong {
  display: block;
  color: #555;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

/* 平板适配 */

@media (max-width: 1050px) {
  .yx-wic375 .wic-capability-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 820px) {
  .yx-wic375 .wic-project-hero {
    height: 520px;
    border-right: 0;
    border-left: 0;
  }

  .yx-wic375 .wic-project-body {
    padding-right: 22px;
    padding-left: 22px;
  }

  .yx-wic375 .wic-product-heading {
    grid-template-columns: 54px 1fr;
  }

  .yx-wic375 .wic-product-description {
    grid-column: 1 / -1;
  }

  .yx-wic375 .wic-product-pair {
    grid-template-columns: 1fr;
  }

  .yx-wic375 .wic-media-frame {
    height: 500px;
  }
}

/* 手机适配 */

@media (max-width: 560px) {
  .yx-wic375 .wic-project-title {
    padding: 42px 20px 30px;
  }

  .yx-wic375 .wic-project-title h1 {
    font-size: 29px;
  }

  .yx-wic375 .wic-project-hero {
    height: 380px;
  }

  .yx-wic375 .wic-project-hero img {
    padding: 15px;
  }

  .yx-wic375 .wic-project-body {
    padding: 62px 20px 70px;
  }

  .yx-wic375 .wic-info-row {
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }

  .yx-wic375 .wic-info-icon {
    width: 38px;
    height: 38px;
  }

  .yx-wic375 .wic-capability-gallery,
  .yx-wic375 .wic-product-index {
    grid-template-columns: 1fr;
  }

  .yx-wic375 .wic-capability-gallery img {
    height: 260px;
  }

  .yx-wic375 .wic-product-index a {
    min-height: 58px;
    font-size: 14px;
  }

  .yx-wic375 .wic-product-index a:last-child:nth-child(odd) {
    grid-column: auto;
  }

  .yx-wic375 .wic-product-detail-list {
    gap: 58px;
  }

  .yx-wic375 .wic-product-heading {
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }

  .yx-wic375 .wic-product-heading h3 {
    font-size: 18px;
  }

  .yx-wic375 .wic-product-spec {
    font-size: 10px;
  }

  .yx-wic375 .wic-product-description {
    font-size: 13px;
  }

  .yx-wic375 .wic-media-frame {
    height: 360px;
  }

  .yx-wic375 .wic-product-media figcaption {
    min-height: 86px;
    padding: 16px;
  }

  .yx-wic375 .wic-product-media figcaption span {
    font-size: 12px;
  }

  .yx-wic375 .wic-product-media figcaption strong {
    font-size: 14px;
  }
}
