.h_AllList {
  padding: 60px 0;
}
.h_AllList .h_list {
  column-count: 4;
  column-gap: 20px;
}
.h_AllList .h_list .h_item {
  break-inside: avoid;
  padding: 30px;
  background: #F9F9F9;
  margin-bottom: 20px;
}
.h_AllList .h_list .h_item .h_title {
  display: block;
  font-family: Medium;
  font-size: 20px;
  padding-bottom: 15px;
  color: var(--active-color);
  border-bottom: 1px solid #D8D8D8;
}
.h_AllList .h_list .h_item .h_subList {
  margin-top: 4px;
}
.h_AllList .h_list .h_item .h_subList a {
  font-family: Normal;
  font-size: 15px;
  color: #555555;
  margin-top: 16px;
  padding-left: 16px;
  position: relative;
}
.h_AllList .h_list .h_item .h_subList a::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #CDCDCD;
  left: 0;
  border-radius: 50%;
  top: 7px;
}
.h_AllList .h_list .h_item .h_subList a:hover {
  color: var(--active-color);
}
.h_AllList .h_list .h_item .h_subList a:hover::before {
  background-color: var(--active-color);
}
.h_proList {
  padding: 50px 0;
}
.h_proList .h_tabs {
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}
.h_proList .h_tabs::after {
  position: absolute;
  content: attr(data-en);
  font-family: Bold;
  font-size: 38px;
  color: #F5F6F8;
  text-transform: uppercase;
  right: 0;
}
.h_proList .h_tabs .mySwiper {
  margin: 0;
  position: relative;
  z-index: 2;
  width: calc(100% - 64px);
  margin-bottom: -2px;
}
.h_proList .h_tabs .mySwiper .swiper-slide {
  width: auto;
  padding: 0 24px;
  font-family: Normal;
  font-size: 15px;
  color: #757575;
  line-height: 2;
  border-radius: 51px 51px 51px 51px;
  cursor: pointer;
  border: 1px solid #006FC600;
}
.h_proList .h_tabs .mySwiper .swiper-slide.h_active {
  color: var(--active-color);
  font-family: Normal;
  font-size: 15px;
  border-color: var(--active-color);
}
.h_proList .h_tabs .h_btns {
  padding: 0 16px;
  width: 64px;
  display: flex;
  align-items: center;
}
.h_proList .h_tabs .h_btns .h_btn {
  border-top: 6px solid #00000000;
  border-bottom: 6px solid #00000000;
  cursor: pointer;
}
.h_proList .h_tabs .h_btns .h_prev {
  border-right: 10px solid #757575;
}
.h_proList .h_tabs .h_btns .h_next {
  border-left: 10px solid #757575;
  margin-left: 12px;
}
.h_proList .h_tabs .h_menu {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background: #E6E6E6;
  padding-left: 16px;
  cursor: pointer;
}
.h_proList .h_tabs .h_menu p {
  font-family: Normal;
  font-size: 15px;
  width: calc(100% - 40px);
  line-height: 40px;
}
.h_proList .h_tabs .h_menu i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.h_proList .h_tabs .h_ls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 2px;
}
.h_proList .h_tabs .h_ls .h_tab {
  width: auto;
  padding: 0 16px;
  font-family: Normal;
  font-size: 15px;
  color: #757575;
  line-height: 2;
  border-radius: 51px 51px 51px 51px;
  cursor: pointer;
  border: 1px solid #006FC600;
}
.h_proList .h_tabs .h_ls .h_tab:hover {
  color: var(--active-color);
}
.h_proList .h_tabs .h_ls .h_tab.h_active {
  color: var(--active-color);
  font-family: Normal;
  font-size: 15px;
  border-color: var(--active-color);
}
.h_proList .h_list {
  margin-top: 30px;
}
.h_proList .h_list .h_box {
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #E6E6E6;
  overflow: hidden;
}
.h_proList .h_list .h_box .h_img {
  position: relative;
}
.h_proList .h_list .h_box .h_img .h_posImg2 {
  padding-top: 114.7826%;
}
.h_proList .h_list .h_box .h_img > img {
  position: absolute;
  opacity: 0;
  width: 159px;
  top: 50%;
  left: 50%;
  visibility: hidden;
  transform: translate(-50%, -10%);
  transition: transform 0.3s, opacity 0.3s;
  z-index: 3;
}
.h_proList .h_list .h_box .h_img::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #1A1A1A;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  transition: opacity 0.5s;
}
.h_proList .h_list .h_box .h_text {
  text-align: center;
  line-height: 54px;
  transition: background 0.5s;
  font-family: Normal;
  font-size: 16px;
  color: #222222;
}
.h_proList .h_list .h_box:hover .h_img img {
  transform: scale(1.05);
}
.h_proList .h_list .h_box:hover .h_text {
  background-color: var(--active-color);
  color: #fff;
}
.h_proList .h_appList {
  margin-top: 50px;
}
.h_proList .h_appList .h_item {
  border-radius: 8px;
  overflow: hidden;
}
.h_proList .h_appList .h_item .h_img {
  overflow: hidden;
}
.h_proList .h_appList .h_item .h_img .h_posImg {
  padding-top: 60.869565%;
}
.h_proList .h_appList .h_item .h_text {
  height: 60px;
  line-height: 60px;
  background: #F9F9F9;
  text-align: center;
  font-family: Normal;
  font-size: 19px;
  color: #3D3D3D;
}
.h_proList .h_appList .h_item:hover .h_img img {
  transform: scale(1.05);
}
.h_proList .h_appList .h_item:hover .h_text {
  background-color: var(--active-color);
  color: #fff;
}
.h_proDetails {
  padding: 50px 0 70px;
  user-select: unset !important;
}
.h_proDetails .h_paramBox .h_img {
  background: #F9F9F9;
  width: 37.5%;
}
.h_proDetails .h_paramBox .h_img .h_posImg2 {
  padding-top: 100%;
}
.h_proDetails .h_paramBox .h_text {
  width: 59%;
  padding-right: 104px;
}
.h_proDetails .h_paramBox .h_text .h_t .h_name {
  width: calc(100% - 130px);
  font-family: Demibold;
  font-size: 28px;
  color: var(--active-color);
}
.h_proDetails .h_paramBox .h_text .h_t a {
  width: 124px;
  height: 37px;
  line-height: 38px;
  text-align: center;
  background: #FFBF00;
  border-radius: 4px 4px 4px 4px;
  font-family: Normal;
  font-size: 16px;
  color: #FFFFFF;
}
.h_proDetails .h_paramBox .h_text .h_t a:hover {
  background-color: var(--active-color);
}
.h_proDetails .h_paramBox .h_text .h_sub {
  margin-top: 20px;
  font-family: Regular;
  font-size: 18px;
  color: #3D3D3D;
}
.h_proDetails .h_paramBox .h_text .h_hr {
  margin: 26px 0;
  width: 100%;
  height: 1px;
  background: #000000;
  border-radius: 0px 0px 0px 0px;
  opacity: 0.1;
}
.h_proDetails .h_paramBox .h_text .h_desc {
  font-family: Normal;
  font-size: 16px;
  color: #777777;
  line-height: 1.75;
  text-align: justify;
}
.h_proDetails .h_paramBox .h_text .h_params {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 23px;
}
.h_proDetails .h_paramBox .h_text .h_params .h_param {
  width: 49%;
  font-family: Normal;
  font-size: 16px;
  color: #777777;
  padding-left: 36px;
  position: relative;
}
.h_proDetails .h_paramBox .h_text .h_params .h_param::before {
  position: absolute;
  content: '';
  left: 0;
  top: -2px;
  width: 24px;
  height: 24px;
  background-image: url(../images/static/icon_gou.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.h_proDetails .h_tabBox {
  position: sticky;
  z-index: 999;
  margin-top: 50px;
  height: 110px;
  top: 0;
  display: flex;
  align-items: center;
  background: #FFFFFF;
}
.h_proDetails .h_tabBox .h_tabs {
  display: flex;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.1), inset 0 -1px rgba(0, 0, 0, 0.1);
}
.h_proDetails .h_tabBox .h_tabs a {
  flex: 1;
  line-height: 57px;
  text-align: center;
  position: relative;
  font-family: Normal;
  font-size: 18px;
  color: #777777;
}
.h_proDetails .h_tabBox .h_tabs a.h_active {
  background-color: var(--active-color);
  color: #fff;
}
.h_proDetails .h_tabBox .h_tabs a::after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 21px;
  background: #000000;
  border-radius: 0px 0px 0px 0px;
  opacity: 0.1;
}
.h_proDetails .h_tabBox .h_tabs a:last-child::after {
  display: none;
}
.h_proDetails .h_tabTitle {
  padding: 70px 0 20px;
  margin-bottom: 48px;
  font-family: Demibold;
  font-size: 24px;
  color: #3D3D3D;
  text-align: center;
  position: relative;
}
.h_proDetails .h_tabTitle::after {
  content: '';
  width: 60px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  background: #FFBF00;
}
.h_proDetails #advantage .h_list .h_item {
  padding: 95px 0;
}
.h_proDetails #advantage .h_list .h_item .h_text {
  width: 42.5%;
}
.h_proDetails #advantage .h_list .h_item .h_text .h_sub {
  font-family: Medium;
  font-size: 24px;
  color: #3D3D3D;
}
.h_proDetails #advantage .h_list .h_item .h_text .h_desc {
  margin-top: 28px;
  font-family: Normal;
  font-size: 16px;
  color: #777777;
  line-height: 1.75;
  text-align: justify;
}
.h_proDetails #advantage .h_list .h_item .h_img {
  width: 52.5%;
  border-radius: 24px;
  overflow: hidden;
}
.h_proDetails #advantage .h_list .h_item .h_img .h_posImg {
  padding-top: 57.143%;
}
.h_proDetails #advantage .h_list .h_item:first-child {
  padding-top: 0;
}
.h_proDetails #advantage .h_list .h_item:nth-child(2n) {
  background: #F8F8F8;
}
.h_proDetails #advantage .h_list .h_item:nth-child(2n) .h_box {
  flex-direction: row-reverse;
}
.h_proDetails #specParams .h_table {
  border: 2px solid #EBEBEB;
}
.h_proDetails #specParams .h_table .h_th,
.h_proDetails #specParams .h_table .h_tr {
  border-bottom: 2px solid #EBEBEB;
  display: flex;
}
.h_proDetails #specParams .h_table .h_th .h_td,
.h_proDetails #specParams .h_table .h_tr .h_td {
  padding: 13px 24px;
  width: 30%;
  font-size: 18px;
  color: #3D3D3D;
  border-right: 2px solid #EBEBEB;
}
.h_proDetails #specParams .h_table .h_th .h_td:last-child,
.h_proDetails #specParams .h_table .h_tr .h_td:last-child {
  width: 70%;
  border: none;
}
.h_proDetails #specParams .h_table .h_th:last-child,
.h_proDetails #specParams .h_table .h_tr:last-child {
  border: none;
}
.h_proDetails #specParams .h_table .h_th .h_td {
  background: #EEEEEE;
  font-family: Medium;
}
.h_proDetails #specParams .h_table .h_th .h_td:nth-child(2) {
  background-color: #F3F3F3;
}
.h_proDetails #specParams .h_table .h_tr .h_td {
  font-family: Light;
}
.h_proDetails #specParams .h_table .h_tr .h_td:first-child {
  background-color: #F9F9F9;
  font-family: Normal;
}
.h_proDetails #specParams .h_table .h_tr .h_td span {
  display: block;
  position: relative;
  padding-left: 18px;
}
.h_proDetails #specParams .h_table .h_tr .h_td span::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #6C6C6C;
  border-radius: 50%;
  left: 0;
  top: 10px;
}
.h_proDetails #application .h_appList {
  margin-top: 0;
}
.h_proDetails #download .h_list {
  align-items: flex-start;
}
.h_proDetails #download .h_list .h_item {
  border-radius: 8px 8px 8px 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 24px;
  display: flex;
  align-items: stretch;
  column-gap: 27px;
}
.h_proDetails #download .h_list .h_item .h_img {
  width: 80px;
}
.h_proDetails #download .h_list .h_item .h_text {
  width: calc(100% - 107px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.h_proDetails #download .h_list .h_item .h_text .h_name {
  font-family: Regular;
  font-size: 20px;
  color: #3D3D3D;
  line-height: 1.5;
}
.h_proDetails #download .h_list .h_item .h_text .h_down {
  font-family: Light;
  font-size: 16px;
  color: #3D3D3D;
}
.h_proDetails #download .h_list .h_item:hover {
  border-color: var(--active-color);
}
.h_proDetails #download .h_list .h_item:hover .h_text .h_name,
.h_proDetails #download .h_list .h_item:hover .h_text .h_down {
  color: var(--active-color);
}
.h_proDetails #related.h_proList {
  padding: 0;
}
.h_proDetails #recommend .swiper-slide .h_img {
  padding: 0;
  border-radius: 18px;
  overflow: hidden;
}
.h_appDetails {
  padding: 80px 0 0;
}
.h_appDetails .h_paramBox {
  padding-right: 100px;
}
.h_appDetails .h_paramBox .h_text {
  width: 42.36%;
  padding: 0;
}
.h_appDetails .h_paramBox .h_text .h_t .h_name {
  font-size: 32px;
}
.h_appDetails .h_paramBox .h_img {
  background: none;
  width: 50.7%;
  border-radius: 24px 24px 24px 24px;
  overflow: hidden;
}
.h_appDetails .h_paramBox .h_img .h_posImg {
  padding-top: 57.1429%;
}
.h_appDetails .h_appBox {
  padding: 100px 0 70px;
}
.h_appDetails .h_appBox .h_item .h_box {
  max-width: 1300px;
}
.h_appDetails .h_appBox .h_item .h_box .h_imgBox {
  width: 47.0149%;
}
.h_appDetails .h_appBox .h_item .h_box .h_imgBox > .h_posImg {
  border-radius: 24px 24px 24px 24px;
  overflow: hidden;
  padding-top: 57.143%;
}
.h_appDetails .h_appBox .h_item .h_box .h_text {
  width: 45.52%;
}
.h_appDetails .h_appBox .h_item .h_box .h_text .h_sub {
  font-family: Medium;
  font-size: 32px;
  color: #3D3D3D;
}
.h_appDetails .h_appBox .h_item .h_box .h_text .h_hr {
  height: 1px;
  background: #000000;
  border-radius: 0px 0px 0px 0px;
  opacity: 0.1;
  margin: 24px 0;
}
.h_appDetails .h_appBox .h_item .h_box .h_text .h_desc {
  font-family: Normal;
  font-size: 16px;
  color: #777777;
  line-height: 1.75;
  text-align: justify;
  max-height: 164px;
  overflow-y: auto;
}
.h_appDetails .h_appBox .h_item .h_box .h_text .h_desc a {
  color: var(--active-color);
  text-decoration: underline;
}
.h_appDetails .h_appBox .h_item .h_box .h_text .h_desc::-webkit-scrollbar {
  width: 5px;
  /* 设置滚动条宽度 */
}
.h_appDetails .h_appBox .h_item .h_box .h_text .h_desc::-webkit-scrollbar-track {
  background: #00000000;
  /* 滚动条轨道颜色 */
}
.h_appDetails .h_appBox .h_item .h_box .h_text .h_desc::-webkit-scrollbar-thumb {
  background: #E2E2E2;
  /* 滚动条手柄颜色 */
  width: 5px;
  /* 设置滚动条宽度 */
  border-radius: 35px 35px 35px 35px;
}
.h_appDetails .h_appBox .h_item .h_box .h_text .h_desc::-webkit-scrollbar-thumb:hover {
  background: #E2E2E2;
  /* 滚动条手柄在悬停时的颜色 */
}
.h_appDetails .h_appBox .h_item .h_btom {
  padding: 0 10px;
  width: 47.0149%;
}
.h_appDetails .h_appBox .h_item .h_btom .h_desc {
  font-family: Normal;
  font-size: 14px;
  color: #3D3D3D;
  margin-top: 10px;
  line-height: 1.65;
}
.h_appDetails .h_appBox .h_item .h_btom .h_desc a {
  color: var(--active-color);
  text-decoration: underline;
}
.h_appDetails .h_appBox .h_item .h_btom .h_imgs {
  column-gap: 16px;
  row-gap: 10px;
  margin-top: 20px;
}
.h_appDetails .h_appBox .h_item .h_btom .h_imgs .h_img {
  padding-bottom: 10px;
  width: 84px;
  position: relative;
  cursor: pointer;
}
.h_appDetails .h_appBox .h_item .h_btom .h_imgs .h_img .h_posImg {
  padding-top: 69.0476%;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #EAEAEA00;
  overflow: hidden;
}
.h_appDetails .h_appBox .h_item .h_btom .h_imgs .h_img::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--active-color);
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s;
  border-radius: 50px 50px 50px 50px;
}
.h_appDetails .h_appBox .h_item .h_btom .h_imgs .h_img.h_active .h_posImg {
  border-color: #EAEAEA;
}
.h_appDetails .h_appBox .h_item .h_btom .h_imgs .h_img.h_active::after {
  transform-origin: left;
  transform: scaleX(1);
}
.h_appDetails .h_appBox#introduce {
  padding-top: 70px;
}
.h_appDetails .h_appBox#painSpot {
  background: #F8F8F8;
}
.h_appDetails .h_appBox#painSpot .h_item .h_box {
  flex-direction: row-reverse;
}
.h_appDetails .h_appBox#painSpot .h_item .h_box:nth-child(2) {
  display: flex;
  justify-content: flex-start;
}
#recommend {
  background: #F8F8F8;
  padding-bottom: 50px;
}
#recommend .swiper-slide .h_img {
  padding: 20px 12%;
  background-color: #fff;
}
#recommend .swiper-slide .h_img .h_posImg2,
#recommend .swiper-slide .h_img .h_posImg {
  padding-top: 59.5238%;
}
#recommend .swiper-slide .h_desc {
  margin-top: 10px;
  padding: 0 10px;
  font-family: MiSans, MiSans;
  font-weight: 400;
  font-size: 14px;
  color: #3D3D3D;
  line-height: 26px;
  text-align: justify;
}
#recommend .h_imgs {
  column-gap: 16px;
  row-gap: 10px;
  margin-top: 25px;
}
#recommend .h_imgs .h_img {
  padding-bottom: 10px;
  width: 84px;
  position: relative;
  cursor: pointer;
}
#recommend .h_imgs .h_img .h_posImg {
  padding-top: 69.0476%;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #EAEAEA00;
  overflow: hidden;
  background-color: #fff;
}
#recommend .h_imgs .h_img::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--active-color);
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.3s;
  border-radius: 50px 50px 50px 50px;
}
#recommend .h_imgs .h_img.h_active .h_posImg {
  border-color: #EAEAEA;
}
#recommend .h_imgs .h_img.h_active::after {
  transform-origin: left;
  transform: scaleX(1);
}
#h_mask,
.h_mask {
  z-index: 1111;
  background-color: #000;
  opacity: 0.4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
}
.h_popup {
  z-index: 11114;
  position: fixed;
  top: 46%;
  left: 50%;
  width: 400px;
  max-width: calc(100% - 32px);
  transform: translate(-50%, -50%) scale(0.6);
  background-color: #fff;
  border-radius: 2px;
  visibility: hidden;
  transition: transform 0.2s ease;
  font-family: Light;
}
.h_popup.h_show {
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.h_popup .h_t {
  line-height: 42px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--active-color);
  color: #fff;
}
.h_popup .h_t .h_title {
  font-size: 15px;
}
.h_popup .h_t i {
  cursor: pointer;
}
.h_popup form {
  padding: 14px 16px;
}
.h_popup form .h_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.h_popup form .h_box p {
  font-size: 13px;
  line-height: 32px;
  width: 30px;
  text-align: right;
}
.h_popup form .h_box input {
  width: calc(100% - 42px);
  padding: 0 10px;
  height: 32px;
  font-size: 13px;
  border: 1px solid #E6E6E6;
  font-family: Light;
}
.h_popup form .h_box input:focus {
  border-color: var(--active-color);
}
.h_popup form .h_box textarea {
  padding: 8px 6px;
  width: calc(100% - 42px);
  border: 1px solid #E6E6E6;
  height: 80px;
  font-family: Light;
}
.h_popup form button {
  margin-left: 42px;
  width: 88px;
  height: 36px;
  color: #fff;
  background: var(--active-color);
  font-family: Light;
}
@media screen and (max-width: 1300px) {
  .h_proDetails .h_tabBox {
    height: 71px;
  }
}
@media screen and (max-width: 1024px) {
  .h_proList,
  .h_proDetails,
  .h_appDetails .h_appBox,
  .h_AllList {
    padding: 40px 0;
  }
  .h_appDetails #recommend {
    padding-bottom: 40px;
  }
  .h_AllList .h_list {
    column-count: 3;
  }
  .h_proList .h_list {
    margin-top: 40px;
    --rown: 3;
  }
  .h_proDetails .h_paramBox .h_text .h_sub {
    margin-top: 16px;
  }
  .h_proDetails .h_paramBox .h_text {
    padding: 0;
  }
  .h_proDetails .h_paramBox .h_text .h_params {
    margin-top: 16px;
    row-gap: 14px;
  }
  .h_proDetails .h_paramBox .h_text .h_hr {
    margin: 20px 0;
  }
  .h_proDetails .h_tabBox {
    margin-top: 20px;
  }
  .h_proDetails .h_tabBox {
    height: 66px;
  }
  .h_proDetails #advantage .h_list .h_item {
    padding: 40px 0;
  }
  .h_proDetails .h_tabTitle {
    padding: 40px 0 20px;
    margin-bottom: 30px;
  }
  .h_proDetails #advantage .h_list .h_item .h_text .h_desc {
    margin-top: 18px;
  }
  .h_proDetails #advantage .h_list .h_item .h_img {
    border-radius: 12px;
  }
  .h_proList .h_appList .h_item .h_text {
    font-size: 16px;
    height: 46px;
    line-height: 46px;
  }
  .h_proDetails #application .h_tabTitle,
  .h_proDetails #download .h_tabTitle {
    padding-top: 0;
  }
  .h_proList .h_appList {
    margin-top: 40px;
  }
  .h_appDetails .h_paramBox {
    padding: 0;
  }
  .h_appDetails .h_appBox#introduce {
    padding-top: 40px;
  }
  .h_appDetails .h_appBox .h_item .h_box .h_text .h_sub {
    font-size: 26px;
  }
  .h_appDetails .h_appBox .h_item .h_box .h_text .h_hr {
    margin: 14px 0;
  }
  .h_appDetails .h_appBox .h_item .h_btom,
  .h_appDetails .h_appBox .h_item .h_box .h_imgBox {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .h_AllList .h_list {
    column-count: 2;
  }
  .h_proList .h_list {
    --rown: 2;
  }
  .h_proDetails .h_paramBox {
    justify-content: center;
    row-gap: 30px;
  }
  .h_proDetails .h_paramBox .h_img {
    width: 100%;
    max-width: 500px;
  }
  .h_proDetails .h_tabBox .h_tabs a {
    font-size: 16px;
    line-height: 50px;
  }
  .h_proDetails .h_paramBox .h_text {
    width: 100%;
  }
  .h_proDetails #advantage .h_list .h_item .h_text .h_sub {
    font-size: 18px;
  }
  .h_proDetails #advantage .h_list .h_item .h_text .h_desc {
    margin-top: 8px;
    font-size: 15px;
  }
  .h_proDetails .h_paramBox .h_text .h_t .h_name {
    font-size: 22px;
  }
  .h_proDetails .h_tabTitle {
    padding: 30px 0 10px;
    font-size: 22px;
  }
  .h_proDetails .h_paramBox .h_text .h_t a {
    width: 100px;
    height: 29px;
    line-height: 30px;
    font-size: 14px;
  }
  .h_proDetails .h_paramBox .h_text .h_sub {
    margin-top: 8px;
  }
  .h_proDetails .h_paramBox .h_text .h_hr {
    margin: 10px 0;
  }
  .h_proDetails .h_paramBox .h_text .h_params {
    margin-top: 12px;
    row-gap: 14px;
  }
  .h_proDetails .h_tabBox {
    margin-top: 16px;
  }
  .h_proDetails #specParams .h_table .h_tr .h_td span::before {
    top: 9px;
  }
  .h_proDetails #specParams .h_table .h_tr .h_td span,
  .h_proDetails #specParams .h_table .h_th .h_td,
  .h_proDetails #specParams .h_table .h_tr .h_td {
    font-size: 16px;
  }
  .h_proList .h_appList,
  .h_proDetails #download .h_list {
    --rown: 2;
    --c-gap: 26px;
    --r-gap: 26px;
  }
  .h_proDetails #download .h_list .h_item {
    padding: 24px;
    column-gap: 20px;
  }
  .h_proDetails #download .h_list .h_item .h_text .h_name {
    font-size: 16px;
  }
  .h_proDetails #download .h_list .h_item .h_img {
    width: 68px;
  }
  .h_proDetails #download .h_list .h_item .h_text {
    width: calc(100% - 88px);
  }
  .h_proDetails #download .h_list .h_item .h_text .h_down {
    font-size: 14px;
  }
  .h_proList .h_tabs::after {
    display: none;
  }
  .h_proList .h_tabs .mySwiper {
    width: 100%;
  }
  .h_appDetails .h_appBox .h_item .h_box .h_imgBox > .h_posImg,
  .h_appDetails .h_paramBox .h_img {
    border-radius: 12px;
  }
  .h_appDetails .h_appBox .h_item .h_btom .h_imgs {
    margin-top: 10px;
    column-gap: 10px;
  }
  .h_appDetails .h_appBox .h_item .h_box .h_text .h_desc {
    max-height: 110px;
  }
  .h_appDetails .h_appBox .h_item .h_box .h_text .h_sub {
    font-size: 22px;
  }
  .h_appDetails .h_appBox .h_item .h_box .h_text .h_hr {
    margin: 10px 0;
  }
  .h_appDetails .h_appBox .h_item .h_btom {
    padding: 0;
  }
  .h_appDetails .h_appBox .h_item .h_btom .h_imgs .h_img {
    width: 64px;
    padding-bottom: 6px;
  }
  .h_proList .h_tabs .h_menu {
    display: flex;
  }
  .h_proList .h_tabs .h_toggle {
    display: none;
    padding: 10px;
    position: absolute;
    top: 40px;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 6px 6px;
  }
  .h_proList .h_tabs .h_toggle .h_ls {
    justify-content: space-between;
  }
  .h_proList .h_tabs .h_toggle .h_ls .h_tab {
    padding: 0 6px;
    width: 50%;
    line-height: 32px;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 480px) {
  .h_appDetails .h_appBox,
  .h_proDetails #advantage .h_list .h_item {
    padding: 30px 0;
  }
  .h_appDetails .h_appBox#introduce {
    padding-top: 20px;
  }
  .h_appDetails #recommend {
    padding-bottom: 20px;
  }
  .h_proList,
  .h_proDetails,
  .h_AllList {
    padding: 15px 0;
  }
  .h_AllList .h_list {
    column-gap: 15px;
  }
  .h_AllList .h_list .h_item {
    margin-bottom: 15px;
    padding: 15px;
    visibility: visible !important;
    animation-name: none !important;
  }
  .h_AllList .h_list .h_item .h_title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .h_AllList .h_list .h_item .h_subList a {
    margin-top: 10px;
    font-size: 13px;
    padding: 0;
  }
  .h_AllList .h_list .h_item .h_subList a::before {
    display: none;
  }
  .h_proList .h_tabs .mySwiper {
    width: 100%;
  }
  .h_proList .h_tabs .h_btns {
    display: none;
  }
  .h_proList .h_appList,
  .h_proList .h_list {
    --r-gap: 15px;
    --c-gap: 15px;
    margin-top: 15px;
  }
  .h_proList .h_appList .h_item .h_text,
  .h_proList .h_list .h_box .h_text {
    line-height: 38px;
    height: 38px;
    font-size: 15px;
  }
  .h_proList .h_list .h_box .h_img > img {
    width: 100px;
  }
  .h_proList .h_list .h_box .h_img .h_posImg2 {
    padding-top: 100%;
  }
  .h_proDetails .h_tabBox .h_tabs {
    width: 100%;
  }
  .h_proDetails .h_tabBox .h_tabs a {
    font-size: 14px;
    line-height: 43px;
  }
  .h_proDetails .h_paramBox {
    row-gap: 15px;
  }
  .h_proDetails .h_paramBox .h_text .h_desc {
    font-size: 15px;
  }
  .h_proDetails .h_paramBox .h_text .h_params .h_param {
    padding-left: 28px;
    font-size: 15px;
  }
  .h_proDetails .h_paramBox .h_text .h_params .h_param::before {
    top: 1px;
    width: 20px;
    height: 20px;
  }
  .h_proDetails #advantage .h_list .h_item .h_box {
    row-gap: 15px;
  }
  .h_proDetails #advantage .h_list .h_item .h_text {
    width: 100%;
  }
  .h_proDetails #advantage .h_list .h_item .h_img {
    width: 100%;
  }
  .h_proDetails #specParams .h_table .h_th .h_td,
  .h_proDetails #specParams .h_table .h_tr .h_td {
    padding: 10px;
  }
  .h_proDetails #specParams .h_table .h_tr .h_td span::before {
    display: none;
  }
  .h_proDetails #specParams .h_table .h_tr .h_td span {
    padding: 0;
  }
  .h_proDetails #specParams .h_table .h_tr .h_td span,
  .h_proDetails #specParams .h_table .h_th .h_td,
  .h_proDetails #specParams .h_table .h_tr .h_td {
    font-size: 14px;
  }
  .h_proDetails #specParams .h_table {
    border-width: 1px;
  }
  .h_proDetails #specParams .h_table .h_th,
  .h_proDetails #specParams .h_table .h_tr {
    border-bottom-width: 1px;
  }
  .h_proDetails #specParams .h_table .h_th .h_td,
  .h_proDetails #specParams .h_table .h_tr .h_td {
    border-right-width: 1px;
  }
  .h_proDetails .h_tabTitle {
    margin-bottom: 15px;
  }
  .h_proDetails #download .h_list {
    --rown: 1;
    --c-gap: 15px;
    --r-gap: 15px;
  }
  .h_proDetails #download .h_list .h_item {
    padding: 16px 15px;
  }
  .h_proDetails .h_tabTitle {
    padding-top: 20px !important;
  }
  .h_proDetails .h_proList,
  .h_proDetails .h_AllList {
    padding: 0;
  }
  .h_proDetails .h_tabTitle {
    font-size: 20px;
  }
  .h_appDetails .h_appBox .h_item .h_box {
    flex-direction: column-reverse !important;
    row-gap: 15px;
  }
  .h_appDetails .h_appBox .h_item .h_btom,
  .h_appDetails .h_appBox .h_item .h_box .h_imgBox,
  .h_appDetails .h_appBox .h_item .h_box .h_text {
    width: 100%;
  }
  .h_appDetails .h_appBox .h_item .h_box .h_text .h_sub {
    font-size: 18px;
  }
  .h_appDetails .h_appBox .h_item .h_box .h_text .h_desc {
    font-size: 15px;
    max-height: none;
  }
  .h_appDetails #recommend .h_imgs {
    margin-top: 16px;
    column-gap: 14px;
  }
  .h_appDetails #recommend .swiper-slide .h_img {
    padding: 5px;
  }
}
