/* 产品相关样式 */




/*.peijian-hero-section {*/
/*    padding-top: 200px;*/
/*}*/
.peijian-hero-section img {
    max-height: 400px !important;
}
.product-hero-section {
  
  padding-top: 200px;
}

.product-lhfkv10-container {
  padding: 80px 0;
  text-align: center;
}
.product-hero-section-content {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index:99;
}

.product-hero-section-content h2 {
  font-size: 80px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-family: '站酷高端黑','Noto Serif SC', serif;

}
.product-hero-section-content h2 span {
  color: var(--color-primary);
}
.product-hero-section-content button {
  padding: 15px 30px;
  border: none;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 2px solid #fff;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
  margin: 50px 0;
}
.product-hero-section-content button a {
  color: #fff;
}
.product-content {
  /* background-image: url("../imgs/p-bg02.jpg"); */
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
.productHero-section-img img {
    /*max-height: 650px;*/
    display: block;
    margin: 0 auto;
    max-width: 1050px;
}
.product-content1 {
  width: 100%;
  background-image: url("../imgs/circle-bg.webp");
  background-size: cover;
  background-position: 10% center;
  background-repeat: no-repeat;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 1200px;
}
.product-content1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
}
.feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-item span {
  font-size: 38px;
  color: #fff;
}
.feature-item .rhombus {
  width: 24px;
  height: 24px;
  border: 2px solid var(--color-primary);
  background-color: transparent;
  transform: rotate(45deg);
  display: inline-block;
  margin-right: 20px;
}

/* 特点项布局调整 - 左侧3个 右侧3个 */
.product-content1 {
  position: relative;
  width: 1200px;
  height: 800px;
  margin: 0 auto;
}

/* 所有特点项的基础样式 */
.feature-item {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
}

/* 第1个特点项 - 左侧上方 */
.feature-item:nth-child(2) {
  top: 20%;
  left: 14%;
  text-align: right;
  flex-direction: row-reverse;
  transform: translateY(-50%);
}

/* 第2个特点项 - 左侧中间 */
.feature-item:nth-child(3) {
  top: 50%;
  left: 2%;
  text-align: right;
  flex-direction: row-reverse;
  transform: translateY(-50%);
}

/* 第3个特点项 - 左侧下方 */
.feature-item:nth-child(4) {
  bottom: 20%;
  left: 14%;
  text-align: right;
  flex-direction: row-reverse;
  transform: translateY(50%);
}
.feature-item:nth-child(4) .rhombus { 
  margin-right: 0;
  margin-left: 20px;
}
/* 第4个特点项 - 右侧上方 */
.feature-item:nth-child(5) {
  top: 20%;
  right: 14%;
  text-align: left;
  transform: translateY(-50%);
}

/* 第5个特点项 - 右侧中间 */
.feature-item:nth-child(6) {
  top: 50%;
  right: 2%;
  text-align: left;
  transform: translateY(-50%);
}

/* 第6个特点项 - 右侧下方 */
.feature-item:nth-child(7) {
  bottom: 20%;
  right: 14%;
  text-align: left;
  transform: translateY(50%);
}

/* 左侧特点项的菱形位置调整 */
.feature-item:nth-child(1) .rhombus,
.feature-item:nth-child(2) .rhombus,
.feature-item:nth-child(3) .rhombus {
  margin-left: 20px;
  margin-right: 0;
}

/* 附件信息模块样式 */
.accessory-section {
  padding: 60px 0;
  position: relative;
}

.accessory-header {
  text-align: center;
}
.swiper-container {
  position: static !important;
}
.accessory-swiper-container {
  width: 100%;
  overflow: hidden;
}
.accessory-header h3 {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  font-family: "SimSun", "宋体", serif;
  text-align: left;
}
.product-wurenche-attachment .product-wurenche-attachment-content {
  position: relative;
}
.accessory-section .swiper-button-next,
.accessory-section .swiper-button-prev {
  top: 80px !important;
  color: #fff;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.8);
  width: 50px;
  height: 36px;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s;
  z-index: 99;
}
.swiper-button-prev,
.swiper-rtl {
  left: auto !important;
  right: 100px !important;
}
.accessory-section .swiper-button-next:hover,
.accessory-section .swiper-button-prev:hover {
  opacity: 0.9;
}

