body{
	background: #F4F4F4;
}
.contbox{
	margin-top: 20px;
	overflow: hidden;
}
.contbox>.boxfl{
	width: 130px;
	height: 640px;
	float: left;
	background: #fff;
	border: none;
}
.contbox>.boxfr{
	width: 1050px;
	float: right;
	min-height: 710px;
	background: #fff;
	padding: 10px 20px;
	margin-bottom: 100px;
}
.espetit{
	color: #666666;
	font-size: 18px;
	border-bottom: 2px solid  #E1251B !important;
	position: relative;
	line-height: 30px;
	display: inline-block;
}
.espetit::after{
	content: "";
	width: 1010px;
	height: 1px;
	background: #eee;
	position: absolute;
	bottom: -3px;
	left: 0;
}
.formbox{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 60px;
}
.formbox div{
	display: flex;
	align-items: center;
	margin-top: 40px;
}
.formbox div input{
	width: 300px;
	height: 40px;
	padding:0 12px;
	border: 1px solid #E4E4E4;
	background: #fff;
}
.formbox button{
	width:160px;
	height:40px;
	background:#E1251B;
	border-radius:2px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 16px;
	margin-top: 70px;
}












