.productDetailBtn {
  padding: 15px 40px;
  background: #10AC8C;
  border-radius: 45px;
  color: white;
  display: inline-block;
  cursor: pointer;
}
.productCon-top60 {
  margin-top: 60px;
}
.productCon-top140 {
  margin-top: 140px;
}
.padleft12 {
  padding-left: 12%;
}
.pro-title {
  font-weight: 500;
  font-size: 30px;
  color: #3A3A3A;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 10px;
}
.proitem-title::after,
.pro-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 4px;
  background: #10AC8C;
}
.pro-desc {
  margin: 24px 0;
}
.proimg {
  max-width: 460px;
}
.productList {
  padding:70px 0;
}
.product-item {
  width: 100%;
  max-width: 480px;
  margin: 100px auto;
  background: white;
  box-shadow: 0px 15px 30px -8px rgba(30,30,30,0.09);
}
.product-item-text {
  padding: 20px 40px 40px;
}
.proitem-title {
  font-weight: 500;
  font-size: 26px;
  color: #3A3A3A;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: 30px;
}
.dengHight {
  height: 120px;
}
@media only screen and (max-width: 750px) {
  .productCon-top60 {
    margin-top: 40px;
  }
  .proimg {
    width: 90%;
    margin: 0 auto;
  }
  .productCon-text {
    padding-top: 30px;
  }
  .padleft12 {
    padding-left: 0;
  }
  .productCon-top140 {
    margin-top: 70px;
  }
  .proitem-title {
    font-size: 20px;
  }
  .product-item-text {
    padding: 20px;
    font-size: 16px;
  }
  .dengHight {
    height: auto;
  }
  .product-item {
    margin: 10px auto;
  }
  .pro-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

/* ------------------------------------- 详情部分 ------------------------------- */
.produceDetailBg {
  background: #F7F7F7 url('../img/product/detailBg.png') center bottom no-repeat;
  background-size: 100% auto !important;
  color: #363636;
  padding-top: 130px;
  padding-bottom: 20px;
}
.produceDetail-title {
  font-weight: 500;
  font-size: 40px;
  color: #3A3A3A;
  position: relative;
  text-align: center;
}
.alignCenter {
  align-items: center;
}
.produceDetail-content {
  margin: 70px auto;
}
.proDetailImg {
  max-width: 450px;
}
.prodetal-rightText {
  font-size: 23px;
  color: #363636;
  line-height: 1.6;
  max-width: 450px;
  padding-left: 20px;

}
.prodeta-hexinCon {
  margin: 70px auto;
}
.prodeta-hexin {
  max-width: 400px;
  padding: 0 30px;
  margin: 50px 0;
}
.prodeta-hexinImg {
  width: 90px;
  height: 90px;
}
.prodeta-hexinTitle {
  padding: 12px 0;
  font-weight: bold;
  font-size: 28px;
  color: #10AC8C;
}
.prodeta-hexin p {
  margin: 6px 0;
}
.proDetailTable .proDetailTable-item {
  width: 33.3%;
  padding: 70px 30px;
  font-size: 20px;
}
.proDetailTable .proDetailTable-item.twoPerTableItem {
  width: 50%;
}
.proDetailTable-item p {
  text-align: center;
}
.table-num {
  margin-top: 20px;
  font-size: 26px;
  color: #363636;
  font-weight: bold;
}
.borLeft {
  border-left: 1px solid #e7e7e7;
}
.borBottom {
  border-bottom: 1px solid #e7e7e7;
}
.proHexinTop100 {
  margin-top: 100px;
}
.proDetailTable-title, 
.proDetailTable-bot {
  text-align: center;
  padding: 40px 0;
}
.proDetailTable-title {
  font-weight: 600;
  font-size: 30px;
  color: #10AC8C;
  border-bottom: 1px solid #e7e7e7;
}
.proDetailTable-bot {
  border-top: 1px solid #e7e7e7;
  font-size: 22px;
  color: #3A3A3A;
}
.proDetailTable-bot span {
  font-weight: bold;
  font-size: 30px;
  margin-left: 14px;
  color: #363636;
}

@media only screen and (max-width: 750px) {
  .produceDetail-title {
    font-size: 28px;
  }
  .proDetailImg {
    width: 92%;
    margin: 8px auto;
  }
  .prodetal-rightText {
    font-size: 18px;
    padding-left: 0px;
  }
  .produceDetailBg {
    padding: 70px 3% 20px 3%;
  }
  .homeCon.produceDetail-content {
    padding: 0 !important;
  }
  .prodeta-hexin {
    margin: 26px 0;
  }
  .prodeta-hexinImg {
    width: 70px;
    height: 70px;
  }
  .prodeta-hexin p {
    font-size: 16px;
  }
  .prodeta-hexin p.prodeta-hexinTitle {
    font-size: 24px;
  }
  .proDetailTable-title {
    font-size: 26px;
  }
  .proDetailTable .proDetailTable-item p {
     white-space: normal; /* 允许自动换行（默认值，可省略） */
    overflow-wrap: break-word; /* 长单词/URL内部换行（优先） */
    word-break: break-all; /* 极端情况：任意字符间强制换行（可选） */
  }
  .proDetailTable .proDetailTable-item {
    padding: 30px 10px;
    font-size: 16px;
  }
  .table-num {
    margin-top: 4px;
    font-size: 18px;
  }
  .proDetailTable-bot {
    font-size: 18px;
  }
  .proDetailTable-bot span {
    font-size: 24px;
  }
}