body, div, ul, li {
	margin: 0;
	padding: 0;
}

body {
	font-family: "微软雅黑";
}

.ui-step-wrap {
	position: relative;
}

.ui-step-wrap .ui-step-bg, .ui-step-wrap .ui-step-progress {
	height: 6px;
	position: absolute;
	top: 30px;
	left: 16%;
}

.ui-step-wrap .ui-step-bg {
	width: 68%;
	background: #ddd;
}

.ui-step-wrap .ui-step-progress {
	width: 0;
	background: #006EFF;
}

.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 div {
	text-align: center;
	color: #625454;
	margin-top: 15px;
}

.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: 26px;
	height: 26px;
	border-radius: 50%;
	background: #dad9d9;
	line-height: 26px;
}

.ui-step-wrap .ui-step .ui-step-item.active .ui-step-item-num span {
	color: #fff;
	background: #006EFF;
}

.ui-step-wrap .ui-step .active .ui-step-item-title {
	color: #006EFF
}

.main {
	width: 900px;
	margin: 0px auto;
}

#step {
	margin-bottom: 30px;
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 10px;
}

.btns {
	float: left;
}

.info {
	float: left;
	height: 34px;
	line-height: 34px;
	margin-left: 40px;
	font-size: 28px;
	font-weight: bold;
	color: #928787;
}

.info span {
	color: red;
}