body {
    padding: 0;
    margin: 0;
    background: #f4f4f4;
    min-height: 100%;
}

.bg {
    background: url("../img/bg.jpeg") no-repeat 50% 30%/100%;
    background-size: cover;
    overflow: hidden;
    height: 100vh;
    position: relative;
}


.box-contain {
    background-color: #ffffff;
    max-width: 900px;
    min-width: 700px;
    height: 520px;
    margin: 65px auto 0;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2),
    -10px -10px 30px rgba(255, 255, 255, 1);
    transition: all .2s ease-out;
}

.box-left {
    background: url("../img/bg1.jpeg") no-repeat;
    background-size: cover;
    flex: 1;
}

#hint {
    color: #ffffff;
    margin: 20%;
}

.box-left .box-left-img {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.box-right {
    margin-right: 0 20px;
    flex: 1;
    position: relative;
    overflow: hidden;
    overflow: visible;
}

.box-right .qr-top {
    position: absolute;
    right: 10px;
    top: 10px;
}

.box-right .qr-img {
    width: 60px;
    height: 60px;
    transition: all .2s ease-out;
}

.box-right .qr-img:hover {
    width: 55px;
    height: 55px;
}

.box-right .qr-img1 {
    width: 60px;
    height: 60px;
    transition: all .2s ease-out;
}

.box-right .qr-img1:hover {
    width: 55px;
    height: 55px;
}

.login-text {
    padding: 0 20px 20px;
    font-size: 15px;
}


.login-header {
    margin: 40px 40px 0;
    display: flex;
    text-align: center;
    border-bottom: 1px solid #E1E1E1;
}

.login-header .login-type {
    cursor: pointer;
    flex: 1;
    /*width: 40%;*/
    margin-bottom: 24px;
}

.login-header .login-type:nth-child(n+2) {
    border-left: 1px solid #999999;
}

.tabActive-text {
    color: #2C7EED;
    font-weight: bold;
}

.login-bottom {
    margin: 0 5%;
    text-align: center;
}

.login-captcha {
    position: absolute;
    right: 10px;
    top: 4px;
    width: 100px;
    height: 30px;
    cursor: pointer;
    color: #2C7EED;
    font-size: 12px;
    line-height: 30px;
    text-align: right;
}

.qr-contain {
    display: none;
}

.qr-code {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
}

.qr-code-logo {
    width: 48px;
    /*margin-top: 50px;*/
    text-align: center;
}

.qr-code-text {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 30px;
}

.qr-code-tips {
    font-size: 12px;
    color: #8c939d;
    margin-top: 20px;
}

.qr-code-tips span {
    color: #2C7EED;
    display: inline-block;
    cursor: pointer;
}

.qr-code-tips span img {
    width: 12px;
    vertical-align: top;
    margin: 2px 2px 0 1px;
}

#qrcode img {
    width: 200px;
}

.form {
    padding: 0px 40px 0;
}


.item-contain {
    margin-bottom: 10px;
    position: relative;
}

.item-contain .input {
    background-color: #F9F9F9;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    outline: none;
    width: 100%;
    height: 40px;
    line-height: 35px;
    padding: 0 16px 0 40px;
    background-position: 12px;
    box-sizing: border-box;
}

.item-contain .input:focus {
    border: 1px solid #2C7EED;
    outline: none;
}

.item-contain .waring {
    font-size: 12px;
    font-weight: 400;
    color: #FF0000;
    padding: 6px 0 0;
    visibility: hidden;
}

.item-contain .waring img {
    width: 13px;
    vertical-align: middle;
}

.code-img {
    position: absolute;
    right: 10px;
    top: 4px;
    width: 100px;
    height: 30px;
}

.person {
    background: url('../img/person-icon.png') no-repeat;
    background-size: 16px;
}

.tenant {
    background: url('../img/code-icon.png') no-repeat;
    background-size: 16px;
}

.code {
    background: url('../img/code-icon.png') no-repeat;
    background-size: 13px;
}

.pwd {
    background: url('../img/pwd-icon.png') no-repeat;
    background-size: 12px;
}

.forget-text {
    color: #2C7EED;
    font-size: 14px;
    display: flex;
    justify-content: space-between;

}

.forget-text input {
    vertical-align: bottom;
}

.forget-right {
    float: right;
    font-size: 14px;
    color: #2C7EED;
    cursor: pointer;
    text-decoration: none;
}

.login-btn {
    width: 100%;
}

.button {
    height: 40px;
    color: #FFF;
    background-color: #2C7EED;
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: 12px 20px;
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    /*box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -10px -10px 30px rgba(255, 255, 255, 1);*/
    transition: all .2s ease-out;
}

.button:hover {
    cursor: pointer;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2),
    0 0 0 rgba(255, 255, 255, 0.8),
    inset 18px 18px 30px rgba(0, 0, 0, 0.1),
    inset -18px -18px 30px rgb(199 186 186 / 42%);
    font-size: 13px;
}

.divider--horizontal {
    display: none;
}

input::-webkit-input-placeholder { /* 使用webkit内核的浏览器 */
    color: #999999;
}

input:-moz-placeholder { /* Firefox版本4-18 */
    color: #999999;
}

input::-moz-placeholder { /* Firefox版本19+ */
    color: #999999;
}

input:-ms-input-placeholder { /* IE浏览器 */
    color: #999999;
}

.login-bottom div {
    display: inline-block;
    width: 20%;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 10px;
    text-align: center;
}

footer a {
    text-decoration: auto;
    color: black;
}

/*复写bootstrap-select样式*/
.bootstrap-select button {
    height: 90%;
    padding: .175rem 0;
}

button, input, optgroup, select, textarea {
    margin: revert !important;
}

.eye-icon.off {
    display: none;
}

