.login-main{
    background:url("../image/login.webp");
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.login-box{
    width: 400px;
    height: 420px;
    border: 1px solid #ccc;
    position: absolute;
    right: 10%;
    top: 50%;
    margin-top: -210px;
    border-radius: 5px;
}
.login-box .layui-form{
    margin-top: 100px;
}
.login-input-icon {
    position: absolute;
    top: 11px;
    right: 5px;
}
.ejectform{
    position: fixed;
    width: 360px;
    z-index: 9999;
    height: 420px;
    left: 50%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    top: 50%;
    padding: 10px;
    margin-top: -210px;
    margin-left: -180px;
    box-shadow: 0px 0px 20px 9px #c7c3c3dd;
}
.layui-upload-img {
    width: 92px;
    height: 92px;
}
.layui-table td[data-field="url"] .layui-table-cell{
    height: 50px;
}
.stat-chart{
    margin-bottom: 30px;
}
.stat-chart .layui-row{
    height: 38px;
    line-height: 38px;
    text-align: center;
}
.layui-icp{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 28px;
    line-height: 28px;
    background: #f3f3f3;
    text-align: center;
    left: 0;
}