body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
}

.blue.bg {
    background-image: url(../images/loginQZ/blue-back.png);
    text-align: center;
    background-size: 100% 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

.blue.top {
    width: 705px;
    height: 211px;
    line-height: 211px;
    position: absolute;
    top: 10%;
    right: 60px;
    background-image: url(../images/loginQZ/blue-logo-back.png);
    background-size: 100% 100%;
}

    .blue.top span {
        margin-left: 30px;
        font-size: 40px;
        font-weight: bold;
        letter-spacing: 3px;
        background-image: -webkit-linear-gradient(bottom, #6ccaf7, #feffff);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .blue.top img {
        margin-top: 80px;
        margin-left: 30px;
    }

.blue.login {
    width: 383px;
    text-align: center;
    border-radius: 2px;
    position: absolute;
    top: 35%;
    right: 210px;
}

    .blue.login .title {
        font-weight: 600;
        font-size: 34px;
        color: #ffffff;
    }

    .blue.login .el-form-item {
        width: 100%;
    }

        .blue.login .el-form-item .form-input .el-input--prefix .el-input__inner {
            background: url(../images/loginQZ/blue-input.png);
            background-size: 100% 100%;
            /*color: #a3a3a3;*/
            border: 0;
            padding-left: 80px;
            border-radius: 0;
            height: 64px;
            font-size: 22px;
            line-height: 64px;
        }

        .blue.login .el-form-item .input-code {
            text-align: justify;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .blue.login .el-form-item .input-code .el-input {
                width: 230px;
            }

                .blue.login .el-form-item .input-code .el-input .el-input__inner {
                    background: url(../images/loginQZ/blue-input-code.png);
                    background-size: 100% 100%;
                    /*color: #a3a3a3;*/
                    border: 0;
                    border-radius: 0;
                    height: 64px;
                    font-size: 22px;
                    line-height: 64px;
                    width: 230px;
                }

            .blue.login .el-form-item .input-code .el-image__inner {
                width: 140px;
                height: 51px;
                cursor: pointer;
            }

        .blue.login .el-form-item i {
            font-size: 28px;
            line-height: 64px;
            padding-left: 20px;
        }

        .blue.login .el-form-item .el-button--primary {
            width: 383px;
            height: 49px;
            background-color: #ff8022;
            border-color: #ff8022;
            letter-spacing: 20px;
            font-size: 15px;
            border-radius: 10px;
            font-size: 22px;
        }

        .blue.login .el-form-item .el-checkbox__inner {
            width: 20px;
            height: 20px;
        }

            .blue.login .el-form-item .el-checkbox__inner::after {
                height: 10px;
                left: 7px;
            }

    .blue.login .form-message {
        height: 30px;
        font-size: 20px;
        line-height: 30px;
        color: #ff8830;
        margin-bottom: 20px;
        font-weight: 600;
    }

.black.bg {
    text-align: center;
    display: inline-block;
    vertical-align: bottom;
    background-color: #24303c;
    width: 100%;
    height: 100%;
    background-image: url("../images/loginQZ/black-back-bottom.png"), url("../images/loginQZ/black-back-top.png");
    background-position: 0 100%, 50% 0;
    background-repeat: no-repeat, no-repeat;
}

.black.top {
    position: absolute;
    top: 21%;
    left: 36%;
}

    .black.top span {
        margin-left: 30px;
        font-size: 50px;
        font-weight: bold;
        letter-spacing: 3px;
        -webkit-text-stroke: 1.5px #f16321;
        color: #fff;
    }

.black.login {
    background-color: #273758;
    border: 1px solid #14b1e6 !important;
    width: 400px;
    text-align: center;
    height: 300px;
    border-radius: 2px;
    position: absolute;
    top: 35%;
    left: 70%;
}

    .black.login .title {
        font-weight: 600;
        font-size: 24px;
        color: #ffffff;
        margin-top: 10px;
    }

    .black.login .el-form-item {
        margin: 8px 50px;
    }

        .black.login .el-form-item .el-input--prefix .el-input__inner {
            border-radius: 0;
            height: 39px;
            font-size: 18px;
            line-height: 39px;
        }

        .black.login .el-form-item .input-code {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .black.login .el-form-item .input-code .el-input {
                width: 120px;
            }

                .black.login .el-form-item .input-code .el-input .el-input__inner {
                    height: 39px;
                    font-size: 18px;
                    line-height: 39px;
                    border-radius: 0;
                    width: 180px;
                }

            .black.login .el-form-item .input-code .el-image__inner {
                width: 100px;
                height: 39px;
                cursor: pointer;
            }

        .black.login .el-form-item i {
            font-size: 20px;
            line-height: 39px;
        }

        .black.login .el-form-item .el-button--primary {
            width: 100%;
            height: 39px;
            background-color: #14b1e6;
            border: 0;
            letter-spacing: 20px;
            border-radius: 0;
            font-size: 22px;
        }

        .black.login .el-form-item .el-checkbox__inner {
            width: 20px;
            height: 20px;
        }

            .black.login .el-form-item .el-checkbox__inner::after {
                height: 10px;
                left: 7px;
            }

.bottom {
    position: absolute;
    bottom: 2px;
    left: 45%;
}

    .bottom span {
        font-size: 14px;
        font-weight: 600;
        color: #939393;
    }

.left {
    position: absolute;
    top: 35%;
    width: 55%;
    left: 10%;
    border-radius: 15px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
}
