@charset "utf-8";
/*UI框架文件，e-xxx:UI组件，所有ui样式相关属性*/
@font-face {
    font-family: 'moon';
    src: url('../font/e.svg#moon?v=2023030714') format('svg'), url('../font/e.woff?v=2023030714') format('woff'), url('../font/e.ttf?v=2023030714') format('truetype');
    font-weight: normal;
    font-style: normal;
}

::-webkit-scrollbar {
    width: 0.5em !important;
    height: 0.5em !important;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 0.8em;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

:root {
    --animate-delay: 400ms;
}

img {
    border: none;
    max-width: 100%;
    display: inline-block;
}

p, h1, h2, h3, div, ul {
    margin: 0;
    padding: 0;
    display: block;
}

html {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
    -moz-text-size-adjust: 100% !important;
    -webkit-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
    font-family: "Helvetica Neue", "Helvetica", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1", "Arial", "sans-serif";
}

textarea {
    resize: none;
    line-height: 1.5em;
    font-size: 1em;
    -moz-text-size-adjust: none !important;
    -webkit-text-size-adjust: none !important;
    -ms-text-size-adjust: none !important;
    font-family: "Helvetica Neue", "Helvetica", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5fae\8f6f\96c5\9ed1", "Arial", "sans-serif" !important;
}

input {
    font-size: 1em;
    background-color: transparent;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000em white inset !important;
}

input::-webkit-credentials-auto-fill-button {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}

[error]::-webkit-input-placeholder {
    color: var(--danger)
}

[error]::-moz-placeholder {
    color: var(--danger)
}

[error]::-ms-input-placeholder {
    color: var(--danger)
}

[error]::input-placeholder {
    color: var(--danger)
}

[error] {
    border-color: var(--danger) !important;
}

[disabled] input, input[disabled] {
    background-color: var(--bg6) !important;
    cursor: not-allowed;
}

[disabled] input:focus, [disabled] input:hover, input[disabled]:focus, input[disabled]:hover {
    border-color: var(--border) !important;
}

body {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    min-height: 100%;
    overflow: auto;
    position: absolute;
    color: var(--text);
    -webkit-font-smoothing: antialiased;
}

ul, menu, dir {
    display: block;
    list-style: none;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a, a:link, a:visited {
    text-decoration: none;
    font-weight: normal;
    cursor: pointer;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
    font-size: inherit;
}

body > iframe {
    display: none;
}

[disable-scroll]::-webkit-scrollbar { /*滚动条整体样式*/
    width: 0 !important;
    height: 0 !important;
}

[disable-scroll] {
    scrollbar-width: none;
}

.ellipsis {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.border-left {
    border-left: 1px solid var(--border);
}

.border-right {
    border-right: 1px solid var(--border);
}

.border-top {
    border-top: 1px solid var(--border);
}

.border-bottom {
    border-bottom: 1px solid var(--border);
}

.border {
    border: 1px solid;
}

.small {
    font-size: 0.8em;
}

/*万能清除浮动*/
.clear:after {
    display: table;
    content: "";
    clear: both;
}

.moon {
    font-family: moon;
}

.pointer {
    cursor: pointer;
}

.left {
    text-align: left;
}

.float-left {
    float: left;
}

.right {
    text-align: right;
}

.float-right {
    float: right;
}

.center {
    text-align: center;
}

.unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectable {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.hide {
    display: none;
}

.opacity {
    opacity: 0.0001;
}

.move {
    cursor: move !important;
}

.padding05 {
    padding: 0.5em;
}

.margin05 {
    margin: 0.5em;
}

.padding10 {
    padding: 1em;
}

.margin10 {
    margin: 1em;
}

.padding15 {
    padding: 1.5em;
}

.title, [e-title] {
    line-height: 4em;
    height: 3em;
    text-align: left;
    color: var(--text2);
    border-bottom: 1px solid var(--border5);
    font-size: 1.2em;
    position: relative;
}

[required] {
    position: relative;
}

[required]:after {
    content: "*";
    display: block;
    height: 1em;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.5em;
    margin-right: -0.5em;
    color: var(--danger);
}

dl[required]:after {
    right: 1em;
    margin-top: 0.5em;
}

[e-icon-block] {
    width: 1em;
    height: 1em;
    font-size: 2em;
    text-align: center;
    display: inline-block;
    padding: 0.5em;
    color: var(--text1);
    cursor: pointer;
    font-family: moon;
}

[e-color-block] {
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    float: left;
    cursor: pointer;
}

[e-block], .e-block {
    padding: 0 0.5em;
    line-height: 2.4em;
    height: 2.4em;
    word-break: keep-all;
    color: var(--bg9);
    display: inline-block;
    border-radius: 0.3em;
    transform: scale(0.8);
    transition: 0.4s;
}

[e-block]:hover, .e-block:hover {
    transform: scale(1);
}

[e-info] {
    position: relative;
    padding-left: 0.5em;
}

[e-info]:before {
    content: "";
    display: inline-block;
    width: 0.3em;
    height: 1em;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.5em;
    background-color: var(--primary);
}

[e-tip] {
    display: none;
}

[e-activity="Tip"] { /*围绕在元素周围*/
    position: fixed !important;
    display: block;
    line-height: 1.5em;
    z-index: 10001;
    opacity: 0;
    transition: 0.4s;
    border: 1px solid;
    border-radius: 0.3em;
    background-color: var(--bg9);
    box-shadow: 0 0 1em 0.18em var(--border3);
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}

[e-activity="Tip"][e-drop] {
    display: none;
    border: 1px solid;
}

[e-activity="Tip"][e-drop][show] {
    display: block;
}

[e-style="pc"] [e-activity="Tip"] {
    max-width: 80%;
}

[e-style="mobile"] [e-activity="Tip"] {
    max-width: 95%;
}

[e-activity="Tip"] > p {
    padding: 0.5em;
}

[e-activity="Tip"] > div {
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
}

[e-style="mobile"] [e-activity="Tip"] > div {
    padding-top: 0.5em;
}

[e-arrow] {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    border-left: 1px solid;
    border-top: 1px solid;
}

[e-arrow="top"] {
    transform: rotate(45deg);
    top: -6px;
}

[e-arrow="bottom"] {
    transform: rotate(-135deg);
    bottom: -6px;
}

[e-activity="Tip"] > [e-icon="close"] {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    font-family: moon;
    cursor: pointer;
    padding: 0.3em;
    transform: scale(0.8);
}

[e-activity="Tip"]:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 1em;
    z-index: 1;
}

[e-activity="Tip"][show="top"]:before {
    top: -1em;
}

[e-activity="Tip"][show="bottom"]:before {
    bottom: -1em;
}

[e-activity="Drawer"] {
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.3);
}

[e-activity="Drawer"] > div {
    position: absolute;
    background-color: var(--bg9);
}

[e-activity="Drawer"][direction="right"] > div {
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 80%;
}

[e-activity="Drawer"][direction="left"] > div {
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 80%;
}


[e-activity="Drawer"][direction="top"] > div {
    right: 0;
    top: 0;
    left: 0;
    max-height: 80%;
}


[e-activity="Drawer"][direction="bottom"] > div {
    right: 0;
    left: 0;
    bottom: 0;
    max-height: 80%;
}

[e-activity="Drawer"] > div > div {
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}

[e-activity="Drawer"] > div > [data-activity-close] {
    position: absolute;
    width: 3em;
    height: 3em;
    text-align: center;
    border-radius: 3em;
    line-height: 3em;
    font-family: moon;
    color: var(--text5);
    background-color: var(--bg9);
    cursor: pointer;
    transition: 0.4s;
}

[e-activity="Drawer"][direction="right"] > div > [data-activity-close] {
    left: 0;
    top: 50%;
    margin-left: -3.5em;
    margin-top: -1.5em;
}

[e-activity="Drawer"][direction="left"] > div > [data-activity-close] {
    right: 0;
    top: 50%;
    margin-right: -3.5em;
    margin-top: -1.5em;
}

[e-activity="Drawer"][direction="bottom"] > div > [data-activity-close] {
    top: 0;
    left: 50%;
    margin-top: -3.5em;
}

[e-activity="Drawer"][direction="top"] > div > [data-activity-close] {
    bottom: 0;
    left: 50%;
    margin-bottom: -3.5em;
}

[e-activity="Drawer"] > div > [data-activity-close]:hover {
    font-weight: bold;
    color: var(--warning);
    transform: rotate(90deg);
}

[e-select], [e-text], [e-date], [e-choose], [e-password] {
    position: relative;
    display: inline-block;
    height: 2.4em;
    box-sizing: border-box;
    border-radius: 0.2em;
}

[e-password] {
    padding-right: 2.4em;
}

[e-password] > label, [e-query] > label {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.5em;
    height: 1em;
    line-height: 1em;
    width: 2.4em;
    text-align: center;
    cursor: pointer;
    font-family: moon;
    color: var(text5);
}

[e-query] > input {
    padding-right: 2.4em !important;
}

[e-password] > label:hover, [e-query] > label:hover {
    color: var(--primary);
}

[e-select], [e-date], [e-choose] {
    cursor: pointer;
}

td > [e-select] > input, td > [e-date] > input, td > [e-choose] > input, td > [e-text] > input, td > [e-password] > input {
    margin: 0;
}

[e-select][disabled] > input, [e-date][disabled] > input, [e-choose][disabled] > input, [e-text][disabled] > input, [e-password][disabled] {
    cursor: not-allowed;
}

[e-select]:after, [e-date]:after, [e-choose]:after {
    display: inline-block;
    font-family: moon;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1.15em;
    width: 1.6em;
    text-align: center;
    cursor: pointer;
    transform: scale(0.65);
    height: 2.3em;
    transition: 0.4s;
    line-height: 2.3em;
}

[e-date]:after {
    transform: scale(0.85);
}

[e-select]:after {
    content: "\e903";
}

[e-date]:after {
    content: "\e91e";
}

[e-choose="location"]:after {
    content: "\e9ca";
}

[e-choose="country"]:after {
    content: "\e9d8";
}

[e-choose="ou"]:after {
    content: "\e94d";
}

[e-choose="industry"]:after {
    content: "\e970";
}

[e-choose="nation"]:after {
    content: "\e9d9";
}

[e-choose="refresh"]:after {
    content: "\e9d5";
}

[e-select][status="drop"] > input {
    border-color: var(--primary) !important;
}

[e-select][status="drop"] > div:before, [e-select][status="drop"] > div:after {
    content: none;
}

[e-select][status="drop"]:after {
    transform: rotate(180deg) scale(0.8);
}

[e-select][disabled]:after, [e-date][disabled]:after, [e-choose][disabled]:after {
    cursor: no-drop;
}

[e-select] > input, [e-text] > input, [e-date] > input, [e-choose] > input, [e-password] > input, [e-view] > dl > dd > input {
    height: 100%;
    border-radius: 0.3em;
    text-indent: 0.5em;
    font-size: 1em;
    box-sizing: border-box;
    outline: 0;
    padding: 0;
    border: 1px solid var(--border);
    width: 100%;
    vertical-align: top;
    margin: 0;
    display: block;
    transition: border 0.2s;
}

[e-select] > input:hover, [e-text] > input:hover, [e-date] > input:hover, [e-choose] > input:hover, [e-password] > input:hover, [e-view] > dl > dd > input:hover, [e-view] > dl > dd > textarea:hover {
    border-color: var(--text6);
}

[e-select] > input:focus, [e-text] > input:focus, [e-date] > input:focus, [e-choose] > input:focus, [e-password] > input:focus, [e-view] > dl > dd > input:focus, [e-view] > dl > dd > textarea:focus {
    border-color: var(--primary);
}

[e-select] > input, [e-date] > input, [e-choose] > input {
    cursor: pointer;
    padding-right: 1.5em;
}

[e-select] > div {
    position: fixed;
    box-sizing: border-box;
    display: none;
    z-index: 1000000;
    overflow: visible;
    padding: 0.5em 0;
    box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.08);
}

[e-select] > div > ul {
    display: block;
    width: 100%;
    max-height: 20em;
    overflow: auto;
}

[e-select] > div > ul > li {
    cursor: pointer;
    display: block;
    padding: 0.5em;
    line-height: 1.2em;
    min-height: 1.2em;
    text-align: left;
    transition: 0.4s;
}

[e-checkbox] {
    position: relative;
    display: inline-block;
    width: auto;
    padding-right: 1em;
    cursor: pointer;
    height: 2.4em;
    line-height: 2.4em;
}

td > [e-checkbox], th > [e-checkbox] {
    font-size: 0.8em;
}

[e-checkbox]:before {
    display: inline-block;
    font-family: moon;
    vertical-align: middle;
    font-size: 1.5em;
    width: 1.2em;
}

[e-checkbox][check="0"]:before {
    content: "\e995";
    color: var(--border);
}

[e-checkbox][check="1"]:before {
    content: "\e994";
    color: var(--primary);
}

[e-date-picker] {
    padding: 0.2em;
    text-align: center;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.6);
}

