@font-face {
  font-family: "Montserrat-Black";
  src: url("../../font/Montserrat-Black.otf") format("truetype");
}
@font-face {
  font-family: "Lateef-Bold";
  src: url("../../font/Lateef-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Lateef-Regular";
  src: url("../../../font/Lateef-Regular.ttf") format("truetype");
}
body {
  font-family: "Lateef-Regular";
  background-color: #fff;
}

main .bg {
  position: relative;
  height: 100vh;
}
main .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .bg .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.78rem;
  color: #fff;
  font-family: "Lateef-Bold";
  overflow: hidden;
}
main .bg .title span {
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.8s;
  display: block;
}
main .bg .title .text_down {
  transform: translateY(0%);
  opacity: 1;
}
main .bg .brand_banner_line {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
main .bg .brand_banner_line div {
  background-color: rgb(254, 118, 0);
  width: 50%;
  height: 3px;
  margin-top: 0.06rem;
}
main .content {
  width: 60%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 1.77rem 0;
}
main .content .t1 {
  font-size: 0.6rem;
  font-family: "Lateef-Bold";
}
main .content .t2 {
  font-size: 0.32rem;
  font-family: "Lateef-Bold";
  text-align: center;
  line-height: 0.38rem;
  margin-top: 0.6rem;
  margin-bottom: 1.36rem;
}
main .content .t2 span {
  color: #ff8002;
}
main .content .box {
  width: 100%;
}
main .content .box .t {
  text-transform: uppercase;
  font-size: 0.32rem;
  font-family: "Lateef-Bold";
}
main .content .box .tabs {
  display: flex;
  align-items: center;
  gap: 0.18rem;
  margin-top: 0.27rem;
}
main .content .box .tabs .tab {
  flex: 1;
  height: 0.58rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.27rem;
  color: #5b5b5b;
  border: 1px solid #5b5b5b;
  cursor: pointer;
  text-transform: uppercase;
}
main .content .box .tabs .tab.active {
  background-color: #000;
  color: #fff;
}
main .content .box input {
  border: none;
  outline: none;
  font-size: 0.3rem;
  flex: 1;
  font-family: "Lateef-Regular";
}
main .content .box .input-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.32rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 0.7rem;
  position: relative;
}
main .content .box .input-box img {
  width: 0.3rem;
}
main .content .box .input-box ul {
  position: absolute;
  top: 0.65rem;
  width: 100%;
  font-size: 0.2rem;
  z-index: 4;
  background-color: #fff;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1);
  height: 4.2rem;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: all 0.5s;
}
main .content .box .input-box ul li {
  padding: 0.2rem;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 0.25rem;
}
main .content .box .input-box ul li:hover {
  background-color: rgba(0, 0, 0, 0.15);
}
main .content .box textarea {
  width: 100%;
  font-family: "Lateef-Regular";
  font-size: 0.25rem;
  height: 1.84rem;
  resize: none;
  margin-top: 0.45rem;
  padding: 0.2rem 0.3rem;
}
main .content .box2 {
  margin-top: 1.3rem;
}
main .content .privacy-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1rem;
}
main .content .privacy-box .box {
  width: 0.3rem;
  height: 0.3rem;
  border: 3px solid #030303;
  margin-left: 0.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .content .privacy-box .box img {
  width: 70%;
}
main .content .privacy-box .t {
  font-size: 0.36rem;
  display: flex;
}
main .content .privacy-box .t .link {
  text-decoration: underline;
  cursor: pointer;
}
main .content .btn {
  display: block;
  width: 2.5rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.14rem;
  cursor: pointer;
  margin-top: 0.7rem;
  background-color: #000;
  color: #fff;
  border-radius: 0.5rem;
  font-family: "Lateef-Bold";
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.5rem;
}
main .content .btn img {
  width: 0.2rem;
}

.privacy_close_box {
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 1rem;
}

.privacy_close {
  width: 0.3rem;
  opacity: 0.5;
  transition: all 0.3s;
  cursor: pointer;
  margin-right: 0.4rem;
}

.privacy_close:hover {
  opacity: 1;
}

.privacy_pop .page_title {
  font-size: 0.44rem;
  color: #333;
  text-align: center;
  font-family: "Lateef-Bold";
  font-weight: 700;
  letter-spacing: 0.022rem;
}

.privacy_pop .page_main {
  margin-top: 0.5rem;
  font-size: 0.18rem;
  line-height: 0.4rem;
  color: #333;
  font-family: "Lateef-Regular";
}

.privacy_pop .page {
  padding: 0.2rem 1.2rem 1.2rem;
}

.privacy_pop {
  width: 100%;
  height: 100vh;
  z-index: 50000;
  position: fixed;
  opacity: 0;
  transition: all 0.4s;
  pointer-events: none;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.privacy_pop .privacy_pop_min {
  position: relative;
  width: 80%;
  height: 80vh;
  background-color: #fff;
  top: 80%;
  left: 30%;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}

.privacy_pop.active {
  /* opacity: 1; */
  pointer-events: auto;
}

.privacy_pop.active .privacy_pop_min {
  top: 52%;
}

.privacy_pop.active {
  opacity: 1;
  pointer-events: auto;
}

.submit_ok_pop {
  width: 100%;
  height: 100vh;
  z-index: 50000;
  position: fixed;
  transition: all 0.4s;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.submit_ok_pop .box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20%;
  padding: 0.5rem 0;
  border-radius: 0.1rem;
}
.submit_ok_pop .box .t {
  font-family: "Lateef-Bold";
  font-size: 0.32rem;
  text-align: center;
}
.submit_ok_pop .box .btn {
  display: block;
  width: 2.5rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  font-size: 0.14rem;
  cursor: pointer;
  margin-top: 0.7rem;
  background-color: #000;
  color: #fff;
  border-radius: 0.5rem;
  font-family: "Lateef-Bold";
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.5rem;
}
.submit_ok_pop .box .btn img {
  width: 0.2rem;
}

.footer {
  width: 100%;
}

/* button */
.btn-stay{
  width: 2.7rem;
  height: 0.6rem;
  border-radius: 50px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 0.7rem;
  cursor: pointer;
}
.btn-stay .bt_mask{
  background-color: #000;
}
.btn-stay .bt_t{
  color: #fff;
  font-weight: bold;
}

.btn-stay_1{
  width: 2.7rem;
  height: 0.6rem;
  border-radius: 50px;
  overflow: hidden;
  margin-top: 1.1rem;
}
.btn-stay_1 .bt_mask{
  background-color: #000;
}
.btn-stay_1 .bt_t{
  color: #fff;
  font-weight: bold;
}



@media (max-width: 768px) {
  main .bg {
    height: auto;
  }
  main .bg .title {
    font-size: 0.6rem;
  }
  main .content {
    width: 84%;
    padding: 1rem 0;
  }
  main .content .t1 {
    font-size: 0.6rem;
  }
  main .content .t2 {
    font-size: 0.36rem;
    text-align: left;
    margin-top: 0.2rem;
    margin-bottom: 1rem;
  }
  main .content .box .t {
    font-size: 0.4rem;
  }
  main .content .box .tabs {
    flex-wrap: wrap;
  }
  main .content .box .tabs .tab {
    width: 48.5%;
    flex: none;
    height: 0.9rem;
    font-size: 0.36rem;
  }
  main .content .box input {
    font-size: 0.33rem;
  }
  main .content .box textarea {
    height: 3.6rem;
  }
  main .content .privacy-box .box {
    width: 0.25rem;
    height: 0.25rem;
    border: 1px solid #000000;
  }
  main .content .btn {
    width: 100%;
    height: 0.9rem;
    font-size: 0.25rem;
    justify-content: center;
    position: relative;
  }
  main .content .btn img {
    width: 0.32rem;
    position: absolute;
    right: 0.6rem;
  }
  .submit_ok_pop .box {
    width: 55%;
  }
}/*# sourceMappingURL=contact.css.map */