body,
div,
ul,
li {
	margin: 0;
	padding: 0;
}
.fl{margin:12px;}
	 ul{list-style:none}
	.show_let {width:100%;height:125px; }
	.second, .there{animation:pt 3s ;}
	@keyframes pt{from{opacity:0;}to{opacity:1;}}
	@-webkit-keyframes pt{from{opacity:0;}to{opacity:1;}}
	@keyframes ddr {from{border-bottom:1px solid #cf0;}to  {border-bottom:1px solid #999;}}
	@-webkit-keyframes ddr {from{border-bottom:1px solid #cf0;}to  {border-bottom:1px solid #999;}}

body {
	font-family: "寰蒋闆呴粦";
}
.ui-step-wrap {
	position: relative;
}

.ui-step-wrap .ui-step-bg,
.ui-step-wrap .ui-step-progress {
	height: 4px;
	position: absolute;
	top: 33px;
	left: 0;
}

.ui-step-wrap .ui-step-bg {
	width: 100%;
	background: #ddd;
}

.ui-step-wrap .ui-step-progress {
	width: 0;
	background: #70c31f;
}

.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;
}

.ui-step-wrap .ui-step .ui-step-item .ui-step-item-num {
	margin-top: 8px;
}

.ui-step-wrap .ui-step .ui-step-item .ui-step-item-num span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #dad9d9;
}

.ui-step-wrap .ui-step .ui-step-item.active .ui-step-item-num span {
	color: #fff;
	background: #70c31f;
}


button {
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	text-align: center;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #fff;
	background-color: #5bc0de;
}

.main {
	width: 1000px;
	margin: 100px auto;
}
#step {
    padding-bottom: 8px;
	padding-top:5px;
}
.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;
}