.accessory-section .swiper-button-next::after,
.accessory-section .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}

.accessory-section .swiper-button-next.swiper-button-disabled,
.accessory-section .swiper-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.swiper {
  overflow: visible !important;
  margin-top: 100px;
}

.accessory-section .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  background-color: #f0f0f0;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.accessory-section img {
  max-height: 240px;
}

.accessory-swiper-container .swiper-slide .accessory-swiper-text h4 {
  font-size: 24px;
  color: var(--color-primary);
  font-weight: bold;
  font-family: "SimSun", "宋体", serif;
  text-align: left;
  margin-top: 15px;
}
.accessory-swiper-container .swiper-slide .accessory-swiper-text p {
  font-size: 18px;
  font-family: "SimSun", "宋体", serif;
  text-align: left;
}
.swiper-slide img {
  display: block;
  max-height: 140px;
  object-fit: cover;
}

/* Swiper导航按钮样式 */
/* .swiper-button-prev,
.swiper-button-next {
  color: #333;
  background: rgba(255, 255, 255, 0.8);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0.8;
  transition: opacity 0.3s;
} */

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}

/* 确保按钮不会被隐藏 */
.swiper-button-disabled {
  opacity: 0.5;
}

/* 响应式调整 */
@media (max-width: 1200px) {
  .accessory-swiper-container {
    max-width: 90%;
  }
  .product-content1 {
    width: 1000px;
    height: 700px;
  }
  .product-content1 {
    width: 100%;
    background-size: 100%;
  }
  .product-content1 img {
    max-width: 80%;
  }

}

/* 中心标题样式 */
.product-center-title {
  /*position: absolute;*/
  /*bottom: 10px;*/
  /*left: 50%;*/
  /*transform: translateX(-50%);*/
  text-align: center;
  color: #fff;
  font-size: 32px;
  /* 字体为宋体 */
  font-family: "SimSun";
  font-weight: 500;
  z-index: 2;
  max-width: 100%;
  margin-top: 30px;
}
.product-content2-content {
  background-color: #000;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.product-content2-video {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.product-content2-content video{
  width: 100%;
}
.product-content2-content h2 {
  font-size: 60px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.product-content2-content img {
  max-width: 800px;
}
/* 详细参数 */
.product-params {
  padding: 80px 20px;
}

.product-params-content {
  max-width: 1200px;
  margin: 0 auto;
}

.product-params-title {
  color: #fff;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: normal;
  font-family: "SimSun", "宋体", serif;
}

.params-table {
  width: 100%;
  border-collapse: collapse;
}

.params-row {
  display: flex;
}

.params-header {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
}

.param-cell {
  flex: 1;
  padding: 15px 10px;
  color: #fff;
  font-size: 24px;
  min-height: 60px;
  display: flex;
  align-items: center;
  font-family: "SimSun", "宋体", serif;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .params-row {
    flex-direction: column;
  }
.product-params-title {
    text-align: center;
}
  .param-cell {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    justify-content: center;
  }

  .params-header {
    display: none;
  }

  .params-row .param-cell:first-child {
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.05);
  }
  .feature-item span {
    font-size: 18px;
  }
  .feature-item .rhombus {
    width: 18px;
    height: 18px;
  }
  .feature-item:nth-child(2),
  .feature-item:nth-child(5){
    top: 30%;
  }
  .feature-item:nth-child(4),
  .feature-item:nth-child(7){
    bottom: 34%;
  }
  .product-content1 {
    min-height: 500px;
  }
  .feature-item .rhombus {
    margin-right: 10px;
  }
  .feature-item:nth-child(4) .rhombus {
   margin-right: 0;
   margin-left: 10px;
  }
  .product-content2-content img {
    max-width: 90%;
    margin: 0 auto;
  }
}

