.h_tabs {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}
.h_tabs::after {
  position: absolute;
  content: attr(data-en);
  font-family: Bold;
  font-size: 38px;
  color: #F5F6F8;
  text-transform: uppercase;
  right: 0;
}
.h_tabs .mySwiper {
  margin: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: -2px;
}
.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_tabs .mySwiper .swiper-slide.h_active {
  color: var(--active-color);
  font-family: Normal;
  font-size: 15px;
  border-color: var(--active-color);
}
.h_tabs .h_btns {
  padding: 0 16px;
  width: 64px;
  display: flex;
  align-items: center;
}
.h_tabs .h_btns .h_btn {
  border-top: 6px solid #00000000;
  border-bottom: 6px solid #00000000;
  cursor: pointer;
}
.h_tabs .h_btns .h_prev {
  border-right: 10px solid #757575;
}
.h_tabs .h_btns .h_next {
  border-left: 10px solid #757575;
  margin-left: 12px;
}
.h_msgBox {
  padding: 60px 0;
}
.h_msgBox .h_formBox {
  max-width: 1000px;
  margin: 30px auto 0;
}
.h_msgBox .h_formBox .h_text .h_title {
  font-size: 16px;
  color: var(--active-color);
  line-height: 2.2;
}
.h_msgBox .h_formBox .h_text .h_desc {
  font-size: 15px;
  line-height: 2.2;
}
.h_msgBox .h_formBox form {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: space-between;
}
.h_msgBox .h_formBox form .h_item {
  width: calc(50% - 10px);
}
.h_msgBox .h_formBox form .h_item p {
  font-size: 16px;
  color: #666666;
  margin-bottom: 6px;
}
.h_msgBox .h_formBox form .h_item p span {
  color: #FF2424;
}
.h_msgBox .h_formBox form .h_item input {
  width: 100%;
  height: 47px;
  background: #FCFCFC;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #E0E0E0;
  padding: 0 13px;
}
.h_msgBox .h_formBox form .h_item input:focus {
  border-color: var(--active-color);
}
.h_msgBox .h_formBox form .h_item.h_item2 {
  width: 100%;
}
.h_msgBox .h_formBox form .h_item textarea {
  width: 100%;
  height: 127px;
  border: 1px solid #E0E0E0;
  padding: 14px 13px;
  border-radius: 0;
}
.h_msgBox .h_formBox form .h_item textarea:focus {
  border-color: var(--active-color);
}
.h_msgBox .h_formBox form .h_item3 {
  width: 100%;
}
.h_msgBox .h_formBox form .h_item3 input {
  width: 110px;
  height: 47px;
  padding: 0 12px;
  background: #FCFCFC;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #E0E0E0;
}
.h_msgBox .h_formBox form .h_item3 input:focus {
  border-color: var(--active-color);
}
.h_msgBox .h_formBox form .h_item3 img {
  width: 74px;
  margin-left: 8px;
}
.h_msgBox .h_formBox form .h_btn {
  width: 192px;
  height: 48px;
  background: #0070D5;
  font-size: 18px;
  color: #FFFFFF;
}
@media screen and (max-width: 480px) {
  .h_tabs {
    margin-bottom: 16px;
  }
  .h_msgBox {
    padding: 16px 0;
  }
  .h_msgBox .h_formBox {
    margin-top: 14px;
  }
  .h_msgBox .h_formBox form {
    row-gap: 16px;
  }
  .h_msgBox .h_formBox form .h_item {
    width: 100%;
  }
}
