html, body{
    overflow: visible;
}
.dialog-layer{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 99;
}
.dialog-login ::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 5px;
    z-index: 99999;
}

.dialog-login ::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    background: #E0E9FF;
    z-index: 99999;
}
.code .el-input-group__append .disabled{
    color: #999;
}
.dialog-login ::-webkit-scrollbar-thumb:hover {
    background: #6185D6;
}

.dialog-login ::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    z-index: 99999;
}
.dialog-login,.dialog-pwdReset{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: 35px;
    transform: translate(-50%,-50%);
    width: 800px;
    height: 450px;
    background: #FFFFFF;
    border-radius: 10px;;
    z-index: 1000;
    font-size: 14px;
}
.dialog-login.addOrg{
    height: 420px;
}
.dialog-login.login{
    height: 450px;
}
.dialog-login.login.code{
    height: 500px;
}
.dialog-pwdReset{
    width:485px;
    height: 420px;
}
.dialog-login-body{
    overflow: hidden;
    padding: 46px;
}
.dialog-login-body .left{
    float: left;
    margin-top: 30px;
}
.dialog-login-body .right{
    float: right;
    width: 340px;
    margin-right: 0;
}
.dialog-pwdReset-body{
    width: 302px;
    margin: 0 auto;
}
.dialog-login-body .right h3,.dialog-pwdReset-body h3{
    font-size: 20px;
    color: #666666;
    text-align: center;
    margin-bottom: 30px;
    font-weight: normal;
}
.dialog-pwdReset-body h3{
    margin: 40px 0;
}
.dialog-login-body .el-input__prefix,.dialog-pwdReset-body .el-input__prefix{
    line-height: 40px;
}
.dialog-login-body .el-input__prefix img,.dialog-pwdReset-body .el-input__prefix img{
    vertical-align: -5px;
    margin-left: 8px;
}
.dialog-login-body .el-input--prefix .el-input__inner,.dialog-pwdReset-body .el-input--prefix .el-input__inner{
    padding-left: 38px;
}
.dialog-login-body .checked .el-form-item__content,.dialog-login-body .text .el-form-item__content{
    line-height: 20px;
}
.dialog-login-body .text .el-form-item__content span{
    color: #409FFF;
    font-size: 12px;
    cursor: pointer;
}
.dialog-login-body .text .el-form-item__content .l{
    float: left;
}
.dialog-login-body .text .el-form-item__content .r{
    float: right;
}
.dialog-login-body .el-checkbox .el-checkbox__label{
    font-size: 12px;
    color: #666;
}
.dialog-login-body .el-checkbox .el-checkbox__label a{
    color: #3E9EFF;
}
.dialog-login-body .el-input-group__append,.dialog-pwdReset-body .el-input-group__append{
    background: none;
    color: #409FFF;
}
.dialog-login-body .el-input-group__append span,.dialog-pwdReset-body .el-input-group__append span{
    cursor: pointer;
}
/* .dialog-login-body .el-input-group__append .disabled{
    color: #999;
} */
.dialog-login-body .el-button,.dialog-pwdReset-body .el-button{
    width: 100%
}
.dialog-pwdReset-body .el-button{
    margin-top: 30px;
}
#tips p {
    background: rgba(0, 0, 0, .75);
    border-radius: 5px;
    padding: 10px;
}

#tips {
    text-align: center;
    line-height: 30px;
    white-space: normal;
    min-width: 200px;
    color: #fff;
    position: fixed;
    top: 35%;
    bottom: 0;
    z-index: 99999999999;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    padding: 10px;
    max-width: 40%;
    font-size: 16px;
}

.dialog-login-body .link{
    text-align: center;
    padding-top: 20px;
}
.dialog-login-body .link span{
    color: #409FFF;
    font-size: 12px;
    cursor: pointer;
}
.dialog-login-body .other-login{
    width: 230px;
    margin: 20px auto 0;
}
.dialog-login-body .other-login .border-title{
    margin-top: 20px;
    text-align: center;
    position: relative;
}
.dialog-login-body .other-login .border-title{
    margin-top: 20px;
    text-align: center;
    position: relative;
    font-size: 12px;
    color: #999;
}
.dialog-login-body .other-login .border-title span{
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}
.dialog-login-body .other-login .border-title:before,.dialog-login-body .other-login .border-title:after{
    content: '';
    display: inline-block;
    width: 50px;
    height: 1px;
    background: #ccc;
    vertical-align: middle;
}
.dialog-login-body .other-login .btn-icon{
    display: flex;
    margin-top: 15px;
}
.dialog-login-body .other-login .btn-icon .item{
    flex: 1;
    text-align: center;
}
.dialog-login-body .other-login .btn-icon .item img{
    cursor: pointer;
}
.dialog-login-body .el-radio-group{
    width: 100%;
    height: 220px;
    margin-bottom: 10px;
    overflow-y: auto;
}
.dialog-login-body .el-radio-group .el-radio{
    display: block;
    margin-right: 0;
    line-height: 30px;
}
.dialog-login-body .el-radio-group .el-radio__label{
    padding-left: 15px;
}
.dialog.sys-layer {
    position: fixed;
    background: #fff;
    border-radius: 8px;
    width: 400px;
    padding-top: 40px;
    padding-bottom: 60px;
    max-width: 1240px;
    max-height: 900px;
    margin-left: -18%;
    top: 25%;
    bottom: 25%;
    left: 55%;
    z-index: 1001;
    overflow-y: hidden;
}
.sys-content {
    margin: 15px;
    line-height: 24px;
    min-height: 200px;
    color: #666;
}
.dialog-login-body .el-date-editor{
    width: 100%;
}

.dialog-login-body .el-input__prefix .el-icon-time{
    font-size: 18px;
    margin-left: 3px;
    color: #ccc;
}

/* 选择公司样式 */
.sel-org-list{
    height: 300px;
    overflow-y: auto;
    padding-right: 5px;
}
.sel-org-list li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #f2f2f6;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 8px;
    transition: all 0.3s;
    cursor: pointer;
}
.sel-org-list li.is-disabled{
    opacity: .7;
    color: #999;
    cursor: no-drop;;
}
.sel-org-list li:hover{
    transform: translateX(3px);
}
.sel-org-list li.is-disabled:hover{
    transform: translateX(0);
}
.sel-org-list li img{
    width: 40px;
    height: 40px;
}
.sel-org-list li .item-title{
    margin-left: 10px;
    flex: 1;
    padding: 11px 0;
    line-height: 20px;
}
.sel-org-list li .item-icon{
    padding: 11px 0;
    line-height: 18px;
    font-size: 18px;
    color: #777;
}