.contact{
	padding: 1rem 0 0 0;
}
.contact_cont{
	margin-top: 0.35rem;
}
.contact_li{
	padding: 0.4rem 0 0.67rem;
	border-top: 1px solid #EAEAEA;
}
.contact_list img{
	width: 0.7rem;
	height: 0.7rem;
}
.contact_list2 img{
	width: 0.25rem;
	height: 0.25rem;
}
.contact_list .contact_p{
	padding-left: 0.23rem;
}
.contact_list2 .contact_p{
	padding-left: 0.07rem;
}

.contact_p p{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.2rem;
}
.contact_tit{
	font-weight: bold !important;
	font-size: 0.2rem !important;
	margin-bottom: 0.1rem;
}
.contact_c{
	flex-wrap: wrap;
	margin-top: 0.23rem;
}
.contact_list2{
	flex: 0 0 50% !important;
	margin-top: 0.21rem;
}
.map{
	width: 100%;
	height: 5rem;
}
.contact_message{
	padding: 1.42rem 0 1rem;
}
.n_message{
	margin-top: 0.5rem;
	position: relative;
}
.formBox{
	justify-content: space-between;
	flex-wrap: wrap;
}
.form_list{
	flex: 0 0 48% !important;
	border-bottom: 1px solid #E5E5E5;
	padding: 0.16rem 0;
	margin-top: 0.1rem;
}
.form_list p{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.2rem;
	color: #C4C4C4;
}
.form_list input{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.2rem;
	color: #FF6B35;
	width: 100%;
}
.form_list input::placeholder{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.2rem;
	color: #C4C4C4;
}
textarea{
	width: 100%;
	height: 4.1rem;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	border: 1px solid #E5E5E5;
	margin-top: 0.44rem;
	font-family: Poppins, Poppins;
	font-weight: 500;
	font-size: 0.2rem;
	color: #000000;
	padding: 0.2rem 0.18rem;
}
textarea::placeholder{
	font-family: Poppins, Poppins;
	font-weight: 500;
	font-size: 0.2rem;
	color: #C4C4C4;
}
.button{
	width: 1.5rem;
	height: 0.5rem;
	background: #233791;
	border-radius: 51px 51px 51px 51px;
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	line-height: 0.5rem;
	text-align: center;
	margin-top: 0.57rem;
	cursor: pointer;
}
.button:hover{
    background: #FF6B35;
}
.label{
	margin-top: 0.45rem;
}
.label input{
	
}
.label label{
	font-family: Poppins, Poppins;
	font-weight: 300;
	font-size: 0.2rem;
	color: #C4C4C4;
	margin-left: 0.1rem;
}
.label label .policy_list{
	font-family: Poppins, Poppins;
	font-weight: 300;
	font-size: 0.2rem;
	color: #FF6B35;
}
/* label::before {
  content: '';
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  margin-right: 8px;
  vertical-align: middle;
}
 
/* 当checkbox被选中时，改变背景颜色 */
/* input[type="checkbox"]:checked + label::before {
  background-color: #FF6B35; /* 例如，使用蓝色 */
  /* border-color: #FF6B35; /* 同时改变边框颜色 */
/* } */

.selectITem{
	position: relative;
	    display: flex;
	    width: 100%;
	    align-items: center;
	    justify-content: space-between;
}
.selectITem img{
	width: 0.16rem;
	height: 0.09rem;
}
.selectITem input{
	font-family: Poppins, Poppins;
	font-weight: 500;
	font-size: 0.2rem;
	color: #000000;
}
.selectITem input::placeholder{
	font-family: Poppins, Poppins;
	    font-weight: 400;
	    font-size: 0.2rem;
	    color: #C4C4C4;
}
.optionBox{
	display: none;
	position: absolute;
	top: 40px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.16);
	border-radius: 10px 10px 10px 10px;
	padding: 0.12rem 0;
	width: 100%;
}
.optionITem{
	padding: 0.1rem 0.22rem;
	cursor: pointer;
	justify-content: space-between;
	align-items: center;
}
.optionITem p{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 18px !important;
	color: #747474 !important;
}
.optionITem img{
	width: 0.17rem;
	height: 0.11rem;
	display: none;
}
.optionITem:hover p{
  
  color: #fff !important;
}
.optionITem:hover{
	background: #FF6B35;
}
.optionITem:hover img{
	display: block;
}

.submit_success{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 0.6rem 2.1rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.16);
	border-radius: 20px 20px 20px 20px;
	z-index: 99;
}
.submit_success img{
	width: 0.76rem;
	height: 0.76rem;
	margin: auto;
}
.submit_success p{
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.25rem;
	color: #000000;
	line-height: 0.67rem;
	margin-top: 0.21rem;
	text-align: center;
}
.close{
	width: 0.17rem !important;
	height: 0.17rem !important;
	position: absolute;
	right: 0.28rem;
	top: 0.28rem;
}
.policy_ac{
	position: fixed;
	top: 50%;
	   left: 50%;
	       transform: translate(-50%,-50%);
	       width: 90%;
	    height: 100%;
	background: #EEEEEE;
	border-radius: 10px 10px 10px 10px;
	padding: 0.64rem 0.44rem;
	overflow-y: scroll;
	z-index: 1;
	display: none;
	max-height: 80vh;
}
.policy_tit{
	font-family: Poppins, Poppins;
	font-weight: 600;
	font-size: 0.25rem;
	color: #000000;
	line-height: 0.37rem;
}
.policy_dec{
	font-family: Poppins, Poppins;
	font-weight: 300;
	font-size: 0.18rem;
	color: #000000;
	line-height: 0.3rem;
	margin-top: 0.12rem;
}
.policy_button{
	padding: 0.34rem 0.44rem;
	background: #F7F7F7;
	box-shadow: 0px -6px 3px 1px rgba(0,0,0,0.06);
	position: absolute;
	    width: 100%;
	    left: 0;
}
.policy_button2{
	width: 1.5rem;
	height: 0.5rem;
	background: #D1D1D1;
	font-family: Poppins, Poppins;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	line-height: 0.5rem;
	text-align: center;
	text-transform: uppercase;
	margin-right: 0.26rem;
	border-radius: 0.5rem;
	cursor: pointer;
	transition: all 0.3s;
}
.policy_button2:hover{
	background: #FF6B35;
	transition: all 0.3s;
}
.policy_close{
	position: absolute;
	top: 0.22rem;
	right: 0.12rem;
	width: 0.37rem;
	height: 0.37rem;
}
.policy_ac::-webkit-scrollbar{
	width: 0.1rem;
	
}
.policy_ac::-webkit-scrollbar-track{
	background: #D0D0D0;
	border-radius: 40px 40px 40px 40px;
}
.policy_ac::-webkit-scrollbar-thumb{
	background: #FF6B35;
	border-radius: 40px 40px 40px 40px;
}