html, body { font-family: 'Microsoft YaHei'; height: 100%; }
body { font-family: 'Microsoft YaHei' }
/* ==================
          边框
 ==================== */

/* -- 实线 -- */
.solid, .solid-top, .solid-right, .solid-bottom, .solid-left, .solids, .solids-top, .solids-right, .solids-bottom, .solids-left, .dashed, .dashed-top, .dashed-right, .dashed-bottom, .dashed-left { position: relative; }

    .solid::after, .solid-top::after, .solid-right::after, .solid-bottom::after, .solid-left::after,
    .solids::after, .solids-top::after, .solids-right::after, .solids-bottom::after, .solids-left::after,
    .dashed::after, .dashed-top::after, .dashed-right::after, .dashed-bottom::after, .dashed-left::after { content: " "; width: 200%; height: 200%; position: absolute; top: 0; left: 0; border-radius: inherit; transform: scale(0.5); transform-origin: 0 0; pointer-events: none; box-sizing: border-box; }

    .solid::after { border: 1px solid #eee; }
    .solid-top::after { border-top: 1px solid #eee; }
    .solid-right::after { border-right: 1px solid #eee; }
    .solid-bottom::after { border-bottom: 1px solid #eee; }
    .solid-left::after { border-left: 1px solid #eee; }
    .solids::after { border: 4px solid #eee; }
    .solids-top::after { border-top: 4px solid #eee; }
    .solids-right::after { border-right: 4px solid #eee; }
    .solids-bottom::after { border-bottom: 4px solid #eee; }
    .solids-left::after { border-left: 4px solid #eee; }

fieldset { border-radius: 5px; border: 1px solid #eee; margin: 0; }
    fieldset.border-top { border-width: 0; border-radius: 0; border-top: 1px solid #eee; }
    fieldset > legend { font-size: 16px; font-weight: 800; padding-inline-start: 10px; padding-inline-end: 10px; margin-left: 20px; }
        fieldset > legend + h4 { font-weight: normal; margin-top: 10px; }
    fieldset + fieldset { margin-top: 10px; }
    fieldset > .layui-form-item:last-child { margin-bottom: 0; }

    /*复选框分组*/
    fieldset > legend + .layui-container-checkbox, fieldset > h4 + .layui-container-checkbox { margin-top: 10px; }

/*文本框*/
.layui-textarea { resize: none; }
/*input 扩展*/
.layui-input-sm { height: 30px; }

.layui-form-pane .layui-form-label.layui-form-label-lg { height: 50px; line-height: 20px; font-size: 18px; padding: 14px 15px; }
.layui-input-lg { height: 50px; line-height: 20px; font-size: 18px; padding: 14px 15px; }

.layui-fluid { padding: 5px; }
.layui-form-label .icon { font-size: 10px; line-height: 10px; color: #ff5722; font-weight: normal; }

/*.layadmin-second-page { }*/
.layadmin-no-padding { padding: 0; }
.layadmin-second-tab { }
    .layadmin-second-tab .layui-tab-title li:first-child .layui-tab-close { display: none; }

/*搜索栏*/
.table-querybar { padding: 10px 15px; background-color: #f2f2f2; border: 1px solid #e6e6e6; border-width: 1px 1px 0 1px; }
    .table-querybar form { }
        .table-querybar form .layui-form-select .layui-input { height: 30px; }
        .table-querybar form .layui-form-item, .table-querybar form .layui-form-item .layui-inline { margin: 0; }
            .table-querybar form .layui-form-item .layui-form-label { display: none; }
        .table-querybar form .layui-form-mid { padding: 0 !important; }
        .table-querybar form .layui-select-cascade .layui-form-label + .layui-input-block { margin-left: 0; }
        .table-querybar form .layui-select-cascade .layui-input-block { min-height: 30px; }
        .table-querybar form .layui-select-cascade .layui-inline { margin-right: 10px; }
    .table-querybar .layui-btn + .layui-btn { margin-left: 0; }

.layui-form-label-hide .layui-form-label { display: none; }
.layui-form-label-hide .layui-input { height: 30px; }
.layui-form-label-hide .layui-input-block { min-height: 30px; }
.layui-form-label-hide .layui-form-label + .layui-input-block { margin-left: 0; }


@media screen and (max-width: 450px) {
    .query-bar .layui-input-inline { display: block; margin-right: 0; margin-bottom: 10px; clear: both; }

    /*内联输入框*/
    .layui-form-item .layui-input-inline { left: 0; margin: 0; margin-left: 110px; }
}

.layadmin-shortcut li .icon { display: inline-block; width: 100%; height: 60px; line-height: 60px; text-align: center; border-radius: 2px; font-size: 30px; background-color: #F8F8F8; color: #333; transition: all .3s; -webkit-transition: all .3s; }

/*加载页面*/
#load-page { width: 100%; height: 100%; margin: 0; padding: 0; min-height: 400px; }
    #load-page .timer { width: 48px; height: 48px; background-color: transparent; box-shadow: inset 0px 0px 0px 2px #B3B3B3; border-radius: 50%; position: relative; margin: 0 auto; /*水平居中*/ top: 50%; /*偏移*/ transform: translateY(-50%); }
        #load-page .timer:after, #load-page .timer:before { position: absolute; content: ""; background-color: #B3B3B3; }
        #load-page .timer:after { width: 20px; height: 2px; top: 22px; left: 22px; -webkit-transform-origin: 1px 1px; -moz-transform-origin: 1px 1px; transform-origin: 1px 1px; -webkit-animation: minhand 2s linear infinite; -moz-animation: minhand 2s linear infinite; animation: minhand 2s linear infinite; }

        #load-page .timer:before { width: 16px; height: 2px; top: 22px; left: 22px; -webkit-transform-origin: 1px 1px; -moz-transform-origin: 1px 1px; transform-origin: 1px 1px; -webkit-animation: hrhand 8s linear infinite; -moz-animation: hrhand 8s linear infinite; animation: hrhand 8s linear infinite; }

.layadmin-second-tab #load-page { height: 400px; }

@-webkit-keyframes minhand {
    0% { -webkit-transform: rotate(0deg) }
    100% { -webkit-transform: rotate(360deg) }
}

@-moz-keyframes minhand {
    0% { -moz-transform: rotate(0deg) }
    100% { -moz-transform: rotate(360deg) }
}

@keyframes minhand {
    0% { transform: rotate(0deg) }
    100% { transform: rotate(360deg) }
}

@-webkit-keyframes hrhand {
    0% { -webkit-transform: rotate(0deg) }
    100% { -webkit-transform: rotate(360deg) }
}

@-moz-keyframes hrhand {
    0% { -moz-transform: rotate(0deg) }
    100% { -moz-transform: rotate(360deg) }
}

@keyframes hrhand {
    0% { transform: rotate(0deg) }
    100% { transform: rotate(360deg) }
}

/* 按钮组 */
.layui-btn-group .layui-btn:first-child { border-radius: 2px; }
.layui-btn-group .layui-btn:last-child { border-radius: 2px; }
.layui-btn-group .layui-btn { border-radius: 2px; }

.layui-btn-group > .layui-btn:first-child:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.layui-btn-group > .layui-btn:not(:first-child):not(:last-child) { border-radius: 0; }
.layui-btn-group > .layui-btn:last-child:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; }
/*表单*/
.layui-form-item { position: relative; margin-bottom: 15px; }
.layui-form-label { width: 140px; padding: 9px 10px 9px 0; font-weight: 800; display: flex; justify-content: right; align-items: center; }
.layui-input-block { margin-left: 0; }
.layui-form-label + .layui-input-block { margin-left: 150px; }
.layui-input-group .layui-input { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.layui-input-wrap .layui-input:focus ~ .layui-input-split,
.layui-input-wrap .layui-input:focus + .layui-input-suffix ~ .layui-input-split { border-color: #d2d2d2; }
.layui-input-prefix .icon,
.layui-input-suffix .icon,
.layui-input-split .icon { position: relative; font-size: 16px; color: #5F5F5F; transition: all .3s; }
.layui-input-wrap .layui-input-suffix { padding: 0; }
    .layui-input-wrap .layui-input-suffix .layui-input-suffix-custom { cursor: pointer; pointer-events: auto; }

.layui-form-switch em { top: -2px; }
.layui-form-select dl dd, .layui-form-select dl dt { text-align: left; }
/*表单说明*/
.layui-input-description { color: #999; }
    .layui-input-description .icon { font-size: 14px; color: #1E9FFF; margin-right: 5px; }
    .layui-input-description a { color: #1E9FFF; }
/*表单错误*/
.field-validation-error, .field-validation-valid { color: #FF5722; }
    .field-validation-error span:before, .field-validation-valid span:before { font-family: "icon" !important; content: '\e677'; margin-right: 5px; }

.input-validation-error, .input-validation-error:hover, .input-validation-error:focus, .input-validation-error + .layui-form-select .layui-input { border-color: #FF5722 !important; }
.text-danger,
.field-validation-error { display: block; color: #FF5722 !important; line-height: 13px; font-size: 13px; position: absolute; z-index: 9; top: -8px; left: 5px; background-color: #fff; padding: 0 5px; }
.container-validation-error .layui-container-tags ~ .field-validation-error,
.container-validation-error .layui-container-tags-table ~ .field-validation-error { top: -4px; }
.container-validation-error .CodeMirror + .field-validation-error { background-color: initial; }

.container-validation-error .layui-input-split { border-top-color: #FF5722 !important; border-right-color: #FF5722 !important; border-bottom-color: #FF5722 !important; }
.container-validation-error .layui-input-group .input-validation-error { border-right-color: #eee !important; }
.container-validation-error > .layui-container-checkbox-group,
.container-validation-error > .layui-container-checkbox,
.container-validation-error .layui-container-radio,
.container-validation-error .layui-container-tags .layui-input,
.container-validation-error .layui-container-tags-table .layui-input,
.container-validation-error .layui-input-complete,
.container-validation-error .layui-input-textTable,
.container-validation-error .layui-input-cascade,
.container-validation-error .layui-input-upload-display,
.container-validation-error .layui-input-tree,
.container-validation-error .tox-tinymce,
.container-validation-error .layui-container-upload-multiple,
.layui-container-tree-page fieldset.container-validation-error { border: 1px solid #FF5722 !important; border-radius: 2px; }

    .layui-container-tree-page fieldset.container-validation-error .field-validation-error { position: relative; top: 0; line-height: normal; font-weight: 400; }



/*副标题*/
.layui-card-header span, .layui-colla-item .layui-colla-title span { color: #999; font-size: 12px; margin-left: 5px; }

/*卡片*/

.layui-card .layui-card-footer { position: relative; border-top: 1px solid #f6f6f6; padding: 14px 15px; }
.layui-card .layui-card { border: 1px solid #eee; box-shadow: none; }

/*折叠面板*/
.layui-collapse.layui-collapse-tip { background-color: white; margin-bottom: 5px; border-color: #FF5722; }
    .layui-collapse.layui-collapse-tip .layui-colla-title { background-color: white; color: #FF5722; }
        .layui-collapse.layui-collapse-tip .layui-colla-title i { }
    .layui-collapse.layui-collapse-tip .site-title fieldset { border: none; padding: 0; border-top: 1px solid #eee; }
        .layui-collapse.layui-collapse-tip .site-title fieldset legend { margin-left: 20px; padding: 0 10px; font-size: 18px; font-weight: 300; }
            .layui-collapse.layui-collapse-tip .site-title fieldset legend a { color: #FF5722; }

.site-title + .layui-collapse-tip-content { margin-top: 10px; }
.layui-collapse-tip-content h1 { counter-increment: cnt_h1; counter-reset: cnt_h2 0 cnt_h3 0 cnt_h4 0; font-size: 14px; }
    .layui-collapse-tip-content h1:before { content: counter(cnt_h1); font-size: 14px; padding-right: 1em; }
.layui-collapse-tip-content h2 { counter-increment: cnt_h2; counter-reset: cnt_h3 0 cnt_h4 0; font-size: 14px; margin-left: 1em; }
    .layui-collapse-tip-content h2:before { content: counter(cnt_h1)"."counter(cnt_h2); font-size: 14px; padding-right: 1em; }
.layui-collapse-tip-content h3 { counter-increment: cnt_h3; counter-reset: cnt_h4 0; font-size: 14px; margin-left: 2em; }
    .layui-collapse-tip-content h3:before { content: counter(cnt_h1)"."counter(cnt_h2)"."counter(cnt_h3); font-size: 14px; padding-right: 1em; }
.layui-collapse-tip-content h4 { counter-increment: cnt_h4; font-size: 14px; margin-left: 3em; }
    .layui-collapse-tip-content h4:before { content: counter(cnt_h1)"."counter(cnt_h2)"."counter(cnt_h3)"."counter(cnt_h4); font-size: 14px; padding-right: 1em; }

.layui-number-list { }
    .layui-number-list h1 { counter-increment: cnt_h1; counter-reset: cnt_h2 0 cnt_h3 0 cnt_h4 0; font-size: 14px; }
        .layui-number-list h1:before { content: counter(cnt_h1); font-size: 14px; padding-right: 1em; }
    .layui-number-list h2 { counter-increment: cnt_h2; counter-reset: cnt_h3 0 cnt_h4 0; font-size: 14px; margin-left: 1em; }
        .layui-number-list h2:before { content: counter(cnt_h1)"."counter(cnt_h2); font-size: 14px; padding-right: 1em; }
    .layui-number-list h3 { counter-increment: cnt_h3; counter-reset: cnt_h4 0; font-size: 14px; margin-left: 2em; }
        .layui-number-list h3:before { content: counter(cnt_h1)"."counter(cnt_h2)"."counter(cnt_h3); font-size: 14px; padding-right: 1em; }
    .layui-number-list h4 { counter-increment: cnt_h4; font-size: 14px; margin-left: 3em; }
        .layui-number-list h4:before { content: counter(cnt_h1)"."counter(cnt_h2)"."counter(cnt_h3)"."counter(cnt_h4); font-size: 14px; padding-right: 1em; }

/*下拉*/
.layui-form-select dl { z-index: 10000001; }

/*自定义页面布局*/
.layui-layout-admin-page { display: flex; height: 100%; }
    .layui-layout-admin-page .panel-left { width: 220px; padding-right: 5px; height: 100%; }
    .layui-layout-admin-page .panel-main { flex: 1; }
    .layui-layout-admin-page .panel-left + .panel-main { border-left: 1px solid #eee; }

    .layui-layout-admin-page .layui-card-height-full { height: 100%; }
        .layui-layout-admin-page .layui-card-height-full .layui-card-body { height: calc(100% - 53px); }

    /*页面 左侧树*/
    .layui-layout-admin-page .panel-left #ztree-container { box-shadow: initial; border: 1px solid #eee; border-top-width: 0; border-bottom-width: 0; }
        .layui-layout-admin-page .panel-left #ztree-container .layui-card-header { border-bottom-color: #eee; }
            .layui-layout-admin-page .panel-left #ztree-container .layui-card-header .tree-toolbar { position: absolute; top: 0; right: 15px; }
                .layui-layout-admin-page .panel-left #ztree-container .layui-card-header .tree-toolbar .layui-btn { font-size: 12px; }
        .layui-layout-admin-page .panel-left #ztree-container .layui-card-body .ztree { overflow-y: auto; overflow-x: hidden; height: 100%; }
            .layui-layout-admin-page .panel-left #ztree-container .layui-card-body .ztree * { font-size: 14px; }
            .layui-layout-admin-page .panel-left #ztree-container .layui-card-body .ztree li a:hover { width: calc(100% - 30px); }
            .layui-layout-admin-page .panel-left #ztree-container .layui-card-body .ztree li a.curSelectedNode { width: calc(100% - 30px); background-color: #1e9fff; color: white; position: relative }
                .layui-layout-admin-page .panel-left #ztree-container .layui-card-body .ztree li a.curSelectedNode:after { content: "\e6ab"; font-family: "icon"; position: absolute; top: 0; width: 14px; height: 14px; line-height: 14px; right: 5px; bottom: 0; z-index: -1; font-size: 16px; margin: auto; color: white; -webkit-animation: icon-spin 2s infinite linear; animation: icon-spin 2s infinite linear; display: block; }


/*引用区块 背景色*/
.layui-elem-quote.layui-elem-quote-red { border-left-color: #FF5722; }
.layui-elem-quote.layui-elem-quote-orange { border-left-color: #FFB800; }
.layui-elem-quote.layui-elem-quote-green { border-left-color: #009688; }
.layui-elem-quote.layui-elem-quote-cyan { border-left-color: #2F4056; }
.layui-elem-quote.layui-elem-quote-blue { border-left-color: #1E9FFF; }

ol.number { counter-reset: item }
    ol.number li { display: block }
        ol.number li:before { content: counters(item, ".") ". "; counter-increment: item }
        ol.number li ol.number { padding-left: 20px; }


/*弹出框页面*/
.layui-layer-page .layui-table-view { margin: 0; }
.layui-layer-page .layadmin-second-tab-form .layui-layout-admin .layui-footer { padding-top: 8px; padding-bottom: 7px; }

/*加载*/
.layui-loading { position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; z-index: 199; background-color: #fff; }
    .layui-loading .layui-icon { position: absolute; left: 50%; top: 50%; margin: -15px 0 0 -15px; font-size: 30px; color: #c2c2c2; }


/*标签右键菜单*/
.tab-right-menu { position: fixed; width: 110px; z-index: 9999; display: block; background-color: #fff; padding: 5px 0; color: #666; border: 1px solid #d2d2d2; box-shadow: 0 2px 4px rgba(0,0,0,.12); border-radius: 2px; cursor: pointer; }
    .tab-right-menu li { text-align: center; display: block; height: 30px; line-height: 32px; font-size: 14px; }
        .tab-right-menu li:hover { background-color: #f6f6f6; }
    .tab-right-menu hr { margin: 5px 0; }


/* ==================
          页面
 ==================== */
/*布局*/
.layui-page { width: 100%; height: 100%; display: flex; flex-direction: column; background-color: white; }
    .layui-page.row { flex-direction: row; }
.layui-page-header { height: 40px; position: relative; }
.layui-page-main { height: 100%; overflow: hidden; overflow-y: auto; flex: 1; display: flex; }
    .layui-page-main .layui-page-left { width: 300px; height: 100%; overflow: hidden; overflow-y: auto; position: relative; }
    .layui-page-main .layui-page-body { height: 100%; overflow: hidden; overflow-y: auto; flex: 1; }
    .layui-page-main .layui-page-right { width: 300px; height: 100%; overflow: hidden; overflow-y: auto; position: relative; }
.layui-page-footer { height: 40px; position: relative; }
    .layui-page-header::after, .layui-page-left::after, .layui-page-right::after, .layui-page-footer::after { content: " "; width: 200%; height: 200%; position: absolute; top: 0; left: 0; border-radius: inherit; transform: scale(0.5); transform-origin: 0 0; pointer-events: none; box-sizing: border-box; }
.layui-page-header::after { border-bottom: 1px solid #e6e6e6; }
.layui-page-left::after { border-right: 1px solid #e6e6e6; }
.layui-page-right::after { border-left: 1px solid #e6e6e6; }
.layui-page-footer::after { border-top: 1px solid #e6e6e6; }
.layui-layout-admin-page .panel-main .layui-page-header + .layui-page-main { height: calc(100% - 40px); }

/*后台首页*/
.layui-layout-admin { height: 100%; }
    .layui-layout-admin .layui-side { position: relative; }
    .layui-layout-admin .layui-side-menu .layui-side-scroll { width: 220px; }
        .layui-layout-admin .layui-side-menu .layui-side-scroll .layui-logo { position: relative; height: 60px; line-height: 60px; }

    .layui-layout-admin .layadmin-side-shrink .layui-side-menu .layui-side-scroll { width: 60px; }
        .layui-layout-admin .layadmin-side-shrink .layui-side-menu .layui-side-scroll .layui-logo { position: static; width: 60px; background-image: url(/images/mini_logo.png); }
            .layui-layout-admin .layadmin-side-shrink .layui-side-menu .layui-side-scroll .layui-logo span { display: none; }

    .layui-layout-admin .layui-side .layui-side-scroll::-webkit-scrollbar { width: 8px; }
    .layui-layout-admin .layui-side .layui-side-scroll::-webkit-scrollbar-track { background: #f1f1f1; }
    .layui-layout-admin .layui-side .layui-side-scroll::-webkit-scrollbar-thumb { background: #888; border-radius: 10px; }
        .layui-layout-admin .layui-side .layui-side-scroll::-webkit-scrollbar-thumb:hover { background: #555; }

    /*后台首页-侧边栏*/
    .layui-layout-admin .layui-side-scroll .layui-side-module { background-color: #4E5465; color: #fff; width: 220px; height: 40px; line-height: 40px; text-align: center; }
    .layui-layout-admin .layadmin-side-shrink .layui-side-menu .layui-side-module { position: static; width: 60px; display: none; }

    .layui-layout-admin .layui-side-menu .layui-side-top-btns { background-color: #2D303A; width: 100%; height: 40px; display: flex; justify-content: space-between; }
        .layui-layout-admin .layui-side-menu .layui-side-top-btns a { flex: 1; text-align: center; height: 40px; line-height: 40px; color: #fff; }
            .layui-layout-admin .layui-side-menu .layui-side-top-btns a i { font-size: 22px; font-weight: 100; }

    .layui-layout-admin .layadmin-side-shrink .layui-side-menu .layui-side-top-btns { position: static; }
        .layui-layout-admin .layadmin-side-shrink .layui-side-menu .layui-side-top-btns a { display: none; }
            .layui-layout-admin .layadmin-side-shrink .layui-side-menu .layui-side-top-btns a:first-child { display: initial; }

    .layui-layout-admin .layui-side-menu .layui-nav { margin-top: 0; }
        .layui-layout-admin .layui-side-menu .layui-nav .layui-nav-item a i { font-size: 16px; }
            .layui-layout-admin .layui-side-menu .layui-nav .layui-nav-item a i.layui-nav-more { margin-top: -24px; }
        .layui-layout-admin .layui-side-menu .layui-nav .layui-nav-item .icon { position: absolute; top: 50%; left: 20px; margin-top: -19px; }

    /*后台首页-主体*/
    .layui-layout-admin .layui-main { flex: 1; height: 100%; display: flex; flex-direction: column; background-color: white; margin: 0; }

    /*后台首页-头部*/
    .layui-layout-admin .layui-header { position: relative; height: 40px; display: flex; box-shadow: 0 1px 2px 0 rgba(0,0,0,.1); }
        .layui-layout-admin .layui-header .layui-nav .layui-nav-item { height: 40px; line-height: 40px; }
        .layui-layout-admin .layui-header .layadmin-pagetabs { flex: 1; position: relative !important; top: initial; right: initial; left: initial; box-shadow: none; padding: 0 40px 0 80px; }
            .layui-layout-admin .layui-header .layadmin-pagetabs .layui-icon-down { left: 0; border-left-width: 0; border-right: 1px solid #f6f6f6; }
            .layui-layout-admin .layui-header .layadmin-pagetabs .layui-icon-prev { left: 40px; border-left: none; border-right: 1px solid #f6f6f6; }
            .layui-layout-admin .layui-header .layadmin-pagetabs .layui-icon-next { right: 0; border-right: 1px solid #f6f6f6; }
        .layui-layout-admin .layui-header .layadmin-tabs-select.layui-nav .layui-nav-child { left: 0; right: initial; }

        .layui-layout-admin .layui-header .layui-layout-right { position: relative !important; }
            .layui-layout-admin .layui-header .layui-layout-right a { height: 40px; line-height: 40px; }
                .layui-layout-admin .layui-header .layui-layout-right a i { margin-right: 10px; }
            .layui-layout-admin .layui-header .layui-layout-right .layui-nav-child { top: 40px; }
            .layui-layout-admin .layui-header .layui-layout-right .layui-nav-more { margin-left: 10px; margin-right: 0; }


    .layui-layout-admin .layui-main .layui-body { height: 100%; overflow: hidden; overflow-y: auto; flex: 1; display: flex; position: relative; top: initial; left: initial; bottom: initial; }

.layadmin-tabsbody-iframe { width: 100%; }
.layadmin-second-tab-form { padding-bottom: 54px; }
    .layadmin-second-tab-form .layui-card { margin-bottom: 5px; }
        .layadmin-second-tab-form .layui-card .layui-card-body { padding: 15px; }
    .layadmin-second-tab-form .layui-layout-admin .layui-footer { left: 0; padding-bottom: 0; padding-top: 15px; z-index: 10000000; }

/*导航*/
.layui-page-header .layui-tab { margin: 0; }
.layui-page-header .layui-tab-card { border-width: 0; border-radius: 0; box-shadow: initial; }

.layui-page-iframe { width: 100%; height: 100%; }

/*表单*/
.layui-form-page { width: 100%; height: 100%; display: flex; flex-direction: column; background-color: white; }
.layui-form-page-main { height: 100%; overflow: hidden; overflow-y: auto; flex: 1; padding: 15px 15px 0; position: relative; }
.layui-form-page-footer { height: 40px; padding: 10px 0; position: relative; text-align: center; }
    .layui-form-page-main::after, .layui-form-page-footer::after { content: " "; width: 200%; height: 200%; position: absolute; top: 0; left: 0; border-radius: inherit; transform: scale(0.5); transform-origin: 0 0; pointer-events: none; box-sizing: border-box; }
.layui-form-page-main::after { border-top: 1px solid #e6e6e6; }
.layui-form-page-main .layui-form-page-body { display: flex; height: 100%; align-items: stretch; }
    .layui-form-page-main .layui-form-page-body .panel-left { width: 200px; }
    .layui-form-page-main .layui-form-page-body .panel-body { flex: 1; }
    .layui-form-page-main .layui-form-page-body .panel-right { width: 350px; }
    .layui-form-page-main .layui-form-page-body .panel-left + .panel-body, .layui-form-page-main .layui-form-page-body .panel-body + .panel-right { margin-left: 10px; }
.layui-form-page-footer::after { border-top: 1px solid #e6e6e6; }

/*表格*/
.container-table { height: 100%; }
.layui-table-cell { padding: 5px; }
    .layui-table-cell[align="left"], .layui-table-cell[align="center"], .layui-table-cell[align="right"] { box-sizing: border-box; vertical-align: middle; }
.layui-table tr:hover { background-color: #f8f8f8; }
.layui-table tr.layui-table-click { background-color: #e9f2ff; }
    .layui-table tr.layui-table-click:hover { background-color: #6fa1ff; color: #fff; }
.layui-form-checked[lay-skin=primary] i { border-color: #1C5CFF !important; background-color: #1C5CFF; color: #fff; }
.layui-table-click:hover .layui-form-checked[lay-skin=primary] i { border-color: white; background-color: white; color: #4580FF; }
.layui-table-click:hover .layui-table-cell .layui-table-link { color: #fff; }
/*.layui-form-radio:hover *,*/
.layui-table-body .layui-form-radio:hover *, .layui-table-body .layui-form-radioed, .layui-table-body .layui-form-radioed > i { color: #1C5CFF; }
.layui-table-body .layui-table-click:hover .layui-form-radioed > i { color: #fff; }

.layui-table-body td .layui-table-cell .layui-btn[class*="layui-border"] { width: 24px; height: 24px; padding: 0; }
    .layui-table-body td .layui-table-cell .layui-btn[class*="layui-border"] i { line-height: 22px; font-size: 18px !important; }



.layui-table tr.layui-table-checked { background-color: #e9f2ff; }
    .layui-table tr.layui-table-checked:hover { background-color: #6fa1ff; color: #fff; }
.layui-table-checked:hover .layui-form-checked[lay-skin=primary] i { border-color: white; background-color: white; color: #4580FF; }
.layui-table-checked:hover .layui-table-cell .layui-table-link { color: #fff; }
.layui-table-body .layui-table-checked:hover .layui-form-radioed > i { color: #fff; }

.layui-table-header .layui-table tr { background-color: #FAFAFA; }

.layui-table-body td[data-field="list-tool"] .layui-table-cell { text-align: left; display: table; vertical-align: middle; }
    .layui-table-body td[data-field="list-tool"] .layui-table-cell .layui-btn { width: 24px; height: 24px; padding: 0 2px; }
        .layui-table-body td[data-field="list-tool"] .layui-table-cell .layui-btn i { font-size: 18px !important; line-height: 24px; }
        .layui-table-body td[data-field="list-tool"] .layui-table-cell .layui-btn + .layui-btn { margin-left: 5px; }
        .layui-table-body td[data-field="list-tool"] .layui-table-cell .layui-btn[class*="layui-border"] { padding: 0; }
            /*.layui-table-body .layui-table-cell .layui-btn i { line-height: 24px; }*/
            .layui-table-body td[data-field="list-tool"] .layui-table-cell .layui-btn[class*="layui-border"] i { line-height: 22px; }
    .layui-table-body td[data-field="list-tool"] .layui-table-cell[align="center"] { text-align: center; }

.layui-table-body td[data-field="list-tool-sort"] .layui-table-cell { text-align: left; display: table; vertical-align: middle; }
    .layui-table-body td[data-field="list-tool-sort"] .layui-table-cell .layui-btn { width: 24px; height: 24px; padding: 0 2px; }
        .layui-table-body td[data-field="list-tool-sort"] .layui-table-cell .layui-btn i { font-size: 18px !important; line-height: 24px; }
        .layui-table-body td[data-field="list-tool-sort"] .layui-table-cell .layui-btn + .layui-btn { margin-left: 5px; }
        .layui-table-body td[data-field="list-tool-sort"] .layui-table-cell .layui-btn[class*="layui-border"] { padding: 0; }
            /*.layui-table-body .layui-table-cell .layui-btn i { line-height: 24px; }*/
            .layui-table-body td[data-field="list-tool-sort"] .layui-table-cell .layui-btn[class*="layui-border"] i { line-height: 22px; }

.layui-table-body td[data-field="list-tool-sort-drag"] .layui-table-cell { text-align: center; display: table; vertical-align: middle; }
    .layui-table-body td[data-field="list-tool-sort-drag"] .layui-table-cell .layui-btn { width: 24px; height: 24px; padding: 0 2px; }
        .layui-table-body td[data-field="list-tool-sort-drag"] .layui-table-cell .layui-btn i { font-size: 18px !important; line-height: 24px; }
        .layui-table-body td[data-field="list-tool-sort-drag"] .layui-table-cell .layui-btn + .layui-btn { margin-left: 5px; }
        .layui-table-body td[data-field="list-tool-sort-drag"] .layui-table-cell .layui-btn[class*="layui-border"] { padding: 0; }
            /*.layui-table-body .layui-table-cell .layui-btn i { line-height: 24px; }*/
            .layui-table-body td[data-field="list-tool-sort-drag"] .layui-table-cell .layui-btn[class*="layui-border"] i { line-height: 22px; }

.layui-table-body tr[data-index="0"] td[data-field="list-tool-sort"] .layui-table-cell .layui-btn { margin-left: 29px; }

/*.layui-table-view-editor .layui-table-tool { display: none; }*/

/*表格工具栏*/
.layui-table-tool { padding: 10px; display: flex; justify-content: space-between; line-height: initial; }
    .layui-table-tool .layui-table-tool-temp { display: flex; }
        .layui-table-tool .layui-table-tool-temp .layui-input-inline { margin: 0; }
        .layui-table-tool .layui-table-tool-temp .layui-btn-container { margin-bottom: 0; width: initial; }
            .layui-table-tool .layui-table-tool-temp .layui-btn-container .layui-btn { margin-bottom: 0; height: 28px; line-height: 28px; }
                .layui-table-tool .layui-table-tool-temp .layui-btn-container .layui-btn:last-child { margin-right: 0; }
        .layui-table-tool .layui-table-tool-temp .separator { height: 29px; border-right: 1px solid #eee; margin-left: 10px; margin-right: 10px; display: inline-block; vertical-align: middle; }

    .layui-table-tool .layui-table-tool-self { display: flex; position: relative; right: initial; top: initial; }
        .layui-table-tool .layui-table-tool-self .layui-inline[lay-event] { width: 28px; height: 28px; padding: 6px 5px 5px 4px; }
            .layui-table-tool .layui-table-tool-self .layui-inline[lay-event]:first-child { margin-left: 0; }
        .layui-table-tool .layui-table-tool-self .layui-inline[lay-custom-event] { position: relative; width: 28px; height: 28px; padding: 6px 5px 5px 4px; line-height: 16px; text-align: center; color: #333; border: 1px solid #ccc; cursor: pointer; transition: .5s all; }
        .layui-table-tool .layui-table-tool-self .layui-inline[lay-event] + .layui-inline[lay-custom-event] { margin-left: 10px; }

.layui-table-column { padding: 8px 10px; text-align: right }
.layui-table-pagebar { float: left; }
    .layui-table-pagebar .layui-btn-container .layui-btn { margin-bottom: 0; height: 26px; line-height: 24px; }
        .layui-table-pagebar .layui-btn-container .layui-btn:last-child { margin-right: 0; }

/*表格搜索栏*/
.layui-form-table-query { display: inline-block; top: 0; left: 0; z-index: 1; background-color: #fff; line-height: initial; }
    .layui-form-table-query > * { margin-left: 0; margin-top: 3px; }
    .layui-form-table-query .layui-input-inline { /*display: flex;*/ }
    .layui-form-table-query .layui-input { height: 29px; }
    .layui-form-table-query .layui-form-table-query-btns .layui-btn { margin-bottom: 0; margin-left: 0; height: 28px; line-height: 28px; margin-right: 5px; }
        .layui-form-table-query .layui-form-table-query-btns .layui-btn:last-child { margin-right: 0; }

    .layui-form-table-query .layui-form-item { margin-bottom: 0; }
    .layui-form-table-query .layui-form-label, .layui-form-table-query .layui-form-mid { display: none; }
    .layui-form-table-query > .layui-input-block, .layui-form-table-query .layui-form-item > .layui-input-block { margin-left: 0; min-height: 29px; }

    .layui-form-table-query .layui-container-cascade { min-height: 29px; }
        .layui-form-table-query .layui-container-cascade .layui-cascade-item { margin-right: 3px; }
    .layui-form-table-query .layui-input-affix { line-height: 29px; }

/*二级标签*/
#sub-tab-header li:first-child .layui-tab-close { display: none; }
.layadmin-sub-tabs-body { width: 100%; height: 100%; position: relative; }
    .layadmin-sub-tabs-body .layadmin-sub-tabs-item { display: none; width: 100%; height: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden; }

/*表格展开图表*/
.layui-table-grid-down { color: #1e9fff; }
    .layui-table-grid-down:hover { color: #1e9fff; }
.layui-table-cell-c { border-color: #1e9fff; color: #1e9fff; }
    .layui-table-cell-c:hover { border-color: #1e9fff; color: #1e9fff; }

/**********************************树表格***************************************/
/*.treeTable-empty { width: 20px; display: inline-block; }
.treeTable-icon { cursor: pointer; }
    .treeTable-icon .icon-triangle-d { font-size: 15px; color: #000; }
        .treeTable-icon .icon-triangle-d:before { content: "\e691"; }
    .treeTable-icon.open .icon-triangle-d:before { content: "\e690"; background-color: transparent; }*/
/** 最外层容器 */
.ew-tree-table { position: relative; border: 1px solid #e6e6e6; border-bottom: none; border-right: none; }
    .ew-tree-table:before, .ew-tree-table:after, .ew-tree-table .ew-tree-table-head:after { content: ""; background-color: #e6e6e6; position: absolute; right: 0; bottom: 0; }
    .ew-tree-table:before { width: 1px; top: 0; z-index: 1; }
    .ew-tree-table:after, .ew-tree-table .ew-tree-table-head:after { height: 1px; left: 0; }
    .ew-tree-table .layui-table { margin: 0; position: relative; table-layout: fixed; }
        /** 表格 */
        .ew-tree-table .layui-table td, .ew-tree-table .layui-table th { border-top: none; border-left: none; padding: 0 !important; }
    .ew-tree-table .ew-tree-table-box { overflow: auto; position: relative; }
    .ew-tree-table .ew-tree-table-head { overflow: hidden; box-sizing: border-box; background-color: #f2f2f2; position: relative; }
        .ew-tree-table .ew-tree-table-head .layui-table tr { background-color: #FAFAFA; }
    /** loading */
    .ew-tree-table .ew-tree-table-loading { padding: 10px 0; text-align: center; }
        .ew-tree-table .ew-tree-table-loading > i { color: #999; font-size: 30px; }
        .ew-tree-table .ew-tree-table-loading.ew-loading-float { position: absolute; top: 0; left: 0; right: 0; }
    /** 空数据 */
    .ew-tree-table .ew-tree-table-empty { color: #666; font-size: 14px; padding: 18px 0; text-align: center; display: none; }
/** 单元格 */
.ew-tree-table-cell { }
    .ew-tree-table-cell.ew-tree-tips-open { position: absolute; top: 0; left: 0; padding: 0; z-index: 19891015; background-color: #fff; box-shadow: 3px 3px 8px rgba(0, 0, 0, .15); }
thead .ew-tree-table-cell.ew-tree-tips-open { background-color: #f2f2f2; }
.ew-tree-table-cell.ew-tree-tips-open.ew-show-left { right: 0; left: auto; box-shadow: -3px 3px 8px rgba(0, 0, 0, .15); }
.ew-tree-table-cell.ew-tree-tips-open.ew-show-bottom { bottom: 0; top: auto; box-shadow: 3px -3px 8px rgba(0, 0, 0, .15); }
.ew-tree-table-cell.ew-tree-tips-open.ew-show-left.ew-show-bottom { box-shadow: -3px -3px 8px rgba(0, 0, 0, .15); }
.ew-tree-table-cell > .ew-tree-tips-c { position: absolute; right: -6px; top: -3px; width: 22px; height: 22px; line-height: 22px; font-size: 16px; color: #fff; background-color: #666; border-radius: 50%; text-align: center; cursor: pointer; display: none; }
table tr:first-child .ew-tree-table-cell > .ew-tree-tips-c { top: 0; }
.ew-tree-table-cell.ew-tree-tips-open > .ew-tree-tips-c { display: block; }
.ew-tree-table-cell.ew-tree-tips-open.ew-show-left > .ew-tree-tips-c { left: -6px; right: auto; }
.ew-tree-table-cell > .ew-tree-table-cell-content { padding: 5px 5px; line-height: 28px; text-align: left; vertical-align: middle; }
    .ew-tree-table-cell > .ew-tree-table-cell-content .layui-btn { width: 24px; height: 24px; padding: 0 2px; }
        .ew-tree-table-cell > .ew-tree-table-cell-content .layui-btn i { font-size: 18px !important; line-height: 24px; }
        .ew-tree-table-cell > .ew-tree-table-cell-content .layui-btn + .layui-btn { margin-left: 0; }
[lay-size="lg"] .ew-tree-table-cell > .ew-tree-table-cell-content { line-height: 40px; }
[lay-size="sm"] .ew-tree-table-cell > .ew-tree-table-cell-content { padding: 1px 15px; }
.ew-tree-table-cell.single-line > .ew-tree-table-cell-content { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.ew-tree-table-cell.ew-tree-tips-open > .ew-tree-table-cell-content { overflow: auto; padding: 9px 15px; height: auto; min-height: 100%; max-height: 110px; line-height: inherit; max-width: 260px; width: 200px; width: max-content; width: -moz-max-content; box-sizing: border-box; white-space: normal; }
.ew-tree-table-cell > .layui-table-grid-down { box-sizing: border-box; }
/** 图标列 */
.ew-tree-table .ew-tree-pack { cursor: pointer; line-height: 16px; }
    .ew-tree-table .ew-tree-pack > .layui-icon, .ew-tree-table .ew-tree-pack > .ew-tree-icon { margin-right: 2px; }
    .ew-tree-table .ew-tree-pack > * { vertical-align: middle; }
/* 缩进 */
.ew-tree-table .ew-tree-table-indent { margin-right: 5px; padding-left: 16px; }
/* 箭头 */
.ew-tree-table .ew-tree-table-arrow:before { content: "\e623"; }
.ew-tree-table .ew-tree-table-open .ew-tree-table-arrow:before { content: "\e625"; }
.ew-tree-table .ew-tree-table-arrow.arrow2 { font-size: 12px; font-weight: 600; line-height: 16px; height: 16px; width: 16px; display: inline-block; text-align: center; color: #888; }
    .ew-tree-table .ew-tree-table-arrow.arrow2:before { content: "\e602"; }
.ew-tree-table .ew-tree-table-open .ew-tree-table-arrow.arrow2:before { content: "\e61a"; }
.ew-tree-table-arrow.ew-tree-table-arrow-hide { visibility: hidden; }
/* 箭头变加载中状态 */
.ew-tree-table .ew-tree-table-loading > td .ew-tree-table-arrow:before { content: "\e63d" !important; }
.ew-tree-table .ew-tree-table-loading > td .ew-tree-table-arrow { margin-right: 0; }
    .ew-tree-table .ew-tree-table-loading > td .ew-tree-table-arrow + * { margin-left: 5px; }
.ew-tree-table .ew-tree-table-loading * { pointer-events: none !important; }
/** 折叠行 */
.ew-tree-table .ew-tree-tb-hide { display: none; }
/** 特殊列调整 */
.ew-tree-table td[data-type="numbers"] > .ew-tree-table-cell,
.ew-tree-table th[data-type="numbers"] > .ew-tree-table-cell,
.ew-tree-table td[data-type="checkbox"] > .ew-tree-table-cell,
.ew-tree-table th[data-type="checkbox"] > .ew-tree-table-cell,
.ew-tree-table td[data-type="radio"] > .ew-tree-table-cell,
.ew-tree-table th[data-type="radio"] > .ew-tree-table-cell,
.ew-tree-table td[data-type="space"] > .ew-tree-table-cell,
.ew-tree-table th[data-type="space"] > .ew-tree-table-cell { padding-left: 0; padding-right: 0; }
/* 单元格内表单元素样式调整 */
.ew-tree-table .layui-form-switch,
.ew-tree-table .layui-form-radio { margin: 0; }
/* checkbox列调整 */
.ew-tree-table-checkbox + .layui-form-checkbox { padding: 0; }
    .ew-tree-table-checkbox + .layui-form-checkbox > .layui-icon { font-weight: 600; color: transparent; transition: background-color .1s linear; -webkit-transition: background-color .1s linear; }
    .ew-tree-table-checkbox + .layui-form-checkbox.layui-form-checked > .layui-icon { color: #fff; }
/* checkbox半选状态 */
.ew-form-indeterminate + .layui-form-checkbox .layui-icon:before { content: ""; width: 10px; height: 2px; background-color: #f1f1f1; position: absolute; top: 50%; left: 50%; margin: -1px 0 0 -5px; }
/* radio列调整 */
.ew-tree-table-radio + .layui-form-radio { padding: 0; height: 20px; line-height: 20px; }
    .ew-tree-table-radio + .layui-form-radio > i { margin: 0; height: 20px; font-size: 20px; line-height: 20px; }
/** 单元格编辑 */
.ew-tree-table .layui-table td[data-edit] { cursor: text; }
.ew-tree-table .ew-tree-table-edit { position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 0; box-shadow: 1px 1px 20px rgba(0, 0, 0, .15); }
    .ew-tree-table .ew-tree-table-edit:focus { border-color: #5FB878 !important; }
    .ew-tree-table .ew-tree-table-edit.layui-form-danger { border-color: #FF5722 !important; }
/** 搜索数据隐藏行 */
.ew-tree-table tr.ew-tree-table-filter-hide { display: none !important; }
/** 头部工具栏 */
.ew-tree-table .ew-tree-table-tool { min-height: 50px; line-height: 30px; padding: 10px; box-sizing: border-box; border-bottom: 1px solid #eee; display: flex; justify-content: space-between; }
    .ew-tree-table .ew-tree-table-tool .layui-table-tool-temp { padding-right: 0; flex: 1; }
    .ew-tree-table .ew-tree-table-tool .ew-tree-table-tool-right { float: right; }
    .ew-tree-table .ew-tree-table-tool .ew-tree-table-tool-item { position: relative; color: #333; width: 28px; height: 28px; line-height: 28px; text-align: center; margin-left: 10px; display: inline-block; border: 1px solid #ccc; box-sizing: border-box; vertical-align: middle; -webkit-transition: .3s all; transition: .3s all; cursor: pointer; }
        .ew-tree-table .ew-tree-table-tool .ew-tree-table-tool-item:first-child { margin-left: 0; }
        .ew-tree-table .ew-tree-table-tool .ew-tree-table-tool-item:hover { border-color: #999; }

    .ew-tree-table .ew-tree-table-tool .layui-btn-container { display: flex; margin-bottom: 0; }
        .ew-tree-table .ew-tree-table-tool .layui-btn-container .layui-btn { margin-bottom: 0; height: 29px; line-height: 28px; }
            .ew-tree-table .ew-tree-table-tool .layui-btn-container .layui-btn:last-child { margin-right: 0; }
    .ew-tree-table .ew-tree-table-tool .separator { height: 29px; border-right: 1px solid #eee; margin-right: 10px; display: inline-block; vertical-align: middle; }

    .ew-tree-table .ew-tree-table-tool .layui-table-tool-self { display: flex; position: relative; right: initial; top: initial; }

.ew-tree-table .ew-tree-table-tool-right .layui-table-tool-panel { left: auto; right: -1px; z-index: 9999; }
/* 列宽拖拽调整 */
.ew-tree-table .ew-tb-resize { position: absolute; right: 0; top: 0; bottom: 0; width: 10px; cursor: col-resize; }
.ew-tree-table-resizing { cursor: col-resize; -ms-user-select: none; -moz-user-select: none; -webkit-user-select: none; user-select: none; }

/* 辅助样式 */
.ew-tree-table .layui-form-switch { margin: 0; }
.ew-tree-table .pd-tb-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.ew-tree-table .break-all { word-break: break-all !important; }
/** 扩展图标 */
.ew-tree-table .ew-tree-icon-folder:after, .ew-tree-table .ew-tree-icon-file:after { content: ""; padding: 2px 10px; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-repeat: no-repeat; background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAE6UlEQVR4Xu2ZPYhcVRiGny9hC0FsTEBCGkFTWIQE/IlpgmKpWAiLyR0XLbYTxEKxkCAEhRCxEOwsjJnJioKIYClWKgqiskIIaCoLYyASVJT87JGspN37LrOXvec777Tzzrnvz7Nn2dnAr6YbiKbTOzwGoHEIDIABaLyBxuP7BjAAjTfQeHzfAAag8QYaj+8bwAA03kDj8X0DGIDGG2g8/lw3QFlhD9fZN7oOF7gYT3NudL5GaGjTAJQP2c1VXgIOExyGkf4/oXCe4I3oeH+EvY/G0qYAKFOWCV4Hdo8mQb+RL7jBE7HE3/3S9hQyAGXGCeDVSiv6lqscief4t1L/g9mWAChTHiD4ZrTXvVbPu9GxrEnbUWkAzPgeOJCglsXo+ChBji2L0AtAmfEgrP/0Z3hdZoF7Y5HLGcJsRQYFgLeAF7fiYSM540x0LI3Ey7bb6AdgytcEh7bd6VYa2MGhOJrmVpurmX4AZlwCds31lPF9+AI32O8/DYUvccqUKwR3jG/DuR29Gd36F1pNv/pvgKwAFK5RuC+e4eeWCWgXgJurFz6LCY8bgA0aSPwr4P/UhVNc43ir3xK2fQPcAr/wO/AewU/Ar6xRqroVdvAnC6zGIlc369sAbLax8er/ofAJOzkVR9e/uZVeBkCqqTrRyeh4RXFtAJSWatQUno0Jp/usG4C+hup9/yJ72BuPcH2jCAag3oEV50vRccYAKFXl1LwdHS8YgJzj9qcqfBoTnjQA/VVlVXwXHfcbgKzz9uf6IToOGoD+orIqDEDWZcVcBkAsKqvMAGRdVsxlAMSissoMQNZlxVwGQCwqq8wAZF1WzGUAxKKyygxA1mXFXAZALCqrzABkXVbMZQDEorLKDEDWZcVcBkAsKqvMAGRdVsxlAMSissoMQNZlxVwGQCwqq8wAZF1WzGUAxKKyygxA1mXFXAZALCqrzABkXVbMZQDEorLKDEDWZcVcBkAsKqvMAGRdVsxlAMSissoMQNZlxVwGQCwqq8wAZF1WzGUAxKKyygxA1mXFXAZALCqrzABkXVbMZQDEorLKDEDWZcVcBkAsKqvMAGRdVsxlAMSissoMQNZlxVwGQCwqq8wAZF1WzGUAxKKyygxA1mXFXAZALCqrzABkXVbMZQDEorLKDEDWZcVcBkAsKqvMAGRdVsxlAMSissoMQNZlxVwGQCwqq8wAZF1WzGUAxKKyygxA1mXFXAZALCqrzABkXVbMZQDEorLKDEDWZcVcBkAsKqvMAGRdVsxlAMSissoMQNZlxVwGQCwqq8wAZF1WzLUFAMy4BOwSH2jZmBoorMaE/RtZij6/ZcoFgrv7dH5/lA38Eh33zAfAjM+BR0cZz6Y2bqDwY0w4MB8AU04SvOyuq2zg4+h4aj4AzvIwha+qjN+66cLzMeGduQC4+eEy4zywr/U+K8t/hQX2xiJ/zQ/ACgdZ40vgtspKaNducCyOsdJXQO9fAbcOKGc5whofENzVd6jf3/YGTkTHccWFDMD6r4LT3MlOloHHCB4CblceYs3gDfxB4TeCcxReiwmr6hM3BYB6qHX1NGAA6tlqEKcGYJBa6znUANSz1SBODcAgtdZzqAGoZ6tBnBqAQWqt51ADUM9Wgzg1AIPUWs+hBqCerQZxagAGqbWeQw1APVsN4tQADFJrPYcagHq2GsTpf+KxwJB5Cd5mAAAAAElFTkSuQmCC"); }
.ew-tree-table tr.ew-tree-table-open > td .ew-tree-icon-folder:after { background-image: url("data:image/png;base64,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") }
.ew-tree-table .ew-tree-icon-file:after { background-image: url("data:image/png;base64,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") }
/* 表格编辑 */
.layui-tableEdit-div { position: absolute; background-color: #fff; font-size: 14px; border: 1px solid #d2d2d2; z-index: 19910908445; max-height: 252px; }


/*表格Grid*/
.row-expand-container { background-color: #eee; }
    .row-expand-container > td:first-child { vertical-align: top; }
        .row-expand-container > td:first-child .layui-btn { height: 30px; line-height: 30px; padding: 0 4px; font-size: 12px; }

    .row-expand-container > td[colspan] { background-color: #fff; }
        .row-expand-container > td[colspan] .row-expand-table-container { width: calc(100% - 10px); margin: 2px; }

/*表格编辑器*/

.layui-table-view-editor .layui-table-header .layui-table-cell { display: flex; align-items: center; }
    .layui-table-view-editor .layui-table-header .layui-table-cell.title-center { justify-content: center }
    .layui-table-view-editor .layui-table-header .layui-table-cell.title-right { justify-content: right }
    .layui-table-view-editor .layui-table-header .layui-table-cell .table-editor-assignment i { font-size: 16px; cursor: pointer; margin-left: 3px; color: #1E9FFF; }

.layui-table-view-editor .layui-table-main .layui-table-cell { height: initial; }
    .layui-table-view-editor .layui-table-main .layui-table-cell.layui-table-cell-select { overflow: initial; }

    .layui-table-view-editor .layui-table-main .layui-table-cell .layui-form-item { margin-bottom: 0; }
        .layui-table-view-editor .layui-table-main .layui-table-cell .layui-form-item .layui-form-label { display: none; }
        .layui-table-view-editor .layui-table-main .layui-table-cell .layui-form-item .layui-input-inline { width: 100%; float: none; margin-right: 0; }

            .layui-table-view-editor .layui-table-main .layui-table-cell .layui-form-item .layui-input-inline .layui-input-upload-display { padding-left: 0; }

.layui-table-view-editor .layui-table-td-edit { background-color: #E9F2FF; }
.layui-table-view-editor tr:hover .layui-table-td-edit { background-color: #6FA1FF; }

.layui-table-view-editor .field-validation-error { top: -5px; border-top-left-radius: 5px; border-top-right-radius: 5px; }

/*表格编辑器-批量赋值*/
form[lay-filter="layui-form-assignment"] .layui-form-item { display: flex; }
    form[lay-filter="layui-form-assignment"] .layui-form-item .layui-form-label { width: initial; padding: 9px 10px; }
    form[lay-filter="layui-form-assignment"] .layui-form-item > .layui-input-inline, form[lay-filter="layui-form-assignment"] .layui-form-item > .layui-input-block { flex: 1; margin-left: 0; }
/*.layui-table-view-editor .container-validation-error .layui-container-tags ~ .field-validation-error,
.layui-table-view-editor .container-validation-error .layui-container-tags-table ~ .field-validation-error { top: -4px; }
*/
