/* ============================================
   产品页增强样式 v11 - huamo.net
   设计系统：专业工业产品展示
   品牌色: #f39700 (橙), #2c2e35 (深灰)
   ============================================ */

/* ===== 产品列表页卡片 ===== */

.ul_4 li .zbox {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.ul_4 li:hover .zbox {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.ul_4 li .zbox .img {
  overflow: hidden;
  position: relative;
}
.ul_4 li .zbox .img::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(44, 46, 53, 0.5) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.ul_4 li:hover .zbox .img::after {
  opacity: 1;
}
.ul_4 li .zbox .img img {
  transition: transform 0.5s ease;
}
.ul_4 li:hover .zbox .img img {
  transform: scale(1.08);
}
.ul_4 li .zbox .text {
  border: none !important;
  border-top: none !important;
  padding: 24px 24px 32px 24px;
  position: relative;
}
.ul_4 li .zbox .text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 3px;
  background: linear-gradient(90deg, #f39700 0%, #f39700 40%, #eee 40%, #eee 100%);
  border-radius: 2px;
}
.ul_4 li .zbox .text h4 {
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 4px;
}
.ul_4 li .zbox .text h6 {
  font-size: 13px;
  color: #aaa;
  letter-spacing: 0.3px;
}
.ul_4 li .zbox .text .ico {
  opacity: 0.6;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.ul_4 li:hover .zbox .text .ico {
  opacity: 1;
  transform: translateY(-2px);
}

/* ===== 产品详情页 ===== */

/* ---- 根容器：flex 垂直堆叠，覆盖原 style.css 里的 float:left ---- */
.c_1530_10 {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  float: none !important;
  width: 100% !important;
  margin-top: 0 !important;
  padding: 10px 0 0 0;
}
/* 所有直接子块：清 float / 强制垂直堆叠 */
.c_1530_10 > * {
  float: none !important;
  clear: both !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ---- 标题 Hero 区 ---- */
.c_1530_10 .product-hero {
  text-align: center;
  padding: 20px 20px 18px 20px;
}
.c_1530_10 .c_1530_10_head {
  border: none !important;
  float: none !important;
  width: auto !important;
  font-size: 30px;
  font-weight: 700;
  color: #2c2e35;
  letter-spacing: 1.5px;
  line-height: 1.4;
  text-align: center;
  padding: 0 !important;
  padding-bottom: 0 !important;
  display: inline-block;
  max-width: 800px;
  margin: 0;
}
.product-hero__accent {
  width: 48px;
  height: 3px;
  background: #f39700;
  border-radius: 2px;
  margin: 22px auto 0 auto;
  position: relative;
}
.product-hero__accent::before,
.product-hero__accent::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  height: 1px;
  background: #d8dce0;
}
.product-hero__accent::before { right: 100%; margin-right: 12px; }
.product-hero__accent::after { left: 100%; margin-left: 12px; }

/* ---- 产品主图展示：两栏式（图左 / 信息右），整体居中、底部加分隔线 ---- */
.c_1530_10 .product-showcase {
  display: flex;
  align-items: stretch;
  gap: 36px;
  max-width: 940px;
  margin: 8px auto 56px auto !important;
  padding: 0 0 40px 0 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  text-align: left;
  position: relative;
}
/* 主图区下方渐变分隔线：左橙→右浅灰，半透明渐隐 */
.c_1530_10 .product-showcase::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(620px, 92%);
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #f39700 18%, #f39700 32%, #e6e8ec 60%, transparent 100%);
  border-radius: 2px;
}
.c_1530_10 .product-showcase__media {
  flex: 0 0 auto;
  width: 46%;
  max-width: 440px;
  aspect-ratio: 1 / 1;
}
.c_1530_10 .product-showcase__frame {
  background: #fff;
  border: 1px solid #eef0f3;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 3px 20px rgba(44, 46, 53, 0.06);
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-showcase__frame::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 3px;
  background: #f39700;
}
.product-showcase__frame p {
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  line-height: 0;
}
.product-showcase__frame img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
  object-fit: contain;
}

/* ---- 右侧产品信息 ---- */
.c_1530_10 .product-showcase__info {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6px 0;
}
.product-showcase__intro {
  font-size: 15px;
  line-height: 1.9;
  color: #555;
  letter-spacing: 0.5px;
  margin: 0 0 22px 0;
  text-align: justify;
}
.product-showcase__features {
  list-style: none;
  margin: 0 0 26px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.product-showcase__features li {
  font-size: 14px;
  color: #2c2e35;
  background: #fff7ec;
  border: 1px solid #fbe3bf;
  border-radius: 999px;
  padding: 7px 16px;
  letter-spacing: 1px;
}
.product-showcase__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.product-showcase__actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 28px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}
.product-showcase__actions .btn--primary {
  background: #f39700;
  color: #fff;
  border: 1px solid #f39700;
}
.product-showcase__actions .btn--primary:hover {
  background: #e08a00;
  border-color: #e08a00;
}
.product-showcase__actions .btn--ghost {
  background: #fff;
  color: #f39700;
  border: 1px solid #f39700;
}
.product-showcase__actions .btn--ghost:hover {
  background: #fff7ec;
}

/* ---- 详情区：与上方主图区拉开明显间距 ---- */
.c_1530_10 .product-detail {
  margin-top: 72px !important;
  padding-bottom: 56px !important;
  float: none !important;
  width: 100% !important;
}

/* 详情区标题：居中文字 + 橙色圆点；上方已有主图区渐变分隔线，不再加顶部细线 */
.c_1530_10 .tit_2 {
  background: none !important;
  width: 100% !important;
  float: none !important;
  text-align: center;
  margin-bottom: 32px;
  padding-top: 0;
  position: relative;
}
.c_1530_10 .tit_2::before {
  display: none;
}
.c_1530_10 .tit_2 span {
  display: inline-block !important;
  float: none !important;
  background: #fff !important;
  color: #2c2e35 !important;
  font-size: 22px !important;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.5 !important;
  height: auto !important;
  padding: 0 32px !important;
  position: relative;
  z-index: 1;
  border-radius: 0 !important;
}
.c_1530_10 .tit_2 span::before {
  display: none !important;
  content: none !important;
}
.c_1530_10 .tit_2 span::after {
  content: '' !important;
  display: block !important;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background: #f39700 !important;
  border-radius: 50%;
}

/* ---- 内容排版 ---- */
.c_1530_10 .content6 .p {
  float: none !important;
  width: auto !important;
  margin-top: 0 !important;
  font-size: 16px;
  color: #555;
  line-height: 2;
  letter-spacing: 0.5px;
  text-align: center !important;
}
.c_1530_10 .content6 .p p {
  margin-bottom: 16px;
  text-align: center !important;
}
.c_1530_10 .content6 .p img {
  border-radius: 6px;
  margin: 16px auto;
  max-width: 100%;
  height: auto;
  display: block !important;
}
.c_1530_10 .content6 .p strong {
  text-align: center !important;
}

/* ---- Product Content Center Alignment ---- */
.c_1530_10 .content6 .p h2,
.c_1530_10 .content6 .p h3 {
  text-align: center !important;
}
.c_1530_10 .content6 .p table {
  margin-left: auto !important;
  margin-right: auto !important;
}
.c_1530_10 .content6 .p ol,
.c_1530_10 .content6 .p ul {
  text-align: left !important;
  max-width: 800px;
  margin-left: auto !important;
  margin-right: auto !important;
  list-style-position: inside;
}
.c_1530_10 .content6 .p em {
  display: block;
  text-align: center !important;
  font-size: 14px;
  color: #888;
  margin: 8px 0;
}

.c_1530_10 .content6 h3 {
  color: #2c2e35 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
  border-left: 4px solid #f39700;
  padding-left: 14px;
  margin: 36px 0 16px 0;
  float: none !important;
  width: auto !important;
  text-align: center !important;
}
.c_1530_10 .content6 .p b,
.c_1530_10 .content6 .p strong {
  font-weight: 600;
}

/* ---- 表格：专业规格表 ---- */
.c_1530_10 .content6 table {
  border: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  table-layout: auto;
  width: auto;
  max-width: 860px;
  min-width: 320px;
  margin: 20px auto;
}
.c_1530_10 .content6 table tbody tr:nth-child(odd) {
  background: #f7f8fa !important;
}
.c_1530_10 .content6 table tbody tr:nth-child(even) {
  background: #fff !important;
}
.c_1530_10 .content6 table tbody tr {
  height: auto !important;
}
.c_1530_10 .content6 table tbody tr td {
  border: none !important;
  border-bottom: 1px solid #ececec !important;
  vertical-align: middle;
  padding: 13px 18px;
  font-size: 15px;
  color: #444;
  white-space: nowrap;
}
.c_1530_10 .content6 table tbody tr:first-child td {
  background: #2c2e35 !important;
  color: #fff !important;
  font-weight: 600;
  border-bottom: none !important;
}
.c_1530_10 .content6 table tbody tr:last-child td {
  border-bottom: none !important;
}
.c_1530_10 .content6 table th {
  background: #2c2e35 !important;
  color: #fff !important;
  font-weight: 600;
  padding: 13px 18px;
  font-size: 15px;
  border: none !important;
  text-align: center;
}

/* 图片布局表格 — 画廊式干净排版（由 JS 自动识别并添加 gallery-table 类） */
.c_1530_10 .content6 table.gallery-table {
  border: none !important;
  border-collapse: separate !important;
  border-spacing: 18px !important;
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
  table-layout: fixed;
  width: auto !important;
  margin: 28px auto !important;
}
.c_1530_10 .content6 table.gallery-table tbody tr {
  background: none !important;
  height: auto !important;
}
.c_1530_10 .content6 table.gallery-table tbody tr td {
  background: #fff !important;
  border: 1px solid #eef0f3 !important;
  border-radius: 10px !important;
  padding: 24px !important;
  text-align: center !important;
  vertical-align: middle !important;
  color: #555 !important;
  font-weight: normal !important;
  box-shadow: 0 2px 12px rgba(44, 46, 53, 0.06) !important;
  white-space: normal !important;
  position: relative;
  overflow: hidden;
  height: auto !important;
  min-height: auto !important;
}
.c_1530_10 .content6 table.gallery-table tbody tr td::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #f39700;
  border-radius: 0;
}
.c_1530_10 .content6 table.gallery-table tbody tr:first-child td {
  background: #fff !important;
  color: #555 !important;
  font-weight: normal !important;
  border-bottom: 1px solid #eef0f3 !important;
}
.c_1530_10 .content6 table.gallery-table tbody tr:last-child td {
  border-bottom: 1px solid #eef0f3 !important;
}
.c_1530_10 .content6 table.gallery-table strong {
  font-weight: normal !important;
  display: block;
  text-align: center;
}
.c_1530_10 .content6 table.gallery-table td img {
  width: auto !important;
  height: auto !important;
  max-width: 260px !important;
  max-height: 320px !important;
  border-radius: 6px !important;
  display: block !important;
  margin: 0 auto !important;
  object-fit: contain;
  background: #fff !important;
}

