@charset "utf-8";

/* 流程 */

.steps {
    width: 86%;
    margin: 40px auto 20px auto;
}

.steps,
.steps li {
    height: 52px;
}

.steps ol {
    margin: 0px;
    padding: 0px;
    position: relative;
    list-style: none;
}

.steps ol li {
    width: 25%;
}

.steps_3 ol li {
    width: 33.3%;
}

.steps_5 ol li {
    width: 20%;
}

.steps_6 ol li {
    width: 16.6%;
}

.steps li {
    overflow: visible;
    text-align: center;
    font-size: 14px;
    line-height: 23px;
    color: #999;
    float: left;
    height: 15px;
    border-bottom: 3px solid #bbb;
}

.steps li span {
    width: auto;
}

.steps li span i {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background: #bbb;
    text-align: center;
    font: bold 16px/28px Tahoma;
    color: #fff;
    display: block;
    position: relative;
}

.steps li.last span i {
    background: url(images/steps/default/nofinish.png) no-repeat 50% 50%;
    margin: 0px auto;
    text-indent: -9999em;
}

.steps em {
    font-style: normal;
    display: inline-block;
    position: relative;
}

.icon_steps_arrow_down {
    width: 39px;
    height: 42px;
    background: url(images/steps/steps_arrow_down.png) no-repeat;
    vertical-align: middle;
    display: inline-block;
}