[device="pc"] [e-date-picker] {
    width: 26em;
}

[e-date-picker] > p {
    display: block;
    line-height: 3.2em;
    height: 3.2em;
    position: relative;
    border-top: 1px solid #e8e9ea;
    color: #666;
    text-align: right;
    padding-right: 0.5em;
}

[e-date-picker] > p > label {
    display: inline-block;
    position: relative;
    top: 0.2em;
    height: 2.2em;
    line-height: 2.2em;
    border: 1px solid #e8e9ea;
    padding: 0 0.5em;
    cursor: pointer;
    box-sizing: border-box;
}

[e-date-picker] > p > label:hover {
    background-color: var(--primary);
    color: var(--bg9);
}

[e-date-picker] > p > label[clear] {
    border-radius: 0.3em 0 0 0.3em;
    border-right: none;
}

[e-date-picker] > p > label[now] {
    border-right: none;
}

[e-date-picker] > p > label[confirm] {
    border-radius: 0 0.3em 0.3em 0;
}

[e-date-picker] > p > span {
    display: block;
    font-weight: 500;
    text-align: left;
    padding-left: 0.5em;
    color: #333;
    position: absolute;
    left: 0;
}

[e-date-picker] > div[title] {
    line-height: 3.2em;
    height: 3.2em;
    border-bottom: 1px solid #e8e9ea;
    box-sizing: border-box;
    position: relative;
}

