.h_proList {
  padding: 50px 0;
  column-gap: 40px;
  align-items: flex-start;
}
.h_proList .h_L {
  width: 250px;
}
.h_proList .h_L .h_title {
  margin-bottom: 12px;
  font-family: Bold;
  font-size: 20px;
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 52px;
  background-color: var(--active-color);
  padding: 0 20px;
}
.h_proList .h_L .h_title span {
  max-width: calc(100% - 20px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
}
.h_proList .h_L .h_title img {
  width: 20px;
  min-width: 20px;
  margin-left: 10px;
  filter: grayscale(100%) brightness(500%);
}
.h_proList .h_L .h_list a {
  display: flex;
  align-items: center;
  column-gap: 6px;
  padding: 0 16px;
  line-height: 46px;
  background: #F6F6F6;
  font-family: Regular;
  font-size: 15px;
  margin-bottom: 8px;
  color: #3D3D3D;
}
.h_proList .h_L .h_list a span {
  width: calc(100% - 22px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
}
.h_proList .h_L .h_list a i {
  position: static;
  margin: 0;
}
.h_proList .h_L .h_list a i::before {
  font-size: 16px;
  color: #C5C5C5;
}
.h_proList .h_L .h_list a:hover {
  color: #fff;
  background-color: var(--active-color);
}
.h_proList .h_L .h_list a:hover i::before {
  color: #fff;
}
.h_proList .h_L .h_list a.h_active {
  color: #fff;
  background-color: var(--active-color);
}
.h_proList .h_L .h_list a.h_active i::before {
  color: #fff;
}
.h_proList .h_R {
  width: calc(100% - 290px);
}
.h_proList .h_R .h_search {
  margin-bottom: 35px;
}
.h_proList .h_R .h_search form {
  display: flex;
  column-gap: 14px;
}
.h_proList .h_R .h_search form input {
  padding: 0 20px;
  background: #F6F6F6;
  height: 52px;
  width: calc(100% - 140px);
  font-family: Light;
  font-size: 19px;
}
.h_proList .h_R .h_search form button {
  width: 126px;
  height: 52px;
  background: #606060;
  font-family: Light;
  font-size: 20px;
  color: #FFFFFF;
}
.h_proList .h_R .h_search form button i {
  margin-left: 8px;
  font-size: 15px;
}
.h_proList .h_R .h_search form button:hover {
  background-color: var(--active-color);
}
.h_proList .h_R .h_rowBox .h_posImg {
  padding-top: 74.07%;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.h_proList .h_R .h_rowBox .h_posImg img {
  transition: transform 0.3s linear;
}
.h_proList .h_R .h_rowBox .h_text {
  margin-top: 15px;
  height: 48px;
  line-height: 48px;
  background: #f6f6f6;
  font-family: Regular;
  font-size: 16px;
  color: #333333;
  padding: 0 20px;
  display: flex;
  transition: background 0.3s linear;
}
.h_proList .h_R .h_rowBox .h_text span {
  width: calc(100% - 30px);
}
.h_proList .h_R .h_rowBox .h_text .h_icon {
  display: flex;
  align-items: center;
}
.h_proList .h_R .h_rowBox .h_text .h_icon i {
  font-size: 15px;
  width: 10px;
}
.h_proList .h_R .h_rowBox .h_text .h_icon i:first-child {
  opacity: 0.5;
}
.h_proList .h_R .h_rowBox .h_text .h_icon i:nth-child(2) {
  opacity: 0.75;
}
.h_proList .h_R .h_rowBox:hover .h_posImg {
  border-color: var(--active-color);
}
.h_proList .h_R .h_rowBox:hover .h_posImg img {
  transform: scale(1.03);
}
.h_proList .h_R .h_rowBox:hover .h_text {
  background-color: var(--active-color);
  color: #fff;
}
.h_proList .h_R .h_details1 {
  margin-bottom: 43px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
}
.h_proList .h_R .h_details1 .h_L {
  width: 360px;
  max-width: 100%;
}
.h_proList .h_R .h_details1 .h_L .h_img {
  border: 1px solid #D8D8D8;
}
.h_proList .h_R .h_details1 .h_L .h_img .h_posImg {
  padding-top: 100%;
}
.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;
  padding: 0 32px;
  position: relative;
}
.h_proList .h_R .h_details1 .h_L .h_imgs .mySwiper .swiper-slide {
  width: 56px;
}
.h_proList .h_R .h_details1 .h_L .h_imgs .mySwiper .swiper-slide .h_posImg {
  width: 56px;
  height: 56px;
  cursor: pointer;
  border: 1px solid #D8D8D8;
}
.h_proList .h_R .h_details1 .h_L .h_imgs .mySwiper .swiper-slide.h_active .h_posImg {
  border-color: var(--active-color);
}
.h_proList .h_R .h_details1 .h_L .h_imgs .swiper-button-prev,
.h_proList .h_R .h_details1 .h_L .h_imgs .swiper-button-next {
  width: 24px;
  height: 24px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}
.h_proList .h_R .h_details1 .h_L .h_imgs .swiper-button-prev::after,
.h_proList .h_R .h_details1 .h_L .h_imgs .swiper-button-next::after {
  font-size: 16px;
}
.h_proList .h_R .h_details1 .h_L .h_imgs .swiper-button-prev {
  left: 0;
}
.h_proList .h_R .h_details1 .h_L .h_imgs .swiper-button-next {
  right: 0;
}
.h_proList .h_R .h_details1 .h_R {
  width: calc(100% - 400px);
}
.h_proList .h_R .h_details1 .h_R .h_name {
  font-family: Medium;
  font-size: 26px;
  color: #3D3D3D;
}
.h_proList .h_R .h_details1 .h_R .h_desc {
  font-family: Regular;
  font-size: 15px;
  color: #666666;
  line-height: 26px;
  margin-top: 10px;
}
.h_proList .h_R .h_details1 .h_R .h_table {
  margin-top: 16px;
  flex-wrap: wrap;
  display: flex;
}
.h_proList .h_R .h_details1 .h_R .h_table .h_tr {
  background: #F9F9FA;
  width: 100%;
  padding-left: 26px;
  height: 53px;
  display: flex;
  align-items: center;
}
.h_proList .h_R .h_details1 .h_R .h_table .h_tr .h_td1 {
  font-family: Normal;
  font-size: 16px;
  color: #3D3D3D;
  width: 40%;
}
.h_proList .h_R .h_details1 .h_R .h_table .h_tr .h_td2 {
  width: 60%;
  font-family: Normal;
  font-size: 15px;
  color: #555555;
}
.h_proList .h_R .h_details1 .h_R .h_table .h_tr:nth-child(2n) {
  background: #FFFFFF;
}
.h_proList .h_R .h_btnT {
  box-shadow: inset 0px -1px 0px 0px var(--active-color);
  height: 44px;
  margin-bottom: 24px;
}
.h_proList .h_R .h_btnT span {
  display: inline-block;
  padding: 0 20px;
  background: var(--active-color);
  height: 44px;
  min-width: 111px;
  max-width: 220px;
  font-family: Regular;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 44px;
  text-align: center;
}
.h_proList .h_R .h_details2 .h_content {
  padding: 0 0 0 20px;
  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;
  height: auto !important;
}
.h_proList .h_R .h_dlList {
  margin-top: 24px;
}
.h_proList .h_R .h_dlList .h_return {
  display: inline-flex;
  column-gap: 8px;
  align-items: center;
  justify-content: flex-end;
  font-family: Regular;
  font-size: 18px;
  color: #777777;
}
.h_proList .h_R .h_dlList .h_return:hover {
  color: var(--active-color);
}
.h_proList .h_R > .h_content img,
.h_proList .h_R > .h_content table,
.h_proList .h_R > .h_content video,
.h_proList .h_R > .h_content iframe {
  max-width: 100% !important;
  height: auto !important;
}
.h_download {
  padding: 50px 0;
}
.h_download .h_rowBox {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  padding: 20px;
  column-gap: 20px;
}
.h_download .h_rowBox .h_icon {
  width: 60px;
}
.h_download .h_rowBox .h_text {
  width: calc(100% - 80px);
}
.h_download .h_rowBox .h_text .h_p1 {
  font-family: Regular;
  font-size: 18px;
  color: #3D3D3D;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h_download .h_rowBox .h_text .h_p2 {
  margin-top: 4px;
  font-family: Light;
  font-size: 14px;
  color: #999;
  line-height: 1.5;
}
.h_download .h_rowBox:hover {
  border-color: var(--active-color);
}
.h_download .h_rowBox:hover .h_text .h_p1,
.h_download .h_rowBox:hover .h_text .h_p2 {
  color: var(--active-color);
}
@media screen and (max-width: 1200px) {
  .h_proList .h_R .h_details1 .h_L {
    width: 300px;
  }
  .h_proList .h_R .h_details1 .h_R {
    width: calc(100% - 340px);
  }
}
@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;
  }
  .h_download .h_row {
    --rown: 2;
  }
}
@media screen and (max-width: 767px) {
  .h_proList .h_R .h_details1 {
    justify-content: center;
    margin-bottom: 40px;
  }
  .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%;
    margin-top: 20px;
  }
  .h_proList .h_R .h_details1 .h_R .h_name {
    font-size: 28px;
  }
  .h_proList .h_R .h_details2 .h_content {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .h_proList .h_R .h_rowBox .h_text {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
  }
  .h_proList .h_R .h_details1 .h_R .h_name {
    font-size: 24px;
    display: block;
    line-height: normal;
    padding-bottom: 0;
  }
  .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 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .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;
  }
  .h_proList .h_R .h_search form input {
    width: calc(100% - 114px);
    height: 46px;
    font-size: 16px;
  }
  .h_proList .h_R .h_search form button {
    width: 100px;
    height: 46px;
    font-size: 16px;
  }
  .h_proList .h_R .h_row.row3,
  .h_proList .h_R .h_proList .h_R .h_row.row4 {
    --rown: 2;
    --c-gap: 16px;
    --r-gap: 16px;
  }
  .h_proList {
    padding: 32px 0;
  }
  .h_proList .h_R .h_rowBox .h_text {
    height: 42px;
    line-height: 42px;
    margin-top: 8px;
  }
  .h_proList .h_R .h_details1 .h_R .h_table .h_tr {
    padding-left: 20px;
    height: 48px;
  }
  .h_proList .h_R .h_details1 .h_R .h_table .h_tr .h_td1 {
    width: 50%;
  }
  .h_proList .h_R .h_details1 .h_R .h_table .h_tr .h_td2 {
    width: 50%;
    font-size: 15px;
  }
  .h_proList .h_R .h_details1 {
    margin-bottom: 32px;
  }
  .h_proList .h_R .h_dlList .h_return {
    font-size: 16px;
  }
  .h_proList .h_R .h_details1 .h_L .h_imgs {
    margin-top: 12px;
  }
  .h_proList .h_R .h_details1 .h_L {
    width: 100%;
  }
  .h_download {
    padding: 32px 0;
  }
  .h_download .h_row {
    --rown: 1;
    --c-gap: 16px;
    --r-gap: 16px;
  }
  .h_download .h_rowBox {
    padding: 16px;
  }
  .h_download .h_rowBox .h_text .h_p1 {
    font-size: 16px;
  }
}
