.h_products .h_filterBox {
  width: 300px;
  position: sticky;
  top: 100px;
}
.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: 20px;
}
.h_products .h_filterBox .h_col1 p {
  font-family: 'OPPOSans-Heavy';
  color: #111;
  font-size: 28px;
}
.h_products .h_filterBox .h_condition .h_box {
  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: 'OPPOSans-Heavy';
  font-size: 19px;
}
.h_products .h_filterBox .h_condition .h_box .h_list .h_item {
  display: flex;
  margin-bottom: 12px;
  align-items: flex-start;
  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 {
  color: #707070;
  font-size: 17px;
  margin-left: 6px;
  margin-top: -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% - 330px);
}
.h_products .h_R .h_list .h_item {
  transition: 0.5s;
  background: #f4f5f8;
  padding: 15px;
}
.h_products .h_R .h_list .h_item .h_img {
  aspect-ratio: 4/3;
}
.h_products .h_R .h_list .h_item .h_text {
  padding: 10px 10px 0;
  font-size: 16px;
  color: #111;
}
.h_products .h_R .h_list .h_item:hover {
  background: #fff;
  box-shadow: 0 4px 23px rgba(0, 0, 0, 0.1);
}
.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 {
  background: var(--jb-bg);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h_proDetails .h_location {
  padding: 20px 0;
}
.h_proDetails .h_location img {
  height: 18px;
}
.h_proDetails .h_imgBox {
  position: relative;
}
.h_proDetails .h_imgBox .h_L {
  width: calc(100% - 180px);
}
.h_proDetails .h_imgBox .h_L .swiper {
  border: 2px solid #eee;
  --swiper-theme-color: var(--active-color2);
}
.h_proDetails .h_imgBox .h_L .swiper-slide .h_img {
  aspect-ratio: 26/15;
}
.h_proDetails .h_imgBox .h_R {
  position: absolute;
  width: 160px;
  height: 100%;
  right: 0;
  top: 0;
}
.h_proDetails .h_imgBox .h_R .swiper {
  height: 100%;
}
.h_proDetails .h_imgBox .h_R .swiper-slide {
  border: 3px solid #eee;
  padding: 5px;
  height: auto !important;
}
.h_proDetails .h_imgBox .h_R .swiper-slide .h_img {
  aspect-ratio: 4/2.5;
}
.h_proDetails .h_imgBox .h_R .swiper-slide-active,
.h_proDetails .h_imgBox .h_R .swiper-slide-thumb-active {
  border-image: var(--jb-bg) 3;
}
.h_proDetails .h_textBox .h_L {
  width: 48.5%;
}
.h_proDetails .h_textBox .h_L .h_name {
  font-family: 'OPPOSans-Heavy';
  font-size: 28px;
}
.h_proDetails .h_textBox .h_L .h_desc {
  font-size: 16px;
  color: #666;
  margin-top: 15px;
}
.h_proDetails .h_textBox .h_R {
  width: 48.5%;
  gap: 15px;
}
.h_proDetails .h_textBox .h_R .h_btn {
  color: #fff;
  line-height: 48px;
  padding: 0 20px;
  background-color: var(--active-color2);
}
.h_proDetails .h_textBox .h_R .h_btn img {
  width: 34px;
}
.h_proDetails .h_textBox .h_R .h_btn span {
  margin-top: 2px;
  margin-left: 4px;
}
.h_proDetails .h_textBox .h_R .h_btn:hover {
  background-color: var(--active-color);
}
.h_proDetails .h_details {
  padding: 0 0 40px;
}
.h_proDetails .h_details .h_title {
  border-bottom: 2px solid #eee;
}
.h_proDetails .h_details .h_title span {
  display: inline-block;
  line-height: 48px;
  padding: 0 20px;
  min-width: 120px;
  text-align: center;
  background: var(--jb-bg);
  color: #fff;
}
.h_proDetails .h_details .h_content img,
.h_proDetails .h_details .h_content video,
.h_proDetails .h_details .h_content table,
.h_proDetails .h_details .h_content iframe {
  max-width: 100%;
  height: auto !important;
}
.h_proDetails .h_details .h_Title {
  scroll-margin-top: 90px;
  font-size: 28px;
  padding: 14px 24px;
  background-color: #F3F3F3;
  cursor: pointer;
}
.h_proDetails .h_details .h_Title a {
  font-family: 'OPPOSans-Heavy';
}
.h_proDetails .h_details .h_Box {
  margin-bottom: 20px;
}
.h_proDetails .h_details .h_Box:last-child {
  margin: 0;
}
.h_proDetails .h_details .h_Box .h_list .h_item {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
}
.h_proDetails .h_details .h_Box .h_list .h_item:nth-child(2n) {
  flex-direction: row-reverse;
}
.h_proDetails .h_details .h_Box .h_list .h_item .h_w1 {
  width: 48%;
  text-align: center;
}
.h_proDetails .h_details .h_Box .h_list .h_item .h_w1 img {
  max-width: 380px;
  width: 100%;
}
.h_proDetails .h_details .h_table {
  width: 100%;
  border: 1px solid #EBEBEB;
  margin-top: 20px;
}
.h_proDetails .h_details .h_table .h_tr {
  display: flex;
  align-items: stretch;
  background-color: #fff;
}
.h_proDetails .h_details .h_table .h_tr .h_th,
.h_proDetails .h_details .h_table .h_tr .h_td {
  flex: 1;
  font-size: 16px;
  color: #777;
}
.h_proDetails .h_details .h_table .h_tr .h_th {
  padding: 15px 24px;
  font-family: 'OPPOSans-Bold';
  color: #222;
  font-size: 20px;
  background-color: #F3F3F3;
}
.h_proDetails .h_details .h_table .h_tr .h_th:first-child {
  background-color: #EEEEEE;
}
.h_proDetails .h_details .h_table .h_tr .h_td {
  box-shadow: inset 0px 1px #EBEBEB;
  padding: 15px 24px;
}
.h_proDetails .h_details .h_table .h_tr .h_td:first-child {
  background: #F9F9F9;
}
.h_proDetails .h_details .h_table .h_tr .h_td:first-child span {
  font-family: 'OPPOSans-Bold';
  color: #3D3D3D;
}
.h_proDetails .h_details .h_table .h_tr .h_td span {
  position: relative;
  padding-left: 18px;
  display: inline-block;
}
.h_proDetails .h_details .h_table .h_tr .h_td span::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #6C6C6C;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
@media screen and (max-width: 1024px) {
  .h_products .h_filterBox {
    width: 100%;
    position: static;
  }
  .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;
    gap: 10px 15px;
    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: 768px) {
  .h_details .h_Box1 {
    row-gap: 30px;
  }
  .h_details .h_Box3 .h_C {
    width: 100%;
  }
  .h_swiper1 .swiper-button-next,
  .h_swiper1 .swiper-button-prev {
    display: none;
  }
  .h_proDetails .h_textBox .h_L {
    width: 100%;
  }
  .h_proDetails .h_textBox .h_L .h_name {
    font-size: 20px;
  }
  .h_proDetails .h_textBox .h_L .h_desc {
    font-size: 15px;
    margin-top: 10px;
  }
  .h_proDetails .h_textBox .h_R {
    width: 100%;
    margin-top: 15px;
  }
  .h_proDetails .h_textBox .h_R .h_btn {
    line-height: 44px;
    padding: 0 16px;
  }
  .h_proDetails .h_textBox .h_R .h_btn img {
    width: 28px;
  }
}
@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: 15px;
    --c-gap: 15px;
  }
  .h_products .h_R .h_list .h_item {
    padding: 10px;
  }
  .h_products .h_R .h_list .h_item .h_text {
    font-size: 15px;
    padding: 0;
    margin-top: 10px;
  }
  .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_proDetails {
    margin-top: 15px;
  }
  .h_proDetails .h_imgBox .h_L {
    width: calc(100% - 85px);
  }
  .h_proDetails .h_imgBox .h_R {
    width: 70px;
  }
  .h_proDetails .h_imgBox .h_R .swiper-slide {
    padding: 2px;
    border-width: 2px;
  }
  .h_proDetails .h_location {
    display: none;
  }
  .h_proDetails .h_textBox .h_R .h_btn {
    line-height: 40px;
    padding: 0 12px;
    font-size: 12px;
    min-width: calc(50% - 7.5px);
  }
  .h_proDetails .h_textBox .h_R .h_btn img {
    width: 23px;
  }
  .h_proDetails .h_textBox .h_L .h_name {
    font-size: 18px;
  }
  .h_proDetails .h_details .h_Title {
    font-size: 18px;
    padding: 12px;
  }
  .h_proDetails .h_details {
    padding-bottom: 25px;
  }
  .h_proDetails .h_details .h_table {
    margin-top: 15px;
  }
  .h_proDetails .h_details .h_Box .h_list .h_item {
    padding: 15px 0;
  }
  .h_proDetails .h_details .h_table .h_tr .h_td,
  .h_proDetails .h_details .h_table .h_tr .h_th {
    padding: 8px 12px;
  }
  .h_proDetails .h_details .h_table .h_tr .h_th {
    font-size: 15px;
  }
  .h_proDetails .h_details .h_table .h_tr .h_td span {
    padding: 0;
  }
  .h_proDetails .h_details .h_table .h_tr .h_td span::before {
    display: none;
  }
  .h_proDetails .h_details .h_table .h_tr .h_td span {
    font-size: 12px;
  }
  .h_proDetails .h_details .h_Box .h_list .h_item .h_w1 {
    font-size: 14px;
    width: calc(50% - 6px);
  }
}