[e-date-picker] > div[title] > b {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 1em;
    font-weight: 500;
    cursor: pointer;
    font-family: moon;
}

[e-date-picker] > div[title] > b:first-child {
    left: 0;
    right: auto;
}

[e-date-picker] > div[title] > span {
    display: block;
    cursor: pointer;
}

[e-date-picker] > div[mode] {
    padding: 0.1em;
    position: relative;
}

[e-date-picker] > div[mode="Year"] {
    max-height: 15em;
    overflow: auto;
}

[e-date-picker] > div[mode="Year"] td {
    cursor: pointer;
    line-height: 2.4em;
    transition: 0.4s;
}

[e-date-picker] > div[mode="Year"] td[class] {
    border-radius: 0.2em;
}

[e-date-picker] > div[mode="Year"] td:hover {
    background-color: var(--primary);
    color: var(--bg9);
}

[e-date-picker] > div[mode] table {
    width: 100%;
}

[e-date-picker] > div[mode="Day"] table {
    color: #666;
}

[e-date-picker] > div[mode="Day"] table td {
    transition: 0.4s;
}

[e-date-picker] > div[mode="Day"] table td[data-next], [e-date-picker] > div[mode="Day"] table td[data-prev] {
    color: var(--bg7);
}

[e-date-picker] > div[mode="Day"] table td[class] {
    border-radius: 0.2em;
}

[e-date-picker] > div[mode="Day"] table td:hover {
    background-color: var(--primary);
    color: var(--bg9);
}

[e-date-picker] > div[mode="Day"] table td > * {
    display: block;
}

[e-date-picker] > div[mode="Day"] table td > label {
    height: 1.25em;
    line-height: 1.5em;
    font-size: 1.1em;
    cursor: pointer;
}

html[lang="en"] [e-date-picker] > div[mode="Day"] table td > label {
    height: 2.4em;
    line-height: 2.4em;
}

[e-date-picker] > div[mode="Day"] table td > span {
    line-height: 1.2em;
    height: 1.5em;
    font-size: 0.8em;
    cursor: pointer;
}

html[lang="en"] [e-date-picker] > div[mode="Day"] table td > span {
    display: none;
}

[e-date-picker] > div[mode="Time"] {
    position: relative;
    overflow: hidden;
    padding: 0.2em;
}

[e-date-picker] > div[mode="Time"] > * {
    float: left;
    display: inline-block;
    box-sizing: border-box;
    height: 12em;
}

[e-date-picker] > div[mode="Time"] > ul {
    overflow: hidden;
    display: block;
    position: relative;
}

[e-date-picker] > div[mode="Time"] > ul[data-hour] {
    width: 28%;
}

[e-date-picker] > div[mode="Time"] > ul[data-minute] {
    width: 68%;
}

[e-date-picker] > div[mode="Time"] > ul > li {
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    font-weight: 300;
    height: 2em;
    line-height: 2em;
    float: left;
    transition: 0.4s;
}

[e-date-picker] > div[mode="Time"] > ul > li[class] {
    border-radius: 0.2em;
}

[e-date-picker] > div[mode="Time"] > ul > li:hover {
    background-color: var(--primary);
    color: var(--bg9);
}

[e-date-picker] > div[mode="Time"] > ul > li[data-title] {
    font-weight: 500;
}

[e-date-picker] > div[mode="Time"] > ul[data-hour] > li {
    width: 25%;
}

[e-date-picker] > div[mode="Time"] > ul[data-minute] > li {
    width: 10%;
}


[e-date-picker] > div[mode="Time"] > label {
    width: 4%;
    color: #999;
    position: relative;
}

[e-date-picker] > div[mode="Time"] > label:before {
    content: "";
    width: 1px;
    border-left: 2px dashed #ddd;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 0.4em;
    bottom: 0.4em;
    margin-left: -1px;
}

[e-date-picker] > div[mode="Time"] > label > b {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    height: 1em;
    line-height: 0.8em;
    font-size: 2em;
    position: relative;
    margin-top: 2.5em;
}

[e-date-picker] > div[mode="Moon"] {
    position: relative;
    overflow: hidden;
    padding: 1.5em 0;
}

[e-date-picker] > div[mode="Moon"] > label {
    display: inline-block;
    float: left;
    width: 25%;
    height: 3.6em;
    line-height: 3.6em;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.4s;
}

[e-date-picker] > div[mode="Moon"] > label:hover {
    background-color: var(--primary);
    color: var(--bg9);
}

[e-date-picker] > div[mode="Moon"] > label[class] {
    border-radius: 0.2em;
}

[e-date-picker] [header] {
    line-height: 2.8em;
}

[e-date-picker] [header] > th {
    font-weight: 500;
    color: #333;
}

[e-slider] {
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1.5em 0 1em 0;
}

[e-slider] > span, [e-slider] > label {
    display: block;
    height: 0.5em;
    border-radius: 0.3em;
    box-sizing: border-box;
    cursor: pointer;
}

