
.ui-step-wrap {
	position: relative
}
.ui-step-wrap .ui-step-bg,
.ui-step-wrap .ui-step-progress {
	height: 4px;
	position: absolute;
	top: 20px;
	left: 0
}
.ui-step-wrap .ui-step-bg {
	width: 100%;
	background: #ddd
}
.ui-step-wrap .ui-step-progress {
	width: 0;
	background: #1e9bf5
}
.ui-step-wrap .ui-step {
	position: relative;
	z-index: 1;
	list-style: none
}
.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 .ui-step-item-num {
	text-align: center;
	color: #625454
}
.ui-step-item-title{
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	color: #999999;
}
.ui-step-wrap .ui-step .ui-step-item .ui-step-item-num {
	/*margin-top: 18px*/
}
.ui-step-wrap .ui-step .ui-step-item .ui-step-item-num span {
	display: inline-block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #e5e5e5;
	border-radius: 50%;
	background: #FFFFFF
}
.ui-step-wrap .ui-step .ui-step-item.active .ui-step-item-num span {
	color: #fff;
	border-color: #1e9bf5;
	background: #1e9bf5;
}
.ui-step-item.finished span:after {
    content: '\2714';
    font-size: 20px;
}
.ui-step-item.finished .ui-step-item-title {
    color: #1E9BF5;
}