.step-body {
	position: relative;
}
.setp-tz {
	cursor: pointer
}
.step-header {
	width: 1120px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 36px;
}

.step-header div {
	float: left;
	cursor: pointer;
}

.step-header .line {
	height: 1px;
	background: #ccc;
	float: left;
	margin: 14px 1% 0 1%;
	width:220px !important;
}

.step-header div>span {
	float: left;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color: #999;
	background: #fff;
	border: 1px solid #ccc;
}

.step-header div>p {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin: 0 0 0 8px;
	line-height: 26px;
}

/*已经通过该步骤*/
.step-header .step-adopt span {
	float: left;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	background: #fff;
	border-color: #06c;
	color:#06c;
}
.step-header .step-adopt p {
	color:#06c;
}
/*当前选中*/
.step-header .step-active span{
	float: left;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	background: #579DDB;
	border-color: #579DDB;
	color: #fff;
}
.step-header .step-active p{
	color:#06c;
}