.h_proDetails {
  position: relative;
}
.h_proDetails .h_bg {
  position: absolute;
  right: 0;
  top: 50px;
  opacity: 0.5;
  z-index: -1;
}
.h_proDetails .h_proList .h_L .h_title {
  background-color: var(--active-color);
  height: 58px;
  color: #FFFFFF;
  border: none;
  padding: 0 0 0 20px;
}
.h_proDetails .h_proList .h_L .h_title img {
  filter: grayscale(100%) brightness(500%);
}
.h_proDetails .h_proList .h_details .h_details1 {
  column-gap: 50px;
}
.h_proDetails .h_proList .h_details .h_details1 .h_L {
  width: 360px;
}
.h_proDetails .h_proList .h_details .h_details1 .h_R {
  width: calc(100% - 410px);
}
.h_proDetails .h_proList .h_details .h_details1 .h_R .h_type {
  line-height: normal;
  padding: 14px 0 16px;
}
.h_proDetails .h_proList .h_details .h_details1 .h_R .h_table {
  margin-top: 16px;
  flex-wrap: wrap;
  display: flex;
  /*border-bottom: 1px solid #EEEEEE;*/
}
.h_proDetails .h_proList .h_details .h_details1 .h_R .h_content{
    margin-top: 8px;
    font-family: Regular !important;
    font-size: 16px;
    color: #8A8A8A;
    line-height: 24px;
}
.h_proDetails .h_proList .h_details .h_details1 .h_R .h_table .h_tr {
  background: #F9F9FA;
  width: 100%;
  padding-left: 26px;
  height: 53px;
  display: flex;
  align-items: center;
}
.h_proDetails .h_proList .h_details .h_details1 .h_R .h_table .h_tr .h_td1 {
  font-family: Light;
  font-size: 17px;
  color: #3D3D3D;
  width: 40%;
}
.h_proDetails .h_proList .h_details .h_details1 .h_R .h_table .h_tr .h_td2 {
  width: 60%;
  font-family: Light;
  font-size: 17px;
  color: #555555;
}
.h_proDetails .h_proList .h_details .h_details1 .h_R .h_table .h_tr:nth-child(2n) {
  background: #FFFFFF;
}
.h_proDetails .h_proList .h_details .h_btnT {
  height: 50px;
  box-shadow: inset 0 -2px #D8D8D8;
}
.h_proDetails .h_proList .h_details .h_btnT span {
  height: 50px;
  line-height: 50px;
  background: none;
  color: var(--active-color);
  padding: 0;
  border-bottom: 2px solid var(--active-color);
  width: auto;
  max-width: none;
  min-width: unset;
  color: #3D3D3D;
}
.h_proDetails .h_proList .h_details .h_details2 .h_content {
  padding: 18px 24px;
  background: #F9F9FA;
}
.h_proDetails .h_proList .h_details .h_dlList {
  margin-top: 30px;
}
.h_proDetails .h_proList .h_details .h_dlList .h_row {
  --r-gap: 25px;
  --c-gap: 25px;
}
.h_proDetails .h_proList .h_details .h_dlList .h_rowBox {
  padding: 20px;
  display: flex;
  align-items: center;
  column-gap: 18px;
  border: 1px solid #EEEEEE;
}
.h_proDetails .h_proList .h_details .h_dlList .h_rowBox .h_icon {
  width: 48px;
}
.h_proDetails .h_proList .h_details .h_dlList .h_rowBox .h_t .h_name {
  font-family: Regular;
  font-size: 17px;
  color: #3D3D3D;
}
.h_proDetails .h_proList .h_details .h_dlList .h_rowBox .h_t .h_desc {
  margin-top: 4px;
  font-family: Light;
  font-size: 13px;
  color: #666666;
}
.h_proDetails .h_proList .h_details .h_dlList .h_rowBox:hover {
  border-color: var(--active-color);
}
.h_proDetails .h_proList .h_details .h_dlList .h_rowBox:hover .h_t .h_name,
.h_proDetails .h_proList .h_details .h_dlList .h_rowBox:hover .h_t .h_desc {
  color: var(--active-color);
}
@media screen and (max-width: 1400px) {
  .h_proDetails .h_proList .h_details .h_details1 {
    column-gap: 30px;
  }
  .h_proDetails .h_proList .h_details .h_details1 .h_L {
    width: 330px;
  }
  .h_proDetails .h_proList .h_details .h_details1 .h_R {
    width: calc(100% - 360px);
  }
  .h_proDetails .h_proList .h_details .h_details1 .h_R .h_table .h_tr {
    height: 48px;
    padding-left: 18px;
  }
  .h_proDetails .h_proList .h_details .h_details1 .h_R .h_table .h_tr .h_td1 {
    font-size: 16px;
    width: 50%;
  }
  .h_proDetails .h_proList .h_details .h_details1 .h_R .h_table .h_tr .h_td2 {
    font-size: 15px;
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .h_proList .h_R .h_details1 .h_R .h_name {
    line-height: 1;
    padding: 0;
  }
  /*.h_proDetails .h_proList .h_details .h_details1 .h_L {*/
  /*  width: calc(100% - 590px);*/
  /*}*/
  /*.h_proDetails .h_proList .h_details .h_details1 .h_R {*/
  /*  width: 560px;*/
  /*}*/
  .h_proList .h_R .h_details1 {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .h_proDetails .h_proList .h_details .h_details1 .h_L {
    width: 400px;
    margin: 0 auto;
  }
  .h_proDetails .h_proList .h_details .h_details1 .h_R {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .h_proDetails .h_proList .h_details .h_details1 .h_R .h_table .h_tr {
    width: 100%;
    background: #F9F9FA !important;
  }
  .h_proDetails .h_proList .h_details .h_details1 .h_R .h_table .h_tr:nth-child(2n) {
    background: #fff !important;
  }
  .h_proDetails .h_proList .h_details .h_dlList .h_rowBox {
    column-gap: 15px;
    width: 100%;
    padding: 15px;
  }
  .h_proDetails .h_proList .h_details .h_dlList .h_row {
    --r-gap: 15px;
    --c-gap: 15px;
  }
  .h_proDetails .h_proList .h_details .h_dlList .h_rowBox .h_t .h_name {
    font-size: 15px;
  }
  .h_proList {
    padding: 16px 0;
  }
  .h_proList .h_R .h_details1 {
    margin-bottom: 18px;
  }
  .h_proDetails .h_proList .h_details .h_dlList {
    margin-top: 18px;
  }
  .h_proList .h_R .h_btnT {
    margin-bottom: 20px;
  }
  .h_proDetails .h_proList .h_details .h_details2 .h_content {
    padding: 18px 15px;
  }
  .h_proList .h_R .h_details1 .h_L .h_imgs {
    margin-top: 18px;
  }
  .h_proList .h_L .h_list {
    margin-top: 10px;
  }
}
