﻿
@charset "UTF-8";

body {
    -webkit-text-size-adjust: 100%;
    /*    margin-bottom: 60px;*/
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    /*    height: calc(100% - 60px);
    width: 100%;*/
    /*    background-color: #ffffff;*/
    margin: 0;
    padding: 0;
    font-size: 13px;
}

/*.layui-btn {
    border-color: #ff6a00 !important;
    background-color: #ff6a00 !important;
}*/

.tinymce-tools-btn {
    font-size: 17px !important;
    color: #000 !important;
    font-weight: bold !important;
}

.alen-form-item[pane] {
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
}

.alen-row-div {
    padding: 20px;
    display: flex;
    flex-direction: row;
}

    .alen-row-div div {
        margin-left: 10px;
    }

.laytpl-demo:first-child {
    border-right: none;
}

.laytpl-demo {
    border: 1px solid #eee;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(238, 238, 238);
}

.laytpl-demo {
    border: 1px solid #eee;
}

    .laytpl-demo:first-child {
        border-right: none;
    }

    .laytpl-demo > textarea {
        position: relative;
        display: block;
        width: 100%;
        height: 300px;
        padding: 11px;
        border: 0;
        box-sizing: border-box;
        resize: none;
        background-color: #fff;
        font-family: Courier New;
        font-size: 13px;
    }

    .laytpl-demo > div:first-child {
        height: 32px;
        line-height: 32px;
        padding: 6px 11px;
        border-bottom: 1px solid #eee;
        background-color: #F8F9FA;
    }

.ws-menu {
    position: fixed;
    top: 160px;
    bottom: 0px;
    width: 240px;
    z-index: 777;
    padding: 15px;
    min-height: 0px;
    border-top: medium;
    overflow: auto;
    background-color: rgb(255, 255, 255);
    box-shadow: none;
    border-left: medium;
}

.ws-content {
    position: relative;
    margin: 0px 26px 0px 260px;
    line-height: 1.8;
    box-sizing: border-box;
}

.ws-text {
    color: rgb(58, 58, 58);
}

    .ws-text code:not(.layui-code, .layui-code-wrap) {
        margin: 0px 3px;
        padding: 3px 6px;
        background-color: rgb(247, 247, 249);
        border-radius: 2px;
        transition: 0.3s;
    }

.layui-menu .layui-menu-item-checked a, .layui-menu .layui-menu-item-checked2 a {
    color: #fd7e14 !important;
}

.layui-menu .layui-menu-item-checked, .layui-menu .layui-menu-item-checked2 {
    color: #fd7e14 !important;
}

    .layui-menu .layui-menu-item-checked::after {
        border-right: 3px solid #fd7e14 !important;
    }

.alen-code:hover {
    cursor: pointer;
    color: #fd7e14;
}

.alen-code {
    cursor: pointer;
}

html {
    height: 100%
}

.layui-btn {
    /*    background-color: #fd7e14 !important;*/
}

.layui-form-select dl dd.layui-this {
    color: #ff6a00 !important;
}

.layui-input:focus,
.layui-textarea:focus {
    border-color: #ff6a00 !important;
    box-shadow: 0 0 0 3px rgba(22,183,119,.08) !important;
}

.layui-form-checked {
    border-color: #ff6a00 !important;
}

    .layui-form-checked > div {
        background-color: #ff6a00;
    }

    .layui-form-checked:hover > div {
        color: #fff !important;
        background-color: #ff6a00;
    }

    .layui-form-checked:hover > i,
    .layui-form-checked > i {
        color: #ff6a00 !important;
    }

    .layui-form-checked:hover > i, .layui-form-checked > i {
        color: #ff6a00 !important;
        border-color: #ff6a00 !important;
    }



.layui-layer-setwin .layui-layer-close2 {
    width: 28px !important;
    height: 28px !important;
}

/*.layui-btn-primary {
    border-color: #d2d2d2 !important;
    background: 0 0 !important;
    background-color: rgba(0, 0, 0, 0) !important;
    color: #5f5f5f !important;
}*/

.alen-white-border {
    border-color: #fff !important;
}

.alen-edit-input input {
    border-color: #fff !important;
}

.alen-demo-editor {
    height: 260px;
    padding: 16px;
    border: medium;
    border-radius: 3px;
    background-color: rgb(63, 63, 63);
    color: rgb(248, 248, 242);
    font-family: Courier New;
}

.ws-docs-bgcolor div {
    padding: 20px 10px;
    cursor: pointer;
    border-radius: 3px;
    line-height: 1.6;
    font-size: 14px;
}

.alen-color div {
    padding: 20px 10px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    line-height: 1.6;
    font-size: 14px;
}