/* 补充参数 */
.product-params-supplement {
  padding: 0 0 60px;
}

.product-params-supplement-content {
  max-width: 1200px;
  margin: 0 auto;
}

.params-supplement-table {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 20px 20px 30px;
}



.params-supplement-row {
  display: flex;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
  justify-content: space-between;
}



.params-supplement-item {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
}

.param-label {
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
  font-family: "SimSun", "宋体", serif;
}

.param-value {
  font-size: 24px;
  font-weight: bold;
  font-family: "SimSun", "宋体", serif;
}
.product-params-440 .param-value {
  color: #ff4500;
}
/* 补充参数响应式调整 */
@media (max-width: 768px) {
  .params-supplement-row {
    flex-direction: column;
    padding: 15px 0;
  }

  .params-supplement-item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .params-supplement-item:last-child {
    border-bottom: none;
  }

  .param-value {
    font-size: 20px;
  }
}
/* 补充参数表格 */
.productx550-params-supplement {
  padding: 60px 0;
  background-size: cover;
}

.productx550-params-supplement-content {
  margin: 0 auto;
}

.productx550-params-supplement-content .params-table {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  overflow: hidden;
  padding: 40px;
}

.productx550-params-supplement-content .params-table-header {
  display: flex;
}

.productx550-params-supplement-content .params-table-header-cell {
  flex: 1;
  padding: 15px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  /* 移除单元格右侧边框 */
}

.productx550-params-supplement-content .params-table-row {
  display: flex;
  border-bottom: 2px solid #fff; /* 只保留白色底边框 */
}

.productx550-params-supplement-content .params-table-row:last-child {
  border-bottom: 2px solid #fff; /* 最后一行也保留底边框 */
}

.productx550-params-supplement-content .params-table-label {
  flex: 1.5;
  padding: 15px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  /* 移除单元格右侧边框 */
}
.productx550-params-supplement-content .params-table-header-cell:first-child {
    flex: 1.5;
}
.productx550-params-supplement-content .params-table-cell {
  flex: 1;
  padding: 15px 0;
  color: #fff;
  font-size: 20px;
  text-align: left;
  /* 移除单元格右侧边框 */
}


/* 响应式设计 */
@media (max-width: 768px) {
  .productx550-params-supplement-content .params-table-header,
  .productx550-params-supplement-content .params-table-row {
    flex-direction: column;
  }

  .productx550-params-supplement-content .params-table-header-cell {
    border-bottom: none; /* 标题单元格无下边框 */
    text-align: left;
  }

  .productx550-params-supplement-content .params-table-label,
  .productx550-params-supplement-content .params-table-cell {
    border-bottom: 1px solid #fff; /* 数据单元格保留白色底边框 */
    text-align: left;
  }

  .productx550-params-supplement-content
    .params-table-row:last-child
    .params-table-cell:last-child {
    border-bottom: 1px solid #fff; /* 最后一个单元格也保留白色底边框 */
  }

  .productx550-params-supplement-content .params-table-label {
    font-weight: 500;
  }
}

/* 使用场景 */
.product-scenarios {
  padding: 60px 0;
}

.product-scenarios-content {
  margin: 0 auto;
  padding: 0 20px;
}

.scenarios-title {
  color: #fff;
  font-size: 32px;
  margin-bottom: 40px;
  font-family: "SimSun", "宋体", serif;
}

/* 父容器：核心是flex + wrap，允许换行 */
.scenarios-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* 每个子元素最小200px，然后自动分配剩余空间 */
  gap: 50px; /* 行和列之间的间距都是50px */ /* 清除默认外边距（可选） */
}

/* 子项无需任何宽度设置，Grid自动分配 */
.scenario-item {
  text-align: center; /* 避免内边距/边框影响宽度 */
}



