.contact_new {
  width: 100%;
  height: 100vh;
  background: url("/static/web_new/img/contact/contact_bg.png") no-repeat;
  background-size: cover;
  background-position: bottom;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contact_new form {
  position: relative;
}
.contact_new form div {
  position: relative;
  z-index: 1;
}
.contact_new form input {
  width: 500px;
  height: 40px;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px 5px 5px 5px;
  padding: 10px;
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 14px;
  color: rgba(16, 16, 16, 0.3);
  line-height: 14px;
  letter-spacing: 2px;
  border: none;
  margin-bottom: 20px;
  outline: none;
  border: 1px solid transparent;
}
.contact_new form input:focus,
.contact_new form textarea:focus {
  color: rgba(16, 16, 16, 0.9);
  border: 1px solid #d0b88a;
  background: #fff;
}
/* .contact_new form input::placeholder,
.contact_new form textarea::placeholder {
  color: rgba(16, 16, 16, 0.4);
} */
.contact_new form textarea {
  width: 500px;
  height: 70px;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px 5px 5px 5px;
  padding: 10px;
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 14px;
  color: rgba(16, 16, 16, 0.7);
  line-height: 14px;
  letter-spacing: 2px;
  border: none;
  margin-bottom: 20px;
  outline: none;
  border: 1px solid transparent;
}
.contact_new form div:first-of-type {
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 40px;
  color: #ffffff;
  line-height: 40px;
  letter-spacing: 4px;
  text-align: right;
  padding-bottom: 40px;
}
.contact_new form div:last-of-type {
  font-family: "Helvetica Neue Thin";
  font-size: 30px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 30px;
  letter-spacing: 6px;
  text-align: left;
  padding-top: 40px;
  margin-left: -46px;
}
.contact_new form a.ajaxBtn {
  width: 500px;
  height: 44px;
  background: #d0b88a;
  border-radius: 5px 5px 5px 5px;
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 20px;
  color: #595757;
  line-height: 44px;
  letter-spacing: 4px;
  text-align: center;
  position: relative;
  z-index: 1;

  /* margin-top: 40px; */
}
.contact_new form > img {
  position: absolute;
  top: 14px;
  left: -46px;
  z-index: 0;
}
.contact_new form > img.pc_img {
  display: block;
}
.contact_new form > img.mobi_img {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .contact_new {
    background: url("/static/web_new/img/contact/contact_bg1.png") no-repeat;
    background-size: cover;
    background-position: bottom;
    display: flex;
    justify-content: center;
    align-items: inherit;
    padding: 0 40px;
  }
  .contact_new form input {
    width: 100%;
    height: 32px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0;
    border: none;
    margin-bottom: 10px;
  }
  .contact_new form textarea {
    width: 100%;
    height: 62px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .contact_new form a.ajaxBtn {
    width: 100%;
    height: 34px;
    font-size: 14px;
    color: #595757;
    line-height: 34px;
    letter-spacing: 2px;
  }
  .contact_new form > img.pc_img {
    display: none;
  }
  .contact_new form > img.mobi_img {
    width: 112%;
    height: 296px;
    display: block;
    position: absolute;
    top: 5px;
    left: -20px;
    z-index: 0;
  }
  .contact_new form div:first-of-type {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
    padding-bottom: 20px;
  }
  .contact_new form div:last-of-type {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 3px;
    padding-top: 20px;
    margin-left: -10px;
  }
}
