@charset "UTF-8";
/*企业员工福利样式*/
.container{
	width: 100%;
	height: 100%;
	background: #f2f2f2;
	padding: 16px 0 118px;
}
.container-wraper{
	background: #fff;
	padding: 62px 50px 55px;
}
.title{
	border-bottom: 1px dashed #dedad9;
}
.title-left h2{
	display: inline-block;
	font-size:24px;
	line-height:70px;
	margin-right: 8px;
}
.title-left span{
	color: #dbd9d8;
	font-size: 12px;
}
.title-right span{
	cursor: pointer;
	font-size:16px;
	line-height:70px;
	color: #fd772e;
}
.section{
	padding-top: 70px;
	padding-bottom: 60px;
	border-bottom: 1px dashed #dedad9;
}
.section-title{
	border-left: 4px solid #fd772e;
	padding-left: 16px;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 8px;
}
.section-info p{
	margin-left: 18px;
	font-size: 15px;
	color: #807f7f;
	line-height: 40px;
}
.chart{
	text-align: center;
	padding-top: 60px;
}
.chart img{
	display: inline-block;
	margin-bottom: 15px;
	margin-left: -98px;
}
.chart-claims{
	padding-top: 35px;
}
.register{
	padding-top: 57px;
	text-align: center;
}
.create{
	text-align:center;
	margin-top: 70px;
}
.create-web{
	display: inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border:1px solid #fd772e;
	padding: 0 62px;
	font-size:18px;
	line-height:52px;
	color: #fd772e;
}
.create-web:hover {
	/*background-color: #fd772e;*/
	/*color: #fff;*/
}