.layui-logo .layui-logo-toggle {
    position: absolute;
    left: 215px;
    top: 0;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #565656;
    cursor: pointer;
    margin-top: 5px;
}

.layui-logo .layui-logo-toggle i {
    font-size: 25px;
}

.layui-logo .layui-logo-brand {
    padding-left: 50px;
    text-align: left;
    /*border: 1px solid #515a6e;*/
}

.layui-logo .layui-logo-brand a {
    display: block;
    padding-left: 30px;
}

.layui-side-scroll {
    background-color: #515a6e;
}

.layui-nav-tree {
    background-color: white;
}

/*.layui-nav-tree .layui-nav-child a {*/
/*    color: black;*/
/*}*/

/*.layui-nav-tree .layui-nav-item a {*/
/*    color: black;*/
/*}*/

.layui-layout-admin .layui-side {
    /*border: 1px solid #515a6e;*/
    width: 180px;
}
.layui-layout-left{
    left: 180px;
}

.layui-body {
    border: 1px solid whitesmoke;
    background-color: white;
    bottom: 0 !important;
    left: 180px;
}

.layui-nav {
    padding: 0 !important;
}

.layui-layout-admin .layui-footer {
    background-color: white;
}
.layui-layout-admin .layui-logo  {
    width: 180px;
    background-color: #515a6e;
}
.layui-layout-admin .layui-logo .title {
    color: rgb(255, 184, 0);
    /*color: #52c41a;*/
    font-size: 18px;
    margin: 0 0 0 12px;
    font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
    font-weight: 600;
    width: 180px;
    vertical-align: middle;
}

.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
    background-color: rgb(255, 184, 0) !important;
}

.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this {
    background-color: rgb(255, 184, 0) !important;
}

/*头部右侧背景色 headerRightBg */
.layui-layout-admin .layui-header {
    background-color: #515a6e !important;
}

/*头部右侧选中背景色 headerRightBgThis */
.layui-layout-admin .layui-header .layuimini-header-content > ul > .layui-nav-item.layui-this, .layuimini-tool i:hover {
    background-color: #e4e4e4 !important;
}

/**头部右侧下拉字体颜色 headerRightChildColor */
.layui-layout-admin .layui-header .layui-nav .layui-nav-item .layui-nav-child a {
    color: rgba(107, 107, 107, 0.7) !important;
}

/** pearMenu.css. */
.pear-nav-tree {
    width: 180px;
    border-radius: 0;
    background-color: #28333E;
}

.pear-nav-tree .layui-nav-item .layui-nav-child a {
    margin-left: 24px;
    font-size: 12px;
}

.pear-nav-tree .layui-nav-child {
    padding-top: 5px;
    padding-bottom: 5px;
}

.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 {
    color: rgb(255, 184, 0);
}

.pear-nav-tree .toast {
    font-size: 12px;
    margin: 5px;
    margin-right: 8px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: lightgray;
}

.pear-nav-tree .layui-nav-item a i {
    margin-right: 5px;
}

.pear-nav-tree .layui-nav-item a span {
    letter-spacing: 1px;
    font-size: 12px;
}

.pear-nav-tree .layui-nav-item a:hover {
    background-color: transparent;
}

.pear-nav-tree .layui-nav-more {
    margin-right: 5px;
}

.pear-nav-tree .layui-nav-bar {
    display: none;
}

/** 实 现 菜 单 隐 藏 */
.pear-nav-mini {
    overflow: hidden;
}

.pear-nav-mini .layui-nav-item a span {
    display: none;
}

.pear-nav-mini .layui-nav-child {
    display: none;
}

.pear-nav-mini .layui-nav-more {
    display: none !important;
}

.pear-nav-control a {
    font-weight: 500;
    font-size: 12px;
}

.pear-nav-control .layui-nav-bar {
    top: 0px !important;
}

.pear-nav-control .layui-this * {
    color: rgb(255, 184, 0) !important;
    font-weight: 600;
    font-size: 15px;
}

.pear-nav-control a:hover {
    font-weight: 600;
    color: rgb(255, 184, 0) !important;
    font-size: 15px;
}

/** 隐 藏 后 子 级 悬 浮 菜 单 */
.pear-nav-tree .layui-nav-hover {
    border-radius: 4px;
    overflow: hidden;
    background-color: #28333E;
    display: block;
    position: fixed;
    min-width: 130px;
    margin-left: 62px;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    box-shadow: 0px 0px 3px lightgray;
}

.pear-nav-tree .layui-nav-hover a span {
    display: inline-block !important;
}

.pear-nav-tree .layui-nav-hover a i {
    display: none;
}

/** 滚 动 条 样 式 */
.layui-side-scroll::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

.light-theme.layui-side-scroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.light-theme.layui-side-scroll::-webkit-scrollbar-track {
    background: white;
    border-radius: 2px;
}

.light-theme.layui-side-scroll::-webkit-scrollbar-thumb {
    background: #E6E6E6;
    border-radius: 2px;
}

