.h_products .h_filterBox {
  width: 300px;
}
.h_products .h_filterBox .icon {
  font-size: 26px;
  cursor: pointer;
  transition: transform 0.3s;
}
.h_products .h_filterBox .icon.close {
  transform: rotate(-180deg);
}
.h_products .h_filterBox .h_col1 {
  margin-bottom: 24px;
}
.h_products .h_filterBox .h_col1 p {
  font-family: 'MiSans-Demibold';
  color: #111;
  font-size: 28px;
}
.h_products .h_filterBox .h_condition .h_box {
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 2px solid #111111;
}
.h_products .h_filterBox .h_condition .h_box:last-child {
  border: none;
}
.h_products .h_filterBox .h_condition .h_box .h_col p {
  font-family: 'MiSans-Demibold';
  font-size: 19px;
}
.h_products .h_filterBox .h_condition .h_box .h_list {
  margin-top: 20px;
}
.h_products .h_filterBox .h_condition .h_box .h_list .h_item {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  cursor: pointer;
}
.h_products .h_filterBox .h_condition .h_box .h_list .h_item .h_icon {
  width: 20px;
  height: 20px;
  line-height: 18px;
  border: 1px solid #1f1f1f;
}
.h_products .h_filterBox .h_condition .h_box .h_list .h_item .h_icon .icon {
  font-size: 18px;
  color: #fff;
}
.h_products .h_filterBox .h_condition .h_box .h_list .h_item p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #707070;
  font-size: 17px;
  margin-left: 4px;
  user-select: none;
}
.h_products .h_filterBox .h_condition .h_box .h_list .h_item.active .h_icon {
  background-color: #1f1f1f;
}
.h_products .h_filterBox .h_condition .h_box .h_list .h_item.active p {
  color: #1f1f1f;
}
.h_products .h_R {
  width: calc(100% - 350px);
}
.h_products .h_R .h_title {
  font-size: 28px;
  font-family: 'MiSans-Demibold';
}
.h_products .h_R .h_list .h_item .h_img {
  aspect-ratio: 1/1;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
}
.h_products .h_R .h_list .h_item .h_text {
  padding: 20px 24px;
}
.h_products .h_R .h_list .h_item .h_text .h_name {
  font-size: 19px;
  font-family: 'MiSans-Medium';
  color: #111;
}
.h_products .h_R .h_list .h_item .h_text .h_desc {
  margin-top: 14px;
  font-size: 16px;
}
.h_products .h_R .h_list .h_item .h_text .h_desc p {
  margin: 8px 0;
}
.h_products .h_R .h_list .h_item:hover .h_img img {
  transform: scale(1.08);
}
.h_products .h_R .h_list .h_item:hover .h_text .h_name {
  color: var(--active-color);
}
.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;
  background: #f1f1f1;
  position: relative;
  aspect-ratio: 1/1;
}
.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;
  background: #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: 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: 30px;
}
.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_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);
}
@media screen and (max-width: 1024px) {
  .h_products .h_filterBox {
    width: 100%;
  }
  .h_products .h_filterBox .h_col .icon,
  .h_products .h_filterBox .h_col1 {
    display: none;
  }
  .h_products .h_filterBox .h_condition {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 30px;
  }
  .h_products .h_filterBox .h_condition .h_box {
    display: flex;
    padding: 0;
    border: none;
    margin: 0;
    align-items: baseline;
  }
  .h_products .h_filterBox .h_condition .h_box .h_col p {
    white-space: nowrap;
  }
  .h_products .h_filterBox .h_condition .h_box .h_list {
    display: flex;
    margin: 0;
    margin-left: 12px;
    gap: 6px 10px;
    flex-wrap: wrap;
  }
  .h_products .h_filterBox .h_condition .h_box .h_list .h_item {
    margin: 0;
  }
  .h_products .h_R {
    width: 100%;
    margin-top: 30px;
  }
  .h_products .h_R .h_list {
    --r-gap: 30px;
    --c-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .h_details .h_Box1 {
    row-gap: 30px;
  }
  .h_details .h_Box3 .h_C {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .h_products .h_filterBox .h_col1 {
    display: flex;
    margin-bottom: 0;
  }
  .h_products .h_filterBox .h_col1 p {
    font-size: 20px;
  }
  .h_products .h_filterBox .h_condition {
    margin-top: 10px;
  }
  .h_products .h_filterBox .h_condition .h_box .h_col p {
    font-size: 18px;
  }
  .h_products .h_filterBox .h_condition .h_box .h_list .h_item p {
    font-size: 16px;
  }
  .h_products .h_filterBox .h_condition .h_box .h_list .h_item .h_icon .icon {
    font-size: 16px;
  }
  .h_products .h_filterBox .h_condition .h_box .h_list .h_item .h_icon {
    width: 18px;
    height: 18px;
    line-height: 17px;
  }
  .h_products .h_R .h_title {
    font-size: 22px;
  }
  .h_products .h_R {
    margin-top: 12px;
    overflow: hidden;
  }
  .h_products .h_R .h_list {
    --r-gap: 16px;
    --c-gap: 16px;
  }
  .h_products .h_R .h_list .h_item .h_text {
    padding: 0;
  }
  .h_products .h_R .h_list .h_item .h_text .h_desc {
    display: none;
  }
  .h_products .h_R .h_list .h_item .h_text .h_name {
    font-size: 16px;
    margin-top: 6px;
  }
  .h_details .h_Box2 .h_content {
    padding: 15px;
  }
  .h_details .h_Box3 {
    row-gap: 15px;
  }
  .h_details .h_Box3 .h_L .h_swiper {
    padding: 0;
  }
  .h_details .h_Box3 .h_L .h_swiper .swiper-button-next,
  .h_details .h_Box3 .h_L .h_swiper .swiper-button-prev {
    display: none;
  }
  .h_details .h_Box3 .h_C .h_name {
    font-size: 22px;
  }
  .h_details .h_Box3 .h_C .h_desc {
    margin-top: 10px;
  }
  .h_details .h_Box3 .h_C .h_hr {
    display: none;
  }
  .h_details .h_Box3 .h_C .h_specs {
    column-gap: 16px;
  }
  .h_details .h_Box3 .h_C .h_specs {
    margin-top: 15px;
  }
  .h_details .h_Box3 .h_C .h_specs .h_r {
    gap: 10px;
  }
}
