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: 50px;
	left: 0;
}

.ui-step-wrap .ui-step-bg {
	width: 100%;
	background: #ddd;
}

.ui-step-wrap .ui-step-progress {
	width: 0;
	background:#00aaef;
}

.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;
	width: 33%;
}

.ui-step-wrap .ui-step .ui-step-item div {
	text-align: left;
	color: #625454;
}

.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;
	text-align: center;
}

.ui-step-wrap .ui-step .ui-step-item.active .ui-step-item-num span {
	color: #fff;
	background: #00aaef;
}
.main{
	margin-top:45px;
}
.Step{
	width: 30%;!important;
	background: #00aaef;!important;
	color: #fff;!important;
	margin-bottom: 77px;!important;
}
.StepBtn{
	margin-top:20px;
	margin-left:24%;
}
.stepTab{
/*	margin-top:30px;*/
}

#msform{
	position: relative;
}
#msform fieldset {

	width: 100%;

	overflow: hidden;

	/*stacking fieldsets above each other*/
	position: absolute;
	background-color: #fff;

}
#msform fieldset:not(:first-of-type) {
	display: none;
}
#progressbar {
	margin-bottom: 10px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
	background-color: #fff;
	padding: 17px 0;
}
#progressbar li {
	list-style-type: none;
	color: #333;
	text-transform: uppercase;
	font-size: 9px;
	width: 33%;
	float: left;
	position: relative;
	font-size:15px;
	text-align: center;
}
#progressbar a{
	font-size:15px;
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}
#progressbar li:before {
	/*content: counter(step);*/
	content: "";
	/*counter-increment: step;*/
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 60%;
	height: 2px;
	background: #e7e7e7;
	position: absolute;
	left: -31%;
	top: 24px;
	/*z-index: -1;*/ /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #00aaef;
	color: white;
	width: 64%;
	/* margin-top: 10px; */
	position: absolute;
	top: 24px;
}
#firstBtn{
	margin-left:22%;
}
#bigImg,#bigImg1,#bigImg2{
	height: 70px;
}