.alen-site-dir li {
    line-height: 26px;
    margin-left: 20px;
    overflow: visible;
    list-style-type: disc;
}

    .alen-site-dir li dd {
        display: inline-flex;
    }

        .alen-site-dir li dd span {
            display: block;
            color: rgb(51, 51, 51);
            text-decoration: none;
            cursor: pointer;
            padding: 2px 10px 2px 5px;
        }

            .alen-site-dir li dd span:hover {
                background: #cce2fa;
                border: 0;
                box-shadow: none;
                color: #222f3e;
                border-radius: 3px;
                color: var(--bs-orange) !important;
            }


            .alen-site-dir li dd span em {
                padding-left: 5px;
                font-size: 12px;
                color: rgb(194, 194, 194);
            }

                .alen-site-dir li dd span em:hover {
                    color: var(--bs-orange) !important;
                }

.layui-layer-setwin .alen-layer-minrestor:before,
.layui-layer-setwin .alen-layer-minrestor:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 9px;
    height: 9px;
    margin: -5px 0 0 -5px;
    border: 1px solid #2E2D3C;
}

.layui-layer-setwin .alen-layer-minrestor:hover:before,
.layui-layer-setwin .alen-layer-minrestor:hover:after {
    border-color: #2D93CA;
}

.layui-layer-setwin .alen-layer-maxmin:before,
.layui-layer-setwin .alen-layer-maxmin:after {
    width: 7px;
    height: 7px;
    margin: -3px 0 0 -3px;
    background-color: #fff;
}

.layui-layer-setwin .alen-layer-maxmin:after {
    z-index: 0;
    margin: -5px 0 0 -1px;
}

.alen-btn-group {
    display: inline-flex;
    vertical-align: middle;
    border-radius: 20px;
    border: 1px solid transparent;
    white-space: nowrap;
    text-align: center;
    outline: none;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
    border-color: #d2d2d2;
    background: none;
    color: #5F5F5F;
    margin-left: 10px;
}

.alen-btn-group-left {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
}

.alen-btn-group-left-click {
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
}

    .alen-btn-group-left-click:hover {
        color: #ff6a00;
    }

.alen-btn-group-right {
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
}

    .alen-btn-group-right:hover {
        color: #ff6a00;
    }

.alen-btn-primary {
    border-color: #d2d2d2;
    border-left-color: rgb(210, 210, 210);
    background: none;
    color: #5F5F5F;
}

.alen-btn-sm {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
}

.alen-btn {
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    line-height: 38px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-width: 1px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: transparent;
    padding: 0 18px;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    outline: none;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
}
/**＜fieldset＞标签宽度会被内含＜table＞撑大解决方案*/
.alen-fieldset {
    min-width: inherit;
}

/*.layui-badge-dot {
    width: 5px !important;
    height: 5px !important;
}
*/
.layui-form-pane .layui-form-switch, .layui-form-pane .layui-form-radio {
    margin-top: 0px !important;
}

.alen-elem-menu {
    padding: 10px;
    border-top: 1px solid #f0f0f0 !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 15px;
    background: #fff;
}

.alen-search-treemore {
    margin-right: 15px;
    max-width: 185px;
    height: 38px !important;
    margin: auto 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-color: #eee !important;
    padding-top: 10px;
}

.alen-table-cell {
}

    .alen-table-cell:hover {
        background: #cce2fa !important;
    }

.alen-table-cell-selected {
    background: #cce2fa !important;
}

.edit-table .layui-input {
    border-color: #fff !important;
}

.alen-input-div .layui-input-wrap {
    width: 100% !important;
}

.alen-input-clear {
    position: absolute;
    right: 5px;
    top: 11px;
    color: #c0c0c0;
    display: none;
    cursor: pointer;
}

.alen-tips {
    cursor: help;
}

.checkbox-border-inline {
    align-items: center;
    display: flex;
    padding-left: 10px;
    padding-right: 13px;
    height: 36px;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    color: rgba(0,0,0,.85);
    outline: none;
    border-color: #eee !important;
    /*    width: 163px !important;*/
}

.topsearch {
    height: 60px;
    width: 1px;
    right: 0px;
    transition: all 350ms ease-in-out 0s;
    white-space: nowrap;
    position: absolute;
    background-color: #ffffff;
    align-items: center;
    display: flex;
    flex-direction: row;
    z-index: 998;
    overflow: hidden;
}

    .topsearch .keyword {
        text-align: center;
        border: none;
        width: 100%;
        height: 58px;
        font-size: 14px;
    }

.alen-top-btn-menu {
    margin-right: 10px;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
}

    .alen-top-btn-menu:hover {
        background: #cce2fa;
        border: 0;
        box-shadow: none;
        color: #222f3e;
    }

    .alen-top-btn-menu i {
        height: 24px;
        display: flex;
        align-items: center;
    }

        .alen-top-btn-menu i > span {
            font-size: 14px !important;
            padding-left: 5px;
        }

