
body {
    margin: 0;
    padding: 0;
}
.container {
    /* background: rgba(247,247,247); */
    min-height: 100vh;
    display: flex;
    text-align: center;
}
.login-container {
    background: url('./pmpbg2.jpg') no-repeat;
    background-size: 100% 100%;
}
.aside {
    width: 250px;
    min-height: 100vh;
    background-color: rgb(84, 92, 100);
    flex-shrink: 0;
}
.aside ul {
    border: 1px solid rgb(84, 92, 100);
}
.container .right {
    width: 100%;
    height: 100vh;
    background-color: #fff;
}
.container .right .web {
    border: 0;
    width: 100%;
    height: 100%;
}
.container .right .name {
    height: 50px;
    text-align: right;
    font-size: 14px;
    color: #333;
    line-height: 50px;
    padding-right: 30px;
}
.login {
    display: flex;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.login .box {
    color: #333;
    width: 400px;
    height: 400px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 4px 4px 8px #eee;
}
.login .tips {
    font-size: 12px;
    color: gray;
}
.table {
    width: 100%;
    max-height: calc(100vh - 50px);
    text-align: center;
}
.table img {
    width: auto;
    max-height: calc(100vh - 55px);
}



.el-checkbox__input .el-checkbox__inner::after,
.el-checkbox__input.el-checkbox__label{
    color: gray !important;
}

.el-checkbox__input.is-checked .el-checkbox__inner::after,
.el-checkbox__input.is-checked+.el-checkbox__label {
    color: black !important;
}


.el-checkbox__input .el-checkbox__inner {
    /* background-color: gray !important; */
    border-color: gray !important;

}

.el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: black !important;
    border-color: black !important;

}