.light-theme.layui-side-scroll::-webkit-scrollbar-thumb:hover {
    background: #E6E6E6;
}

.light-theme.layui-side-scroll::-webkit-scrollbar-corner {
    background: #f6f6f6;
}

.pear-nav-tree .layui-nav-child dd a span {
    margin-left: 30px !important;
}

.pear-nav-tree .layui-nav-child dd a i {
    display: none;
}

.pear-nav-tree .layui-nav-hover dd a span {
    margin-left: 0px !important;
}

/* #409eff */
/** 亮 样 式*/
.dark-theme,
.dark-theme .layui-nav-tree {
    background-color: #28333E !important;
}

.light-theme {
    background-color: white !important;
}

.light-theme .pear-nav-tree,
.light-theme .pear-nav-tree .layui-nav-child {
    background-color: #515a6e !important;
}

.light-theme .pear-nav-tree a,
.light-theme .pear-nav-tree .layui-nav-more {
    color: hsla(0,0%,100%,.7) !important;
    border-top-color: dimgray;
}

.light-theme .pear-nav-tree .layui-nav-itemed > a > .layui-nav-more {
    border-top-color: #515a6e !important;
    border-bottom-color: white !important;
}

.light-theme .pear-nav-tree .layui-nav-child {
    padding-top: 0;
    padding-bottom: 0;
}

.light-theme .pear-nav-tree .layui-this a,
.light-theme .pear-nav-tree .layui-this {
    color: white !important;
    background-color: rgb(255, 184, 0) !important;
}

.light-theme .pear-nav-tree .layui-this a:hover {
    background-color: rgb(255, 184, 0) !important;
}

.light-theme .pear-nav-tree .layui-nav-bar {
    display: none;

}
.site-demo-button {
    margin-top: 10px;
}
/** 下 拉 图 标 */
.pear-nav-tree.arrow .layui-nav-more {
    font-family: layui-icon !important;
    font-size: 12px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    width: auto;
    height: auto;
    line-height: normal;
    border: none;
    top: 23px;
    margin-right: 5px !important;
    margin: 0;
    padding: 0;
    display: inline-block;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.pear-nav-tree.arrow .layui-nav-child .layui-nav-more {
    top: 17px;
}

.pear-nav-tree.arrow .layui-nav-more:before {
    content: "\e61a";
}

.pear-nav-tree.arrow .layui-nav-itemed > a > .layui-nav-more {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    width: 12px;
    text-align: center;
}

.pear-nav-tree.arrow .layui-nav-itemed > a > .layui-nav-more:before {
    content: '\e61a';
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
}

.layui-table-cell {
    height: 100%;
    padding:0 5px;
    overflow:visible;
    text-overflow:inherit;
    white-space:normal;
    word-break: break-all;
    font-size: 12px !important;
}
div.at-helper {
    margin: 0 10px;
    padding: 5px;
    line-height: 22px;
    font-size: 12px;
    border-left: 5px solid #009688;
    border-radius: 0 2px 2px 0;
    background-color: #f2f2f2;
    max-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    position: relative; /* 用于定位伪元素 */
}
div.at-helper:hover{
    display: block;
    max-height: 300px;
}

.layui-form-pane .layui-form-label-large {
    text-align: right;
    width: 200px;
}

.layui-form-pane .layui-input-block-large {
    margin-left: 200px;
}

#iFrameMain {position:absolute;width:100%;height:100%;left:0;top:0;right:0;bottom:0}
div.xm-select-tree {min-width:220px;width:100%;}
form.layui-form .layui-input {min-width: 220px;}
.layui-form-item .layui-input-inline {min-width: 220px;}
div.layui-table-tool .layui-table-tool-panel {max-height: 500px;}
@media screen and (max-width: 768px) {
    table.layui-table {
        display: block;
    }
    table.layui-table > *, table.layui-table tr, table.layui-table td, table.layui-table th {
        display: block;
    }
    table.layui-table thead {
        display: none;
    }
    table.layui-table tbody tr {
        height: auto;
        padding: 10px 0;
    }
    table.layui-table tbody tr td {
        padding-left: 26% !important;
        margin-bottom: 0;
        height: 30px;
    }
    table.layui-table tbody tr td:last-child {
        margin-bottom: 2px;
    }
    table.layui-table tbody tr td:before {
        font-size: 13px;
        color: #676a6c;
        line-height: 30px;
        font-weight: 700;
        position: absolute;
        content: attr(data-title);
        text-align: right;
        width: 20%;
        left: 0;
        top: 0;
    }
    div.layui-table-cell {width: 98%;height:20px;line-height: 20px;padding: 0;}
    table.layui-table tbody tr {
        font-size: 12px;
    }
}
.loading-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading-spinner .spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border-top-color: #3498db;
    animation: loading-spinner-spin 1s ease-in-out infinite;
}
@keyframes loading-spinner-spin {
    to {
        transform: rotate(360deg);
    }
}