.el-button--medium,
.el-button--medium.is-round,
.u-button {
    padding: 10px 20px;
}
.el-button,
.el-checkbox,
.el-checkbox-button__inner,
.el-pager,
.plTableBox .el-table th,
.tree--btn-wrapper,
.u-button[disabled] {
    -moz-user-select: none;
    -ms-user-select: none;
}
.u-icon {
    width: 1em;
    height: 1em;
}
.u-icon.loading {
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.box-shadow {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.u-button {
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    background: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}
.u-button:focus {
    border-color: #f1c40f;
    outline: 0;
}
.u-button > .cloakLeft {
    float: left;
    height: inherit;
    opacity: 0.5;
}
.u-button > .cloakRight {
    float: right;
    height: inherit;
    opacity: 0.5;
}
.u-button.size-big {
    font-size: 15px;
    padding: 10px 23px;
    border-radius: 5px;
}
.u-button.size-medium {
    font-size: 14px;
    padding: 8px 18px;
    border-radius: 4px;
}
.u-button.size-small {
    font-size: 13px;
    padding: 6px 15px;
    border-radius: 3px;
}
.u-button.size-mini {
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 3px;
}
.u-button:hover {
    opacity: 0.6;
}
.u-button:active {
    background-color: #eee;
}
.u-button > .u-button-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    white-space: nowrap;
}
.u-button > .u-icon {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
    margin-right: 0.3em;
}
.u-button.icon-right > .u-icon {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    margin-left: 0.3em;
}
.u-button.icon-right > .u-button-content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.u-button[disabled] {
    color: #c0c4cc;
    background: 0 0;
    pointer-events: none;
    border-color: #ebeef5;
    opacity: 0.5;
    -webkit-user-select: none;
    user-select: none;
    cursor: not-allowed;
}
.u-button[disabled]:hover {
    color: rgba(0, 0, 0, 0.25);
    border-color: #d9d9d9;
}
.u-button.dashed {
    border: 1px dashed #e6e6e6;
}
.u-button.type-error {
    color: #fff;
    background-color: #f54242;
    border-color: #f54242;
}
.u-button.type-error:active {
    opacity: 1;
    color: #fff;
    background-color: #d81e06;
    border-color: #d81e06;
}
.u-button.type-warn,
.u-button.type-warn:hover {
    border-color: #ffb311;
}
.u-button.type-warn {
    color: #fff;
    background-color: #ffb311;
}
.u-button.type-info {
    color: #fff;
    background-color: #c2c5cb;
    border-color: #c2c5cb;
}
.u-button.type-info:hover {
    border-color: #909399;
}
.u-button.type-success {
    color: #fff;
    background-color: #17cc15;
    border-color: #17cc15;
}
.u-button.type-success:hover {
    opacity: 1;
    border-color: #17cc15;
}
.u-button.type-primary {
    color: #fff;
    background-color: #26acee;
    border-color: #26acee;
}
.u-button.type-primary:hover {
    opacity: 1;
    border-color: #26acee;
}
.u-button.type-success.plain {
    color: #17cc15;
    background-color: #f0f9eb;
    border-color: #17cc15;
}
.u-button.type-success.plain:hover {
    opacity: 1;
    color: #fff;
    background-color: #17cc15;
    border-color: #17cc15;
}
.u-button.type-primary.plain {
    color: #26acee;
    background-color: #ecf5ff;
    border-color: #26acee;
}
.u-button.type-primary.plain:hover {
    opacity: 1;
    color: #fff;
    background-color: #26acee;
    border-color: #26acee;
}
.u-button.type-info.plain {
    color: #c2c5cb;
    background-color: #f4f4f5;
    border-color: #c2c5cb;
}
.u-button.type-info.plain:hover {
    opacity: 1;
    color: #fff;
    background-color: #c2c5cb;
    border-color: #c2c5cb;
}
.u-button.type-warn.plain {
    color: #ffb311;
    background-color: #fdf6ec;
    border-color: #ffb311;
}
.u-button.type-warn.plain:hover {
    opacity: 1;
    color: #fff;
    background-color: #ffb311;
    border-color: #ffb311;
}
.u-button.type-error.plain {
    color: #f54242;
    background-color: #fef0f0;
    border-color: #f54242;
}
.u-button.type-error.plain:hover {
    opacity: 1;
    color: #fff;
    background-color: #f54242;
    border-color: #f54242;
}
.u-button.type-error.plain:active {
    opacity: 1;
    color: #fff;
    background-color: #d81e06;
    border-color: #d81e06;
}
.u-button.danger:hover {
    border: 6px solid #f54242;
    border-radius: 5px;
    z-index: 1;
    opacity: 0;
    -webkit-animation: danger 1s ease-out;
    animation: danger 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.u-button.circle {
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    padding: 10px;
    font-size: 16px;
}
.u-button.circle .u-icon {
    margin-left: 0;
    margin-right: 0;
}
.u-button.circle.type-primary:hover {
    background-color: #26acee;
}
.u-button.circle.type-success:hover {
    background-color: #17cc15;
}
.u-button.circle.type-warn:hover {
    background-color: #ffb311;
}
.u-button.circle.type-error:hover {
    background-color: #f54242;
}
.u-button.circle.type-info:hover {
    background-color: #c2c5cb;
}
.u-button .loading {
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}
.u-button.loadingCloak {
    opacity: 0.5;
}
@-webkit-keyframes loop {
    to {
        top: -8px;
        left: -8px;
        bottom: -8px;
        right: -8px;
        border-width: 6px;
        opacity: 0;
    }
}
@keyframes loop {
    to {
        top: -8px;
        left: -8px;
        bottom: -8px;
        right: -8px;
        border-width: 6px;
        opacity: 0;
    }
}
@keyframes danger {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
        opacity: 0;
    }
}
@-webkit-keyframes danger {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.loop {
    position: relative;
}
.loop::before {
    content: '';
    display: block;
    background-color: inherit;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    top: -3px;
    left: -3px;
    bottom: -3px;
    right: -3px;
    border-radius: inherit;
    border: 0 solid inherit;
    opacity: 0.3;
    -webkit-animation: loop 0.3s ease-in-out;
    animation: loop 0.3s ease-in-out;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.el-button,
.el-pager,
.plTableBox .el-table th {
    -webkit-user-select: none;
}
@font-face {
    font-family: element-icons;
    src: url(fonts/element-icons.woff) format('woff'), url(fonts/element-icons.ttf) format('truetype');
    font-weight: 400;
    font-display: 'auto';
    font-style: normal;
}
[class*=' el-icon-'],
[class^='el-icon-'] {
    font-family: element-icons !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.el-icon-ice-cream-round:before {
    content: '\e6a0';
}
.el-icon-ice-cream-square:before {
    content: '\e6a3';
}
.el-icon-lollipop:before {
    content: '\e6a4';
}
.el-icon-potato-strips:before {
    content: '\e6a5';
}
.el-icon-milk-tea:before {
    content: '\e6a6';
}
.el-icon-ice-drink:before {
    content: '\e6a7';
}
.el-icon-ice-tea:before {
    content: '\e6a9';
}
.el-icon-coffee:before {
    content: '\e6aa';
}
.el-icon-orange:before {
    content: '\e6ab';
}
.el-icon-pear:before {
    content: '\e6ac';
}
.el-icon-apple:before {
    content: '\e6ad';
}
.el-icon-cherry:before {
    content: '\e6ae';
}
.el-icon-watermelon:before {
    content: '\e6af';
}
.el-icon-grape:before {
    content: '\e6b0';
}
.el-icon-refrigerator:before {
    content: '\e6b1';
}
.el-icon-goblet-square-full:before {
    content: '\e6b2';
}
.el-icon-goblet-square:before {
    content: '\e6b3';
}
.el-icon-goblet-full:before {
    content: '\e6b4';
}
.el-icon-goblet:before {
    content: '\e6b5';
}
.el-icon-cold-drink:before {
    content: '\e6b6';
}
.el-icon-coffee-cup:before {
    content: '\e6b8';
}
.el-icon-water-cup:before {
    content: '\e6b9';
}
.el-icon-hot-water:before {
    content: '\e6ba';
}
.el-icon-ice-cream:before {
    content: '\e6bb';
}
.el-icon-dessert:before {
    content: '\e6bc';
}
.el-icon-sugar:before {
    content: '\e6bd';
}
.el-icon-tableware:before {
    content: '\e6be';
}
.el-icon-burger:before {
    content: '\e6bf';
}
.el-icon-knife-fork:before {
    content: '\e6c1';
}
.el-icon-fork-spoon:before {
    content: '\e6c2';
}
.el-icon-chicken:before {
    content: '\e6c3';
}
.el-icon-food:before {
    content: '\e6c4';
}
.el-icon-dish-1:before {
    content: '\e6c5';
}
.el-icon-dish:before {
    content: '\e6c6';
}
.el-icon-moon-night:before {
    content: '\e6ee';
}
.el-icon-moon:before {
    content: '\e6f0';
}
.el-icon-cloudy-and-sunny:before {
    content: '\e6f1';
}
.el-icon-partly-cloudy:before {
    content: '\e6f2';
}
.el-icon-cloudy:before {
    content: '\e6f3';
}
.el-icon-sunny:before {
    content: '\e6f6';
}
.el-icon-sunset:before {
    content: '\e6f7';
}
.el-icon-sunrise-1:before {
    content: '\e6f8';
}
.el-icon-sunrise:before {
    content: '\e6f9';
}
.el-icon-heavy-rain:before {
    content: '\e6fa';
}
.el-icon-lightning:before {
    content: '\e6fb';
}
.el-icon-light-rain:before {
    content: '\e6fc';
}
.el-icon-wind-power:before {
    content: '\e6fd';
}
.el-icon-baseball:before {
    content: '\e712';
}
.el-icon-soccer:before {
    content: '\e713';
}
.el-icon-football:before {
    content: '\e715';
}
.el-icon-basketball:before {
    content: '\e716';
}
.el-icon-ship:before {
    content: '\e73f';
}
.el-icon-truck:before {
    content: '\e740';
}
.el-icon-bicycle:before {
    content: '\e741';
}
.el-icon-mobile-phone:before {
    content: '\e6d3';
}
.el-icon-service:before {
    content: '\e6d4';
}
.el-icon-key:before {
    content: '\e6e2';
}
.el-icon-unlock:before {
    content: '\e6e4';
}
.el-icon-lock:before {
    content: '\e6e5';
}
.el-icon-watch:before {
    content: '\e6fe';
}
.el-icon-watch-1:before {
    content: '\e6ff';
}
.el-icon-timer:before {
    content: '\e702';
}
.el-icon-alarm-clock:before {
    content: '\e703';
}
.el-icon-map-location:before {
    content: '\e704';
}
.el-icon-delete-location:before {
    content: '\e705';
}
.el-icon-add-location:before {
    content: '\e706';
}
.el-icon-location-information:before {
    content: '\e707';
}
.el-icon-location-outline:before {
    content: '\e708';
}
.el-icon-location:before {
    content: '\e79e';
}
.el-icon-place:before {
    content: '\e709';
}
.el-icon-discover:before {
    content: '\e70a';
}
.el-icon-first-aid-kit:before {
    content: '\e70b';
}
.el-icon-trophy-1:before {
    content: '\e70c';
}
.el-icon-trophy:before {
    content: '\e70d';
}
.el-icon-medal:before {
    content: '\e70e';
}
.el-icon-medal-1:before {
    content: '\e70f';
}
.el-icon-stopwatch:before {
    content: '\e710';
}
.el-icon-mic:before {
    content: '\e711';
}
.el-icon-copy-document:before {
    content: '\e718';
}
.el-icon-full-screen:before {
    content: '\e719';
}
.el-icon-switch-button:before {
    content: '\e71b';
}
.el-icon-aim:before {
    content: '\e71c';
}
.el-icon-crop:before {
    content: '\e71d';
}
.el-icon-odometer:before {
    content: '\e71e';
}
.el-icon-time:before {
    content: '\e71f';
}
.el-icon-bangzhu:before {
    content: '\e724';
}
.el-icon-close-notification:before {
    content: '\e726';
}
.el-icon-microphone:before {
    content: '\e727';
}
.el-icon-turn-off-microphone:before {
    content: '\e728';
}
.el-icon-position:before {
    content: '\e729';
}
.el-icon-postcard:before {
    content: '\e72a';
}
.el-icon-message:before {
    content: '\e72b';
}
.el-icon-chat-line-square:before {
    content: '\e72d';
}
.el-icon-chat-dot-square:before {
    content: '\e72e';
}
.el-icon-chat-dot-round:before {
    content: '\e72f';
}
.el-icon-chat-square:before {
    content: '\e730';
}
.el-icon-chat-line-round:before {
    content: '\e731';
}
.el-icon-chat-round:before {
    content: '\e732';
}
.el-icon-set-up:before {
    content: '\e733';
}
.el-icon-turn-off:before {
    content: '\e734';
}
.el-icon-open:before {
    content: '\e735';
}
.el-icon-connection:before {
    content: '\e736';
}
.el-icon-link:before {
    content: '\e737';
}
.el-icon-cpu:before {
    content: '\e738';
}
.el-icon-thumb:before {
    content: '\e739';
}
.el-icon-female:before {
    content: '\e73a';
}
.el-icon-male:before {
    content: '\e73b';
}
.el-icon-guide:before {
    content: '\e73c';
}
.el-icon-news:before {
    content: '\e73e';
}
.el-icon-price-tag:before {
    content: '\e744';
}
.el-icon-discount:before {
    content: '\e745';
}
.el-icon-wallet:before {
    content: '\e747';
}
.el-icon-coin:before {
    content: '\e748';
}
.el-icon-money:before {
    content: '\e749';
}
.el-icon-bank-card:before {
    content: '\e74a';
}
.el-icon-box:before {
    content: '\e74b';
}
.el-icon-present:before {
    content: '\e74c';
}
.el-icon-sell:before {
    content: '\e6d5';
}
.el-icon-sold-out:before {
    content: '\e6d6';
}
.el-icon-shopping-bag-2:before {
    content: '\e74d';
}
.el-icon-shopping-bag-1:before {
    content: '\e74e';
}
.el-icon-shopping-cart-2:before {
    content: '\e74f';
}
.el-icon-shopping-cart-1:before {
    content: '\e750';
}
.el-icon-shopping-cart-full:before {
    content: '\e751';
}
.el-icon-smoking:before {
    content: '\e752';
}
.el-icon-no-smoking:before {
    content: '\e753';
}
.el-icon-house:before {
    content: '\e754';
}
.el-icon-table-lamp:before {
    content: '\e755';
}
.el-icon-school:before {
    content: '\e756';
}
.el-icon-office-building:before {
    content: '\e757';
}
.el-icon-toilet-paper:before {
    content: '\e758';
}
.el-icon-notebook-2:before {
    content: '\e759';
}
.el-icon-notebook-1:before {
    content: '\e75a';
}
.el-icon-files:before {
    content: '\e75b';
}
.el-icon-collection:before {
    content: '\e75c';
}
.el-icon-receiving:before {
    content: '\e75d';
}
.el-icon-suitcase-1:before {
    content: '\e760';
}
.el-icon-suitcase:before {
    content: '\e761';
}
.el-icon-film:before {
    content: '\e763';
}
.el-icon-collection-tag:before {
    content: '\e765';
}
.el-icon-data-analysis:before {
    content: '\e766';
}
.el-icon-pie-chart:before {
    content: '\e767';
}
.el-icon-data-board:before {
    content: '\e768';
}
.el-icon-data-line:before {
    content: '\e76d';
}
.el-icon-reading:before {
    content: '\e769';
}
.el-icon-magic-stick:before {
    content: '\e76a';
}
.el-icon-coordinate:before {
    content: '\e76b';
}
.el-icon-mouse:before {
    content: '\e76c';
}
.el-icon-brush:before {
    content: '\e76e';
}
.el-icon-headset:before {
    content: '\e76f';
}
.el-icon-umbrella:before {
    content: '\e770';
}
.el-icon-scissors:before {
    content: '\e771';
}
.el-icon-mobile:before {
    content: '\e773';
}
.el-icon-attract:before {
    content: '\e774';
}
.el-icon-monitor:before {
    content: '\e775';
}
.el-icon-search:before {
    content: '\e778';
}
.el-icon-takeaway-box:before {
    content: '\e77a';
}
.el-icon-paperclip:before {
    content: '\e77d';
}
.el-icon-printer:before {
    content: '\e77e';
}
.el-icon-document-add:before {
    content: '\e782';
}
.el-icon-document:before {
    content: '\e785';
}
.el-icon-document-checked:before {
    content: '\e786';
}
.el-icon-document-copy:before {
    content: '\e787';
}
.el-icon-document-delete:before {
    content: '\e788';
}
.el-icon-document-remove:before {
    content: '\e789';
}
.el-icon-tickets:before {
    content: '\e78b';
}
.el-icon-folder-checked:before {
    content: '\e77f';
}
.el-icon-folder-delete:before {
    content: '\e780';
}
.el-icon-folder-remove:before {
    content: '\e781';
}
.el-icon-folder-add:before {
    content: '\e783';
}
.el-icon-folder-opened:before {
    content: '\e784';
}
.el-icon-folder:before {
    content: '\e78a';
}
.el-icon-edit-outline:before {
    content: '\e764';
}
.el-icon-edit:before {
    content: '\e78c';
}
.el-icon-date:before {
    content: '\e78e';
}
.el-icon-c-scale-to-original:before {
    content: '\e7c6';
}
.el-icon-view:before {
    content: '\e6ce';
}
.el-icon-loading:before {
    content: '\e6cf';
}
.el-icon-rank:before {
    content: '\e6d1';
}
.el-icon-sort-down:before {
    content: '\e7c4';
}
.el-icon-sort-up:before {
    content: '\e7c5';
}
.el-icon-sort:before {
    content: '\e6d2';
}
.el-icon-finished:before {
    content: '\e6cd';
}
.el-icon-refresh-left:before {
    content: '\e6c7';
}
.el-icon-refresh-right:before {
    content: '\e6c8';
}
.el-icon-refresh:before {
    content: '\e6d0';
}
.el-icon-video-play:before {
    content: '\e7c0';
}
.el-icon-video-pause:before {
    content: '\e7c1';
}
.el-icon-d-arrow-right:before {
    content: '\e6dc';
}
.el-icon-d-arrow-left:before {
    content: '\e6dd';
}
.el-icon-arrow-up:before {
    content: '\e6e1';
}
.el-icon-arrow-down:before {
    content: '\e6df';
}
.el-icon-arrow-right:before {
    content: '\e6e0';
}
.el-icon-arrow-left:before {
    content: '\e6de';
}
.el-icon-top-right:before {
    content: '\e6e7';
}
.el-icon-top-left:before {
    content: '\e6e8';
}
.el-icon-top:before {
    content: '\e6e6';
}
.el-icon-bottom:before {
    content: '\e6eb';
}
.el-icon-right:before {
    content: '\e6e9';
}
.el-icon-back:before {
    content: '\e6ea';
}
.el-icon-bottom-right:before {
    content: '\e6ec';
}
.el-icon-bottom-left:before {
    content: '\e6ed';
}
.el-icon-caret-top:before {
    content: '\e78f';
}
.el-icon-caret-bottom:before {
    content: '\e790';
}
.el-icon-caret-right:before {
    content: '\e791';
}
.el-icon-caret-left:before {
    content: '\e792';
}
.el-icon-d-caret:before {
    content: '\e79a';
}
.el-icon-share:before {
    content: '\e793';
}
.el-icon-menu:before {
    content: '\e798';
}
.el-icon-s-grid:before {
    content: '\e7a6';
}
.el-icon-s-check:before {
    content: '\e7a7';
}
.el-icon-s-data:before {
    content: '\e7a8';
}
.el-icon-s-opportunity:before {
    content: '\e7aa';
}
.el-icon-s-custom:before {
    content: '\e7ab';
}
.el-icon-s-claim:before {
    content: '\e7ad';
}
.el-icon-s-finance:before {
    content: '\e7ae';
}
.el-icon-s-comment:before {
    content: '\e7af';
}
.el-icon-s-flag:before {
    content: '\e7b0';
}
.el-icon-s-marketing:before {
    content: '\e7b1';
}
.el-icon-s-shop:before {
    content: '\e7b4';
}
.el-icon-s-open:before {
    content: '\e7b5';
}
.el-icon-s-management:before {
    content: '\e7b6';
}
.el-icon-s-ticket:before {
    content: '\e7b7';
}
.el-icon-s-release:before {
    content: '\e7b8';
}
.el-icon-s-home:before {
    content: '\e7b9';
}
.el-icon-s-promotion:before {
    content: '\e7ba';
}
.el-icon-s-operation:before {
    content: '\e7bb';
}
.el-icon-s-unfold:before {
    content: '\e7bc';
}
.el-icon-s-fold:before {
    content: '\e7a9';
}
.el-icon-s-platform:before {
    content: '\e7bd';
}
.el-icon-s-order:before {
    content: '\e7be';
}
.el-icon-s-cooperation:before {
    content: '\e7bf';
}
.el-icon-bell:before {
    content: '\e725';
}
.el-icon-message-solid:before {
    content: '\e799';
}
.el-icon-video-camera:before {
    content: '\e772';
}
.el-icon-video-camera-solid:before {
    content: '\e796';
}
.el-icon-camera:before {
    content: '\e779';
}
.el-icon-camera-solid:before {
    content: '\e79b';
}
.el-icon-download:before {
    content: '\e77c';
}
.el-icon-upload2:before {
    content: '\e77b';
}
.el-icon-upload:before {
    content: '\e7c3';
}
.el-icon-picture-outline-round:before {
    content: '\e75f';
}
.el-icon-picture-outline:before {
    content: '\e75e';
}
.el-icon-picture:before {
    content: '\e79f';
}
.el-icon-close:before {
    content: '\e6db';
}
.el-icon-check:before {
    content: '\e6da';
}
.el-icon-plus:before {
    content: '\e6d9';
}
.el-icon-minus:before {
    content: '\e6d8';
}
.el-icon-help:before {
    content: '\e73d';
}
.el-icon-s-help:before {
    content: '\e7b3';
}
.el-icon-circle-close:before {
    content: '\e78d';
}
.el-icon-circle-check:before {
    content: '\e720';
}
.el-icon-circle-plus-outline:before {
    content: '\e723';
}
.el-icon-remove-outline:before {
    content: '\e722';
}
.el-icon-zoom-out:before {
    content: '\e776';
}
.el-icon-zoom-in:before {
    content: '\e777';
}
.el-icon-error:before {
    content: '\e79d';
}
.el-icon-success:before {
    content: '\e79c';
}
.el-icon-circle-plus:before {
    content: '\e7a0';
}
.el-icon-remove:before {
    content: '\e7a2';
}
.el-icon-info:before {
    content: '\e7a1';
}
.el-icon-question:before {
    content: '\e7a4';
}
.el-icon-warning-outline:before {
    content: '\e6c9';
}
.el-icon-warning:before {
    content: '\e7a3';
}
.el-icon-goods:before {
    content: '\e7c2';
}
.el-icon-s-goods:before {
    content: '\e7b2';
}
.el-icon-star-off:before {
    content: '\e717';
}
.el-icon-star-on:before {
    content: '\e797';
}
.el-icon-more-outline:before {
    content: '\e6cc';
}
.el-icon-more:before {
    content: '\e794';
}
.el-icon-phone-outline:before {
    content: '\e6cb';
}
.el-icon-phone:before {
    content: '\e795';
}
.el-icon-user:before {
    content: '\e6e3';
}
.el-icon-user-solid:before {
    content: '\e7a5';
}
.el-icon-setting:before {
    content: '\e6ca';
}
.el-icon-s-tools:before {
    content: '\e7ac';
}
.el-icon-delete:before {
    content: '\e6d7';
}
.el-icon-delete-solid:before {
    content: '\e7c9';
}
.el-icon-eleme:before {
    content: '\e7c7';
}
.el-icon-platform-eleme:before {
    content: '\e7ca';
}
.el-icon-loading {
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
.el-icon--right {
    margin-left: 5px;
}
.el-icon--left {
    margin-right: 5px;
}
@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
@keyframes rotating {
    0% {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0);
    }
    100% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}
.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.el-button + .el-button,
.el-checkbox.is-bordered + .el-checkbox.is-bordered {
    margin-left: 10px;
}
.el-button:focus,
.el-button:hover {
    color: #409eff;
    border-color: #c6e2ff;
    background-color: #ecf5ff;
}
.el-button:active {
    color: #3a8ee6;
    border-color: #3a8ee6;
    outline: 0;
}
.el-button::-moz-focus-inner {
    border: 0;
}
.el-button [class*='el-icon-'] + span {
    margin-left: 5px;
}
.el-button.is-plain:focus,
.el-button.is-plain:hover {
    background: #fff;
    border-color: #409eff;
    color: #409eff;
}
.el-button.is-active,
.el-button.is-plain:active {
    color: #3a8ee6;
    border-color: #3a8ee6;
}
.el-button.is-plain:active {
    background: #fff;
    outline: 0;
}
.el-button.is-disabled,
.el-button.is-disabled:focus,
.el-button.is-disabled:hover {
    color: #c0c4cc;
    cursor: not-allowed;
    background-image: none;
    background-color: #fff;
    border-color: #ebeef5;
}
.el-button.is-disabled.el-button--text {
    background-color: transparent;
}
.el-button.is-disabled.is-plain,
.el-button.is-disabled.is-plain:focus,
.el-button.is-disabled.is-plain:hover {
    background-color: #fff;
    border-color: #ebeef5;
    color: #c0c4cc;
}
.el-button.is-loading {
    position: relative;
    pointer-events: none;
}
.el-button.is-loading:before {
    pointer-events: none;
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: inherit;
    background-color: rgba(255, 255, 255, 0.35);
}
.el-button.is-round {
    border-radius: 20px;
    padding: 12px 23px;
}
.el-button.is-circle {
    border-radius: 50%;
    padding: 12px;
}
.el-button--primary {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
}
.el-button--primary:focus,
.el-button--primary:hover {
    background: #66b1ff;
    border-color: #66b1ff;
    color: #fff;
}
.el-button--primary.is-active,
.el-button--primary:active {
    background: #3a8ee6;
    border-color: #3a8ee6;
    color: #fff;
}
.el-button--primary:active {
    outline: 0;
}
.el-button--primary.is-disabled,
.el-button--primary.is-disabled:active,
.el-button--primary.is-disabled:focus,
.el-button--primary.is-disabled:hover {
    color: #fff;
    background-color: #a0cfff;
    border-color: #a0cfff;
}
.el-button--primary.is-plain {
    color: #409eff;
    background: #ecf5ff;
    border-color: #b3d8ff;
}
.el-button--primary.is-plain:focus,
.el-button--primary.is-plain:hover {
    background: #409eff;
    border-color: #409eff;
    color: #fff;
}
.el-button--primary.is-plain:active {
    background: #3a8ee6;
    border-color: #3a8ee6;
    color: #fff;
    outline: 0;
}
.el-button--primary.is-plain.is-disabled,
.el-button--primary.is-plain.is-disabled:active,
.el-button--primary.is-plain.is-disabled:focus,
.el-button--primary.is-plain.is-disabled:hover {
    color: #8cc5ff;
    background-color: #ecf5ff;
    border-color: #d9ecff;
}
.el-button--success {
    color: #fff;
    background-color: #67c23a;
    border-color: #67c23a;
}
.el-button--success:focus,
.el-button--success:hover {
    background: #85ce61;
    border-color: #85ce61;
    color: #fff;
}
.el-button--success.is-active,
.el-button--success:active {
    background: #5daf34;
    border-color: #5daf34;
    color: #fff;
}
.el-button--success:active {
    outline: 0;
}
.el-button--success.is-disabled,
.el-button--success.is-disabled:active,
.el-button--success.is-disabled:focus,
.el-button--success.is-disabled:hover {
    color: #fff;
    background-color: #b3e19d;
    border-color: #b3e19d;
}
.el-button--success.is-plain {
    color: #67c23a;
    background: #f0f9eb;
    border-color: #c2e7b0;
}
.el-button--success.is-plain:focus,
.el-button--success.is-plain:hover {
    background: #67c23a;
    border-color: #67c23a;
    color: #fff;
}
.el-button--success.is-plain:active {
    background: #5daf34;
    border-color: #5daf34;
    color: #fff;
    outline: 0;
}
.el-button--success.is-plain.is-disabled,
.el-button--success.is-plain.is-disabled:active,
.el-button--success.is-plain.is-disabled:focus,
.el-button--success.is-plain.is-disabled:hover {
    color: #a4da89;
    background-color: #f0f9eb;
    border-color: #e1f3d8;
}
.el-button--warning {
    color: #fff;
    background-color: #e6a23c;
    border-color: #e6a23c;
}
.el-button--warning:focus,
.el-button--warning:hover {
    background: #ebb563;
    border-color: #ebb563;
    color: #fff;
}
.el-button--warning.is-active,
.el-button--warning:active {
    background: #cf9236;
    border-color: #cf9236;
    color: #fff;
}
.el-button--warning:active {
    outline: 0;
}
.el-button--warning.is-disabled,
.el-button--warning.is-disabled:active,
.el-button--warning.is-disabled:focus,
.el-button--warning.is-disabled:hover {
    color: #fff;
    background-color: #f3d19e;
    border-color: #f3d19e;
}
.el-button--warning.is-plain {
    color: #e6a23c;
    background: #fdf6ec;
    border-color: #f5dab1;
}
.el-button--warning.is-plain:focus,
.el-button--warning.is-plain:hover {
    background: #e6a23c;
    border-color: #e6a23c;
    color: #fff;
}
.el-button--warning.is-plain:active {
    background: #cf9236;
    border-color: #cf9236;
    color: #fff;
    outline: 0;
}
.el-button--warning.is-plain.is-disabled,
.el-button--warning.is-plain.is-disabled:active,
.el-button--warning.is-plain.is-disabled:focus,
.el-button--warning.is-plain.is-disabled:hover {
    color: #f0c78a;
    background-color: #fdf6ec;
    border-color: #faecd8;
}
.el-button--danger {
    color: #fff;
    background-color: #f56c6c;
    border-color: #f56c6c;
}
.el-button--danger:focus,
.el-button--danger:hover {
    background: #f78989;
    border-color: #f78989;
    color: #fff;
}
.el-button--danger.is-active,
.el-button--danger:active {
    background: #dd6161;
    border-color: #dd6161;
    color: #fff;
}
.el-button--danger:active {
    outline: 0;
}
.el-button--danger.is-disabled,
.el-button--danger.is-disabled:active,
.el-button--danger.is-disabled:focus,
.el-button--danger.is-disabled:hover {
    color: #fff;
    background-color: #fab6b6;
    border-color: #fab6b6;
}
.el-button--danger.is-plain {
    color: #f56c6c;
    background: #fef0f0;
    border-color: #fbc4c4;
}
.el-button--danger.is-plain:focus,
.el-button--danger.is-plain:hover {
    background: #f56c6c;
    border-color: #f56c6c;
    color: #fff;
}
.el-button--danger.is-plain:active {
    background: #dd6161;
    border-color: #dd6161;
    color: #fff;
    outline: 0;
}
.el-button--danger.is-plain.is-disabled,
.el-button--danger.is-plain.is-disabled:active,
.el-button--danger.is-plain.is-disabled:focus,
.el-button--danger.is-plain.is-disabled:hover {
    color: #f9a7a7;
    background-color: #fef0f0;
    border-color: #fde2e2;
}
.el-button--info {
    color: #fff;
    background-color: #909399;
    border-color: #909399;
}
.el-button--info:focus,
.el-button--info:hover {
    background: #a6a9ad;
    border-color: #a6a9ad;
    color: #fff;
}
.el-button--info.is-active,
.el-button--info:active {
    background: #82848a;
    border-color: #82848a;
    color: #fff;
}
.el-button--info:active {
    outline: 0;
}
.el-button--info.is-disabled,
.el-button--info.is-disabled:active,
.el-button--info.is-disabled:focus,
.el-button--info.is-disabled:hover {
    color: #fff;
    background-color: #c8c9cc;
    border-color: #c8c9cc;
}
.el-button--info.is-plain {
    color: #909399;
    background: #f4f4f5;
    border-color: #d3d4d6;
}
.el-button--info.is-plain:focus,
.el-button--info.is-plain:hover {
    background: #909399;
    border-color: #909399;
    color: #fff;
}
.el-button--info.is-plain:active {
    background: #82848a;
    border-color: #82848a;
    color: #fff;
    outline: 0;
}
.el-button--info.is-plain.is-disabled,
.el-button--info.is-plain.is-disabled:active,
.el-button--info.is-plain.is-disabled:focus,
.el-button--info.is-plain.is-disabled:hover {
    color: #bcbec2;
    background-color: #f4f4f5;
    border-color: #e9e9eb;
}
.el-button--medium {
    font-size: 14px;
    border-radius: 4px;
}
.el-button--mini,
.el-button--small {
    border-radius: 3px;
    font-size: 12px;
}
.el-button--medium.is-circle {
    padding: 10px;
}
.el-button--small,
.el-button--small.is-round {
    padding: 9px 15px;
}
.el-button--small.is-circle {
    padding: 9px;
}
.el-button--mini,
.el-button--mini.is-round {
    padding: 7px 15px;
}
.el-button--mini.is-circle {
    padding: 7px;
}
.el-button--text {
    border-color: transparent;
    color: #409eff;
    background: 0 0;
    padding-left: 0;
    padding-right: 0;
}
.el-button--text:focus,
.el-button--text:hover {
    color: #66b1ff;
    border-color: transparent;
    background-color: transparent;
}
.el-button--text:active {
    color: #3a8ee6;
    border-color: transparent;
    background-color: transparent;
}
.el-button--text.is-disabled,
.el-button--text.is-disabled:focus,
.el-button--text.is-disabled:hover {
    border-color: transparent;
}
.el-button-group .el-button--danger:last-child,
.el-button-group .el-button--danger:not(:first-child):not(:last-child),
.el-button-group .el-button--info:last-child,
.el-button-group .el-button--info:not(:first-child):not(:last-child),
.el-button-group .el-button--primary:last-child,
.el-button-group .el-button--primary:not(:first-child):not(:last-child),
.el-button-group .el-button--success:last-child,
.el-button-group .el-button--success:not(:first-child):not(:last-child),
.el-button-group .el-button--warning:last-child,
.el-button-group .el-button--warning:not(:first-child):not(:last-child),
.el-button-group > .el-dropdown > .el-button {
    border-left-color: rgba(255, 255, 255, 0.5);
}
.el-button-group .el-button--danger:first-child,
.el-button-group .el-button--danger:not(:first-child):not(:last-child),
.el-button-group .el-button--info:first-child,
.el-button-group .el-button--info:not(:first-child):not(:last-child),
.el-button-group .el-button--primary:first-child,
.el-button-group .el-button--primary:not(:first-child):not(:last-child),
.el-button-group .el-button--success:first-child,
.el-button-group .el-button--success:not(:first-child):not(:last-child),
.el-button-group .el-button--warning:first-child,
.el-button-group .el-button--warning:not(:first-child):not(:last-child) {
    border-right-color: rgba(255, 255, 255, 0.5);
}
.el-button-group {
    display: inline-block;
    vertical-align: middle;
}
.el-button-group::after,
.el-button-group::before,
.el-pagination::after,
.el-pagination::before {
    display: table;
    content: '';
}
.el-button-group::after {
    clear: both;
}
.el-button-group > .el-button {
    float: left;
    position: relative;
}
.el-button-group > .el-button + .el-button {
    margin-left: 0;
}
.el-button-group > .el-button.is-disabled {
    z-index: 1;
}
.el-button-group > .el-button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.el-button-group > .el-button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.el-button-group > .el-button:first-child:last-child {
    border-radius: 4px;
}
.el-button-group > .el-button:first-child:last-child.is-round {
    border-radius: 20px;
}
.el-button-group > .el-button:first-child:last-child.is-circle {
    border-radius: 50%;
}
.el-button-group > .el-button:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.el-button-group > .el-button:not(:last-child) {
    margin-right: -1px;
}
.el-button-group > .el-button.is-active,
.el-button-group > .el-button:active,
.el-button-group > .el-button:focus,
.el-button-group > .el-button:hover {
    z-index: 1;
}
.el-button-group > .el-dropdown > .el-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.el-pagination {
    white-space: nowrap;
    padding: 2px 5px;
    color: #303133;
    font-weight: 700;
}
.el-pagination::after {
    clear: both;
}
.el-pagination button,
.el-pagination span:not([class*='suffix']) {
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.el-pagination .el-input__inner {
    text-align: center;
    -moz-appearance: textfield;
    line-height: normal;
}
.el-pagination .el-input__suffix {
    right: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.el-pagination .el-select .el-input {
    width: 100px;
    margin: 0 5px;
}
.el-pagination .el-select .el-input .el-input__inner {
    padding-right: 25px;
    border-radius: 3px;
}
.el-pagination button {
    border: none;
    padding: 0 6px;
    background: 0 0;
}
.el-pagination button:focus {
    outline: 0;
}
.el-pagination button:hover {
    color: #409eff;
}
.el-pagination button:disabled {
    color: #c0c4cc;
    background-color: #fff;
    cursor: not-allowed;
}
.el-pagination .btn-next,
.el-pagination .btn-prev {
    background: center center no-repeat #fff;
    background-size: 16px;
    cursor: pointer;
    margin: 0;
    color: #303133;
}
.el-pagination .btn-next .el-icon,
.el-pagination .btn-prev .el-icon {
    display: block;
    font-size: 12px;
    font-weight: 700;
}
.el-input,
.el-pager,
.el-pager li,
.el-textarea {
    display: inline-block;
}
.el-pagination .btn-prev {
    padding-right: 12px;
}
.el-pagination .btn-next {
    padding-left: 12px;
}
.el-pagination .el-pager li.disabled {
    color: #c0c4cc;
    cursor: not-allowed;
}
.el-pager li,
.el-pager li.btn-quicknext:hover,
.el-pager li.btn-quickprev:hover {
    cursor: pointer;
}
.el-pagination--small .btn-next,
.el-pagination--small .btn-prev,
.el-pagination--small .el-pager li,
.el-pagination--small .el-pager li.btn-quicknext,
.el-pagination--small .el-pager li.btn-quickprev,
.el-pagination--small .el-pager li:last-child {
    border-color: transparent;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    min-width: 22px;
}
.el-pagination--small .arrow.disabled {
    visibility: hidden;
}
.el-pagination--small .more::before,
.el-pagination--small li.more::before {
    line-height: 24px;
}
.el-pagination--small button,
.el-pagination--small span:not([class*='suffix']) {
    height: 22px;
    line-height: 22px;
}
.el-pagination--small .el-pagination__editor,
.el-pagination--small .el-pagination__editor.el-input .el-input__inner {
    height: 22px;
}
.el-pagination__sizes {
    margin: 0 10px 0 0;
    font-weight: 400;
    color: #606266;
}
.el-pagination__sizes .el-input .el-input__inner {
    font-size: 13px;
    padding-left: 8px;
}
.el-pagination__sizes .el-input .el-input__inner:hover {
    border-color: #409eff;
}
.el-pagination__total {
    margin-right: 10px;
    font-weight: 400;
    color: #606266;
}
.el-pagination__jump {
    margin-left: 24px;
    font-weight: 400;
    color: #606266;
}
.el-pagination__jump .el-input__inner {
    padding: 0 3px;
}
.el-pagination__rightwrapper {
    float: right;
}
.el-pagination__editor {
    line-height: 18px;
    padding: 0 2px;
    height: 28px;
    text-align: center;
    margin: 0 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}
.el-input__inner,
.el-pager li,
.el-select-dropdown__item,
.el-textarea__inner {
    -webkit-box-sizing: border-box;
}
.el-pager,
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev {
    padding: 0;
}
.el-pagination__editor.el-input {
    width: 50px;
}
.el-pagination__editor.el-input .el-input__inner {
    height: 28px;
}
.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,
.el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
    margin: 0 5px;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 30px;
    border-radius: 2px;
}
.el-pagination.is-background .btn-next.disabled,
.el-pagination.is-background .btn-next:disabled,
.el-pagination.is-background .btn-prev.disabled,
.el-pagination.is-background .btn-prev:disabled,
.el-pagination.is-background .el-pager li.disabled {
    color: #c0c4cc;
}
.el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: #409eff;
}
.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #409eff;
    color: #fff;
}
.el-pagination.is-background.el-pagination--small .btn-next,
.el-pagination.is-background.el-pagination--small .btn-prev,
.el-pagination.is-background.el-pagination--small .el-pager li {
    margin: 0 3px;
    min-width: 22px;
}
.el-pager,
.el-pager li {
    vertical-align: top;
    margin: 0;
}
.el-pager {
    -webkit-user-select: none;
    user-select: none;
    list-style: none;
    font-size: 0;
}
.el-pager .more::before {
    line-height: 30px;
}
.el-pager li {
    padding: 0 4px;
    background: #fff;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    text-align: center;
}
.el-pager li.btn-quicknext,
.el-pager li.btn-quickprev {
    line-height: 28px;
    color: #303133;
}
.el-pager li.btn-quicknext.disabled,
.el-pager li.btn-quickprev.disabled {
    color: #c0c4cc;
}
.el-pager li.active + li {
    border-left: 0;
}
.el-pager li:hover {
    color: #409eff;
}
.el-pager li.active {
    color: #409eff;
    cursor: default;
}
.el-textarea {
    position: relative;
    width: 100%;
    vertical-align: bottom;
    font-size: 14px;
}
.el-textarea__inner {
    display: block;
    resize: vertical;
    padding: 5px 15px;
    line-height: 1.5;
    box-sizing: border-box;
    width: 100%;
    font-size: inherit;
    color: #606266;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-textarea__inner::-webkit-input-placeholder {
    color: #c0c4cc;
}
.el-textarea__inner::-moz-placeholder {
    color: #c0c4cc;
}
.el-textarea__inner:-ms-input-placeholder {
    color: #c0c4cc;
}
.el-textarea__inner::-ms-input-placeholder {
    color: #c0c4cc;
}
.el-textarea__inner::placeholder {
    color: #c0c4cc;
}
.el-textarea__inner:hover {
    border-color: #c0c4cc;
}
.el-textarea__inner:focus {
    outline: 0;
    border-color: #409eff;
}
.el-textarea .el-input__count {
    color: #909399;
    background: #fff;
    position: absolute;
    font-size: 12px;
    bottom: 5px;
    right: 10px;
}
.el-textarea.is-disabled .el-textarea__inner {
    background-color: #f5f7fa;
    border-color: #e4e7ed;
    color: #c0c4cc;
    cursor: not-allowed;
}
.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder {
    color: #c0c4cc;
}
.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder {
    color: #c0c4cc;
}
.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder {
    color: #c0c4cc;
}
.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder {
    color: #c0c4cc;
}
.el-textarea.is-disabled .el-textarea__inner::placeholder {
    color: #c0c4cc;
}
.el-textarea.is-exceed .el-textarea__inner {
    border-color: #f56c6c;
}
.el-textarea.is-exceed .el-input__count {
    color: #f56c6c;
}
.el-input {
    position: relative;
    font-size: 14px;
    width: 100%;
}
.el-input::-webkit-scrollbar {
    z-index: 11;
    width: 6px;
}
.el-input::-webkit-scrollbar:horizontal {
    height: 6px;
}
.el-input::-webkit-scrollbar-thumb {
    border-radius: 5px;
    width: 6px;
    background: #b4bccc;
}
.el-input::-webkit-scrollbar-corner {
    background: #fff;
}
.el-input::-webkit-scrollbar-track {
    background: #fff;
}
.el-input::-webkit-scrollbar-track-piece {
    background: #fff;
    width: 6px;
}
.el-input .el-input__clear {
    color: #c0c4cc;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-input .el-input__clear:hover {
    color: #909399;
}
.el-input .el-input__count {
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #909399;
    font-size: 12px;
}
.el-input-group__append .el-button,
.el-input-group__append .el-input,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-input,
.el-input__inner {
    font-size: inherit;
}
.el-input .el-input__count .el-input__count-inner {
    background: #fff;
    line-height: initial;
    display: inline-block;
    padding: 0 5px;
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
}
.el-input__inner:hover,
.el-select:hover .el-input__inner {
    border-color: #c0c4cc;
}
.el-input__prefix,
.el-input__suffix {
    position: absolute;
    top: 0;
    height: 100%;
    color: #c0c4cc;
    text-align: center;
}
.el-input__inner::-webkit-input-placeholder {
    color: #c0c4cc;
}
.el-input__inner::-moz-placeholder {
    color: #c0c4cc;
}
.el-input__inner:-ms-input-placeholder {
    color: #c0c4cc;
}
.el-input__inner::-ms-input-placeholder {
    color: #c0c4cc;
}
.el-input__inner::placeholder {
    color: #c0c4cc;
}
.el-input.is-active .el-input__inner,
.el-input__inner:focus {
    border-color: #409eff;
    outline: 0;
}
.el-input__suffix {
    right: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}
.el-input__suffix-inner {
    pointer-events: all;
}
.el-input__prefix {
    left: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.el-input__icon {
    height: 100%;
    width: 25px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 40px;
}
.el-input__icon:after {
    content: '';
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}
.el-input__validateIcon {
    pointer-events: none;
}
.el-input.is-disabled .el-input__inner {
    background-color: #f5f7fa;
    border-color: #e4e7ed;
    color: #c0c4cc;
    cursor: not-allowed;
}
.el-input.is-disabled .el-input__inner::-webkit-input-placeholder {
    color: #c0c4cc;
}
.el-input.is-disabled .el-input__inner::-moz-placeholder {
    color: #c0c4cc;
}
.el-input.is-disabled .el-input__inner:-ms-input-placeholder {
    color: #c0c4cc;
}
.el-input.is-disabled .el-input__inner::-ms-input-placeholder {
    color: #c0c4cc;
}
.el-input.is-disabled .el-input__inner::placeholder {
    color: #c0c4cc;
}
.el-input.is-disabled .el-input__icon {
    cursor: not-allowed;
}
.el-input.is-exceed .el-input__inner {
    border-color: #f56c6c;
}
.el-input.is-exceed .el-input__suffix .el-input__count {
    color: #f56c6c;
}
.el-input--suffix .el-input__inner {
    padding-right: 30px;
}
.el-input--prefix .el-input__inner {
    padding-left: 30px;
}
.el-input--medium {
    font-size: 14px;
}
.el-input--medium .el-input__inner {
    height: 36px;
    line-height: 36px;
}
.el-input--medium .el-input__icon {
    line-height: 36px;
}
.el-input--small {
    font-size: 13px;
}
.el-input--small .el-input__inner {
    height: 32px;
    line-height: 32px;
}
.el-input--small .el-input__icon {
    line-height: 32px;
}
.el-input--mini {
    font-size: 12px;
}
.el-input--mini .el-input__inner {
    height: 28px;
    line-height: 28px;
}
.el-input--mini .el-input__icon {
    line-height: 28px;
}
.el-input-group {
    line-height: normal;
    display: inline-table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.el-input-group > .el-input__inner {
    vertical-align: middle;
    display: table-cell;
}
.el-input-group__append,
.el-input-group__prepend {
    background-color: #f5f7fa;
    color: #909399;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    padding: 0 20px;
    width: 1px;
    white-space: nowrap;
}
.el-input-group--prepend .el-input__inner,
.el-input-group__append {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.el-input-group--append .el-input__inner,
.el-input-group__prepend {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.el-input-group__append:focus,
.el-input-group__prepend:focus {
    outline: 0;
}
.el-input-group__append .el-button,
.el-input-group__append .el-select,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-select {
    display: inline-block;
    margin: -10px -20px;
}
.el-input-group__append button.el-button,
.el-input-group__append div.el-select .el-input__inner,
.el-input-group__append div.el-select:hover .el-input__inner,
.el-input-group__prepend button.el-button,
.el-input-group__prepend div.el-select .el-input__inner,
.el-input-group__prepend div.el-select:hover .el-input__inner {
    border-color: transparent;
    background-color: transparent;
    color: inherit;
    border-top: 0;
    border-bottom: 0;
}
.el-input-group__prepend {
    border-right: 0;
}
.el-input-group__append {
    border-left: 0;
}
.el-input-group--append .el-select .el-input.is-focus .el-input__inner,
.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
    border-color: transparent;
}
.el-input__inner::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
.el-select-dropdown__item {
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    cursor: pointer;
}
.el-select-dropdown__item.is-disabled {
    color: #c0c4cc;
    cursor: not-allowed;
}
.el-select-dropdown__item.is-disabled:hover {
    background-color: #fff;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
    background-color: #f5f7fa;
}
.el-select-dropdown__item.selected {
    color: #409eff;
    font-weight: 700;
}
.el-select-group {
    margin: 0;
    padding: 0;
}
.el-select-group__wrap {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.el-select-group__wrap:not(:last-of-type) {
    padding-bottom: 24px;
}
.el-select-group__wrap:not(:last-of-type)::after {
    content: '';
    position: absolute;
    display: block;
    left: 20px;
    right: 20px;
    bottom: 12px;
    height: 1px;
    background: #e4e7ed;
}
.el-select-group__title {
    padding-left: 20px;
    font-size: 12px;
    color: #909399;
    line-height: 30px;
}
.el-select-group .el-select-dropdown__item {
    padding-left: 20px;
}
.el-scrollbar {
    overflow: hidden;
    position: relative;
}
.el-scrollbar:active > .el-scrollbar__bar,
.el-scrollbar:focus > .el-scrollbar__bar,
.el-scrollbar:hover > .el-scrollbar__bar {
    opacity: 1;
    -webkit-transition: opacity 340ms ease-out;
    transition: opacity 340ms ease-out;
}
.el-scrollbar__wrap {
    overflow: scroll;
    height: 100%;
}
.el-scrollbar__wrap--hidden-default {
    scrollbar-width: none;
}
.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.el-scrollbar__thumb {
    position: relative;
    display: block;
    width: 0;
    height: 0;
    cursor: pointer;
    border-radius: inherit;
    background-color: rgba(144, 147, 153, 0.3);
    -webkit-transition: 0.3s background-color;
    transition: 0.3s background-color;
}
.el-scrollbar__thumb:hover {
    background-color: rgba(144, 147, 153, 0.5);
}
.el-scrollbar__bar {
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 1;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: opacity 120ms ease-out;
    transition: opacity 120ms ease-out;
}
.el-scrollbar__bar.is-vertical {
    width: 6px;
    top: 2px;
}
.el-scrollbar__bar.is-vertical > div {
    width: 100%;
}
.el-scrollbar__bar.is-horizontal {
    height: 6px;
    left: 2px;
}
.el-scrollbar__bar.is-horizontal > div {
    height: 100%;
}
.el-select {
    display: inline-block;
    position: relative;
}
.el-select .el-select__tags > span {
    display: contents;
}
.el-select .el-input__inner {
    cursor: pointer;
    padding-right: 35px;
}
.el-select .el-input__inner:focus {
    border-color: #409eff;
}
.el-select .el-input .el-select__caret {
    color: #c0c4cc;
    font-size: 14px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    cursor: pointer;
}
.el-select .el-input .el-select__caret.is-reverse {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
}
.el-select .el-input .el-select__caret.is-show-close {
    font-size: 14px;
    text-align: center;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    border-radius: 100%;
    color: #c0c4cc;
    -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-select .el-input .el-select__caret.is-show-close:hover {
    color: #909399;
}
.el-select .el-input.is-disabled .el-input__inner {
    cursor: not-allowed;
}
.el-select .el-input.is-disabled .el-input__inner:hover {
    border-color: #e4e7ed;
}
.el-select .el-input.is-focus .el-input__inner {
    border-color: #409eff;
}
.el-select > .el-input {
    display: block;
}
.el-select__input {
    border: none;
    outline: 0;
    padding: 0;
    margin-left: 15px;
    color: #666;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 28px;
    background-color: transparent;
}
.el-select__input.is-mini {
    height: 14px;
}
.el-select__close {
    cursor: pointer;
    position: absolute;
    top: 8px;
    z-index: 1000;
    right: 25px;
    color: #c0c4cc;
    line-height: 18px;
    font-size: 14px;
}
.el-select__close:hover {
    color: #909399;
}
.el-select__tags {
    position: absolute;
    line-height: normal;
    white-space: normal;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.el-select .el-tag__close {
    margin-top: -2px;
}
.el-select .el-tag {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-color: transparent;
    margin: 2px 0 2px 6px;
    background-color: #f0f2f5;
}
.el-popper[x-placement^='top'],
.el-tooltip__popper[x-placement^='top'] {
    margin-bottom: 12px;
}
.el-popper[x-placement^='bottom'],
.el-tooltip__popper[x-placement^='bottom'] {
    margin-top: 12px;
}
.el-select .el-tag__close.el-icon-close {
    background-color: #c0c4cc;
    right: -7px;
    top: 0;
    color: #fff;
}
.el-select .el-tag__close.el-icon-close:hover {
    background-color: #909399;
}
.el-select .el-tag__close.el-icon-close::before {
    display: block;
    -webkit-transform: translate(0, 0.5px);
    transform: translate(0, 0.5px);
}
.el-popper .popper__arrow,
.el-popper .popper__arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.el-popper .popper__arrow {
    border-width: 6px;
    -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
}
.el-popper .popper__arrow::after {
    content: ' ';
    border-width: 6px;
}
.el-popper[x-placement^='top'] .popper__arrow {
    bottom: -6px;
    left: 50%;
    margin-right: 3px;
    border-top-color: #ebeef5;
    border-bottom-width: 0;
}
.el-popper[x-placement^='top'] .popper__arrow::after {
    bottom: 1px;
    margin-left: -6px;
    border-top-color: #fff;
    border-bottom-width: 0;
}
.el-popper[x-placement^='bottom'] .popper__arrow {
    top: -6px;
    left: 50%;
    margin-right: 3px;
    border-top-width: 0;
    border-bottom-color: #ebeef5;
}
.el-popper[x-placement^='left'],
.el-tooltip__popper[x-placement^='left'] {
    margin-right: 12px;
}
.el-popper[x-placement^='bottom'] .popper__arrow::after {
    top: 1px;
    margin-left: -6px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.el-popper[x-placement^='right'] {
    margin-left: 12px;
}
.el-popper[x-placement^='right'] .popper__arrow {
    top: 50%;
    left: -6px;
    margin-bottom: 3px;
    border-right-color: #ebeef5;
    border-left-width: 0;
}
.el-popper[x-placement^='right'] .popper__arrow::after {
    bottom: -6px;
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0;
}
.el-popper[x-placement^='left'] .popper__arrow {
    top: 50%;
    right: -6px;
    margin-bottom: 3px;
    border-right-width: 0;
    border-left-color: #ebeef5;
}
.el-popper[x-placement^='left'] .popper__arrow::after {
    right: 1px;
    bottom: -6px;
    margin-left: -6px;
    border-right-width: 0;
    border-left-color: #fff;
}
.el-select-dropdown {
    position: absolute;
    z-index: 1001;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px 0;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
    color: #409eff;
    background-color: #fff;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
    background-color: #f5f7fa;
}
.plTableBox .el-table,
.plTableBox .el-table__expanded-cell {
    background-color: #fff;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after {
    position: absolute;
    right: 20px;
    font-family: element-icons;
    content: '\e6da';
    font-size: 12px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
    padding: 0;
}
.el-select-dropdown__empty {
    padding: 10px 0;
    margin: 0;
    text-align: center;
    color: #999;
    font-size: 14px;
}
.el-select-dropdown__wrap {
    max-height: 274px;
}
.el-select-dropdown__list {
    list-style: none;
    padding: 6px 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.plTableBox .el-table {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    color: #606266;
}
.plTableBox .el-table__empty-block {
    min-height: 60px;
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.plTableBox .el-table__empty-text {
    line-height: 60px;
    width: 50%;
    color: #909399;
}
.plTableBox .el-table__expand-column .cell {
    padding: 0;
    text-align: center;
}
.plTableBox .el-table__expand-icon {
    position: relative;
    cursor: pointer;
    color: #666;
    font-size: 12px;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    height: 20px;
}
.plTableBox .el-table__expand-icon--expanded {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.plTableBox .el-table__expand-icon > .el-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px;
}
.plTableBox .el-table__expanded-cell[class*='cell'] {
    padding: 20px 50px;
}
.plTableBox .el-table__expanded-cell:hover {
    background-color: transparent !important;
}
.plTableBox .el-table__placeholder {
    display: inline-block;
    width: 20px;
}
.plTableBox .el-table__append-wrapper {
    overflow: hidden;
}
.plTableBox .el-table--fit {
    border-right: 0;
    border-bottom: 0;
}
.plTableBox .el-table--fit td.gutter,
.plTableBox .el-table--fit th.gutter {
    border-right-width: 1px;
}
.plTableBox .el-table--scrollable-x .el-table__body-wrapper {
    overflow-x: auto;
}
.plTableBox .el-table--scrollable-y .el-table__body-wrapper {
    overflow-y: auto;
}
.plTableBox .el-table thead {
    color: #909399;
    font-weight: 500;
}
.plTableBox .el-table thead.is-group th {
    background: #f5f7fa;
}
.plTableBox .el-table td,
.plTableBox .el-table th {
    padding: 12px 0;
    min-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left;
}
.plTableBox .el-table td.is-center,
.plTableBox .el-table th.is-center {
    text-align: center;
}
.plTableBox .el-table td.is-right,
.plTableBox .el-table th.is-right {
    text-align: right;
}
.plTableBox .el-table td.gutter,
.plTableBox .el-table th.gutter {
    width: 15px;
    border-right-width: 0;
    border-bottom-width: 0;
    padding: 0;
}
.plTableBox .el-table td.is-hidden > *,
.plTableBox .el-table th.is-hidden > * {
    visibility: hidden;
}
.plTableBox .el-table--medium td,
.plTableBox .el-table--medium th {
    padding: 10px 0;
}
.plTableBox .el-table--small {
    font-size: 12px;
}
.plTableBox .el-table--small td,
.plTableBox .el-table--small th {
    padding: 8px 0;
}
.plTableBox .el-table--mini {
    font-size: 12px;
}
.plTableBox .el-table--mini td,
.plTableBox .el-table--mini th {
    padding: 6px 0;
}
.plTableBox .el-table tr {
    background-color: #fff;
}
.plTableBox .el-table tr input[type='checkbox'] {
    margin: 0;
}
.plTableBox .el-table td,
.plTableBox .el-table th.is-leaf {
    border-bottom: 1px solid #ebeef5;
}
.plTableBox .el-table th.is-sortable {
    cursor: pointer;
}
.plTableBox .el-table th {
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
    background-color: #fff;
}
.plTableBox .el-table th > .cell {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}
.plTableBox .el-table th > .cell.highlight {
    color: #409eff;
}
.plTableBox .el-table th.required > div::before {
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff4d51;
    margin-right: 5px;
    vertical-align: middle;
}
.plTableBox .el-table td div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.plTableBox .el-table td.gutter {
    width: 0;
}
.plTableBox .el-table .cell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-all;
    line-height: 23px;
    padding-left: 10px;
    padding-right: 10px;
}
.plTableBox .el-table .cell.el-tooltip {
    white-space: nowrap;
    min-width: 50px;
}
.plTableBox .el-table--border,
.plTableBox .el-table--group {
    border: 1px solid #ebeef5;
}
.plTableBox .el-table--border::after,
.plTableBox .el-table--group::after,
.plTableBox .el-table::before {
    content: '';
    position: absolute;
    background-color: #ebeef5;
    z-index: 1;
}
.plTableBox .el-table--border::after,
.plTableBox .el-table--group::after {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
}
.plTableBox .el-table::before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
}
.plTableBox .el-table--border {
    border-right: none;
    border-bottom: none;
}
.plTableBox .el-table--border.el-loading-parent--relative {
    border-color: transparent;
}
.plTableBox .el-table--border td,
.plTableBox .el-table--border th,
.plTableBox .el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
    border-right: 1px solid #ebeef5;
}
.plTableBox .el-table--border td:first-child .cell,
.plTableBox .el-table--border th:first-child .cell {
    padding-left: 10px;
}
.plTableBox .el-table--border th.gutter:last-of-type {
    border-bottom: 1px solid #ebeef5;
    border-bottom-width: 1px;
}
.plTableBox .el-table--border th {
    border-bottom: 1px solid #ebeef5;
}
.plTableBox .el-table--hidden {
    visibility: hidden;
}
.plTableBox .el-table__fixed,
.plTableBox .el-table__fixed-right {
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.plTableBox .el-table__fixed-right::before,
.plTableBox .el-table__fixed::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #ebeef5;
    z-index: 4;
}
.plTableBox .el-table__fixed-right-patch {
    position: absolute;
    top: -1px;
    right: 0;
    background-color: #fff;
    border-bottom: 1px solid #ebeef5;
}
.plTableBox .el-table__fixed-right {
    top: 0;
    left: auto;
    right: 0;
}
.plTableBox .el-table__fixed-right .el-table__fixed-body-wrapper,
.plTableBox .el-table__fixed-right .el-table__fixed-footer-wrapper,
.plTableBox .el-table__fixed-right .el-table__fixed-header-wrapper {
    left: auto;
    right: 0;
}
.plTableBox .el-table__fixed-header-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.plTableBox .el-table__fixed-footer-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}
.plTableBox .el-table__fixed-footer-wrapper tbody td {
    border-top: 1px solid #ebeef5;
    background-color: #f5f7fa;
    color: #606266;
}
.plTableBox .el-table__fixed-body-wrapper {
    position: absolute;
    left: 0;
    top: 37px;
    overflow: hidden;
    z-index: 3;
}
.plTableBox .el-table__body-wrapper,
.plTableBox .el-table__footer-wrapper,
.plTableBox .el-table__header-wrapper {
    width: 100%;
}
.plTableBox .el-table__footer-wrapper td {
    border-top: 1px solid #ebeef5;
}
.plTableBox .el-table__body,
.plTableBox .el-table__footer,
.plTableBox .el-table__header {
    table-layout: fixed;
    border-collapse: separate;
}
.plTableBox .el-table__footer-wrapper,
.plTableBox .el-table__header-wrapper {
    overflow: hidden;
}
.plTableBox .el-table__footer-wrapper tbody td,
.plTableBox .el-table__header-wrapper tbody td {
    background-color: #f5f7fa;
    color: #606266;
}
.plTableBox .el-table__body-wrapper {
    overflow: hidden;
    position: relative;
}
.plTableBox .el-table__body-wrapper.is-scrolling-left ~ .el-table__fixed,
.plTableBox .el-table__body-wrapper.is-scrolling-none ~ .el-table__fixed,
.plTableBox .el-table__body-wrapper.is-scrolling-none ~ .el-table__fixed-right,
.plTableBox .el-table__body-wrapper.is-scrolling-right ~ .el-table__fixed-right {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.plTableBox .el-table__body-wrapper .el-table--border.is-scrolling-right ~ .el-table__fixed-right {
    border-left: 1px solid #ebeef5;
}
.plTableBox .el-table .caret-wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 34px;
    width: 24px;
    vertical-align: middle;
    cursor: pointer;
    overflow: initial;
    position: relative;
}
.plTableBox .el-table .sort-caret {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    position: absolute;
    left: 7px;
}
.plTableBox .el-table .sort-caret.ascending {
    border-bottom-color: #c0c4cc;
    top: 5px;
}
.plTableBox .el-table .sort-caret.descending {
    border-top-color: #c0c4cc;
    bottom: 7px;
}
.plTableBox .el-table .ascending .sort-caret.ascending {
    border-bottom-color: #409eff;
}
.plTableBox .el-table .descending .sort-caret.descending {
    border-top-color: #409eff;
}
.plTableBox .el-table .hidden-columns {
    visibility: hidden;
    position: absolute;
    z-index: -1;
}
.plTableBox .el-table--striped .el-table__body tr.el-table__row--striped td {
    background: #fafafa;
}
.plTableBox .el-table--striped .el-table__body tr.el-table__row--striped.current-row td {
    background-color: #ecf5ff;
}
.plTableBox .el-table__body tr.hover-row.current-row > td,
.plTableBox .el-table__body tr.hover-row.el-table__row--striped.current-row > td,
.plTableBox .el-table__body tr.hover-row.el-table__row--striped > td,
.plTableBox .el-table__body tr.hover-row > td {
    background-color: #f5f7fa;
}
.plTableBox .el-table__body tr.current-row > td {
    background-color: #ecf5ff;
}
.plTableBox .el-table__column-resize-proxy {
    position: absolute;
    left: 200px;
    top: 0;
    bottom: 0;
    width: 0;
    border-left: 1px solid #ebeef5;
    z-index: 10;
}
.el-checkbox,
.el-checkbox__input {
    display: inline-block;
    position: relative;
    white-space: nowrap;
}
.plTableBox .el-table__column-filter-trigger {
    display: inline-block;
    line-height: 34px;
    cursor: pointer;
}
.plTableBox .el-table__column-filter-trigger i {
    color: #909399;
    font-size: 12px;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}
.plTableBox .el-table--enable-row-transition .el-table__body td {
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
}
.plTableBox .el-table--enable-row-hover .el-table__body tr:hover > td {
    background-color: #f5f7fa;
}
.plTableBox .el-table--fluid-height .el-table__fixed,
.plTableBox .el-table--fluid-height .el-table__fixed-right {
    bottom: 0;
    overflow: hidden;
}
.plTableBox .el-table [class*='el-table__row--level'] .el-table__expand-icon {
    display: inline-block;
    width: 20px;
    line-height: 20px;
    height: 20px;
    text-align: center;
    margin-right: 3px;
}
.el-checkbox {
    color: #606266;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    margin-right: 30px;
}
.el-checkbox.is-bordered {
    padding: 9px 20px 9px 10px;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: normal;
    height: 40px;
}
.el-checkbox.is-bordered.is-checked {
    border-color: #409eff;
}
.el-checkbox.is-bordered.is-disabled {
    border-color: #ebeef5;
    cursor: not-allowed;
}
.el-checkbox.is-bordered.el-checkbox--medium {
    padding: 7px 20px 7px 10px;
    border-radius: 4px;
    height: 36px;
}
.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner,
.el-checkbox__inner {
    width: 14px;
    height: 14px;
}
.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label {
    line-height: 17px;
    font-size: 14px;
}
.el-checkbox.is-bordered.el-checkbox--small {
    padding: 5px 15px 5px 10px;
    border-radius: 3px;
    height: 32px;
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label {
    line-height: 15px;
    font-size: 12px;
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner {
    height: 12px;
    width: 12px;
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after {
    height: 6px;
    width: 2px;
}
.el-checkbox.is-bordered.el-checkbox--mini {
    padding: 3px 15px 3px 10px;
    border-radius: 3px;
    height: 28px;
}
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label {
    line-height: 12px;
    font-size: 12px;
}
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner {
    height: 12px;
    width: 12px;
}
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after {
    height: 6px;
    width: 2px;
}
.el-checkbox__input {
    cursor: pointer;
    outline: 0;
    line-height: 1;
    vertical-align: middle;
}
.el-checkbox__input.is-disabled .el-checkbox__inner {
    background-color: #edf2fc;
    border-color: #dcdfe6;
    cursor: not-allowed;
}
.el-checkbox__input.is-disabled .el-checkbox__inner::after {
    cursor: not-allowed;
    border-color: #c0c4cc;
}
.el-checkbox__input.is-disabled .el-checkbox__inner + .el-checkbox__label {
    cursor: not-allowed;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
    background-color: #f2f6fc;
    border-color: #dcdfe6;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
    border-color: #c0c4cc;
}
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner {
    background-color: #f2f6fc;
    border-color: #dcdfe6;
}
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before {
    background-color: #c0c4cc;
    border-color: #c0c4cc;
}
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #409eff;
    border-color: #409eff;
}
.el-checkbox__input.is-disabled + span.el-checkbox__label {
    color: #c0c4cc;
    cursor: not-allowed;
}
.el-checkbox__input.is-checked .el-checkbox__inner::after {
    -webkit-transform: rotate(45deg) scaleY(1);
    transform: rotate(45deg) scaleY(1);
}
.el-checkbox__input.is-checked + .el-checkbox__label {
    color: #409eff;
}
.el-checkbox__input.is-focus .el-checkbox__inner {
    border-color: #409eff;
}
.el-checkbox__input.is-indeterminate .el-checkbox__inner::before {
    content: '';
    position: absolute;
    display: block;
    background-color: #fff;
    height: 2px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    left: 0;
    right: 0;
    top: 5px;
}
.el-checkbox__input.is-indeterminate .el-checkbox__inner::after {
    display: none;
}
.el-checkbox__inner {
    display: inline-block;
    position: relative;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 1;
    -webkit-transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46),
        background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
    transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
}
.el-checkbox__inner:hover {
    border-color: #409eff;
}
.el-checkbox__inner::after {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    content: '';
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    height: 7px;
    left: 4px;
    position: absolute;
    top: 1px;
    -webkit-transform: rotate(45deg) scaleY(0);
    transform: rotate(45deg) scaleY(0);
    width: 3px;
    -webkit-transition: -webkit-transform 0.15s ease-in 0.05s;
    transition: -webkit-transform 0.15s ease-in 0.05s;
    transition: transform 0.15s ease-in 0.05s;
    transition: transform 0.15s ease-in 0.05s, -webkit-transform 0.15s ease-in 0.05s;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.el-checkbox__original {
    opacity: 0;
    outline: 0;
    position: absolute;
    margin: 0;
    width: 0;
    height: 0;
    z-index: -1;
}
.el-checkbox__label {
    display: inline-block;
    padding-left: 10px;
    line-height: 19px;
    font-size: 14px;
}
.el-checkbox:last-of-type {
    margin-right: 0;
}
.el-checkbox-button {
    position: relative;
    display: inline-block;
}
.el-checkbox-button__inner {
    display: inline-block;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    border-left: 0;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 0;
}
.el-checkbox-button__inner.is-round {
    padding: 12px 20px;
}
.el-checkbox-button__inner:hover {
    color: #409eff;
}
.el-checkbox-button__inner [class*='el-icon-'] {
    line-height: 0.9;
}
.el-checkbox-button__inner [class*='el-icon-'] + span {
    margin-left: 5px;
}
.el-checkbox-button__original {
    opacity: 0;
    outline: 0;
    position: absolute;
    margin: 0;
    z-index: -1;
}
.el-checkbox-button.is-checked .el-checkbox-button__inner {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
    -webkit-box-shadow: -1px 0 0 0 #8cc5ff;
    box-shadow: -1px 0 0 0 #8cc5ff;
}
.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner {
    border-left-color: #409eff;
}
.el-checkbox-button.is-disabled .el-checkbox-button__inner {
    color: #c0c4cc;
    cursor: not-allowed;
    background-image: none;
    background-color: #fff;
    border-color: #ebeef5;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner {
    border-left-color: #ebeef5;
}
.el-checkbox-button:first-child .el-checkbox-button__inner {
    border-left: 1px solid #dcdfe6;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.el-checkbox-button.is-focus .el-checkbox-button__inner {
    border-color: #409eff;
}
.el-checkbox-button:last-child .el-checkbox-button__inner {
    border-radius: 0 4px 4px 0;
}
.el-checkbox-button--medium .el-checkbox-button__inner {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 0;
}
.el-checkbox-button--medium .el-checkbox-button__inner.is-round {
    padding: 10px 20px;
}
.el-checkbox-button--small .el-checkbox-button__inner {
    padding: 9px 15px;
    font-size: 12px;
    border-radius: 0;
}
.el-checkbox-button--small .el-checkbox-button__inner.is-round {
    padding: 9px 15px;
}
.el-checkbox-button--mini .el-checkbox-button__inner {
    padding: 7px 15px;
    font-size: 12px;
    border-radius: 0;
}
.el-checkbox-button--mini .el-checkbox-button__inner.is-round {
    padding: 7px 15px;
}
.el-checkbox-group {
    font-size: 0;
}
.plTableBox .el-table-column--selection .cell {
    padding-left: 14px;
    padding-right: 14px;
}
.plTableBox .el-table-filter {
    border: 1px solid #ebeef5;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2px 0;
}
.plTableBox .el-table-filter__list {
    padding: 5px 0;
    margin: 0;
    list-style: none;
    min-width: 100px;
}
.plTableBox .el-table-filter__list-item {
    line-height: 36px;
    padding: 0 10px;
    cursor: pointer;
    font-size: 14px;
}
.plTableBox .el-table-filter__list-item:hover {
    background-color: #ecf5ff;
    color: #66b1ff;
}
.plTableBox .el-table-filter__list-item.is-active {
    background-color: #409eff;
    color: #fff;
}
.plTableBox .el-table-filter__content {
    min-width: 100px;
}
.plTableBox .el-table-filter__bottom {
    border-top: 1px solid #ebeef5;
    padding: 8px;
}
.plTableBox .el-table-filter__bottom button {
    background: 0 0;
    border: none;
    color: #606266;
    cursor: pointer;
    font-size: 13px;
    padding: 0 3px;
}
.el-tag,
.el-tooltip__popper {
    border-radius: 4px;
    font-size: 12px;
}
.plTableBox .el-table-filter__bottom button:hover {
    color: #409eff;
}
.plTableBox .el-table-filter__bottom button:focus {
    outline: 0;
}
.plTableBox .el-table-filter__bottom button.is-disabled {
    color: #c0c4cc;
    cursor: not-allowed;
}
.plTableBox .el-table-filter__wrap {
    max-height: 280px;
}
.plTableBox .el-table-filter__checkbox-group {
    padding: 10px;
}
.plTableBox .el-table-filter__checkbox-group label.el-checkbox {
    display: block;
    margin-right: 5px;
    margin-bottom: 8px;
    margin-left: 5px;
}
.plTableBox .el-table-filter__checkbox-group .el-checkbox:last-child {
    margin-bottom: 0;
}
.el-tag {
    background-color: #ecf5ff;
    border-color: #d9ecff;
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    line-height: 30px;
    color: #409eff;
    border-width: 1px;
    border-style: solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
}
.el-tag.is-hit {
    border-color: #409eff;
}
.el-tag .el-tag__close {
    color: #409eff;
}
.el-tag .el-tag__close:hover {
    color: #fff;
    background-color: #409eff;
}
.el-tag.el-tag--info {
    background-color: #f4f4f5;
    border-color: #e9e9eb;
    color: #909399;
}
.el-tag.el-tag--info.is-hit {
    border-color: #909399;
}
.el-tag.el-tag--info .el-tag__close {
    color: #909399;
}
.el-tag.el-tag--info .el-tag__close:hover {
    color: #fff;
    background-color: #909399;
}
.el-tag.el-tag--success {
    background-color: #f0f9eb;
    border-color: #e1f3d8;
    color: #67c23a;
}
.el-tag.el-tag--success.is-hit {
    border-color: #67c23a;
}
.el-tag.el-tag--success .el-tag__close {
    color: #67c23a;
}
.el-tag.el-tag--success .el-tag__close:hover {
    color: #fff;
    background-color: #67c23a;
}
.el-tag.el-tag--warning {
    background-color: #fdf6ec;
    border-color: #faecd8;
    color: #e6a23c;
}
.el-tag.el-tag--warning.is-hit {
    border-color: #e6a23c;
}
.el-tag.el-tag--warning .el-tag__close {
    color: #e6a23c;
}
.el-tag.el-tag--warning .el-tag__close:hover {
    color: #fff;
    background-color: #e6a23c;
}
.el-tag.el-tag--danger {
    background-color: #fef0f0;
    border-color: #fde2e2;
    color: #f56c6c;
}
.el-tag.el-tag--danger.is-hit {
    border-color: #f56c6c;
}
.el-tag.el-tag--danger .el-tag__close {
    color: #f56c6c;
}
.el-tag.el-tag--danger .el-tag__close:hover {
    color: #fff;
    background-color: #f56c6c;
}
.el-tag .el-icon-close {
    border-radius: 50%;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    vertical-align: middle;
    top: -1px;
    right: -5px;
}
.el-tag .el-icon-close::before {
    display: block;
}
.el-tag--dark {
    background-color: #409eff;
    border-color: #409eff;
    color: #fff;
}
.el-tag--dark.is-hit {
    border-color: #409eff;
}
.el-tag--dark .el-tag__close {
    color: #fff;
}
.el-tag--dark .el-tag__close:hover {
    color: #fff;
    background-color: #66b1ff;
}
.el-tag--dark.el-tag--info {
    background-color: #909399;
    border-color: #909399;
    color: #fff;
}
.el-tag--dark.el-tag--info.is-hit {
    border-color: #909399;
}
.el-tag--dark.el-tag--info .el-tag__close {
    color: #fff;
}
.el-tag--dark.el-tag--info .el-tag__close:hover {
    color: #fff;
    background-color: #a6a9ad;
}
.el-tag--dark.el-tag--success {
    background-color: #67c23a;
    border-color: #67c23a;
    color: #fff;
}
.el-tag--dark.el-tag--success.is-hit {
    border-color: #67c23a;
}
.el-tag--dark.el-tag--success .el-tag__close {
    color: #fff;
}
.el-tag--dark.el-tag--success .el-tag__close:hover {
    color: #fff;
    background-color: #85ce61;
}
.el-tag--dark.el-tag--warning {
    background-color: #e6a23c;
    border-color: #e6a23c;
    color: #fff;
}
.el-tag--dark.el-tag--warning.is-hit {
    border-color: #e6a23c;
}
.el-tag--dark.el-tag--warning .el-tag__close {
    color: #fff;
}
.el-tag--dark.el-tag--warning .el-tag__close:hover {
    color: #fff;
    background-color: #ebb563;
}
.el-tag--dark.el-tag--danger {
    background-color: #f56c6c;
    border-color: #f56c6c;
    color: #fff;
}
.el-tag--dark.el-tag--danger.is-hit {
    border-color: #f56c6c;
}
.el-tag--dark.el-tag--danger .el-tag__close {
    color: #fff;
}
.el-tag--dark.el-tag--danger .el-tag__close:hover {
    color: #fff;
    background-color: #f78989;
}
.el-tag--plain {
    background-color: #fff;
    border-color: #b3d8ff;
    color: #409eff;
}
.el-tag--plain.is-hit {
    border-color: #409eff;
}
.el-tag--plain .el-tag__close {
    color: #409eff;
}
.el-tag--plain .el-tag__close:hover {
    color: #fff;
    background-color: #409eff;
}
.el-tag--plain.el-tag--info {
    background-color: #fff;
    border-color: #d3d4d6;
    color: #909399;
}
.el-tag--plain.el-tag--info.is-hit {
    border-color: #909399;
}
.el-tag--plain.el-tag--info .el-tag__close {
    color: #909399;
}
.el-tag--plain.el-tag--info .el-tag__close:hover {
    color: #fff;
    background-color: #909399;
}
.el-tag--plain.el-tag--success {
    background-color: #fff;
    border-color: #c2e7b0;
    color: #67c23a;
}
.el-tag--plain.el-tag--success.is-hit {
    border-color: #67c23a;
}
.el-tag--plain.el-tag--success .el-tag__close {
    color: #67c23a;
}
.el-tag--plain.el-tag--success .el-tag__close:hover {
    color: #fff;
    background-color: #67c23a;
}
.el-tag--plain.el-tag--warning {
    background-color: #fff;
    border-color: #f5dab1;
    color: #e6a23c;
}
.el-tag--plain.el-tag--warning.is-hit {
    border-color: #e6a23c;
}
.el-tag--plain.el-tag--warning .el-tag__close {
    color: #e6a23c;
}
.el-tag--plain.el-tag--warning .el-tag__close:hover {
    color: #fff;
    background-color: #e6a23c;
}
.el-tag--plain.el-tag--danger {
    background-color: #fff;
    border-color: #fbc4c4;
    color: #f56c6c;
}
.el-tag--plain.el-tag--danger.is-hit {
    border-color: #f56c6c;
}
.el-tag--plain.el-tag--danger .el-tag__close {
    color: #f56c6c;
}
.el-tag--plain.el-tag--danger .el-tag__close:hover {
    color: #fff;
    background-color: #f56c6c;
}
.el-tag--medium {
    height: 28px;
    line-height: 26px;
}
.el-tag--medium .el-icon-close {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.el-tag--small {
    height: 24px;
    padding: 0 8px;
    line-height: 22px;
}
.el-tag--small .el-icon-close {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.el-tag--mini {
    height: 20px;
    padding: 0 5px;
    line-height: 19px;
}
.el-tag--mini .el-icon-close {
    margin-left: -3px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}
.el-tooltip:focus:hover,
.el-tooltip:focus:not(.focusing) {
    outline-width: 0;
}
.el-tooltip__popper {
    position: absolute;
    padding: 10px;
    z-index: 2000;
    line-height: 1.2;
    min-width: 10px;
    word-wrap: break-word;
}
.el-tooltip__popper .popper__arrow,
.el-tooltip__popper .popper__arrow::after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.el-tooltip__popper .popper__arrow {
    border-width: 6px;
}
.el-tooltip__popper .popper__arrow::after {
    content: ' ';
    border-width: 5px;
}
.el-tooltip__popper[x-placement^='top'] .popper__arrow {
    bottom: -6px;
    border-top-color: #303133;
    border-bottom-width: 0;
}
.el-tooltip__popper[x-placement^='top'] .popper__arrow::after {
    bottom: 1px;
    margin-left: -5px;
    border-top-color: #303133;
    border-bottom-width: 0;
}
.el-tooltip__popper[x-placement^='bottom'] .popper__arrow {
    top: -6px;
    border-top-width: 0;
    border-bottom-color: #303133;
}
.el-tooltip__popper[x-placement^='bottom'] .popper__arrow::after {
    top: 1px;
    margin-left: -5px;
    border-top-width: 0;
    border-bottom-color: #303133;
}
.el-tooltip__popper[x-placement^='right'] {
    margin-left: 12px;
}
.el-tooltip__popper[x-placement^='right'] .popper__arrow {
    left: -6px;
    border-right-color: #303133;
    border-left-width: 0;
}
.el-tooltip__popper[x-placement^='right'] .popper__arrow::after {
    bottom: -5px;
    left: 1px;
    border-right-color: #303133;
    border-left-width: 0;
}
.el-tooltip__popper[x-placement^='left'] .popper__arrow {
    right: -6px;
    border-right-width: 0;
    border-left-color: #303133;
}
.el-tooltip__popper[x-placement^='left'] .popper__arrow::after {
    right: 1px;
    bottom: -5px;
    margin-left: -5px;
    border-right-width: 0;
    border-left-color: #303133;
}
.el-tooltip__popper.is-dark {
    background: #303133;
    color: #fff;
}
.el-tooltip__popper.is-light {
    background: #fff;
    border: 1px solid #303133;
}
.el-tooltip__popper.is-light[x-placement^='top'] .popper__arrow {
    border-top-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^='top'] .popper__arrow::after {
    border-top-color: #fff;
}
.el-tooltip__popper.is-light[x-placement^='bottom'] .popper__arrow {
    border-bottom-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^='bottom'] .popper__arrow::after {
    border-bottom-color: #fff;
}
.el-tooltip__popper.is-light[x-placement^='left'] .popper__arrow {
    border-left-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^='left'] .popper__arrow::after {
    border-left-color: #fff;
}
.el-tooltip__popper.is-light[x-placement^='right'] .popper__arrow {
    border-right-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^='right'] .popper__arrow::after {
    border-right-color: #fff;
}
.plTableBox {
    width: 100%;
    position: relative;
}
.plTableBox .el-table .umy-table-beyond {
    white-space: nowrap !important;
    position: relative;
}
.plTableBox .el-table__virtual-wrapper .el-table__body {
    width: 100%;
}
.plTableBox .el-table--fixed__virtual-wrapper {
    width: auto !important;
}
.plTableBox .el-table--border th .pltableDragIcon {
    position: absolute;
    display: inline-block;
    width: 7px;
    top: 0;
    right: 0;
    z-index: 2;
    height: 100%;
}
.plTableBox .el-table--border th .pltableDragIconHover:hover {
    background-color: #c7c9cc;
}
.plTableBox .el-table--border th .pltableDragIcon i {
    background-color: #c7c9cc;
    right: 0;
    top: 25%;
    display: block;
    height: 50%;
    width: 1px;
    position: absolute;
}
.plTableBox .el-table__footer-wrapper {
    margin-top: 0 !important;
}
.plTableBox .umy-table-header-border-right-none-th {
    border-right: none !important;
}
.plTableBox .el-disabled {
    cursor: default !important;
    opacity: 0.4;
    -ms-pointer-events: none;
    pointer-events: none;
}
.plTableBox .fixed-columns-roll-style .el-table__body-wrapper,
.plTableBox .fixed-columns-roll-style .pltableFixedWrapper {
    z-index: 2 !important;
}
.plTableBox .myPagination {
    padding-top: 20px;
    text-align: right;
}
.plTableBox .myPagination .el-pagination {
    color: #606266 !important;
}
.plTableBox .plDialog {
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 5556 !important;
    background-color: #fff;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}
.plTableBox .plDialog .checkListBox {
    width: 100%;
    height: calc(100% - 110px);
    overflow-y: auto;
}
.plTableBox li,
.plTableBox ul {
    list-style: none;
}
.plTableBox .plDialog .checkListBox ul li {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 17px 10px 20px;
    height: 40px;
}
.plTableBox .plDialog .checkListBox ul li:hover {
    background-color: #eff2f7;
}
.plTableBox .plDialog .checkListBox ul li:hover .iconfont {
    display: block !important;
}
.plTableBox .plDialog .checkListBox ul li .iconfont {
    font-size: 16px;
    color: #555;
    display: none;
    float: right;
    width: 30px;
    height: 20px;
    text-align: center;
    line-height: 23px;
}
.plTableBox .plDialog .checkListBox ul li .iconfont:hover {
    color: #409eff;
    cursor: pointer;
}
.plTableBox .plDialog .checkListBox::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(144, 147, 153, 0.5);
}
.plTableBox .plDialog .table-cus-header {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    padding-left: 20px;
    color: #415161;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e9f1;
}
.plTableBox .plDialog .table-cus-footer {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.plTableBox .plDialog .checkListBox::-webkit-scrollbar {
    width: 9px;
    height: 9px;
    background-color: rgba(255, 255, 255, 0);
}
.plTableBox .pltree-loading {
    width: 1.5em;
    position: absolute;
    top: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5555 !important;
    background-color: #000;
    opacity: 0.2;
}
/* .beautifyTableClass .plTbaleTotal .el-table__footer-two {
    border-top: 1px solid #c7c9cc;
}
.beautifyTableClass .el-table .el-table__header th {
    background-color: #f8f8f9;
}
.beautifyTableClass .el-table__body,
.beautifyTableClass .el-table__fixed-right::before,
.beautifyTableClass .el-table__fixed::before {
    background-color: transparent !important;
}
.beautifyTableClass .el-table th.is-leaf {
    border-bottom: none !important;
}
.beautifyTableClass .el-table__fixed-footer-wrapper tbody td,
.beautifyTableClass .el-table__footer-wrapper td {
    border-top: none !important;
    border-bottom: none !important;
}
.beautifyTableClass .el-table .lineFooter td {
    border-bottom: 1px solid #ebeef5 !important;
}
.beautifyTableClass .el-table__fixed-right .el-table__row td:last-child {
    border-right: none;
}
.beautifyTableClass .el-table--border,
.beautifyTableClass .el-table--border th.gutter:last-of-type,
.beautifyTableClass .el-table--group {
    border: none !important;
}
.beautifyTableClass .el-table__expand-icon > .el-icon {
    margin-left: -7px;
    margin-top: -3px;
    top: 32%;
}
.beautifyTableClass .el-table__footer-wrapper {
    background-color: #f5f7fa !important;
}
.beautifyTableClass .el-table th,
.beautifyTableClass .el-table__header-wrapper {
    background: #f7f7f7;
}
.beautifyTableClass .el-table--border::after,
.beautifyTableClass .el-table--group::after {
    width: 0 !important;
}
.beautifyTableClass .el-table::before {
    height: 0 !important;
}
.beautifyTableClass .el-table__fixed {
    -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
}
.beautifyTableClass .el-table__fixed-right {
    -webkit-box-shadow: -6px 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: -6px 0 6px rgba(0, 0, 0, 0.1);
}
.beautifyTableClass .el-table__body-wrapper td,
.beautifyTableClass .el-table__fixed-body-wrapper td,
.beautifyTableClass .el-table__fixed-footer-wrapper td,
.beautifyTableClass .el-table__footer-wrapper td {
    border-right: none !important;
}
.beautifyTableClass .el-table__fixed-right-patch {
    background-color: transparent !important;
    border-color: transparent !important;
    z-index: 3;
    top: 0 !important;
    border-bottom: none !important;
}
.beautifyTableClass ::-webkit-scrollbar {
    width: 9px;
    height: 9px;
    background-color: rgba(255, 255, 255, 0);
}
.beautifyTableClass .singleTable ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(144, 147, 153, 0.5);
} */
.cell--tree-node {
    position: relative;
}
.pl-tree-cell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding-left: 1.5em;
}
.tree--btn-wrapper {
    position: absolute;
    top: 50%;
    width: 1em;
    height: 1em;
    line-height: 1em;
    margin-top: -0.5em;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    color: #333 !important;
    font-size: 16px;
    cursor: pointer;
}
.elx-loading,
[class*='elx-icon--'] {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
.tree--btn-wrapper.tree--btn-wrapper-show {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.reverse-table .u-table--fixed-left-wrapper .u-body--column {
    background-color: #f8f8f9;
}
.elx-icon--square:before,
.elx-icon--zoomin,
.elx-icon--zoomout:after,
.elx-icon--zoomout:before {
    border-width: 0.1em;
    border-color: inherit;
}
[class*='elx-icon--'] {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    direction: ltr;
    font-family: Verdana, Arial, Tahoma;
    font-weight: 400;
    user-select: none;
}
[class*='elx-icon--'].rotate45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
[class*='elx-icon--'].rotate90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
[class*='elx-icon--'].rotate180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.elx-icon--arrow-bottom,
.elx-icon--arrow-left,
.elx-icon--arrow-right,
.elx-icon--arrow-top,
.elx-icon--calendar,
.elx-icon--caret-bottom,
.elx-icon--caret-left,
.elx-icon--caret-right,
.elx-icon--caret-top,
.elx-icon--check,
.elx-icon--circle-plus,
.elx-icon--close,
.elx-icon--d-arrow-left,
.elx-icon--d-arrow-right,
.elx-icon--dot,
.elx-icon--download,
.elx-icon--edit-outline,
.elx-icon--error,
.elx-icon--eye,
.elx-icon--eye-slash,
.elx-icon--funnel,
.elx-icon--info,
.elx-icon--menu,
.elx-icon--minus,
.elx-icon--more,
.elx-icon--plus,
.elx-icon--print,
.elx-icon--question,
.elx-icon--refresh,
.elx-icon--remove,
.elx-icon--search,
.elx-icon--square,
.elx-icon--success,
.elx-icon--upload,
.elx-icon--warning,
.elx-icon--zoomin,
.elx-icon--zoomout {
    width: 1em;
    height: 1em;
    line-height: 1em;
}
.elx-icon--arrow-bottom:before,
.elx-icon--arrow-left:before,
.elx-icon--arrow-right:before,
.elx-icon--arrow-top:before,
.elx-icon--calendar:after,
.elx-icon--calendar:before,
.elx-icon--caret-bottom:before,
.elx-icon--caret-left:before,
.elx-icon--caret-right:before,
.elx-icon--caret-top:before,
.elx-icon--check:before,
.elx-icon--circle-plus:after,
.elx-icon--close:before,
.elx-icon--d-arrow-left:after,
.elx-icon--d-arrow-left:before,
.elx-icon--d-arrow-right:after,
.elx-icon--d-arrow-right:before,
.elx-icon--dot:before,
.elx-icon--download:after,
.elx-icon--download:before,
.elx-icon--edit-outline:after,
.elx-icon--edit-outline:before,
.elx-icon--error:after,
.elx-icon--eye-slash:after,
.elx-icon--eye-slash:before,
.elx-icon--eye:before,
.elx-icon--funnel:after,
.elx-icon--funnel:before,
.elx-icon--info:after,
.elx-icon--minus:before,
.elx-icon--more:before,
.elx-icon--plus:before,
.elx-icon--print:after,
.elx-icon--print:before,
.elx-icon--question:after,
.elx-icon--refresh:after,
.elx-icon--refresh:before,
.elx-icon--remove:after,
.elx-icon--search:after,
.elx-icon--search:before,
.elx-icon--square:before,
.elx-icon--success:after,
.elx-icon--upload:after,
.elx-icon--upload:before,
.elx-icon--warning:after,
.elx-icon--zoomin:after,
.elx-icon--zoomin:before,
.elx-icon--zoomout:after,
.elx-icon--zoomout:before {
    content: '';
    position: absolute;
}
.elx-icon--square:before {
    left: 0.05em;
    top: 0.05em;
    width: 0.9em;
    height: 0.9em;
    border-style: solid;
}
.elx-icon--zoomin {
    border-style: solid;
    background-color: #fff;
}
.elx-icon--zoomin:after,
.elx-icon--zoomin:before {
    background-color: inherit;
}
.elx-icon--zoomin:before {
    left: -0.1em;
    top: 0.2em;
    width: 1.1em;
    height: 0.4em;
}
.elx-icon--zoomin:after {
    top: -0.1em;
    left: 0.2em;
    width: 0.4em;
    height: 1.1em;
}
.elx-icon--zoomout {
    position: relative;
}
.elx-icon--zoomout:before {
    right: 0;
    top: 0;
    width: 0.7em;
    height: 0.7em;
    border-style: solid;
}
.elx-icon--zoomout:after {
    left: 0.1em;
    bottom: 0.1em;
    width: 0.7em;
    height: 0.7em;
    border-style: solid;
    background-color: #fff;
}
.elx-icon--menu:before {
    content: '';
    display: inline-block;
    width: 0.22em;
    height: 0.22em;
    -webkit-box-shadow: 0 -0.36em 0, -0.36em -0.36em 0, 0.36em -0.36em 0, 0 0 0 1em inset, -0.36em 0 0, 0.36em 0 0, 0 0.36em 0,
        -0.36em 0.36em 0, 0.36em 0.36em 0;
    box-shadow: 0 -0.36em 0, -0.36em -0.36em 0, 0.36em -0.36em 0, 0 0 0 1em inset, -0.36em 0 0, 0.36em 0 0, 0 0.36em 0, -0.36em 0.36em 0,
        0.36em 0.36em 0;
    margin: 0.26em;
}
.elx-icon--caret-bottom:before,
.elx-icon--caret-left:before,
.elx-icon--caret-right:before,
.elx-icon--caret-top:before {
    border-width: 0.4em;
    border-style: solid;
    border-color: transparent;
}
.elx-icon--caret-top:before {
    left: 0.1em;
    bottom: 0.3em;
    border-bottom-color: inherit;
}
.elx-icon--caret-bottom:before {
    left: 0.1em;
    top: 0.3em;
    border-top-color: inherit;
}
.elx-icon--caret-left:before {
    right: 0.3em;
    bottom: 0.1em;
    border-right-color: inherit;
}
.elx-icon--caret-right:before {
    left: 0.3em;
    bottom: 0.1em;
    border-left-color: inherit;
}
.elx-icon--arrow-bottom:before,
.elx-icon--arrow-left:before,
.elx-icon--arrow-right:before,
.elx-icon--arrow-top:before {
    top: 0.4em;
    left: 0.14em;
    width: 0.7em;
    height: 0.7em;
    border-width: 0.15em;
    border-style: solid;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 0.15em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.elx-icon--arrow-bottom:before {
    top: 0;
    left: 0.14em;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.elx-icon--arrow-left:before {
    top: 0.18em;
    left: 0.35em;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.elx-icon--arrow-right:before {
    top: 0.18em;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.elx-icon--d-arrow-left:before,
.elx-icon--d-arrow-right:before {
    left: 0.15em;
}
.elx-icon--d-arrow-left:after,
.elx-icon--d-arrow-right:after {
    left: 0.58em;
}
.elx-icon--d-arrow-left:after,
.elx-icon--d-arrow-left:before,
.elx-icon--d-arrow-right:after,
.elx-icon--d-arrow-right:before {
    top: 0.18em;
    width: 0.7em;
    height: 0.7em;
    border-width: 0.15em;
    border-style: solid;
    border-top-color: inherit;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
    border-radius: 0.15em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.elx-icon--d-arrow-right:after,
.elx-icon--d-arrow-right:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.elx-icon--d-arrow-right:before {
    left: -0.25em;
}
.elx-icon--d-arrow-right:after {
    left: 0.18em;
}
.elx-icon--funnel:before {
    top: 0.05em;
    left: 0;
    border-width: 0.5em;
    border-style: solid;
    border-top-color: inherit;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.elx-icon--funnel:after {
    left: 0.41em;
    top: 0.4em;
    width: 0;
    height: 0.5em;
    border-width: 0 0.2em 0 0;
    border-style: solid;
    border-right-color: inherit;
}
.elx-icon--edit-outline:before {
    height: 0.84em;
    width: 0.86em;
    top: 0.1em;
    left: 0.02em;
    border-radius: 0.2em;
    border-width: 0.1em;
    border-style: solid;
    border-color: inherit;
}
.elx-icon--edit-outline:after {
    left: 0.6em;
    bottom: 0.2em;
    width: 0;
    height: 0.8em;
    border-radius: 0 0 80% 80%;
    border-width: 0 0 0 0.22em;
    border-style: solid;
    border-color: inherit;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.elx-icon--check:before,
.elx-icon--eye-slash:after {
    border-style: solid;
}
.elx-icon--more:before {
    content: '...';
    top: 0;
    left: 0.1em;
    line-height: 0.5em;
    font-weight: 700;
}
.elx-icon--plus:before {
    content: '+';
    left: -0.05em;
    bottom: 0;
    line-height: 0.9em;
    font-size: 1.4em;
}
.elx-icon--check:before {
    left: 0.25em;
    bottom: 0.2em;
    width: 0.5em;
    height: 0.9em;
    border-width: 0.15em;
    border-top-color: transparent;
    border-right-color: inherit;
    border-bottom-color: inherit;
    border-radius: 0.15em;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.elx-icon--close:before {
    content: '\D7';
    left: -0.05em;
    bottom: 0;
    line-height: 0.8em;
    font-size: 1.4em;
}
.elx-icon--minus:before {
    content: '\2500';
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 0.9em;
    font-size: 1.2em;
}
.elx-icon--refresh {
    border-width: 0.1em;
    border-style: solid;
    border-radius: 50%;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
}
.elx-icon--refresh:before {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(50%) rotate(-45deg);
    transform: translateX(50%) rotate(-45deg);
}
.elx-icon--refresh:after {
    right: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg);
}
.elx-icon--refresh:after,
.elx-icon--refresh:before {
    width: 0;
    height: 0;
    border-width: 0.25em;
    border-style: solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.elx-icon--refresh.roll {
    -webkit-animation: rollCircle 1s infinite linear;
    animation: rollCircle 1s infinite linear;
}
@-webkit-keyframes rollCircle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rollCircle {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.elx-icon--circle-plus:before,
.elx-icon--error:before,
.elx-icon--info:before,
.elx-icon--question:before,
.elx-icon--remove:before,
.elx-icon--success:before,
.elx-icon--warning:before {
    content: '';
    border-radius: 50%;
    border-width: 0.5em;
    border-style: solid;
    border-color: inherit;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}
.elx-icon--info:after,
.elx-icon--question:after,
.elx-icon--warning:after {
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    -webkit-transform: rotate(-10deg) scale(0.75);
    transform: rotate(-10deg) scale(0.75);
}
.elx-icon--question:after {
    content: '\3F';
}
.elx-icon--info:after {
    content: '\A1';
}
.elx-icon--warning:after {
    content: '\21';
}
.elx-icon--success:after {
    content: '\2713';
    left: 0.25em;
    bottom: 0;
    color: #fff;
    font-size: 0.65em;
}
.elx-icon--circle-plus:after,
.elx-icon--remove:after {
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    bottom: 0;
}
.elx-icon--circle-plus:after {
    content: '+';
    line-height: 1.4em;
    font-size: 0.8em;
}
.elx-icon--remove:after {
    content: '\2500';
    line-height: 1.5em;
    font-size: 0.7em;
}
.elx-icon--error:after {
    content: '\D7';
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 1.4em;
    text-align: center;
    color: #fff;
    font-size: 0.8em;
}
.elx-icon--download:after,
.elx-icon--upload:after {
    content: '\2191';
    left: 0;
}
.elx-icon--download,
.elx-icon--upload {
    overflow: hidden;
}
.elx-icon--download:before,
.elx-icon--upload:before {
    left: 0;
    width: 1em;
    border-width: 0;
    border-style: solid;
    border-color: inherit;
}
.elx-icon--download:after,
.elx-icon--upload:after {
    width: 100%;
    text-align: center;
    font-size: 2em;
}
.elx-icon--upload:before {
    top: 0.1em;
    border-top-width: 0.1em;
}
.elx-icon--upload:after {
    top: 0.15em;
}
.elx-icon--download:before {
    bottom: 0.05em;
    border-bottom-width: 0.1em;
}
.elx-icon--download:after {
    bottom: 0.15em;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.elx-icon--eye-slash:before,
.elx-icon--eye:before {
    content: '\25CF';
    top: 0.16em;
    left: 0;
    width: 1em;
    height: 0.68em;
    line-height: 0.25em;
    border-radius: 50%;
    border-width: 0.1em;
    border-style: solid;
    border-color: inherit;
    text-align: center;
}
.elx-icon--eye-slash:after {
    top: -0.1em;
    left: 0.45em;
    width: 0;
    height: 1.2em;
    border-width: 0 0 0 0.1em;
    border-color: inherit;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.elx-icon--calendar:before {
    top: 0.15em;
    left: 0;
    width: 1em;
    height: 0.8em;
    border-width: 0.2em 0.1em 0.1em;
    border-radius: 0.1em 0.1em 0 0;
    border-style: solid;
    border-color: inherit;
}
.elx-icon--calendar:after {
    left: 0.2em;
    top: 0;
    width: 0.6em;
    height: 0.3em;
    border-width: 0 0.1em;
    border-style: solid;
    border-color: inherit;
}
.elx-icon--dot:before {
    top: 0.25em;
    left: 0.25em;
    border-radius: 50%;
    border-width: 0.25em;
    border-style: solid;
    border-color: inherit;
}
.elx-icon--print {
    -webkit-box-shadow: inset 0 0 0 0.1em;
    box-shadow: inset 0 0 0 0.1em;
    border-width: 0.2em 0;
    border-style: solid;
    border-color: transparent !important;
    border-radius: 0.3em 0.3em 0 0;
}
.elx-icon--print:before {
    width: 0.6em;
    height: 0.3em;
    top: -0.2em;
    left: 0.2em;
    -webkit-box-shadow: inset 0 0 0 0.1em;
    box-shadow: inset 0 0 0 0.1em;
}
.elx-icon--print:after {
    width: 0.6em;
    height: 0.6em;
    left: 0.2em;
    bottom: -0.2em;
    -webkit-box-shadow: inset 0 0 0 0.1em;
    box-shadow: inset 0 0 0 0.1em;
    background-color: #fff;
}
.elx-icon--search:before {
    top: 0;
    left: 0;
    width: 0.8em;
    height: 0.8em;
    border-width: 0.15em;
    border-style: solid;
    border-color: inherit;
    border-radius: 50%;
}
.elx-icon--search:after {
    top: 0.75em;
    left: 0.6em;
    width: 0.35em;
    height: 0;
    border-width: 0.15em 0 0;
    border-style: solid;
    border-color: inherit;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.elx-loading {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.2);
}
.elx-loading.is--visible {
    display: block;
}
.elx-loading .elx-loading--spinner {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.elx-loading .elx-loading--spinner:after,
.elx-loading .elx-loading--spinner:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #409eff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out;
}
.elx-loading .elx-loading--spinner:after {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.size--mini .elx-loading .elx-loading--spinner {
    width: 38px;
    height: 38px;
}
.size--small .elx-loading .elx-loading--spinner {
    width: 44px;
    height: 44px;
}
.size--medium .elx-loading .elx-loading--spinner {
    width: 50px;
    height: 50px;
}
.elx-table .elx-body--column.col--ellipsis,
.elx-table .elx-footer--column.col--ellipsis,
.elx-table .elx-header--column.col--ellipsis,
.elx-table.elx-editable .elx-body--column {
    height: 48px;
}
.elx-table.elx-editable.size--medium .elx-body--column,
.elx-table.size--medium .elx-body--column.col--ellipsis,
.elx-table.size--medium .elx-footer--column.col--ellipsis,
.elx-table.size--medium .elx-header--column.col--ellipsis {
    height: 44px;
}
.elx-table.elx-editable.size--small .elx-body--column,
.elx-table.size--small .elx-body--column.col--ellipsis,
.elx-table.size--small .elx-footer--column.col--ellipsis,
.elx-table.size--small .elx-header--column.col--ellipsis {
    height: 40px;
}
.elx-table.elx-editable.size--mini .elx-body--column,
.elx-table.size--mini .elx-body--column.col--ellipsis,
.elx-table.size--mini .elx-footer--column.col--ellipsis,
.elx-table.size--mini .elx-header--column.col--ellipsis {
    height: 36px;
}
.elx-table--file-form,
.elx-table-slots {
    display: none;
}
.elx-table--print-frame {
    position: fixed;
    bottom: -100%;
    left: -100%;
    height: 0;
    width: 0;
    border: 0;
}
.elx-table--body-wrapper,
.elx-table--fixed-left-body-wrapper,
.elx-table--fixed-right-body-wrapper {
    overflow-y: auto;
    overflow-x: auto;
}
.elx-table--borders .elx-table-border-bottom,
.elx-table--borders .elx-table-border-left,
.elx-table--borders .elx-table-border-right,
.elx-table--borders .elx-table-border-top {
    position: absolute;
    background-color: #409eff;
}
.elx-table--borders .elx-table-checked-borders .elx-table-border-bottom,
.elx-table--borders .elx-table-checked-borders .elx-table-border-top {
    height: 2px;
}
.elx-table--borders .elx-table-checked-borders .elx-table-border-left,
.elx-table--borders .elx-table-checked-borders .elx-table-border-right {
    width: 2px;
}
.elx-table--borders .elx-table-copyed-borders .elx-table-border-bottom,
.elx-table--borders .elx-table-copyed-borders .elx-table-border-top {
    height: 3px;
}
.elx-table--borders .elx-table-copyed-borders .elx-table-border-left,
.elx-table--borders .elx-table-copyed-borders .elx-table-border-right {
    width: 3px;
}
.elx-table--borders .elx-table-copyed-borders > span {
    background: repeating-linear-gradient(135deg, transparent, transparent 3px, #409eff 3px, #409eff 9px);
    -webkit-animation: shine 1s infinite linear;
    animation: shine 1s infinite linear;
}
.elx-body--row .elx-body--column.col--checked {
    position: relative;
    background-color: #e6f7ff;
}
.elx-body--row .elx-body--column.col--selected {
    background-color: #fff;
}
@-webkit-keyframes shine {
    0% {
        background-position: -1px -1px;
    }
    100% {
        background-position: -12px -12px;
    }
}
@keyframes shine {
    0% {
        background-position: -1px -1px;
    }
    100% {
        background-position: -12px -12px;
    }
}
.elx-cell .elx-default-input,
.elx-cell .elx-default-select,
.elx-cell .elx-default-textarea,
.elx-table--filter-wrapper .elx-default-input,
.elx-table--filter-wrapper .elx-default-select,
.elx-table--filter-wrapper .elx-default-textarea {
    outline: 0;
    padding: 0 2px;
    width: 100%;
    color: #606266;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    height: 34px;
}
.elx-cell .elx-default-input:focus,
.elx-cell .elx-default-select:focus,
.elx-cell .elx-default-textarea:focus,
.elx-table--filter-wrapper .elx-default-input:focus,
.elx-table--filter-wrapper .elx-default-select:focus,
.elx-table--filter-wrapper .elx-default-textarea:focus {
    border: 1px solid #409eff;
}
.elx-cell .elx-default-input[disabled],
.elx-cell .elx-default-select[disabled],
.elx-cell .elx-default-textarea[disabled],
.elx-table--filter-wrapper .elx-default-input[disabled],
.elx-table--filter-wrapper .elx-default-select[disabled],
.elx-table--filter-wrapper .elx-default-textarea[disabled] {
    cursor: not-allowed;
    background-color: #f3f3f3;
}
.elx-cell .elx-default-input[type='date']::-webkit-inner-spin-button,
.elx-table--filter-wrapper .elx-default-input[type='date']::-webkit-inner-spin-button {
    margin-top: 4px;
}
.elx-cell .elx-default-input[type='date']::-webkit-inner-spin-button,
.elx-cell .elx-default-input[type='number']::-webkit-inner-spin-button,
.elx-table--filter-wrapper .elx-default-input[type='date']::-webkit-inner-spin-button,
.elx-table--filter-wrapper .elx-default-input[type='number']::-webkit-inner-spin-button {
    height: 24px;
}
.elx-cell .elx-default-input::-webkit-input-placeholder,
.elx-table--filter-wrapper .elx-default-input::-webkit-input-placeholder {
    color: #c0c4cc;
}
.elx-cell .elx-default-input::-moz-placeholder,
.elx-table--filter-wrapper .elx-default-input::-moz-placeholder {
    color: #c0c4cc;
}
.elx-cell .elx-default-input:-ms-input-placeholder,
.elx-table--filter-wrapper .elx-default-input:-ms-input-placeholder {
    color: #c0c4cc;
}
.elx-cell .elx-default-input::-ms-input-placeholder,
.elx-table--filter-wrapper .elx-default-input::-ms-input-placeholder {
    color: #c0c4cc;
}
.elx-cell .elx-default-input::placeholder,
.elx-table--filter-wrapper .elx-default-input::placeholder {
    color: #c0c4cc;
}
.elx-cell .elx-default-textarea,
.elx-table--filter-wrapper .elx-default-textarea {
    vertical-align: middle;
}
.elx-cell .elx-input,
.elx-cell .elx-select,
.elx-cell .elx-textarea,
.elx-table--filter-wrapper .elx-input,
.elx-table--filter-wrapper .elx-select,
.elx-table--filter-wrapper .elx-textarea {
    width: 100%;
    display: block;
}
.elx-cell .elx-input > .elx-input--inner,
.elx-cell .elx-textarea > .elx-textarea--inner,
.elx-table--filter-wrapper .elx-input > .elx-input--inner,
.elx-table--filter-wrapper .elx-textarea > .elx-textarea--inner {
    padding: 0 2px;
}
.elx-cell .elx-default-textarea,
.elx-cell .elx-textarea--inner,
.elx-table--filter-wrapper .elx-default-textarea,
.elx-table--filter-wrapper .elx-textarea--inner {
    resize: none;
}
.elx-table--cell-active-area,
.elx-table--cell-copy-area,
.elx-table--cell-extend-area,
.elx-table--cell-main-area,
.elx-table--checkbox-range {
    display: none;
    position: absolute;
    pointer-events: none;
    z-index: 1;
}
.elx-table--fixed-left-wrapper .elx-table--cell-active-area,
.elx-table--fixed-left-wrapper .elx-table--cell-copy-area,
.elx-table--fixed-left-wrapper .elx-table--cell-extend-area,
.elx-table--fixed-left-wrapper .elx-table--cell-main-area,
.elx-table--fixed-left-wrapper .elx-table--checkbox-range,
.elx-table--fixed-right-wrapper .elx-table--cell-active-area,
.elx-table--fixed-right-wrapper .elx-table--cell-copy-area,
.elx-table--fixed-right-wrapper .elx-table--cell-extend-area,
.elx-table--fixed-right-wrapper .elx-table--cell-main-area,
.elx-table--fixed-right-wrapper .elx-table--checkbox-range {
    z-index: 2;
}
.elx-table--fixed-left-wrapper .elx-table--cell-active-area[half='1'],
.elx-table--fixed-left-wrapper .elx-table--cell-extend-area[half='1'],
.elx-table--fixed-left-wrapper .elx-table--cell-main-area[half='1'] {
    border-right: 0;
}
.elx-table--fixed-left-wrapper .elx-table--cell-copy-area[half='1'] {
    background-size: 3px 12px, 0 12px, 12px 3px, 12px 3px;
}
.elx-table--fixed-right-wrapper .elx-table--cell-active-area[half='1'],
.elx-table--fixed-right-wrapper .elx-table--cell-extend-area[half='1'],
.elx-table--fixed-right-wrapper .elx-table--cell-main-area[half='1'] {
    border-left: 0;
}
.elx-table--fixed-right-wrapper .elx-table--cell-copy-area[half='1'] {
    background-size: 0 12px, 3px 12px, 12px 3px, 12px 3px;
}
.elx-table--checkbox-range {
    background-color: rgba(50, 128, 252, 0.2);
    border: 1px solid #006af1;
}
.elx-table--cell-area {
    height: 0;
    font-size: 0;
    display: none;
}
.elx-table,
.elx-table.size--medium {
    font-size: 14px;
}
.elx-grid.size--small,
.elx-table.size--small {
    font-size: 13px;
}
.elx-table--cell-area > .elx-table--cell-main-area {
    background-color: rgba(64, 158, 255, 0.2);
    border: 1px solid #409eff;
}
.elx-table--cell-area .elx-table--cell-main-area-btn {
    display: none;
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: 7px;
    height: 7px;
    border-style: solid;
    border-color: #fff;
    border-width: 1px 0 0 1px;
    background-color: #409eff;
    pointer-events: auto;
    cursor: crosshair;
}
.elx-table--cell-active-area,
.elx-table--cell-area .elx-table--cell-extend-area {
    border: 2px solid #409eff;
}
@-webkit-keyframes moveCopyCellBorder {
    to {
        background-position: 0 -12px, 100% 12px, 12px 0, -12px 100%;
    }
}
@keyframes moveCopyCellBorder {
    to {
        background-position: 0 -12px, 100% 12px, 12px 0, -12px 100%;
    }
}
.elx-table--cell-copy-area {
    background: linear-gradient(0deg, transparent 6px, #409eff 6px) repeat-y, linear-gradient(0deg, transparent 50%, #409eff 0) repeat-y,
        linear-gradient(90deg, transparent 50%, #409eff 0) repeat-x, linear-gradient(90deg, transparent 50%, #409eff 0) repeat-x;
    background-size: 3px 12px, 3px 12px, 12px 3px, 12px 3px;
    background-position: 0 0, 100% 0, 0 0, 0 100%;
    -webkit-animation: moveCopyCellBorder 0.5s infinite linear;
    animation: moveCopyCellBorder 0.5s infinite linear;
}
.elx-table--cell-multi-area > .elx-table--cell-main-area {
    background-color: rgba(64, 158, 255, 0.2);
}
.elx-table.is--round .elx-table--border-line,
.elx-table.is--round .elx-table.is--round,
.elx-table.is--round:not(.show--head):not(.show--foot) .elx-table--body-wrapper.body--wrapper {
    border-radius: 4px;
}
.elx-table.is--round.show--foot:not(.show--head) .elx-table--body-wrapper.body--wrapper,
.elx-table.is--round.show--head .elx-table--header-wrapper.body--wrapper {
    border-radius: 4px 4px 0 0;
}
.elx-table.is--round.show--head .elx-table--header-wrapper.fixed-left--wrapper {
    border-radius: 4px 0 0;
}
.elx-table.is--round.show--head .elx-table--header-wrapper.fixed-right--wrapper {
    border-radius: 0 4px 0 0;
}
.elx-table.is--round.show--foot .elx-table--footer-wrapper.body--wrapper,
.elx-table.is--round.show--head:not(.show--foot) .elx-table--body-wrapper.body--wrapper {
    border-radius: 0 0 4px 4px;
}
.elx-table.is--round.show--foot .elx-table--footer-wrapper.fixed-left--wrapper,
.elx-table.is--round.show--foot:not(.show--head) .elx-table--body-wrapper.fixed-left--wrapper,
.elx-table.is--round.show--head:not(.show--foot) .elx-table--body-wrapper.fixed-left--wrapper {
    border-radius: 0 0 0 4px;
}
.elx-table.is--round.show--foot .elx-table--footer-wrapper.fixed-right--wrapper,
.elx-table.is--round.show--foot:not(.show--head) .elx-table--body-wrapper.fixed-right--wrapper,
.elx-table.is--round.show--head:not(.show--foot) .elx-table--body-wrapper.fixed-right--wrapper {
    border-radius: 0 0 4px;
}
.elx-table {
    position: relative;
    color: #606266;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica,
        Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.elx-table[x-cloak] .elx-table--fixed-left-wrapper,
.elx-table[x-cloak] .elx-table--fixed-right-wrapper,
.elx-table[x-cloak] .elx-table--main-wrapper {
    visibility: hidden;
}
.elx-table .elx-table--body-wrapper,
.elx-table .elx-table--footer-wrapper {
    background-color: #fff;
}
.elx-table .elx-table--body,
.elx-table .elx-table--footer,
.elx-table .elx-table--header {
    border: 0;
    border-spacing: 0;
    border-collapse: separate;
    table-layout: fixed;
}
.elx-table .elx-table--footer-wrapper,
.elx-table .elx-table--header-wrapper {
    overflow-x: hidden;
    overflow-y: hidden;
}
.elx-table:not(.is--empty).show--foot.scroll--x .elx-table--body-wrapper {
    overflow-x: scroll;
}
.elx-table .elx-body--row.row--stripe {
    background-color: #fafafa;
}
.elx-table .elx-body--row.row--checked,
.elx-table .elx-body--row.row--current,
.elx-table .elx-body--row.row--radio {
    background-color: #e6f7ff;
}
.elx-table .elx-body--row.row--hover,
.elx-table .elx-body--row.row--hover.row--stripe {
    background-color: #f5f7fa;
}
.elx-table .elx-body--row.row--hover.row--checked,
.elx-table .elx-body--row.row--hover.row--radio {
    background-color: #e6f7ff;
}
.elx-table .elx-body--row.row--hover.row--current {
    background-color: #d7effb;
}
.elx-table.has--tree-line .elx-body--row.row--stripe .elx-tree--btn-wrapper {
    background-color: #fafafa;
}
.elx-table.has--tree-line .elx-body--row.row--checked .elx-tree--btn-wrapper,
.elx-table.has--tree-line .elx-body--row.row--current .elx-tree--btn-wrapper,
.elx-table.has--tree-line .elx-body--row.row--radio .elx-tree--btn-wrapper {
    background-color: #e6f7ff;
}
.elx-table.has--tree-line .elx-body--row.row--hover .elx-tree--btn-wrapper,
.elx-table.has--tree-line .elx-body--row.row--hover.row--stripe .elx-tree--btn-wrapper {
    background-color: #f5f7fa;
}
.elx-table.has--tree-line .elx-body--row.row--hover.row--checked .elx-tree--btn-wrapper,
.elx-table.has--tree-line .elx-body--row.row--hover.row--radio .elx-tree--btn-wrapper {
    background-color: #e6f7ff;
}
.elx-table.column--highlight .elx-header--column:not(.col--seq):hover,
.elx-table.has--tree-line .elx-body--row.row--hover.row--current .elx-tree--btn-wrapper {
    background-color: #d7effb;
}
.elx-table.drag--resize .elx-table--fixed-left-wrapper *,
.elx-table.drag--resize .elx-table--fixed-right-wrapper *,
.elx-table.drag--resize .elx-table--main-wrapper * {
    cursor: col-resize;
}
.elx-table.drag--area .elx-table--fixed-left-wrapper *,
.elx-table.drag--area .elx-table--fixed-right-wrapper *,
.elx-table.drag--area .elx-table--main-wrapper *,
.elx-table.drag--range .elx-table--fixed-left-wrapper *,
.elx-table.drag--range .elx-table--fixed-right-wrapper *,
.elx-table.drag--range .elx-table--main-wrapper * {
    cursor: default;
}
.elx-table.drag--extend-range .elx-table--fixed-left-wrapper *,
.elx-table.drag--extend-range .elx-table--fixed-right-wrapper *,
.elx-table.drag--extend-range .elx-table--main-wrapper * {
    cursor: crosshair;
}
.elx-table .elx-body--column.col--current,
.elx-table .elx-body--column.col--current .elx-tree--btn-wrapper,
.elx-table .elx-footer--column.col--current,
.elx-table .elx-footer--column.col--current .elx-tree--btn-wrapper,
.elx-table .elx-header--column.col--current,
.elx-table .elx-header--column.col--current .elx-tree--btn-wrapper,
.elx-table.has--tree-line .elx-body--column.col--current .elx-tree--btn-wrapper,
.elx-table.has--tree-line .elx-footer--column.col--current .elx-tree--btn-wrapper,
.elx-table.has--tree-line .elx-header--column.col--current .elx-tree--btn-wrapper {
    background-color: #e6f7ff;
}
.elx-table.is--area .elx-table--main-wrapper {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.elx-table .elx-body--column,
.elx-table .elx-footer--column,
.elx-table .elx-header--column {
    position: relative;
    line-height: 24px;
    text-align: left;
}
.elx-table .elx-body--column:not(.col--ellipsis),
.elx-table .elx-footer--column:not(.col--ellipsis),
.elx-table .elx-header--column:not(.col--ellipsis) {
    padding: 12px 0;
}
.elx-table .elx-body--column.col--center,
.elx-table .elx-footer--column.col--center,
.elx-table .elx-header--column.col--center {
    text-align: center;
}
.elx-table .elx-body--column.col--right,
.elx-table .elx-footer--column.col--right,
.elx-table .elx-header--column.col--right {
    text-align: right;
}
.elx-table .elx-footer--column.col--ellipsis.col--center .elx-cell,
.elx-table .elx-header--column.col--ellipsis.col--center .elx-cell {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.elx-table .elx-footer--column.col--ellipsis.col--right .elx-cell,
.elx-table .elx-header--column.col--ellipsis.col--right .elx-cell {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.elx-table .elx-body--column.col--checkbox {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.elx-table .elx-table--footer-wrapper {
    border-top: 1px solid #e8eaec;
}
.elx-table.border--default .elx-table--header-wrapper,
.elx-table.border--full .elx-table--header-wrapper,
.elx-table.border--outer .elx-table--header-wrapper {
    background-color: #f8f8f9;
}
.elx-table.border--default .elx-body--column,
.elx-table.border--default .elx-footer--column,
.elx-table.border--default .elx-header--column,
.elx-table.border--inner .elx-body--column,
.elx-table.border--inner .elx-footer--column,
.elx-table.border--inner .elx-header--column {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8eaec), to(#e8eaec));
    background-image: linear-gradient(#e8eaec, #e8eaec);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: right bottom;
}
.elx-table.border--full .elx-body--column,
.elx-table.border--full .elx-footer--column,
.elx-table.border--full .elx-header--column {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8eaec), to(#e8eaec)),
        -webkit-gradient(linear, left top, left bottom, from(#e8eaec), to(#e8eaec));
    background-image: linear-gradient(#e8eaec, #e8eaec), linear-gradient(#e8eaec, #e8eaec);
    background-repeat: no-repeat;
    background-size: 1px 100%, 100% 1px;
    background-position: right top, right bottom;
}
.elx-table.border--full .elx-table--fixed-left-wrapper {
    border-right: 1px solid #e8eaec;
}
.elx-table.border--full .elx-table--fixed-left-wrapper .elx-body--column {
    border-right-color: #e8eaec;
}
.elx-table.border--inner .elx-table--header-wrapper,
.elx-table.border--none .elx-table--header-wrapper {
    background-color: #fff;
}
.elx-table.border--inner .elx-table--fixed-left-wrapper,
.elx-table.border--none .elx-table--fixed-left-wrapper {
    border-right: 0;
}
.elx-table.border--inner .elx-table--border-line {
    border-width: 0 0 1px;
}
.elx-table.border--none .elx-table--border-line,
.elx-table.border--none .elx-table--header-border-line {
    display: none;
}
.elx-table.t--checked .elx-body--column,
.elx-table.t--checked .elx-footer--column {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.elx-table.t--checked .elx-body--column.col--seq,
.elx-table.t--checked .elx-header--column.col--seq {
    text-align: center;
    cursor: default;
}
.elx-table.t--checked .elx-header--column.col--seq .elx-cell {
    visibility: hidden;
}
.elx-table.t--checked .elx-body--column.col--seq {
    background-color: #f8f8f9;
}
.elx-table.t--checked .elx-body--column.col--seq.col--seq-checked {
    background-color: #dcdcdc;
}
.elx-table.size--medium .elx-table--empty-block,
.elx-table.size--medium .elx-table--empty-placeholder {
    min-height: 44px;
}
.elx-table.size--medium .elx-body--column:not(.col--ellipsis),
.elx-table.size--medium .elx-footer--column:not(.col--ellipsis),
.elx-table.size--medium .elx-header--column:not(.col--ellipsis) {
    padding: 10px 0;
}
.elx-table.size--medium .elx-cell .elx-default-input,
.elx-table.size--medium .elx-cell .elx-default-select,
.elx-table.size--medium .elx-cell .elx-default-textarea {
    height: 32px;
}
.elx-table.size--medium .elx-cell .elx-default-input[type='date']::-webkit-inner-spin-button {
    margin-top: 3px;
}
.elx-table.size--small .elx-table--empty-block,
.elx-table.size--small .elx-table--empty-placeholder {
    min-height: 40px;
}
.elx-table.size--small .elx-body--column:not(.col--ellipsis),
.elx-table.size--small .elx-footer--column:not(.col--ellipsis),
.elx-table.size--small .elx-header--column:not(.col--ellipsis) {
    padding: 8px 0;
}
.elx-table.size--small .elx-cell .elx-default-input,
.elx-table.size--small .elx-cell .elx-default-select,
.elx-table.size--small .elx-cell .elx-default-textarea {
    height: 30px;
}
.elx-table.size--small .elx-cell .elx-default-input[type='date']::-webkit-inner-spin-button {
    margin-top: 2px;
}
.elx-table.size--mini {
    font-size: 12px;
}
.elx-table.size--mini .elx-table--empty-block,
.elx-table.size--mini .elx-table--empty-placeholder {
    min-height: 36px;
}
.elx-table.size--mini .elx-body--column:not(.col--ellipsis),
.elx-table.size--mini .elx-footer--column:not(.col--ellipsis),
.elx-table.size--mini .elx-header--column:not(.col--ellipsis) {
    padding: 6px 0;
}
.elx-table.size--mini .elx-cell .elx-default-input,
.elx-table.size--mini .elx-cell .elx-default-select,
.elx-table.size--mini .elx-cell .elx-default-textarea {
    height: 28px;
}
.elx-table.size--mini .elx-cell .elx-default-input[type='date']::-webkit-inner-spin-button {
    margin-top: 1px;
}
.elx-table .elx-cell {
    white-space: pre-line;
    word-break: break-all;
    padding-left: 10px;
    padding-right: 10px;
}
.elx-table .elx-cell--checkbox .elx-checkbox--icon,
.elx-table .elx-cell--radio .elx-radio--icon {
    left: 0;
    top: 0.1em;
}
.elx-table .elx-cell--checkbox .elx-checkbox--label,
.elx-table .elx-cell--radio .elx-radio--label {
    padding-left: 0.5em;
}
.elx-table .elx-cell--checkbox,
.elx-table .elx-cell--radio {
    padding-left: 1.2em;
}
.elx-table .fixed--hidden {
    visibility: hidden;
}
.elx-table .elx-table--fixed-left-wrapper,
.elx-table .elx-table--fixed-right-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    overflow: hidden;
    background-color: inherit;
}
.elx-table .elx-table--fixed-left-wrapper .elx-table--body-wrapper,
.elx-table .elx-table--fixed-right-wrapper .elx-table--body-wrapper {
    overflow-x: hidden;
}
.elx-table.show--head .elx-table--fixed-left-wrapper .elx-table--body-wrapper:before,
.elx-table.show--head .elx-table--fixed-right-wrapper .elx-table--body-wrapper:before {
    display: none;
}
.elx-table .elx-table--fixed-left-wrapper {
    left: 0;
    width: 200px;
}
.elx-table .elx-table--fixed-left-wrapper.scrolling--middle {
    -webkit-box-shadow: 4px 3px 4px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 4px 3px 4px 0 rgba(0, 0, 0, 0.12);
}
.elx-table .elx-table--fixed-right-wrapper {
    right: 0;
}
.elx-table .elx-table--fixed-right-wrapper.scrolling--middle {
    -webkit-box-shadow: -4px 3px 4px 0 rgba(0, 0, 0, 0.12);
    box-shadow: -4px 3px 4px 0 rgba(0, 0, 0, 0.12);
}
.elx-table .elx-table--body-wrapper,
.elx-table .elx-table--footer-wrapper,
.elx-table .elx-table--header-wrapper {
    position: relative;
}
.elx-table .elx-table--body-wrapper.fixed-left--wrapper,
.elx-table .elx-table--body-wrapper.fixed-right--wrapper,
.elx-table .elx-table--footer-wrapper.fixed-left--wrapper,
.elx-table .elx-table--footer-wrapper.fixed-right--wrapper,
.elx-table .elx-table--header-wrapper.fixed-left--wrapper,
.elx-table .elx-table--header-wrapper.fixed-right--wrapper {
    position: absolute;
    top: 0;
}
.elx-table .elx-table--body-wrapper.fixed-left--wrapper,
.elx-table .elx-table--footer-wrapper.fixed-left--wrapper,
.elx-table .elx-table--header-wrapper.fixed-left--wrapper {
    left: 0;
}
.elx-table .elx-table--body-wrapper.fixed-right--wrapper,
.elx-table .elx-table--footer-wrapper.fixed-right--wrapper,
.elx-table .elx-table--header-wrapper.fixed-right--wrapper {
    right: 0;
    overflow-y: auto;
}
.elx-table .elx-body--x-space {
    width: 100%;
    height: 1px;
    margin-bottom: -1px;
}
.elx-table .elx-body--y-space {
    width: 0;
    float: left;
}
.elx-table .elx-table--resizable-bar {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    z-index: 4;
    cursor: col-resize;
}
.elx-table .elx-table--resizable-bar:before {
    content: '';
    display: block;
    height: 100%;
    background-color: #d9dddf;
}
.elx-table .elx-table--border-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    pointer-events: none;
    border: 1px solid #e8eaec;
}
.elx-table.has--tree-line .elx-body--row:first-child .elx-tree--line {
    border-width: 0 0 1px;
}
.elx-table.has--tree-line .elx-body--row .elx-body--column {
    background-image: none;
}
.elx-table.has--tree-line .elx-tree--btn-wrapper {
    background-color: #fff;
}
.elx-table .elx-tree--line-wrapper {
    position: relative;
    display: block;
    height: 0;
}
.elx-table .elx-tree--line {
    content: '';
    position: absolute;
    bottom: -0.9em;
    width: 0.8em;
    border-width: 0 0 1px 1px;
    border-style: dotted;
    border-color: #909399;
    pointer-events: none;
}
.elx-table .elx-cell--tree-node {
    position: relative;
}
.elx-table .elx-tree--btn-wrapper {
    position: absolute;
    top: 50%;
    width: 1em;
    height: 1em;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.elx-table .elx-tree--node-btn {
    display: block;
    color: #939599;
}
.elx-table .elx-tree--node-btn:hover {
    color: #606266;
}
.elx-table .elx-tree-cell {
    display: block;
    padding-left: 1.5em;
}
.elx-table .elx-body--column.col--ellipsis > .elx-cell .elx-tree-cell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.elx-table .elx-table--expanded {
    cursor: pointer;
}
.elx-table .elx-table--expanded .elx-table--expand-btn {
    width: 1em;
    height: 1em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #939599;
}
.elx-table .elx-table--expanded .elx-table--expand-btn:hover {
    color: #606266;
}
.elx-table .elx-table--expanded + .elx-table--expand-label {
    padding-left: 0.5em;
}
.elx-table .elx-body--expanded-column {
    border-bottom: 1px solid #e8eaec;
}
.elx-table .elx-body--expanded-column.col--ellipsis > .elx-body--expanded-cell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.elx-table .elx-body--expanded-cell {
    padding: 20px;
}
.elx-table .elx-body--column.col--ellipsis > .elx-cell,
.elx-table .elx-footer--column.col--ellipsis > .elx-cell,
.elx-table .elx-header--column.col--ellipsis > .elx-cell {
    max-height: 48px;
}
.elx-table.size--medium .elx-body--column.col--ellipsis > .elx-cell,
.elx-table.size--medium .elx-footer--column.col--ellipsis > .elx-cell,
.elx-table.size--medium .elx-header--column.col--ellipsis > .elx-cell {
    max-height: 44px;
}
.elx-table.size--medium .elx-cell--checkbox .elx-checkbox--icon,
.elx-table.size--medium .elx-cell--radio .elx-radio--icon {
    font-size: 15px;
}
.elx-table.size--mini .elx-cell--checkbox .elx-checkbox--icon,
.elx-table.size--mini .elx-cell--radio .elx-radio--icon,
.elx-table.size--small .elx-cell--checkbox .elx-checkbox--icon,
.elx-table.size--small .elx-cell--radio .elx-radio--icon {
    font-size: 14px;
}
.elx-table.size--small .elx-body--column.col--ellipsis > .elx-cell,
.elx-table.size--small .elx-footer--column.col--ellipsis > .elx-cell,
.elx-table.size--small .elx-header--column.col--ellipsis > .elx-cell {
    max-height: 40px;
}
.elx-table.size--mini .elx-body--column.col--ellipsis > .elx-cell,
.elx-table.size--mini .elx-footer--column.col--ellipsis > .elx-cell,
.elx-table.size--mini .elx-header--column.col--ellipsis > .elx-cell {
    max-height: 36px;
}
.elx-table .elx-table--empty-block,
.elx-table .elx-table--empty-placeholder {
    min-height: 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    width: 100%;
    pointer-events: none;
}
.elx-table .elx-table--empty-block {
    display: none;
    visibility: hidden;
}
.elx-table .elx-table--empty-placeholder {
    display: none;
    position: absolute;
    top: 0;
    z-index: 8;
}
.elx-table .elx-table--empty-content {
    display: block;
    width: 50%;
    pointer-events: auto;
}
.elx-table.is--empty .elx-table--empty-block,
.elx-table.is--empty .elx-table--empty-placeholder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.elx-table .elx-body--column.col--selected:not(.col--checked) {
    -webkit-box-shadow: inset 0 0 0 2px #409eff;
    box-shadow: inset 0 0 0 2px #409eff;
}
.elx-table .elx-body--column.col--actived,
.elx-table .elx-body--column.col--dirty,
.elx-table .elx-body--column.col--selected {
    position: relative;
}
.elx-table .elx-body--column.col--valid-error .elx-cell--valid {
    min-width: 380px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #fde2e2;
    position: fixed;
    left: 50%;
    top: 50px;
    z-index: 10000;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.3s, top 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.3s, top 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.3s, transform 0.4s, top 0.4s;
    transition: opacity 0.3s, transform 0.4s, top 0.4s, -webkit-transform 0.4s;
    padding: 15px 15px 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fef0f0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f56c6c;
    border-radius: 4px;
}
.elx-table .elx-body--column.col--valid-error .elx-cell--valid i {
    font-size: 15px;
}
.elx-table .elx-body--column.col--valid-error .elx-cell--valid span {
    padding: 0;
    font-size: 15px;
    line-height: 1;
    color: #f56c6c;
}
.elx-table .elx-body--column.col--valid-error .elx-default-input,
.elx-table .elx-body--column.col--valid-error .elx-default-select,
.elx-table .elx-body--column.col--valid-error .elx-default-textarea,
.elx-table .elx-body--column.col--valid-error .elx-input > .elx-input--inner {
    border-color: #f56c6c;
}
.elx-table .elx-body--column:first-child .elx-cell--valid {
    left: 10px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    text-align: left;
}
.elx-table.elx-editable.c--highlight .elx-body--column.col--actived {
    -webkit-box-shadow: inset 0 0 0 2px #409eff;
    box-shadow: inset 0 0 0 2px #409eff;
}
.elx-table.elx-editable.c--highlight .elx-body--column.col--actived.col--valid-error {
    -webkit-box-shadow: inset 0 0 0 2px #f56c6c;
    box-shadow: inset 0 0 0 2px #f56c6c;
}
.elx-table.elx-editable.c--highlight .elx-body--column.col--actived .elx-cell .elx-default-input,
.elx-table.elx-editable.c--highlight .elx-body--column.col--actived .elx-cell .elx-default-textarea {
    border: 0;
    padding: 0;
}
.elx-table.elx-editable.c--highlight .elx-body--column.col--actived .elx-cell .elx-default-input {
    height: 24px;
}
.elx-table.elx-editable.c--highlight .elx-body--column.col--actived .elx-cell .elx-input .elx-input--inner {
    border: 0;
    padding-left: 0;
}
.elx-table.elx-editable.c--highlight .elx-body--column.col--actived .elx-cell .elx-textarea {
    height: 23px;
}
.elx-table.elx-editable.c--highlight .elx-body--column.col--actived .elx-cell .elx-textarea .elx-textarea--inner {
    border: 0;
}
.elx-table.elx-editable .elx-body--column,
.elx-table.elx-editable .elx-body--column.col--actived {
    padding: 0;
}
.elx-table.elx-editable .elx-body--column.col--dirty:before {
    content: '';
    top: -5px;
    left: -5px;
    position: absolute;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #f56c6c transparent transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.elx-table td,
.elx-table th {
    vertical-align: middle;
}
.elx-table--footer,
.elx-table--header-wrapper {
    background-color: #f8f8f9;
}
.elx-table .elx-table--header-wrapper .elx-table--header-border-line {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    border-bottom: 1px solid #e8eaec;
}
.elx-table .elx-cell--sort {
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    position: relative;
}
.elx-table .elx-sort--asc-btn,
.elx-table .elx-sort--desc-btn {
    position: absolute;
    left: 0.35em;
    color: #c0c4cc;
    width: 1em;
    text-align: center;
    cursor: pointer;
}
.elx-table .elx-sort--asc-btn:hover,
.elx-table .elx-sort--desc-btn:hover {
    color: #606266;
}
.elx-table .elx-sort--asc-btn.sort--active,
.elx-table .elx-sort--desc-btn.sort--active {
    color: #409eff;
}
.elx-table .elx-sort--asc-btn {
    top: -0.04em;
}
.elx-table .elx-sort--desc-btn {
    bottom: -0.04em;
}
.elx-header--column {
    position: relative;
    font-weight: 700;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.elx-header--column.col--title-checked {
    background-color: #dcdcdc;
}
.elx-header--column.col--ellipsis > .elx-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.elx-header--column.col--ellipsis > .elx-cell .elx-cell--title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.elx-header--column.col--ellipsis > .elx-cell > i:not(.elx-cell--title),
.elx-header--column.col--ellipsis > .elx-cell > span:not(.elx-cell--title) {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.elx-header--column .elx-cell--required-icon {
    display: inline-block;
    color: #f56c6c;
    width: 0.8em;
    height: 1em;
    line-height: 1em;
    font-family: Verdana, Arial, Tahoma;
    font-weight: 400;
    position: relative;
    margin-right: 0.1em;
}
.elx-table .is--checked.elx-cell--checkbox,
.elx-table .is--checked.elx-cell--radio,
.elx-table .is--indeterminate.elx-cell--checkbox,
.is--checked.elx-table--filter-option,
.is--indeterminate.elx-table--filter-option {
    color: #409eff;
}
.elx-header--column .elx-cell--required-icon:before {
    content: '*';
    position: absolute;
    left: 0;
    top: 0.2em;
}
.elx-header--column .elx-cell--edit-icon,
.elx-header--column .elx-cell--required-icon,
.elx-header--column .elx-cell--title,
.elx-header--column .elx-cell-help-icon {
    vertical-align: middle;
}
.elx-header--column .elx-cell--edit-icon,
.elx-header--column .elx-cell-help-icon {
    margin-right: 0.2em;
}
.elx-header--column .elx-cell-help-icon {
    cursor: help;
}
.elx-header--column .elx-cell--title {
    line-height: 1.5;
}
.elx-header--column .elx-resizable {
    position: absolute;
    right: -7px;
    bottom: 0;
    width: 14px;
    height: 100%;
    text-align: center;
    z-index: 1;
    cursor: col-resize;
}
.elx-header--column .elx-resizable.is--line:after,
.elx-header--column .elx-resizable.is--line:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
}
.elx-header--column .elx-resizable.is--line:before {
    width: 1px;
    height: 50%;
    background-color: #d9dddf;
}
.elx-header--column .elx-resizable.is--line:after {
    width: 0;
    height: 100%;
}
.elx-table--fixed-right-wrapper .elx-header--column .elx-resizable {
    right: auto;
    left: -7px;
}
.elx-table--footer-wrapper {
    margin-top: -1px;
    background-color: #fff;
}
.elx-table--footer-wrapper.body--wrapper {
    overflow-x: auto;
}
.elx-footer--column.col--ellipsis > .elx-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.elx-footer--column.col--ellipsis > .elx-cell .elx-cell--item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.elx-table .elx-cell--checkbox,
.elx-table .elx-cell--radio,
.elx-table--filter-option {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.elx-table .elx-cell--checkbox .elx-checkbox--icon,
.elx-table .elx-cell--radio .elx-radio--icon,
.elx-table--filter-option .elx-checkbox--icon {
    display: none;
    position: absolute;
    height: 0.9em;
    width: 0.9rem;
}
.elx-table .elx-cell--radio .elx-radio--icon {
    font-size: 16px;
}
.elx-table .elx-cell--radio .elx-radio--icon:before {
    content: '';
    position: absolute;
    height: 1em;
    width: 1em;
    top: 0;
    left: 0;
    border: 1px solid #dcdfe6;
    background-color: #fff;
    border-radius: 50%;
}
.elx-table .elx-cell--radio .elx-radio--unchecked-icon {
    display: inline-block;
}
.elx-table .is--checked.elx-cell--checkbox .elx-checkbox--unchecked-icon,
.elx-table .is--checked.elx-cell--radio .elx-radio--unchecked-icon,
.elx-table .is--indeterminate.elx-cell--checkbox .elx-checkbox--unchecked-icon,
.is--checked.elx-table--filter-option .elx-checkbox--unchecked-icon,
.is--indeterminate.elx-table--filter-option .elx-checkbox--unchecked-icon {
    display: none;
}
.elx-table .elx-cell--radio .elx-radio--checked-icon:after {
    content: '';
    position: absolute;
    height: 0.25em;
    width: 0.25em;
    top: 0.4em;
    left: 0.4em;
    border-radius: 50%;
    background-color: #fff;
}
.elx-table .elx-cell--checkbox .elx-checkbox--unchecked-icon,
.elx-table .is--checked.elx-cell--radio .elx-radio--checked-icon,
.elx-table--filter-option .elx-checkbox--unchecked-icon {
    display: inline-block;
}
.elx-table .is--checked.elx-cell--radio .elx-radio--checked-icon:before {
    border-color: #409eff;
    background-color: #409eff;
}
.elx-table .elx-cell--radio:not(.is--disabled):hover .elx-radio--icon:before {
    border-color: #409eff;
}
.elx-table .is--disabled.elx-cell--radio {
    cursor: not-allowed;
    color: #bfbfbf;
}
.elx-table .is--disabled.elx-cell--radio .elx-radio--icon:before {
    border-color: #dcdfe6;
    background-color: #f3f3f3;
}
.elx-table .is--disabled.elx-cell--radio .elx-radio--icon:after {
    background-color: #c0c4cc;
}
.elx-table .elx-cell--checkbox .elx-checkbox--icon,
.elx-table--filter-option .elx-checkbox--icon {
    font-size: 16px;
}
.elx-table .elx-cell--checkbox .elx-checkbox--icon:before,
.elx-table--filter-option .elx-checkbox--icon:before {
    content: '';
    position: absolute;
    height: 0.9em;
    width: 0.9em;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 0.15em;
    border: 1px solid #dcdfe6;
}
.elx-table .elx-cell--checkbox .elx-checkbox--checked-icon:after,
.elx-table--filter-option .elx-checkbox--checked-icon:after {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    content: '';
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    height: 7px;
    left: 5px;
    position: absolute;
    top: 2px;
    -webkit-transform: rotate(45deg) scaleY(1);
    transform: rotate(45deg) scaleY(1);
    width: 3px;
    -webkit-transition: -webkit-transform 0.15s ease-in 0.05s;
    transition: -webkit-transform 0.15s ease-in 0.05s;
    transition: transform 0.15s ease-in 0.05s;
    transition: transform 0.15s ease-in 0.05s, -webkit-transform 0.15s ease-in 0.05s;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.elx-table .elx-cell--checkbox .elx-checkbox--indeterminate-icon:after,
.elx-table--filter-option .elx-checkbox--indeterminate-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1px;
    width: 0.3em;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.elx-cell--filter,
.elx-table .is--checked.elx-cell--checkbox .elx-checkbox--checked-icon,
.elx-table .is--indeterminate.elx-cell--checkbox .elx-checkbox--indeterminate-icon,
.is--checked.elx-table--filter-option .elx-checkbox--checked-icon,
.is--indeterminate.elx-table--filter-option .elx-checkbox--indeterminate-icon {
    display: inline-block;
}
.elx-table .is--checked.elx-cell--checkbox .elx-checkbox--icon:before,
.elx-table .is--indeterminate.elx-cell--checkbox .elx-checkbox--icon:before,
.is--checked.elx-table--filter-option .elx-checkbox--icon:before,
.is--indeterminate.elx-table--filter-option .elx-checkbox--icon:before {
    border-color: #409eff;
    background-color: #409eff;
}
.elx-table .elx-cell--checkbox:not(.is--disabled):hover .elx-checkbox--icon:before,
.elx-table--filter-option:not(.is--disabled):hover .elx-checkbox--icon:before {
    border-color: #409eff;
}
.elx-table .is--disabled.elx-cell--checkbox,
.is--disabled.elx-table--filter-option {
    cursor: not-allowed;
    color: #bfbfbf;
}
.elx-table .is--disabled.elx-cell--checkbox .elx-checkbox--icon:before,
.is--disabled.elx-table--filter-option .elx-checkbox--icon:before {
    border-color: #dcdfe6;
    background-color: #f3f3f3;
}
.elx-table .is--disabled.elx-cell--checkbox .elx-checkbox--icon:after,
.is--disabled.elx-table--filter-option .elx-checkbox--icon:after {
    border-color: #c0c4cc;
}
.elx-cell--filter {
    padding: 0 0.1em 0 0.25em;
    text-align: center;
    vertical-align: middle;
    line-height: 0;
}
.elx-cell--filter.is--active .elx-filter--btn {
    color: #606266;
}
.elx-cell--filter .elx-filter--btn {
    color: #c0c4cc;
    cursor: pointer;
}
.elx-cell--filter .elx-filter--btn:hover {
    color: #606266;
}
.elx-table--filter-wrapper .elx-table--filter-body > li.is--checked,
.elx-table--filter-wrapper .elx-table--filter-header > li.is--checked,
.filter--active .elx-cell--filter .elx-filter--btn {
    color: #409eff;
}
.elx-table--filter-wrapper {
    display: none;
    position: absolute;
    min-width: 100px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #dadce0;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    z-index: 10;
}
.elx-table--filter-wrapper:not(.is--multiple) {
    text-align: center;
}
.elx-table--filter-wrapper.filter--active {
    display: block;
}
.elx-table--filter-wrapper .elx-table--filter-body > li,
.elx-table--filter-wrapper .elx-table--filter-header > li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 360px;
    padding: 0.25em 0.8em;
    cursor: pointer;
}
.elx-table--filter-wrapper .elx-table--filter-body > li:hover,
.elx-table--filter-wrapper .elx-table--filter-header > li:hover {
    background-color: #f5f7fa;
}
.elx-table--filter-wrapper .elx-table--filter-header {
    padding-top: 0.2em;
}
.elx-table--filter-wrapper .elx-table--filter-body {
    max-height: 240px;
    padding-bottom: 0.2em;
}
.elx-table--filter-wrapper > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    overflow: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.elx-table--filter-wrapper.is--multiple > ul > li {
    padding: 0.25em 0.8em 0.25em 2.3em;
}
.elx-table--filter-wrapper .elx-table--filter-footer {
    border-top: 1px solid #dadce0;
    padding: 0.6em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.elx-table--filter-wrapper .elx-table--filter-footer button {
    background-color: transparent;
    padding: 0 0.4em;
    border: 0;
    color: #606266;
    cursor: pointer;
}
.elx-checkbox > input:checked + .elx-checkbox--icon + .elx-checkbox--label,
.elx-table--filter-wrapper .elx-table--filter-footer button:hover {
    color: #409eff;
}
.elx-table--filter-wrapper .elx-table--filter-footer button:focus {
    outline: 0;
}
.elx-table--filter-wrapper .elx-table--filter-footer button.is--disabled {
    color: #bfbfbf;
    cursor: not-allowed;
}
.elx-table--filter-option .elx-checkbox--icon {
    left: 0.6em;
    top: 0.38em;
}
.elx-table .elx-table--filter-option > .elx-checkbox--icon {
    font-size: 16px;
}
.elx-table.size--medium .elx-table--filter-option > .elx-checkbox--icon {
    font-size: 15px;
}
.elx-grid,
.elx-grid.size--medium,
.elx-table.size--mini .elx-table--filter-option > .elx-checkbox--icon,
.elx-table.size--small .elx-table--filter-option > .elx-checkbox--icon {
    font-size: 14px;
}
.elx-grid {
    position: relative;
}
.elx-grid.is--loading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.2);
}
.elx-grid.is--loading > .elx-table .elx-loading {
    background-color: transparent;
}
.elx-grid.is--maximize {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.5em 1em;
    background-color: #fff;
}
.elx-grid .elx-body--row.row--pending {
    color: #f56c6c;
    text-decoration: line-through;
    cursor: no-drop;
}
.elx-grid .elx-body--row.row--pending .elx-body--column {
    position: relative;
}
.elx-grid .elx-body--row.row--pending .elx-body--column:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #f56c6c;
    z-index: 1;
}
.elx-grid .elx-grid--bottom-wrapper,
.elx-grid .elx-grid--form-wrapper,
.elx-grid .elx-grid--top-wrapper {
    position: relative;
}
.elx-grid.size--mini {
    font-size: 12px;
}
.elx-checkbox-group {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.elx-checkbox {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1;
    cursor: pointer;
    font-size: 14px;
}
.elx-checkbox .elx-checkbox--icon,
.elx-radio .elx-radio--icon {
    font-size: 16px;
}
.elx-checkbox + .elx-checkbox {
    margin-left: 10px;
}
.elx-checkbox > input[type='checkbox'] {
    position: absolute;
    width: 0;
    height: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.elx-checkbox > input + .elx-checkbox--icon {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: #fff;
    vertical-align: middle;
    border-radius: 0.15em;
    border: 1px solid #dcdfe6;
}
.elx-checkbox > input + .elx-checkbox--icon:before {
    content: '';
    position: absolute;
}
.elx-checkbox > input:checked + .elx-checkbox--icon {
    background-color: #409eff;
    border-color: #409eff;
}
.elx-checkbox > input:checked + .elx-checkbox--icon:before {
    height: 0.5em;
    width: 0.2em;
    left: 50%;
    top: 50%;
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.elx-checkbox.is--indeterminate > input:not(:checked) + .elx-checkbox--icon {
    background-color: #409eff;
    border-color: #409eff;
}
.elx-checkbox.is--indeterminate > input:not(:checked) + .elx-checkbox--icon:before {
    border: 0;
    left: 50%;
    top: 50%;
    height: 1px;
    width: 0.3em;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.elx-checkbox:not(.is--disabled) > input:focus + .elx-checkbox--icon {
    border-color: #409eff;
    -webkit-box-shadow: 0 0 0.2em 0 #409eff;
    box-shadow: 0 0 0.2em 0 #409eff;
}
.elx-checkbox:not(.is--disabled):hover > input + .elx-checkbox--icon {
    border-color: #409eff;
}
.elx-checkbox.is--disabled {
    cursor: not-allowed;
}
.elx-checkbox.is--disabled > input + .elx-checkbox--icon {
    border-color: #dcdfe6;
    background-color: #f3f3f3;
}
.elx-checkbox.is--disabled > input + .elx-checkbox--icon:before {
    border-color: #c0c4cc;
}
.elx-checkbox.is--disabled > input + .elx-checkbox--icon + .elx-checkbox--label {
    color: #bfbfbf;
}
.elx-checkbox.is--disabled > input:checked + .elx-checkbox--icon {
    border-color: #dcdfe6;
    background-color: #f3f3f3;
}
.elx-checkbox .elx-checkbox--label {
    padding-left: 0.5em;
    vertical-align: middle;
    display: inline-block;
    max-width: 50em;
}
.elx-checkbox.size--medium {
    font-size: 14px;
}
.elx-checkbox.size--medium .elx-checkbox--icon {
    font-size: 15px;
}
.elx-checkbox.size--small {
    font-size: 13px;
}
.elx-checkbox.size--small .elx-checkbox--icon {
    font-size: 14px;
}
.elx-checkbox.size--mini {
    font-size: 12px;
}
.elx-checkbox.size--mini .elx-checkbox--icon {
    font-size: 14px;
}
[class*='elx-'],
[class*='elx-'] :after,
[class*='elx-'] :before,
[class*='elx-']:after,
[class*='elx-']:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.elx-checkbox .elx-checkbox--label,
.elx-radio .elx-radio--label,
.elx-radio-button .elx-radio--label,
.elx-table .elx-body--column.col--ellipsis:not(.col--actived) > .elx-cell,
.elx-table .elx-footer--column.col--ellipsis:not(.col--actived) > .elx-cell,
.elx-table .elx-header--column.col--ellipsis:not(.col--actived) > .elx-cell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body {
    margin: 0;
    line-height: 1.5;
    font-variant: tabular-nums;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
}
.elx-radio-group + .elx-radio-group,
.elx-radio:not(.elx-radio-button) + .elx-radio {
    margin-left: 10px;
}
.elx-radio,
.elx-radio-group {
    line-height: 1;
    vertical-align: middle;
}
.elx-primary-color {
    color: #409eff;
}
.elx-success-color {
    color: #67c23a;
}
.elx-info-color {
    color: #909399;
}
.elx-warning-color {
    color: #e6a23c;
}
.elx-danger-color {
    color: #f56c6c;
}
.elx-perfect-color {
    color: #f8f8f9;
}
.elx-row:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.elx-row > .elx-col--1 {
    float: left;
    width: 4.16667%;
}
.elx-row > .elx-col--2 {
    float: left;
    width: 8.33333%;
}
.elx-row > .elx-col--3 {
    float: left;
    width: 12.5%;
}
.elx-row > .elx-col--4 {
    float: left;
    width: 16.66667%;
}
.elx-row > .elx-col--5 {
    float: left;
    width: 20.83333%;
}
.elx-row > .elx-col--6 {
    float: left;
    width: 25%;
}
.elx-row > .elx-col--7 {
    float: left;
    width: 29.16667%;
}
.elx-row > .elx-col--8 {
    float: left;
    width: 33.33333%;
}
.elx-row > .elx-col--9 {
    float: left;
    width: 37.5%;
}
.elx-row > .elx-col--10 {
    float: left;
    width: 41.66667%;
}
.elx-row > .elx-col--11 {
    float: left;
    width: 45.83333%;
}
.elx-row > .elx-col--12 {
    float: left;
    width: 50%;
}
.elx-row > .elx-col--13 {
    float: left;
    width: 54.16667%;
}
.elx-row > .elx-col--14 {
    float: left;
    width: 58.33333%;
}
.elx-row > .elx-col--15 {
    float: left;
    width: 62.5%;
}
.elx-row > .elx-col--16 {
    float: left;
    width: 66.66667%;
}
.elx-row > .elx-col--17 {
    float: left;
    width: 70.83333%;
}
.elx-row > .elx-col--18 {
    float: left;
    width: 75%;
}
.elx-row > .elx-col--19 {
    float: left;
    width: 79.16667%;
}
.elx-row > .elx-col--20 {
    float: left;
    width: 83.33333%;
}
.elx-row > .elx-col--21 {
    float: left;
    width: 87.5%;
}
.elx-row > .elx-col--22 {
    float: left;
    width: 91.66667%;
}
.elx-row > .elx-col--23 {
    float: left;
    width: 95.83333%;
}
.elx-row > .elx-col--24 {
    float: left;
    width: 100%;
}
.t--animat .elx-filter--btn:after,
.t--animat .elx-filter--btn:before,
.t--animat .elx-input--wrapper .elx-input,
.t--animat .elx-sort--asc-btn:after,
.t--animat .elx-sort--asc-btn:before,
.t--animat .elx-sort--desc-btn:after,
.t--animat .elx-sort--desc-btn:before {
    -webkit-transition: border 0.1s ease-in-out;
    transition: border 0.1s ease-in-out;
}
.t--animat .elx-table--expand-btn,
.t--animat .elx-tree--node-btn {
    -webkit-transition: -webkit-transform 0.1s ease-in-out;
    transition: -webkit-transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out;
    transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
.t--animat .elx-checkbox > input:checked + span,
.t--animat .elx-radio > input:checked + span {
    -webkit-transition: background-color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out;
}
.elx-radio-group {
    display: inline-block;
    font-size: 0;
}
.elx-radio,
.elx-radio.size--medium {
    font-size: 14px;
}
.elx-radio {
    display: inline-block;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.elx-radio-button.is--disabled,
.elx-radio.is--disabled {
    cursor: not-allowed;
}
.elx-radio > input[type='radio'] {
    position: absolute;
    width: 0;
    height: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.elx-radio > input + .elx-radio--icon {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 1px solid #dcdfe6;
    background-color: #fff;
    vertical-align: middle;
    border-radius: 50%;
}
.elx-radio > input:checked + .elx-radio--icon {
    background-color: #409eff;
    border-color: #409eff;
}
.elx-radio > input:checked + .elx-radio--icon:before {
    content: '';
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    height: 0.25em;
    width: 0.25em;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.elx-radio > input:checked + .elx-radio--icon + .elx-radio--label {
    color: #409eff;
}
.elx-radio:not(.is--disabled) > input:focus + .elx-radio--icon {
    border-color: #409eff;
    -webkit-box-shadow: 0 0 0.2em 0 #409eff;
    box-shadow: 0 0 0.2em 0 #409eff;
}
.elx-radio:not(.is--disabled):hover > input + .elx-radio--icon {
    border-color: #409eff;
}
.elx-radio.is--disabled > input + .elx-radio--icon {
    border-color: #dcdfe6;
    background-color: #f3f3f3;
}
.elx-radio.is--disabled > input + .elx-radio--icon:before {
    border-color: #c0c4cc;
    background-color: #c0c4cc;
}
.elx-radio.is--disabled > input + .elx-radio--icon + .elx-radio--label {
    color: #bfbfbf;
}
.elx-radio .elx-radio--label {
    padding-left: 0.5em;
    vertical-align: middle;
    display: inline-block;
    max-width: 50em;
}
.elx-radio-button {
    background-color: #fff;
}
.elx-radio-button:first-child .elx-radio--label {
    border-left: 1px solid #dcdfe6;
    border-radius: 4px 0 0 4px;
}
.elx-radio-button:last-child .elx-radio--label {
    border-radius: 0 4px 4px 0;
}
.elx-radio-button > input:checked + .elx-radio--label {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
}
.elx-radio-button .elx-radio--label {
    padding: 0 1em;
    line-height: 32px;
    display: inline-block;
    border-style: solid;
    border-color: #dcdfe6;
    border-width: 1px 1px 1px 0;
    max-width: 50em;
}
.elx-radio-button.is--disabled > input:not(:checked) + .elx-radio--label {
    color: #dcdfe6;
}
.elx-radio-button.is--disabled > input:checked + .elx-radio--label {
    border-color: #a6d2ff;
    background-color: #a6d2ff;
}
.elx-radio-button:not(.is--disabled) > input:focus + .elx-radio--label {
    border-color: #409eff;
    -webkit-box-shadow: 0 0 0.2em 0 #409eff;
    box-shadow: 0 0 0.2em 0 #409eff;
}
.elx-radio-button:not(.is--disabled):hover > input:not(:checked) + .elx-radio--label {
    color: #409eff;
}
.elx-radio-button.size--medium .elx-radio--label {
    line-height: 30px;
}
.elx-radio-button.size--small .elx-radio--label {
    line-height: 28px;
}
.elx-radio-button.size--mini .elx-radio--label {
    line-height: 26px;
}
.elx-radio.size--medium .elx-radio--icon {
    font-size: 15px;
}
.elx-radio.size--small {
    font-size: 13px;
}
.elx-radio.size--small .elx-radio--icon {
    font-size: 14px;
}
.elx-radio.size--mini {
    font-size: 12px;
}
.elx-radio.size--mini .elx-radio--icon {
    font-size: 14px;
}
.elx-table--tooltip-wrapper {
    display: none;
    position: absolute;
    top: -100%;
    left: -100%;
    font-size: 12px;
    max-width: 400px;
    border-radius: 4px;
    padding: 8px 12px;
    white-space: normal;
    word-break: break-word;
    -webkit-box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px -2px rgba(0, 0, 0, 0.2);
    color: #606266;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica,
        Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.elx-table--tooltip-wrapper:not(.is--enterable) {
    pointer-events: none;
}
.elx-table--tooltip-wrapper.is--arrow .elx-table--tooltip-arrow,
.elx-table--tooltip-wrapper.is--visible {
    display: block;
}
.elx-table--tooltip-wrapper.is--enterable:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: transparent;
}
.elx-table--tooltip-wrapper .elx-table--tooltip-content {
    white-space: pre-line;
}
.elx-table--tooltip-wrapper .elx-table--tooltip-arrow {
    display: none;
    position: absolute;
    border-color: transparent;
    border-width: 6px;
    border-style: solid;
    left: 50%;
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
}
.elx-table--tooltip-wrapper .elx-table--tooltip-arrow:before {
    content: '';
    position: absolute;
    border-color: transparent;
    border-width: 5px;
    border-style: solid;
    left: -5px;
}
.elx-table--tooltip-wrapper.placement--top.is--enterable:after {
    bottom: -6px;
}
.elx-table--tooltip-wrapper.placement--top .elx-table--tooltip-arrow {
    bottom: -12px;
}
.elx-table--tooltip-wrapper.placement--top .elx-table--tooltip-arrow:before {
    top: -7px;
}
.elx-table--tooltip-wrapper.placement--bottom.is--enterable:after {
    top: -6px;
}
.elx-table--tooltip-wrapper.placement--bottom .elx-table--tooltip-arrow {
    top: -12px;
}
.elx-table--tooltip-wrapper.placement--bottom .elx-table--tooltip-arrow:before {
    top: -4px;
}
.elx-table--tooltip-wrapper.theme--light {
    background-color: #fff;
    border: 1px solid #dcdfe6;
}
.elx-table--tooltip-wrapper.theme--light.placement--top .elx-table--tooltip-arrow {
    border-top-color: #dcdfe6;
}
.elx-table--tooltip-wrapper.theme--light.placement--top .elx-table--tooltip-arrow:before {
    border-top-color: #fff;
}
.elx-table--tooltip-wrapper.theme--light.placement--bottom .elx-table--tooltip-arrow {
    border-bottom-color: #dcdfe6;
}
.elx-table--tooltip-wrapper.theme--light.placement--bottom .elx-table--tooltip-arrow:before {
    border-bottom-color: #fff;
}
.elx-table--tooltip-wrapper.theme--dark {
    background: #303133;
    color: #fff;
}
.elx-table--tooltip-wrapper.theme--dark.placement--top .elx-table--tooltip-arrow,
.elx-table--tooltip-wrapper.theme--dark.placement--top .elx-table--tooltip-arrow:before {
    border-top-color: #303133;
}
.elx-table--tooltip-wrapper.theme--dark.placement--bottom .elx-table--tooltip-arrow,
.elx-table--tooltip-wrapper.theme--dark.placement--bottom .elx-table--tooltip-arrow:before {
    border-bottom-color: #303133;
}
.elx-table--tooltip-wrapper.elx-table--valid-error {
    background-color: #f56c6c;
    color: #fff;
}
.uxbeautifyTableClass .elx-header--column .elx-resizable.is--line:before,
.uxbeautifyTableClass .elx-header--column .elx-resizable:hover {
    background-color: #c7c9cc;
}
.uxbeautifyTableClass .elx-header--column .elx-resizable {
    right: -3px;
    width: 7px;
    cursor: ew-resize;
}
.uxbeautifyTableClass .elx-table--header-wrapper {
    color: #909399;
}
.uxbeautifyTableClass .elx-table .elx-table--border-line {
    border: none;
}
.uxbeautifyTableClass ::-webkit-scrollbar {
    width: 9px;
    height: 9px;
    background-color: rgba(255, 255, 255, 0);
}
.uxbeautifyTableClass .singleTable ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(144, 147, 153, 0.5);
}
