.h_contact .h_Box1 .h_msgBox {
  margin-top: 30px;
}
.h_contact .h_Box1 .h_msgBox .h_item {
  padding: 30px;
  background-color: #f4f4f4;
}
.h_contact .h_Box1 .h_msgBox .h_item .h_name {
  font-family: "Source Han Sans Bold";
  font-size: 26px;
  color: #111;
  margin-bottom: 10px;
}
.h_contact .h_Box1 .h_msgBox .h_item .h_msg {
  font-size: 15px;
  color: #333;
  margin-top: 5px;
  display: flex;
}
.h_contact .h_Box1 .h_msgBox .h_item .h_msg .label {
  white-space: nowrap;
}
.h_contact .h_Box1 .h_msgBox .h_item .h_msg .val {
  flex-grow: 1;
}
.h_contact .h_Box2 .h_title {
  text-align: center;
  font-size: 36px;
  color: #fff;
}
.h_contact .h_Box2 .h_form form {
  justify-content: center;
  max-width: 1180px;
  margin: 0 auto;
}
.h_contact .h_Box2 .h_form .h_textarea {
  width: 100%;
  height: 160px;
}
.h_contact .h_Box2 .h_form input,
.h_contact .h_Box2 .h_form textarea {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  color: #333;
}
.h_contact .h_Box2 .h_form input {
  height: 52px;
  padding: 0 17px;
}
.h_contact .h_Box2 .h_form textarea {
  padding: 17px;
  height: 100%;
}
.h_contact .h_Box2 .h_form button {
  margin-top: 4px;
  height: 52px;
  width: 100%;
  background-color: var(--active-color);
  color: #fff;
  border-radius: 26px;
  font-size: 18px;
}
.h_contact .h_Box2 .h_form button:hover {
  background-color: #2682e0;
}
@media screen and (max-width: 1440px) {
  .h_contact .h_Box2 .h_title {
    font-size: 30px;
  }
  .h_contact .h_Box1 .h_msgBox .h_item .h_name {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .h_contact .h_Box1 .h_msgBox .h_item {
    padding: 15px;
  }
  .h_contact .h_Box1 .h_msgBox .h_item .h_name {
    font-size: 18px;
    margin: 0;
  }
  .h_contact .h_Box1 .h_msgBox .h_item .h_msg {
    font-size: 14px;
  }
  .h_contact .h_Box1 .h_msgBox {
    margin-top: 15px;
  }
  .h_contact .h_Box2 .h_title {
    font-size: 20px;
  }
  .h_contact .h_Box2 .h_form input,
  .h_contact .h_Box2 .h_form textarea {
    font-size: 15px;
  }
  .h_contact .h_Box2 .h_form input {
    height: 48px;
    padding: 0 15px;
  }
  .h_contact .h_Box2 .h_form .h_textarea {
    height: 120px;
  }
  .h_contact .h_Box2 .h_form .h_textarea textarea {
    padding: 15px;
  }
  .h_contact .h_Box2 .h_form button {
    font-size: 16px;
    height: 48px;
  }
}