.eye-icon {
    width: 17px;
    position: absolute;
    right: 16px;
    top: 35%;
    transform: translateY(-50%);
    cursor: pointer;
}

@media only screen and (max-width: 700px) {

    body {
        overflow: auto !important;
    }

    .bg {
        background: url("../img/bg.jpeg") no-repeat 50% 30%/100%;
        background-size: cover;
        overflow: auto;
        /*height: auto;*/
        position: relative;
    }

    /*.bg {*/
    /*    background: #ffffff;*/
    /*}*/
    .box-contain {
        box-shadow: none;
        max-width: 100%;
        min-width: 100%;
        height: auto;
        margin: 0 auto 0;
        display: block;
        /*justify-content: center;*/
    }

    .box-left {
        display: none;
    }

    .qr-top {
        display: none;
    }

    .box-contain {
        background-color: transparent;
    }


    .login-header {
        display: flex;
        text-align: center;
        border-bottom: 1px solid #999999;
        margin: 0 16px 10px;
        padding-top: 20px;
        justify-content: center;
    }

    .login-type {
        padding: 0 10px 20px;
        margin-bottom: 0 !important;
        color: #666666;
        flex: none !important;
    }

    .login-text {
        padding: 0 20px 20px;
    }

    .login-header .login-type:nth-child(n+2) {
        border-left: none;
    }

    .tabActive-text {
        color: #333333;
        font-weight: bold;
        border-bottom: 2px solid #2C7EED;
    }

    .form {
        padding: 24px 16px 0;
    }

    .item-contain .input {
        background-color: #ffffff;
        border: 1px solid #999999;
        border-radius: 5px;
    }

    .forget-text span {
        display: none;
    }

    .forget-right {
        width: 50%;
        text-align: right;
    }

    .register {
        text-align: left;
    }

    .forget-text {
        justify-content: flex-end;
    }

    .person {
        background: url('../img/person-icon-p.png') no-repeat;
        background-size: 18px;
    }

    .code {
        background: url('../img/code-icon.png') no-repeat;
        background-size: 13px;
    }

    .pwd {
        background: url('../img/lock-icon.png') no-repeat;
        background-size: 14px;
    }

    .button {
        border-radius: 5px;
    }

    .divider--horizontal {
        display: block;
        height: 1px;
        margin: 40px 16px 24px;
        background-color: #dcdfe6;
        position: relative;
    }

    .divider__text {
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        background-color: #fff;
        padding: 0 20px;
        font-weight: 500;
        color: #303133;
        font-size: 14px;
    }

    .login-bottom div {
        display: inline-block;
        width: 20%;
    }

    .box-right {
        border: 0;
        flex: 1;
        position: relative;
    }

    .login-text {
        padding: 0 20px 20px;
        font-size: 15px;
    }

    footer {
        width: 80%;
        line-height: 1.5;
        text-align: center;
        margin: 0 auto;
        position: unset;
    }

    footer a {
        text-decoration: auto;
        color: black;
    }
}

#errmsg {
    font-size: 12px;
    font-weight: 400;
    color: #FF0000;
    padding: 0 0 6px 0;
}

#client {
    margin-top: 30px;
    padding: 0 0 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

#client .img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#client .img a {
    padding: 5px;
    border-radius: 5px;
    /*box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2),*/
    /*-10px -10px 30px rgba(255, 255, 255, 1);*/
    /*transition: all .2s ease-out;*/
    background-color: white;
}

/*#client .img a:hover {*/
/*    cursor: pointer;*/
/*    box-shadow: 0 0 0 rgba(0, 0, 0, 0.2),*/
/*    0 0 0 rgba(255, 255, 255, 0.8),*/
/*    inset 18px 18px 30px rgba(0, 0, 0, 0.1),*/
/*    inset -18px -18px 30px rgba(255, 255, 255, 1);*/
/*}*/

#client .img a:hover img {
    width: 43px;
}

#client img {
    width: 45px;
    transition: all .2s ease-out;
}


/* 用户选择 */
.user-choose-contain {
    margin: 0 30px;
}

.user-choose-contain .user-title {
    font-size: 18px;
    color: #333333;
    padding: 50px 0 0;
}

.user-choose-contain .user-detail {
    font-size: 12px;
    color: #999999;
    margin: 10px 0 20px;
}

.user-choose-contain .user-choose-box {
    padding-right: 20px;
    height: 330px;
    overflow: auto;
}

.user-choose-contain .user-contain {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px auto 0;
    background: #f5f7fb;
    border: 1px solid #f5f7fb;
    border-radius: 10px;
    padding: 10px 16px;
}

.user-choose-contain .user-contain:hover {
    cursor: pointer;
    border: 1px solid #2C7EED;
}

.user-choose-contain .user-contain .user-list {
    display: flex;
    align-items: center;
}


.user-choose-contain .user-contain .user-list .avatar {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    /*background: #333333;*/
}

.user-choose-contain .user-contain .user-list .name {
    color: #333333;
    font-size: 14px;
    padding-left: 16px;
    word-break: break-all;
}

.user-choose-contain .user-contain .arrow {
    color: #666666;
    padding-left: 10px;
}

.user-choose-contain .user-contain .last-login {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px;
    border-radius: 0 10px 0 6px;
    color: #2C7EED;
    background: #e1ebfa;
    font-size: 12px;
}

/* 定义滚动条样式 */
::-webkit-scrollbar {
    width: 5px;
    border-radius: 3px;
}

/* 定义滚动条的轨道部分 */
::-webkit-scrollbar-track {
    background-color: #f5f7fb;
}

/* 定义滚动条的thumb部分 */
::-webkit-scrollbar-thumb {
    background-color: #2C7EED;
    border-radius: 3px;
}

/* 用户选择 */