.wizard-title{
    position: absolute;
    padding-left:20px;
    font-size: 20px;
    color: #2a2a2a;
}
.wizard-nav {
	font-size:12px;
	list-style-type: none;
	display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

}

.wizard-nav li {
    height: 100%;
	float: left;
	position: relative;
	color: #696969;        /* 未激活的li文字颜色*/
    overflow:hidden;
}
.wizard-nav li:not(:first-of-type){
    padding-left: 62px;
}
.wizard-nav li:not(:first-of-type):before{
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background:rgba(217,57,52,1);
    position: relative;
    left: -58px;
    top: 26px;
}

.wizard-nav li.showActive span {
    color: #FFFFFF;
}
.wizard-nav li span.cas-slide-content {
    height: 100%;
    color: #666666;                                     /* 未激活的圆圈中的数字颜色*/
    display: block;
    position: relative;
    font-size:12px;
    line-height:50px;
	cursor: pointer;

}


.wizard-nav li  span.cas-slide-arrow-left {
    display: block;
    float: left;
}
.wizard-nav li  span.cas-slide-detailed{
    display: inline-block;
    background-color: #fff;
    color: #999999;
    padding-right:10px;
    font-size: 14px;
    font-weight: bold;
}
.wizard-nav li  span.cas-slide-arrow-right {
    position: absolute;
    top:0;
    width: 100%;
    float: left;
    display: block;
    border-bottom: 1px #ccc solid;
    height: 26px;
    left:50px;
}

.wizard-nav-style2{
    background: #fff!important;
    border-bottom: 15px #f5f5f5 solid!important;
    padding: 40px 0;
}
.wizard-nav-style2 .wizard-nav{
    top: 17px;
}
.wizard-nav-style2 .cas-slide-detailed{
    background: #fff !important;
}
.wizard-nav-style2 .step-img{
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    text-align: center;
    line-height: 28px;

}
.wizard-nav-style2 .step-img-hover{
    background-color: rgba(83,179,36,.3);
    border: 1px rgba(83,179,36,.8) solid;
}
.wizard-nav-style2 .step-img-active{
    background-color: rgba(61,97,204,1);
    border: 1px rgba(61,97,204,1) solid;
    color: #fff;
}
.wizard-nav-style2 .step-img-normal{
    background-color: #fff;
    border: 1px #999 solid;
}

.wizard-header {
    height: 52px;
    border-bottom:1px solid #e0e0e0;
    background-color: #fff;
    overflow:hidden;
    position: relative;
}
.carousel-footer{
	 width:100%;
	 text-align:right;
}
.carousel-footer .left{
	float:left;
}
.carousel-footer .right{
	float:right;
}
/**分步窗口 start**/

 /**  激活的li文字颜色  **/
.wizard-nav li.showActive span.cas-slide-detailed{
   color: #2a2a2a;               
}



 /**  激活的横线颜色 */
.wizard-nav li.showActive  span.cas-slide-arrow-left {

}
 
.wizard-nav li.showActive  span.cas-slide-arrow-right {
  background: none ; 

}

 /**  激活的圆圈颜色 */
  /** 激活的圆圈中的数字颜色 */
.wizard-nav li.showActive span.cas-slide-content {
    background: none;       
    color: #000;                                       
}
/**分步窗口 end**/