.h_proList {
  padding: 20px 0 50px;
}
.h_proList .mySwiper .swiper-slide {
  display: inline-block;
  font-size: 18px;
  color: #333;
  width: auto;
  position: relative;
  padding-bottom: 20px;
  cursor: pointer;
}
.h_proList .mySwiper .swiper-slide::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: var(--active-color);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
}
.h_proList .mySwiper .swiper-slide.h_active {
  color: var(--active-color);
}
.h_proList .mySwiper .swiper-slide.h_active::after {
  transform: scaleX(1);
  transform-origin: left;
}
.h_proList .mySwiper .swiper-slide:hover {
  color: var(--active-color);
}
.h_proList .h_list {
  margin-top: 24px;
}
.h_proList .h_list .h_item .h_img .h_posImg,
.h_proList .h_list .h_item .h_img .h_posImg2 {
  padding-top: 65%;
}
.h_proList .h_list .h_item .h_text {
  padding: 14px 18px;
  background-color: #fff;
}
.h_proList .h_list .h_item .h_text .h_name {
  font-size: 18px;
  color: #333333;
}
.h_proList .h_list .h_item .h_text .h_desc {
  margin-top: 8px;
  font-size: 17px;
  color: #555555;
  font-family: Light;
}
.h_proList .h_list .h_item:hover .h_img .h_posImg img,
.h_proList .h_list .h_item:hover .h_img .h_posImg2 img {
  transform: scale(1.03);
}
.h_proList .h_list .h_item:hover .h_text {
  background-image: url(../images/bg_pro.jpg);
}
.h_proList .h_list .h_item:hover .h_text .h_name,
.h_proList .h_list .h_item:hover .h_text .h_desc {
  color: #fff;
}
.h_proList #list .h_list .h_item {
  padding: 0 24px;
}
.h_detailsBox {
  padding: 20px 0;
}
.h_detailsBox .h_Box1 {
  row-gap: 30px;
  position: relative;
  column-gap: 50px;
}
.h_detailsBox .h_Box1 .h_L {
  width: 37%;
  max-width: 100%;
}
.h_detailsBox .h_Box1 .h_L .h_videoBox {
  display: none;
  position: relative;
}
.h_detailsBox .h_Box1 .h_L .h_videoBox .h_posVideo {
  padding-top: 88%;
  position: relative;
}
.h_detailsBox .h_Box1 .h_L .h_videoBox .h_posVideo video {
  position: absolute;
  object-fit: contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.h_detailsBox .h_Box1 .h_L .h_videoBox .h_icon {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.h_detailsBox .h_Box1 .h_L .h_vrBox {
  position: relative;
  display: none;
}
.h_detailsBox .h_Box1 .h_L .h_vrBox a {
  display: block;
}
.h_detailsBox .h_Box1 .h_L .h_vrBox .h_icon {
  cursor: pointer;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.h_detailsBox .h_Box1 .h_L .h_imgBox {
  border: 1px solid #EAEAEA;
  background: #fff;
  position: relative;
}
.h_detailsBox .h_Box1 .h_L .h_imgBox .h_posImg2 {
  padding-top: 88%;
}
.h_detailsBox .h_Box1 .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_detailsBox .h_Box1 .h_L .h_imgBox .h_view img {
  width: 24px;
  filter: grayscale(100%) brightness(500%);
}
.h_detailsBox .h_Box1 .h_L .h_swiper {
  padding: 0 33px;
  margin-top: 18px;
  position: relative;
}
.h_detailsBox .h_Box1 .h_L .h_swiper .mySwiper .swiper-slide {
  width: 66px;
  border: 1px solid #EAEAEA;
}
.h_detailsBox .h_Box1 .h_L .h_swiper .mySwiper .swiper-slide .h_posImg2 {
  padding-top: 100%;
}
.h_detailsBox .h_Box1 .h_L .h_swiper .mySwiper .swiper-slide .h_posImg2 .h_icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}
.h_detailsBox .h_Box1 .h_L .h_swiper .mySwiper .swiper-slide.h_active {
  border-color: var(--active-color);
}
.h_detailsBox .h_Box1 .h_L .h_swiper .swiper-button-prev {
  left: 0;
  justify-content: flex-start;
}
.h_detailsBox .h_Box1 .h_L .h_swiper .swiper-button-next {
  right: 0;
  justify-content: flex-end;
}
.h_detailsBox .h_Box1 .h_L .h_swiper .swiper-button-next:after,
.h_detailsBox .h_Box1 .h_L .h_swiper .swiper-button-prev:after {
  color: #DFDFDF;
  font-size: 26px;
}
.h_detailsBox .h_Box1 .h_C {
  width: calc(63% - 290px);
}
.h_detailsBox .h_Box1 .h_C.h_nor {
  width: calc(63% - 50px);
}
.h_detailsBox .h_Box1 .h_C .h_name {
  font-family: Medium;
  font-size: 25px;
  color: #222222;
  margin-top: 5px;
}
.h_detailsBox .h_Box1 .h_C .h_price {
  height: 44px;
  background: #F3F3F3;
  padding: 0 12px;
  margin-top: 20px;
}
.h_detailsBox .h_Box1 .h_C .h_price p {
  font-size: 15px;
  color: #888888;
}
.h_detailsBox .h_Box1 .h_C .h_price .price {
  color: #F12E38;
}
.h_detailsBox .h_Box1 .h_C .h_price .price span {
  font-size: 23px;
}
.h_detailsBox .h_Box1 .h_C .h_hr {
  height: 1px;
  background: #D8D8D8;
  margin-top: 30px;
}
.h_detailsBox .h_Box1 .h_C .h_specs {
  margin-top: 20px;
  column-gap: 35px;
  row-gap: 5px;
}
.h_detailsBox .h_Box1 .h_C .h_specs span {
  font-size: 16px;
  color: #777777;
}
.h_detailsBox .h_Box1 .h_C .h_desc {
  margin-top: 20px;
  font-size: 16px;
  color: #777777;
  line-height: 1.8;
}
.h_detailsBox .h_Box1 .h_C a {
  margin-top: 32px;
  height: 44px;
  border-radius: 92px 92px 92px 92px;
  border: 1px solid var(--active-color);
  font-size: 16px;
  color: #0070D5;
  padding: 0 26px;
  display: inline-flex;
}
.h_detailsBox .h_Box1 .h_C a img {
  width: 22px;
  margin-right: 10px;
}
.h_detailsBox .h_Box1 .h_R {
  right: 0;
  top: 0;
  max-height: 500px;
  overflow-y: auto;
  margin-top: 5px;
  width: 190px;
}
.h_detailsBox .h_Box1 .h_R::-webkit-scrollbar {
  width: 0;
}
.h_detailsBox .h_Box1 .h_R .h_title {
  position: relative;
  text-align: center;
}
.h_detailsBox .h_Box1 .h_R .h_title::before {
  width: 100%;
  height: 1px;
  position: absolute;
  content: '';
  background: #D8D8D8;
  left: 0;
  top: 50%;
}
.h_detailsBox .h_Box1 .h_R .h_title span {
  font-size: 15px;
  color: #3D3D3D;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 0 20px;
}
.h_detailsBox .h_Box1 .h_R .h_list .h_item {
  display: block;
  margin-top: 16px;
}
.h_detailsBox .h_Box1 .h_R .h_list .h_item .h_img {
  border: 1px solid #EAEAEA;
}
.h_detailsBox .h_Box1 .h_R .h_list .h_item .h_img .h_posImg,
.h_detailsBox .h_Box1 .h_R .h_list .h_item .h_img .h_posImg2 {
  padding-top: 62%;
}
.h_detailsBox .h_Box1 .h_R .h_list .h_item .h_text {
  text-align: center;
}
.h_detailsBox .h_Box1 .h_R .h_list .h_item .h_text .h_name {
  margin-top: 6px;
  font-size: 14px;
  color: #3D3D3D;
  line-height: 19px;
}
.h_detailsBox .h_Box1 .h_R .h_list .h_item .h_text .h_price {
  font-size: 13px;
  color: #F12E38;
  line-height: 17px;
  margin-top: 4px;
}
.h_detailsBox .h_Box1 .h_R .h_list .h_item:hover .h_img {
  border-color: var(--active-color);
}
.h_detailsBox .h_Box1 .h_R .h_list .h_item:hover .h_text .h_name {
  color: var(--active-color);
}
.h_detailsBox .h_Box2 {
  margin-top: 80px;
}
.h_detailsBox .h_Box2 .h_L {
  width: 280px;
}
.h_detailsBox .h_Box2 .h_L .h_t {
  border: 1px solid #F5F5F5;
}
.h_detailsBox .h_Box2 .h_L .h_t .h_title {
  font-size: 16px;
  color: #696969;
  line-height: 50px;
  padding: 0 16px;
  background: #F6F6F6;
}
.h_detailsBox .h_Box2 .h_L .h_t .h_form {
  padding: 15px 16px 18px;
}
.h_detailsBox .h_Box2 .h_L .h_t .h_form .h_item {
  flex-wrap: nowrap;
  overflow: hidden;
  margin-bottom: 10px;
}
.h_detailsBox .h_Box2 .h_L .h_t .h_form .h_item:last-child {
  margin-bottom: 0;
}
.h_detailsBox .h_Box2 .h_L .h_t .h_form .h_item .h_text {
  width: auto;
  min-width: 56px;
  font-size: 14px;
  color: #696969;
  white-space: nowrap;
}
.h_detailsBox .h_Box2 .h_L .h_t .h_form .h_item .h_text p {
  width: calc(100% - 14px);
  text-align-last: justify;
}
.h_detailsBox .h_Box2 .h_L .h_t .h_form .h_item .h_input {
  width: 100%;
}
.h_detailsBox .h_Box2 .h_L .h_t .h_form .h_item .h_input input {
  width: 100%;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #D8D8D8;
  height: 23px;
  padding: 0 8px;
}
.h_detailsBox .h_Box2 .h_L .h_t .h_form .h_item .h_input.h_input2 {
  flex-wrap: nowrap;
}
.h_detailsBox .h_Box2 .h_L .h_t .h_form .h_item .h_input.h_input2 span {
  font-size: 14px;
  color: #696969;
  margin: 0 4px;
}
.h_detailsBox .h_Box2 .h_L .h_t .h_form .h_item .h_btn {
  background: linear-gradient(180deg, #F7F7F7 0%, #F4F3F3 100%);
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #D8D8D8;
  font-size: 13px;
  color: #3D3D3D;
  width: 60px;
  height: 25px;
}
.h_detailsBox .h_Box2 .h_L .h_b {
  margin-top: 24px;
}
.h_detailsBox .h_Box2 .h_L .h_b .h_title {
  height: 54px;
  line-height: 54px;
  text-align: center;
  background-image: url(../images/bg_pro.jpg);
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.h_detailsBox .h_Box2 .h_L .h_b .h_list a {
  display: block;
  margin-bottom: 15px;
  border: 1px solid #E8E8E8;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  text-align: center;
}
.h_detailsBox .h_Box2 .h_L .h_b .h_list a:last-child {
  margin: 0;
}
.h_detailsBox .h_Box2 .h_L .h_b .h_list a:hover {
  color: var(--active-color);
  border-color: var(--active-color);
}
.h_detailsBox .h_Box2 .h_R {
  width: calc(100% - 296px);
}
.h_detailsBox .h_Box2 .h_R .h_tabs {
  background: #F6F6F6;
  padding: 0 2px;
}
.h_detailsBox .h_Box2 .h_R .h_tabs span {
  padding: 0 23px;
  line-height: 50px;
  cursor: pointer;
  position: relative;
}
.h_detailsBox .h_Box2 .h_R .h_tabs span::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s;
  background-color: var(--active-color);
}
.h_detailsBox .h_Box2 .h_R .h_tabs span.h_active {
  color: var(--active-color);
  background-color: #fff;
}
.h_detailsBox .h_Box2 .h_R .h_tabs span.h_active::before {
  transform-origin: left;
  transform: scaleX(1);
}
.h_detailsBox .h_Box2 .h_R .h_details {
  padding: 40px 0;
}
.h_detailsBox .h_Box2 .h_R .h_details .h_content {
  display: none;
}
.h_detailsBox .h_Box2 .h_R .h_details .h_content:first-child {
  display: block;
}
.h_detailsBox .h_Box2 .h_R .h_details .h_content image {
  max-width: 100%;
  height: auto !important;
}
.h_detailsBox .h_Box2 .h_R .h_details .h_content .h_table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border: 2px solid #F0F0F0;
}
.h_detailsBox .h_Box2 .h_R .h_details .h_content .h_table .h_tr {
  display: flex;
  align-items: stretch;
  background-color: #f6f6f6;
}
.h_detailsBox .h_Box2 .h_R .h_details .h_content .h_table .h_tr:nth-child(2n) {
  background-color: #fff;
}
.h_detailsBox .h_Box2 .h_R .h_details .h_content .h_table .h_tr .h_th,
.h_detailsBox .h_Box2 .h_R .h_details .h_content .h_table .h_tr .h_td {
  flex: 1;
  font-size: 16px;
  color: #696969;
  box-shadow: 0px 0px 0px 1px #F3F3F3;
}
.h_detailsBox .h_Box2 .h_R .h_details .h_content .h_table .h_tr .h_th {
  padding: 15px 24px;
}
.h_detailsBox .h_Box2 .h_R .h_details .h_content .h_table .h_tr .h_td {
  padding: 11px 24px;
  font-family: Light;
}
.h_detailsBox .h_Box2 .h_R .h_details .h_content .h_table .h_tr .h_td span {
  position: relative;
  padding-left: 18px;
}
.h_detailsBox .h_Box2 .h_R .h_details .h_content .h_table .h_tr .h_td span::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #848484;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.h_detailsBox .h_Box2 .h_R .h_details .h_content .h_plList {
  max-width: 1000px;
  margin: 0 auto;
}
.h_detailsBox .h_Box2 .h_R .h_details .h_content .h_plList .h_item {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: flex-start;
  column-gap: 26px;
  border-top: 1px solid #eaeaea;
  padding: 20px 0;
}
.h_detailsBox .h_Box2 .h_R .h_details .h_content .h_plList .h_item .h_l .h_avatar {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  overflow: hidden;
}
.h_detailsBox .h_Box2 .h_R .h_details .h_content .h_plList .h_item .h_l .h_avatar img {
  width: 32px;
}
.h_detailsBox .h_Box2 .h_R .h_details .h_content .h_plList .h_item .h_l .h_name {
  text-align: center;
}
.h_detailsBox .h_Box2 .h_R .h_details .h_content .h_plList .h_item .h_r {
  width: calc(100% - 86px);
}
.h_detailsBox .h_Box2 .h_R .h_details .h_content .h_plList .h_item .h_r .h_score {
  color: var(--active-color);
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.h_detailsBox .h_Box2 .h_R .h_details .h_content .h_plList .h_item .h_r .h_score .h_stars {
  column-gap: 6px;
  display: flex;
  align-items: center;
}
.h_detailsBox .h_Box2 .h_R .h_details .h_content .h_plList .h_item .h_r .h_text {
  line-height: 1.6;
  margin-top: 8px;
}
.h_detailsBox .h_Box2 .h_R .h_details .h_content .h_plList .h_item .h_r .h_imgs {
  margin-top: 8px;
  display: flex;
  column-gap: 8px;
  row-gap: 8px;
}
.h_detailsBox .h_Box2 .h_R .h_details .h_content .h_plList .h_item .h_r .h_imgs .h_img {
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.h_detailsBox .h_Box2 .h_R .h_details .h_content .h_plList .h_item .h_r .h_imgs .h_img .h_posImg {
  padding-top: 100%;
}
.h_detailsBox .h_Box2 .h_R .h_details .h_content .h_plList .h_item .h_r .h_time {
  margin-top: 8px;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
@media screen and (max-width: 1400px) {
  .h_proList {
    padding: 10px 0 30px;
  }
  .h_proList .mySwiper .swiper-slide {
    padding-bottom: 12px;
  }
  .h_detailsBox .h_Box2 .h_R .h_details {
    padding: 16px 0;
  }
  .h_detailsBox .h_Box1 {
    column-gap: 35px;
  }
  .h_detailsBox .h_Box1 .h_C {
    width: calc(63% - 260px);
  }
  .h_detailsBox .h_Box1 .h_C.h_nor {
    width: calc(63% - 35px);
  }
  .h_detailsBox .h_Box1 .h_C .h_specs,
  .h_detailsBox .h_Box1 .h_C .h_desc,
  .h_detailsBox .h_Box1 .h_C .h_price {
    margin-top: 15px;
  }
  .h_detailsBox .h_Box1 .h_C a,
  .h_detailsBox .h_Box1 .h_C .h_hr {
    margin-top: 20px;
  }
  .h_detailsBox .h_Box2 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .h_detailsBox .h_Box1 .h_C {
    width: calc(63% - 35px);
  }
  .h_detailsBox .h_Box1 .h_R {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .h_proList .mySwiper .swiper-slide {
    font-size: 16px;
  }
  .h_proList .h_list .h_item .h_text {
    padding: 10px 12px;
  }
  .h_proList .h_list .h_item .h_text .h_name {
    font-size: 18px;
  }
  .h_proList .h_list .h_item .h_text .h_desc {
    font-size: 15px;
    margin-top: 4px;
  }
  .h_detailsBox .h_Box2 {
    margin-top: 40px;
  }
  .h_detailsBox .h_Box2 .h_L {
    display: none;
  }
  .h_detailsBox .h_Box2 .h_R {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .h_proList .h_list {
    --rown: 2;
    margin-top: 24px;
    --c-gap: 26px;
    --r-gap: 26px;
  }
  .h_proList .h_list .h_item .h_text .h_name {
    font-size: 16px;
  }
  .h_detailsBox .h_Box1 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .h_detailsBox .h_Box1 .h_C.h_nor,
  .h_detailsBox .h_Box1 .h_C {
    width: 100%;
  }
  .h_detailsBox .h_Box1 .h_L {
    width: 440px;
  }
  .h_detailsBox {
    padding: 10px 0;
  }
  .h_detailsBox .h_Box1 .h_C .h_name {
    font-size: 22px;
  }
  .h_proList #list .h_list .h_item {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .h_proList .mySwiper .swiper-slide {
    padding-bottom: 0;
  }
  .h_proList .mySwiper .swiper-slide::after {
    display: none;
  }
  .h_proList .h_list {
    --rown: 2;
    margin-top: 16px;
    --c-gap: 16px;
    --r-gap: 16px;
  }
  .h_proList {
    padding: 0px 0 15px;
  }
  .h_proList .h_list .h_item .h_text {
    padding: 6px 8px;
  }
  .h_proList .h_list .h_item .h_text .h_name {
    font-size: 15px;
  }
  .h_proList .h_list .h_item .h_text .h_desc {
    font-size: 13px;
    margin-top: 0px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
  .h_detailsBox .h_Box1 {
    row-gap: 10px;
  }
  .h_detailsBox .h_Box1 .h_L .h_swiper {
    padding: 0;
    margin-top: 16px;
  }
  .h_detailsBox .h_Box1 .h_C .h_name {
    font-size: 18px;
  }
  .h_detailsBox .h_Box1 .h_C .h_price p {
    font-size: 13px;
  }
  .h_detailsBox .h_Box1 .h_C .h_price .price span {
    font-size: 20px;
  }
  .h_detailsBox .h_Box1 .h_C .h_links {
    display: flex;
    justify-content: space-between;
  }
  .h_detailsBox .h_Box1 .h_C .h_links > br {
    display: none;
  }
  .h_detailsBox .h_Box1 .h_C a img {
    width: 20px;
    font-size: 15px;
  }
  .h_detailsBox .h_Box1 .h_C a {
    padding: 0 20px;
  }
  .h_detailsBox .h_Box1 .h_C a,
  .h_detailsBox .h_Box1 .h_C .h_hr {
    margin-top: 16px;
  }
  .h_detailsBox .h_Box2 {
    margin-top: 20px;
  }
  .h_detailsBox .h_Box2 .h_R .h_tabs {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .h_detailsBox .h_Box2 .h_R .h_tabs span {
    padding: 0 12px;
    line-height: 42px;
    white-space: nowrap;
  }
  .h_detailsBox .h_Box2 .h_R .h_details .h_content .h_table {
    border-width: 1px;
  }
  .h_detailsBox .h_Box2 .h_R .h_details .h_content .h_table .h_tr .h_td,
  .h_detailsBox .h_Box2 .h_R .h_details .h_content .h_table .h_tr .h_th {
    padding: 10px 12px;
    font-size: 14px;
    box-shadow: 0px 0px 0px 0.5px #F3F3F3;
  }
  .h_detailsBox .h_Box2 .h_R .h_details .h_content .h_table .h_tr .h_td span {
    padding-left: 10px;
  }
  .h_detailsBox .h_Box2 .h_R .h_details .h_content .h_table .h_tr .h_td span::before {
    width: 4px;
    height: 4px;
    top: 7.5px;
  }
  .h_detailsBox {
    padding: 0;
  }
  .h_detailsBox .h_Box2 .h_R .h_details .h_content .h_plList .h_item {
    column-gap: 16px;
  }
  .h_detailsBox .h_Box2 .h_R .h_details .h_content .h_plList .h_item .h_r {
    width: calc(100% - 76px);
  }
  .h_detailsBox .h_Box2 .h_R .h_details .h_content .h_plList .h_item {
    padding: 16px 0;
  }
}
