.ui-step-wrap {
	position: relative
}

.ui-step-wrap .ui-step-bg,.ui-step-wrap .ui-step-progress {
	height: 6px;
	position: absolute;
	top: 35px;
	left: 0;
}

.ui-step-wrap .ui-step-bg {
	width: 100%;
	background: #ddd
}

.ui-step-wrap .ui-step-progress {
	width: 0;
	background: #2382bf
}

.ui-step-wrap .ui-step {
	position: relative;
	z-index: 1;
	list-style: none;
	padding: 0;
}

.ui-step-wrap .ui-step:after {
	content: '';
	display: table;
	clear: both
}

.ui-step-wrap .ui-step .ui-step-item {
	float: left
}

.ui-step-wrap .ui-step .ui-step-item div {
	text-align: center;
	color: #625454
}

.ui-step-wrap .ui-step .ui-step-item .ui-step-item-num {
	margin-top: 18px;
	margin-bottom: 25px;
}

.ui-step-wrap .ui-step .ui-step-item .ui-step-item-num span {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #dad9d9;
}

.ui-step-wrap .ui-step .ui-step-item.active .ui-step-item-num span {
	color: #fff;
	background: #2382bf
}
