.h_products .h_proList .h_item {
  padding: 20px;
  background: #F5F5F5;
  animation-name: fadeInUp;
}
.h_products .h_proList .h_item:nth-child(4n-2) {
  animation-delay: 0.1s;
}
.h_products .h_proList .h_item:nth-child(4n-1) {
  animation-delay: 0.2s;
}
.h_products .h_proList .h_item:nth-child(4n) {
  animation-delay: 0.3s;
}
.h_products .h_proList .h_item .h_img {
  aspect-ratio: 1;
}
.h_products .h_proList .h_item .h_text {
  margin-top: 14px;
}
.h_products .h_proList .h_item .h_text .h_name {
  font-size: 18px;
  color: #111;
}
.h_products .h_proList .h_item .h_text .h_more {
  margin-top: 14px;
  color: #fff;
  display: inline-block;
  padding: 7px 20px;
  border: 1px solid #111;
  border-radius: 6px;
  overflow: hidden;
  z-index: 2;
  position: relative;
  transition: color 0.3s;
}
.h_products .h_proList .h_item .h_text .h_more::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #111;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: width 0.5s;
}
.h_products .h_proList .h_item .h_text .h_more:hover {
  color: #111;
}
.h_products .h_proList .h_item .h_text .h_more:hover::after {
  width: 0;
  left: auto;
  right: 0;
}
.h_products .h_proList .h_item:hover .h_img img {
  transform: scale(1.1);
}
.h_products .h_proList .h_item:hover .h_text .h_name {
  color: #777;
}
.h_products .h_details .h_Box2 .h_tabs {
  padding: 0 20px;
  background: #F8F9FB;
  display: flex;
  column-gap: 20px;
}
.h_products .h_details .h_Box2 .h_tabs .h_tab {
  font-size: 24px;
  color: #3D3D3D;
  padding: 15px 16px;
  position: relative;
  line-height: 1.7;
  cursor: pointer;
}
.h_products .h_details .h_Box2 .h_tabs .h_tab::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #262626;
  transform: scaleX(0);
  transition: transform 0.3s;
}
.h_products .h_details .h_Box2 .h_tabs .h_tab.active {
  color: #262626;
  font-weight: bold;
}
.h_products .h_details .h_Box2 .h_tabs .h_tab.active::after {
  transform: scaleX(1);
}
.h_products .h_details .h_Box2 .h_content {
  margin-top: 20px;
  line-height: 1.8;
}
.h_products .h_details .h_Box2 .h_content video,
.h_products .h_details .h_Box2 .h_content table,
.h_products .h_details .h_Box2 .h_content img {
  max-width: 100%;
  height: auto !important;
}
.h_products .h_details .h_Box2 .h_contents .h_item {
  display: none;
}
.h_products .h_details .h_Box2 .h_contents .h_item:first-child {
  display: block;
}
.h_products .h_details .h_Box2 .h_contents .h_item .h_table .h_tr {
  display: flex;
}
.h_products .h_details .h_Box2 .h_contents .h_item .h_table .h_tr:nth-child(2n) {
  background: #F8F9FB;
}
.h_products .h_details .h_Box2 .h_contents .h_item .h_table .h_tr .h_td {
  flex: 1;
  padding: 22px 32px;
  font-size: 18px;
  color: #3D3D3D;
}
.h_products .h_details .h_Box2 .h_contents .h_item .h_table .h_tr .h_td:nth-child(2) {
  flex: 2;
}
.h_products .h_details .h_Box2 .h_contents .h_item .h_download {
  margin-top: 20px;
}
.h_products .h_details .h_Box2 .h_contents .h_item .h_download .h_L .h_type {
  width: 300px;
  cursor: pointer;
  padding: 20px 30px;
  position: relative;
  transition: color 0.5s;
}
.h_products .h_details .h_Box2 .h_contents .h_item .h_download .h_L .h_type::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #262626;
  z-index: -1;
  transform: scaleX(0);
  transition: transform 0.5s;
  transform-origin: left;
}
.h_products .h_details .h_Box2 .h_contents .h_item .h_download .h_L .h_type.active,
.h_products .h_details .h_Box2 .h_contents .h_item .h_download .h_L .h_type:hover {
  color: #fff;
}
.h_products .h_details .h_Box2 .h_contents .h_item .h_download .h_L .h_type.active::before,
.h_products .h_details .h_Box2 .h_contents .h_item .h_download .h_L .h_type:hover::before {
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transform: scaleX(1);
}
.h_products .h_details .h_Box2 .h_contents .h_item .h_download .h_R {
  width: calc(100% - 320px);
}
.h_products .h_details .h_Box2 .h_contents .h_item .h_download .h_R .h-table {
  width: 100%;
  display: none;
}
.h_products .h_details .h_Box2 .h_contents .h_item .h_download .h_R .h-table table {
  border: 1px solid #eee;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.h_products .h_details .h_Box2 .h_contents .h_item .h_download .h_R .h-table:first-child {
  display: block;
}
.h_products .h_details .h_Box2 .h_contents .h_item .h_download .h_R .h-table tr th {
  font-size: 18px;
  background: #F8F9FB;
  color: #5f5f5f;
  text-align: left;
  white-space: nowrap;
}
.h_products .h_details .h_Box2 .h_contents .h_item .h_download .h_R .h-table tr th,
.h_products .h_details .h_Box2 .h_contents .h_item .h_download .h_R .h-table tr td {
  padding: 20px 24px;
  color: #5f5f5f;
}
.h_products .h_details .h_Box2 .h_contents .h_item .h_download .h_R .h-table tr th a,
.h_products .h_details .h_Box2 .h_contents .h_item .h_download .h_R .h-table tr td a {
  display: block;
  text-align: center;
}
.h_products .h_details .h_Box2 .h_contents .h_item .h_download .h_R .h-table tr th a .icon,
.h_products .h_details .h_Box2 .h_contents .h_item .h_download .h_R .h-table tr td a .icon {
  font-size: 20px;
}
.h_products .h_details .h_Box2 .h_contents .h_item .h_download .h_R .h-table tr:nth-child(2n) {
  background: #F8F9FB;
}
.h_products .h_details .h_Box3 {
  row-gap: 30px;
  position: relative;
  gap: 30px 40px;
}
.h_products .h_details .h_Box3 .h_L {
  width: calc(50% - 25px);
}
.h_products .h_details .h_Box3 .h_L .h_imgBox {
  border: 1px solid #D8D8D8;
  position: relative;
  aspect-ratio: 1/1;
  padding: 10px;
}
.h_products .h_details .h_Box3 .h_L .h_imgBox .h_view {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
  background: #D8D8D8;
  text-align: center;
}
.h_products .h_details .h_Box3 .h_L .h_imgBox .h_view .icon {
  color: #fff;
}
.h_products .h_details .h_Box3 .h_L .h_imgBox .h_view:hover {
  background-color: var(--active-color);
}
.h_products .h_details .h_Box3 .h_L .h_swiper {
  padding: 0 36px;
  margin-top: 18px;
  position: relative;
}
.h_products .h_details .h_Box3 .h_L .h_swiper .mySwiper .swiper-slide {
  border: 1px solid #D8D8D8;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.h_products .h_details .h_Box3 .h_L .h_swiper .mySwiper .swiper-slide.h_active {
  border-color: var(--active-color);
}
.h_products .h_details .h_Box3 .h_L .h_swiper .swiper-button-prev,
.h_products .h_details .h_Box3 .h_L .h_swiper .swiper-button-next {
  width: 30px;
  height: 30px;
  margin: 0;
  top: calc(50% - 16px);
  background-color: var(--active-color);
}
.h_products .h_details .h_Box3 .h_L .h_swiper .swiper-button-prev {
  left: 0;
}
.h_products .h_details .h_Box3 .h_L .h_swiper .swiper-button-next {
  right: 0;
}
.h_products .h_details .h_Box3 .h_L .h_swiper .swiper-button-next:after,
.h_products .h_details .h_Box3 .h_L .h_swiper .swiper-button-prev:after {
  color: #fff;
  font-size: 14px;
}
.h_products .h_details .h_Box3 .h_C {
  width: calc(50% - 25px);
}
.h_products .h_details .h_Box3 .h_C .h_name {
  font-weight: 500;
  font-size: 28px;
  color: #222222;
  margin-top: 5px;
}
.h_products .h_details .h_Box3 .h_C .h_name .h_en {
  font-size: 0.7em;
  color: #666;
}
.h_products .h_details .h_Box3 .h_C .h_price {
  height: 44px;
  background: #F3F3F3;
  padding: 0 12px;
  margin-top: 20px;
}
.h_products .h_details .h_Box3 .h_C .h_price p {
  font-size: 15px;
  color: #888888;
}
.h_products .h_details .h_Box3 .h_C .h_price .price {
  color: #F12E38;
}
.h_products .h_details .h_Box3 .h_C .h_price .price span {
  font-size: 23px;
}
.h_products .h_details .h_Box3 .h_C .h_hr {
  height: 1px;
  background: #D8D8D8;
  margin-top: 20px;
}
.h_products .h_details .h_Box3 .h_C .h_specs {
  margin-top: 20px;
  column-gap: 35px;
  display: flex;
  align-items: baseline;
}
.h_products .h_details .h_Box3 .h_C .h_specs .h_l {
  white-space: nowrap;
}
.h_products .h_details .h_Box3 .h_C .h_specs .h_r {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.h_products .h_details .h_Box3 .h_C .h_specs .h_r .h_item {
  padding: 6px 12px;
  border: 1px solid #ccc;
}
.h_products .h_details .h_Box3 .h_C .h_specs .h_r .h_item.active,
.h_products .h_details .h_Box3 .h_C .h_specs .h_r .h_item:hover {
  border-color: var(--active-color);
  color: var(--active-color);
}
.h_products .h_details .h_Box3 .h_C .h_desc {
  padding: 20px 30px;
  margin-top: 20px;
  background: #F7F8FA;
  color: #4A4036;
  line-height: 1.8;
}
.h_products .h_details .h_Box3 .h_C .h_btn a {
  display: inline-block;
  min-width: 330px;
  padding: 0 20px;
  height: 75px;
  line-height: 75px;
  font-size: 24px;
  background: #262626;
  color: #fff;
  text-align: center;
  border-radius: 7px;
  transition: 0.3s;
}
.h_products .h_details .h_Box3 .h_C .h_btn a:hover {
  opacity: 0.8;
  transform: scale(1.1) rotate(4deg);
}
.h_products .h_details .h_Box3 .h_R {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  margin-top: 5px;
  width: 210px;
}
.h_products .h_details .h_Box3 .h_R::-webkit-scrollbar {
  width: 0;
}
.h_products .h_details .h_Box3 .h_R .h_title {
  position: relative;
  text-align: center;
}
.h_products .h_details .h_Box3 .h_R .h_title::before {
  width: 100%;
  height: 1px;
  position: absolute;
  content: '';
  background: #D8D8D8;
  left: 0;
  top: 50%;
}
.h_products .h_details .h_Box3 .h_R .h_title span {
  font-size: 15px;
  color: #3D3D3D;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 0 20px;
}
.h_products .h_details .h_Box3 .h_R .h_list .h_item {
  display: block;
  margin-top: 16px;
}
.h_products .h_details .h_Box3 .h_R .h_list .h_item .h_img {
  border: 1px solid #EAEAEA;
}
.h_products .h_details .h_Box3 .h_R .h_list .h_item .h_img .h_posImg,
.h_products .h_details .h_Box3 .h_R .h_list .h_item .h_img .h_posImg2 {
  padding-top: 69.0476%;
}
.h_products .h_details .h_Box3 .h_R .h_list .h_item .h_text {
  text-align: center;
}
.h_products .h_details .h_Box3 .h_R .h_list .h_item .h_text .h_name {
  margin-top: 6px;
  font-size: 14px;
  color: #3D3D3D;
  line-height: 19px;
}
.h_products .h_details .h_Box3 .h_R .h_list .h_item .h_text .h_price {
  font-size: 13px;
  color: #F12E38;
  line-height: 17px;
  margin-top: 4px;
}
.h_products .h_details .h_Box3 .h_R .h_list .h_item:hover .h_img {
  border-color: var(--active-color);
}
.h_products .h_details .h_Box3 .h_R .h_list .h_item:hover .h_text .h_name {
  color: var(--active-color);
}
@media screen and (max-width: 768px) {
  .h_products .h_details .h_Box3 .h_L {
    width: 100%;
  }
  .h_products .h_details .h_Box3 .h_C {
    width: 100%;
  }
  .h_products .h_details .h_Box3 .h_C .h_btn a {
    min-width: 246px;
    height: 58px;
    line-height: 58px;
    font-size: 20px;
  }
  .h_products .h_details .h_Box2 .h_tabs .h_tab {
    font-size: 19px;
  }
  .h_products .h_details .h_Box2 .h_contents .h_item .h_download .h_L {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
  }
  .h_products .h_details .h_Box2 .h_contents .h_item .h_download .h_L .h_type {
    width: auto;
    padding: 10px 30px;
  }
  .h_products .h_details .h_Box2 .h_contents .h_item .h_download .h_R {
    overflow-x: auto;
    margin-top: calc(var(--w-padding)/2);
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .h_products .h_proList .h_item {
    padding: 7px;
  }
  .h_products .h_proList .h_item .h_img {
    aspect-ratio: 1;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    align-content: center;
  }
  .h_products .h_proList .h_item .h_img img {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  .h_products .h_proList .h_item .h_text {
    margin-top: 10px;
  }
  .h_products .h_proList .h_item .h_text .h_name {
    font-size: 15px;
    text-align: center;
    --lines: 2;
  }
  .h_products .h_proList .h_item .h_text .h_more {
    display: none;
  }
  .h_products .h_details .h_Box3 {
    gap: calc(var(--w-padding)/2);
  }
  .h_products .h_details .h_Box3 .h_C .h_name {
    font-size: 18px;
  }
  .h_products .h_details .h_Box3 .h_C .h_btn a {
    min-width: 120px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
  }
  .h_products .h_details .h_Box3 .h_C .h_desc {
    padding: 10px;
    margin-top: 10px;
    font-size: 14px;
  }
  .h_products .h_details .h_Box2 .h_tabs .h_tab {
    font-size: 15px;
    padding: 15px 10px;
  }
  .h_products .h_details .h_Box2 .h_tabs {
    padding: 0 16px;
  }
  .h_products .h_details .h_Box2 .h_content {
    margin-top: 10px;
  }
  .h_products .h_details .h_Box2 .h_contents .h_item .h_table .h_tr .h_td {
    padding: 11px 16px;
    font-size: 14px;
  }
  .h_products .h_details .h_Box2 .h_contents .h_item .h_download .h_L {
    gap: 9px;
  }
  .h_products .h_details .h_Box2 .h_contents .h_item .h_download .h_L .h_type {
    font-size: 14px;
    padding: 8px 15px;
    overflow: hidden;
  }
  .h_products .h_details .h_Box2 .h_contents .h_item .h_download .h_L .h_type::before {
    border-radius: 4px;
  }
  .h_products .h_details .h_Box2 .h_contents .h_item .h_download .h_R .h-table tr th,
  .h_products .h_details .h_Box2 .h_contents .h_item .h_download .h_R .h-table tr td {
    padding: 10px 12px;
    font-size: 12px;
  }
}
