@charset "UTF-8";
.stepflex {
    display: inline-block;
    display: block
}

.stepflex:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

* html .stepflex {
    height: 1%
}

* + html .stepflex {
    min-height: 1%
}


.stepflex {
    border-top: 5px solid #ccc;
    text-align: center;
    margin: 30px auto
}

.stepflex dl {
    float: left;
    position: relative;
    width: 160px;
    top: -5px;
    border-top: 5px solid #ccc
}

.s-num {
    position: relative;
    margin: -15px auto 0;
    color: #fff;
    font-weight: 700;
    width: 23px;
    height: 23px;
    background-image: url(//misc.360buyimg.com/user/myjd-2015/css/i/step2013.png);
    line-height: 23px
}

.s-text {
    color: #ccc
}

dl.doing {
    border-top-color: #7abd54
}

.doing .s-num {
    background-position: -23px 0
}

.doing .s-text {
    color: #7abd54
}

dl.done {
    border-top-color: #caecb6
}

.done .s-num {
    background-position: -46px 0
}

.done .s-text {
    color: #caecb6
}

.doing b, .doing s, .first s, .last b {
    width: 5px;
    height: 5px;
    position: absolute;
    line-height: 0;
    font-size: 0;
    top: -5px;
    overflow: hidden
}

.stepflex s {
    left: 0
}

.stepflex b {
    right: 0
}

.first s {
    background-position: 0 -24px;
    background-color: #fff
}

.last b {
    background-position: -5px -24px;
    background-color: #fff
}

.doing s {
    background-position: -23px -24px
}

.doing b {
    background-position: -28px -24px;
    background-color: #ccc
}

.doing.last s, .doing.normal s {
    background-color: #caecb6
}

.doing.last b {
    background-color: #fff
}

.done s {
    background-position: -46px -24px
}

.done b {
    background-position: -51px -24px
}

.doing.last .s-num {
    background-position: -91px 0
}

.last .s-num {
    background-position: -68px 0
}

#sflex01 {
    width: 160px
}

#sflex02 {
    width: 320px
}

#sflex03 {
    width: 480px
}

#sflex04 {
    width: 640px
}

#sflex05 {
    width: 800px
}

#sflex06 {
    width: 960px
}

.verity-identity-cont {
    position: relative;
    z-index: 1;
    width: 350px;
    font-size: 14px;
    cursor: pointer
}