* {
    padding: 0;
    margin: 0;
    outline: none;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

body {
    font-family: "Arimo", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2c2e2f;
    background-image: url("../images/bg_login1.png?ver=20250619");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-white {
    background: #fff;
}

/*.bg-white input {
    border-left: 1px solid #999 !important;
}*/

.login-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
}

.login-box {
    position: absolute;
    right: 100px;
    top: 5%;
    z-index: 999;
    width: 370px;
    height: 480px;
    padding: 50px;
    text-align: center;
    border-radius: 5px;
    -webkit-box-shadow: 0px 16px 44px 0 RGBA(0, 0, 1, 0.2);
    -moz-box-shadow: 0px 16px 44px 0 RGBA(0, 0, 1, 0.2);
    box-shadow: 0px 16px 44px 0 RGBA(0, 0, 1, 0.2);
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.7);
}

.login-box-logo {
    margin: 0 auto;
    height: 200px;
    width: 330px;
    background: url("../images/login-logo.png") center no-repeat;
    background-size: 85%;
}

.login-box-content {
    overflow: auto;
    text-align: left;
}

.login-box-type {
    position: relative;
    margin-top: 15px;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    padding-left: 5px;
}

.login-box-type img {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.login-form .form-input {
    border: 1px solid #999;
    border-radius: 6px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 7px;
    margin-left: 1px;
    font-size: 16px;
}

.login-form .form-input input {
    width: 150px;
    height: 42px;
    border: none;
}

.login-form .form-group {
    position: relative;
    margin-left: 40px;
}

.login-form .form-group .control-label {
    line-height: 42px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 13px;
    color: #a1a1a1;
    cursor: text;
}

.login-form .form-group .form-control {
    height: 30px;
    line-height: 30px;
    padding: 6px 12px;
    display: block;
    font-size: 16px;
    background-color: #fff;
    border-radius: 10px;
}

.login-form .form-group .form-control::-moz-placeholder {
    color: rgba(151, 152, 152, 0.5);
    opacity: 1;
}

.login-form .form-group .form-control:-ms-input-placeholder {
    color: rgba(151, 152, 152, 0.5);
}

.login-form .form-group .form-control::-webkit-input-placeholder {
    color: rgba(151, 152, 152, 0.5);
}

.login-form .form-group .form-control::-webkit-input-placeholder {
    color: rgba(151, 152, 152, 0.5);
}

.login-form .form-group .form-control:-moz-placeholder {
    color: rgba(151, 152, 152, 0.5);
}

.login-form .form-group .form-control::-moz-placeholder {
    color: rgba(151, 152, 152, 0.5);
}

.login-form .form-group .form-control:-ms-input-placeholder {
    color: rgba(151, 152, 152, 0.5);
}

.login-form .login-btn {
    width: 100%;
    height: 52px;
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
    background: rgba(230, 111, 37, 1);
    border-radius: 26px;
    outline: none;
    border: 1px solid transparent;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 12px;
    user-select: none;
}

.login-form .login-btn:hover {
    background: rgba(230, 111, 37, 0.8);
    color: #fff;
}

@media (max-width: 2560px) {
    .login-box {
        right: 10%;
        top: 10%;
    }

    .login-old-man {
        width: 300px;
        position: absolute;
        bottom: 0%;
        right: 25%;
        z-index: 9999;
    }
}

@media (max-width: 1920px) {
    .login-old-man {
        width: 180px;
        position: absolute;
        bottom: 0%;
        right: 29%;
        z-index: 9999;
    }
}

@media (max-width: 1600px) {
    .login-box {
        transform: scale(0.9);
    }

    .login-old-man {
        width: 220px;
        position: absolute;
        bottom: 0%;
        right: 20%;
        z-index: 9999;
    }
}


@media (max-height: 900px) {
    .login-box {
        transform: scale(0.7);
    }

    .login-old-man {
        width: 130px;
        position: absolute;
        bottom: 0%;
        right: 30%;
        z-index: 9999;
    }
}

@media (max-height: 768px) {
    .login-box {
        top: -5%;
        right: 70px;
        transform: scale(0.6);
    }

    .login-old-man {
        width: 130px;
        position: absolute;
        bottom: 0%;
        right: 27%;
        z-index: 9999;
    }
}

@media (max-width: 1280px) {
    .login-old-man {
        width: 140px;
        position: absolute;
        bottom: 0%;
        right: 25%;
        z-index: 9999;
    }

    @media (max-height: 720px) {
        .login-box {
            transform: scale(0.5);
        }

        .login-old-man {
            width: 110px;
            bottom: 0%;
            right: 28%;
        }
    }
}


.icon-user {
    position: absolute;
    width: 42px;
    height: 42px;
    background-image: url("../images/icon-user.jpg");
    background-size: 100%;
    border-radius: 10px;
}

.icon-password {
    position: absolute;
    width: 42px;
    height: 42px;
    background-image: url("../images/icon-password.jpg");
    background-size: 100%;
    border-radius: 10px;
}

.login-operator {
    margin-bottom: 10px;
    margin-top: 25px;
    text-align: left;
}

.forget-password {
    float: right;
    color: #373e4a;
    text-decoration: none;
}

.focus-wx {
    position: absolute;
    border-radius: 5px;
    background: rgba(255, 255, 255, .8);
    bottom: 20px;
    right: 20px;
    width: 150px;
    overflow: hidden;
    height: 175px;
    margin: 0;
}

.focus-wx p {
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin: 0 5px 0;
    padding: 0;
    color: #000;
    font-size: 14px;
}

.wx-qrcode {
    margin: 0 auto;
    width: 130px;
    height: 130px;
    border: 1px solid #666;
    background: #fff;
}

.login-alert {
    padding: 5px;
    margin-bottom: 18px;
    border: 1px solid #cc3f44;
    border-radius: 0;
    background-color: #cc3f4490;
    color: #ffffff;
    text-align: center;
    line-height: 18px;
    height: 18px;
}

.none {
    display: none;
}

#login-box-code {
    text-align: center;
}

/*
#login-box-code img {
    margin: 0 auto;
    margin-top: 10px;
}
*/

#login-box-code p {
    font-size: 20px;
    line-height: 50px;
    height: 50px;
}

#wx-qr-code {
    width: 184px;
    height: 184px;
    margin: 0 auto;
    padding: 8px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
}

.login-footer {
    text-align: center;
    line-height: 30px;
    color: #fff;
    padding-bottom: 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.login-footer span {
    padding: 0 5px
}

.login-footer a {
    padding: 0 5px;
    color: rgba(255, 255, 255, 1) !important;
}

.login-footer a:hover {
    color: rgba(255, 255, 255, 1) !important;
    text-decoration: underline;
}
