/* +----------------------------------------------------------------------
/* | Static Plugin for ThinkAdmin
/* +----------------------------------------------------------------------
/* | 官方网站: https://thinkadmin.top
/* +----------------------------------------------------------------------
/* | 版权所有 2014~2024 ThinkAdmin [ thinkadmin.top ]
/* +----------------------------------------------------------------------
/* | 开源协议 ( https://mit-license.org )
/* | 免责声明 ( https://thinkadmin.top/disclaimer )
/* +----------------------------------------------------------------------
/* | gitee 代码仓库：https://gitee.com/zoujingli/think-plugs-static
/* | github 代码仓库：https://github.com/zoujingli/think-plugs-static
/* +----------------------------------------------------------------------
/* | 自定义后台扩展样式，需要在加载 console.css 后载入
/* | 使用 composer require zoujingli/think-plugs-static 时不会更新此文件
/* +---------------------------------------------------------------------- */
._form-search .layui-btn {
    height: 32px;
    padding: 0 10px;
    font-size: 13px;
    line-height: 32px;
}

._form-search .layui-btn .layui-icon {
    font-size: 15px
}

._form-search .layui-form-item {
    white-space: nowrap;
    margin-right: 8px;
    margin-bottom: 10px;
    border: 1px solid #EEE;
}

._form-search .layui-form-item:last-child {
    border: none
}

._form-search .layui-form-item .layui-form-label {
    width: auto !important;
    border: none;
    height: 30px;
    padding: 0 8px;
    line-height: 32px;
    border-right: 1px solid #EEE;
}

._form-search .layui-form-item .layui-input-inline {
    width: 150px;
    margin: 0 !important;
    display: inline-block !important;
}

._form-search .layui-form-item input, ._form-search .layui-form-item select {
    width: 100%;
    height: 30px;
    padding: 0 8px;
    line-height: 32px;
    border-width: 0;
}

._form-search .layui-form-item .layui-form-select dl {
    top: 31px;
    padding: 0;
    border-width: 0;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.20);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

._form-search.layui-table {
    margin-top: 0 !important;
}
.stat-box{
    height: 34px;
    line-height: 34px;
}
.stat-box strong{
    font-size: 14px;
    font-weight: bold;
}
.stat-box span{
    font-size: 12px;
    font-weight: 500;
    color:#5f5f5f
}