.login-container{
    background-color: #fff;
    display: flex;
    flex-direction: row;
    height: 100vh;
    width: 100%;
    position: absolute;
}


.login-bg-img{
    background-image: url(../images/user/login_large.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
    width: 60%;
}

@media screen and (max-width: 1024px) {
    .login-bg-img {
        width: 100%;
        position: absolute;
        background-image: url(../images/user/login_small.jpg)
    }
}
.login-content{
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: width .3s;
    width: 40%;
}
.login-logo{
    position: fixed;
    max-height: 100%;
    right: 48px;
    margin-bottom: 32px;
    top: 48px;
}
.login-logo img{
    display: block;
    max-height: 40px;
    max-width: 280px;
}
@media screen and (max-width: 1024px) {
    .login-content {
        width: 92%;
        margin: auto auto;
        background: #fff;
        padding:5rem 0;
        border-radius: 6px;
        box-sizing: content-box;
    }
}



.login-box{
    width: 100%;
    padding:0 2rem;
}
.font-size-1rem{
    font-size: 1.4rem;
    font-weight: bold;
}
.login-input{
    height:50px;
    border: 1px solid rgba(0, 0, 0, .08);
}
.login-btn{
    height:50px;
}
.login-other{
    width: 100%;
}
.login-wechat{
    color:#04be02;
    font-size: 1.5rem;
    border: 1px solid rgba(0, 0, 0, .04);
    border-radius: 6px;
    padding:0.3rem 0.6rem;
}
.login-wechat:hover{
    color:#04be02;
    font-size: 1.5rem;
    border: 1px solid rgba(0, 0, 0, .4);
    cursor: pointer;
}

.user-nav .bd-sidenav{
    display: block;
}
.user-nav .bd-sidenav li{
    padding: .25rem 1.5rem .25rem 2.5rem ;
    font-size: 90%;
    color: rgba(0, 0, 0, 0.65);
}
.user-container{
    min-height:500px;
    margin-right:0.6rem;
}
.user-nav{
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    min-height: 112px;
    padding: 24px;
    width: 100%;
}
.user-content{
    border-radius: 16px;
}
.user-links .bd-toc-link{
    line-height: 40px;
}
.user-links .bd-toc-item>a{
    display: block;
    padding-left:1rem;
}
.user-links .bd-toc-item>a:hover ,.user-links .bd-toc-item li:hover{
    background: #EEEEEE;

}
.user-links li{
    line-height: 30px;
}
.login-wx {
  display: none;
}
.form-password{
    display: none;
}
.form-password .login-input{
    width: 100%!important;
}
 .privacy .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
}
.privacy header {
    background-color: #1d3c6a;
    color: white;
    padding: 20px;
    text-align: center;
}
.privacy h1 {
    font-size: 28px;
    color:#FFFFFF;
}
.privacy .section-title {
    font-size: 24px;
    color: #1d3c6a;
    margin-top: 30px;
}
.privacy .section-content {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 10px;
}
.privacy .sub-section-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}