.footer {
  width: 100%;
  padding: 80px 12.5%;
  background: url(/static/web_new/img/footer/footer_bg.png) no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
}
.section.fp-auto-height {
  min-height: auto !important;
}
.footer .left {
  /* width: 42.43%; */
}
.footer .left > img {
  width: 231px;
  height: 52px;
  object-fit: cover;
}
.footer .left .leftcen {
  /* padding: 60px 0 20px 0; */
}
.footer .left .leftcen div:nth-child(2) {
  font-family: "FZLanTingHeiS-R-GB";
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
  letter-spacing: 2px;
}
.footer .left .leftcen div:nth-child(3) {
  font-family: "Helvetica Neue Thin";
  font-weight: 300;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 14px;
  padding-top: 10px;
  letter-spacing: 3px;
}
.footer div.line {
  width: 280px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.footer .left .leftcen div.line {
  margin: 40px 0;
}
.footer .leftbot div.line,
.footer .right div.line {
  margin: 20px 0;
}
.footer .leftbot .message {
  display: flex;
  padding-bottom: 20px;
  align-items: center;
}
.footer .leftbot .message:last-of-type {
  padding-bottom: 0px;
}
/* .footer .leftbot .message .imgbox {
  width: 24px;
  height: 24px;
} */
.footer .leftbot .message img {
  width: 24px;
  height: 24px;
  object-fit: cover;
}
.footer .leftbot .message div.text {
  font-family: "FZLanTingHeiS-R-GB";
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 14px;
  letter-spacing: 1px;
  padding-left: 20px;
}
.footer .right .title span,
.footer .leftbot .title span {
  font-size: 20px;
  line-height: 20px;
}
.footer .leftbot .title span:first-of-type,
.footer .right .title span:first-of-type {
  font-family: "FZLanTingHeiS-R-GB";
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 4px;
  padding-right: 20px;
}
.footer .leftbot .title span:last-of-type,
.footer .right .title span:last-of-type {
  font-family: "Helvetica Neue Thin";
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 2px;
}
.footer .right {
  /* display: flex; */
  /* flex-direction: column; */
  /* width: 34.72%; */
}
.footer .footer_contact {
  display: flex;
}
.footer .footer_contact img {
  width: 40px;
  height: 40px;
  margin-right: 50px;
}
.footer .footer_contact img:last-of-type {
  margin-right: 0px;
}
/* .footer .right input {
  width: 100%;
  height: 36px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  margin-top: 20px;
  font-family: "FZLanTingHeiS-R-GB";
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 16px;
  letter-spacing: 3px;
  border-radius: 18px;
  padding: 10px 27px; 
}
.footer .right a.ajaxBtn {
  width: 68px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: #d0b88a;
  font-family: "FZLanTingHeiS-R-GB";
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 3px;
  margin-top: 27px;
  outline: none;
  border: none;
  border-radius: 16px;
} */

@media only screen and (max-width: 1024px) {
  .footer {
    display: block;
    background: url(/static/web_new/img/footer/footer_bg1.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 20px;
  }
  .footer .left > img {
    width: 106px;
    height: 24px;
  }
  .footer .left .leftcen div:nth-child(2) {
    font-size: 12px;
    line-height: 12px;
    background-image: linear-gradient(90deg, #d0b88a 0%, #fff 100%);
    -webkit-background-clip: text;
    color: transparent;
    padding: 20px 0 4px 0;
  }
  .footer .left .leftcen div:nth-child(3) {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 10px;
    padding: 0;
    letter-spacing: 0;
  }
  .footer div.line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
  }
  .footer .left .leftcen div.line {
    display: none;
  }
  .footer .leftbot div.line,
  .footer .right div.line {
    margin: 10px 0;
  }
  .footer .leftbot .title span:first-of-type,
  .footer .right .title span:first-of-type {
    color: #d0b88a;
    letter-spacing: 2px;
    padding-right: 8px;
  }
  .footer .leftbot .title span:last-of-type,
  .footer .right .title span:last-of-type {
    letter-spacing: 1px;
  }
  .footer .leftbot .message {
    padding-bottom: 10px;
  }
  .footer .leftbot .message:last-of-type {
    padding-bottom: 0px;
  }
  /* .footer .leftbot .message .imgbox {
    width: 12px;
    height: 12px;
  } */
  .footer .leftbot .message img {
    width: 12px;
    height: 12px;
    object-fit: cover;
  }
  .footer .leftbot .message div.text {
    font-size: 12px;
    line-height: 12px;
    padding-left: 8px;
  }
  .footer .right .title,
  .footer .leftbot .title {
    padding-top: 40px;
  }

  /* 111 */

  .footer .right .title span,
  .footer .leftbot .title span {
    font-size: 14px;
    line-height: 14px;
  }

  /* .footer .footer_contact {
    display: flex;
  } */
  .footer .footer_contact img {
    width: 18px;
    height: 18px;
    margin-right: 20px;
  }
  /* .footer .footer_contact img:last-of-type {
    margin-right: 0px;
  } */
}
