html {
    background: #f0f0f0;
}

/* 全局 */
.layui-fluid {
    padding: 10px;
}

/* 表单优化 */
.layui-form-item:last-child {
    margin-bottom: 0;
}

/* 左上角LOGO */
.layui-logo {
    cursor: pointer !important;
    font-size: 18px !important;
    user-select: none;
}

/* 内容主体区域 */
.layui-layout-admin .layui-body {
    padding-bottom: 0 !important;
    bottom: 44px !important;
}
.layui-layout-admin .layui-body .layadmin-tabsbody-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.layadmin-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/* 左侧导航配色 */
/*.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this>a, .layui-nav-tree .layui-this>a:hover {
    background-color: #01AAED !important;
    color: #fff;
}
.layui-nav-tree .layui-nav-bar {
    width: 5px;
    height: 0;
    background-color: #01AAED !important;
}
*/

/* 其他 */
.mb-0 {
    margin-bottom: 0;
}