[e-slider] > span {
    width: 100%;
    position: relative;
}

[e-slider] > label {
    position: absolute;
    left: 0;
    top: 1.5em;
}

[e-slider] > label > em {
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    right: 0;
    display: block;
    border-radius: 1em;
    transform: translate(60%);
    top: 50%;
    margin-top: -0.75em;
    box-sizing: border-box;
    border-width: 2px;
    border-style: solid;
    cursor: pointer;
    font-style: normal;
    transition: 0.4s;
}

[e-slider] > label > i {
    font-style: normal;
    display: none;
}

[e-slider] > label > em:hover {
    transform: translate(60%) scale(1.2);
}

[e-slider] > label > b {
    position: absolute;
    right: 0;
    display: block;
    padding: 0.1em 0.5em;
    top: -2em;
    transform: scale(0.8) translate(70%);
    border-radius: 0.3em;
    font-weight: normal;
}

[e-slider] > label > b:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0.4em;
    height: 0.4em;
    left: 50%;
    bottom: -0.2em;
    transform: scale(0.8) rotate(45deg);
    margin-left: -0.2em;
}

[e-operate] > * {
    cursor: pointer;
    padding: 0 0.25em;
    color: var(--primary);
}

[e-operate] > *:first-child {
    padding: 0 0.25em 0 0;
}

[e-operate] > *:last-child {
    padding: 0 0 0 0.25em;
}

[e-operate] > *:hover {
    text-decoration: underline;
    text-underline-position: under;
}

[e-pagination] {
    display: block;
    border-top: none;
    text-align: right;
    border-radius: 0 0 0.3em 0.3em;
    overflow: hidden;
}

[device="pc"] [e-pagination] {
    padding-top: 1em;
}

[device="pc"] [e-activity="Dialog"] [e-pagination] {
    padding-top: 0;
}

[e-pagination] > ul {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 0.2em;
}

[e-pagination] > ul > li {
    display: inline-block;
    border-left: 1px solid;
}

[e-pagination] > ul > li:first-child {
    border-left: none;
}

[e-pagination] > ul > li > * {
    display: inline-block;
    line-height: 2.6em;
    height: 2.6em;
    padding: 0;
    vertical-align: top;
    box-sizing: border-box;
}

[e-pagination] > ul > li > label {
    font-family: moon;
    width: 2.5em;
    cursor: pointer;
    text-align: center;
}

[e-pagination] > ul > li > span {
    display: inline-block;
    height: 2.6em;
    line-height: 2.6em;
    position: relative;
    padding: 0 0.5em;
}

[e-pagination] > ul > li > p {
    position: relative;
}

[e-pagination] > ul > li > p > label {
    color: transparent;
    padding: 0 1em;
    display: block;
}

[e-pagination] > ul > li > p:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    display: block;
    margin-top: -0.45em;
    height: 0.9em;
    transform: rotate(15deg);
}

[e-pagination] > ul > li > p > input {
    text-align: center;
    border: none;
    outline: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: inline-block;
}

[e-pagination] > ul > li {
    float: left;
}

[e-pagination] > div {
    height: 2.6em;
}

[e-pagination] > div > * {
    display: inline-block;
    vertical-align: middle;
    height: 2.4em;
    line-height: 2.4em;
}

[e-pagination] > div > span {
    padding: 0 0.5em;
}

[device="pc"] [e-pagination] > div {
    display: block;
    float: left;
    line-height: 2.6em;
}

[device="pc"] [e-activity="Dialog"] [e-pagination] > div {
    text-align: center;
    float: none;
}

[device="mobile"] [e-pagination], [e-activity="Dialog"] [e-pagination] {
    text-align: center;
}

[e-pagination] > div > div[e-select] {
    width: 4em;
    margin-left: 0.5em;
    margin-right: 0.2em;
}

[e-pagination] > div > div[e-select] > input {
    border: none;
}

[device="pc"] [e-pagination] > ul {
    display: block;
    float: right;
}

[device="pc"] [e-activity="Dialog"] [e-pagination] > ul {
    display: inline-block;
    float: none;
}

[device="mobile"] [e-pagination] [e-select][status]:after {
    height: 2.4em;
    line-height: 2.4em;
}

[e-upload] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}

[e-upload] * {
    cursor: pointer !important;
}

[e-upload][icon] {
    border: 2px dashed var(--text3);
    font-family: moon;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    font-size: 2em;
    color: var(--text3);
    border-radius: 0.3em;
}

[e-upload][icon]:hover {
    border-color: var(--primary);
    color: var(--primary);
}

[e-upload] > form {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

[e-upload] > form > input {
    position: relative;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
    margin: 0;
    cursor: pointer;
    padding: 0;
    border: none;
    outline: 0;
    width: 100%;
    height: 100%;
    vertical-align: top;
    font-size: 0;
}

[e-upload-progress] {
    display: block;
    max-width: 28em;
    min-width: 15em;
    text-align: left;
}

[e-image] {
    width: 3.6em;
    height: 3.6em;
    position: relative;
    display: block;
    border: 2px solid var(--border);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0.3em;
    box-sizing: border-box;
}

[e-image] > [close] {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    font-family: moon;
    color: var(--text5);
    cursor: pointer;
    transition: 0.4s;
    transform: scale(0.8);
}

[e-image]:hover > [close] {
    color: var(--danger);
    transform: scale(1);
}

[e-button-container] {
    display: block;
    text-align: center !important;
    padding: 1.5em 0 !important;
    margin-top: 1.5em !important;
    border-top: 1px solid var(--border);
}

[e-button-container] > [e-button] {
    margin: 0 0.5em;
}

[e-button] {
    height: 2.4em;
    line-height: 2.3em;
    padding: 0 1em;
    border-radius: 0.3em;
    cursor: pointer;
    display: inline-block;
    transition: .4s;
    box-sizing: border-box;
    background-color: var(--bg9);
    border: 1px solid var(--border);
}

[e-button]:hover, [e-button][primary]:hover {
    background-color: var(--primary2);
    color: var(--bg9);
    border-color: var(--primary);
}

[e-button][primary] {
    background-color: var(--primary);
    color: var(--bg9);
    border: none;
}

[e-button][success] {
    background-color: var(--success);
    color: var(--bg9);
    border: none;
}

[e-button][success]:hover {
    background-color: var(--success2);
}

[e-button][danger] {
    background-color: var(--danger);
    color: var(--bg9);
    border: none;
}

[e-button][danger]:hover {
    background-color: var(--danger2);
}

[e-button][warning] {
    background-color: var(--warning);
    color: var(--bg9);
    border: none;
}

[e-button][warning]:hover {
    background-color: var(--warning2);
}

[e-button][disabled], [e-button][disabled]:hover {
    cursor: not-allowed !important;
    border-color: var(--border) !important;
    background-color: var(--bg7) !important;
    color: var(--text5) !important;
}

[e-button][disabled="false"], [e-button][disabled="false"]:hover {
    cursor: pointer !important;
    border: none !important;
    background-color: var(--primary) !important;
    color: var(--bg9) !important;
}

[e-marque] {
    height: 3em;
    line-height: 3em;
    display: inline-block;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    width: 100%;
    padding: 0 4em;
    box-sizing: border-box;
    animation: marque 15s infinite linear;
}

[e-marque]:hover {
    animation-play-state: paused;
}

[e-marque] > * {
    display: inline-block;
    padding-right: 1em;
    box-sizing: border-box;
    height: 3em;
    line-height: 3em;
    word-break: keep-all;
    white-space: nowrap;
    word-spacing: 0;
    position: relative;
}

@keyframes marque {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-100%);
    }
    50.1% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0%);
    }
}

