.lay-step {
    font-size: 0;
    margin: 0px auto 30px;
    width: 68%;
	height: 80px;
	box-shadow:0 5px 10px 0 #e5e5e5;
	background-color: white;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.step-item {
    display: inline-block;
    line-height: 35px;
    position: relative;
    font-size: 15px;
    vertical-align: top;
}

.step-item-last {
    display: inline-block;
    line-height: 35px;
    position: relative;
    font-size: 15px;
    vertical-align: top;
}

.step-item-tail {
    width: 80%;
	padding: 0 10px;
	position: absolute;
	left: 33%;
	top: 12px;
}

.step-item-tail i {
    display: inline-block;
    width: 90%;
    height: 1px;
	margin-top: 9px;
	margin-left: 9px;
    vertical-align: top;
    background: #E5E5E5;
    position: relative;
}

.step-item-tail .step-item-tail-done {
    background:  #086FD6;
	height: 1px;
	margin-top: 9x;
}
.step-item-tail.stepActive .step-item-main-title{
	color:#086FD6;
}
.step-item-head.stepActive{
	background:  #086FD6;
}
.stepActive .layui-icon-ok{
	color:#fff;
	border-color:#086FD6;
}
.step-item-head {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
	line-height: 40px;
    text-align: center;
    vertical-align: top;
    color: #B0B0B0;
    border: 3px solid #086FD6 !important;
    border-radius: 50%;
    background: #ffffff;
}
.step-item-head .layui-icon{
	font-size:18px;
}
.step-item-head.step-item-head-active {
    background: #086FD6 !important;
    color: #ffffff;
}

.step-item-main {
    display: block;
    position: relative;
    margin-left: -50%;
    margin-right: 50%;
    padding-left: 26px;
    text-align: center;
}

.step-item-main-title {
    font-weight: bolder;
    color: #333;
	display: inline-block;
	margin-left: -30%;
	vertical-align: top;
	margin-top: -8px;
	font-size: 18px;
}

.step-item-mainTitle{
	font-weight: bolder;
	color: #333;
	display: inline-block;
	margin-left: 7%;
	vertical-align: top;
	margin-top: 3px;
	font-size: 18px;
}

.step-item-main-desc {
    color: #aaaaaa;
}

.step-item-main-time {
    color: #aaaaaa;
}

.lay-step + [carousel-item]:before {
    display: none;
}

.lay-step + [carousel-item] > * {
    background-color: transparent;
}
.step-item-tail.step-item-tail-active .step-item-main-title{
	color: #086FD6;
}
.step-item-tail.step-item-tail-active i{
	background: #086FD6;
}