.h_contents .h_products {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
}
.h_contents .h_products .h_L {
  width: 240px;
}
.h_contents .h_products .h_L .h_Title {
  line-height: 45px;
  color: #fff;
  padding: 0 15px;
  background-color: var(--active-color);
}
.h_contents .h_products .h_L .h_links {
  margin-bottom: 25px;
}
.h_contents .h_products .h_L .h_links .h_list {
  padding: 5px 10px;
  border: 1px solid #f0f0f0;
  border-top: none;
}
.h_contents .h_products .h_L .h_links .h_list a {
  line-height: 40px;
  display: block;
  padding: 0 10px;
  color: #666666;
  font-size: 14px;
  border-bottom: 1px dashed #e5e5e5;
}
.h_contents .h_products .h_L .h_links .h_list a:last-child {
  border: none;
}
.h_contents .h_products .h_L .h_links .h_list a:hover {
  color: var(--active-color);
}
.h_contents .h_products .h_L .h_links .h_list a.h_active {
  color: var(--active-color);
}
.h_contents .h_products .h_L .h_hotPro .h_list {
  border: 1px solid #f0f0f0;
  border-top: none;
  padding: 0 15px;
}
.h_contents .h_products .h_L .h_hotPro .h_list .h_box {
  margin: 20px 0;
  display: flex;
  align-items: center;
}
.h_contents .h_products .h_L .h_hotPro .h_list .h_box .h_img {
  width: 74px;
  position: relative;
}
.h_contents .h_products .h_L .h_hotPro .h_list .h_box .h_img .h_tag {
  position: absolute;
  top: 0;
  left: 0;
  background: #f13a3a;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding: 0 5px;
}
.h_contents .h_products .h_L .h_hotPro .h_list .h_box .h_img img {
  width: 100%;
}
.h_contents .h_products .h_L .h_hotPro .h_list .h_box .h_text {
  margin-left: 6px;
  width: calc(100% - 80px);
}
.h_contents .h_products .h_L .h_hotPro .h_list .h_box .h_text .h_name {
  position: relative;
  color: #666666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h_contents .h_products .h_L .h_hotPro .h_list .h_box .h_text .h_name .h_lq {
  position: absolute;
  left: 0;
  margin: 0;
}
.h_contents .h_products .h_L .h_hotPro .h_list .h_box .h_text .h_name span {
  margin-left: 44px;
}
.h_contents .h_products .h_L .h_hotPro .h_list .h_box .h_text .h_price {
  margin-top: 10px;
  color: var(--active-color);
  font-weight: 700;
  font-family: Arial;
  font-size: 14px;
}
.h_contents .h_products .h_R {
  width: calc(100% - 280px);
}
.h_contents .h_products .h_R .h_Title {
  padding: 0 15px;
  box-shadow: inset 0 -2px var(--active-color);
  line-height: 45px;
  font-size: 18px;
  font-weight: bold;
  color: #3f3f3f;
}
.h_contents .h_products .h_R .h_screenBox {
  margin: 5px 0;
}
.h_contents .h_products .h_R .h_screenBox .h_search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding-left: 20px;
  row-gap: 6px;
}
.h_contents .h_products .h_R .h_screenBox .h_search .h_left {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
  row-gap: 8px;
  white-space: nowrap;
}
.h_contents .h_products .h_R .h_screenBox .h_search .h_left p {
  width: 70px;
}
.h_contents .h_products .h_R .h_screenBox .h_search .h_left .h_condition {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.h_contents .h_products .h_R .h_screenBox .h_search .h_left .h_condition span {
  border: 1px solid #ccc;
  padding: 5px 8px;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 7px;
}
.h_contents .h_products .h_R .h_screenBox .h_search .h_left .h_condition span i {
  line-height: 14px;
  cursor: pointer;
  background-color: #d6d6d6;
  color: #fff;
  border-radius: 50%;
}
.h_contents .h_products .h_R .h_screenBox .h_search .h_left .h_condition span i:hover {
  background-color: var(--active-color);
}
.h_contents .h_products .h_R .h_screenBox .h_search form {
  border: 1px solid #d6d6d6;
  display: inline-block;
  padding: 0 8px;
  display: flex;
  align-items: center;
}
.h_contents .h_products .h_R .h_screenBox .h_search form input {
  width: 220px;
  height: 30px;
  font-size: 12px;
}
.h_contents .h_products .h_R .h_screenBox .h_search form button {
  margin-left: 8px;
  background-color: #fff;
}
.h_contents .h_products .h_R .h_screenBox .h_search form button i {
  font-size: 18px;
  color: #898989;
}
.h_contents .h_products .h_R .h_screenBox .h_choose {
  margin-top: 12px;
}
.h_contents .h_products .h_R .h_screenBox .h_choose .h_t {
  font-size: 14px;
  color: #666;
  line-height: 44px;
  padding-left: 20px;
  background-color: #f5f5f5;
  display: flex;
}
.h_contents .h_products .h_R .h_screenBox .h_choose .h_t p {
  width: 70px;
}
.h_contents .h_products .h_R .h_screenBox .h_choose .h_t .h_condition {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.h_contents .h_products .h_R .h_screenBox .h_choose .h_t .h_condition span {
  border: 1px solid #ccc;
  padding: 5px 8px;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 7px;
  line-height: normal;
  background-color: #fff;
}
.h_contents .h_products .h_R .h_screenBox .h_choose .h_t .h_condition span i {
  line-height: 14px;
  cursor: pointer;
  background-color: #d6d6d6;
  color: #fff;
  border-radius: 50%;
}
.h_contents .h_products .h_R .h_screenBox .h_choose .h_t .h_condition span i:hover {
  background-color: var(--active-color);
}
.h_contents .h_products .h_R .h_screenBox .h_choose .h_b {
  font-size: 14px;
  color: #666;
  display: flex;
  padding: 12px 0 0 20px;
}
.h_contents .h_products .h_R .h_screenBox .h_choose .h_b p {
  width: 70px;
}
.h_contents .h_products .h_R .h_screenBox .h_choose .h_b .h_prices {
  width: calc(100% - 70px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 30px;
  row-gap: 10px;
  scrollbar-arrow-color: transparent;
  scrollbar-face-color: transparent;
  scrollbar-3dlight-color: transparent;
  scrollbar-highlight-color: transparent;
  scrollbar-shadow-color: transparent;
  scrollbar-darkshadow-color: transparent;
  scrollbar-track-color: transparent;
  scrollbar-base-color: transparent;

  &::-webkit-scrollbar {
      width: 0;
      display: none;
  }

  &::-webkit-scrollbar-track {
      background: transparent;
      display: none;
  }

  &::-webkit-scrollbar-thumb {
      background: transparent;
      display: none;
  }

  &::-webkit-scrollbar-corner {
      background: transparent;
      display: none;
  }
  scrollbar-width: 0;
  scrollbar-color:transparent;
}
.h_contents .h_products .h_R .h_screenBox .h_choose .h_b .h_prices span {
  white-space: nowrap;
  cursor: pointer;
}
.h_contents .h_products .h_R .h_screenBox .h_choose .h_b .h_prices span:hover {
  color: var(--active-color);
}
.h_contents .h_products .h_R .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_contents .h_products .h_R .h_screenBox .h_screen .h_left {
  display: flex;
  align-items: center;
}
.h_contents .h_products .h_R .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_contents .h_products .h_R .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_contents .h_products .h_R .h_screenBox .h_screen .h_left .h_box.desc i {
  transform: rotateX(180deg);
}
/* .h_contents .h_products .h_R .h_screenBox .h_screen .h_left .h_box.desc:hover i {
  color: var(--active-color);
  transform: rotateX(0deg);
} */
.h_contents .h_products .h_R .h_screenBox .h_screen .h_left .h_box.h_active {
  background-color: #fff;
}
.h_contents .h_products .h_R .h_screenBox .h_screen .h_left .h_box.h_active i {
  visibility: visible;
}
/* .h_contents .h_products .h_R .h_screenBox .h_screen .h_left .h_box:hover i {
  color: var(--active-color);
  transform: rotateX(180deg);
} */
.h_contents .h_products .h_R .h_screenBox .h_screen .h_left .h_form {
  display: flex;
  align-items: center;
  column-gap: 5px;
  padding: 4px 12px;
}
.h_contents .h_products .h_R .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_contents .h_products .h_R .h_screenBox .h_screen .h_left .h_form input:focus {
  border: none;
}
.h_contents .h_products .h_R .h_screenBox .h_screen .h_left .h_form span {
  text-align: center;
}
.h_contents .h_products .h_R .h_screenBox .h_screen .h_left .h_form button {
  display: none;
  color: #fff;
  width: 60px;
  height: 26px;
  margin-left: 12px;
  border-radius: 2px;
  cursor: pointer;
  background-color: var(--active-color);
}
.h_contents .h_products .h_R .h_screenBox .h_screen .h_left .h_form.h_active {
  background-color: #fff;
}
.h_contents .h_products .h_R .h_screenBox .h_screen .h_left .h_form.h_active button {
  display: block;
}
.h_contents .h_products .h_R .h_screenBox .h_screen .h_right {
  display: flex;
  align-items: center;
  column-gap: 13px;
  padding: 0 10px;
}
.h_contents .h_products .h_R .h_screenBox .h_screen .h_right p {
  color: #777;
}
.h_contents .h_products .h_R .h_screenBox .h_screen .h_right p #currPage {
  color: var(--active-color);
}
.h_contents .h_products .h_R .h_screenBox .h_screen .h_right i {
  font-size: 12px;
  cursor: pointer;
}
.h_contents .h_products .h_R .h_screenBox .h_screen .h_right i.disabled {
  cursor: none;
  color: #cccccc;
}
.h_contents .h_products .h_R .h_proList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.h_contents .h_products .h_R .h_proList .h_box {
  margin: 20px;
  width: calc(25% - 40px);
}
.h_contents .h_products .h_R .h_proList .h_box .h_img {
  position: relative;
}
.h_contents .h_products .h_R .h_proList .h_box .h_img img {
  width: 100%;
}
.h_contents .h_products .h_R .h_proList .h_box .h_img .h_tag {
  position: absolute;
  top: 0;
  left: 0;
  background: #f13a3a;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding: 0 5px;
}
.h_contents .h_products .h_R .h_proList .h_box .h_text {
  margin-top: 10px;
}
.h_contents .h_products .h_R .h_proList .h_box .h_text .h_name {
  font-size: 14px;
  color: #666;
  height: 43px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h_contents .h_products .h_R .h_proList .h_box .h_text .h_b {
  margin-top: 2px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.h_contents .h_products .h_R .h_proList .h_box .h_text .h_b .h_price {
  font-size: 12px;
  color: var(--active-color);
}
.h_contents .h_products .h_R .h_proList .h_box .h_text .h_b .h_price span {
  font-size: 18px;
}
.h_contents .h_products .h_R .h_proList .h_box .h_text .h_b button {
  color: white;
  height: 33px;
  width: 72px ;
  font-size: 14px;
  background-color: var(--active-color);
  border-radius: 5px;
}
.h_contents .h_products .h_R .h_proList.h_proList2 {
  padding: 20px 0;
  column-gap: 20px;
  row-gap: 20px;
}
.h_contents .h_products .h_R .h_proList.h_proList2 .h_box {
  margin: 0;
  border: 1px #eeeeee solid;
  padding: 20px;
  width: calc(25% - 60/4*1px);
}
.h_contents .h_products .h_R .h_proList.h_proList2 .h_box:hover {
  border-color: var(--active-color);
}
.h_contents .h_products .h_R .h_content {
  padding: 5px;
}
.h_contents .h_products .h_R .h_content img,
.h_contents .h_products .h_R .h_content video,
.h_contents .h_products .h_R .h_content table {
  max-width: 100%;
}
.h_contents .h_products .h_R.h_details .h_Title {
  padding: 0;
  box-shadow: inset 0 -1px var(--active-color);
}
.h_contents .h_products .h_R.h_details .h_Title span {
  background-color: var(--active-color);
  color: #fff;
  line-height: 45px;
  display: inline-block;
  padding: 0 15px;
  font-weight: normal;
  font-size: 16px;
}
.h_contents .h_products .h_R.h_details .h_dBox {
  margin-top: 30px;
  display: flex;
  column-gap: 30px;
  align-items: flex-start;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_left {
  width: 400px;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_left .h_img {
  border: 1px solid #eee;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_left .h_img img {
  width: 100%;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_left .h_btns {
  margin-top: 20px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666666;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_left .h_btns .h_sc {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_left .h_btns .h_sc i {
  font-size: 16px;
  margin-right: 6px;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_left .h_btns .h_sc:hover {
  color: var(--active-color);
}
.h_contents .h_products .h_R.h_details .h_dBox .h_left .h_btns .h_sc.h_active {
  color: var(--active-color);
}
.h_contents .h_products .h_R.h_details .h_dBox .h_left .h_contact{
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  text-align: center;
  margin-top: 10px;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_left .h_contact .h_box .h_bg{
  margin-bottom: 10px;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_left .h_contact .h_box .h_bg img.h_icon{
  height: 80px;
  margin-bottom: 3px;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_left .h_contact .h_box .h_bg img{
  height: 100px;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right {
  width: calc(100% - 430px);
  color: #666;
  font-size: 14px;
  line-height: 2;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right > div {
  display: flex;
  align-items: baseline;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_p1 {
  width: 75px;
  text-align: right;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_name {
  font-size: 20px;
  color: #585858;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_time {
  margin-top: 18px;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_time i {
  color: var(--active-color);
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_time span {
  margin-left: 12px;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_price {
  margin-top: 16px;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_price .h_r {
  font-weight: 700;
  font-family: Arial;
  font-size: 26px;
  color: var(--active-color);
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_price .h_r span {
  font-size: 36px;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_price.h_del .h_r {
  font-size: 14px;
  color: #666;
  text-decoration: line-through;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_price.h_del .h_r span {
  font-size: 14px;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_price2 .h_r {
  display: flex;
  align-items: center;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_price2 .h_r .h_y {
  line-height: normal;
  font-size: 26px;
  font-weight: 700;
  font-family: Arial;
  color: var(--active-color);
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_price2 .h_r .h_y span {
  font-size: 40px;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_price2 .h_r .h_tag {
  position: relative;
  font-size: 12px;
  background-color: var(--active-color);
  padding: 0px 4px;
  line-height: 20px;
  color: #fff;
  margin-left: 10px;
  margin-top: 12px;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_price2 .h_r .h_tag::before {
  content: '';
  position: absolute;
  border-bottom: 5px solid #f13a3a;
  border-left: 5px solid transparent;
  left: -5px;
  bottom: 0;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_coupon {
  align-items: flex-start;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_coupon .h_r p {
  line-height: 28px;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_coupon .h_r p .h_more {
  text-decoration: underline;
  color: var(--active-color);
  margin-left: 12px;
  cursor: pointer;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_count {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 20px 0;
  padding: 16px 0;
  column-gap: 32px;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_count .h_box {
  display: flex;
  align-items: center;
  border-left: 1px solid #eee;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_count .h_box:first-child {
  border: none;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_quota {
  margin-bottom: 4px;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_quota.h_hide {
  display: none;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_specs .h_r {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 4px;
  width:calc(100% - 75px);
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_specs .h_r span {
  padding: 0 16px;
  font-size: 13px;
  border-radius: 30px;
  line-height: 27px;
  min-width: 70px;
  text-align: center;
  box-shadow: inset 0 0 0 1px #e0e0e0;
  cursor: pointer;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_specs .h_r span:hover {
  box-shadow: inset 0 0 0 1px var(--active-color);
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_specs .h_r span.h_active {
  box-shadow: inset 0 0 0 2px var(--active-color);
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_number {
  margin-top: 12px;
  align-items: center;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_number .h_r {
  margin-left: 4px;
  display: flex;
  align-items: center;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_number .h_r .h_btn {
  width: 22px;
  height: 22px;
  position: relative;
  box-shadow: inset 0 0 0 1px #ccc;
  cursor: pointer;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_number .h_r .h_btn::before {
  content: '';
  width: 10px;
  height: 2px;
  background-color: #ccc;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_number .h_r .h_btn.h_add::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 10px;
  background-color: #ccc;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_number .h_r input {
  width: 55px;
  text-align: center;
  height: 25px;
  padding: 0 3px;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_number .h_r .h_stock {
  margin-left: 14px;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
  row-gap: 10px;
  margin-top: 32px;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_btns .h_btn {
  cursor: pointer;
  font-size: 16px;
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px var(--active-color);
  width: 160px;
  height: 42px;
  background-color: #fff;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_btns .h_btn#buyNow {
  background-color: var(--active-color);
  color: #fff;
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_btns .h_btn#addCart {
  color: var(--active-color);
}
.h_contents .h_products .h_R.h_details .h_dBox .h_right .h_btns .h_btn#addCart i {
  margin-right: 8px;
  font-size: 18px;
}
.h_contents .h_products .h_R.h_details .h_btom {
  margin-top: 40px;
}
.h_contents .h_products .h_R.h_details .h_btom .h_tabs {
  display: flex;
  border: 1px solid #eaeaea;
  line-height: 46px;
}
.h_contents .h_products .h_R.h_details .h_btom .h_tabs .h_box {
  cursor: pointer;
  width: 160px;
  font-size: 14px;
  color: #666;
  text-align: center;
  border-right: 1px solid #eaeaea;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.h_contents .h_products .h_R.h_details .h_btom .h_tabs .h_box.h_active {
  border-top-color: var(--active-color);
}
.h_contents .h_products .h_R.h_details .h_btom .h_tabItem {
  margin-top: 30px;
}
.h_contents .h_products .h_R.h_details .h_btom .h_tabItem .h_box {
  display: none;
  font-size: 14px;
}
.h_contents .h_products .h_R.h_details .h_btom .h_tabItem .h_box video,
.h_contents .h_products .h_R.h_details .h_btom .h_tabItem .h_box img{
    max-width: 100%;
    height: auto !important;
}
.h_contents .h_products .h_R.h_details .h_btom .h_tabItem .h_box:first-child {
  display: block;
}
.h_contents .h_products .h_R.h_details .h_btom .h_tabItem .h_box .h_login {
  text-align: center;
  color: var(--active-color);
}
.h_contents .h_products .h_R.h_details .h_btom .h_tabItem .h_box .h_login a {
  color: #666;
  text-decoration: underline;
}
.h_contents .h_products .h_R.h_details .h_btom .h_tabItem .h_box .h_plList .h_item {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: flex-start;
  column-gap: 26px;
  border-bottom: 1px solid #eaeaea;
  padding: 20px 0;
}
.h_contents .h_products .h_R.h_details .h_btom .h_tabItem .h_box .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_contents .h_products .h_R.h_details .h_btom .h_tabItem .h_box .h_plList .h_item .h_l .h_avatar img {
  width: 32px;
}
.h_contents .h_products .h_R.h_details .h_btom .h_tabItem .h_box .h_plList .h_item .h_l .h_name {
  text-align: center;
}
.h_contents .h_products .h_R.h_details .h_btom .h_tabItem .h_box .h_plList .h_item .h_r {
  width: calc(100% - 86px);
}
.h_contents .h_products .h_R.h_details .h_btom .h_tabItem .h_box .h_plList .h_item .h_r .h_score {
  color: var(--active-color);
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.h_contents .h_products .h_R.h_details .h_btom .h_tabItem .h_box .h_plList .h_item .h_r .h_score .h_stars {
  column-gap: 6px;
  display: flex;
  align-items: center;
}
.h_contents .h_products .h_R.h_details .h_btom .h_tabItem .h_box .h_plList .h_item .h_r .h_text {
  line-height: 1.6;
  margin-top: 8px;
}
.h_contents .h_products .h_R.h_details .h_btom .h_tabItem .h_box .h_plList .h_item .h_r .h_imgs {
  margin-top: 8px;
  display: flex;
  column-gap: 8px;
  row-gap: 8px;
}
.h_contents .h_products .h_R.h_details .h_btom .h_tabItem .h_box .h_plList .h_item .h_r .h_imgs .h_img {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.h_contents .h_products .h_R.h_details .h_btom .h_tabItem .h_box .h_plList .h_item .h_r .h_imgs .h_img img {
  min-width: 100%;
  min-height: 100%;
}
.h_contents .h_products .h_R.h_details .h_btom .h_tabItem .h_box .h_plList .h_item .h_r .h_time {
  margin-top: 8px;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.h_contents .h_products .h_R.h_details .h_btom .h_tabItem .h_box.h_table {
  color: #555;
  text-align: center;
}
.h_contents .h_products .h_R.h_details .h_btom .h_tabItem .h_box.h_table .h_th,
.h_contents .h_products .h_R.h_details .h_btom .h_tabItem .h_box.h_table .h_tr {
  display: flex;
  align-items: center;
  line-height: 43px;
}
.h_contents .h_products .h_R.h_details .h_btom .h_tabItem .h_box.h_table .h_th span,
.h_contents .h_products .h_R.h_details .h_btom .h_tabItem .h_box.h_table .h_tr span {
  width: 20%;
}
.h_contents .h_products .h_R.h_details .h_btom .h_tabItem .h_box.h_table .h_th span:nth-child(2),
.h_contents .h_products .h_R.h_details .h_btom .h_tabItem .h_box.h_table .h_tr span:nth-child(2) {
  width: 45%;
}
.h_contents .h_products .h_R.h_details .h_btom .h_tabItem .h_box.h_table .h_th span:nth-child(3),
.h_contents .h_products .h_R.h_details .h_btom .h_tabItem .h_box.h_table .h_tr span:nth-child(3) {
  width: 15%;
}
.h_contents .h_products .h_R.h_details .h_btom .h_tabItem .h_box.h_table .h_th {
  background: #f3f3f3;
}
.h_contents .h_products .h_R.h_details .h_btom .h_tabItem .h_box.h_table .h_tr:nth-child(2n+1) {
  background-color: #f9f9f9;
}
.h_couponPopup {
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  z-index: 20;
  width: 365px;
  transition: transform 0.3s ease;
}
.h_couponPopup.h_show {
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.h_couponPopup .h_title {
  padding: 0 32px;
  line-height: 60px;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e3e2e8;
}
.h_couponPopup .h_title i {
  color: #7f7f7f;
  font-size: 20px;
  cursor: pointer;
}
.h_couponPopup .h_cBox {
  padding: 20px 0;
}
.h_couponPopup .h_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  height: 400px;
  overflow-y: auto;
}
.h_couponPopup .h_list::-webkit-scrollbar {
  display: none;
}
.h_couponPopup .h_list .h_box {
  width: 252px;
  min-height: 116px;
  background-color: #f56b6b;
  border-radius: 5px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.h_couponPopup .h_list .h_box .h_L {
  width: calc(100% - 45px);
  padding: 0 14px 0 9px;
}
.h_couponPopup .h_list .h_box .h_L .h_price {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.h_couponPopup .h_list .h_box .h_L .h_price .h_l {
  display: flex;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 36px;
}
.h_couponPopup .h_list .h_box .h_L .h_price .h_l .h_icon {
  font-size: 16px;
  line-height: normal;
}
.h_couponPopup .h_list .h_box .h_L .h_price .h_r {
  font-size: 13px;
  color: #fff;
}
.h_couponPopup .h_list .h_box .h_L .h_time {
  font-size: 12px;
  color: #fff;
  opacity: 0.6;
  text-align: right;
  margin-top: 2px;
}
.h_couponPopup .h_list .h_box .h_L .h_desc {
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.1);
  margin-top: 3px;
  font-size: 13px;
  color: #fff;
  opacity: 0.8;
  padding: 0 7px;
}
.h_couponPopup .h_list .h_box .h_R {
  width: 45px;
  height: 84px;
  text-align: center;
  padding-top: 8px;
  float: right;
  border-left: 1px dotted hsla(0, 0%, 100%, 0.5);
}
.h_couponPopup .h_list .h_box .h_R span {
  display: inline-block;
  width: 22px;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .h_contents .h_products .h_L {
    display: none;
  }
  .h_contents .h_products .h_R {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .h_contents .h_products .h_R .h_proList .h_box {
    width: calc(50% - 40px);
  }
  .h_contents .h_products .h_R.h_details .h_dBox {
    flex-wrap: wrap;
  }
  .h_contents .h_products .h_R.h_details .h_dBox .h_left {
    max-width: 100%;
  }
  .h_contents .h_products .h_R.h_details .h_dBox .h_right {
    width: 100%;
    margin-top: 20px;
  }
  .h_contents .h_products .h_R .h_proList.h_proList2 .h_box {
    width: calc(50% - 20 / 2*1px);
  }
}
@media screen and (max-width: 480px) {
  .h_contents2{
    padding: 2px 0;
  }
  
  .h_contents .h_products .h_R .h_screenBox .h_screen .h_left .h_form,
  .h_contents .h_products .h_R .h_screenBox .h_screen .h_right {
    display: none;
  }
  .h_contents .h_products .h_R .h_screenBox .h_choose .h_b .h_prices {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .h_contents .h_products .h_R .h_proList.h_proList2 .h_box {
    width: calc(50% - 5px);
  }
  .h_contents .h_products .h_R .h_proList.h_proList2 {
    column-gap: 10px;
    row-gap: 10px;
  }
  .h_contents .h_products .h_R .h_proList.h_proList2 .h_box {
    padding: 10px;
  }
  .h_contents .h_products .h_R .h_proList{
    column-gap: 15px;
    row-gap: 15px;
    margin-top: 15px;
  }
  .h_contents .h_products .h_R .h_proList .h_box {
    width: calc(50% - 7.5px);
    border: 1px #eeeeee solid;
    padding: 15px;
    margin: 0;
  }
  .h_contents .h_products .h_R .h_proList .h_box .h_text .h_b button {display: none;}
  .h_contents .h_products .h_R .h_screenBox .h_search{padding-left: 0;}
  .h_contents .h_products .h_R .h_screenBox .h_search form{
    width: 100%;
  }
  .h_contents .h_products .h_R .h_screenBox .h_search form input{
    width: calc(100% - 26px);
    height: 38px;
    padding-left: 4px;
    font-size: 14px;
  }
  .h_contents .h_products .h_R .h_Title{padding: 0;}
  .h_contents .h_products .h_R .h_screenBox .h_choose .h_t{line-height: 42px;padding-left: 14px;}
  .h_contents .h_products .h_R .h_screenBox .h_choose .h_b{padding: 10px 0 0 14px;}
  .h_contents .h_products .h_R .h_screenBox .h_screen{margin-top: 10px;}
  .h_contents .h_products .h_R .h_screenBox .h_screen .h_left .h_box{padding: 0 12px 0 14px;line-height: 38px;}

  #h_page .layui-laypage{margin-top: 15px;}
  .h_contents .h_products .h_R.h_details .h_dBox .h_left .h_btns{margin-top: 17px;}
  .h_contents .h_products .h_R.h_details .h_dBox .h_right,
  .h_contents .h_products .h_R.h_details .h_dBox .h_right .h_price{margin-top: 10px;}
  .h_contents .h_products .h_R.h_details .h_dBox .h_right .h_price .h_r{line-height: 1;}
  .h_contents .h_products .h_R.h_details .h_dBox .h_right .h_name{overflow: hidden;font-size: 16px;line-height: 1.6;}
  .h_contents .h_products .h_R.h_details .h_dBox .h_right .h_price .h_r span {font-size: 20px;}
  .h_contents .h_products .h_R.h_details .h_dBox .h_right .h_price .h_r{font-size: 14px;font-weight: 500;}
  .h_contents .h_products .h_R.h_details .h_dBox .h_right .h_count{margin: 10px 0;}
  .h_contents .h_products .h_R.h_details .h_dBox .h_right .h_count{border: none;padding: 0;}
  .h_contents .h_products .h_R.h_details .h_dBox{margin-top: 0;}
  .h_contents .h_products .h_R.h_details .h_Title{display: none;}
  .h_contents .h_products .h_R.h_details .h_btom .h_tabItem{margin-top: 10px;}
  .h_contents .h_products .h_R.h_details .h_dBox .h_right .h_btns{justify-content: center;}
  .h_contents .h_products .h_R.h_details .h_btom .h_tabs .h_box.h_active{border: none;background-color: var(--active-color);color: #fff;}
  .h_contents .h_products .h_R.h_details .h_btom .h_tabs{border: none;border-bottom: 1px solid #eaeaea;}
}
