@charset "utf-8";
html{
	font-family: "MicrosoftYaHei" !important;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    margin: 0;
    padding: 0;
}

#myTab li{
    width:20%;
    float:left;
    height:40px;    
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

#myTab li img{
    float:left;
    height: 40px;    
}

#myTab li i{
    text-align: center;
    position: relative;
    display: block;
    padding: 10px 15px;
    font-style: normal;    
}

.blue{
    background:#0f9af2;
    color: #fff;
}
.gray{
    background: #dfdfdf;
}

/* .tabPaneUl{
    width: 700px;
    margin: 0 auto;
    list-style: none;
}

.tabPaneUl li{
    height: 40px;
    line-height: 40px;
}
.tab-pane{
    margin-top: 50px;
} */

#perWizard_2 {
    float: left;
    width: 800px;
    border-right: 1px dashed #ccc;
}
#step0Li{
	width:20% !important;
}
.tabnothing{
    width: 100%;
    margin-bottom:30px;
    overflow: hidden;
}
.tabnothing li {
    width: 36% !important;
}
.tabnothing li:nth-child(2) {
    width: 28% !important;
}
.bwizard-steps .active {
    color: #fff;
    background: #0f9af2;
}
.bwizard-steps li {
    line-height: 20px;
}
.tabnothing li:first-child:after {
    position: absolute;
    right: -21px;
    top: 0;
    height: 0;
    width: 0;
    border-bottom: 20px inset transparent;
    border-left: 20px solid #0f9af2;
    border-top: 20px inset transparent;
    content: "";
    z-index: 2;
}
.tabnothing .active:after {
    border-left-color:  #0f9af2;
}
