.banner {
    height: 300px;
    padding-top: 79px;
    background: url('../images/theme/banner.jpg') no-repeat center;
}

.banner-title {
    height: 63px;
    line-height: 63px;
    font-size: 42px;
    color: #fff;
    font-weight: 600;
}

.banner-subtitle {
    margin-top: 10px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
}

.com-hd {
    padding-top: 45px;
}

.com-title {
    max-width: 50%;
    line-height: 50px;
    font-weight: bold;
    font-size: 40px;
    color: #444b53;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.com-address {
    margin: 5px 0 0 20px;
    width: 107px;
    height: 40px;
    padding-left: 41px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    background: #f3f9ff url('../images/theme/address-icon.png') no-repeat 18px center;
    border-radius: 20px;
}


/* 流程 */

.process-wrap {
    padding-bottom: 40px;
    background: #e5e5e5;
}

.wrap-content {
    background: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 34px 10px rgba(76, 86, 106, 0.03);
    border-radius: 8px;
    padding-bottom: 40px;
}


/* 步骤 */

.step-nav {
    padding-top: 49px;
    height: 149px;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.step-nav-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.step-nav-item::before {
    position: absolute;
    content: '';
    top: 29px;
    left: -116px;
    width: 86px;
    height: 12px;
    background: url('../images/sblc/step_line.png') no-repeat;
    background-size: 100% 100%;
}

.step-nav-item:nth-child(1)::before {
    display: none;
}

.step-nav-item:nth-child(n+2) {
    margin-left: 146px;
}

.step-nav-item.completed::before {
    background-image: url('../images/sblc/step_lineh.png');
}

.step-nav-item.completed .step-nav-icon.icon1 {
    background-image: url('../images/sblc/step_icon1h.png');
}

.step-nav-item.completed .step-nav-icon.icon2 {
    background-image: url('../images/sblc/step_icon2h.png');
}

.step-nav-item.completed .step-nav-icon.icon3 {
    background-image: url('../images/sblc/step_icon3h.png');
}

.step-nav-item.completed .step-nav-icon.icon4 {
    background-image: url('../images/sblc/step_icon4h.png');
}

.step-nav-item.completed .step-nav-icon.icon5 {
    background-image: url('../images/sblc/step_icon5h.png');
}

.step-nav-item.completed .step-nav-name {
    font-weight: bold;
    color: #2868b1;
}

.step-nav-icon {
    display: block;
    margin: 0 auto;
    width: 62px;
    height: 71px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.step-nav-icon.icon1 {
    background-image: url('../images/sblc/step_icon1.png');
}

.step-nav-icon.icon2 {
    background-image: url('../images/sblc/step_icon2.png');
}

.step-nav-icon.icon3 {
    background-image: url('../images/sblc/step_icon3.png');
}

.step-nav-icon.icon4 {
    background-image: url('../images/sblc/step_icon4.png');
}

.step-nav-icon.icon5 {
    background-image: url('../images/sblc/step_icon5.png');
}

.step-nav-name {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
    color: #999;
    width: 120px;
    text-align: center;
}


/* 底部按钮 */

.form-btns {
    margin-top: 100px;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.form-btn {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
    padding: 0 24px;
    min-width: 112px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #2868b1;
    background: #ffffff;
    border: 1px solid #2868b1;
    border-radius: 2px;
}

.form-btn.primary {
    color: #fff;
    background: #2868b1;
}