.alen-top-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50px;
    display: flex;
    margin-bottom: 50px;
    justify-content: center;
    flex-direction: row;
    background-color: #fff;
    border-bottom: 1px solid #fcfcfc;
    z-index: 899;
    box-shadow: 1px 1px 3px rgba(0,0,0,.1);
    align-items: center;
}

.alen-top-logsbtn {
    color: #999;
    font-size: 12px;
    margin: 20px 0px 20px 15px;
    border: 1px solid #ebebeb;
    padding: 5px;
    border-radius: 15px;
    min-width: 35px;
    text-align: center;
}

    .alen-top-logsbtn:hover {
        color: var(--bs-orange) !important;
        cursor: pointer;
    }

.alen-history-btn {
    color: #999;
    font-size: 12px;
    margin: 10px;
    padding: 5px;
    min-width: 35px;
    text-align: center;
}

    .alen-history-btn:hover {
        color: var(--bs-orange) !important;
        cursor: pointer;
    }

.alen-logsdel {
    position: absolute;
    left: 90px;
    top: 13px;
}

    .alen-logsdel:hover {
        color: var(--bs-orange) !important;
        cursor: pointer;
    }

.alen-error-tips {
    color: #999;
    font-size: 14px;
    margin: 25px 20px 20px 20px;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
}

.alen-topsearch-clear {
    color: #999 !important;
    right: 30px;
    top: 23px;
    display: none;
    position: absolute;
}

    .alen-topsearch-clear:hover {
        cursor: pointer;
        color: rgba(0,0,0,.85) !important;
    }

.alen-top-search-panel {
    background-color: #fff;
    z-index: 999999;
    position: absolute;
    top: -2px;
    height: 1px;
    margin-left: 50px;
    width: calc(100% - 50px);
    border-bottom-left-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    overflow: auto;
    transition: all 0.5s ease-in-out 0s;
}

