body{
	background: #F4F4F4;
}
.container{
	position: static;
}
.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 .picture{
	position: relative;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	overflow: hidden;
	cursor: pointer;
	margin: 82px auto 0;
}
.formbox .picture span{
	color:#fff;
	font-size: 15px;
	background: rgba(0,0,0,.5);
	height: 30px;
	text-align: center;
	line-height: 26px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.forminfo{
	display: flex;
	flex-wrap: wrap;
	width:852px;
	margin:42px auto 0;
}
.forminfo .box{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	margin-right: 100px;
}
.forminfo .box:nth-child(2n){
	margin-right: 0;
}
.forminfo .box h4{
	margin: 0;
	/* width: 90px; */
	text-align: right;
	font-weight: normal;
}
.forminfo .box .lump{
	width: 300px;
	height: 40px;
	border: 1px solid #E4E4E4;
}
.forminfo .box .lump input{
    width: 298px;
	padding: 0 10px;
	border: none;
	height:38px;
}
.forminfo .box .selecttex{
	position: relative;
	border: 1px solid #E4E4E4;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #999999;
	padding: 0 12px;
	cursor: pointer;
}
.forminfo .box .selecttex img{
	width: 24px;
}
.forminfo .box .selecttex .selectlist{
	position: absolute;
	top: 100%;
	left: -1px;
	border: 1px solid #E4E4E4;
	width: 300px;
	display:none;
	background: #fff;
}
.forminfo .box .selecttex .selectlist div{
	min-height: 40px;
	display: flex;
	align-items: center;
	padding: 6px 12px;
}
.forminfo .box .selecttex .selectlist div:last-child{
	border:none;
}
.forminfo .box .selecttex .selectlist div:hover{
	color: #E1251B;
}

.date_selector, .date_selector *{width: auto;height: auto;border: none;background: none;margin: 0;padding: 0;text-align: left;text-decoration: none;font:12px/1.5 Arial; color:#333;}

.date_selector{background:#fbfbfb;border: 1px solid #ccc;padding: 10px;margin:0;margin-top:-1px;position: absolute;z-index:100000;display:none;border-radius: 3px;box-shadow: 0 0 5px #aaa;box-shadow:0 2px 2px #ccc; width:220px;box-sizing: content-box;}

.date_selector_ieframe{position: absolute;z-index: 99999;display: none;}

.date_selector .nav{width: 17.5em;}

.date_selector .nav p{clear: none;}

.date_selector .month_nav, .date_selector .year_nav{margin: 0 0 3px 0;padding: 0;display: block;position: relative;text-align: center;}

.date_selector .month_nav{float: left;width: 52%;}

.date_selector .year_nav{float: right;width: 42%;}

.date_selector .month_name, .date_selector .year_name{font-weight: bold;line-height: 20px;}

.date_selector .button{display: block;position: absolute;top: 0;width:18px;height:18px;line-height:16px;font-weight:bold;color:#5985c7;text-align: center;font-size:12px;overflow:hidden;border: 1px solid #ccc;border-radius:2px;}

.date_selector .button:hover, .date_selector .button.hover{background:#5985c7;color: #fff;cursor: pointer;border-color:#3a930d;}

.date_selector .prev{left: 0;}

.date_selector .next{right: 0;}

.date_selector table{border-spacing: 0;border-collapse: collapse;clear: both;margin: 0; width:220px;}

.date_selector th, .date_selector td{width: 2.5em;height: 2em;padding: 0 !important;text-align: center !important;color: #666;font-weight: normal;}

.date_selector th{font-size: 12px;}

.date_selector td{border:1px solid #f1f1f1;line-height: 2em;text-align: center;white-space: nowrap;color:#5985c7;background: #fff;}

.date_selector td.today{background: #eee;}

.date_selector td.unselected_month{color: #ccc;}

.date_selector td.selectable_day{cursor: pointer;}

.date_selector td.selected{background:#2b579a;color: #fff;font-weight: bold;}

.date_selector td.selectable_day:hover, .date_selector td.selectable_day.hover{background:#5985c7;color: #fff;}
/**{ margin:0; padding:0;}*/
ul,li{ list-style:none;}

img{border:0 none;}
.btnbox{
	display: flex;
	justify-content: center;
	margin-top: 72px;
}
.btnbox button{
	width:160px;
	height:40px;
	background:#E1251B;
	border:1px solid #E1251B;
	border-radius:2px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	margin: 0 20px;
}
.btnbox button:last-child{
	background: #fff;
	color: #E1251B;
}





