@charset "utf-8";
/* 流程 */
.steps {
	margin:30px auto;
}
.steps, .steps li {
	height: 52px;
}
.steps ol {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
}
.steps ol li {
	width: 50%;
}
.steps li {
	background: url(images/steps/default/nodone_line.png) repeat-x 0px 13px;
	font-size: 15px;
	line-height: 28px;
	color: #474747;
	float: left;
	display: inline;
}
.steps li span {
	width: auto;
	float: left;
}
.steps li span a {
	width: auto;
	float: left;
}
.steps li span i {
	width:34px;
	height: 30px;
	background: url(images/steps/default/nodone.png) no-repeat 50% 50%;
	text-align: center;
	font: bold 16px/28px Tahoma;
	color: #fff;
	display: block;
	position: relative;
	left: -17px;
}
.steps li.first span i {
	width:100%;
	+width:34px;
}
.steps li.last {
	width: auto !important;
	background:#fff;
	position: absolute;
	right: 0px;
}
.steps li.last span {
	width: 36px;
}
.steps li.last span i {
	background: url(images/steps/default/nofinish.png) no-repeat 50% 50%;
	margin: 0px auto;
	text-indent: -9999em;
}
.steps li.last_done span i {
	margin: 0px auto;
	text-indent: -9999em;
}
.steps em {
	left: -50%;
	text-align: center;
	font-style:normal;
	display: inline-block;
	position: relative;
}
.steps li.first i, .steps li.first em, .steps li.last i, .steps li.last em {
	left: 0px;
}
.steps .current span {
	font-weight:bold;
}
.icon_steps_arrow_down {
	width: 64px;
	height: 64px;
	background:url(images/steps/steps_arrow_down.png) no-repeat;
	vertical-align: middle;
	display: inline-block;	
}