/* 头部 底部 通用样式 */
.auth-header{
    padding: 44px 0px 56px;
}
.navbar-inverse{
    border: none;
    background: #FFF4EF
}
.top_btn{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #8c8c8c;
}
.top_btn a{
    color: #ff7831;
    font-weight: 500;
}

#navbar{
    /* float: right; */
}
.navbar-nav{
    float: right;
}
.img-responsive{
    height: 600px;
    width: 100%;
}

.auth-footer{
    padding: 102px 0px 20px;
    box-sizing: border-box;
}
.auth-footer div{
    font-size: 12px;
    color: #8C8C8C;
    line-height: 20px;
}
.auth-footer div a{
    color: #8C8C8C;
}
.auth-footer .col-lg-3 a{
    float: right;
}

.partition{
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #D9D9D9;
    margin: -1px 16px 0;
    vertical-align: middle;
}