body{
	background-color: #fff;
}
img{
	width: 100%;
}
.dhjt_name{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 1.5rem 0;
}
.dhjt_name i{
	display: block;
	width: 3rem;
	height: 3rem;
}
.dhjt_name h2{
	font-size: 1.8rem;
	line-height: 2.4rem;
	border-bottom: 0.1rem solid #de000e;
	padding: 0 0.5rem;
	color: #cb2458;
}
.dhjt_name p{
	letter-spacing: 0.1rem;
	width: 100%;
	text-align: center;
	font-size: 1rem;
	color: #de000e;
}
.dhjt_ctn{
	padding: 1rem 5%;
	background-color: #cb2458;
}
.dhjt_hdsj {
	background: url(../img/tf.png)no-repeat;
	background-size: 100% 100%;
	margin-top: 0.8rem;
}
.dhjt_hdsj p{
	font-size: 1.6rem;
	text-align: center;
	line-height: 2.8rem;
	padding-bottom: 1.5rem;
	color: #d90004;
}
.dhjt_hdsj p span{
	color: #d82b1b;
	font-weight: 800;
	padding-left: 1%;
}
.dhjt_hdnr{
	background-color: #fff;
	line-height: 3.5rem;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 800;
}
.dhjt_hdnr2{
	background-color: #fff;
	line-height: 2.1rem;
	font-size: 1.3rem;
	font-weight: 800;
	padding: 0.8rem 5%;
	text-indent: 2.6rem;
}
.dhjt_btn{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 1.5rem 0;
}
.dhjt_btn a{
	display: block;
	width: 49%;
	line-height: 2.5rem;
	font-size: 1.1rem;
	text-align: center;
	background-color: #fff0ac;
	border-radius: 1.25rem;
	color: #eb0007;
}
.sp{
	background-color: #ff0000;
	padding: 0.5rem;
	margin: 1.5rem 0;
}
.dhqy_1 a{
	display: block;
}
.dxbj_list{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.dxbj_lis{
	width: 48%;
}
.dxbj_lis a{
	display: block;
}
.form{
	background-color: #cb2458;
	padding: 1.8rem 2%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.form_bg{
	width: 45%;
}
.from_right{
	background-color: #f7f6bb;
	width: 55%;
}
.from_right h3{
	text-align: center;
	color: #cb2458;
	padding-top: 1rem;
}
.from_ipt{
	display: flex;
	justify-content: space-between;
	padding: 1.5rem 0 0.2rem;
	border-bottom: 0.1rem solid #b61113;
	margin: 0 5%;
}
.from_ipt input{
	width: 80%;
	line-height: 1.5rem;
	border: none;
	background-color: transparent;
	color: #b61113;
	outline: none;
}

.from_ipt input::placeholder{
	color: #b61113;
}
.from_ipt i{
	display: block;
}
.form_btn{
	margin: 1.5rem 5% 0;
	
}
.form_btn button{
	width: 100%;
	line-height: 2rem;
	background-color: #cb2458;
	border-radius: 1rem;
	color: #f4ddaa;
}