.login-container {
    background: #fff;
    overflow: hidden;
    font-size: 14px;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container .app-bg {
    height: 100vh;
    left: 0;
}
.app-bg {
    width: 30vw;
    background: url("https://ca-yuntu-prod.obs.cn-north-4.myhuaweicloud.com/2026/01/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20260228191015_190_146.jpg") no-repeat;
    background-size: cover;
}

.app-bg-1 {
    width: 30vw;
    background: url("./img/bg-test.png") no-repeat;
    background-size: cover;
}

.content{
     width: 70vw;
     height: 100vh;
     position: relative;
}
@media screen and (max-width: 800px) {
    .app-bg {
        display: none;
    }
}
.disabledItem{
    color: #999999;
    padding: 10px;
}
.container{
    width: 650px;
    overflow-y: hidden;
    border: 1px solid #c0c0c0;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    padding:25px 15px;
    background-color: #fff;
    left: calc(50% - 650px/2);
    top:30%;
}
.container_role{
      width: 350px;
    overflow-y: hidden;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    right:30%;
    padding:25px 15px;
    background-color: #fff;
     left: calc(65% - 650px/2);
    top:15%;
}
.role_content{
    border: 1px solid #E5E5E5;
    border-radius: 4px;
}
.role_content_title{
    border-bottom: 1px solid #E5E5E5;
    font-size: 16px;
    color: #666666;
    padding: 10px;

}
.login_form{
    height:100%;
    width: 100%;
    display: flex;
    
}
.login_form_title{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    width: 650px;
    overflow-y: hidden;
    box-sizing: border-box;
    position: absolute;
    padding:25px 15px;
    background-color: #fff;
    left: calc(50% - 650px/2);
    top:20%;
}
.login_form_left{
    width: 310px;
    border-right: 1px solid #c0c0c0;
   

}
.login_form_right{
    width: calc(100% - 310px);
    text-align: center;
    padding-left: 15px;


}
.login_form_left_title{
    font-size: 16px;
     text-align: center;
}
.login_form_left_tip{
    text-align: center;
    color: #716f6f;
    margin-top: 5px;
}
.qrcode-ves {
    padding: 13px 0 50px;
    text-align: left;
    overflow: hidden;
}
#wx_reg {
    display: inline-block;
    width: 208px;
    height: 208px;
}
.login_form_right_tabs{
    display: flex;
    padding: 0 50px;
    flex: 1;
}
.login_form_right_tabs>div{
    width: 50%;
    text-align: center;
    cursor: pointer;
}
.active{
    color: #409EFF;
}
.outLine{
    width:70px;
    height: 3px;
    background-color: #409EFF;
    margin: 0 auto; 
    margin-top: 5px;
}
.captcha-ves {
    display: flex;
    align-items: center;
    height: 40px;
    width: 80px;
    margin-right: 4px;
    overflow:hidden;

}

.captcha-ves img {
    width: 100%;
}

.login-form {
    position: relative;
    max-width: 100%;
    padding: 25px 5px 0;
    overflow: hidden;
}
.login-btn{
    width: 100%;
}
.argee {
    font-size: 12px;
    display: block;
    width: 310px;
    word-wrap: break-word;
    box-sizing: border-box;
    text-align: left;
    margin: 10px 0;
}

.argee a {
    display: inline-block;
    color: #0B457F;
    cursor: pointer;
}
.forgetPassword{
    width:100%;
    text-align: center;
     font-size: 16px;
    color: #ff0000;
        cursor: pointer;    
}

.forget_account_auth_title,.forget_rest_password_title{
    font-size: 16px;
    text-align: left;
}
.login-inp1{
    width: calc(100% - 70px);
    
}
.change_pw_text{
    text-align: left;
    margin-bottom: 10px;
    font-size: 12px;
}
.text_red{
    color: red;
}
.login-btn{
    width: 100%;
}
.bind-form{
      position: relative;
    max-width: 100%;
    padding: 5px 5px 0;
    overflow: hidden;
}

.bindPhone {
     width: 100%;
    font-size: 12px;
    margin: 20px 0 0;
    text-align: left;
}
.back_text{
    width:100%;
    color: #0B457F;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
}
.selecte_system_title{
    font-weight: 600;
    font-size: 20px;
    margin-bottom:15px ;
}
.selecte_system_container{
    width:100%;
    height: 300px;
    overflow: auto;
    padding: 10px;
    box-sizing: border-box;
 
}
.org_item{
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
    color: #666666;
}
.selecte_system_container div button{
    width:80%;
    margin: 5px 10%;
}
.selecte_system_exit{
    width: 100%;
    text-align: center;
    margin-top: 15px;
}


 .check-roles {
    width: 100%;
    height: 350px;
    overflow-y: auto;
    padding: 10px;
    box-sizing: border-box;
}

.check-roless {
    width: 100%;
    height: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow-y: auto;

}

.role-item {
    background: #FFFFFF;
    text-align: center;
    font-size: 14px;
    color: #666666;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding: 10px;
}
.role_item_item{
    display: flex;
}
.check-roles .role-item.active {
    background-color: #F2F2F2;
    color: #0B467F;
    font-weight: 600;
    border-radius: 4px;

}
 .check-roles .role-item .role-item-desc {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}

.check-roles .role-item .role-item-point {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
    margin-left: 5px;
    margin-right: 5px;

}

 .check-roles .role-item .role-item-name {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    line-height: 20px;
    display: block;
}
 .check-roles .role-item.active .role-item-desc {
    color: #0B457F;
}

.check-roles .role-item.active .role-item-point {
    color: #0B457F;

}
 .check-roles .role-item.active .role-item-name {
    color: #0B457F;
}
.selecte_role_exit{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 36px;
    margin-top: 15px;
}

.org_container{
    width:100%;
    height: 300px;
    padding: 10px;
    overflow-y: auto;
    box-sizing: border-box;
}

.org_item_active{
    padding: 10px;
    font-size: 14px;
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
    color: #0B467F;
    border-radius: 4px;
    font-weight: 600;
}
.phone_code {
    min-width: 70px;


}
.login-btn{
    background-color: #0B467F;
}
.login-btn:hover{
    background-color: #0B467F;
}

.login-btn-inline{
    background-color: #0B467F;

}
.login-btn-inline:hover{
    background-color: #0B467F;
}
.phone_code span {
    color: #000;
    padding: 5px 10px 0;
}
.goback_child_system{
    cursor: pointer;
    font-size: 14px;
    color:#666666 ;
}
.selecteOrg{
    width:100%
}
.selecte_org,.selecte_org .el-form-item{
    margin-bottom: 0 !important;
}
.selecte_org{
    padding: 10px;
    border-bottom: 1px solid #E5E5E5;
}
/* 设置滚动条的宽度为10px，并且颜色为红色 */
::-webkit-scrollbar {
  width: 4px;
}
 
/* 设置滚动条滑块的颜色为绿色 */
::-webkit-scrollbar-thumb {
  background-color:#D8D8D8;
  border-radius: 4px;
}
 
/* 设置滚动条轨道的颜色为蓝色 */
::-webkit-scrollbar-track {
  background-color: rgb(243, 243, 243);
}
.input-suffix {
    padding-top: 12px;
    padding-right: 5px;
    box-sizing: border-box;
}

.input-suffix img {
    width: 18px;
}
.ico-eye-fill {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("./img/ico-eye-fill.png") no-repeat;
    background-size: cover;
}

.ico-eye {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url("./img/ico-eye.png") no-repeat;
    background-size: cover;
}
.font_color{
    color: #999999;
}
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner{
    background-color: #0B467F;
    border-color:#0B467F;
}