.h_products .h_proList .h_item:first-child {
  margin-top: 0;
}
.h_products .h_proList .h_item .h_L {
  width: calc(50% - 30px);
  --left: 40px;
  padding-left: var(--left);
}
.h_products .h_proList .h_item .h_L .h_t {
  position: relative;
}
.h_products .h_proList .h_item .h_L .h_t::before {
  position: absolute;
  content: '';
  width: 5px;
  height: 100%;
  left: calc(-1 * var(--left));
  background: var(--active-color);
}
.h_products .h_proList .h_item .h_L .h_t .h_name {
  font-family: "Source Han Sans Medium";
  font-size: 35px;
  line-height: calc(42/35);
}
.h_products .h_proList .h_item .h_L .h_t .h_desc {
  line-height: calc(26/16);
  color: #666666;
  margin-top: 4px;
}
.h_products .h_proList .h_item .h_L .h_ul {
  margin-top: 13px;
  border-top: 1px solid #ccc;
}
.h_products .h_proList .h_item .h_L .h_ul .h_li {
  border-bottom: 1px solid #ccc;
  line-height: 65px;
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: left center;
  transition: all 0.3s ease-in-out;
}
.h_products .h_proList .h_item .h_L .h_ul .h_li .h_tag {
  width: calc(100% - 22px);
  font-size: 19px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.h_products .h_proList .h_item .h_L .h_ul .h_li .h_arrow {
  color: #696969;
}
.h_products .h_proList .h_item .h_L .h_ul .h_li .h_arrow .icon {
  color: inherit;
}
.h_products .h_proList .h_item .h_L:hover .h_ul .h_li {
  padding-left: 30px;
  background-image: url(../static/icon_gou.png);
}
.h_products .h_proList .h_item .h_img {
  width: calc(50% - 10px);
  aspect-ratio: 688/410;
  background-color: #ebedf1;
  position: relative;
}
.h_products .h_proList .h_item .h_img .h_index {
  position: absolute;
  font-size: 64px;
  font-family: "Source Han Sans Bold";
  color: rgba(0, 0, 0, 0.1);
  z-index: 2;
  left: 36px;
  bottom: 30px;
  line-height: 1;
}
.h_products .h_proList .h_item:nth-child(2n) {
  flex-direction: row-reverse;
}
.h_products .h_proList .h_item:hover .h_L .h_t .h_name {
  color: var(--active-color);
}
.h_proDetails {
  --p-left: 158px;
}
.h_proDetails .h_top .h_L {
  width: 54.5%;
  position: relative;
}
.h_proDetails .h_top .h_L .h_imgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  height: 100%;
}
.h_proDetails .h_top .h_L .h_imgs .swiper {
  height: 100%;
}
.h_proDetails .h_top .h_L .h_imgs .swiper-slide {
  height: auto;
  border: 2px solid #ebedf1;
  background-color: #ebedf1;
  padding: 10px;
  cursor: pointer;
}
.h_proDetails .h_top .h_L .h_imgs .swiper-slide .h_img {
  height: 100%;
}
.h_proDetails .h_top .h_L .h_imgs .swiper-slide.active {
  border-color: var(--active-color);
}
.h_proDetails .h_top .h_L .h_bImg {
  background-color: #ebedf1;
  width: calc(100% - var(--p-left));
  aspect-ratio: 60/46;
  padding: 10px;
}
.h_proDetails .h_top .h_R {
  width: 41.42%;
}
.h_proDetails .h_top .h_R .h_t {
  position: relative;
}
.h_proDetails .h_top .h_R .h_t .h_name {
  font-family: "Source Han Sans Medium";
  font-size: 35px;
  line-height: calc(42/35);
}
.h_proDetails .h_top .h_R .h_t .h_desc {
  line-height: calc(26/16);
  color: #666666;
  margin-top: 10px;
}
.h_proDetails .h_top .h_R .h_ul {
  margin-top: 14px;
  border-top: 1px solid #ccc;
}
.h_proDetails .h_top .h_R .h_ul .h_li {
  border-bottom: 1px solid #ccc;
  line-height: 65px;
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: left center;
  transition: all 0.3s ease-in-out;
  padding-left: 30px;
  background-image: url(../static/icon_gou.png);
}
.h_proDetails .h_top .h_R .h_ul .h_li .h_tag {
  font-size: 19px;
  color: #666;
}
.h_proDetails .h_top .h_R .h_ul .h_li .h_arrow {
  color: #696969;
}
.h_proDetails .h_top .h_R .h_ul .h_li .h_arrow .icon {
  color: inherit;
}
.h_proDetails .h_bottom {
  padding-left: var(--p-left);
}
.h_proDetails .h_bottom .h_tabs {
  border: 1px solid #e2e2e2;
}
.h_proDetails .h_bottom .h_tabs .h_tab {
  line-height: 54px;
  padding: 0 46px;
  font-size: 19px;
  color: #333;
  border-right: 1px solid #e2e2e2;
  position: relative;
  cursor: pointer;
}
.h_proDetails .h_bottom .h_tabs .h_tab::before {
  content: '';
  position: absolute;
  width: calc(100% + 2px);
  height: 2px;
  background-color: var(--active-color);
  top: -1px;
  left: -1px;
  transition: all 0.3s ease-in-out;
  transform: scaleX(0);
  transform-origin: left;
}
.h_proDetails .h_bottom .h_tabs .h_tab.active {
  color: var(--active-color);
}
.h_proDetails .h_bottom .h_tabs .h_tab.active::before {
  transform: scaleX(1);
}
.h_proDetails .h_bottom .h_contents {
  color: #3d3d3d;
  line-height: calc(28/16);
}
.h_proDetails .h_bottom .h_contents img,
.h_proDetails .h_bottom .h_contents table,
.h_proDetails .h_bottom .h_contents video,
.h_proDetails .h_bottom .h_contents iframe {
  width: auto;
  max-width: 100%;
  height: auto !important;
}
.h_proDetails .h_bottom .h_contents p {
  margin: 9px 0;
}
.h_proDetails .h_bottom .h_contents .h_content {
  display: none;
}
.h_proDetails .h_bottom .h_contents .h_content:first-child {
  display: block;
}
.h_proDetails .h_bottom .h_contents .h_content .h_table {
  max-width: 700px;
  border: 1px solid #e4e4e4;
}
.h_proDetails .h_bottom .h_contents .h_content .h_table .h_th {
  line-height: 56px;
  padding: 0 30px;
  background-color: #f9f9f9;
  font-family: "Source Han Sans Medium";
  font-size: 19px;
  color: #333;
}
.h_proDetails .h_bottom .h_contents .h_content .h_table .h_tr {
  padding: 0 40px;
  border-top: 1px solid #e4e4e4;
  display: flex;
  font-size: 16px;
  color: #333;
  gap: 20px;
}
.h_proDetails .h_bottom .h_contents .h_content .h_table .h_tr .h_td {
  flex: 2;
  padding: 12px 0;
  position: relative;
}
.h_proDetails .h_bottom .h_contents .h_content .h_table .h_tr .h_td::before {
  content: '';
  position: absolute;
  width: 6px;
  aspect-ratio: 1;
  background-color: #333;
  border-radius: 50%;
  display: none;
  left: 0;
  top: 20px;
}
.h_proDetails .h_bottom .h_contents .h_content .h_table .h_tr .h_td:first-child {
  flex: 1;
  padding-left: 18px;
}
.h_proDetails .h_bottom .h_contents .h_content .h_table .h_tr .h_td:first-child::before {
  display: block;
}
.h_proDetails .h_bottom .h_contents .h_content table {
  border: 1px solid #e4e4e4;
  border-collapse: collapse;
  border-spacing: 0;
  width: 700px;
}
.h_proDetails .h_bottom .h_contents .h_content table tr th {
  font-size: 18px;
  background: #F8F9FB;
  color: #333;
  text-align: left;
  white-space: nowrap;
  font-weight: normal;
  font-family: "Source Han Sans Medium";
}
.h_proDetails .h_bottom .h_contents .h_content table tr th,
.h_proDetails .h_bottom .h_contents .h_content table tr td {
  padding: 16px 24px;
  color: #333;
}
.h_proDetails .h_bottom .h_contents .h_content table tr th:nth-child(2),
.h_proDetails .h_bottom .h_contents .h_content table tr td:nth-child(2) {
  white-space: nowrap;
}
.h_proDetails .h_bottom .h_contents .h_content table tr th a,
.h_proDetails .h_bottom .h_contents .h_content table tr td a {
  display: block;
}
.h_proDetails .h_bottom .h_contents .h_content table tr th a .icon,
.h_proDetails .h_bottom .h_contents .h_content table tr td a .icon {
  font-size: 20px;
}
.h_proDetails .h_bottom .h_contents .h_content table tr th a:hover,
.h_proDetails .h_bottom .h_contents .h_content table tr td a:hover {
  color: var(--active-color);
}
.h_proDetails .h_bottom .h_contents .h_content table tr th:last-child,
.h_proDetails .h_bottom .h_contents .h_content table tr td:last-child {
  text-align: center;
}
.h_proDetails .h_bottom .h_contents .h_content table tr:nth-child(2n) {
  background: #F8F9FB;
}
@media screen and (max-width: 1440px) {
  .h_proDetails .h_top .h_R .h_t .h_name,
  .h_products .h_proList .h_item .h_L .h_t .h_name {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .h_products .h_proList .h_item .h_L {
    --left: 30px;
    width: calc(50% - 20px);
  }
  .h_products .h_proList .h_item .h_L .h_t .h_name {
    font-size: 24px;
  }
  .h_products .h_proList .h_item .h_L .h_ul .h_li {
    line-height: 48px;
    background-size: 20px;
  }
  .h_products .h_proList .h_item .h_L .h_ul .h_li .h_tag {
    font-size: 15px;
  }
  .h_products .h_proList .h_item .h_img .h_index {
    font-size: 42px;
    left: 26px;
    bottom: 20px;
  }
  .h_proDetails .h_top .h_L {
    width: 100%;
  }
  .h_proDetails .h_top .h_R {
    margin-top: calc(var(--w-padding)/2);
    width: 100%;
    padding-left: var(--p-left);
  }
}
@media screen and (max-width: 768px) {
  .h_products .h_proList {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .h_products .h_proList .h_item {
    width: calc(50% - 10px);
    flex-direction: column-reverse !important;
    margin: 0;
    gap: 15px;
  }
  .h_products .h_proList .h_item .h_L {
    width: 100%;
    --left: 0;
  }
  .h_products .h_proList .h_item .h_L .h_t::before {
    display: none;
  }
  .h_products .h_proList .h_item .h_L .h_t .h_name {
    font-size: 20px;
  }
  .h_products .h_proList .h_item .h_L .h_t .h_desc {
    font-size: 15px;
  }
  .h_products .h_proList .h_item .h_img {
    width: 100%;
  }
  .h_products .h_proList .h_item .h_img .h_index {
    font-size: 36px;
  }
  .h_proDetails .h_top .h_R {
    padding-left: 0;
  }
  .h_proDetails .h_top .h_R .h_t .h_name {
    font-size: 24px;
  }
  .h_proDetails .h_top .h_R .h_ul .h_li {
    line-height: 48px;
    background-size: 20px;
  }
  .h_proDetails .h_top .h_R .h_ul .h_li .h_tag {
    font-size: 15px;
  }
  .h_proDetails .h_bottom {
    padding-left: 0;
  }
  .h_proDetails .h_bottom .h_tabs .h_tab {
    font-size: 16px;
    line-height: 50px;
    padding: 0 36px;
  }
  .h_proDetails .h_bottom .h_contents .h_content .h_table .h_th {
    font-size: 16px;
  }
  .h_proDetails .h_bottom .h_contents .h_content .h_table .h_tr .h_td {
    font-size: 15px;
  }
  .h_proDetails .h_bottom .h_contents .h_content table tr th,
  .h_proDetails .h_bottom .h_contents .h_content table tr td {
    padding: 16px;
  }
  .h_proDetails .h_bottom .h_contents .h_content table tr th {
    font-size: 16px;
  }
  .h_proDetails .h_bottom .h_contents .h_content table tr td {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .h_products .h_proList .h_item {
    width: 100%;
  }
  .h_products .h_proList .h_item .h_L .h_t .h_name {
    font-size: 18px;
  }
  .h_products .h_proList .h_item .h_L .h_t .h_desc {
    font-size: 14px;
  }
  .h_products .h_proList .h_item .h_L .h_ul .h_li {
    line-height: 43px;
  }
  .h_products .h_proList .h_item .h_L .h_ul .h_li .h_tag {
    font-size: 14px;
  }
  .h_products .h_proList .h_item .h_index {
    display: none;
  }
  .h_proDetails {
    --p-left: 85px;
  }
  .h_proDetails .h_top .h_L .h_imgs {
    width: 75px;
  }
  .h_proDetails .h_top .h_L .h_imgs .swiper-slide {
    border-width: 1px;
    padding: 5px;
  }
  .h_proDetails .h_top .h_R .h_t .h_name {
    font-size: 18px;
  }
  .h_proDetails .h_top .h_R .h_t .h_desc {
    margin-top: 4px;
    font-size: 14px;
  }
  .h_proDetails .h_top .h_R .h_ul .h_li {
    line-height: 43px;
  }
  .h_proDetails .h_top .h_R .h_ul .h_li .h_tag {
    font-size: 14px;
  }
  .h_proDetails .h_bottom .h_tabs {
    border: none;
    border-bottom: 1px solid #E5E5E5;
    gap: 10px 15px;
  }
  .h_proDetails .h_bottom .h_tabs .h_tab {
    padding: 0;
    border: none;
  }
  .h_proDetails .h_bottom .h_tabs .h_tab::before {
    top: auto;
    width: 100%;
    left: 0;
    bottom: -1px;
  }
  .h_proDetails .h_bottom .h_contents p {
    margin: 6px 0;
  }
  .h_proDetails .h_bottom .h_contents .h_content .h_table .h_th {
    line-height: 45px;
    padding: 0 15px;
  }
  .h_proDetails .h_bottom .h_contents .h_content .h_table .h_tr {
    gap: 15px;
    padding: 0 15px;
  }
  .h_proDetails .h_bottom .h_contents .h_content .h_table .h_tr .h_td {
    font-size: 14px;
    padding: 9px 0;
  }
  .h_proDetails .h_bottom .h_contents .h_content .h_table .h_tr .h_td::before {
    top: 18px;
    width: 5px;
  }
  .h_proDetails .h_bottom .h_contents .h_content .h_table .h_tr .h_td:first-child {
    padding-left: 15px;
  }
  .h_proDetails .h_bottom .h_contents .h_content table {
    width: 100%;
  }
  .h_proDetails .h_bottom .h_contents .h_content table tr th,
  .h_proDetails .h_bottom .h_contents .h_content table tr td {
    padding: 7px 15px;
  }
  .h_proDetails .h_bottom .h_contents .h_content table tr td {
    font-size: 14px;
  }
}