/* 分页 */
.d_0100_fy {
  padding: 50px 0 30px 0 !important;
}

/* ===== 顶部 banner：还原原始样式 ===== */
/* banner 图片保持原图自然尺寸渲染，不做高度裁剪 */

/* ===== 响应式 ===== */
@media screen and (max-width: 991px) {
  .ul_4 li .zbox .text {
    padding: 16px 16px 22px 16px;
  }
  .ul_4 li .zbox .text::before {
    left: 16px;
    right: 16px;
  }
  .c_1530_10 .c_1530_10_head {
    font-size: 22px;
    letter-spacing: 1px;
  }
  .product-hero__accent::before,
  .product-hero__accent::after {
    width: 50px;
  }
  .product-showcase__frame {
    padding: 24px;
  }
  .product-showcase__frame img {
    max-height: 100%;
  }
  .c_1530_10 .tit_2 span {
    font-size: 18px !important;
    padding: 0 24px !important;
  }
  .c_1530_10 .content6 .p {
    font-size: 14px;
    line-height: 1.8;
  }
  .c_1530_10 .content6 h3 {
    font-size: 17px !important;
    padding-left: 12px;
  }
  /* 图片画廊：缩小间距和尺寸 */
  .c_1530_10 .content6 table.gallery-table {
    border-spacing: 14px !important;
  }
  .c_1530_10 .content6 table.gallery-table tbody tr td {
    padding: 18px !important;
  }
  .c_1530_10 .content6 table.gallery-table td img {
    max-width: 220px !important;
    max-height: 280px !important;
  }
  /* 数据规格表 */
  .c_1530_10 .content6 table tbody tr td {
    white-space: normal;
    word-break: keep-all;
    padding: 10px 12px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .ul_4 li .zbox {
    border-radius: 6px;
  }
  .ul_4 li .zbox .text {
    padding: 12px 12px 18px 12px;
  }
  .ul_4 li .zbox .text::before {
    left: 12px;
    right: 12px;
    height: 2px;
  }
  .ul_4 li .zbox .text h4 {
    font-size: 15px;
    line-height: 24px;
  }
  .c_1530_10 .c_1530_10_head {
    font-size: 18px;
    line-height: 1.5;
  }
  .c_1530_10 .product-hero {
    padding: 20px 10px 16px 10px;
  }
  .product-hero__accent {
    margin-top: 14px;
  }
  .product-hero__accent::before,
  .product-hero__accent::after {
    width: 30px;
  }
  .product-showcase__frame {
    padding: 16px;
    border-radius: 8px;
  }
  .product-showcase__frame img {
    max-height: 100%;
    max-width: 100%;
  }
  /* 移动端：两栏堆叠为主图在上、信息在下 */
  .c_1530_10 .product-showcase {
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
  }
  .c_1530_10 .product-showcase__media {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1 / 1;
  }
  .c_1530_10 .product-showcase__info {
    padding: 0;
  }
  .product-showcase__intro {
    text-align: left;
  }
  .c_1530_10 .tit_2 span {
    font-size: 16px !important;
    padding: 0 18px !important;
  }
  .c_1530_10 .product-detail {
    margin-top: 28px !important;
    padding-bottom: 32px !important;
  }
  .c_1530_10 .content6 h3 {
    font-size: 16px !important;
    padding-left: 10px;
    border-left-width: 3px;
  }
  /* 图片画廊：单列瀑布流 */
  .c_1530_10 .content6 table.gallery-table {
    display: block !important;
    border-spacing: 0 !important;
    width: 100% !important;
  }
  .c_1530_10 .content6 table.gallery-table tbody {
    display: block !important;
  }
  .c_1530_10 .content6 table.gallery-table tbody tr {
    display: block !important;
    margin: 0 !important;
  }
  .c_1530_10 .content6 table.gallery-table tbody tr td {
    display: block !important;
    width: 100% !important;
    padding: 18px !important;
    margin: 12px 0 !important;
    border-radius: 10px !important;
  }
  .c_1530_10 .content6 table.gallery-table td img {
    max-width: 100% !important;
    max-height: none !important;
  }
  /* 数据规格表 */
  .c_1530_10 .content6 table tbody tr td {
    padding: 8px 6px;
    font-size: 13px;
    white-space: normal;
    word-break: keep-all;
  }
}