.alen-search-resultlist {
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .alen-search-resultlist li {
        padding: 10px;
        width: 300px;
        overflow: hidden;
    }

        .alen-search-resultlist li:hover {
            background-color: #eee;
            cursor: pointer;
        }

.alen-search-listtitle {
    line-height: 30px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    color: var(--bs-gray-900);
}

.alen-search-listpath {
    font-size: 12px;
    color: #adb5bd;
}

.alen-over-changecolor:hover {
    color: var(--bs-orange) !important;
}

.alen-icon {
    font-family: "layui-icon" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.alen-table-tool-panel {
    position: absolute;
    top: 38px;
    left: -1px;
    z-index: 3999999;
    padding: 5px 0 !important;
    min-width: 150px;
    min-height: 40px;
    max-height: 300px;
    overflow: auto;
    border: 1px solid #d2d2d2;
    text-align: left;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
}

    .alen-table-tool-panel li {
        padding: 0 10px;
        margin: 0 !important;
        line-height: 30px;
        list-style-type: none !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-transition: .5s all;
        transition: .5s all;
    }

        .alen-table-tool-panel li .layui-form-checkbox[lay-skin="primary"] {
            width: 100%;
        }

        .alen-table-tool-panel li:hover {
            background-color: #f8f8f8;
        }

        .alen-table-tool-panel li .layui-form-checkbox[lay-skin="primary"] {
            padding-left: 28px;
        }

            .alen-table-tool-panel li .layui-form-checkbox[lay-skin="primary"] i {
                position: absolute;
                left: 0;
                top: 0;
            }

            .alen-table-tool-panel li .layui-form-checkbox[lay-skin="primary"] span {
                padding: 0;
            }

.layui-table-tool .layui-table-tool-self .alen-table-tool-panel {
    left: auto;
    right: -1px;
}

.alen-search-panel {
    background-color: #fff;
    outline: 0;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    background-clip: padding-box;
    border-radius: 8px;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    transition: height 400ms;
}

    .alen-search-panel .layui-input {
    }

.alen-search-moresublist {
    padding: 10px 0 10px 0;
    width: 310px;
    height: 30px;
    display: flex;
}

.alen-search-morelist {
    flex-direction: row;
    flex-wrap: wrap;
    display: inline-flex;
    overflow: visible;
    height: calc(100% - 60px);
    background-color: #fff;
    width: 100%;
}

.alen-input-title {
    text-align: right;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 35px;
    min-width: 105px;
}

.alen-input-tree {
    margin-right: 15px;
    max-width: 200px;
    height: 38px !important;
    border-width: 1px !important;
}

.layui-code-preview {
    width: 100%
}

.layui-table-checked {
    background-color: #fff6f3 !important;
}

.alen-row-imgview {
    font-size: 14px !important;
}

.alen-close:hover {
    border-radius: 2px;
    background-color: rgb(255, 87, 34);
    color: rgb(255, 255, 255);
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-rgb: 33, 37, 41;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-font-weight-500: 500;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

/**,
::after,
::before {
    box-sizing: border-box
}*/

img,
svg {
    vertical-align: middle;
}

.alen-login-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 24px;
    /*    height: 100%;*/
    transition: opacity 250ms ease 0s;
    opacity: 1;
}

.alen-menu-scroll-bar {
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    white-space: nowrap;
}

.alen-top-mainmenu {
    margin-left: 0px;
    transition: all .5s ease 0s;
    white-space: nowrap;
}

/*    .alen-top-mainmenu a {
        font-size: 14px !important;
    }*/

.alen-sc-btn {
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 24px;
    height: 100%;
    transition: opacity 250ms ease 0s;
    opacity: 1;
}

.layui-input-block {
    align-items: center;
    display: flex;
}

.waterfalls-flow-box {
    /*    column-count: auto;*/
    column-width: 175px;
    column-gap: 60px;
    margin: 0 36px 36px 36px;
    /*column-count: 4;
    -moz-column-count: 4;*/ /* Firefox */
    /*-webkit-column-count: 4;*/ /* Safari and Chrome */
}

    .waterfalls-flow-box .item {
        margin-bottom: 16px;
        /*这两个属性，解决内容被隔断*/
        height: 100%;
        overflow: hidden;
    }

        .waterfalls-flow-box .item .title {
            position: relative;
            transition: all 300ms ease-in-out 0s;
            margin: 0px;
            padding: 0px 8px;
            height: 32px;
            line-height: 32px;
            font-size: 13px;
            font-weight: 500;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        /*        .waterfalls-flow-box .item p {
            height: 32px;
            line-height: 32px;
            font-size: 13px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: var(--bs-gray-600);
        }*/

        .waterfalls-flow-box .item p:hover {
            /*            color: var(--bs-orange);*/
            /*            cursor: pointer;*/
        }

.alen-bottom-border {
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    margin-left: 5px;
    border-bottom: 0.5px solid rgb(196, 203, 215);
    outline: none;
    box-sizing: border-box;
    box-shadow: none;
    border-radius: 0;
    height: 32px;
    width: 100%;
    padding: 0 5px 0 5px;
}

.alen-main-container {
    display: flex;
    flex-direction: column;
    overflow: auto;
    /*    margin-top: 76px;*/
    height: calc(100vh - 60px);
    width: 100%;
    /*    background-color: #fff;*/
}

.alen-login {
    background-color: #fff;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.30) 0px 2px 15px;
    border-radius: 20px;
    width: 500px;
    height: 350px;
    margin-top: 60px;
}

.alen-main-content {
    /*    margin: 0 auto;*/
    height: 100%;
    width: 100%;
    padding: 50px 10px;
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-items: center;*/
}

.alen-icon-line {
    display: block;
    position: absolute;
    left: 15px;
    background-color: rgb(255, 255, 255);
    width: 20px;
    height: 2px;
    transition: all 0.3s ease-out 0s;
}

    .alen-icon-line:first-child {
        top: 21px;
        transform: rotate(0deg);
        transform-origin: left center 0px;
    }

    .alen-icon-line:nth-child(2) {
        top: 28px;
    }

    .alen-icon-line:nth-child(3) {
        top: 35px;
        transform: rotate(0deg);
        transform-origin: left center 0px;
    }

.alen-left-menu {
    background-color: #ff6a00;
    width: 50px;
    height: 60px;
    justify-items: center;
    align-items: center;
    margin: 0;
    padding: 0;
    display: none;
    line-height: 60px;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: all .5s ease 0s;
}

.alen-transition-all {
    display: inline-block;
    transition: all .5s ease 0s;
    overflow: auto;
}

.alen-cursor-pointer {
    cursor: pointer !important;
}

.alen-left-menu-panel {
    overflow: auto;
    position: absolute;
    top: 61px;
    left: -241px;
    display: flex;
    flex-direction: column;
    z-index: 999960;
    width: 239px;
    background-color: #fff;
    height: calc(100% - 122px);
    transition: all .5s ease 0s;
    box-shadow: 1px 0 2px 0 rgba(0,0,0,0.16);
}

    .alen-left-menu-panel > div {
        /*        padding: 0px 16px;*/
        height: 48px;
        line-height: 48px;
        border-top: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        display: block;
        cursor: default;
        vertical-align: middle;
        text-align: left;
        /*        overflow: hidden;*/
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #000;
        background-color: rgba(0,46,70,0.04314);
        padding: 0px 12px;
        font-size: 13px;
        position: relative;
    }

select.alen-table-edit {
    padding: 0 0 0 10px;
    border-color: #d2d2d2
}

.alen-over-click {
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .alen-over-click:hover {
        color: #d33737;
    }

.alen-table-edited-tr {
    color: #d33737 !important;
}

.alen-table-edit {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 189;
    min-width: 100%;
    min-height: 100%;
    padding: 5px 14px;
    border-radius: 0;
    box-shadow: 1px 1px 20px rgba(0,0,0,.15);
    background-color: #fff
}

    .alen-table-edit:focus {
        border-color: #5fb878 !important
    }

.menu-panel-close {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    z-index: 9999960;
    position: absolute;
    top: 80px;
    right: 35px;
    font-weight: 600;
    cursor: pointer;
    background-color: #eee;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

    .menu-panel-close:hover {
        color: var(--bs-orange);
        cursor: pointer;
    }

.alen-menu-sublist {
    position: absolute;
    height: 80%;
    max-height: 650px;
    padding: 10px;
    top: 61px;
    left: -60px;
    /* flex-direction: row; */
    transition: all .5s ease 0s;
    z-index: 999961;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    /* display: flex;
    flex-wrap: wrap; */
}

.alen-menu-morelist {
    padding: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    display: inline-flex;
    overflow: auto;
    /* height: calc(100% - 60px); */
    background-color: #fff;
    width: 100%;
    margin-left: -50px;
}

.alen-menu-moresublist {
    padding: 10px;
    border: 1px solid #eee;
    margin-left: 10px;
    margin-bottom: 10px;
    min-width: 135px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    align-content: center;
    align-items: center;
    display: flex;
    min-height: 20px;
    max-height: 30px;
}

    .alen-menu-moresublist:hover {
        color: var(--bs-orange);
        cursor: pointer;
    }

.alen-menu-firstsub {
    overflow: auto;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    display: none;
}

.alen-menu-firstmore {
    position: fixed;
    top: 49px;
    border: 1px solid #eee;
    top: -61px;
    height: 1px;
    width: 1px;
    padding: 20px;
    opacity: 0;
    background-color: #fff;
    transition: all .5s ease 0s;
    border-radius: 10px;
    overflow: auto;
    z-index: 9999998;
    height: 100%;
    overflow: hidden;
    margin-left: -50px;
}

    .alen-menu-firstmore .alen-top-arrorw {
        position: fixed;
        width: 30px;
        height: 30px;
        margin-top: -40px;
        padding: 0;
        color: #fff;
        left: 50%;
    }

.alen-top-close {
    position: absolute;
    right: 15px;
    display: flex;
    width: 20px;
    height: 20px;
    margin-right: 0;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: #eee;
    border-radius: 50%;
}

    .alen-top-close:hover {
        color: var(--bs-orange);
        cursor: pointer;
    }

.alen-show-morelist {
    position: absolute;
    z-index: 99999998;
    margin: 0 auto;
    width: 50px;
    color: #8c8c8c;
    top: -70px;
    opacity: 0;
    left: calc(50% - 50px);
    align-items: center;
    display: flex;
    border: 1px solid #eee;
    text-align: center;
    justify-content: center;
    border-radius: 0 0 5px 5px;
    transition: all .5s ease 0s;
    display: flex;
}

    .alen-show-morelist:hover {
        color: var(--bs-orange);
        border: 1px solid #dfdfdf;
        cursor: pointer;
    }

.alen-submenu-div {
    overflow: auto;
    /*    margin-top: 20px;*/
    margin-bottom: 30px;
    height: calc(100% - 50px);
}

.alen-children-menu {
    column-count: auto;
    column-width: 249px;
    column-gap: 60px;
}

.alen-children-menu-item {
    margin-bottom: 60px;
    /*这两个属性，解决内容被隔断*/
    height: 100%;
    overflow: hidden;
}


.alen-top-submenu {
    /*    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 20px;*/
    position: relative;
    cursor: default;
    /*    padding-left: 10px;*/
    margin: 0 14px;
    color: #181818;
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    transition: color .3s;
    box-sizing: border-box;
    white-space: nowrap;
    line-height: 26px;
}

.alen-menu-color {
    color: #ff6a00 !important;
}


.subitem_all {
    margin-left: 15px;
    /*    border-left: 1px dotted #c0c4cc;*/
    width: 100%;
    position: relative;
}

.subitem2 {
    margin-left: 15px;
    /*    border-left: 1px dotted #c0c4cc;*/
    width: 100%;
    position: relative;
}

    .subitem2:before {
        content: "";
        position: absolute;
        top: 0;
        left: -15px;
        width: 0;
        height: 100%;
        border-left: 1px dotted #c0c4cc;
    }

.subitem3 {
    margin-left: 15px;
    /*border-left: 1px dotted #c0c4cc;*/
    width: 100%;
    position: relative;
}

    .subitem3:before {
        content: "";
        position: absolute;
        top: 0;
        left: -15px;
        width: 0;
        height: 100%;
        border-left: 1px dotted #c0c4cc;
    }

.subitem4 {
    margin-left: 15px;
    /*border-left: 1px dotted #c0c4cc;*/
    width: 100%;
    position: relative;
}

    .subitem4:before {
        content: "";
        position: absolute;
        top: 0;
        left: -15px;
        width: 0;
        height: 100%;
        border-left: 1px dotted #c0c4cc;
    }

.alen-menu-subtitle {
    margin: 0px;
    padding: 0px 12px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--bs-gray-900);
}

    .alen-menu-subtitle:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0px;
        width: 0;
        height: 100%;
        border-left: 1px dotted #c0c4cc;
    }

    .alen-menu-subtitle:after {
        content: "";
        position: absolute;
        top: 13px;
        left: -9px;
        width: 17px;
        height: 0;
        border-top: 1px dotted #c0c4cc;
    }


.subitem {
    /*    padding-left: 8px;*/
    margin-left: 8px;
    /*    border-left: 1px dotted #c0c4cc;*/
    width: 100%;
    position: relative;
}

.alen-menu-1 {
    font-weight: bold;
    font-size: 12px;
}



.end-line:before {
    height: 13px !important;
}

.alen-menu-subtitle2 {
    padding: 0px 12px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--bs-gray-700);
}

    .alen-menu-subtitle2:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0px;
        width: 0;
        height: 100%;
        border-left: 1px dotted #c0c4cc;
    }

    .alen-menu-subtitle2:after {
        content: "";
        position: absolute;
        top: 13px;
        left: -9px;
        width: 17px;
        height: 0;
        border-top: 1px dotted #c0c4cc;
    }


.alen-menu-subtitle3 {
    margin: 0px;
    padding: 0px 12px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--bs-gray-600);
    /*    padding-left: 32px;*/
}

    .alen-menu-subtitle3:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0px;
        width: 0;
        height: 100%;
        border-left: 1px dotted #c0c4cc;
    }

    .alen-menu-subtitle3:after {
        content: "";
        position: absolute;
        top: 13px;
        left: -9px;
        width: 17px;
        height: 0;
        border-top: 1px dotted #c0c4cc;
    }

