
/* 2026-06-17 refinements */
.hy-page-hero--clear:before {
  background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,0));
}

.hy-page-hero--clear h1,
.hy-page-hero--clear p {
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
}

.hy-page-product-card__price {
  margin: 0 18px 10px;
  color: #d91820;
  font-size: 20px;
  font-weight: 900;
}

.hy-page-product-card__price:before {
  content: "参考价 ";
  color: #222;
  font-size: 13px;
  font-weight: 400;
}

.hy-pages .pagination,
.hy-pages ul,
.hy-pages ol {
  display: contents;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hy-pages li {
  list-style: none;
}

.hy-pages a,
.hy-pages span,
.hy-pages li a,
.hy-pages li span,
.hy-pages .active,
.hy-pages .current {
  display: inline-flex !important;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 14px;
  line-height: 1;
}

.hy-pages a:hover,
.hy-pages li a:hover,
.hy-pages .active,
.hy-pages .current,
.hy-pages span.current {
  background: #d91820 !important;
  color: #fff !important;
  border-color: #d91820 !important;
}

.hy-case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.hy-case-card {
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,.055);
  overflow: hidden;
  transition: .28s;
}

.hy-case-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 42px rgba(0,0,0,.1);
}

.hy-case-card__img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #eee;
}

.hy-case-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .35s;
}

.hy-case-card:hover img {
  transform: scale(1.06);
}

.hy-case-card__body {
  padding: 18px 20px 22px;
  background: linear-gradient(180deg,#fff,#f4f4f4);
}

.hy-case-card h3 {
  height: 50px;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.4;
  overflow: hidden;
}

.hy-case-card p {
  height: 48px;
  margin: 0;
  color: #666;
  font-size: 13px;
  line-height: 1.8;
  overflow: hidden;
}

.hy-nav__row {
  height: 72px;
  display: flex;
  align-items: center;
}

.hy-nav__row > a {
  height: 72px;
  padding: 0 23px;
  display: flex;
  align-items: center;
  color: #eee;
  font-size: 15px;
  transition: .25s;
}

.hy-nav > ul > li.is-active .hy-nav__row,
.hy-nav > ul > li:hover .hy-nav__row {
  background: #d91820;
}

.hy-subtoggle {
  display: none;
}

.hy-nav-tel {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-left: 24px;
  padding-left: 22px;
  height: 40px;
  border-left: 1px solid rgba(255,255,255,.18);
  color: #fff;
}

.hy-nav-tel__icon {
  color: #d91820;
  font-size: 20px;
  line-height: 1;
}

.hy-nav-tel__num {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .02em;
}

/* 2026-06-17 09:33 online feedback fixes */
.hy-page-hero.hy-page-hero--clear:before {
  background: transparent !important;
  opacity: 0 !important;
}

.hy-page-hero.hy-page-hero--clear h1,
.hy-page-hero.hy-page-hero--clear p {
  color: #fff !important;
  text-shadow: 0 2px 8px rgba(0,0,0,.45);
}

/* 2026-06-18 homepage about image visibility */
@media (min-width: 769px) {
  .hy-about-card > img {
    display: none;
  }

  .hy-about-card__text {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .hy-nav dl {
    min-width: 190px;
    padding: 10px 0;
    border-top: 3px solid #d91820;
    background: #fff;
    box-shadow: 0 18px 42px rgba(0,0,0,.22);
  }

  .hy-nav dt a {
    position: relative;
    display: block;
    padding: 13px 22px 13px 28px;
    color: #222;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 600;
    border-bottom: 1px solid #f0f0f0;
    transition: .22s;
  }

  .hy-nav dt:last-child a {
    border-bottom: 0;
  }

  .hy-nav dt a:before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    width: 5px;
    height: 5px;
    margin-top: -2px;
    border-radius: 50%;
    background: #d91820;
    opacity: .45;
    transition: .22s;
  }

  .hy-nav dt a:hover {
    color: #d91820;
    background: linear-gradient(90deg, #fff3f3 0%, #fff 100%);
    padding-left: 34px;
  }

  .hy-nav dt a:hover:before {
    opacity: 1;
    transform: scale(1.4);
  }
}

@media (max-width: 1024px) {
  .hy-case-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hy-nav-tel {
    display: none;
  }
}

@media (max-width: 768px) {
  .hy-page-hero--clear h1,
  .hy-page-hero--clear p {
    color: #fff;
  }

  .hy-page-hero > .hy-container {
    display: none;
  }

  .hy-about-card > img {
    display: block;
  }

  .hy-nav__row {
    height: 46px;
    border-top: 1px solid rgba(255,255,255,.07);
  }

  .hy-nav__row > a {
    height: 46px;
    flex: 1;
    padding: 0 18px;
  }

  .hy-subtoggle {
    display: flex;
    width: 46px;
    height: 46px;
    border: 0;
    border-left: 1px solid rgba(255,255,255,.08);
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #fff;
    font-size: 24px;
    line-height: 1;
  }

  .hy-nav li dl {
    display: none;
    background: #202020;
  }

  .hy-nav li.sub-open dl {
    display: block;
  }

  .hy-nav li:hover dl {
    display: none;
  }

  .hy-nav li.sub-open:hover dl {
    display: block;
  }

  .hy-nav dt a {
    color: #e8e8e8;
    padding: 11px 28px;
    border-top: 1px solid rgba(255,255,255,.06);
  }

  .hy-case-grid {
    grid-template-columns: 1fr;
  }
}
