img{
	display: inherit;
}
body{
	background-color: #f5f5f5;
}
.xfbj_top{
	text-align: center;
	line-height: 2.5rem;
	font-size: 2rem;
	color: #666;
	font-weight: bolder;
	padding: 1.5rem 0;
	text-shadow: 0.2rem 0.2rem 0.2rem #fdd835 ;
	background-color: #fff;
}
.form_s{
	background-color: #fff;
	padding-bottom: 1rem;
}
.xfbj_ctn{
	overflow: hidden;
}
.form_lis1{
	display: flex;
	justify-content: center;
	font-size: 1.5rem;
	line-height: 2.5rem;
	text-align: center;
	padding: 0 10%;
	margin-bottom: 1.8rem;
	overflow: hidden;
}
.form_lis1 span{
	width: 25%;
	background-color: #ee7800;
	border-top-left-radius: 1.25rem ;
	border-bottom-left-radius: 1.25rem ;
	border-bottom-right-radius:0;
	border-top-right-radius:0;
	color: #Fff;
}
.form_lis1 input{
	width: 75%;
	padding-left: 1rem;
	border: 0.1rem solid #ee7800;
	border-bottom-right-radius:1.25rem;
	border-top-right-radius:1.25rem;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	outline: none;
}
.form_lis1 button{
	font-size: 1.5rem;
	line-height: 3rem;
	color: #fff;
	width: 100%;
	background-color: #ee7800;
	font-weight: 800;
	border-radius: 1.5rem;
	outline: none;
}
.form_s2{
	margin-top: 1.5rem;
	background-color: #fff;
}
.form_s2_top{
	text-align: center;
	line-height: 2.5rem;
	font-size: 1.5rem;
}
.form_s2_top p:nth-child(1){
	color: #ee7800;
	font-size: 1.5rem;
	
}
.form_lis2{
	display: flex;
	justify-content: center;
	font-size: 1.5rem;
	line-height: 2.5rem;
	text-align: center;
	padding: 0 10%;
	margin-bottom: 1.8rem;
	overflow: hidden;
}
.form_lis2 input:nth-child(1){
	width: 75%;
	outline: none;
	height: 2.5rem;
	border: 0.1rem solid #ee7800;
	border-top-left-radius: 1.25rem ;
	border-bottom-left-radius: 1.25rem ;
	border-bottom-right-radius:0;
	border-top-right-radius:0;
	padding-left: 1rem;
}
.form_lis2 button{
	width: 25%;
	height: 2.5rem;
	background-color: #ee7800;
	color: #Fff;
	border-bottom-right-radius:1.25rem;
	border-top-right-radius:1.25rem;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	outline: none;
}
.form_s2_txt{
	text-align: center;
	color: #8f8f94;
	padding-bottom: 1.5rem;
}
.phone{
	padding: 2rem 15%;
}
.phone a{
	display: block;
	width: 100%;
	line-height: 3rem;
	font-size: 1.2rem;
	font-weight: 800;
	background-color: #ee7800;
	color: #fff;
	text-align: center;
	border-radius: 1.5rem;
}
.btm_yy{
	background-color: #fff;
}
.form_lis_zy{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 10% 1.5rem;
	line-height: 2.5rem;
}
.form_lis_zy span{
	border: 0.1rem solid #ee7800;
	width: 20%;
	text-align: center;
	border-radius: 1.25rem;
	font-size: 1.2rem;
	color: #ee7800;
}
.form_lis_zy .sp_bg{
	color: #fff;
	background-color:#ee7800;
}