[e-activity] {
    position: absolute;
    box-sizing: border-box;
    border: none;
}

[e-activity][current="0"] {
    position: fixed; /*下在当前的窗口，固定，以免滚动*/
}

[e-activity="Msg"] {
    position: fixed;
    border: 1px solid;
    transition: 0.4s;
    padding: 0 1.5em;
    border-radius: 0.6em;
    opacity: 0;
    min-width: 20em;
    max-width: 30em;
    z-index: 10000002;
}

[e-activity="Msg"][top-right], [e-activity="Msg"][bottom-right] {
    right: 0;
    margin-right: -100%;
}

[e-activity="Msg"][left-top], [e-activity="Msg"][left-bottom] {
    left: 0;
    margin-left: -100%;
}

[e-activity="Msg"] > label {
    display: block;
    position: absolute;
    font-family: moon;
    top: 0;
    right: 0;
    width: 2.4em;
    text-align: center;
    height: 2.4em;
    line-height: 2.4em;
    cursor: pointer;
    transform: scale(0.7);
    transition: 0.4s;
}

[e-activity="Msg"] > label:hover {
    transform: rotate(-90deg);
}

[e-activity="Msg"] > p {
    line-height: 3em;
    height: 3em;
    font-size: 1.2em;
    font-weight: bold;
}

[e-activity="Msg"] > div {
    padding-bottom: 1em;
    line-height: 1.8em;
}

[e-activity="Picker"], [e-activity="Confirm"] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10000001;
    background-color: rgba(0, 0, 0, 0.3);
}

[device="pc"] [e-activity="Picker"], [e-activity="Confirm"] {
    overflow: hidden;
    display: table;
    text-align: center;
    height: 100%;
    width: 100%;
}

[device="pc"] [e-activity="Picker"] > div, [e-activity="Confirm"] > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

[device="pc"] [e-activity="Picker"] > div > div, [e-activity="Confirm"] > div > div {
    background-color: var(--bg9);
    border-radius: 0.3em;
    display: inline-block;
    overflow: auto;
    min-width: 26em;
}

[device="mobile"] [e-activity="Picker"] > div {
    background-color: var(--bg9);
    display: block;
    overflow: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

[e-activity="Form"] {
    left: 0;
    right: 0;
    min-height: 100%;
}

[e-activity="Form"] > p {
    display: block;
    height: 3em;
    line-height: 3em;
    padding-right: 3em;
    padding-left: 0.5em;
    position: fixed;
    top: 4em;
    left: 0;
    right: 0;
    border-bottom: 1px solid;
    z-index: 1;
}

[e-activity="Form"] > p > * {
    display: inline-block;
}

[e-activity="Form"] > p > span > label, [e-activity="Form"] > p > span > b {
    cursor: pointer;
}

[e-activity="Form"] > p > span > b, [e-activity="Form"] > p > label > b {
    font-family: moon;
    font-weight: normal;
    padding-right: 0.2em;
}

[e-activity="Form"] > p > span:after {
    content: "\e901";
    font-family: moon;
    display: inline-block;
    padding: 0 0.5em;
}

[e-activity="Form"] > p > b {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 3em;
    font-family: moon;
    cursor: pointer;
    text-align: center;
    width: 3em;
    transition: 0.4s;
    font-weight: normal;
}

[e-activity="Form"] > p > b:hover {
    transform: rotate(90deg);
}

[e-activity="Dialog"] {
    z-index: 10000;
    border-radius: 0.5em;
    opacity: 0;
    transition: 0.4s;
    position: fixed;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
}

[e-activity="Dialog"] > p > span, [e-activity="Tip"] > div > div > p > span {
    padding: 0 3.6em;
}

[e-activity="Dialog"] > p > span {
    cursor: move;
}

[e-activity="Dialog"][current="1"] {
    box-shadow: 0 0 2em var(--border1)
}

[e-activity="Dialog"][current="0"] {
    box-shadow: 0 0 5px 2px var(--border5)
}

[e-activity="Dialog"] > div {
    background-color: var(--bg9);
    width: 100%;
    box-sizing: border-box;
    position: relative;
    border-radius: 0 0 0.5em 0.5em;
    border-top: 1px solid transparent;
}

[device="mobile"] [e-activity="Dialog"] {
    max-width: 100%;
}

[e-activity="Dialog"] > p {
    line-height: 3.6em;
    height: 3.6em;
    font-size: 1em;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    border-radius: 0.5em 0.5em 0 0;
}

[e-activity="Dialog"] > p > b, [e-activity="Dialog"] > p > label {
    display: inline-block;
    font-family: moon;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3.6em;
}

[e-activity="Dialog"] > p > b {
    left: 0;
    font-weight: normal;
    transform: scale(1.2);
}

[e-activity="Dialog"] > p > label {
    right: 0;
    cursor: pointer;
    transition: 0.4s;
}

[e-activity="Dialog"] > p > label:hover {
    transform: rotate(90deg);
}

[e-activity="Dialog"] > p > span {
    display: block;
    text-align: left;
    font-weight: 500;
}

#PROGRESS {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000009;
    position: fixed;
    display: none;
}

#PROGRESS > label {
    display: block;
    width: 0%;
    height: 0.2em;
}


[e-view] {
    margin: 0;
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

[e-view]:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    width: 0;
}

[e-view] > dl {
    float: left;
    display: block;
    margin: 0 !important;
    width: 16em;
    box-sizing: border-box;
}

