.h_proList {
  padding: 50px 0;
}
.h_proList .h_L {
  width: 250px;
}
.h_proList .h_L .h_title {
  padding: 0 0 14px;
  font-size: 20px;
  display: flex;
  align-items: center;
  color: var(--active-color);
  border-bottom: 4PX solid var(--active-color);
}
.h_proList .h_L .h_title span {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: 'OPPOSans-Bold';
}
.h_proList .h_L .h_title .icon {
  font-size: 20px;
  display: none;
}
.h_proList .h_L .h_list {
  margin-top: 20px;
}
.h_proList .h_L .h_list a {
  display: flex;
  align-items: center;
  column-gap: 6px;
  padding: 0 16px;
  line-height: 46px;
  background: #f4f4f4;
  font-size: 15px;
  margin-bottom: 10px;
  color: #3D3D3D;
}
.h_proList .h_L .h_list a span {
  width: calc(100% - 24px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.h_proList .h_L .h_list a .icon {
  width: 16px;
}
.h_proList .h_L .h_list a:last-child {
  border: none;
}
.h_proList .h_L .h_list a .swiper-button-next {
  position: static;
  width: 18px;
  height: 18px;
  margin: 0;
}
.h_proList .h_L .h_list a .swiper-button-next::after {
  font-size: 10px;
  color: #777777;
}
.h_proList .h_L .h_list a:hover {
  color: #fff;
  background-color: var(--active-color);
}
.h_proList .h_L .h_list a:hover .swiper-button-next::after {
  color: #fff;
}
.h_proList .h_L .h_list a.h_active {
  color: #fff;
  background-color: var(--active-color);
}
.h_proList .h_L .h_list a.h_active .swiper-button-next::after {
  color: #fff;
}
.h_proList .h_R {
  width: calc(100% - 280px);
}
.h_proList .h_R .h_rowBox .h_img {
  aspect-ratio: 1/0.8;
  border: 1px solid #f1f1f1;
}
.h_proList .h_R .h_rowBox .h_img img {
  transition: transform 0.3s linear;
}
.h_proList .h_R .h_rowBox .h_text {
  margin-top: 10px;
  height: 46px;
  line-height: 46px;
  background: #f4f4f4;
  font-size: 16px;
  color: #333333;
  padding: 0 20px;
  text-align: center;
  transition: background 0.3s linear;
}
.h_proList .h_R .h_rowBox .h_text span {
  width: calc(100% - 30px);
}
.h_proList .h_R .h_rowBox .h_text .h_icon {
  display: flex;
  align-items: center;
}
.h_proList .h_R .h_rowBox .h_text .h_icon i {
  font-size: 15px;
  width: 10px;
}
.h_proList .h_R .h_rowBox .h_text .h_icon i:first-child {
  opacity: 0.5;
}
.h_proList .h_R .h_rowBox .h_text .h_icon i:nth-child(2) {
  opacity: 0.75;
}
.h_proList .h_R .h_rowBox:hover .h_img {
  border-color: var(--active-color);
}
.h_proList .h_R .h_rowBox:hover .h_img img {
  transform: scale(1.06);
}
.h_proList .h_R .h_rowBox:hover .h_text {
  background-color: var(--active-color);
  color: #fff;
}
.h_proList .h_R .h_details .h_Box2 .h_title {
  border-bottom: 1px solid #f2f5ff;
}
.h_proList .h_R .h_details .h_Box2 .h_title span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  background-color: #f7f9ff;
  padding: 0 20px;
  height: 42px;
  min-width: 120px;
  text-align: center;
  line-height: 44px;
  color: #444;
  margin-right: 6px;
  cursor: pointer;
}
.h_proList .h_R .h_details .h_Box2 .h_title span.active,
.h_proList .h_R .h_details .h_Box2 .h_title span:hover {
  background-color: var(--active-color);
  color: #fff;
}
.h_proList .h_R .h_details .h_Box2 .h_content {
  background: #f7f9ff;
  padding: 18px 24px;
  margin-top: 24px;
  line-height: 1.8;
  display: none;
}
.h_proList .h_R .h_details .h_Box2 .h_content p {
  margin: 7px 0;
}
.h_proList .h_R .h_details .h_Box2 .h_content video,
.h_proList .h_R .h_details .h_Box2 .h_content table,
.h_proList .h_R .h_details .h_Box2 .h_content img {
  max-width: 100%;
  height: auto !important;
}
.h_proList .h_R .h_details .h_Box3 {
  row-gap: 30px;
  position: relative;
  gap: 30px 40px;
}
.h_proList .h_R .h_details .h_Box3 .h_L {
  width: 440px;
  max-width: 100%;
}
.h_proList .h_R .h_details .h_Box3 .h_L .h_imgBox {
  border: 1px solid #f1f1f1;
  position: relative;
  cursor: pointer;
}
.h_proList .h_R .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;
  pointer-events: none;
}
.h_proList .h_R .h_details .h_Box3 .h_L .h_imgBox .h_view .icon {
  color: #fff;
}
.h_proList .h_R .h_details .h_Box3 .h_C {
  width: calc(100% - 480px);
}
.h_proList .h_R .h_details .h_Box3 .h_C .h_name {
  font-family: 'Montserrat-Medium';
  font-size: 25px;
  color: #222222;
  margin-top: 5px;
}
.h_proList .h_R .h_details .h_Box3 .h_C .h_price {
  height: 44px;
  background: #F3F3F3;
  padding: 0 12px;
  margin-top: 20px;
}
.h_proList .h_R .h_details .h_Box3 .h_C .h_price p {
  font-size: 15px;
  color: #888888;
}
.h_proList .h_R .h_details .h_Box3 .h_C .h_price .price {
  color: #F12E38;
}
.h_proList .h_R .h_details .h_Box3 .h_C .h_price .price span {
  font-size: 23px;
}
.h_proList .h_R .h_details .h_Box3 .h_C .h_hr {
  height: 1px;
  background: #D8D8D8;
  margin-top: 20px;
}
.h_proList .h_R .h_details .h_Box3 .h_C .h_specs {
  margin-top: 20px;
  column-gap: 35px;
  display: flex;
  align-items: baseline;
}
.h_proList .h_R .h_details .h_Box3 .h_C .h_specs .h_l {
  white-space: nowrap;
}
.h_proList .h_R .h_details .h_Box3 .h_C .h_specs .h_r {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.h_proList .h_R .h_details .h_Box3 .h_C .h_specs .h_r .h_item {
  padding: 6px 12px;
  border: 1px solid #ccc;
}
.h_proList .h_R .h_details .h_Box3 .h_C .h_specs .h_r .h_item.active,
.h_proList .h_R .h_details .h_Box3 .h_C .h_specs .h_r .h_item:hover {
  border-color: var(--active-color);
  color: var(--active-color);
}
.h_proList .h_R .h_details .h_Box3 .h_C .h_desc {
  margin-top: 20px;
  font-size: 16px;
  color: #777777;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .h_proList .h_L {
    margin-bottom: 20px;
  }
  .h_proList .h_L,
  .h_proList .h_R {
    width: 100%;
  }
  .h_proList .h_L .h_list {
    display: none;
  }
  .h_proList .h_L .h_title {
    cursor: pointer;
  }
  .h_proList .h_L .h_title i {
    opacity: 1;
  }
  .h_proList .h_L .h_title .icon {
    display: block;
  }
  .h_proList {
    padding: 40px 0;
  }
  .h_proList .h_R .h_proDetails .h_proTitle {
    font-size: 22px;
    margin: 30px 0 18px;
  }
}
@media screen and (max-width: 767px) {
  .h_proList .h_R .h_details1 {
    justify-content: center;
    margin-bottom: 40px;
  }
  .h_proList .h_R .h_rowBox .h_text {
    height: 52px;
    line-height: 52px;
    margin-top: 10px;
  }
  .h_proList .h_R .h_details1 .h_R {
    width: 100%;
    margin-top: 20px;
  }
  .h_proList .h_R .h_details1 .h_R .h_name {
    font-size: 28px;
  }
  .h_proList .h_R .h_details2 .h_content {
    padding: 0;
  }
  .h_proList .h_R .h_details .h_Box3 {
    gap: 20px;
    justify-content: center;
  }
  .h_proList .h_R .h_details .h_Box3 .h_L {
    margin: 0;
  }
  .h_proList .h_R .h_details .h_Box3 .h_C {
    width: 100%;
  }
  .h_proList .h_R .h_details .h_Box3 .h_C .h_desc,
  .h_proList .h_R .h_details .h_Box3 .h_C .h_hr {
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .h_proList {
    padding: 20px 0;
  }
  .h_proList .h_R .h_rowBox .h_text {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
  }
  .h_proList .h_L {
    margin-bottom: 16px;
  }
  .h_proList .h_L .h_title {
    padding-bottom: 3px;
    border-bottom-width: 2px;
    font-size: 18px;
  }
  .h_proList .h_L .h_list {
    margin-top: 0;
  }
  .h_proList .h_L .h_list a {
    margin: 10px 0 0;
  }
  .h_proList .h_R .h_list {
    --r-gap: 15px;
    --c-gap: 15px;
  }
  .h_proList .h_R .h_proDetails .h_proImg .h_imgs {
    padding: 0;
  }
  .h_proList .h_R .h_proDetails .h_proImg .h_imgs .swiper-button-prev,
  .h_proList .h_R .h_proDetails .h_proImg .h_imgs .swiper-button-next {
    display: none;
  }
  .h_proList .h_R .h_search form input {
    width: calc(100% - 114px);
    height: 46px;
    font-size: 16px;
  }
  .h_proList .h_R .h_search form button {
    width: 100px;
    height: 46px;
    font-size: 16px;
  }
  .h_proList .h_R .h_row.row3,
  .h_proList .h_R .h_proList .h_R .h_row.row4 {
    --rown: 2;
  }
  .h_proList .h_R .h_proDetails .h_proTitle {
    margin: 0 0 12px;
    font-size: 18px;
    padding-bottom: 12px;
  }
  .h_proList .h_R .h_details .h_Box3 {
    gap: 15px;
  }
  .h_proList .h_R .h_details .h_Box3 .h_C .h_name {
    margin: 0;
  }
  .h_proList .h_R .h_details .h_Box3 .h_C .h_desc {
    font-size: 15px;
  }
  .h_proList .h_R .h_details .h_Box3 .h_C .h_desc,
  .h_proList .h_R .h_details .h_Box3 .h_C .h_hr {
    margin-top: 12px;
  }
  .h_proList .h_R .h_details .h_Box2 .h_title {
    display: flex;
  }
  .h_proList .h_R .h_details .h_Box2 .h_title span {
    flex: 1;
    margin: 0;
  }
  .h_proList .h_R .h_details .h_Box2 .h_content {
    margin: 15px 0 0;
    padding: 10px 15px;
  }
}
