﻿

/*流程一*/

.content_box {
    margin-bottom: 50px;
}

.progress-block {
    width: 800px;
    margin: auto;
}

#progressbar {
    overflow: hidden;
    counter-reset: step;
    margin: 10px 10px 10px 10px;
    padding: 20px;
    background: #f1f3f7;
}

#progressbar li {
    list-style-type: none;
    color: #333;
    text-transform: uppercase;
    font-size: 11px;
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 22px;
    line-height: 22px;
    text-align: center;
    display: block;
    font-size: 10px;
    color: #fff;
    background: #999;
    border-radius: 15px;
    border: 4px solid #fff;
    margin: -4px auto 5px auto;
    z-index: 999;
    position: relative;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #666;
    position: absolute;
    left: -50%;
    top: 11px;
    z-index: 0;
}

#progressbar li:first-child:after {
    content: none;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #4abc88;
    color: #fff;
}

#progressbar li.active {
    color: #4abc88;
}
#progressbar li.no_active:before,
#progressbar li.no_active:after {
    background: #EF302E;
    color: #fff;
}

#progressbar li.no_active {
    color: #EF302E;
}

.progress_content>.content_item {
    display: none
}

.progress_content .tip_info {
    color: red;
    text-align: center;
    padding-top: 10px;
}

.progress_content>.content_item.on {
    display: block;
}

.sub_info .button-primary {
    width: 80px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
}

.sub_info .button-border {
    width: 80px;
    height: 35px;
    line-height: 35px;
}

.content_item .inBox .choose_view {
    padding-left: 200px;
}

.content_item .inBox .choose_view li {
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 47px;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.content_item .inBox .choose_view li>.radio_img {
    display: inline-block;
    width: 19px;
    height: 20px;
    background-image: url(/usercenter/assets/img/radio1.png);
    background-size: cover;
    margin-top: 5px;
    margin-right: 5px;
}

.content_item .inBox .choose_view li span {
    vertical-align: top;
}

.content_item .inBox .inBd {
    border: none;
    min-height: 0;
}

.content_item .inBox .choose_view li.on {
    color: #6584be;
    background: none;
}

.content_item .inBox .choose_view li.on .radio_img {
    background-image: url(/usercenter/assets/img/radio2.png);
}
.font_class{
    font-size: 18px;
}

.forget_next{
    text-align:center;
    height:90px;
}

.forget_next .forget_next_btn{
    width: 80px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
}

.tip_info {
    color: red;
    text-align: center;
    padding-top: 10px;
}