[e-view] > dl {
    padding: 0.6em 1.2em;
    text-align: left;
}

[e-view] > dl[cols="2"] {
    width: 32em;
}

[e-view] > dl[cols="3"] {
    width: 48em;
}

[e-view] > dl > dt {
    display: block;
    height: 1.5em;
    line-height: 1.5em;
}

[e-view] > dl > dd {
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
}

[e-view] > dl[rows="2"] > dd {
    height: 4.8em;
}

[e-view] > dl > dd > input[type="text"], [e-view] > dl > dd > input[type="password"] {
    height: 2.4em;
}

[e-view] > dl > dd > textarea {
    border: 1px solid var(--border);
    outline: 0;
    box-sizing: border-box;
    padding: 0 0.5em;
    line-height: 1.8em;
    min-height: 5.4em;
    width: 100%;
    border-radius: 0.3em;
}

[e-view] > dl > dd > [e-select], [e-view] > dl > dd > [e-choose], [e-view] > dl > dd > [e-text] {
    width: 100%;
}

[e-view] > dl > dd > input[readonly], [e-view] > dl > dd > textarea[readonly] {
    background-color: var(--bg7);
}

[e-tree] {
    display: block;
    padding: 1em;
    box-sizing: border-box;
    overflow: auto;
}

[e-tree] * {
    box-sizing: border-box;
}

[e-tree] ul {
    display: block;
    margin-left: 1.8em;
    position: relative;
}

[e-tree] > ul {
    margin-left: 0;
}

[e-tree] li[status="opening"] > ul > li > div {
    height: 2.8em;
}

[e-tree] li[status="closed"] ul > li > div {
    height: 0;
    opacity: 0;
}

[e-tree] li > ul, [e-tree] ul > li, [e-tree] ul > li > div {
    transition: height .4s, opacity 0.4s;
}

[e-tree] li[status="closed"] > ul {
    overflow: hidden;
}

[e-tree] li {
    display: block;
    position: relative;
}

[e-tree] li > div {
    position: relative;
    padding-left: 1.2em;
    line-height: 3em;
    white-space: nowrap;
    word-break: keep-all;
    min-width: fit-content;
}

[e-tree] li > div > label, [e-tree] li > div > span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: top;
}

[e-tree] li > div > label, [e-tree] li > div > em {
    font-family: moon;
    padding: 0;
}

[e-tree] li > div > label {
    width: 2em;
    text-align: center;
    font-size: 1.2em;
}

[e-tree] li > div > em {
    cursor: pointer;
    font-style: normal;
    width: 1.5em;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    position: relative;
}

[e-tree] li > div > em[disabled] {
    background-color: inherit;
    color: var(--bg4);
}

[e-tree] li > div > b {
    font-family: moon;
    width: 1.2em;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.4s;
    transform: scale(0.6);
    color: var(--text3);
}

[e-tree] li > div > b:hover {
    color: var(--text);
}

[e-tree] li[status="opening"] > div > b {
    transform: rotate(90deg) scale(0.6);
}

[e-tree] li > div:hover {
    background-color: inherit;
}

[e-tree] li > div:before {
    transition: 0.4s background-color;
}

[e-tree] li > div:hover:before, [e-tree] li > div[class]:before {
    content: "";
    position: absolute;
    left: -100em;
    right: -1em;
    bottom: 0;
    top: 0;
    background-color: var(--bg3);
}

[e-tree] li > div[class]:after {
    content: "";
    position: absolute;
    right: -1em;
    width: 3px;
    bottom: 0;
    top: 0;
}

[e-tab] > [header] {
    display: block;
    padding-top: 1em;
    position: relative;
}

[e-tab] > [header]:after {
    content: "";
    clear: both;
    display: block;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--border);
    z-index: 0;
}

[e-tab] > [header] > * {
    display: inline-block;
    height: 2.4em;
    line-height: 2.4em;
}

[e-tab] > [header] > span {
    float: right;
    display: inline-block;
    vertical-align: middle;
    padding-right: 0.5em;
}

[e-tab] > [header] > span > em {
    font-family: moon;
    cursor: pointer;
    margin-right: 0.2em;
    display: inline-block;
    font-weight: 600;
    font-size: 1.2em;
    font-style: normal;
}

[e-tab] > [header] > span > em > * {
    display: inline-block;
    padding: 0 0.5em;
    cursor: pointer;
}

[e-tab] > [header] > label {
    display: inline-block;
    margin-right: 1em;
    padding: 0 0.2em;
    cursor: pointer;
    position: relative;
    border-bottom: 2px solid transparent;
    transition: border-bottom-color 0.4s;
    z-index: 1;
}

[e-tab] > [header] > label[on] {
    border-bottom-color: var(--primary);
}

[e-tab] > [body] {
    display: block;
    padding-top: 1em;
}

[e-group] {
    text-align: left;
    padding: 0 0.5em;
    border-radius: 0.3em;
    box-sizing: border-box;
    border: 1px solid;
}

[e-radiobox] {
    line-height: 3em;
}

[e-radiobox] > * {
    text-align: left;
    cursor: pointer;
}

[e-radiobox] > :before {
    font-family: moon;
    display: inline-block;
    vertical-align: top;
    padding-right: 0.2em;
    font-size: 1.5em;
    width: 1.2em;
    line-height: 2em;
    text-align: left;
}

[e-radiobox] > [check="0"]:before {
    content: "\e993";
    color: var(--border);
}

[e-radiobox] > [check="1"]:before {
    content: "\e992";
    color: var(--primary);
}

js {
    display: none;
}

[e-button]:before, [e-icon]:before {
    font-family: moon;
    display: inline-block;
    vertical-align: top;
    padding-right: 0.5em;
    font-weight: normal;
    transform: scale(1.1);
}

[e-icon="info"]:before {
    content: "\e947";
}

[e-icon="close"]:before {
    content: "\e907";
}

[e-icon="notification"]:before {
    content: "\e9da";
}

[e-icon="warning"]:before {
    content: "\e9db";
}

[e-icon="danger"]:before {
    content: "\e9c1";
}

[e-icon="success"]:before {
    content: "\e927";
}

[e-icon="import"]:before {
    content: "\e95a";
}

[e-icon="tel"]:before {
    content: "\e988";
}


[e-icon="plus"]:before {
    content: "\e9d7";
}

[e-icon="paste"]:before {
    content: "\e96a";
}

[e-icon="doc"]:before {
    content: "\e968";
}