.alen-menu-subtitle4 {
    margin: 0px;
    padding: 0px 12px;
    height: 32px;
    line-height: 30px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--bs-gray-500);
    /*    padding-left: 32px;*/
}

    .alen-menu-subtitle4:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0px;
        width: 0;
        height: 100%;
        border-left: 1px dotted #c0c4cc;
    }

    .alen-menu-subtitle4:after {
        content: "";
        position: absolute;
        top: 13px;
        left: -9px;
        width: 17px;
        height: 0;
        border-top: 1px dotted #c0c4cc;
    }

.component {
    display: flex;
    flex-direction: row;
    font-size: 16px;
    color: #000000;
    margin-left: 5px;
    text-align: right;
    align-items: center;
    width: 170px;
}

    .component > .layui-icon {
        position: relative;
        margin-right: 1px;
        left: 25px;
    }

    .component > input {
        background-color: #eee;
        height: 30px;
        border-radius: 3px;
        padding-left: 35px;
        font-size: 14px;
    }

.alen-main-pop {
    display: -webkit-flex;
    display: flex;
    position: fixed;
    width: 350px;
    top: 65px;
    right: 15px;
    margin-left: 15px;
    min-height: 80px;
    z-index: 999999;
}
/*dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol, ul {
    padding-left: 2rem;
}*/
@media (prefers-reduced-motion:no-preference) {
    : root {
        scroll-behavior: smooth
    }
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    --bs-text-opacity: 1;
    color: #6c757d !important;
    background-color: #fafafaf5;
    border-top: 1px solid #dee2e68c !important;
}

    .footer .container {
        min-width: 600px;
        max-width: 1000px;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
        margin-right: auto;
        margin-left: auto;
    }

