@charset "UTF-8";
#contactUs_content {
  margin-top: 8rem;
  padding: 5rem 9rem 5rem 0;
  background-color: #ffffff;
}

#contactUs_content .contactUs_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5.1rem;
}

#contactUs_content .contactUs_box img {
  height: 40rem;
  display: block;
}

#contactUs_content .contactUs_box .contactUs_box_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1rem;
  border: 1px solid #EEEEF1;
  -webkit-box-shadow: 0.5rem 0.6rem 12px #038cfc1f;
          box-shadow: 0.5rem 0.6rem 12px #038cfc1f;
  padding: 3rem 3.7rem;
}

#contactUs_content .contactUs_box .contactUs_box_form h4 {
  font-size: 1.8rem;
  color: #333333;
}

#contactUs_content .contactUs_box .contactUs_box_form input {
  width: 100%;
  margin-top: 3rem;
  padding: 1.5rem 2rem;
  outline: none;
  background-color: #F5F5F5;
  border-radius: .2rem;
  border: none;
  font-size: 1.4rem;
}

#contactUs_content .contactUs_box .contactUs_box_form .contactUs_box_form_btn {
  margin-top: 5rem;
  display: block;
}

#contactUs_content .contactUs_box .contactUs_box_form .contactUs_box_form_btn button {
  width: 100%;
  background: #038AFC;
  -webkit-box-shadow: 0px 0.2rem 0.6rem 1px rgba(3, 138, 252, 0.2);
          box-shadow: 0px 0.2rem 0.6rem 1px rgba(3, 138, 252, 0.2);
  border-radius: .2rem;
  border: none;
  color: #ffffff;
  font-size: 1.6rem;
  padding: 1.5rem;
  -webkit-transition: .3s all;
  transition: .3s all;
}

#contactUs_content .contactUs_box .contactUs_box_form .contactUs_box_form_btn button:hover {
  background-color: #038cfcd0;
}

#contactUs_content .contactUs_box .contactUs_box_form .contactUs_box_form_btn p {
  font-size: 1.2rem;
  color: #999999;
  margin-top: 1rem;
}

::-webkit-input-placeholder {
  /* WebKit browsers，webkit内核浏览器 */
  color: #C3C3C3;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #C3C3C3;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #C3C3C3;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #C3C3C3;
}

@media screen and (max-width: 1200px) {
  #contactUs_content {
    margin-top: 5rem;
    padding: 4rem 0;
  }
  #contactUs_content .contactUs_box img {
    height: 32rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 576px) {
  #contactUs_content {
    padding: 4rem 0;
  }
  #contactUs_content .contactUs_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contactUs_content .contactUs_box img {
    height: 25.6rem;
    margin-bottom: 2rem;
  }
  #contactUs_content .contactUs_box .contactUs_box_form h4 {
    font-size: 1.6rem;
  }
  #contactUs_content .contactUs_box .contactUs_box_form .contactUs_box_form_btn {
    margin-top: 3rem;
  }
  #contactUs_content .contactUs_box .contactUs_box_form .contactUs_box_form_btn button {
    font-size: 1.4rem;
  }
  #contactUs_content .contactUs_box .contactUs_box_form .contactUs_box_form_btn p {
    font-size: 1.1rem;
  }
}
/*# sourceMappingURL=contactUs.css.map */