.h_proList {
  padding: 50px 0;
  column-gap: 50px;
}
.h_proList .h_L {
  width: 250px;
}
.h_proList .h_L .h_title {
  height: 64px;
  line-height: 64px;
  padding-left: 20px;
  background: var(--active-color);
  font-family: Bold;
  font-size: 20px;
  color: #FFFFFF;
}
.h_proList .h_L .h_title i {
  opacity: 0;
}
.h_proList .h_L .h_list {
  border: 1px solid #D8D8D8;
  border-top: none;
}
.h_proList .h_L .h_list a {
  display: flex;
  align-items: center;
  column-gap: 6px;
  padding: 0 16px;
  line-height: 46px;
  border-bottom: 1px dashed #DDDDDD;
  font-family: Regular;
  font-size: 14px;
  color: #777777;
}
.h_proList .h_L .h_list a span {
  width: calc(100% - 24px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.h_proList .h_L .h_list a:last-child {
  border: none;
}
.h_proList .h_L .h_list a .swiper-button-next {
  position: static;
  width: 18px;
  height: 18px;
  margin: 0;
}
.h_proList .h_L .h_list a .swiper-button-next::after {
  font-size: 10px;
  color: #777777;
}
.h_proList .h_L .h_list a:hover {
  color: var(--active-color);
}
.h_proList .h_L .h_list a:hover .swiper-button-next::after {
  color: var(--active-color);
}
.h_proList .h_L .h_list a.h_active {
  color: var(--active-color);
}
.h_proList .h_L .h_list a.h_active .swiper-button-next::after {
  color: var(--active-color);
}
.h_proList .h_R {
  width: calc(100% - 300px);
}
.h_proList .h_R .h_rowBox .h_text {
  margin-top: 25px;
  height: 56px;
  line-height: 56px;
  background: #F5F4FA;
  text-align: center;
  font-family: Regular;
  font-size: 18px;
  color: #333333;
  padding: 0 10px;
}
.h_proList .h_R .h_rowBox:hover .h_text {
  background-color: var(--active-color);
  color: #fff;
}
.h_proList .h_R .h_details1 {
  margin-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
}
.h_proList .h_R .h_details1 .h_L {
  max-width: 100%;
  width: 410px;
}
.h_proList .h_R .h_details1 .h_L .h_img {
  padding: 30px;
  border: 1px solid #D8D8D8;
}
.h_proList .h_R .h_details1 .h_L .h_img img {
  width: 100%;
}
.h_proList .h_R .h_details1 .h_L .h_imgs {
  margin-top: 20px;
}
.h_proList .h_R .h_details1 .h_L .h_imgs .mySwiper .swiper-slide {
  padding: 8px;
  cursor: pointer;
  border: 1px solid #D8D8D8;
}
.h_proList .h_R .h_details1 .h_L .h_imgs .mySwiper .swiper-slide.h_active {
  border-color: var(--active-color);
}
.h_proList .h_R .h_details1 .h_L .h_imgs .mySwiper .swiper-slide img {
  width: 100%;
}
.h_proList .h_R .h_details1 .h_R {
  width: calc(100% - 460px);
}
.h_proList .h_R .h_details1 .h_R .h_name {
  font-family: Medium;
  font-size: 36px;
  color: #3D3D3D;
  line-height: 74px;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1);
}
.h_proList .h_R .h_details1 .h_R .h_tags {
  display: flex;
  align-items: center;
  column-gap: 12px;
  row-gap: 10px;
  margin-top: 20px;
}
.h_proList .h_R .h_details1 .h_R .h_tags span {
  padding: 0 14px;
  height: 29px;
  line-height: 29px;
  background: #F2F2F3;
  border-radius: 62px 62px 62px 62px;
  font-style: italic;
  font-family: Regular;
  font-size: 16px;
  color: #757575;
}
.h_proList .h_R .h_details1 .h_R .h_desc {
  margin-top: 20px;
  font-style: italic;
  font-family: Regular;
  font-size: 16px;
  color: #757575;
}
.h_proList .h_R .h_details1 .h_R .h_box {
  padding: 18px 20px;
  display: flex;
  align-items: center;
}
.h_proList .h_R .h_details1 .h_R .h_box .h_p1 {
  font-family: Regular;
  font-size: 18px;
  color: #7E7E7E;
  flex: 1;
}
.h_proList .h_R .h_details1 .h_R .h_box .h_p2 {
  font-family: Medium;
  font-size: 16px;
  color: #DB2424;
  flex: 1;
}
.h_proList .h_R .h_details1 .h_R .h_box .h_p2 .h_price {
  font-size: 24px;
}
.h_proList .h_R .h_details1 .h_R .h_box .h_p2 .h_unit {
  margin-left: 8px;
  font-family: Regular;
  font-size: 18px;
  color: #7E7E7E;
}
.h_proList .h_R .h_details1 .h_R .h_box .h_p3 {
  flex: 1;
  font-family: Medium;
  font-size: 24px;
  color: #3D3D3D;
}
.h_proList .h_R .h_details1 .h_R .h_box.h_box1 {
  margin-top: 24px;
  background: #F2F2F3;
}
.h_proList .h_R .h_details1 .h_R .h_box.h_box2 {
  background: #F9F9FA;
}
.h_proList .h_R .h_details1 .h_R .h_specs {
  margin-top: 32px;
}
.h_proList .h_R .h_details1 .h_R .h_specs .h_specs_name {
  font-family: Medium;
  font-size: 18px;
  color: #3D3D3D;
}
.h_proList .h_R .h_details1 .h_R .h_specs .h_specLs {
  margin-top: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 10px;
}
.h_proList .h_R .h_details1 .h_R .h_specs .h_specLs span {
  padding: 0 42px;
  height: 45px;
  line-height: 43px;
  border-radius: 40px 40px 40px 40px;
  border: 1px solid #A2A2A2;
  font-family: Regular;
  font-size: 18px;
  color: #A2A2A2;
  cursor: pointer;
}
.h_proList .h_R .h_details1 .h_R .h_specs .h_specLs span.h_active {
  color: var(--active-color);
  border-color: var(--active-color);
}
.h_proList .h_R .h_details1 .h_R .h_link {
  margin-top: 60px;
  display: inline-block;
  width: 367px;
  max-width: 100%;
  height: 52px;
  line-height: 52px;
  background: #44C09C;
  border-radius: 43px 43px 43px 43px;
  text-align: center;
  font-family: Bold;
  font-size: 18px;
  color: #FFFFFF;
}
.h_proList .h_R .h_btnT {
  width: 188px;
  height: 49px;
  background: #44C09C;
  border-radius: 2px 2px 2px 2px;
  font-family: Medium;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 49px;
  text-align: center;
}
.h_proList .h_R .h_details2 {
  padding-top: 52px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.h_proList .h_R .h_details2 .h_content {
  margin-top: 24px;
  font-family: Regular;
  font-size: 16px;
  color: #8A8A8A;
  line-height: 24px;
}
.h_proList .h_R .h_details2 .h_content img,
.h_proList .h_R .h_details2 .h_content table,
.h_proList .h_R .h_details2 .h_content video,
.h_proList .h_R .h_details2 .h_content iframe {
  max-width: 100% !important;
}
.h_proList .h_R .h_form {
  margin-top: 50px;
}
.h_proList .h_R .h_form form {
  margin-top: 52px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 24px;
}
.h_proList .h_R .h_form form .h_box {
  display: flex;
  border: 1px solid #E1E1E1;
  width: calc(50% - 15px);
}
.h_proList .h_R .h_form form .h_box .h_icon {
  border-right: 1px solid #E1E1E1;
  width: 54px;
  height: 54px;
  text-align: center;
  line-height: 52px;
}
.h_proList .h_R .h_form form .h_box .h_icon img {
  width: 24px;
}
.h_proList .h_R .h_form form .h_box input {
  font-family: Regular;
  padding: 0 12px;
  font-size: 15px;
  width: calc(100% - 55px);
}
.h_proList .h_R .h_form form textarea {
  font-family: Regular;
  font-size: 15px;
  width: 100%;
  padding: 20px;
  border: 1px solid #E1E1E1;
}
.h_proList .h_R .h_form form button {
  margin-top: 20px;
  width: 228px;
  height: 56px;
  background: #44C09C;
  font-family: Regular;
  font-size: 15px;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .h_proList .h_L,
  .h_proList .h_R {
    width: 100%;
  }
  .h_proList .h_L .h_list {
    display: none;
  }
  .h_proList .h_L .h_title {
    cursor: pointer;
  }
  .h_proList .h_L .h_title i {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .h_proList .h_R .h_details1 {
    justify-content: center;
    margin-bottom: 40px;
  }
  .h_proList .h_R .h_details2 {
    padding-top: 36px;
  }
  .h_proList .h_L .h_title {
    height: 52px;
    line-height: 52px;
  }
  .h_proList .h_R .h_rowBox .h_text {
    height: 52px;
    line-height: 52px;
    margin-top: 10px;
  }
  .h_proList .h_R .h_details1 .h_R {
    width: 100%;
  }
  .h_proList .h_R .h_details1 .h_R .h_name {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .h_proList .h_R .h_rowBox .h_text {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
  .h_proList .h_R .h_details1 .h_R .h_name {
    font-size: 28px;
    display: block;
    line-height: normal;
    padding-bottom: 16px;
  }
  .h_proList .h_R .h_details1 .h_R {
    margin-top: 20px;
  }
  .h_proList .h_R .h_details1 .h_R .h_box {
    padding: 10px 20px;
  }
  .h_proList .h_R .h_details1 .h_R .h_specs {
    margin-top: 20px;
  }
  .h_proList .h_R .h_details1 .h_R .h_specs .h_specLs span {
    padding: 0 16px;
    height: 30px;
    line-height: 28px;
    font-size: 16px;
  }
  .h_proList .h_R .h_details1 .h_R .h_link {
    display: none;
  }
  .h_proList .h_R .h_btnT {
    width: 170px;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
  }
  .h_proList .h_R .h_form form {
    margin-top: 32px;
    row-gap: 16px;
  }
  .h_proList .h_R .h_form form .h_box {
    width: 100%;
  }
  .h_proList .h_R .h_form form textarea {
    height: 180px;
  }
}