@media (min-width: 1400px ) {
    .footer .container {
        max-width: 1320px;
    }
}

.alen-submenu-hover {
    position: relative;
    transition: all 300ms ease-in-out 0s;
}

    .alen-submenu-hover:hover {
        color: var(--bs-orange);
        background-color: var(--bs-gray-100);
        /*        font-weight: 400;*/
        /*        border-radius: 3px;*/
    }

.showline:before {
    /*    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 0;
    height: 100%;
    border-left: 1px dotted #c0c4cc;*/
}

.alen-submenu-hover2 {
    position: relative;
    transition: all 300ms ease-in-out 0s;
}

    .alen-submenu-hover2:hover {
        color: var(--bs-gray-dark);
        background-color: var(--bs-gray-100);
        /*        border-radius: 3px;*/
    }

.top_btn:hover {
    color: var(--bs-orange) !important;
}

.logined-menu {
}

.alen-menu-hover:hover {
    background-color: var(--bs-gray-100);
    /*    border-radius: 3px;*/
}

.alen-scroll-right-arrow {
    width: 36px;
    height: 60px;
    text-align: center;
    display: none;
    cursor: pointer;
    float: right;
    padding-top: 2px;
    margin: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
}

    .alen-scroll-right-arrow:hover {
        color: var(--bs-orange) !important;
        background-color: var(--bs-gray-200);
    }

