.contact,
.contact_result_model {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  display: none;
  /* display: block; */
}
.contact form {
  position: absolute; /* 绝对定位 */
  top: 50%; /* 向上移动自身高度的50% */
  left: 50%; /* 向左移动自身宽度的50% */
  transform: translate(
    -50%,
    -50%
  ); /* 移动自身宽度的50%和自身高度的50%，从而实现完全居中 */
  height: 384px;
  width: 500px;
}
.contact form .title {
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 24px;
  color: #ffffff;
  padding-bottom: 40px;
  line-height: 24px;
  letter-spacing: 3px;
}
.contact form input {
  width: 500px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px 5px 5px 5px;
  padding: 10px;
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 20px;
  letter-spacing: 2px;
  border: none;
  margin-bottom: 20px;
  outline: none;
  border: 1px solid transparent;
}
.contact form input:focus {
  color: rgba(255, 255, 255);
  border: 1px solid #d0b88a;
}
.contact form a.ajaxBtn {
  width: 500px;
  height: 40px;
  background: #d0b88a;
  border-radius: 5px 5px 5px 5px;
  font-family: "FZLanTingHeiS-R-GB";
  font-size: 20px;
  color: #595757;
  line-height: 40px;
  letter-spacing: 4px;
  text-align: center;
  margin-top: 40px;
}

.contact_true {
  width: 639px;
  height: 355px;
  background: url(/static/web_new/img/index/contact_true.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact_true .top {
  padding: 40px;
  font-family: "FZLanTingHeiS-EB-GB";
  font-size: 24px;
  color: #ffffff;
  line-height: 28px;
  letter-spacing: 2px;
}
.contact_true .bottom {
  width: 100%;
  height: 100%;
  text-align: center;
}
.contact_true .bottom div:nth-child(1) {
  font-family: "FZLanTingHeiS-EB-GB";
  font-size: 24px;
  color: #595757;
  line-height: 24px;
  letter-spacing: 2px;
  padding-top: 40px;
}
.contact_true .bottom div:nth-child(2) {
  font-family: "FZLanTingHeiS-EL-GB";
  font-size: 18px;
  color: #595757;
  line-height: 18px;
  letter-spacing: 1px;
  padding-top: 20px;
}
.contact_true .bottom div:nth-child(3) {
  font-family: "FZLanTingHeiS-EL-GB";
  font-size: 18px;
  color: #595757;
  line-height: 21px;
  letter-spacing: 1px;
  padding: 10px 0;
  width: 192px;
  margin: 40px auto 0;
  background: #d0b88a;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .contact_result_model {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    padding: 0 20px;
    position: relative;
  }
  .contact_true {
    width: 100%;
    height: 253px;
    background: url(/static/web_new/img/index/contact_true1.png) no-repeat;
    background-size: cover;
    background-position: center;
    /* position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0); */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px 5px 5px 5px;
  }
  .contact_true .top {
    padding: 20px 22px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
  }
  .contact_true .bottom {
    width: 100%;
    height: 196px;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contact_true .bottom div:nth-child(1) {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1px;
  }
  .contact_true .bottom div:nth-child(2) {
    font-size: 14px;
    line-height: 14px;
    padding-top: 10px;
  }
  .contact_true .bottom div:nth-child(3) {
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 0;
    padding: 0;
    width: 230px;
    height: 34px;
    margin: 40px 0 0 0;
    background: #d0b88a;
    border-radius: 4px;
    text-align: center;
  }
}