.scenario-img {
  width: 100%;
  max-height: 340px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.scenario-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.scenario-img:hover img {
  transform: scale(1.05);
}

.scenario-name {
  color: #fff;
  font-size: 24px;
  font-family: "SimSun", "宋体", serif;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .scenarios-list {
      grid-template-columns: repeat(1, 1fr);
  }

  .scenario-img {
    height: 180px;
    border-radius: 16px;
  }

  .scenarios-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .product-scenarios {
    padding: 40px 0;
  }
}

.product-content2 {
  background-image: none;
  position: relative;
  overflow: visible;
}

/* .product-hero-section2::before {
  display: none;
} */

/* 产品数据部分样式 */
.product-data-section {
  position: relative;
  z-index: 1;
  text-align: center;
  /* padding: 80px 20px; */
  color: #fff;
}

.product-data-title {
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 60px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.product-data-items {
  display: flex;
  justify-content: center;
  gap: 300px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.product-data-item {
  text-align: center;
}

.product-data-value {
  font-size: 50px;
  font-weight: bold;
  color: #ff6b00;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.product-data-label {
  font-size: 26px;
  color: #fff;
}

.product-data-description {
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.8;
  padding: 0 20px;
  color: #fff;
  opacity: 0.9;
  font-family: "SimSun", "宋体", serif;
  /* margin-bottom: 50px; */
}

.productHero-section-title h2 {
  font-size: 80px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: '站酷高端黑','Noto Serif SC', serif;
}
.productHero-section-title h2 span {
  color: var(--color-primary);
}
.product-hero-section2 .product-hero-section-content {
  /* position: absolute;
  top: auto;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  z-index: 2; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.peijian-hero-section .product-hero-section-content {
    bottom: -50px;
}
.product-hero-section.product-hero-section2 {
  background-image: none;
}
/* 响应式调整 */
@media (max-width: 768px) {
  .product-data-section {
    padding: 60px 15px;
  }

  .product-data-title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .product-data-items {
    gap: 50px;
    margin-bottom: 40px;
  }

  .product-data-value {
    font-size: 36px;
  }

  .product-data-label {
    font-size: 18px;
  }

  .product-data-description {
    font-size: 20px;
    line-height: 1.6;
  }
}

@media (max-width: 480px) {
  .product-data-title {
    font-size: 24px;
  }

  .product-data-value {
    font-size: 32px;
  }

  .product-data-items {
    gap: 40px;
  }
}

/* 性能参数 */
.product-xingneng {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.product-xingneng-content {
  position: relative;
}

.xingneng-row {
  display: flex;
  justify-content: space-between;
  gap: 300px;
}

.xingneng-left,
.xingneng-right {
  flex: 1;
  min-width: 0;
}

.xingneng-left h3,
.xingneng-right h3 {
  color: #fff;
  font-size: 24px;
  position: relative;
}
.xingneng-right h3,
.xingneng-left h3 {
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}
.product-xingneng-content {
  border-bottom: 2px solid #fff;
}
.xingneng-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 0;
  border-bottom: 2px solid #fff;
}
.xingneng-right .xingneng-item {
  border-bottom: none;
}
.xingneng-left .xingneng-item:last-child {
  border-bottom: none;
}
.xingneng-label {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  flex: 0 0 40%;
  min-width: 0;
  word-break: break-word;
}

.xingneng-value {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  flex: 0 0 55%;
  text-align: right;
  min-width: 0;
  word-break: break-word;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .xingneng-row {
    flex-direction: column;
    gap: 30px;
  }

  .xingneng-item {
    flex-direction: column;
    gap: 8px;
    padding: 12px 0;
  }

  .xingneng-label,
  .xingneng-value {
    flex: none;
    text-align: left;
  }
}

/* 履带无人车 */
.product-wurenche {
  padding: 60px 0;
}

.product-wurenche-content {
  width: 100%;
}

.wurenche-params-table {
  width: 100%;
}

.params-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 30px;
  text-align: left;
}

.wurenche-params-table .params-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 15px 0;
}



.param-item {
  flex: 1;
  min-width: 25%;
  margin: 0 15px;
  border-top: 2px solid #fff;
}

.wurenche-params-table .param-label {
  color: #fff;
  margin: 10px 0;
  font-size: 16px;
  font-family: 'Noto Sans SC', sans-serif; /* 思源黑体 */
}

.wurenche-params-table .param-value {
  font-size: 28px;
  color: #fff;
  font-weight: normal;
  padding: 30px 0;
  font-family: 'Noto Sans SC', sans-serif; /* 思源黑体 */
}


/* 补充信息 */
.product-wurenche-params-supplement {
  padding: 60px 0;
}

.product-wurenche-params-supplement-content {
  width: 100%;
}

.supplement-content {
  display: flex;
  gap: 30px;
  width: 100%;
  justify-content: space-around;
}

.supplement-left {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}
.supplement-title {
  height: 25%;
}
.supplement-title h3 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
  line-height: 1.2;
  font-family: '站酷高端黑','Noto Serif SC', serif;
}

.supplement-images {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  height: 75%;
  justify-content: space-between;
}

.supplement-images img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: auto;
  object-fit: contain;
}