[e-icon="cfg"]:before, [e-icon="config"]:before {
    content: "\e95e";
}

[e-button="query"]:before, [e-icon="query"]:before {
    content: "\e9b0";
}

[e-button="create"]:before, [e-icon="create"]:before {
    content: "\e922";
}

[e-button="edit"]:before, [e-icon="edit"]:before {
    content: "\e947";
}

[e-button="del"]:before, [e-icon="del"]:before {
    content: "\e96f";
}

[e-button="save"]:before, [e-icon="save"]:before {
    content: "\e9dc";
}

[e-button="confirm"]:before, [e-icon="confirm"]:before {
    content: "\e9de";
}

[e-button="cancel"]:before, [e-icon="cancel"]:before {
    content: "\e9dd";
}

[e-button="edit"]:before, [e-icon="edit"]:before {
    content: "\e947";
}

[e-icon="wf"]:before {
    content: "\e9df";
}

[e-icon="help"]:before {
    content: "\ea3f";
}

[e-icon="upload"]:before {
    content: "\e95a";
}

[e-icon="export"]:before {
    content: "\ea0a";
}

[e-icon="cart"]:before {
    content: "\e9a8";
}

[e-percentage] {
    box-sizing: border-box;
    position: relative;
    text-align: right;
}

[e-percentage] > input {
    text-align: right;
    box-sizing: border-box;
    padding-right: 1.5em !important;
}

[e-percentage]:after {
    position: absolute;
    right: 0;
    width: 1.5em;
    top: 50%;
    height: 2.4em;
    line-height: 2.4em;
    margin-top: -1.2em;
    text-align: center;
    content: "%";
    display: inline-block;
}

[e-scroll-container] {
    position: relative;
    width: 100%;
    overflow-x: auto;
    box-sizing: border-box;
}

[e-bottom-fixed-bar] {
    position: fixed;
    border-top: 1px solid;
    padding: 2em 0;
    z-index: 2;
}

[e-slash] {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

[e-slash] > *:first-child {
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: 0;
}

[e-slash] > *:last-child {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0;
}

[e-slash] > i {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100em;
    height: 100em;
    border-top: 1px solid;
    display: block;
    transform-origin: left top;
}

[shadow] {
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.08);
}

[e-table] {
    position: relative;
    padding: 1.5em;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    z-index: 0;
}

[e-table] > table {
    display: none;
}

[e-table] tr > * {
    word-break: break-all;
    white-space: normal;
    line-height: 1.5em;
    padding: 0.6em 0.5em !important;
    text-overflow: clip !important;
    color: var(--text3);
}

[device="mobile"] [e-table] {
    padding: 1em;
}

[e-table] [body] > [c]::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
}

[e-table] [body] > [c] {
    scrollbar-width: none;
    height: 100%;
}

[e-table] [v]::-webkit-scrollbar, [e-table] [h]::-webkit-scrollbar { /*滚动条整体样式*/
    width: 0 !important;
    height: 0 !important;
}

[e-table] [v], [e-table] [h] {
    scrollbar-width: none;
}

[e-table] [body]:hover [v]::-webkit-scrollbar, [e-table] [body]:hover [h]::-webkit-scrollbar { /*滚动条整体样式*/
    width: 0.8em !important;
    height: 0.8em !important;
}

[e-table] [body]:hover [v], [e-table] [body]:hover [h] { /*滚动条整体样式*/
    scrollbar-width: thin !important;
}

[e-table] [v]::-webkit-scrollbar-thumb, [e-table] [h]::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    -webkit-box-shadow: inset 0 0 0.5em rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.07);
    border-radius: 0.8em;
}

[e-table] * {
    box-sizing: border-box;
}

[e-table] > div {
    box-sizing: border-box;
}

[e-table] th, [e-table] td {
    position: relative;
}

[e-table][grid] th, [e-table][grid] td {
    border: 1px solid var(--border3);
    border-left: none;
    border-top: none;
}

[e-table] th {
    background-color: var(--bg5);
    font-weight: bold;
}

@-moz-document url-prefix() { /*For Firefox only, th设置background-color后导致边框显示不出来*/
    [e-table] th {
        background-color: inherit;
    }
}

[e-table] > div[body] {
    overflow: hidden;
    position: relative;
    border: 1px solid #e8e9ea;
    max-width: 100%;
    z-index: 1;
}

[e-table] [l], [e-table] [r] {
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 1;
    background-color: #fff;
}

[e-table] [h-scroll] [l], [e-table] [h-scroll] [r] {
    bottom: 0.8em;
}

[e-table] [l] {
    left: 0;
}

[e-table] [r] {
    right: 0;
}

[e-table] [r] tr > *:first-child {
    border-left: 1px solid #e8e9ea;
}

[e-table] [v-scroll] [r] {
    right: 0.8em;
}

[e-table] [r] > [t], [e-table] [r] > [b] {
    position: absolute;
    right: 0;
    background-color: #fff;
}

[e-table] [l] > [t], [e-table] [l] > [b] {
    position: absolute;
    left: 0;
    background-color: #fff;
}

[e-table] [l] > [t], [e-table] [r] > [t] {
    top: 0;
    z-index: 1;
}

[e-table] [l] > [b], [e-table] [r] > [b] {
    bottom: 0;
    z-index: 1;
}

[e-table] [l] > [c], [e-table] [r] > [c] {
    z-index: 0;
    position: relative;
}

[e-table] [c] > [t], [e-table] [c] > [b] {
    position: absolute;
    left: 0;
}

[e-table] [b] tr:first-child > * {
    border-top: 1px solid var(--border3);
}

[e-table] [b] tr[tail] {
    background-color: var(--bg9);
}

[e-table] [c] > [t] {
    top: 0;
    z-index: 1;
}

[e-table] [c] > [b] {
    bottom: 0;
    z-index: 1;
}

[e-table] [h-scroll] [c] > [b] {
    bottom: 0.8em !important;
}

[e-table] [body] {
    max-width: 100%;
}

[e-table] [body] > [v], [e-table] [body] > [h], [e-table] [body] > [v-top] {
    position: absolute;
    background-color: var(--bg5);
    display: none;
    z-index: 2;
}

[e-table] [v-scroll] [v-top] {
    top: 0;
    width: 0.8em;
    right: 0;
    display: block;
}

[e-table] [body] > [v] > div {
    position: relative;
    width: 1px;
}

[e-table] [body] > [h] > div {
    position: relative;
    height: 1px;
}

[e-table] [v-scroll] [v] {
    width: 0.8em;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
}

