.ystep-container {
	font-family: helvetica neue, Helvetica, hiragino sans gb, wenquanyi micro hei, microsoft yahei, Arial, sans-serif;
	display: inline-block;
	color: #000;
	width: 100%;
	height:100px;
}

.ystep-lg {
	position: relative;
	width: 100%;
	font-size: 18px;
}


.ystep-container ul {
	list-style: none;
}

.ystep-container ul li {
	display: inline-block;
	list-style: none;
}

.ystep-container ul, li, p {
	margin: 0;
	padding: 0
}

.ystep-lg .ystep-container-steps {
	position: relative;
	top: 2px;
	cursor: pointer;
	z-index: 10;
	width: 100%;
}

.ystep-lg li {
	width: 25%;
	line-height: 23px;
	text-align: center;
	box-sizing: border-box
}


.ystep-step-undone {
	width: 40px;
}

.ystep-step-active {
	color: #3276b1;
	width: 40px;
}

.ystep-progress-highlight {
	background: #60baff
}

.step-icon-border {
	z-index: 3;
	width: 55px;
	height: 55px;
	display: inline-block;
	text-align: center;
	background: #e4e4e4;
	border-radius: 45px;
}

.stepIcon {
	width: 43px;
	height: 43px;
	margin-top: 6px;
	line-height: 43px;
	display: inline-block;
	text-align: center;
	background: #F8F9FA;
	border-radius: 43px;
}

.ystep-step-done .stepIcon {
	color: #FFFFFF;
	background: #41D672
}

.ystep-lg .ystep-step-done .stepIcon {
	color: transparent;
	background: #1E4DA0;
	color: #FFFFFF;
	background-size: 60%
}

.ystep-lg .ystep-step-undone .stepIcon {
	color: #909399;
	background: #fff
}

.ystep-lg .ystep-step-active .stepIcon {
	color: #FFFFFF;
	background: #085FB2
}

.ystep-container .descriptionHeader {
	margin-top: 12px;
	font-family: Microsoft YaHei;
	font-size: 18px;
	color: #000000;
}

.ystep-lg .ystep-progress {
	width: 90%;
	left: 5%;
	height: 7px;
	position: absolute;
	top: 28px;
	background: #e4e4e4
}