.supplement-right {
  flex: 0 0 55%;
}

.params-list {
  display: flex;
  gap: 80px;
}

.param-entry {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.product-wurenche-params-supplement .param-name {
  font-size: 18px;
  color: #fff;
  min-width: 120px;
  min-height: 60px;
}

.product-wurenche-params-supplement .param-value {
  font-size: 18px;
  color: #fff;
  text-align: center;
  flex: 1;
  font-family: 'Noto Sans SC', sans-serif; /* 思源黑体 */
  font-weight: normal;
  min-height: 60px;
}
.params-list-left {
  border-right: 1px solid #fff;
  padding-right: 50px;

}


/* 附件轮播 */
.product-wurenche-attachment {
  padding: 50px 0 0;
}
.other-info-fatherBox {
  position: relative;
  overflow: visible;
  height: 0;
  min-height: 0;
}
 .other-info {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.product-wurenche-attachment-content {
  margin: 0 auto;
}

.attachment-title {
  font-size: 32px;
  color: #fff;
  margin-bottom: 40px;
  font-family: 'Noto Serif SC', serif;
}

.product-wurenche-attachment .swiper-container {
  width: 100%;
  height: 100%;
  padding: 20px 0;
  overflow: hidden;
}

.product-wurenche-attachment .swiper-wrapper {
  align-items: center;
  display: flex;
}
.wurenche-attachment-item {
  align-self: center;
}
.wurenche-attachment-item-title {
  font-size: 20px;
  width: 100%;
  margin-top: 20px;
  font-family: 'Noto Serif SC', serif;
  align-self: flex-start;
}
.product-wurenche-attachment .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #2a2a2a;
  transition: transform 0.3s ease;
  transform: scale(0.8); /* 默认缩小 */
  opacity: 0.7;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  background-color: #f0f0f0;
  border-radius: 16px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.product-wurenche-attachment .swiper-slide-active {
  transform: scale(1) !important; /* 中间幻灯片放大 */
  opacity: 1;
  z-index: 10;
}

.product-wurenche-attachment .swiper-slide-prev,
.product-wurenche-attachment .swiper-slide-next {
  transform: scale(0.9)!important;
}

.product-wurenche-attachment .swiper-pagination {
  position: absolute;
  bottom: -30px;
}

.product-wurenche-attachment .swiper-pagination-bullet {
  background: #666;
  width: 10px;
  height: 10px;
  opacity: 0.5;
}

.product-wurenche-attachment .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
/* 其他信息 */


.other-info .container {
  margin: 0 auto;
}

.other-info-section {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  /* overflow: hidden; */
  margin-top: 30px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.other-info-content {
  display: flex;
}

.other-info-left {
  width: 33%;
  padding: 30px;
  box-sizing: border-box;
}

.other-info-right {
  width: 67%;
  padding: 30px;
  box-sizing: border-box;
  border-left: 2px solid #e0e0e0;
}

.other-info-title {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  font-weight: 600;
}

.other-info-params {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.other-info-param {
  display: flex;
  padding-bottom: 15px;
}

.other-info-param:last-child {
  border-bottom: none;
}

.other-info-param-label {
  width: 40%;
  color: #666;
  font-size: 18px;
  display: block;
  width: 100%;
}

.other-info-param-value {
  width: 60%;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
 .accessory-swiper-container {
    margin: 0 auto;
 }
 .accessory-header h3 {
    padding: 0 20px;
 }
 .product-xingneng-content {
    padding: 0 20px;
 }
 .productx550-params-supplement-content{
    padding: 0 20px;
 }
 .product-wurenche-attachment h3{
    padding: 0 20px;
}
.supplement-right {
    flex: 0 0 50%;
}
}
/* 响应式设计 */
@media (max-width: 1024px) {
  .supplement-content {
    flex-direction: column;
  }

  .supplement-left,
  .supplement-right {
    flex: 0 0 100%;
  }

  .params-list {
    border-left: none;
    padding-left: 0;
    margin-top: 30px;
  }

  .param-entry {
    flex-direction: column;
    align-items: flex-start;
  }

  .param-value {
    text-align: left;
    margin-left: 0;
    margin-top: 5px;
  }
  .xingneng-row {
    gap: 50px;
}
.product-lhfkv10-container {
    padding: 80px 20px;
}
.wurenche-params-table .params-row {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {
  .product-wurenche-params-supplement {
    padding: 40px 0;
  }

  .supplement-title h3 {
    font-size: 36px;
    margin-bottom: 30px;
  }

  .supplement-images {
    gap: 15px;
  }

  .params-list {
    gap: 10px;
  }
  .param-label {
    font-size: 20px;
  }
  .param-name,
  .param-value {
    font-size: 20px;
  }
  .wurenche-params-table .params-row {
    grid-template-columns: repeat(1, 1fr);
  }
  .params-list-right {
    max-width: 100%;
  }
   .params-list-right .param-value {
    font-size: 14px;
    width: 100% !important;
    max-width: 100% !important;
   }
   .params-list-left .param-name {
    font-size: 14px;
   }
   .params-list-left {
    padding-right: 0;
    width: 30%;
   }
   .product-wurenche-params-supplement .param-name {
    min-height: 70px;
    display: flex;
    align-items: center;
   }
.product-wurenche-params-supplement .param-value {
  text-align: left;
  min-height: 70px;
  display: flex;
  align-items: center;
  margin-top: 0;
}

}
/* 响应式设计 */
@media (max-width: 768px) {
  .product-wurenche {
    padding: 40px 0;
  }

  .param-item {
    min-width: 50%;
    margin-bottom: 15px;
  }

  .params-row {
    flex-direction: column;
  }

  .param-item {
    padding: 10px 0;
  }
}
/* 响应式设计 */
@media (max-width: 768px) {
  .other-info-content {
    flex-direction: column;
  }

  .other-info-left,
  .other-info-right {
    width: 100%;
  }

  .other-info-right {
    border-left: none;
    border-top: 1px solid #e0e0e0;
  }
}



.product-lhfkv10-title {
  color: #fff;
  font-size: 32px;
  margin-bottom: 40px;
  font-family: "SimSun", "宋体", serif;
  margin-bottom: 60px;
  letter-spacing: 2px;
  text-align: left;
}

.product-lhfkv10-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 60px;
  margin: 0 auto;
  
}

.product-lhfkv10-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 150px;
}

.product-lhfkv10-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.product-lhfkv10-icon i {
  color: #ff6b00;
  font-size: 32px;
}

.product-lhfkv10-text {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  font-family: "SimSun", "宋体", serif;
}
@media (max-width: 1400px) {
    .product-wurenche,
    .product-wurenche-params-supplement,
    .other-info {
        padding: 0px 20px 50px;
    }

}
/* 响应式设计 */
@media (max-width: 768px) {
  .product-lhfkv10-container {
    padding: 60px 20px;
  }

  .product-lhfkv10-title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .product-lhfkv10-features {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .product-lhfkv10-icon {
    width: 60px;
    height: 60px;
  }

  .product-lhfkv10-icon i {
    font-size: 24px;
  }

  .product-lhfkv10-text {
    font-size: 19px;
  }
}
/* 详细介绍 */
.product-lhfkv10-detaiBox {
 background-color: rgba(255, 255, 255, 0.2);
}
.product-lhfkv10-detai-linfo {
  color: #fff;
  padding: 60px 20px;
 
}

.detail-title {
  font-size: 28px;
  margin-bottom: 40px;
  letter-spacing: 2px;
  position: relative;
}

.detail-content {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.cfdw-info .detail-content {
  grid-template-columns: repeat(4, 1fr);
}

.wlscdt-info .detail-content {
  grid-template-columns: repeat(4, 1fr);
  gap:50px 30px;
}
.product-lhfkv10-detai-linfo.cfdw-info  .section-title{
 padding-right: 30px;
}
.product-lhfkv10-detai-linfo.cfdw-info .section-text {
 padding-right: 30px;
}

.detail-section {
  position: relative;
}
/* 不是第一个和第五个孩子节点添加after */
/*.cfdw-info  .detail-section:not(:first-child):not(:nth-child(5)) { */
/*  text-align: right;*/
/*}*/
.cfdw-info .detail-section:not(:first-child):not(:nth-child(5)) .section-title { 
  padding-right: 0;
}
.cfdw-info .detail-section:not(:first-child):not(:nth-child(5)) .section-text{ 
  padding-right: 0;
}
.cfdw-info {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 50px;
}
.wlscdt-info {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 50px;
}
.detail-section:nth-child(4),
.detail-section:nth-child(5) {
  grid-column: span 1;
}
.detail-section:nth-child(5n){
    align-items: flex-start;
}
.detail-section:last-child::after {
  display: none;
}

.product-lhfkv10-detai-linfo .section-title {
  font-size: 22px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  color: #fff;
  padding-top: 10px;
  border-top: 2px solid #fff;

}

.product-lhfkv10-detai-linfo .section-text {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 10px;
  padding-right: 0;
}

.section-text:last-child {
  margin-bottom: 0;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .detail-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
.productHero-section-img img {
        max-width: 90%;
    }
  .detail-section {
    padding-bottom: 20px;
  }

  .detail-title {
    font-size: 28px;
  }

  .section-title {
    font-size: 16px;
  }

  .section-text {
    font-size: 13px;
  }
  .scenario-img {
    height: 300px;
  }
  .other-info-section .other-info-left {
    width: 33%;
    padding: 0;
  }
   .other-info-section .other-info-right {
    width: 67%;
   }
   .other-info-param-label {
    font-size: 14px;
   }
   .other-info-param-value {
    font-size: 14px;
   }
}
@media (max-width: 768px) {
    .productHero-section-title h2 {
        font-size: 46px;
    }
    .product-hero-section-content h2 {
        font-size: 40px;
        width: 300px;
    }
    .product-content2-content h2 {
      font-size: 30px;
    }
    .product-center-title {
      font-size: 20px;
    }
    .product-scenarios-440 .scenarios-list {
    grid-template-columns: repeat(2, 1fr);
}
.product-scenarios-550 .scenarios-list {
    grid-template-columns: repeat(2, 1fr);
}
.product-scenarios-360 .scenarios-list {
    grid-template-columns: repeat(2, 1fr);
}
.cfdw-info .detail-content {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0;
}
.cfdw-info .detail-section:not(:first-child):not(:nth-child(5)) {
    text-align: left;
}
.wlscdt-info .detail-content {
    grid-template-columns: repeat(1, 1fr);
}
.product-params {
    padding: 80px 20px;
}
.params-supplement-item {
    width: 100%;
}
.wurenche-params-table .param-value {
    padding: 0;
}
}
@media (max-width: 500px) { 
  .product-scenarios-440 .scenarios-list {
    grid-template-columns: repeat(1, 1fr);
}
.product-scenarios-550 .scenarios-list {
    grid-template-columns: repeat(1, 1fr);
}
.product-scenarios-360 .scenarios-list {
    grid-template-columns: repeat(1, 1fr);
}

.productHero-section-img img {
    max-width: 90%;
}
    .product-lhfkv10-features {
        gap: 30px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

}

/*轮播图下hover状态的附件信息相关样式---------------------------------*/
 /* 容器（自适应宽度，移动端占满屏幕） */
    .other-info {
      position: absolute;
      top: -30px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 999;
      width: 100%;
      max-width: 900px;
      margin: 0 auto;
      padding: 30px 0 0;
    }

    /* 核心表格（实现左右分栏+对齐） */
   .other-info .params-table {
      width: 100%;
      border-collapse: collapse;
      table-layout: fixed;
      font-size: 18px;
    }
   .other-info-table-box {
      background-color: #fff;
      border-radius: 26px;
      padding: 50px;
   }
    /* 左列：标签栏 */
   .other-info .params-table .label-cell {
      width: 260px;
      /* 桌面端固定宽度 */
      padding: 20px 15px;
      /* 移动端减小内边距 */
      text-align: center;
      color: #666;
      border-right: 2px solid #e0e0e0;
      vertical-align: middle;
    }

    /* 右列：值栏 */
   .other-info .params-table .value-cell {
      padding: 20px 15px;
      text-align: center;
      color: #333;
      line-height: 1.8;
      vertical-align: middle;
      word-wrap: break-word;
      word-break: break-all;
      /* 强制英文/数字换行，适配小屏 */
    }

    /* 移动端适配（屏幕宽度≤768px时生效） */
    @media (max-width: 768px) {

      /* 容器占满屏幕宽度 */
      .other-info {
        width: 96%;
        margin: 15px auto;
        padding: 15px 0;
      }

      /* 表格字体缩小，适配小屏 */
      .other-info .params-table {
        font-size: 16px;
      }

      /* 左列宽度自适应（不再固定120px） */
     .other-info .params-table .label-cell {
        width: auto;
        min-width: 80px;
        /* 保证标签有最小宽度 */
        padding: 8px 10px;
      }

      /* 右列内边距减小，文本左对齐（移动端右对齐体验差） */
     .other-info .params-table .value-cell {
        padding: 8px 10px;
        text-align: center;
        /* 移动端改为左对齐，更易阅读 */
      }

      /* 去掉竖线（小屏竖线占空间，视觉拥挤） */
     .other-info .params-table .label-cell {
        border-right: none;
/
      }
   .other-info .params-table .value-cell {
         border-bottom: 1px solid #e0e0e0;*
    }
      /* 移动端每行单元格块级显示，堆叠排版 */
     .other-info .params-table tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
        padding: 0 20px;
      }

     .other-info .params-table td {
        display: block;
        width: 100%;
      }
    }

    /* 超小屏适配（如iPhoneSE等，≤480px） */
    @media (max-width: 480px) {
     .other-info .params-table {
        font-size: 16px;
      }

     .other-info .params-table .label-cell {
        min-width: 70px;
        padding: 6px 8px;
      }

     .other-info .params-table .value-cell {
        padding: 6px 8px;
      }
      .product-wurenche-attachment .swiper-slide-active {
      transform: scale(0.96) !important; /* 中间幻灯片放大 */

      }
    }