.alen-scroll-left-arrow {
    width: 36px;
    height: 60px;
    text-align: center;
    display: none;
    cursor: pointer;
    float: left;
    padding-top: 2px;
    margin: 0;
    padding: 0;
}

.mask_menu_sublist {
    background-color: #0000003b;
    height: 100%;
}

.alen-left-menus {
    line-height: 40px;
    color: #666;
    padding: 0px 12px;
    font-size: 13px;
    position: relative;
    display: flex;
    flex-direction: row;
}

    .alen-left-menus:hover {
        cursor: pointer;
        color: var(--bs-orange);
        background-color: var(--bs-gray-100);
    }

.alen-menu-right {
    width: 16px;
    height: 16px;
    margin-top: 10px;
    left: 210px;
    position: absolute;
    color: #999;
    cursor: pointer;
    padding: 5px;
}

    .alen-menu-right:hover {
        background-color: #999;
        /*        border-radius: 3px;*/
    }

.alen-menu-close {
    font-size: 14px;
    left: 205px;
    position: absolute;
    color: #999;
    display: none;
    z-index: 99999999;
}

.alen-scroll-left-arrow:hover {
    color: var(--bs-orange) !important;
    background-color: var(--bs-gray-200);
}

.alen-menu {
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding-right: 348px;
    line-height: 60px;
    height: 60px;
    z-index: 997;
}

.alen-icon-back {
    display: inline-block;
    transform: rotate(-180deg);
}

.alen-menu-inner {
    margin: 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
}

.top_btn {
    font-size: 16px;
    color: #000000;
    text-align: right;
    cursor: pointer;
}

.logined-tootls {
    flex-direction: row;
    align-items: center;
    justify-content: right;
    width: inherit;
    padding-left: 10px;
    padding-right: 20px;
    display: flex;
    float: right;
    position: absolute;
    top: 0;
    right: 125px;
    width: 200px;
    z-index: 999;
    background-color: #fff;
}

.navbar {
    margin-bottom: 0rem !important;
    min-height: 60px;
}

.logined-search {
    cursor: default;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    width: 60px;
    height: 60px;
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
}

    .logined-search:hover {
    }

.logined-user-menu {
    cursor: default;
    border-left: 1px solid #ebebeb;
    width: 118px;
    height: 60px;
    padding: 0 10px 0 10px;
    margin: 0 auto;
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
}

.top-hover-color:hover {
    color: var(--bs-orange) !important;
}

.top-hover-btn {
    font-size: 13px !important;
}

    .top-hover-btn:hover {
        color: var(--bs-orange) !important;
    }

.logined-user-menu:hover {
    background-color: var(--bs-gray-100);
    cursor: pointer;
}

.logined-user-menu span {
    line-height: 28px;
    overflow: hidden;
    padding-left: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.logined-user-menu .header {
    display: block;
    border-radius: 50%;
    width: 28px;
    transition: all 250ms ease-out 0s;
    border: 1px solid var(--bs-gray-300);
    margin: 10px;
}

    .logined-user-menu .header img {
        border-radius: 50%;
        width: 28px;
        height: 28px;
        vertical-align: middle;
        background-color: var(--bs-gray-200);
    }

.alen-right-usermenu-title ul {
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 5px;
    font-size: 13px;
}

.alen-right-usermenu-title .header {
    display: block;
    border-radius: 50%;
    width: 28px;
    transition: all 250ms ease-out 0s;
    border: 1px solid var(--bs-gray-300);
    margin: 10px;
}

    .alen-right-usermenu-title .header img {
        border-radius: 50%;
        width: 28px;
        height: 28px;
        vertical-align: middle;
        background-color: var(--bs-gray-300);
    }

.navbar-nav {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .navbar-nav .dropdown-menu {
        position: static
    }

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity)) !important;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.justify-content-between {
    display: flex !important;
    flex-basis: auto;
    justify-content: space-between !important;
    flex-grow: 1;
    align-items: center;
}