[e-table] [h-scroll] [h] {
    height: 0.8em;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    overflow-y: hidden;
    overflow-x: auto;
}

[e-table] [v-scroll] [h] {
    right: 0.8em;
}

[e-table] [h-scroll] [v] {
    bottom: 0.8em;
}

[e-table] [corner] {
    height: 0.8em;
    width: 0.8em;
    background-color: var(--bg5);
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}

[e-table] [v-scroll][h-scroll] [corner] {
    display: block;
}

[e-table] [b] tr > * {
    border-bottom: none;
}

[e-table] [c] > [l] tr:last-child > *, [e-table] [c] > [r] tr:last-child > * {
    border-bottom: none;
}

[e-table][fill] [c] > [b] {
    bottom: 0;
}

[e-table] [h-scroll][body] > [c] {
    overflow-x: auto;
    padding-bottom: 0.8em;
}

[e-table] [v-scroll][body] > [c] {
    overflow-y: auto;
    margin-right: 0.8em;
}

[e-table] [c] > [c] {
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
}

[e-table] table {
    overflow: hidden;
    position: relative;
}

[e-table] tr[hover] > * {
    background-color: #f5f7fa;
}

[e-table] tbody > tr:last-child > td {
    border-bottom: none;
}

[e-table] [c] > [c] tr > td:last-child, [e-table] [c] > [t] tr > *:last-child, [e-table] [r] > [t] tr > *:last-child {
    border-right: none;
}

[e-table] > [footer] {
    position: relative;
}

[device="pc"] [e-table] > [header] {
    display: block;
    padding: 0.5em 0;
}

[e-activity="Dialog"] [e-table] > [header] {
    padding: 0;
}

[e-table] > [header]:after {
    content: "";
    clear: both;
    display: table;
}

[e-table] > [header] > * {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 1em;
    margin-right: 1em;
}

[e-table] > [header] > [filter] > * {
    display: inline-block;
}

[e-table] > [header] > * > label {
    line-height: 2.4em;
    display: inline-block;
    vertical-align: top;
}

[e-table] > [header] > *:last-child {
    margin-right: 0;
}

[e-table] tr > * > input {
    border: none;
    outline: 0;
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 2px;
    width: auto;
    display: block;
}

[e-table] tr > * > input:focus {
    outline: 2px solid var(--primary);
}

[e-table] tr > * > [e-select], [e-table] tr > * > [e-date] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: auto;
    display: block;
}

[e-table] tr > * > [e-select] > input, [e-table] tr > * > [e-date] > input {
    border: none;
}

[e-table] td[image] > img {
    display: inline-block;
    vertical-align: middle;
    height: 1.5em;
    margin: 0 0.2em;
    border-radius: 0.25em;
}

[e-table] tr[header] > * > [drop] {
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 50%;
    font-family: moon;
    width: 2em;
    display: block;
    transform: scale(0.6);
    text-align: center;
    cursor: pointer;
    transition: 0.4s;
    height: 2em;
    line-height: 2em;
    margin-top: -1em;
}

[e-table] tr[header] > * > [drop]:hover {
    transform: scale(0.8);
}

[e-table] > [header] > [filter] {
    display: none;
}

[device="pc"] [e-table] > [header] [show="pc"] {
    display: inline-block;
}

[device="pc"] [e-table] > [header] [show="mobile"] {
    display: none;
}

[device="mobile"] [e-table] > [header] [show="mobile"] {
    display: inline-block;
}

[device="mobile"] [e-table] > [header] [show="pc"] {
    display: none;
}

[column-drop] {
    min-width: 20em;
    position: relative;
}

[column-drop] > [filter] {
    margin: 0 1em 1em 1em;
    padding-top: 1em;
}

[column-drop] > ul[order-column] {
    display: block;
    margin: 0 1em;
    padding-top: 1em;
}

[column-drop] > ul[order-column] > li {
    display: block;
    line-height: 1.5em;
    height: 1.5em;
    margin: 0.5em 0;
    cursor: pointer;
}

[column-drop] > ul[order-column] > li > label {
    font-family: moon;
    text-align: center;
    display: inline-block;
    width: 1.5em;
    margin-right: 1em;
    transition: 0.4s;
    vertical-align: top;
}

[column-drop] > div[button-container] {
    text-align: right;
    margin-top: 1em;
    border-top: 1px solid #e8e9ea;
    padding: 1em 0;
}

[column-drop] > :nth-child(100n+2) {
    border-top: 1px solid #e8e9ea;
    padding-top: 1em;
}

[column-drop] > div[filter] > * {
    display: block;
    width: 100% !important;
}

[column-drop] > div[filter] > label {
    line-height: 2em;
}

[column-drop] > div[filter] > [text] > input, [column-drop] > div[filter] > [e-select] > input {
    width: 100%;
}

[context-menu] {
    display: inline-block;
    position: relative;
    z-index: 10000;
}

[context-menu] > label {
    font-family: moon;
    display: inline-block;
    padding: 0 1em;
    cursor: pointer;
}

[context-menu] > div > ul {
    margin: 0;
    padding: 1em;
    min-width: 15em;
}

[context-menu] > div > ul > li {
    display: block;
    line-height: 2.4em;
    height: 2.4em;
    cursor: pointer;
    text-indent: 0.5em;
}

[context-menu] > div > ul > li[split] {
    height: 1px;
    background-color: var(--border);
    margin: 0.3em 0;
}

[context-menu] > div > ul > li:hover {
    background-color: var(--bg2);
}

[context-menu] > div > ul > li > label {
    font-family: moon;
    display: inline-block;
    padding-right: 0.5em;
}

[e-tag] {
    position: relative;
    padding-right: 2em;
    border: 1px solid var(--border5);
    display: inline-block;
    margin: 0 0.5em 0.5em 0;
    border-radius: 0.2em;
    overflow: hidden;
    transition: 0.4s;
}

[e-tag]:hover {
    border-color: var(--primary);
}

[e-tag] > * {
    height: 2.4em;
    line-height: 2.4em;
    vertical-align: middle;
}

[e-tag] > [e-icon="close"] {
    position: absolute;
    text-align: center;
    height: 2em;
    line-height: 2em;
    top: 50%;
    margin-top: -1em;
    cursor: pointer;
    right: 0;
    transform: scale(0.8);
    color: var(--text5);
    transition: 0.4s;
}

[e-tag] > [e-icon="close"]:hover {
    color: var(--primary);
    transform: scale(1);
}

[v-table], [v-tree], [v-view] {
    opacity: 0;
}