.h_tabs {
  gap: 10px;
}
.h_tabs .h_item {
  padding: 7px 20px;
  border: 1px solid var(--active-color);
  color: var(--active-color);
  font-size: 15px;
  border-radius: 4px;
}
.h_tabs .h_item:hover,
.h_tabs .h_item.h_active {
  background-color: var(--active-color);
  color: #fff;
}
.h_product .h_list .h_item .h_img {
  border: 1px solid #d1e6db;
  aspect-ratio: 357/535;
  padding: 20px;
}
.h_product .h_list .h_item .h_name {
  text-align: center;
  margin-top: 10px;
  background-color: #e0f0e8;
  color: var(--active-color);
  padding: 0 12px;
  line-height: 2.7;
  transition: all 0.3s;
}
.h_product .h_list .h_item:hover .h_img {
  border-color: var(--active-color);
}
.h_product .h_list .h_item:hover .h_img img {
  transform: scale(1.05);
}
.h_product .h_list .h_item:hover .h_name {
  background-color: var(--active-color);
  color: #fff;
}
.h_details .h_Box1 .h_img {
  width: 400px;
  max-width: 100%;
  border: 1px solid #f1f1f1;
  aspect-ratio: 1/1;
  background-color: #f1f1f1;
}
.h_details .h_Box1 .h_msg {
  width: calc(100% - 460px);
}
.h_details .h_Box1 .h_msg .h_name {
  color: #111111;
  font-size: 26px;
  font-family: 'MiSans-Demibold';
}
.h_details .h_Box1 .h_msg .h_desc {
  margin-top: 20px;
}
.h_details .h_Box1 .h_msg .h_desc p {
  font-size: 16px;
  margin: 10px 0;
  color: #111111;
  font-family: 'MiSans-Medium';
}
.h_details .h_Box1 .h_msg .h_hotling {
  margin-top: 20px;
  font-size: 17px;
  font-family: 'MiSans-Regular';
  color: #3D3D3D;
}
.h_details .h_Box1 .h_msg .h_hotling a {
  font-size: 21px;
  color: #3D3D3D;
  font-family: 'MiSans-Semibold';
}
.h_details .h_Box2 .h_title {
  border-bottom: 1px solid #D8D8D8;
}
.h_details .h_Box2 .h_title span {
  display: inline-block;
  position: relative;
  padding: 0 0 15px;
  font-size: 18px;
}
.h_details .h_Box2 .h_title span::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  left: 0;
  bottom: -1px;
  background-color: var(--active-color);
}
.h_details .h_Box2 .h_content {
  background: #F9F9FA;
  padding: 18px 24px;
  margin-top: 24px;
  line-height: 1.8;
}
.h_details .h_Box2 .h_content video,
.h_details .h_Box2 .h_content table,
.h_details .h_Box2 .h_content img {
  max-width: 100%;
  height: auto !important;
}
.h_details .h_Box3 {
  row-gap: 30px;
  position: relative;
  gap: 30px 40px;
}
.h_details .h_Box3 .h_L {
  width: 440px;
  max-width: 100%;
}
.h_details .h_Box3 .h_L .h_imgBox {
  border: 1px solid #f1f1f1;
  position: relative;
  aspect-ratio: 500/335;
}
.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_details .h_Box3 .h_L .h_imgBox .h_view .icon {
  color: #fff;
}
.h_details .h_Box3 .h_L .h_swiper {
  padding: 0 33px;
  margin-top: 18px;
  position: relative;
}
.h_details .h_Box3 .h_L .h_swiper .mySwiper .swiper-slide {
  width: 66px;
  border: 1px solid #f1f1f1;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.h_details .h_Box3 .h_L .h_swiper .mySwiper .swiper-slide.h_active {
  border-color: var(--active-color);
}
.h_details .h_Box3 .h_L .h_swiper .swiper-button-prev {
  left: 0;
  justify-content: flex-start;
}
.h_details .h_Box3 .h_L .h_swiper .swiper-button-next {
  right: 0;
  justify-content: flex-end;
}
.h_details .h_Box3 .h_L .h_swiper .swiper-button-next:after,
.h_details .h_Box3 .h_L .h_swiper .swiper-button-prev:after {
  color: #DFDFDF;
  font-size: 22px;
}
.h_details .h_Box3 .h_C {
  width: calc(100% - 500px);
}
.h_details .h_Box3 .h_C .h_name {
  font-family: 'Montserrat-Medium';
  font-size: 25px;
  color: #222222;
  margin-top: 5px;
}
.h_details .h_Box3 .h_C .h_price {
  height: 44px;
  background: #F3F3F3;
  padding: 0 12px;
  margin-top: 20px;
}
.h_details .h_Box3 .h_C .h_price p {
  font-size: 15px;
  color: #888888;
}
.h_details .h_Box3 .h_C .h_price .price {
  color: #F12E38;
}
.h_details .h_Box3 .h_C .h_price .price span {
  font-size: 23px;
}
.h_details .h_Box3 .h_C .h_hr {
  height: 1px;
  background: #D8D8D8;
  margin-top: 23px;
}
.h_details .h_Box3 .h_C .h_specs {
  margin-top: 20px;
  column-gap: 35px;
  display: flex;
  align-items: baseline;
}
.h_details .h_Box3 .h_C .h_specs .h_l {
  white-space: nowrap;
}
.h_details .h_Box3 .h_C .h_specs .h_r {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.h_details .h_Box3 .h_C .h_specs .h_r .h_item {
  padding: 6px 12px;
  border: 1px solid #ccc;
}
.h_details .h_Box3 .h_C .h_specs .h_r .h_item.active,
.h_details .h_Box3 .h_C .h_specs .h_r .h_item:hover {
  border-color: var(--active-color);
  color: var(--active-color);
}
.h_details .h_Box3 .h_C .h_desc {
  margin-top: 20px;
  font-size: 16px;
  color: #777777;
  line-height: 1.8;
}
.h_details .h_Box3 .h_C .h_links {
  margin-top: 20px;
}
.h_details .h_Box3 .h_C .h_links a {
  display: inline-block;
  padding: 10px 26px;
  border-radius: 4px;
  color: #fff;
  background-color: var(--active-color);
}
.h_details .h_Box3 .h_R {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  margin-top: 5px;
  width: 210px;
}
.h_details .h_Box3 .h_R::-webkit-scrollbar {
  width: 0;
}
.h_details .h_Box3 .h_R .h_title {
  position: relative;
  text-align: center;
}
.h_details .h_Box3 .h_R .h_title::before {
  width: 100%;
  height: 1px;
  position: absolute;
  content: '';
  background: #D8D8D8;
  left: 0;
  top: 50%;
}
.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_details .h_Box3 .h_R .h_list .h_item {
  display: block;
  margin-top: 16px;
}
.h_details .h_Box3 .h_R .h_list .h_item .h_img {
  border: 1px solid #EAEAEA;
}
.h_details .h_Box3 .h_R .h_list .h_item .h_img .h_posImg,
.h_details .h_Box3 .h_R .h_list .h_item .h_img .h_posImg2 {
  padding-top: 69.0476%;
}
.h_details .h_Box3 .h_R .h_list .h_item .h_text {
  text-align: center;
}
.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_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_details .h_Box3 .h_R .h_list .h_item:hover .h_img {
  border-color: var(--active-color);
}
.h_details .h_Box3 .h_R .h_list .h_item:hover .h_text .h_name {
  color: var(--active-color);
}
.h_case .h_list .h_item {
  aspect-ratio: 746/660;
  position: relative;
}
.h_case .h_list .h_item img {
  transform: scale(1.05);
}
.h_case .h_list .h_item .h_name {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 16px;
  width: 100%;
  line-height: 3;
  color: #fff;
  font-size: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.h_case .h_list .h_item:hover img {
  transform: scale(1);
}
.h_case .h_list .h_item:hover .h_name {
  background: var(--active-color);
}
.h_news .h_list .h_item {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.h_news .h_list .h_item .h_img {
  aspect-ratio: 31/24;
}
.h_news .h_list .h_item .h_text {
  padding: 20px;
}
.h_news .h_list .h_item .h_text .h_name {
  font-size: 20px;
  font-weight: 600;
}
.h_news .h_list .h_item .h_text .h_desc {
  margin-top: 6px;
  font-size: 16px;
  color: #555555;
  line-height: 1.815;
}
.h_news .h_list .h_item .h_text .h_hr {
  margin: 12px 0;
  width: 100%;
  height: 1px;
  background-color: #E8E8E8;
}
.h_news .h_list .h_item .h_text .h_date,
.h_news .h_list .h_item .h_text .h_viewN {
  background: url(../static/read.png) no-repeat;
  background-size: 20px;
  padding-left: 25px;
  color: #777;
  background-position: 0 2.5px;
}
.h_news .h_list .h_item .h_text .h_date {
  padding-left: 28px;
  background-image: url(../static/time.png);
}
.h_news .h_list .h_item:hover .h_img img {
  transform: scale(1.08);
}
.h_news .h_list .h_item:hover .h_text .h_name {
  color: var(--active-color);
}
@media screen and (max-width: 1024px) {
  .h_details .h_Box3 .h_C {
    width: 100%;
  }
  .h_details .h_Box3 .h_C .h_name {
    margin-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .h_product .h_list {
    --r-gap: 15px;
    --c-gap: 15px;
  }
  .h_product .h_list .h_item .h_img {
    padding: 0;
  }
  .h_product .h_list .h_item .h_name {
    font-size: 14px;
    margin-top: 7px;
  }
  .h_tabs .h_item {
    padding: 6px 16px;
  }
  .h_details .h_Box3 {
    row-gap: 15px;
  }
  .h_details .h_Box3 .h_C .h_name {
    font-size: 18px;
  }
  .h_details .h_Box3 .h_C .h_links,
  .h_details .h_Box3 .h_C .h_hr {
    margin-top: 14px;
  }
  .h_details .h_Box3 .h_C .h_desc {
    margin-top: 12px;
    font-size: 15px;
  }
  .h_details .h_Box2 .h_content {
    padding: 0;
    background: #0000;
    margin-top: 12px;
  }
  .h_news .h_list,
  .h_case .h_list {
    --c-gap: 15px;
    --r-gap: 15px;
  }
  .h_case .h_list .h_item .h_name {
    padding: 0 10px;
    line-height: 2.5;
    font-size: 14px;
  }
  .h_news .h_list .h_item .h_text {
    padding: 15px;
  }
  .h_news .h_list .h_item .h_text .h_name {
    font-size: 18px;
  }
}
