.h_product {
  padding-bottom: 50px;
}
.h_product .h_item {
  margin-top: 50px;
}
.h_product .h_item .h_column {
  border-bottom: 1px solid #D8D8D8;
  padding: 0 0 10px;
}
.h_product .h_item .h_column .h_series {
  font-size: 20px;
  color: #3D3D3D;
}
.h_product .h_item .h_column .h_page {
  color: #3D3D3D;
  font-size: 15px;
  align-items: baseline;
}
.h_product .h_item .h_column .h_page p span {
  font-size: 18px;
  color: var(--active-color);
}
.h_product .h_item .h_column .h_page i {
  cursor: pointer;
  font-size: 14px;
}
.h_product .h_item .h_column .h_page i:hover {
  color: var(--active-color);
}
.h_product .h_item .h_list {
  margin-top: var(--c-gap);
}
.h_product .h_item .h_list .h_rowBox:first-child {
  width: calc(50% - (var(--c-gap)/2));
  position: relative;
}
.h_product .h_item .h_list .h_rowBox:first-child .h_img {
  padding-top: 56.1404%;
}
.h_product .h_item .h_list .h_rowBox:first-child .h_text {
  position: absolute;
  margin: 0;
  text-align: left;
  top: 16%;
  left: 4%;
  width: 92%;
}
.h_product .h_item .h_list .h_rowBox:first-child .h_text .h_name {
  font-size: 37px;
  color: #fff;
}
.h_product .h_item .h_list .h_rowBox:first-child .h_text .h_desc {
  font-size: 19px;
  color: #fff;
}
.h_product .h_item .h_list .h_rowBox .h_img {
  border-radius: 16px 16px 16px 16px;
  padding-top: 90.52%;
  position: relative;
  overflow: hidden;
}
.h_product .h_item .h_list .h_rowBox .h_img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h_product .h_item .h_list .h_rowBox .h_text {
  margin-top: 20px;
  text-align: center;
}
.h_product .h_item .h_list .h_rowBox .h_text .h_name {
  font-size: 22px;
  color: #222222;
}
.h_product .h_item .h_list .h_rowBox .h_text .h_desc {
  margin-top: 4px;
  font-size: 16px;
  color: #999999;
}
.h_product .h_item .h_list .h_rowBox:hover .h_img img {
  transform: scale(1.05);
}
.h_product .h_item .h_list .h_rowBox:hover .h_text .h_name {
  color: var(--active-color);
}
.h_proDetails .h_T {
  box-shadow: inset 0px -1px 0px 0px #E0E0E0;
}
.h_proDetails .h_T .h_rcsb {
  column-gap: 10px;
  height: 65px;
  flex-wrap: nowrap;
}
.h_proDetails .h_T .h_name {
  font-size: 19px;
  color: #424242;
}
.h_proDetails .h_T a {
  min-width: 58px;
  width: 58px;
  height: 25px;
  line-height: 25px;
  background: #E60012;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  color: #fff;
}
.h_proDetails .h_details {
  padding: 24px 0 40px;
}
.h_proDetails .h_details .h_Box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #F7F7F7;
  column-gap: 6.5%;
}
.h_proDetails .h_details .h_Box .h_L {
  width: 800px;
}
.h_proDetails .h_details .h_Box .h_L .h_video {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.h_proDetails .h_details .h_Box .h_L .h_video video,
.h_proDetails .h_details .h_Box .h_L .h_video img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.h_proDetails .h_details .h_Box .h_R {
  max-width: calc(93.5% - 800px);
  width: 736px;
  padding-right: 32px;
}
.h_proDetails .h_details .h_Box .h_R .h_price {
  font-size: 24px;
  color: var(--active-color);
}
.h_proDetails .h_details .h_Box .h_R .h_price span {
  color: #E60012;
}
.h_proDetails .h_details .h_Box .h_R .h_name {
  font-size: 25px;
  color: #222222;
  margin-top: 20px;
}
.h_proDetails .h_details .h_Box .h_R .h_series {
  font-size: 16px;
  color: #777777;
  margin-top: 20px;
}
.h_proDetails .h_details .h_Box .h_R .h_hr {
  width: 100%;
  height: 1px;
  background: #D8D8D8;
  margin-top: 40px;
}
.h_proDetails .h_details .h_Box .h_R .h_desc {
  font-size: 16px;
  color: #777777;
  line-height: 1.7;
  text-align: justify;
  margin-top: 30px;
}
.h_proDetails .h_details .h_Box .h_R .h_links {
  display: flex;
  align-items: center;
  column-gap: 25px;
  margin-top: 30px;
}
.h_proDetails .h_details .h_Box .h_R .h_links a {
  width: 150px;
  height: 61px;
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  text-align: center;
  line-height: 60px;
}
.h_proDetails .h_details .h_Box .h_R .h_links a img {
  height: 28px;
  width: auto;
  filter: grayscale(100%) brightness(150%);
}
.h_proDetails .h_details .h_Box .h_R .h_links a.h_active img {
  filter: none;
}
.h_proDetails .h_details .h_Box .h_R .h_imgs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 10px;
  margin-top: 45px;
}
.h_proDetails .h_details .h_Box .h_R .h_imgs .h_video {
  position: relative;
}
.h_proDetails .h_details .h_Box .h_R .h_imgs .h_video::before {
  position: absolute;
  content: '';
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  background-color: rgba(0, 0, 0, 0.2);
}
.h_proDetails .h_details .h_Box .h_R .h_imgs .h_video .h_play {
  z-index: 2;
  position: absolute;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
}
.h_proDetails .h_details .h_Box .h_R .h_imgs .h_video,
.h_proDetails .h_details .h_Box .h_R .h_imgs .h_img {
  padding: 5px;
  width: 86px;
  height: 86px;
  border: 1px solid #00000000;
  cursor: pointer;
}
.h_proDetails .h_details .h_Box .h_R .h_imgs .h_video img,
.h_proDetails .h_details .h_Box .h_R .h_imgs .h_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h_proDetails .h_details .h_Box .h_R .h_imgs .h_video.h_active,
.h_proDetails .h_details .h_Box .h_R .h_imgs .h_img.h_active {
  border-color: #FF5F5F;
}
.h_proDetails .h_details .h_imgBox img {
  width: 100%;
  margin-top: 24px;
}
.h_proDetails .h_details .h_btom {
  margin-top: 10px;
  row-gap: 15px;
}
.h_proDetails .h_details .h_btom .h_L {
  width: calc(100% - 200px);
}
.h_proDetails .h_details .h_btom .h_L a {
  font-size: 16px;
  color: #3D3D3D;
  line-height: 22px;
  margin-top: 18px;
}
.h_proDetails .h_details .h_btom .h_L a:hover {
  color: var(--active-color);
}
.h_proDetails .h_details .h_btom .h_btn a {
  display: block;
  width: 163px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: var(--active-color);
  color: #fff;
  font-size: 17px;
}
@media screen and (max-width: 1440px) {
  .h_proDetails .h_details .h_Box {
    column-gap: 4%;
  }
  .h_proDetails .h_details .h_Box .h_L {
    width: 50%;
  }
  .h_proDetails .h_details .h_Box .h_R {
    width: 46%;
    max-width: none;
  }
  .h_proDetails .h_details .h_Box .h_R .h_series,
  .h_proDetails .h_details .h_Box .h_R .h_hr,
  .h_proDetails .h_details .h_Box .h_R .h_desc,
  .h_proDetails .h_details .h_Box .h_R .h_links,
  .h_proDetails .h_details .h_Box .h_R .h_name {
    margin-top: 14px;
  }
  .h_proDetails .h_details .h_Box .h_R .h_imgs {
    margin-top: 20px;
  }
  .h_proDetails .h_details .h_Box .h_R .h_links {
    column-gap: 18px;
  }
}
@media screen and (max-width: 1300px) {
  .h_proDetails .h_details .h_Box .h_R .h_desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .h_proDetails .h_details .h_Box .h_R .h_links a {
    width: 120px;
    height: 50px;
    line-height: 48px;
  }
  .h_proDetails .h_details .h_Box .h_R .h_links a img {
    height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .h_product {
    padding-bottom: 30px;
  }
  .h_product .h_item {
    margin-top: 30px;
  }
  .h_product .h_item .h_list {
    --c-gap: 20px;
    --r-gap: 20px;
  }
  .h_product .h_item .h_list .h_rowBox .h_text .h_name {
    font-size: 16px;
  }
  .h_product .h_item .h_list .h_rowBox .h_text {
    margin-top: 12px;
  }
  .h_product .h_item .h_list .h_rowBox .h_text .h_desc {
    font-size: 14px;
  }
  .h_product .h_item .h_list .h_rowBox .h_img {
    border-radius: 8px;
  }
  .h_product .h_item .h_list .h_rowBox:first-child .h_text .h_name {
    font-size: 24px;
  }
  .h_product .h_item .h_list .h_rowBox:first-child .h_text .h_desc {
    font-size: 15px;
  }
  .h_proDetails .h_details .h_Box .h_R .h_price {
    font-size: 20px;
  }
  .h_proDetails .h_details .h_Box .h_R .h_name {
    font-size: 22px;
  }
  .h_proDetails .h_details .h_Box .h_R .h_descc {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .h_proDetails .h_details .h_Box .h_L {
    width: 100%;
  }
  .h_proDetails .h_details .h_Box .h_R {
    width: 100%;
    padding: 20px;
  }
  .h_proDetails .h_details .h_imgBox img {
    margin-top: 20px;
  }
  .h_proDetails .h_details {
    padding: 20px 0;
  }
}
@media screen and (max-width: 480px) {
  .h_product .h_item .h_list {
    --c-gap: 15px;
    --r-gap: 15px;
    --rown: 2;
  }
  .h_product .h_item .h_list .h_rowBox:first-child {
    width: 100%;
  }
  .h_product .h_item .h_list .h_rowBox .h_text {
    margin-top: 8px;
  }
  .h_product .h_item .h_list .h_rowBox .h_text .h_desc {
    margin-top: 0;
  }
  .h_product {
    padding-bottom: 20px;
  }
  .h_product .h_item {
    margin-top: 20px;
  }
  .h_proDetails .h_details {
    padding: 15px 0;
  }
  .h_proDetails .h_details .h_imgBox img {
    margin-top: 15px;
  }
  .h_proDetails .h_details .h_Box .h_R .h_imgs {
    margin: 0 0 15px;
  }
  .h_proDetails .h_details .h_Box .h_R {
    padding: 20px 15px;
    display: flex;
    flex-direction: column-reverse;
  }
  .h_proDetails .h_details .h_Box .h_R .h_price {
    font-size: 16px;
  }
  .h_proDetails .h_details .h_Box .h_R .h_name {
    font-size: 18px;
  }
  .h_proDetails .h_details .h_Box .h_R .h_series,
  .h_proDetails .h_details .h_Box .h_R .h_hr,
  .h_proDetails .h_details .h_Box .h_R .h_desc,
  .h_proDetails .h_details .h_Box .h_R .h_links,
  .h_proDetails .h_details .h_Box .h_R .h_name {
    margin-top: 8px;
  }
  .h_proDetails .h_details .h_Box .h_R .h_desc {
    display: block;
  }
  .h_proDetails .h_details .h_Box .h_R .h_imgs .h_video,
  .h_proDetails .h_details .h_Box .h_R .h_imgs .h_img {
    width: 72px;
    height: 72px;
  }
  .h_proDetails .h_details .h_Box .h_R .h_desc,
  .h_proDetails .h_details .h_Box .h_R .h_series {
    font-size: 14px;
  }
  .h_proDetails .h_T .h_name {
    font-size: 16px;
  }
  .h_proDetails .h_T .h_rcsb {
    height: 58px;
  }
  .h_proDetails .h_details .h_btom .h_L a {
    margin-top: 8px;
    font-size: 15px;
  }
  .h_proDetails .h_details .h_btom .h_L {
    width: 100%;
  }
  .h_proDetails .h_details .h_btom .h_L {
    width: 100%;
  }
}
