
.bwizard-steps{
	margin-left:100px;
	margin-top: 60px;
	padding:0;
	display:inline-block;
	background:#fff;
}
.bwizard-steps li{
	width: 304px;
	height: 50px;
	display:inline-block;
	position:relative;
	margin-right:5px;
	line-height:18px;
	list-style:none;
	padding:8px 17px 20px 50px;
	background:#efefef;
	zoom:1;
	*display:inline;
	*padding-left:17px;
	text-align: center;
}
.bwizard-steps li:first-child{
	-moz-border-radius:4px 0 0 4px;
	-webkit-border-radius:4px 0 0 4px;
	border-radius:4px 0 0 4px;
	padding-left:12px;
}
.bwizard-steps li:first-child:before{border:0}
.bwizard-steps li:last-child{
	-moz-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
	border-radius:0 4px 4px 0;
	margin-right:0;
}
.bwizard-steps li:last-child:after{border:0}
.bwizard-steps li:before{
	position: absolute;
	    left: 0;
	    top: 0;
	    height: 0;
	    width: 0;
	    border-bottom: 25px inset transparent;
	    border-left: 15px solid #fff;
	    border-top: 25px inset transparent;
	    content: "";
}
.bwizard-steps li:after{
	    position: absolute;
	    right: -15px;
	    top: 0;
	    height: 0;
	    width: 0;
	    border-bottom: 25px inset transparent;
	    border-left: 15px solid #efefef;
	    border-top: 25px inset transparent;
	    content: "";
	    z-index: 2;
}

.bwizard-steps .active{
	color:#fff;
	background:#0066cc;
}
.bwizard-steps .active a{
	cursor:pointer;
}
.bwizard-steps .active:after{
	border-left-color:#0066cc;
}
.bwizard-steps a{
	width: 65px;
	height: 21px;
	top: -5px;
	font-size: 21px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #606266;
	line-height: 32px;
	cursor:pointer;
}
.bwizard-steps .active a{color:#fff;cursor:default}
.bwizard-steps a:hover{text-decoration:none}
.bwizard-steps.clickable li:not(.active){cursor:pointer}
.bwizard-steps.clickable li:hover:not(.active){background:#ccc}
.bwizard-steps.clickable li:hover:not(.active) a{color:#08c}
.bwizard-steps.clickable li:hover:not(.active):after{border-left-color:#ccc}
@media(max-width:480px){
	.bwizard-steps li,.bwizard-steps li.active,.bwizard-steps li:first-child,.bwizard-steps li:last-child{
		background-color:transparent;padding:0;margin-right:0
	}
.bwizard-steps li:after,.bwizard-steps li:before{border:0}}