.h_banners .h_text .h_ch,
.h_banners .h_text .h_en {
  color: #222;
}
.h_support .h_content {
  padding-bottom: 50px;
}
.h_support .h_content .h_colList {
  padding: 80px 0 60px;
  row-gap: 15px;
  border-bottom: 1px solid #D8D8D8;
}
.h_support .h_content .h_colList .h_box .h_icon {
  text-align: center;
}
.h_support .h_content .h_colList .h_box .h_icon img {
  width: 64px;
}
.h_support .h_content .h_colList .h_box .h_text {
  text-align: center;
  margin-top: 42px;
}
.h_support .h_content .h_colList .h_box .h_text .h_p1 {
  font-size: 24px;
  color: #222222;
}
.h_support .h_content .h_colList .h_box .h_text .h_p2 {
  font-size: 18px;
  color: #8C8C8C;
  margin-top: 3px;
}
.h_support .h_content .h_texts {
  margin-top: 40px;
}
.h_support .h_content .h_texts .h_L {
  width: 280px;
}
.h_support .h_content .h_texts .h_L .h_title {
  border: 1px solid #e0e0e0;
  cursor: pointer;
  height: 135px;
  padding: 0 20px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: -1px;
}
.h_support .h_content .h_texts .h_L .h_title.h_active {
  background-color: #e0e0e0;
}
.h_support .h_content .h_texts .h_R {
  width: calc(100% - 300px);
}
.h_support .h_content .h_texts .h_R .h_box {
  display: none;
}
.h_support .h_content .h_texts .h_R .h_box .h_title {
  column-gap: 9px;
  margin-bottom: 4px;
}
.h_support .h_content .h_texts .h_R .h_box .h_title img {
  width: 40px;
}
.h_support .h_content .h_texts .h_R .h_box .h_title span {
  font-size: 22px;
  color: #222222;
}
.h_support .h_content .h_texts .h_R .h_box .h_desc {
  text-align: justify;
  overflow: hidden;
  font-size: 18px;
  color: #8C8C8C;
  line-height: 1.8;
}
.h_support .h_content .h_texts .h_R .h_box .h_desc p {
  margin-top: 16px;
}
.h_support .h_content .h_texts .h_R .h_box .h_desc img {
  max-width: 100%;
  height: auto !important;
}
.h_support .h_content .h_texts .h_R .h_box:first-child {
  display: block;
}
.h_support .h_videoBox {
  padding: 50px 0;
}
.h_support .h_videoBox .h_column a {
  font-size: 16px;
  color: #FFFFFF;
  padding: 0 28px;
  height: 42px;
  line-height: 42px;
  background: #CDCDCD;
  border-radius: 104px 104px 104px 104px;
}
.h_support .h_videoBox .h_column a.h_active {
  background: var(--active-color);
}
.h_support .h_videoBox .h_column a:hover {
  background: var(--active-color);
}
.h_support .h_videoBox .h_list {
  padding: 40px 0;
}
.h_support .h_videoBox .h_list .h_rowBox .h_img {
  position: relative;
  padding-top: 75.1534%;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
}
.h_support .h_videoBox .h_list .h_rowBox .h_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}
.h_support .h_videoBox .h_list .h_rowBox .h_img .h_play {
  width: 56px;
  height: 56px;
  top: calc(50% - 28px);
  left: calc(50% - 28px);
  z-index: 1;
}
.h_support .h_videoBox .h_list .h_rowBox .h_name {
  margin-top: 14px;
  font-size: 16px;
  color: #222222;
}
.h_support .h_page {
  justify-content: center;
}
.h_support .h_page span {
  width: 10px;
  height: 10px;
  background: #CCCCCC;
  border-radius: 50%;
  cursor: pointer;
}
.h_support .h_page span.h_active {
  background: var(--active-color);
}
.h_support .h_problemsBox {
  padding: 40px 0;
}
.h_support .h_problemsBox .h_L {
  background: #F8F8F8;
  padding: 10px 30px 40px ;
  width: calc(100% - 320px);
}
.h_support .h_problemsBox .h_L .h_box {
  display: flex;
  column-gap: 20px;
  padding: 20px 0 0;
  cursor: pointer;
}
.h_support .h_problemsBox .h_L .h_box .h_icon {
  width: 33px;
  height: 24px;
  line-height: 24px;
  background: #C1C1C1;
  font-size: 15px;
  color: #FFFFFF;
  text-align: center;
  position: relative;
}
.h_support .h_problemsBox .h_L .h_box .h_icon::before {
  position: absolute;
  content: '';
  left: 0;
  top: 100%;
  border: 3px solid #C1C1C100;
  border-top-color: #C1C1C1;
  border-left-color: #C1C1C1;
}
.h_support .h_problemsBox .h_L .h_box .h_text {
  width: calc(100% - 53px);
  padding: 0 0 20px;
  border-bottom: 1px solid #EBEBEB;
}
.h_support .h_problemsBox .h_L .h_box .h_text .h_q {
  flex-wrap: nowrap;
}
.h_support .h_problemsBox .h_L .h_box .h_text .h_q p {
  width: calc(100% - 22px);
  font-size: 16px;
  color: #222222;
  line-height: 22px;
}
.h_support .h_problemsBox .h_L .h_box .h_text .h_q i {
  display: block;
  width: 22px;
  height: 22px;
  position: relative;
}
.h_support .h_problemsBox .h_L .h_box .h_text .h_q i::after,
.h_support .h_problemsBox .h_L .h_box .h_text .h_q i::before {
  content: '';
  position: absolute;
  background: #222222;
}
.h_support .h_problemsBox .h_L .h_box .h_text .h_q i::before {
  top: 10px;
  left: 6px;
  width: 10px;
  height: 2px;
}
.h_support .h_problemsBox .h_L .h_box .h_text .h_q i::after {
  top: 6px;
  left: 10px;
  width: 2px;
  height: 10px;
}
.h_support .h_problemsBox .h_L .h_box .h_text .h_a {
  display: none;
  margin-top: 16px;
  font-size: 16px;
  color: #888888;
  line-height: 1.6;
}
.h_support .h_problemsBox .h_L .h_box:hover .h_icon {
  background: var(--active-color);
}
.h_support .h_problemsBox .h_L .h_box:hover .h_icon::before {
  border-top-color: var(--active-color);
  border-left-color: var(--active-color);
}
.h_support .h_problemsBox .h_L .h_box:hover .h_text .h_q p {
  color: var(--active-color);
}
.h_support .h_problemsBox .h_L .h_box.h_active .h_icon {
  background: var(--active-color);
}
.h_support .h_problemsBox .h_L .h_box.h_active .h_icon::before {
  border-top-color: var(--active-color);
  border-left-color: var(--active-color);
}
.h_support .h_problemsBox .h_L .h_box.h_active .h_text .h_q p {
  color: var(--active-color);
}
.h_support .h_problemsBox .h_R {
  width: 300px;
}
.h_support .h_problemsBox .h_R .h_title {
  padding: 20px;
  background: var(--active-color);
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.h_support .h_problemsBox .h_R .h_title img {
  width: 24px;
}
.h_support .h_problemsBox .h_R .h_title span {
  font-size: 24px;
  color: #FFFFFF;
}
.h_support .h_problemsBox .h_R .h_list {
  padding: 10px 20px;
  background: #F8F8F8;
}
.h_support .h_problemsBox .h_R .h_list .h_box {
  column-gap: 10px;
  padding: 20px 0 10px;
  position: relative;
}
.h_support .h_problemsBox .h_R .h_list .h_box::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0px;
  width: calc(100% - 30px);
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.h_support .h_problemsBox .h_R .h_list .h_box .h_num {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  color: #3D3D3D;
  font-size: 13px;
  background: #FFFFFF;
  border-radius: 1px 1px 1px 1px;
  border: 1px solid #AAAAAA;
}
.h_support .h_problemsBox .h_R .h_list .h_box .h_desc {
  font-size: 14px;
  color: #555555;
  line-height: 23px;
  text-align: justify;
  width: calc(100% - 30px);
}
.h_support .h_problemsBox .h_R .h_list .h_box:nth-child(1) .h_num {
  background: var(--active-color);
  border-color: var(--active-color);
  color: #fff;
}
.h_support .h_problemsBox .h_R .h_list .h_box:nth-child(2) .h_num {
  background: #0C5753;
  border-color: #0C5753;
  color: #fff;
}
.h_support .h_problemsBox .h_R .h_list .h_box:nth-child(3) .h_num {
  background: #0F6B67;
  border-color: #0F6B67;
  color: #fff;
}
.h_support .h_problemsBox .h_R .h_list .h_box:hover .h_desc {
  color: var(--active-color);
}
.h_support .h_downloadBox {
  padding: 60px 0;
}
.h_support .h_downloadBox .h_title {
  text-align: center;
  font-size: 32px;
  color: #3D3D3D;
}
.h_support .h_downloadBox .h_form {
  margin-top: 40px;
}
.h_support .h_downloadBox .h_form form {
  width: 602px;
  max-width: 100%;
  border-radius: 111px 111px 111px 111px;
  border: 1px solid #DCDCDC;
  padding: 0 28px;
  column-gap: 6px;
}
.h_support .h_downloadBox .h_form form input {
  width: calc(100% - 30px);
  height: 60px;
  font-size: 16px;
}
.h_support .h_downloadBox .h_form form button {
  width: 24px;
  height: 24px;
}
.h_support .h_downloadBox .h_form form button img {
  width: 24px;
}
.h_support .h_downloadBox .h_tabs {
  column-gap: 30px;
  row-gap: 15px;
  margin-top: 40px;
}
.h_support .h_downloadBox .h_tabs a {
  line-height: 42px;
  padding: 0 28px;
  height: 42px;
  background: #CDCDCD;
  color: #fff;
  border-radius: 104px 104px 104px 104px;
}
.h_support .h_downloadBox .h_tabs a.h_active {
  background: var(--active-color);
}
.h_support .h_downloadBox .h_tabs a:hover {
  background: var(--active-color);
}
.h_support .h_downloadBox .h_list {
  margin-top: 40px;
}
.h_support .h_downloadBox .h_list .h_rowBox .h_img {
  padding-top: 100%;
  position: relative;
}
.h_support .h_downloadBox .h_list .h_rowBox .h_img::before {
  position: absolute;
  content: attr(data-text);
  width: 164px;
  height: 55px;
  line-height: 55px;
  top: 50%;
  left: 50%;
  text-align: center;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #FFFFFF;
  z-index: 3;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #FFFFFF;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.h_support .h_downloadBox .h_list .h_rowBox .h_img::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.h_support .h_downloadBox .h_list .h_rowBox .h_img .img {
  position: absolute;
  padding: 16px 16px 0;
  transition: padding 0.2s ease;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.h_support .h_downloadBox .h_list .h_rowBox .h_img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h_support .h_downloadBox .h_list .h_rowBox .h_text {
  padding: 0 18px;
  --height: 64px;
  height: var(--height);
  overflow: hidden;
}
.h_support .h_downloadBox .h_list .h_rowBox .h_text .h_t {
  transition: transform 0.2s ease;
}
.h_support .h_downloadBox .h_list .h_rowBox .h_text .h_t .h_p1 {
  font-size: 16px;
  color: #3D3D3D;
}
.h_support .h_downloadBox .h_list .h_rowBox .h_text .h_t .h_t1 {
  line-height: var(--height);
}
.h_support .h_downloadBox .h_list .h_rowBox .h_text .h_t .h_t1 .h_p1 {
  width: calc(100% - 24px);
}
.h_support .h_downloadBox .h_list .h_rowBox .h_text .h_t .h_t1 img {
  width: 24px;
}
.h_support .h_downloadBox .h_list .h_rowBox .h_text .h_t .h_t2 {
  line-height: var(--height);
  column-gap: 26px;
}
.h_support .h_downloadBox .h_list .h_rowBox:hover {
  background: #F7F7F7;
}
.h_support .h_downloadBox .h_list .h_rowBox:hover .h_img .img {
  padding: 0;
}
.h_support .h_downloadBox .h_list .h_rowBox:hover .h_img::before {
  opacity: 1;
}
.h_support .h_downloadBox .h_list .h_rowBox:hover .h_img::after {
  opacity: 0.8;
}
.h_support .h_downloadBox .h_list .h_rowBox:hover .h_text .h_t {
  transform: translateY(calc(-1*var(--height)));
}
.h_support .h_messageBox {
  padding: 80px 0;
  row-gap: 30px;
}
.h_support .h_messageBox .h_L .h_title {
  font-size: 36px;
  color: #222222;
}
.h_support .h_messageBox .h_L .h_hr {
  width: 39px;
  height: 4px;
  background: #07312F;
  margin-top: 16px;
}
.h_support .h_messageBox .h_L .h_desc {
  font-size: 17px;
  color: #777777;
  line-height: 24px;
  margin-top: 20px;
}
.h_support .h_messageBox .h_R {
  width: 750px;
  max-width: 100%;
}
.h_support .h_messageBox .h_R form {
  width: 100%;
}
.h_support .h_messageBox .h_R form input {
  font-size: 15px;
  padding: 0 20px;
  width: calc(50% - 15px);
  height: 48px;
  background: #F7F7F7;
}
.h_support .h_messageBox .h_R form .layui-form-item {
  margin: 0;
  width: calc(50% - 15px);
}
.h_support .h_messageBox .h_R form .layui-form-item .layui-input-inline {
  margin: 0;
  width: 100%;
}
.h_support .h_messageBox .h_R form .layui-form-item .layui-input-inline .layui-unselect {
  width: 100%;
}
.h_support .h_messageBox .h_R form .layui-form-item .layui-input-inline .layui-unselect input {
  border: none;
}
.h_support .h_messageBox .h_R form .layui-form-item .layui-input-inline .layui-unselect .layui-this {
  background-color: var(--active-color);
}
.h_support .h_messageBox .h_R form textarea {
  width: 100%;
  padding: 14px 20px;
  height: 150px;
  background: #F7F7F7;
  font-size: 15px;
  border-radius: 0;
}
.h_support .h_messageBox .h_R form button {
  width: 188px;
  height: 41px;
  background: var(--active-color);
  font-size: 15px;
  color: #FFFFFF;
}
.h_support .h_contactBox .h_platform {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
  row-gap: 60px;
}
.h_support .h_contactBox .h_platform .h_box {
  width: 25%;
  text-align: center;
  position: relative;
}
.h_support .h_contactBox .h_platform .h_box .h_icon img {
  width: 100px;
}
.h_support .h_contactBox .h_platform .h_box .h_text {
  margin-top: 26px;
}
.h_support .h_contactBox .h_platform .h_box .h_text .h_p1 {
  font-size: 16px;
  color: #3D3D3D;
}
.h_support .h_contactBox .h_platform .h_box .h_text .h_p2 {
  font-size: 16px;
  color: #777777;
  margin-top: 8px;
}
.h_support .h_contactBox .h_platform .h_box .h_ewm {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  transition: opacity 0.3s linear, transform 0.3s linear;
}
.h_support .h_contactBox .h_platform .h_box .h_ewm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.h_support .h_contactBox .h_platform .h_box:hover .h_ewm {
  opacity: 1;
  transform: scale(1);
}
.h_support .h_mapBox {
  position: relative;
  background: #F8F8F8;
}
.h_support .h_mapBox .h_lbox {
  width: 48%;
  max-width: 475px;
  padding: 80px 0;
}
.h_support .h_mapBox .h_lbox .h_name {
  font-size: 26px;
  font-weight: bold;
  color: #222222;
  padding-bottom: 22px;
  position: relative;
  border-bottom: 1px solid #E2E2E2;
}
.h_support .h_mapBox .h_lbox .h_name::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 3px;
  background: #222222;
  bottom: -1px;
  left: 0;
}
.h_support .h_mapBox .h_lbox .h_box {
  cursor: pointer;
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 16px;
  padding: 28px 0;
  border-bottom: 1px solid #E2E2E2;
}
.h_support .h_mapBox .h_lbox .h_box .h_icon {
  width: 48px;
}
.h_support .h_mapBox .h_lbox .h_box .h_text {
  width: calc(100% - 64px);
}
.h_support .h_mapBox .h_lbox .h_box .h_text .h_p1 {
  font-size: 16px;
  color: #777777;
}
.h_support .h_mapBox .h_lbox .h_box .h_text .h_p2 {
  margin-top: 5px;
  font-size: 15px;
  color: #333333;
}
.h_support .h_mapBox .h_lbox .h_box .h_xbox {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.h_support .h_mapBox .h_map {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.h_support .h_mapBox .h_map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h_support .h_mapBox .h_map img.h_hide {
  display: none;
}
.h_qrCodePopup {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  visibility: hidden;
}
.h_qrCodePopup .h_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.h_qrCodePopup .h_Box {
  position: absolute;
  background: #ffffff;
  width: 88%;
  max-width: 300px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  transition: transform 0.3s ease;
}
.h_qrCodePopup .h_Box .h_title {
  position: relative;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  border-bottom: 1px solid #EEEEEE;
}
.h_qrCodePopup .h_Box .h_title i {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}
.h_qrCodePopup .h_Box .content {
  padding: 20px;
  text-align: center;
}
.h_qrCodePopup .h_Box .content img {
  width: 200px;
}
.h_qrCodePopup.h_show {
  visibility: visible;
}
.h_qrCodePopup.h_show .h_Box {
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (max-width: 1024px) {
  .h_support .h_downloadBox,
  .h_support .h_messageBox,
  .h_support .h_contactBox .h_platform,
  .h_support .h_mapBox .h_lbox,
  .h_support .h_videoBox {
    padding: 40px 0;
  }
  .h_support .h_videoBox .h_list {
    --rown: 3;
  }
  .h_support .h_downloadBox .h_title {
    font-size: 28px;
  }
  .h_support .h_downloadBox .h_tabs {
    column-gap: 20px;
    margin-top: 30px;
  }
  .h_support .h_downloadBox .h_form {
    margin-top: 30px;
  }
  .h_support .h_downloadBox .h_form form input {
    height: 48px;
    font-size: 15px;
  }
  .h_support .h_downloadBox .h_form form {
    padding: 0 20px;
  }
  .h_support .h_downloadBox .h_list .h_rowBox .h_img .img {
    padding: 10px 10px 0;
  }
  .h_support .h_downloadBox .h_list .h_rowBox .h_text {
    padding: 0 10px;
    --height: 48px;
  }
  .h_support .h_downloadBox .h_list {
    --r-gap: 15px;
    --c-gap: 15px;
  }
  .h_support .h_downloadBox .h_list .h_rowBox .h_text .h_t .h_p1 {
    font-size: 15px;
  }
  .h_support .h_downloadBox .h_list .h_rowBox .h_text .h_t .h_t1 img {
    width: 20px;
  }
  .h_support .h_downloadBox .h_list .h_rowBox .h_text .h_t .h_t2 {
    column-gap: 15px;
  }
  .h_support .h_downloadBox .h_list .h_rowBox .h_img::before {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }
  .h_support .h_messageBox .h_L .h_title {
    font-size: 28px;
  }
  .h_support .h_contactBox .h_platform {
    row-gap: 30px;
  }
  .h_support .h_contactBox .h_platform .h_box .h_text {
    margin-top: 15px;
  }
  .h_support .h_contactBox .h_platform .h_box .h_icon img {
    width: 72px;
  }
  .h_support .h_content .h_texts .h_L {
    width: 100%;
    display: flex;
    overflow-x: auto;
    padding-bottom: 2px;
  }
  .h_support .h_content .h_texts .h_L::-webkit-scrollbar {
    height: 6px;
  }
  .h_support .h_content .h_texts .h_L::-webkit-scrollbar-thumb {
    border-radius: 10px;
    opacity: 0.2;
    background: #A8A8A8;
  }
  .h_support .h_content .h_texts .h_L::-webkit-scrollbar-track {
    border-radius: 0;
    background: #F1F1F1;
  }
  .h_support .h_content .h_texts .h_R {
    width: 100%;
  }
  .h_support .h_content .h_texts .h_L .h_title {
    height: auto;
    padding: 12px 24px;
    font-size: 18px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .h_support .h_videoBox .h_list {
    --rown: 2;
  }
  .h_support .h_downloadBox .h_tabs a,
  .h_support .h_videoBox .h_column a {
    font-size: 14px;
    padding: 0 22px;
    height: 38px;
    line-height: 38px;
  }
  .h_support .h_problemsBox {
    padding: 30px 0;
  }
  .h_support .h_problemsBox .h_L {
    width: 100%;
  }
  .h_support .h_problemsBox .h_R {
    display: none;
  }
  .h_support .h_downloadBox .h_list {
    --rown: 3;
  }
  .h_support .h_contactBox .h_platform .h_box {
    width: 33.3333%;
  }
}
@media screen and (max-width: 480px) {
  .h_support .h_content {
    padding-bottom: 15px;
  }
  .h_support .h_content .h_colList {
    margin-bottom: 26px;
  }
  .h_support .h_content .h_colList .h_box .h_icon img {
    width: 42px;
  }
  .h_support .h_content .h_colList {
    padding: 30px 0;
    justify-content: center;
  }
  .h_support .h_content .h_colList .h_box {
    width: 25%;
  }
  .h_support .h_content .h_colList .h_box .h_text {
    margin-top: 8px;
  }
  .h_support .h_content .h_colList .h_box .h_text .h_p1 {
    font-size: 14px;
  }
  .h_support .h_content .h_colList .h_box .h_text .h_p2 {
    font-size: 13px;
  }
  .h_support .h_content .h_texts {
    margin-top: 15px;
  }
  .h_support .h_content .h_texts .h_box .h_desc p {
    font-size: 14px;
    margin-top: 8px;
  }
  .h_support .h_content .h_texts .h_box .h_title {
    column-gap: 6px;
    margin: 0;
  }
  .h_support .h_content .h_texts .h_box .h_title img {
    width: 28px;
  }
  .h_support .h_content .h_texts .h_box .h_title span {
    font-size: 18px;
  }
  .h_support .h_downloadBox,
  .h_support .h_videoBox .h_list,
  .h_support .h_videoBox {
    padding: 15px 0;
  }
  .h_support .h_videoBox .h_list,
  .h_support .h_page,
  .h_support .h_videoBox .h_column {
    --c-gap: 15px;
    --r-gap: 15px;
  }
  .h_support .h_downloadBox .h_tabs a,
  .h_support .h_videoBox .h_column a {
    font-size: 14px;
    padding: 0 14px;
    height: 34px;
    line-height: 34px;
  }
  .h_support .h_videoBox .h_list .h_rowBox .h_name {
    margin-top: 8px;
    font-size: 14px;
  }
  .h_support .h_videoBox .h_list .h_rowBox .h_img .h_play {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
  }
  .h_support .h_problemsBox {
    padding: 15px 0;
  }
  .h_support .h_problemsBox .h_L {
    padding: 0 15px 15px;
  }
  .h_support .h_problemsBox .h_L .h_box {
    padding: 15px 0 0;
    column-gap: 12px;
  }
  .h_support .h_problemsBox .h_L .h_box .h_text {
    padding: 0 0 15px;
    width: calc(100% - 42px);
  }
  .h_support .h_problemsBox .h_L .h_box .h_text .h_q p {
    font-size: 14px;
    width: 100%;
  }
  .h_support .h_problemsBox .h_L .h_box .h_text .h_q i {
    display: none;
  }
  .h_support .h_problemsBox .h_L .h_box .h_icon {
    width: 30px;
    height: 20px;
    line-height: 20px;
  }
  .h_support .h_problemsBox .h_L .h_box .h_text .h_a {
    margin-top: 6px;
    font-size: 14px;
  }
  .h_support .h_downloadBox .h_list {
    --rown: 2;
  }
  .h_support .h_downloadBox .h_title {
    font-size: 20px;
  }
  .h_support .h_downloadBox .h_list,
  .h_support .h_downloadBox .h_tabs,
  .h_support .h_downloadBox .h_form {
    margin-top: 15px;
  }
  .h_support .h_downloadBox .h_form form input {
    height: 38px;
    font-size: 14px;
  }
  .h_support .h_downloadBox .h_tabs {
    column-gap: 15px;
  }
  .h_support .h_downloadBox .h_list .h_rowBox .h_img .img {
    padding: 0;
  }
  .h_support .h_downloadBox .h_list .h_rowBox .h_text .h_t .h_p1 {
    font-size: 14px;
  }
  .h_support .h_downloadBox .h_list .h_rowBox .h_text .h_t .h_t2 {
    column-gap: 10px;
  }
  .h_support .h_downloadBox .h_list .h_rowBox .h_text {
    --height: 40px;
  }
  .h_support .h_messageBox {
    padding: 20px 0;
    row-gap: 15px;
  }
  .h_support .h_messageBox .h_L .h_title {
    font-size: 22px;
  }
  .h_support .h_messageBox .h_L .h_desc,
  .h_support .h_messageBox .h_L .h_hr {
    margin-top: 10px;
  }
  .h_support .h_messageBox .h_R form {
    --c-gap: 15px;
    --r-gap: 15px;
  }
  .h_support .h_messageBox .h_R form .layui-form-item,
  .h_support .h_messageBox .h_R form input {
    width: 100%;
  }
  .h_support .h_messageBox .h_R form input {
    height: 42px;
    padding: 0 15px;
  }
  .h_support .h_messageBox .h_R form textarea {
    padding: 12px 15px;
  }
  .h_support .h_contactBox .h_platform .h_box {
    width: 50%;
  }
  .h_support .h_contactBox .h_platform {
    row-gap: 15px;
  }
  .h_support .h_contactBox .h_platform {
    padding: 20px 0;
  }
  .h_support .h_contactBox .h_platform .h_box .h_text {
    margin-top: 8px;
  }
  .h_support .h_contactBox .h_platform .h_box .h_text .h_p2 {
    margin-top: 2px;
    font-size: 14px;
  }
  .h_support .h_mapBox .h_map {
    position: static;
    width: 100%;
  }
  .h_support .h_mapBox .h_lbox {
    width: 100%;
    padding: 20px 0 0;
  }
  .h_support .h_mapBox .h_lbox .h_box {
    padding: 16px 0;
    column-gap: 10px;
  }
  .h_support .h_mapBox .h_lbox .h_name {
    font-size: 22px;
    padding-bottom: 18px;
  }
  .h_support .h_mapBox .h_lbox .h_box .h_text {
    width: calc(100% - 58px);
  }
  .h_support .h_content .h_texts .h_L .h_title {
    font-size: 15px;
    padding: 10px 20px;
  }
}