.main-container {
    display: flex;
    overflow: auto;
    height: 100%;
    width: 100%;
}

.alen-mask {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    display: none;
    background-color: #000;
    transition: opacity .3s ease;
    opacity: 0;
    z-index: 999996;
    width: 100%;
    height: 100%;
}

.alen-right-usermenu {
    display: flex;
    position: fixed;
    right: -301px;
    top: 0px;
    width: 300px;
    /*    box-sizing: content-box;*/
    overflow: hidden;
    background: #ffffff;
    transition: all 350ms ease-in-out 0s;
    z-index: 999999;
    /*    display: none;*/
}

.alen-user-exit {
    background: #f5f5f6;
    height: 48px;
    font-size: 14px;
    color: #a0a0a0;
    text-align: center;
    line-height: 48px;
    border-top: 1px solid #e1e1e1;
    cursor: pointer;
    top: calc(100vh - 50px);
    right: 0;
    width: 300px;
    position: absolute;
    z-index: 99999999;
    display: none;
}

    .alen-user-exit:hover {
        color: var(--bs-orange);
    }

.alen-right-usermenu-inner {
    padding: 24px 20px;
    border-bottom: 1px solid #eee;
}

.ws-docs-icon {
    margin-bottom: 16px;
    font-size: 0px;
}

    .ws-docs-icon > div {
        display: inline-block;
        vertical-align: middle;
        width: 16.5%;
        height: 105px;
        line-height: 25px;
        padding: 20px 0px;
        margin-right: -1px;
        margin-bottom: -1px;
        border: 1px solid rgb(226, 226, 226);
        font-size: 14px;
        text-align: center;
        color: rgb(119, 119, 119);
        cursor: pointer;
        transition: all 0.3s ease 0s;
    }

        .ws-docs-icon > div:hover {
            background-color: rgb(242, 242, 242);
            color: rgb(0, 0, 0);
        }

        .ws-docs-icon > div .layui-icon {
            display: inline-block;
            font-size: 36px;
        }

.alen-right-usermenu-containt {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -100px;
    width: 300px;
    z-index: 999998;
    position: absolute;
    height: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #fff;
    transition: all 800ms ease-in-out 0s;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
}

.alen-right-usermenu-title {
    height: 60px;
    background-color: #ff6a00;
    padding: 0 10px 0 10px;
    margin: 0 auto;
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.alen-right-usermenu-inner {
}

.alen-home-top {
    position: relative;
    display: flex;
    flex-direction: row;
    /*    flex-wrap: wrap;*/
    align-items: center;
    /*    justify-content: space-between;*/
    /*    padding-top: .7rem;
    padding-bottom: .7rem;*/
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    background-color: #fff;
    transition: all 500ms ease-out 0s;
    width: 100%;
    height: 60px;
}

    .alen-home-top .container {
        display: flex;
        /*        flex-wrap: inherit;*/
        align-items: center;
        /*                justify-content: space-between;*/
        /*        width: 300px;*/
        /*        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);*/
        margin-right: 15px;
        margin-left: 15px;
    }

        .alen-home-top .container .navbar-brand {
            /*            width: 150px;*/
        }

.alen-edit-show {
    display: block;
}

.alen-edit-hide {
    display: none;
}

.alen-edit-required {
    color: red;
}

.alen-ddl-width div {
    width: 100%;
}

.alen-line-input {
    border-bottom-color: #fff !important;
    margin-left: 0 !important;
    padding-left: 10px;
}

.layui-form-onswitch {
    border-color: #ff6a00 !important;
    background-color: #ff6a00 !important;
}

.alen-table-remark {
    font-style: italic;
    color: #c8c8c8;
}

.layui-form-select dl dd.layui-this {
    /*    background-color: #ff6a00 !important;
    color: #fff;*/
}

.form-required {
    border-color: rgba(221,0, 0, .5) !important;
}

.layui-elem-quote {
    border-left: 5px solid #fd7e14 !important;
}

.alen-elem-quote {
    padding: 10px;
    border-left: 1px solid #fd7e14 !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 15px;
    background-color: #f4f3f3;
}

.alen-treenode-close:hover {
    color: #ff6a00 !important;
}

.layui-form-checked, .layui-form-checked:hover {
    border-color: var(--main--color, #ff6a00);
}

    .layui-form-checked:hover span {
        color: #fff !important;
        background-color: var(--main--color, #fd7e14);
    }

    .layui-form-checked:hover i {
        /*        color: #fd7e14 !important;
        color: var(--main--color, #fd7e14);*/
    }

/*    .layui-form-checked:hover > div {
        background-color: #ff6a00 !important;
    }
*/
/*    .layui-form-checked > i, .layui-form-checked:hover > i {
        color: #ff6a00 !important;
    }*/
