.contactUs-banner img {
  width: 100%;
}
.contactUs-content {
  padding-top: 100px;
  padding-bottom: 90px;
}
.contactUs-content .contactUs-title {
  text-align: center;
}
.contactUs-content .contactUs-method {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.contactUs-content .contactUs-method > div {
  display: flex;
  align-items: center;
}
.contactUs-content .contactUs-method > div svg {
  margin-right: 10px;
}
.contactUs-content .contactUs-method .shu {
  width: 1px;
  height: 20px;
  background-color: #333;
  margin: 0 20px;
}
.contactUs-content .contactUs-formBox .contactUs-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contactUs-content .contactUs-formBox .contactUs-form > div {
  width: 24%;
}
.contactUs-content .contactUs-formBox .contactUs-form > div label {
  margin-top: 40px;
  margin-bottom: 5px;
  display: block;
}
.contactUs-content .contactUs-formBox .contactUs-form > div > div {
  position: relative;
}
.contactUs-content .contactUs-formBox .contactUs-form > div > div svg {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.contactUs-content .contactUs-formBox .contactUs-form > div > div svg path {
  fill: #999999;
}
.contactUs-content .contactUs-formBox .contactUs-form > div > div input {
  width: 100%;
  padding-left: 70px;
  height: 60px;
  outline-style: none;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
}
.contactUs-content .contactUs-formBox .contactUs-form > div > div input:focus {
  box-shadow: 1px 17px 32px 0px rgba(91, 91, 91, 0.15);
  border: solid 1px #df3532;
}
.contactUs-content .contactUs-formBox .contactUs-form > .textarea_box {
  width: 100%;
}
.contactUs-content .contactUs-formBox .contactUs-form > .textarea_box textarea {
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  height: 200px;
  background-color: #f5f5f5;
  resize: none;
  outline: none;
  padding: 20px;
  box-sizing: border-box;
}
.contactUs-content .contactUs-formBox .contactUs-form > .textarea_box textarea:focus {
  box-shadow: 1px 17px 32px 0px rgba(91, 91, 91, 0.15);
  border: solid 1px #df3532;
}
.contactUs-content .contactUs-formBox .contactUs-form .submit {
  display: block;
  width: 270px;
  height: 70px;
  background-color: #df3532;
  color: #fff;
  border: 0;
  margin: 40px auto;
  font-size: 24px;
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  .contactUs-content {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .contactUs-content .contactUs-title img {
    width: 70%;
  }
  .contactUs-content .contactUs-method {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
  }
  .contactUs-content .contactUs-method > div {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
  }
  .contactUs-content .contactUs-method .shu {
    display: none;
  }
  .contactUs-content .contactUs-formBox .contactUs-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contactUs-content .contactUs-formBox .contactUs-form > div {
    width: 100%;
  }
  .contactUs-content .contactUs-formBox .contactUs-form > div label {
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
  }
  .contactUs-content .contactUs-formBox .contactUs-form .submit {
    display: block;
    width: 200px;
    height: 40px;
    background-color: #df3532;
    color: #fff;
    border: 0;
    margin: 20px auto;
    font-size: 18px;
    cursor: pointer;
  }
}
