.h_proCenter {
  padding: 30px 0;
  background: linear-gradient(180deg, rgba(216, 216, 216, 0.22) 0%, rgba(216, 216, 216, 0) 50px);
}
.h_proCenter > .h_row {
  column-gap: 77px;
}
.h_proCenter > .h_row .h_Title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Bold;
  font-size: 25px;
  color: #3D3D3D;
}
.h_proCenter > .h_row .h_Title i {
  font-size: 16px;
  visibility: hidden;
}
.h_proCenter > .h_row .h_L {
  width: 256px;
}
.h_proCenter > .h_row .h_L .h_list {
  margin-top: 8px;
}
.h_proCenter > .h_row .h_L .h_list .h_box a,
.h_proCenter > .h_row .h_L .h_list .h_box .h_type {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h_proCenter > .h_row .h_L .h_list .h_box a i,
.h_proCenter > .h_row .h_L .h_list .h_box .h_type i {
  font-size: 12px;
  width: 18px;
  height: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2px;
}
.h_proCenter > .h_row .h_L .h_list .h_box .h_type {
  line-height: 48px;
  box-shadow: inset 0 -1px #E5E5E5;
}
.h_proCenter > .h_row .h_L .h_list .h_box .h_type a {
  display: block;
  width: calc(100% - 20px);
  font-family: Light;
  font-size: 16px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_proCenter > .h_row .h_L .h_list .h_box .h_type i {
  cursor: pointer;
  background-color: var(--active-color);
  transition: transform 0.3s linear;
}
.h_proCenter > .h_row .h_L .h_list .h_box .h_navlist {
  display: none;
  padding: 8px 0 24px;
}
.h_proCenter > .h_row .h_L .h_list .h_box .h_navlist a {
  line-height: 48px;
  box-shadow: inset 0 -1px #E5E5E5;
  font-family: Light;
  font-size: 16px;
  color: #3D3D3D;
  padding-left: 26px;
}
.h_proCenter > .h_row .h_L .h_list .h_box .h_navlist a span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.h_proCenter > .h_row .h_L .h_list .h_box .h_navlist a i {
  color: var(--active-color);
}
.h_proCenter > .h_row .h_L .h_list .h_box .h_navlist a i::before {
  font-weight: 700 !important;
}
.h_proCenter > .h_row .h_L .h_list .h_box .h_navlist a.active {
  background-color: #F6F6F6;
}
.h_proCenter > .h_row .h_L .h_list .h_box .h_navlist a:hover {
  background-color: #F6F6F6;
}
.h_proCenter > .h_row .h_L .h_list .h_box.h_active .h_type i {
  transform: rotate(90deg);
}
.h_proCenter > .h_row .h_screenBox {
  width: 100%;
}
.h_proCenter > .h_row .h_screenBox .h_search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding-left: 20px;
}
.h_proCenter > .h_row .h_screenBox .h_search .h_L {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
  row-gap: 8px;
  white-space: nowrap;
}
.h_proCenter > .h_row .h_screenBox .h_search .h_L p {
  width: 70px;
}
.h_proCenter > .h_row .h_screenBox .h_search .h_L .h_condition {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.h_proCenter > .h_row .h_screenBox .h_search .h_L .h_condition span {
  border: 1px solid #ccc;
  padding: 5px 8px;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 7px;
}
.h_proCenter > .h_row .h_screenBox .h_search .h_L .h_condition span i {
  line-height: 14px;
  cursor: pointer;
  background-color: #d6d6d6;
  color: #fff;
  border-radius: 50%;
}
.h_proCenter > .h_row .h_screenBox .h_search .h_L .h_condition span i:hover {
  background-color: var(--active-color);
}
.h_proCenter > .h_row .h_screenBox .h_search form {
  border: 1px solid #d6d6d6;
  display: inline-block;
  padding: 0 8px;
  display: flex;
  align-items: center;
}
.h_proCenter > .h_row .h_screenBox .h_search form input {
  width: 220px;
  height: 30px;
  font-size: 12px;
}
.h_proCenter > .h_row .h_screenBox .h_search form button {
  margin-left: 8px;
  background-color: #fff;
}
.h_proCenter > .h_row .h_screenBox .h_search form button i {
  font-size: 18px;
  color: #898989;
}
.h_proCenter > .h_row .h_screenBox .h_choose {
  /*margin-top: 12px;*/
}
.h_proCenter > .h_row .h_screenBox .h_choose .h_t {
  padding: 8px 20px;
  font-size: 14px;
  color: #666;
  background-color: #f5f5f5;
  display: flex;
}
.h_proCenter > .h_row .h_screenBox .h_choose .h_t p {
  width: 70px;
  line-height: 30px;
}
.h_proCenter > .h_row .h_screenBox .h_choose .h_t .h_condition {
  width: calc(100% - 70px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
  row-gap: 6px;
}
.h_proCenter > .h_row .h_screenBox .h_choose .h_t .h_condition span {
  display: inline-block;
  padding: 0 10px;
  line-height: 30px;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 8px;
  background-color: #fff;
  cursor: pointer;
}
.h_proCenter > .h_row .h_screenBox .h_choose .h_t .h_condition span:hover {
  background-color: var(--active-color);
  color: #fff;
}
.h_proCenter > .h_row .h_screenBox .h_choose .h_t .h_condition span.h_active {
  background-color: var(--active-color);
  color: #fff;
}
.h_proCenter > .h_row .h_screenBox .h_choose .h_b {
  font-size: 14px;
  color: #666;
  display: flex;
  padding: 12px 0 0 20px;
}
.h_proCenter > .h_row .h_screenBox .h_choose .h_b p {
  width: 70px;
}
.h_proCenter > .h_row .h_screenBox .h_choose .h_b .h_prices {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 30px;
  row-gap: 10px;
}
.h_proCenter > .h_row .h_screenBox .h_choose .h_b .h_prices span {
  cursor: pointer;
}
.h_proCenter > .h_row .h_screenBox .h_choose .h_b .h_prices span:hover {
  color: var(--active-color);
}
.h_proCenter > .h_row .h_screenBox .h_choose .h_b .h_prices span.h_active {
  color: var(--active-color);
}
.h_proCenter > .h_row .h_screenBox .h_screen {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  row-gap: 10px;
  background-color: #f5f5f5;
  font-size: 14px;
  color: #666;
  border: 1px solid #e0e0e0;
}
.h_proCenter > .h_row .h_screenBox .h_screen .h_left {
  display: flex;
  align-items: center;
}
.h_proCenter > .h_row .h_screenBox .h_screen .h_left .h_box {
  white-space: nowrap;
  line-height: 40px;
  padding: 0 16px 0 20px;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  column-gap: 3px;
}
.h_proCenter > .h_row .h_screenBox .h_screen .h_left .h_box i {
  visibility: hidden;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  transform-origin: center;
  transition: transform 0.3s linear;
}
.h_proCenter > .h_row .h_screenBox .h_screen .h_left .h_box.h_active {
  background-color: #fff;
  color: var(--active-color);
}
.h_proCenter > .h_row .h_screenBox .h_screen .h_left .h_box.h_active i {
  visibility: visible;
}
.h_proCenter > .h_row .h_screenBox .h_screen .h_left .h_box.h_active.desc i {
  transform: rotateX(180deg);
}
.h_proCenter > .h_row .h_screenBox .h_screen .h_left .h_form {
  display: flex;
  align-items: center;
  column-gap: 5px;
  padding: 4px 12px;
}
.h_proCenter > .h_row .h_screenBox .h_screen .h_left .h_form input {
  width: 60px;
  height: 26px;
  padding: 1px 2px;
  color: #666;
  font-size: 12px;
  text-indent: 2px;
  border: 1px solid #d6d6d6;
}
.h_proCenter > .h_row .h_screenBox .h_screen .h_left .h_form span {
  text-align: center;
}
.h_proCenter > .h_row .h_screenBox .h_screen .h_left .h_form button {
  color: #fff;
  width: 60px;
  height: 26px;
  margin-left: 6px;
  border-radius: 2px;
  cursor: pointer;
  background-color: var(--active-color);
}
.h_proCenter > .h_row .h_screenBox .h_screen .h_right {
  display: flex;
  align-items: center;
  column-gap: 13px;
  padding: 0 10px;
}
.h_proCenter > .h_row .h_screenBox .h_screen .h_right p {
  color: #777;
}
.h_proCenter > .h_row .h_screenBox .h_screen .h_right p span {
  color: var(--active-color);
}
.h_proCenter > .h_row .h_screenBox .h_screen .h_right i {
  font-size: 12px;
  cursor: pointer;
}
.h_proCenter > .h_row .h_screenBox .h_screen .h_right i.disabled {
  cursor: none;
  color: #cccccc;
}
.h_proCenter > .h_row .h_R {
  width: 100%;
}
.h_proCenter > .h_row .h_R>.h_row{
  align-items: flex-end;
}
.h_proCenter > .h_row .h_R .h_rowBox {
  display: block;
}
.h_proCenter > .h_row .h_R .h_rowBox .h_img {
  background-color: #f6f6f6;
  width: 100%;
}
.h_proCenter > .h_row .h_R .h_rowBox .h_name {
  font-family: Regular;
  font-size: 15px;
  color: #3D3D3D;
  line-height: 21px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 6px;
}
.h_proCenter > .h_row .h_R .h_rowBox .h_price {
  margin-top: 5px;
  font-size: 18px;
  font-family: Arial;
  color: #e60300;
}
.h_proCenter > .h_row .h_R .h_rowBox:hover .h_name {
  color: var(--active-color);
}
.h_proCenter > .h_row .h_R.h_caseList {
  width: calc(100% - 333px);
}
.h_proCenter > .h_row .h_R.h_caseList .h_row {
  margin-top: 32px;
}
.h_proCenter > .h_row .h_R.h_caseList .h_rowBox:hover .h_img img {
  transform: scale(1.05);
}
.h_proCenter > .h_row .h_R.h_caseList .h_rowBox:hover .h_text .h_name {
  color: var(--active-color);
}
.h_proCenter > .h_row .h_R.h_caseList .h_img {
  overflow: hidden;
  background: #F6F6F6;
  padding: 14px;
}
.h_proCenter > .h_row .h_R.h_caseList .h_img img {
  transition: transform 0.3s linear;
}
.h_proCenter > .h_row .h_R.h_caseList .h_text {
  padding: 6px 10px;
}
.h_proCenter > .h_row .h_R.h_caseList .h_text .h_name {
  text-align: left;
  font-size: 20px;
  line-height: 28px;
}
.h_proCenter > .h_row .h_R.h_caseList .h_text .h_desc {
  margin-top: 10px;
  font-family: Light;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h_proCenter > .h_row .h_R.h_caseDetails {
  width: calc(100% - 333px);
}
.h_proCenter > .h_row .h_R.h_caseDetails .h_t {
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}
.h_proCenter > .h_row .h_R.h_caseDetails .h_t .h_Title {
  text-align: center;
  justify-content: center;
}
.h_proCenter > .h_row .h_R.h_caseDetails .h_t .h_desc {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  row-gap: 5px;
}
.h_proCenter > .h_row .h_R.h_caseDetails .h_t .h_desc .h_tag {
  padding: 0 14px;
  line-height: 28px;
  background: #ffe4d3;
  border-radius: 4px;
  font-family: Regular;
  font-size: 14px;
  color: var(--active-color);
}
.h_proCenter > .h_row .h_R.h_caseDetails .h_t .h_desc .h_time {
  font-family: Regular;
  font-size: 14px;
  color: #666666;
}
.h_proCenter > .h_row .h_R.h_caseDetails .h_content {
  padding: 10px;
  line-height: 1.8;
  color: #666666;
}
.h_proCenter > .h_row .h_R.h_caseDetails .h_content img,
.h_proCenter > .h_row .h_R.h_caseDetails .h_content video,
.h_proCenter > .h_row .h_R.h_caseDetails .h_content table {
  max-width: 100%;
}
.h_proCenter .h_goods_details {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 40px;
  margin-bottom: 80px;
}
.h_proCenter .h_goods_details .h_L {
  width: calc(38% - 40px);
}
.h_proCenter .h_goods_details .h_L .h_imgBox {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
}
.h_proCenter .h_goods_details .h_L .h_imgBox .h_imgs {
  width: calc(17% - 12px);
}
.h_proCenter .h_goods_details .h_L .h_imgBox .h_imgs .h_img {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  overflow: hidden;
  margin-bottom: 12px;
  cursor: pointer;
  box-sizing: border-box;
}
.h_proCenter .h_goods_details .h_L .h_imgBox .h_imgs .h_img img {
  width: 100%;
}
.h_proCenter .h_goods_details .h_L .h_imgBox .h_imgs .h_img:hover {
  border-color: var(--active-color);
}
.h_proCenter .h_goods_details .h_L .h_imgBox .h_imgs .h_img.h_active {
  border-color: var(--active-color);
}
.h_proCenter .h_goods_details .h_L .h_imgBox .h_bigImg {
  width: 83%;
  aspect-ratio: 1/1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.h_proCenter .h_goods_details .h_L .h_imgBox .h_bigImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.h_proCenter .h_goods_details .h_L .h_btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  text-align: center;
  margin-top: 28px;
}
.h_proCenter .h_goods_details .h_L .h_btns a {
  /*width: calc(33.3333% - (40/3*1px));*/
  width: calc(50% - (40/3*1px));
  height: 50px;
  background: #E5E5E5;
  font-family: Light;
  font-size: 17px;
  color: #3D3D3D;
  line-height: 50px;
}
.h_proCenter .h_goods_details .h_L .h_btns a:hover {
  background-color: var(--active-color);
  color: #fff;
}
.h_proCenter .h_goods_details .h_R {
  width: 62%;
}
.h_proCenter .h_goods_details .h_R .h_name {
  font-weight: Bold;
  font-size: 28px;
  color: #3D3D3D;
  box-shadow: 0 1px rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin-bottom: 36px;
  line-height: 1.4;
}
.h_proCenter .h_goods_details .h_R .h_en {
  font-family: Roboto-Regular;
  font-size: 23px;
  color: #3D3D3D;
}
.h_proCenter .h_goods_details .h_R ul {
  margin-top: 17px;
}
.h_proCenter .h_goods_details .h_R ul li {
  padding: 0 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #FFFFFF;
  line-height: 59px;
  box-shadow: inset 0 -1px #EEEEEE;
}
.h_proCenter .h_goods_details .h_R ul li:first-child {
  background: #F2F2F3;
}
.h_proCenter .h_goods_details .h_R ul li:nth-child(2),
.h_proCenter .h_goods_details .h_R ul li:nth-child(3) {
  background: #F9F9FA;
}
.h_proCenter .h_goods_details .h_R ul li .h_box {
  display: flex;
  align-items: center;
  width: 50%;
}
.h_proCenter .h_goods_details .h_R ul li .h_p1 {
  width: 250px;
  font-family: Roboto-Light;
  font-size: 20px;
  color: #3D3D3D;
  line-height: 23px;
  white-space: nowrap;
}
.h_proCenter .h_goods_details .h_R ul li .h_p2 {
  width: calc(100% - 250px);
  font-family: Roboto-Regular;
  font-size: 20px;
  color: #555555;
}
.h_proCenter .h_goods_details .h_R ul li .h_p2 img {
  width: 28px;
}
.h_proCenter .h_goods_details .h_R ul li .h_p2 .price {
  font-size: 28px;
  color: #DF0000;
  font-family: Roboto-Bold;
}
.h_proCenter .h_detailsBox {
  padding: 40px 0;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.1);
}
.h_proCenter .h_detailsBox .h_title {
  font-family: Medium;
  font-size: 23px;
  color: #3D3D3D;
}
.h_proCenter .h_detailsBox .h_list {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-top: 24px;
  padding-bottom: 64px;
}
.h_proCenter .h_detailsBox .h_list .h_box {
  width: 15%;
  position: relative;
}
.h_proCenter .h_detailsBox .h_list .h_box .h_img {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.h_proCenter .h_detailsBox .h_list .h_box .h_img img {
  width: 100%;
}
.h_proCenter .h_detailsBox .h_list .h_box .h_img i {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: var(--active-color);
  color: #fff;
  text-align: center;
}
.h_proCenter .h_detailsBox .h_list .h_box .h_text {
  position: absolute;
  left: 0;
  bottom: -64px;
  width: 100%;
}
.h_proCenter .h_detailsBox .h_list .h_box .h_text .h_name {
  font-family: Regular;
  font-size: 18px;
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.h_proCenter .h_detailsBox .h_list .h_box .h_text .h_price {
  margin-top: 5px;
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #DF0000;
}
.h_proCenter .h_detailsBox .h_list .h_box .h_text .h_price span {
  font-size: 20px;
}
.h_proCenter .h_detailsBox .h_list .h_total {
  text-align: center;
}
.h_proCenter .h_detailsBox .h_list .h_total .h_price {
  font-family: Roboto-Regular;
  font-size: 24px;
  color: #DF0000;
}
.h_proCenter .h_detailsBox .h_list .h_total .h_price span {
  font-family: Roboto-Medium;
  font-size: 36px;
}
.h_proCenter .h_detailsBox .h_list .h_total .h_desc {
  width: 167px;
  height: 48px;
  line-height: 48px;
  background: var(--active-color);
  border-radius: 56px 56px 56px 56px;
  font-family: Regular;
  font-size: 20px;
  color: #FFFFFF;
  margin-top: 10px;
}
.h_proCenter .h_detailsBox .h_list .bi-pause {
  transform: rotate(90deg);
}
.h_proCenter .h_detailsBox .h_list > i {
  font-size: 24px;
}
.h_proCenter .h_detailsBox .h_list2 {
  margin-top: 24px;
  align-items: flex-end;
}
.h_proCenter .h_detailsBox .h_list2 .h_rowBox .h_img {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.h_proCenter .h_detailsBox .h_list2 .h_rowBox .h_img img {
  width: 100%;
}
.h_proCenter .h_detailsBox .h_list2 .h_rowBox .h_img i {
  position: absolute;
  right: -1px;
  top: -1px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: var(--active-color);
  color: #fff;
  text-align: center;
}
.h_proCenter .h_detailsBox .h_list2 .h_rowBox .h_text {
  margin-top: 10px;
}
.h_proCenter .h_detailsBox .h_list2 .h_rowBox .h_text .h_stars {
  display: flex;
  column-gap: 2px;
}
.h_proCenter .h_detailsBox .h_list2 .h_rowBox .h_text .h_stars i {
  color: var(--active-color);
}
.h_proCenter .h_detailsBox .h_list2 .h_rowBox .h_text .h_name {
  margin-top: 10px;
  font-family: Regular;
  font-size: 18px;
  color: #666666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.h_proCenter .h_detailsBox .h_list2 .h_rowBox .h_text .h_price {
  margin-top: 5px;
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #DF0000;
}
.h_proCenter .h_detailsBox .h_list2 .h_rowBox .h_text .h_price span {
  font-size: 20px;
}
.h_proCenter .h_detailsBox .h_list2 .mySwiper .swiper-button-prev,
.h_proCenter .h_detailsBox .h_list2 .mySwiper .swiper-button-next{
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  pointer-events: unset !important;
}
.h_proCenter .h_detailsBox .h_list2 .mySwiper .swiper-button-prev::after,
.h_proCenter .h_detailsBox .h_list2 .mySwiper .swiper-button-next::after{
  font-size: 16px;
}
.h_proCenter .h_tabs {
  margin-top: 60px;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.h_proCenter .h_tabs a {
  flex: 1;
  line-height: 57px;
  font-family: Regular;
  font-size: 20px;
  color: #3D3D3D;
  text-align: center;
  position: relative;
}
.h_proCenter .h_tabs a::after {
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 10.5px);
  width: 1px;
  height: 21px;
  background: #000000;
  opacity: 0.1;
}
.h_proCenter .h_tabs a:last-child::after {
  display: none;
}
.h_proCenter .h_title_d {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  padding-bottom: 18px;
  font-family: Regular;
  font-size: 24px;
  color: #3D3D3D;
}
.h_proCenter .h_title_d::after {
  position: absolute;
  content: '';
  width: 60px;
  height: 3px;
  background: var(--active-color);
  left: calc(50% - 30px);
  bottom: 0;
}
.h_proCenter .h_Box1 {
  margin-top: 50px;
}
.h_proCenter .h_Box1 .h_params {
  display: flex;
  flex-wrap: wrap;
  row-gap: 32px;
  column-gap: 32px;
}
.h_proCenter .h_Box1 .h_params table {
  width: calc(50% - 16px);
}
.h_proCenter .h_Box1 .h_params table tr td,
.h_proCenter .h_Box1 .h_params table tr th {
  padding: 12px 24px;
}
.h_proCenter .h_Box1 .h_params table tr th {
  width: 50%;
  text-align: left;
  font-family: Roboto-Medium;
  font-size: 18px;
  color: #3D3D3D;
  background: #EEEEEE;
}
.h_proCenter .h_Box1 .h_params table tr th:nth-child(2) {
  background: #F3F3F3;
}
.h_proCenter .h_Box1 .h_params table tr td {
  font-family: Roboto-Light;
  font-size: 18px;
  color: #3D3D3D;
  line-height: 21px;
}
.h_proCenter .h_Box1 .h_params table tr td:first-child {
  background: #F9F9F9;
}
.h_proCenter .h_Box1 .h_params table tr td span {
  display: inline-block;
  padding-left: 18px;
  position: relative;
}
.h_proCenter .h_Box1 .h_params table tr td span::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #6C6C6C;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.h_proCenter .h_Box1 .h_image {
  text-align: center;
}
.h_proCenter .h_Box1 .h_image img {
  max-width: 100%;
}
.h_proCenter .h_Box1 .h_trait {
  --r-gap: 32;
  --c-gap: 32;
  align-items: stretch;
}
.h_proCenter .h_Box1 .h_trait .h_rowBox{
  background: #F9F9F9;
}
.h_proCenter .h_Box1 .h_trait .h_rowBox .h_text {
  padding: 30px 20px;
  text-align: center;
}
.h_proCenter .h_Box1 .h_trait .h_rowBox .h_text .h_title {
  font-family: Regular;
  font-size: 22px;
  color: #3D3D3D;
  line-height: 31px;
}
.h_proCenter .h_Box1 .h_trait .h_rowBox .h_text .h_desc {
  font-family: Regular;
  font-size: 18px;
  color: #999999;
  line-height: 32px;
  margin-top: 12px;
}
.h_proCenter .h_Box1 .h_video {
  text-align: center;
}
.h_proCenter .h_Box1 .h_video video {
  width: 100%;
  max-width: 800px;
}
.h_proCenter .h_Box1 .h_text{
  line-height: 1.8;
}
.h_proCenter .h_Box1 .h_text table,
.h_proCenter .h_Box1 .h_text video,
.h_proCenter .h_Box1 .h_text img{
  max-width: 100%;height: auto !important;
}
.h_proCenter .h_more {
  margin-top: 50px;
  text-align: center;
}
.h_proCenter .h_more a {
  display: inline-block;
  width: 300px;
  line-height: 55px;
  background: var(--active-color);
  font-family: Roboto-Regular;
  font-size: 16px;
  color: #FFFFFF;
}
.h_proCenter .h_Box1 .h_newsList .h_rowBox .h_img{overflow: hidden;}
.h_proCenter .h_Box1 .h_newsList .h_rowBox .h_img img{
  width: 100%;
  transition: transform 0.3s linear;
}
.h_proCenter .h_Box1 .h_newsList .h_rowBox .h_text{
  /* margin-top: 10px; */
  border: 1px solid #e6e6e6;
  padding: 16px 18px;
}
.h_proCenter .h_Box1 .h_newsList .h_rowBox .h_text .h_title{
  font-weight: normal;
  font-family: Medium;
  font-size: 18px;
  color: #3d3d3d;
  line-height: 25px;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.h_proCenter .h_Box1 .h_newsList .h_rowBox .h_text .h_desc{
  font-family: Regular;
    font-size: 14px;
    color: #777777;
    line-height: 20px;
    text-align: justify;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}
.h_proCenter .h_Box1 .h_newsList .h_rowBox .h_text .h_time {
  font-family: Regular;
  font-size: 15px;
  color: #999999;
  line-height: 21px;
  margin-top: 22px;
}

.h_proCenter .h_Box1 .h_newsList .h_rowBox:hover .h_img img{
  transform: scale(1.05);
}
.h_proCenter .h_Box1 .h_newsList .h_rowBox:hover .h_text .h_title{color: var(--active-color);}
@media screen and (max-width: 1024px) {
  .h_proCenter > .h_row {
    row-gap: 32px;
  }
  .h_proCenter > .h_row .h_L,
  .h_proCenter > .h_row .h_R {
    width: 100% !important;
  }
  .h_proCenter > .h_row .h_L .h_list {
    display: none;
  }
  .h_proCenter > .h_row .h_L .h_Title {
    padding: 10px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    background-color: var(--active-color);
  }
  .h_proCenter > .h_row .h_L .h_Title i {
    visibility: visible;
    color: #fff;
  }
  .h_proCenter > .h_row .h_L .h_list .h_box .h_type {
    padding: 0 10px;
  }
  .h_proCenter .h_goods_details {
    column-gap: 32px;
    margin-bottom: 60px;
  }
  .h_proCenter .h_goods_details .h_L,
  .h_proCenter .h_goods_details .h_R {
    width: calc(50% - 16px);
  }
  .h_proCenter .h_goods_details .h_R ul li .h_box {
    width: 100%;
    position: relative;
  }
  .h_proCenter .h_goods_details .h_R ul li .h_box::after {
    position: absolute;
    content: '';
    width: calc(100% + 20px);
    left: -10px;
    bottom: 0;
    height: 1px;
    background-color: #EEEEEE;
  }
  .h_proCenter .h_goods_details .h_R ul li .h_p1 {
    width: 180px;
    font-size: 18px;
  }
  .h_proCenter .h_goods_details .h_R ul li .h_p2 {
    width: calc(100% - 180px);
    font-size: 18px;
  }
  .h_proCenter .h_detailsBox .h_list .h_box .h_text .h_name {
    font-size: 16px;
  }
  .h_proCenter .h_detailsBox .h_list .h_box .h_text .h_price {
    font-size: 13px;
  }
  .h_proCenter .h_detailsBox .h_list .h_box .h_text .h_price span {
    font-size: 16px;
  }
  .h_proCenter .h_detailsBox .h_list .h_box .h_text {
    bottom: -52px;
  }
  .h_proCenter .h_detailsBox .h_list .h_total .h_price {
    font-size: 18px;
  }
  .h_proCenter .h_detailsBox .h_list .h_total .h_price span {
    font-size: 30px;
  }
  .h_proCenter .h_detailsBox .h_list .h_total .h_desc {
    width: 136px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    margin-top: 4px;
  }
  .h_proCenter > .h_row .h_R .h_row {
    --rown: 4;
  }
}
@media (max-width: 767px) {
  .h_proCenter {
    padding: 30px 0;
  }
  .h_proCenter > .h_row .h_Title {
    font-size: 22px;
  }
  .h_proCenter > .h_row .h_R .h_row {
    margin-top: 16px;
  }
  .h_proCenter > .h_row .h_R.h_caseList .h_text .h_name {
    margin-top: 0;
    font-size: 18px;
  }
  .h_proCenter > .h_row .h_R.h_caseList .h_text .h_desc {
    margin-top: 4px;
  }
  .h_proCenter .h_goods_details .h_L,
  .h_proCenter .h_goods_details .h_R {
    width: 100%;
  }
  .h_proCenter .h_goods_details .h_R .h_name {
    font-size: 22px;
    margin-bottom: 28px;
  }
  .h_proCenter .h_goods_details .h_R .h_en {
    font-size: 18px;
  }
  .h_proCenter .h_goods_details .h_R ul li .h_p1,
  .h_proCenter .h_goods_details .h_R ul li .h_p2 {
    font-size: 16px;
    line-height: 48px;
  }
  .h_proCenter .h_goods_details .h_R ul li .h_p2 .price {
    font-size: 22px;
  }
  .h_proCenter .h_Box1 .h_params table {
    width: 100%;
    border-collapse: collapse;
  }
  .h_proCenter .h_Box1 .h_params table tr td {
    font-size: 16px;
  }
  .h_proCenter .h_Box1 .h_params table tr td,
  .h_proCenter .h_Box1 .h_params table tr th {
    padding: 10px 12px;
  }
  .h_proCenter .h_Box1 .h_params table tr td span {
    padding-left: 14px;
  }
  .h_proCenter .h_Box1 .h_params table tr td span::before {
    width: 5px;
    height: 5px;
  }
  .h_proCenter .h_Box1 .h_trait .h_rowBox .h_text .h_title {
    font-size: 18px;
  }
  .h_proCenter .h_Box1 .h_trait .h_rowBox .h_text .h_desc {
    font-size: 15px;
    line-height: 26px;
  }
  .h_proCenter .h_Box1 .h_trait .h_rowBox .h_text {
    padding: 15px;
  }
  .h_proCenter .h_Box1 .h_trait .h_rowBox .h_text .h_desc {
    margin-top: 6px;
  }
  .h_proCenter .h_more {
    margin-top: 40px;
  }
  .h_proCenter .h_more a {
    width: 220px;
    line-height: 42px;
    font-size: 15px;
  }
  .h_proCenter > .h_row .h_R .h_row {
    --rown: 3;
  }
}
@media (max-width: 480px) {
  .h_proCenter > .h_row .h_Title {
    font-size: 20px;
  }
  .h_proCenter > .h_row .h_R .h_row {
    --rown: 2;
    --r-gap: 16;
  }
  .h_proCenter > .h_row .h_R.h_caseList .h_row {
    --rown: 1;
    --r-gap: 16;
  }
  .h_proCenter .h_goods_details .h_L .h_btns {
    margin-top: 20px;
    column-gap: 10px;
  }
  .h_proCenter .h_goods_details .h_L .h_btns a {
    font-size: 15px;
    line-height: 42px;
    height: 42px;
    width: calc(33.3333% - (20 / 3*1px));
  }
  .h_proCenter .h_goods_details .h_R ul li .h_p1 {
    width: 140px;
  }
  .h_proCenter .h_goods_details .h_R ul li .h_p2 {
    width: calc(100% - 140px);
  }
  .h_proCenter .h_detailsBox .h_list2 .h_rowBox .h_text .h_name {
    font-size: 16px;
  }
  .h_proCenter .h_tabs a {
    line-height: 46px;
    font-size: 14px;
  }
  .h_gjpj {
    display: none;
  }
  .h_proCenter .h_tabs {
      display: none;
  }
  .h_proCenter > .h_row .h_screenBox .h_choose .h_t .h_condition,
  .h_proCenter > .h_row .h_screenBox .h_choose .h_b .h_prices {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .h_proCenter > .h_row .h_screenBox .h_choose .h_t .h_condition span,
  .h_proCenter > .h_row .h_screenBox .h_choose .h_b .h_prices span {
    white-space: nowrap;
  }
  .h_proCenter > .h_row .h_screenBox .h_screen .h_left .h_box:first-child {
    display: none;
  }
  #h_pages {
    --brn-height: 30px;
  }
  #h_pages span.h_btn {
    width: 30px;
  }
  .h_proCenter .h_goods_details{
      margin-bottom: 30px;
  }
  .h_proCenter .h_detailsBox{
      padding: 20px 0 0;
  }
  .h_proCenter .h_Box1{
      margin-top: 30px;
  }
  .h_proCenter .h_title_d {margin-bottom: 24px;padding-bottom: 8px;}
  .h_proCenter .h_Box1#scene .h_trait{
    --rown:2;
    --r-gap: 15;
    --c-gap: 15;
  }
  .h_proCenter .h_Box1 .h_params{
      row-gap: 20px;
  }
}

.h_links{
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.h_links img{
  width: 32px;
}
.h_links a{
  font-size: 15px;
  color: #3D3D3D;
}