﻿/* 全局样式 */
.body1 {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

.ban {
  margin-bottom: 20px;
  overflow: hidden;
  height: 500px;
}

.product-section{
  background-color: #ffffff;
  margin: 20px 0;
  padding: 0;
  max-width: 1130px;
  margin: 0 auto 20px;
  border: 1px solid #9a9a9a;
}

.customer-section {
  padding: 20px;
  max-width: 1130px;
  margin: 0 auto;
}

/* 长导航部分 */
.long-nav-section {
  background: linear-gradient(to right, #1E7BE3, #134CB7);
  padding: 50px 0;
  width: 1920px;
  max-width: 100%;
  margin: 20px auto;
}

.long-nav-container {
  width: 1130px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.long-nav-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  color: white;
  text-align: center;
  justify-content: center;
}

.long-nav-item .text-container {
  display: flex;
  flex-direction: column;
  gap: 1px;
  align-items: center;
}

.long-nav-item img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.long-nav-item h3 {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}

.long-nav-item p {
  margin: 3px 0 0 0;
  font-size: 10px;
  color: #e0e0e0;
}

/* 品牌部分 */
.brand-section {
  background-image: url('../zdyhdg/jx2.jpg');
  padding: 0;
  max-width: 1900px;
  margin: 0 auto !important;
}

.company-info-section {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.title-container {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  background-color: #0067AC;
  padding: 10px 0;
}

.title-container2 {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  background-color: #0067AC;
  padding: 10px 0 1px;
}

.title-container1 {
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #0067AC;
  padding: 10px 0 70px;
  margin-top: 10px;
}

.title-container1 p,
.title-container2 p {
  color: #FFA500;
}


.feature-icons {
  position: relative;
  width: 80%;
  margin: -60px auto 0;
  background-color: white;
  border-radius: 15px;
  padding: 20px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.feature-icons .icon {
  margin-top: 20px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  min-width: 120px;
  padding: 10px;
  gap: 8px;
}

.feature-icons .icon img {
  width: 60px;
  /* 明确图片尺寸（根据实际需求调整） */
  height: 60px;
}

.feature-icons .icon p {
  font-family: '黑体';
  font-size: 16px;
  margin: 0;
  text-align: center;
}

.product-section h2,
.brand-section h2 {
  font-size: 3.2rem;
  font-family: '阿里黑体', sans-serif;
  margin-bottom: 15px;
}

.customer-section h2 {
  font-size: 2.8rem;
  font-family: '阿里黑体', sans-serif;
  margin-bottom: 15px;
  border: #0067AC 4px solid;
  margin: 0 auto 15px;
  width: 400px;
  display: block;
  text-align: center;
  line-height: 80px;
}

.product-section p,
.brand-section p{
  font-family: '阿里黑体', sans-serif;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.customer-section p {
  text-align: center;
  background-color: #0067AC;
  width: 200px;
  line-height: 30px;
  color: #FFF;
  margin: -30px auto 10px;
  display: block;
}

.process-description {
  text-align: left;
  font-size: 1.6rem;
  color: #0067AC;
  font-weight: bold;
}


.product-features,
.process-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}

.brand-icons3 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  margin-top: -60px;
}

/* 导航+咨询模块 */
.nav-consult-section {
  padding: 20px 0px;
  background-color: #ffffff;
  margin: 20px 0;
  max-width: 1130px;
  margin: 0 auto;
}

.nav-consult-container {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

/* 左侧深蓝色导航栏 */
.left-navigation {
  width: 250px;
  background-color: #0067AC;
  color: white;
  padding: 40px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.nav-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}

.nav-subtitle {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.nav-english {
  font-size: 14px;
  color: #cccccc;
  margin-bottom: 20px;
}

.nav-arrows {
  display: flex;
  gap: 20px;
  font-size: 18px;
  color: #cccccc;
}

/* 右侧产品查询卡片 */
.right-cards {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 300px;
}

.product-card {
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
}

.product-card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.product-english {
  font-size: 14px;
  color: #666666;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.product-chinese {
  font-size: 20px;
  font-weight: bold;
  color: #0067AC;
  margin-bottom: 10px;
}

.query-button {
  background-color: #1854e8;
  color: white;
  border: none;
  padding: 6px 24px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 25px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.query-button:hover {
  background-color: #004999;
}

/* 底部咨询区 */
.consultation-section {
  padding: 20px 0px;
  border-radius: 8px;
  max-width: 1130px;  
  margin: 0 auto;
  display: flex;
  gap: 20px;
  align-items: center;
}

.consultation-title {
  display: flex;
  flex-direction: column;
  width: 35%;
  margin-bottom: 0;
  align-items: flex-start;
  border-right: 1px solid #e0e0e0;
}

.consultation-title .english {
  font-size: 34px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
  /* 高度的一半以下应用蓝色渐变背景 */
  background: linear-gradient(to bottom, transparent 85%, #CBDCFA 50%,  #CBDCFA 100%);
  display: inline-block;
  position: relative;
  z-index: 1;
}

.consultation-title .chinese {
  font-size: 24px;
  color: #000000;
  text-align: center;
}

.customer-service-buttons {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
}

.service-button {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(20% - 12px);
  min-width: auto;
  box-sizing: border-box;
  border: none;
  background: none;
}

/* 为爱翻翻触发器添加相同的样式 */
.aifanfan-trigger {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: calc(20% - 12px);
  min-width: auto;
  box-sizing: border-box;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

.service-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.service-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.status {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid white;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-text {
  font-size: 12px;
  color: #666;
  text-align: center;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .nav-consult-container {
    flex-direction: column;
    align-items: center;
  }
  
  .left-navigation {
    width: 100%;
    max-width: 300px;
  }
  
  .customer-service-buttons {
    justify-content: center;
  }
}

/* 产品结构展示模块 */
.product-structure-section {
  background-color: #ffffff;
  margin: 20px 0;
  padding: 0;
  max-width: 1130px;
  margin: 0 auto 20px;
  border: 1px solid #9a9a9a;
}

/* 顶部蓝色通栏标题 */
.section-header {
  background-color: #0067AC;
  color: white;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.section-subtitle {
  font-size: 14px;
  margin: 0;
  color: #e0e0e0;
}

/* 主要内容区域 */
.content-container {
  display: flex;
  gap: 40px;
  padding: 30px;
  flex-wrap: wrap;
}

/* 左侧信息区 */
.left-info {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 25px;
  flex-shrink: 0;
}

/* 产品名称 */
.product-name {
  margin-bottom: 10px;
}

.chinese-name {
  font-size: 28px;
  font-weight: bold;
  color: #0067AC;
  margin: 0 0 8px 0;
}

.english-name {
  font-size: 14px;
  color: #666666;
  margin: 0;
  text-transform: uppercase;
}

/* 核心优势 */
.core-advantages {
  display: flex;
  flex-direction: row;
  gap: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  flex-wrap: wrap;
}

/* 服务按钮 */
.service-buttons {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.service-btn {
  background-color: #0067AC;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 10px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

.service-btn:hover {
  background-color: #004999;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 103, 172, 0.3);
}

.service-btn span{
 flex-direction:row;
 display: flex;
 letter-spacing: 0;
 text-align: center;
}

.btn-icon {
  width: 55px;
  height: 56px;
  object-fit: contain;
}

/* 咨询按钮 */
.inquiry-btn-container {
  margin-top: 10px;
  width: 200px;
}

.inquiry-btn {
  background-color: #ffffff;
  color: #0067AC;
  border: 2px solid #0067AC;
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.inquiry-btn:hover {
  background-color: #0067AC;
  color: white;
}

/* 右侧结构示意图 */
.right-diagram {
  flex: 1;
  min-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.diagram-container {
  position: relative;
  width: 100%;
  max-width: 500px;
}

.diagram-container1 {
  position: relative;
  width: 100%;
  max-width: 350px;
}

.rail-diagram {
  width: 100%;
  height: auto;
}

/* 部件标注 */

/* 不同部件用不同颜色区分 */

.slider-point {
  background-color: #ff6b6b;
}

.oil-nozzle-point {
  background-color: #45b7d1;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .content-container {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
  
  .left-info {
    width: 100%;
    max-width: 400px;
  }
  
  .right-diagram {
    min-width: auto;
    width: 100%;
  }
  
  .section-header {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

/* 企业介绍部分样式 */
.company-banner {
  background-color: #0067AC; /* 深蓝色背景 */
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px;
  width: 1920px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.decor-right {
  width: 60px;
  height: 60px;
  background-color: white;
}

.banner-content {
  flex: 1;
  text-align: center;
}

.company-banner h2 {
  font-size: 40px; /* 大号白色字体 */
  margin: 0 0 10px 0;
  font-weight: bold;
  font-family: Arial, sans-serif;
}

.company-banner p {
  font-size: 16px; /* 小号白色字体 */
  margin: 0;
  font-family: Arial, sans-serif;
}

.company-info-section{
  max-width: 1130px;
  margin: 0 auto;
  width: 100%;
  margin-top: 0;
}

.company-info {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px;
  gap: 20px;
  align-items: center;
}

.info-left-container img{ 
  padding-top: 20px;
  width: 100%;
  height: auto;}

.info-left {
  width: 400px;
  background-color: #0067AC; /* 左侧深蓝色模块 */
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.info-left img {
  margin: 0;
  padding-left: 0;
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.info-right {
  width: 100%;
}

.info-right img{
  width: 100%;
  height: auto;
}

.factory-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}



/* 新增左右布局样式 */
.factory-icon-left {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.factory-icon-left img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.factory-name-right {
  padding-top: 40px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: white;
  font-family: Arial, sans-serif;
  text-align: left;
}

.slogan {
  font-size: 16px; /* 小号白色字体 */
  color: white;
  font-family: Arial, sans-serif;
  text-align: center;
}

.slogan1 {
  font-size: 4px; /* 小号白色字体 */
  color: white;
  text-align: center;
}

.divider {
  height: 2px;
  background-color: white;
  margin: 20px 0;
}

.service-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.service-buttons-btn1 {
  background-color: #fff;
  color: #000;
  padding: 3px 5px;
  font-size: 14px;
}

/* 右侧上半部分：企业简介 */
.company-intro {
  padding-top: 0px;
}

.brand-description,
.brand-products,
.brand-application {
  padding-top: 5px;
  line-height: 1.8;
  text-align: justify;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  font-family: Arial, sans-serif;
  font-weight: normal;
}
/* 响应式设计 */
@media (max-width: 768px) {
  .company-info {
    flex-direction: column;
  }
  
  .info-left-container,
  .info-left,
  .info-right {
    width: 100%;
  }
  
  .company-gallery {
    grid-template-columns: 1fr 1fr;
  }
}

.brand-description1 {
  font-family: '宋体';
  text-align: justify;
  text-justify: inter-word;
  text-indent: 2em;
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 12px;
  hyphens: auto;
  word-break: break-word;
  padding: 0 50px;
  font-weight: bold;
}

.zdbt {
  color: #0067AC;
}

.zdbg {
  color: #000;
}

.product-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 10px 0;
}

.feature-item {
  position: relative;
  width: calc(25% - 10px);
  margin-bottom: 10px;
  text-align: center;
}

.feature-item img {
  width: 100%;
  height: 100%;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
}

.feature-item p {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0;
}

/* 修改图标背景色 */
.process-icons .icon:nth-child(1),
.process-icons .icon:nth-child(3) {
  background-color: #ADD3F0;
}

.process-icons .icon:nth-child(2),
.process-icons .icon:nth-child(4) {
  background-color: #5CA5DB;
}

/* 保持原有图标样式 */
.icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  position: relative;
}

.icon img {
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  z-index: 1;
}

.icon p {
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  margin: 0;
}

.product-table {
  width: 90%;
  border-collapse: collapse;
  margin: 0 auto 50px;
  text-align: center;
}

.rail-chart1 {
  width: 100%;
  margin-bottom: 20px;
  background-color: #deebf4;
}

.zdbtk {
  width: 90%;
  background-color: white;
  margin: 0 auto 1px;
  color: #0067AC;
  padding: 10px 0px;
  font-weight: bold;
  font-size: 1.8rem;
}

/*  标题  */
.caption-container1 {
  position: relative;
  width: 100%;
  height: 20px;
  margin-bottom: 30px;
  background-color: #0067AC;
}

.caption-container span {
  font-size: 20px;
  width: 220px;
  position: absolute;
  left: 60px;
  top: 0;
  background-color: #fff;
  padding: 0 10px;
  height: 20px;
  line-height: 15px;
  display: inline-block;
  font-weight: bold;
}

.caption-container1 span {
  font-size: 20px;
  width: 220px;
  position: absolute;
  left: 60px;
  top: 0;
  background-color: #deebf4;
  padding: 0 10px;
  height: 20px;
  line-height: 15px;
  display: inline-block;
  font-weight: bold;
}

.product-table caption {
  font-size: 24px;
  margin: 10px 0;
  color: #0067AC;
  font-weight: bold;
}

.product-table caption span {
  font-size: 14px;
  margin-bottom: 10px;
  color: #0067AC;
}

.product-table th:first-child {
  font-weight: bold;
  color: #0067AC;
}

.product-table th,
.product-table td {
  border: 1px solid #3498db;
  padding: 8px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}

.product-table th:first-child,
.product-table td:first-child {
  border-left: none;
}

.product-table th:last-child,
.product-table td:last-child {
  border-right: none;
}

.product-table tbody {
  font-size: 12px;
  font-weight: bold;
}

.precision-chart img,
.rail-chart img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

/*  标题  */
.caption-container {
  position: relative;
  width: 100%;
  height: 20px;
  margin-bottom: 30px;
  background-color: #0067AC;
}

.brand-section .title- .caption-container span {
  font-size: 20px;
  width: 220px;
  position: absolute;
  left: 60px;
  top: 0;
  background-color: white;
  padding: 0 10px;
  height: 20px;
  line-height: 15px;
  display: inline-block;
  font-weight: bold;
}

html {
  font-size: 16px;
}

@media (max-width: 768px) {
  html {
    font-size: 14px;
  }

  /* 容器布局适配 */
  .experience-section,
  .product-section,
  .brand-section,
  .customer-section {
    padding: 10px;
    max-width: 100%;
  }

  .advantage {
    width: 100%;
    gap: 8px;
    flex-wrap: wrap;
  }

  .advantage-item {
    font-size: 1rem;
    padding: 3px 10px 3px 20px;
    letter-spacing: 3px;
  }

  /* 标题字号适配 */
  .experience-section h2,
  .product-section h2,
  .brand-section h2 {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }

  .customer-section h2 {
    width: 80%;
    font-size: 2rem;
    line-height: 60px;
  }

  /* 正文文字适配 */
  .experience-section p,
  .product-section p,
  .brand-section p,
  .customer-section p {
    font-size: 1rem;
    letter-spacing: 0.5px;
  }

  /* 功能图标布局调整 */
  .feature-icons {
    width: 95%;
    margin-top: -30px;
    gap: 15px;
  }

  .feature-icons .icon {
    min-width: 80px;
  }

  /* 产品特性图片适配 */
  .feature-item {
    width: calc(50% - 10px);
  }

  .feature-item p {
    font-size: 1.6rem;
    bottom: 10px;
  }

  /* 表格适配（关键） */
  .product-table {
    width: 100%;
    margin-bottom: 30px;
    overflow-x: auto;
    display: block;
  }

  .product-table th,
  .product-table td {
    min-width: 120px;
    padding: 6px;
    font-size: 1rem;
  }

  .product-table caption {
    font-size: 1.8rem;
  }

  /* 客户案例图片适配 */
  .customer-row {
    flex-direction: column;
  }

  .customer-item {
    width: 100%;
    margin-bottom: 15px;
  }

  .brand-icons3 {
    width: 95%;
    padding: 10px;
    aspect-ratio: auto;
  }

  .brand-icons3 img {
    max-width: 100%;
    height: auto;
  }

}

/* 产品型号构例部分样式 */
.model-config-header,
.size-table-header {
  background-color: #0067AC;
  color: white;
  padding: 15px 20px;
  font-family: Arial, sans-serif;
  max-width: 1130px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #9a9a9a;
}

.model-config-header h2,
.size-table-header h2 {
  font-size: 24px;
  margin: 0;
  font-weight: bold;
}

.model-config-header p,
.size-table-header p {
  font-size: 14px;
  margin: 5px 0 0 0;
  color: #e0e0e0;
}

.model-diagram {
  position: relative;
  padding: 40px 20px;
  background-color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
  min-height: 300px;
}

.model-text {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 100px;
  font-family: Arial, sans-serif;
}

.model-part {
  margin: 0 15px;
}

/* 新的参数图样式 */

.structure-diagrams {
  display: flex;
  justify-content: space-around;
  margin: 30px 0;
  flex-wrap: wrap;
  gap: 20px;
}

.diagram-item {
  width: calc(50% - 20px);
  text-align: center;
  font-family: Arial, sans-serif;
}

.diagram-item img {
  width: 100%;
  height: 230px;
}
.diagram-item1 {
  text-align: center;
  font-family: Arial, sans-serif;
}

.diagram-item1 img {
  width: 100%;
  height: auto;
}


.diagram-item p {
  margin: 10px 0 0 0;
  font-size: 16px;
  color: #333;
}

.data-table-container {
  margin-bottom: 30px;
  overflow-x: auto;
  text-align: center;
}

/* 款式对比展示区 */
.product-comparison-section {
  margin: 30px auto;
  max-width: 1130px;
  
}

.comparison-container {
  display: flex;
  gap: 20px;
  max-width: 1130px;
  margin: 0 auto;
}

.product-item {
  flex: 1;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}

.consult-btn-container {
  background-color: #0067AC; /* 深蓝色通栏 */
  text-align: center;
  padding: 10px 0;
}

.consult-btn {
  background-color: transparent;
  color: white;
  border: none;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  font-family: Arial, sans-serif;
}

.consult-btn:hover {
  text-decoration: underline;
}

.product-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 确保表格在小屏幕上有良好的显示效果 */
@media (max-width: 768px) {
  .diagram-item {
    width: 100%;
  }
  
  .model-text {
    font-size: 20px;
  }
  
  .comparison-container {
    flex-direction: column;
  }
  
  .product-image {
    height: 250px;
  }
}