.contact_banner{
	display: flex;
	position: relative;
}
.contact_bt{
	width: 50%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 1.1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.contact_bt div:nth-of-type(1){
	font-size: 0.55rem;
	font-weight: 800;
	font-family: 'Montserrat-Bold';
}
.contact_bt div:nth-of-type(2){
	font-size: 0.26rem;
	font-weight: 600;
	margin-top: 0.4rem;
	line-height: 1.4;
	font-family: 'Montserrat-Bold';
	white-space: nowrap;
	text-align: center;
}
.contact_bt div:nth-of-type(3){
  font-size: 0.26rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0.1rem;
  text-align: center;
  white-space: nowrap;
}
.contact_bt div:nth-of-type(4){
  color: #5D4329;
  margin-top: 0.2rem;
  display: flex;
}
.contact_bt div:nth-of-type(4):hover div{
  background: #DEA369;
}
.contact_bt div:nth-of-type(4):hover a{
  color: #DEA369;
}
.contact_bt .contact_jump{
  font-size: 0.2rem;
  color: #5D4329;
  cursor: pointer;
  text-decoration: underline;
  margin: 0 0.1rem;
  font-weight: 700;
}
.btn_line{
  background: #5D4329;
    width: 0.3rem;
    height: 0.03rem;
    margin-top: 0.12rem !important;
}
.btn_line_1{
  margin-top: 0.1rem;
}
.btn_line_2{
  /* margin-bottom: 0.1rem; */
}
.contact_b_i{
	width: 100%;
}

textarea, input{
	background-color: #ecebe9;
}

@font-face {
  font-family: "Montserrat-Black";
  src: url("../font/Montserrat-Black.html") format("truetype");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../font/Montserrat-Bold.html") format("truetype");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../font/Montserrat-Regular.html") format("truetype");
}
/* @font-face {
  font-family: "Montserrat-Black";
  src: url("https://www.cheryinternational.com/data/tms/website/html/fontDemo/contact_2024/Montserrat-Black.otf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("https://www.cheryinternational.com/data/tms/website/html/fontDemo/contact_2024/Montserrat-Bold.otf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("https://www.cheryinternational.com/data/tms/website/html/fontDemo/contact_2024/Montserrat-Regular.otf") format("truetype");
} */
body {
  font-family: "Montserrat-Regular";
  background-color: #eceae9;
}

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: "Montserrat-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;
  flex-direction: column;
  padding-bottom: 1rem;
}
main .content .t1 {
  font-size: 0.54rem;
  font-family: "Montserrat-Bold";
}
main .content .t2 {
  font-size: 0.25rem;
  font-family: "Montserrat-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.25rem;
  font-family: "Montserrat-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.17rem;
  color: #5b5b5b;
  border: 1px solid #5b5b5b;
  cursor: pointer;
  text-transform: uppercase;
}
main .content .box .tabs .tab:hover{
	background-color: rgba(164, 138, 115, 0.4);
	border:1px solid rgba(164, 138, 115, 0);
}
main .content .box .tabs .tab.active {
  border: 1px solid rgb(164, 138, 115);
  background-color: rgb(164, 138, 115);
  color: #fff;
}
main .content .box input {
  border: none;
  outline: none;
  font-size: 0.2rem;
  height: 0.5rem;
  flex: 1;
  font-family: "Montserrat-Regular";
}

input.error::placeholder {
    color: red;
}
input.error::-webkit-input-placeholder {
    color: red;
}
input.error:-moz-placeholder {
    color: red;
}
input.error::-moz-placeholder {
    color: red;
}
input.error:-ms-input-placeholder {
    color: red;
}

main .content .box .input-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 0.5rem;
  position: relative;
}
main .content .box .input-box img {
  width: 0.23rem;
}
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-category ul{
	max-height: 2.8rem;
	height: auto;
}
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: "Montserrat-Regular";
  font-size: 0.2rem;
  height: 1.84rem;
  resize: none;
  margin-top: 0.45rem;
  padding: 0.2rem 0.3rem;
}
main .content .box2 {
  margin-top: 1rem;
}
.num_impose{
	text-align: right;
	margin-top: 0.1rem;
	opacity: 0.6;
}
main .content .privacy-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0.5rem;
}
main .content .privacy-box .box {
  width: 0.3rem;
  height: 0.3rem;
  border: 2px solid #030303;
  margin-right: 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.21rem;
  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: "Montserrat-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: "Montserrat-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: "Montserrat-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: 50%;
  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: 5rem;
  padding: 0.5rem 0;
  border-radius: 6px;
}
.submit_ok_pop .box img{
	width: 0.5rem;
}
.submit_ok_pop .box .t {
  font-family: "Montserrat-Bold";
  font-size: 0.29rem;
  text-align: center;
  margin-top: 0.3rem;
  color: #A2805D;
}
.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.4rem;
  background-color: #000;
  color: #fff;
  border-radius: 0.5rem;
  font-family: "Montserrat-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: 3.7rem;
  height: 0.6rem;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 0.7rem;
  background-color: rgb(164, 138, 115);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.85;
  cursor: pointer;
  transition: all .5s;
}
.btn-stay:hover{
	opacity: 1;
}
.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) {
	.contact_banner{
		flex-direction: column;
	}
	.contact_bt{
		top: 45%;
	}
	.contact_bt, .contact_b_i{
		width: 100%;
	}
	.contact_bt{
		text-align: left;
		/* padding: 0 4% 0 8%; */
	}
	.contact_bt div:nth-of-type(1){
		font-size: 0.56rem;
	}
	.contact_bt div:nth-of-type(2){
		font-size: 0.25rem;
	}
	.contact_bt div:nth-of-type(3){
		font-size: 0.25rem;
	}
	.btn-stay{
		width: 80%;
		height: 0.88rem;
	}
  main .bg {
    height: auto;
  }
  main .bg .title {
    font-size: 0.6rem;
  }
  main .content {
    width: 84%;
    padding: 0rem 0;
  }
  main .content .t1 {
    font-size: 0.55rem;
  }
  main .content .t2 {
    font-size: 0.3rem;
    text-align: left;
    margin-top: 0.2rem;
    margin-bottom: 1rem;
  }
  main .content .box .t {
    font-size: 0.3rem;
  }
  main .content .box .tabs {
    flex-wrap: wrap;
  }
  main .content .box .tabs .tab {
    width: 48.5%;
    flex: none;
    height: 0.9rem;
    font-size: 0.22rem;
  }
  main .content .box input {
    font-size: 0.28rem;
  }
  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: 65%;
  }
  
  main .content .box .input-box img {
    width: 0.33rem;
  }
  main .content .box textarea {
    font-size: 0.26rem;
  }
  
  .contact_bt div:nth-of-type(4){
	  /* height: 0.6rem;
	  line-height: 0.6rem;
	  font-size: 0.24rem; */
	  /* width: 4rem; */
  }
  
  
  
}/*# sourceMappingURL=contact.css.map */