/* 清明祭 */
/* html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    _filter:none;
} */

.layui-nav {border-radius: 0;}
.layui-nav-side {margin-top: 60px;}
.main {margin-left: 200px; padding: 10px;}
.content {margin-top: 15px;}
.m-t{margin-top: 20px;}

body {min-width: 1200px;}
.layui-layout-admin .layui-body {bottom: 0;}

/* 分页样式-开始 */
.pagination > li a, .pagination > li span{
    float: left;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ccc;
    margin-right: 2px;
}
.pagination > .active span {
    color: #fff;
    background: #139ff0;
    border: 1px solid #139ff0;
}
/* 分页样式-结束 */

/* 不可点击菜单 */
.side-nav-readonly {display:block;color:#ccc;padding:0 20px;line-height:45px;background-color: #23262E;}

.c {clear: both;}
.l {float: left;}
.r {float: right;}

/* 让 select2 外观接近 layui 输入框 */
.select2-container--default .select2-selection--single {
    height: 38px; /* 与 layui 输入高度一致 */
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 0 12px;
    box-sizing: border-box;
    box-shadow: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    margin: 0;
    line-height: normal;
    color: #333;
    font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 10px;
    top: 0;
}
.select2-container--default .select2-selection__clear {
    right: 34px; /* 给 clear 按钮留位 */
}

/* 当获得焦点时使用 layui 的主色调（可按项目调整） */
.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #1E9FFF; /* layui 常见高亮色，可换成项目色 */
    box-shadow: 0 0 0 2px rgba(30,159,255,0.08);
}

/* 下拉列表样式微调 */
.select2-container .select2-dropdown {
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* 适配小屏/紧凑布局 */
.layui-input-inline .select2-container {
    width: 100% !important;
}
