.h_proBox {
  padding: 48px 40px;
  background: #F4F4F4;
  margin-bottom: 50px;
}
.h_proBox .h_list {
  margin-top: 30px;
}
.h_proBox .h_list .h_item {
  padding: 16px;
  position: relative;
  background-color: #fff;
}
.h_proBox .h_list .h_item .h_img .h_posImg2 {
  padding-top: 100%;
}
.h_proBox .h_list .h_item .h_name {
  margin-top: 16px;
  font-size: 18px;
  color: #3D3D3D;
  height: 44px;
  text-align: center;
}
.h_proBox .h_list .h_item:hover .h_name {
  color: var(--active-color);
}
.magnifier {
  background-color: #fff;
}
.h_detailsBox {
  padding: 20px 0;
}
.h_detailsBox .h_Box1 {
  row-gap: 30px;
  position: relative;
}
.h_detailsBox .h_Box1 .h_L {
  width: 50%;
  max-width: 100%;
}
.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: 75%;
}
.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 {
  margin-top: 20px;
  position: relative;
}
.h_detailsBox .h_Box1 .h_L .h_swiper .mySwiper .swiper-slide {
  border: 1px solid #EAEAEA;
  padding: 10px;
}
.h_detailsBox .h_Box1 .h_L .h_swiper .mySwiper .swiper-slide .h_posImg2 {
  padding-top: 70%;
}
.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(50% - 60px);
}
.h_detailsBox .h_Box1 .h_C .h_name {
  font-family: 'Lato-Bold';
  font-size: 30px;
  color: #222222;
}
.h_detailsBox .h_Box1 .h_C .h_hr {
  height: 1px;
  background: #D8D8D8;
  margin-top: 16px;
}
.h_detailsBox .h_Box1 .h_C .h_table {
  margin-top: 20px;
}
.h_detailsBox .h_Box1 .h_C .h_table .h_tr {
  border-bottom: 1px solid #EEEEEE;
  background-color: #fff;
  height: 59px;
  padding: 0 20px;
  overflow: hidden;
}
.h_detailsBox .h_Box1 .h_C .h_table .h_tr .h_td {
  flex: 1;
  font-size: 18px;
  color: #555;
  max-height: 59px;
}
.h_detailsBox .h_Box1 .h_C .h_table .h_tr .h_td:first-child {
  color: #222222;
  font-family: 'Lato-Medium';
}
.h_detailsBox .h_Box1 .h_C .h_table .h_tr:nth-child(1) {
  background-color: #F2F2F3;
}
.h_detailsBox .h_Box1 .h_C .h_table .h_tr:nth-child(3),
.h_detailsBox .h_Box1 .h_C .h_table .h_tr:nth-child(2) {
  background-color: #F9F9FA;
}
.h_detailsBox .h_Box1 .h_C a {
  width: 200px;
  margin-top: 43px;
  height: 42px;
  border-radius: 92px 92px 92px 92px;
  background-color: var(--active-color);
  border: 1px solid var(--active-color);
  font-size: 16px;
  color: #fff;
  padding: 0 26px;
  display: flex;
  text-transform: uppercase;
}
.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: 60px;
}
.h_detailsBox .h_Box2 .h_tabs {
  border: 1px solid #E5E5E5;
}
.h_detailsBox .h_Box2 .h_tabs span {
  width: 160px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  border-right: 1px solid #E5E5E5;
}
.h_detailsBox .h_Box2 .h_tabs span::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  left: 0;
  top: -1px;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s;
  background-color: var(--active-color);
}
.h_detailsBox .h_Box2 .h_tabs span.h_active {
  color: var(--active-color);
}
.h_detailsBox .h_Box2 .h_tabs span.h_active::before {
  transform-origin: left;
  transform: scaleX(1);
}
.h_detailsBox .h_Box2 .h_details {
  padding: 40px 0;
}
.h_detailsBox .h_Box2 .h_details .h_content {
  display: none;
}
.h_detailsBox .h_Box2 .h_details .h_content:first-child {
  display: block;
}
.h_detailsBox .h_Box2 .h_details .h_content img,
.h_detailsBox .h_Box2 .h_details .h_content table,
.h_detailsBox .h_Box2 .h_details .h_content video {
  max-width: 100%;
  height: auto !important;
}
.h_detailsBox .h_Box2 .h_details .h_content .h_table {
  width: 100%;
  border: 1px solid #EBEBEB;
}
.h_detailsBox .h_Box2 .h_details .h_content .h_table .h_tr {
  display: flex;
  align-items: stretch;
  background-color: #fff;
}
.h_detailsBox .h_Box2 .h_details .h_content .h_table .h_tr .h_th,
.h_detailsBox .h_Box2 .h_details .h_content .h_table .h_tr .h_td {
  flex: 1;
  font-size: 16px;
  color: #777;
}
.h_detailsBox .h_Box2 .h_details .h_content .h_table .h_tr .h_th {
  padding: 15px 24px;
  font-family: 'Lato-Bold';
  color: #222;
  font-size: 20px;
  text-transform: uppercase;
  background-color: #F3F3F3;
}
.h_detailsBox .h_Box2 .h_details .h_content .h_table .h_tr .h_th:first-child {
  background-color: #EEEEEE;
}
.h_detailsBox .h_Box2 .h_details .h_content .h_table .h_tr .h_td {
  box-shadow: inset 0px 1px #EBEBEB;
  padding: 15px 24px;
}
.h_detailsBox .h_Box2 .h_details .h_content .h_table .h_tr .h_td:first-child {
  background: #F9F9F9;
}
.h_detailsBox .h_Box2 .h_details .h_content .h_table .h_tr .h_td:first-child span {
  font-family: 'Lato-Bold';
  color: #3D3D3D;
}
.h_detailsBox .h_Box2 .h_details .h_content .h_table .h_tr .h_td span {
  position: relative;
  padding-left: 18px;
  display: inline-block;
}
.h_detailsBox .h_Box2 .h_details .h_content .h_table .h_tr .h_td span::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #6C6C6C;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.h_detailsBox .h_Box2 .h_details .h_content .h_plList {
  max-width: 1000px;
  margin: 0 auto;
}
.h_detailsBox .h_Box2 .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_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_details .h_content .h_plList .h_item .h_l .h_avatar img {
  width: 32px;
}
.h_detailsBox .h_Box2 .h_details .h_content .h_plList .h_item .h_l .h_name {
  text-align: center;
}
.h_detailsBox .h_Box2 .h_details .h_content .h_plList .h_item .h_r {
  width: calc(100% - 86px);
}
.h_detailsBox .h_Box2 .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_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_details .h_content .h_plList .h_item .h_r .h_text {
  line-height: 1.6;
  margin-top: 8px;
}
.h_detailsBox .h_Box2 .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_details .h_content .h_plList .h_item .h_r .h_imgs .h_img {
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.h_detailsBox .h_Box2 .h_details .h_content .h_plList .h_item .h_r .h_imgs .h_img .h_posImg {
  padding-top: 100%;
}
.h_detailsBox .h_Box2 .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: 1440px) {
  .h_detailsBox {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .h_detailsBox .h_Box2 {
    margin-top: 40px;
  }
  .h_detailsBox .h_Box1 .h_C {
    width: calc(50% - 30px);
  }
  .h_detailsBox .h_Box1 .h_C .h_table .h_tr {
    height: 52px;
  }
  .h_detailsBox .h_Box1 .h_C a {
    margin-top: 30px;
  }
  .h_detailsBox .h_Box1 .h_C .h_name {
    font-size: 26px;
  }
  .h_detailsBox .h_Box1 .h_C .h_table,
  .h_detailsBox .h_Box1 .h_C .h_hr {
    margin-top: 12px;
  }
}
@media screen and (max-width: 767px) {
  .h_proBox {
    padding: 15px;
    margin-bottom: 15px;
  }
  .h_proBox .h_list {
    margin-top: 15px;
  }
  .h_proBox .h_list {
    --c-gap: 15px;
    --r-gap: 15px;
  }
  .h_proBox .h_list .h_item {
    padding: 15px;
  }
  .h_proBox .h_list .h_item .h_name {
    font-size: 16px;
    margin-top: 15px;
    height: 40px;
  }
  .h_detailsBox .h_Box1 .h_L {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .h_detailsBox .h_Box1 .h_C {
    width: 100%;
  }
  .h_detailsBox .h_Box1 .h_C a {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .h_proBox .h_list {
    --rown: 2;
  }
  .h_proBox {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #828482;
  }
  .h_proBox .h_list .h_item {
    padding: 15px 15px 12px;
  }
  .h_detailsBox .h_Box1 .h_L .h_swiper {
    margin-top: 15px;
  }
  .h_detailsBox .h_Box1 {
    row-gap: 20px;
  }
  .h_detailsBox .h_Box1 .h_C .h_name {
    font-size: 20px;
  }
  .h_detailsBox .h_Box1 .h_C .h_table .h_tr {
    height: 46px;
    padding: 0 12px;
  }
  .h_detailsBox .h_Box2 {
    margin-top: 20px;
  }
  .h_detailsBox .h_Box1 .h_C .h_table .h_tr .h_td {
    font-size: 15px;
  }
  .h_detailsBox .h_Box2 .h_tabs span {
    width: auto;
    border: none;
    line-height: normal;
    padding-bottom: 10px;
    font-size: 15px;
  }
  .h_detailsBox .h_Box2 .h_tabs {
    border: none;
    justify-content: space-between;
  }
  .h_detailsBox .h_Box2 .h_tabs span.h_active::before {
    bottom: 0;
    top: auto;
  }
  .h_detailsBox .h_Box2 .h_details {
    padding: 15px 0;
  }
  .h_detailsBox .h_Box2 .h_details .h_content .h_table .h_tr .h_td,
  .h_detailsBox .h_Box2 .h_details .h_content .h_table .h_tr .h_th {
    padding: 8px 12px;
  }
  .h_detailsBox .h_Box2 .h_details .h_content .h_table .h_tr .h_th {
    font-size: 16px;
  }
  .h_detailsBox .h_Box2 .h_details .h_content .h_table .h_tr .h_td span {
    padding: 0;
  }
  .h_detailsBox .h_Box2 .h_details .h_content .h_table .h_tr .h_td span::before {
    display: none;
  }
  .h_detailsBox .h_Box2 .h_details .h_content .h_table .h_tr .h_td span {
    font-size: 12px;
  }
}
