@charset "UTF-8";.el-fade-in-enter,.el-fade-in-leave-active,.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active,.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active {
    opacity: 0
}

.el-checkbox,.el-pager,.el-table th {
    -webkit-user-select: none
}

.el-table,.el-table__append-wrapper {
    overflow: hidden
}

.el-pagination--small .arrow.disabled,.el-table td.is-hidden>*,.el-table th.is-hidden>*,.el-table--hidden {
    visibility: hidden
}

.fade-in-linear-enter-active,.fade-in-linear-leave-active {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active {
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.el-fade-in-enter-active,.el-fade-in-leave-active {
    -webkit-transition: all .3s cubic-bezier(.55,0,.1,1);
    transition: all .3s cubic-bezier(.55,0,.1,1)
}

.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active {
    -webkit-transition: all .3s cubic-bezier(.55,0,.1,1);
    transition: all .3s cubic-bezier(.55,0,.1,1)
}

.el-zoom-in-center-enter,.el-zoom-in-center-leave-active {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    -webkit-transform-origin: center top;
    transform-origin: center top
}

.el-zoom-in-top-enter,.el-zoom-in-top-leave-active {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
    transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.el-zoom-in-left-enter,.el-zoom-in-left-leave-active {
    opacity: 0;
    -webkit-transform: scale(.45,.45);
    transform: scale(.45,.45)
}

.collapse-transition {
    -webkit-transition: .3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;
    transition: .3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out
}

.horizontal-collapse-transition {
    -webkit-transition: .3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;
    transition: .3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out
}

.el-list-enter-active,.el-list-leave-active {
    -webkit-transition: all 1s;
    transition: all 1s
}

.el-list-enter,.el-list-leave-active {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
}

.el-opacity-transition {
    -webkit-transition: opacity .3s cubic-bezier(.55,0,.1,1);
    transition: opacity .3s cubic-bezier(.55,0,.1,1)
}

@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-pagination {
    white-space: nowrap;
    padding: 2px 5px;
    color: #303133;
    font-weight: 700
}

.el-pagination::after,.el-pagination::before {
    display: table;
    content: ""
}

.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(.8);
    transform: scale(.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-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 .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-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;
    display: inline-block;
    margin: 0
}

.el-pager {
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    list-style: none;
    font-size: 0
}

.el-checkbox,.el-table th {
    -moz-user-select: none;
    -ms-user-select: none
}

.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;
    -webkit-box-sizing: border-box;
    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-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, .03));
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03))
}

.el-popper .popper__arrow::after {
    content: " ";
    border-width: 6px
}

.el-popper[x-placement^=top] {
    margin-bottom: 12px
}

.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] {
    margin-top: 12px
}

.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^=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] {
    margin-right: 12px
}

.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,.1);
    box-shadow: 0 2px 12px 0 rgba(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
}

.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
}

.el-textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    font-size: 14px
}

.el-textarea__inner {
    display: block;
    resize: vertical;
    padding: 5px 15px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    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 .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.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;
    display: inline-block;
    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 .2s cubic-bezier(.645,.045,.355,1);
    transition: color .2s cubic-bezier(.645,.045,.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 .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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%
}

.el-input__prefix,.el-input__suffix {
    position: absolute;
    top: 0;
    -webkit-transition: all .3s;
    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__inner:hover {
    border-color: #C0C4CC
}

.el-input.is-active .el-input__inner,.el-input__inner:focus {
    border-color: #409EFF;
    outline: 0
}

.el-input__suffix {
    right: 5px;
    transition: all .3s;
    pointer-events: none
}

.el-input__suffix-inner {
    pointer-events: all
}

.el-input__prefix {
    left: 5px;
    transition: all .3s
}

.el-input__icon {
    height: 100%;
    width: 25px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .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__append .el-button,.el-input-group__append .el-input,.el-input-group__prepend .el-button,.el-input-group__prepend .el-input {
    font-size: inherit
}

.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;
    -webkit-box-sizing: border-box;
    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-select {
    display: inline-block;
    position: relative
}

.el-select .el-select__tags>span {
    display: contents
}

.el-select:hover .el-input__inner {
    border-color: #C0C4CC
}

.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 .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .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 .2s cubic-bezier(.645,.045,.355,1);
    transition: color .2s cubic-bezier(.645,.045,.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-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-table,.el-table__expanded-cell {
    background-color: #FFF
}

.el-select .el-tag__close.el-icon-close::before {
    display: block;
    -webkit-transform: translate(0,.5px);
    transform: translate(0,.5px)
}

.el-table {
    position: relative;
    -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
}

.el-table--mini,.el-table--small,.el-table__expand-icon {
    font-size: 12px
}

.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
}

.el-table__empty-text {
    line-height: 60px;
    width: 50%;
    color: #909399
}

.el-table__expand-column .cell {
    padding: 0;
    text-align: center
}

.el-table__expand-icon {
    position: relative;
    cursor: pointer;
    color: #666;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    height: 20px
}

.el-table__expand-icon--expanded {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.el-table__expand-icon>.el-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -5px;
    margin-top: -5px
}

.el-table__expanded-cell[class*=cell] {
    padding: 20px 50px
}

.el-table__expanded-cell:hover {
    background-color: transparent!important
}

.el-table__placeholder {
    display: inline-block;
    width: 20px
}

.el-table--fit {
    border-right: 0;
    border-bottom: 0
}

.el-table--fit td.gutter,.el-table--fit th.gutter {
    border-right-width: 1px
}

.el-table--scrollable-x .el-table__body-wrapper {
    overflow-x: auto
}

.el-table--scrollable-y .el-table__body-wrapper {
    overflow-y: auto
}

.el-table thead {
    color: #909399;
    font-weight: 500
}

.el-table thead.is-group th {
    background: #F5F7FA
}

.el-table th,.el-table tr {
    background-color: #fff
}

.el-table td,.el-table th {
    padding: 0px 0;
    min-width: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left
}

.el-table td.is-center,.el-table th.is-center {
    text-align: center
}

.el-table td.is-right,.el-table th.is-right {
    text-align: right
}

.el-table td.gutter,.el-table th.gutter {
    width: 15px;
    border-right-width: 0;
    border-bottom-width: 0;
    padding: 0
}

.el-table--medium td,.el-table--medium th {
    padding: 10px 0
}

.el-table--small td,.el-table--small th {
    padding: 8px 0
}

.el-table--mini td,.el-table--mini th {
    padding: 6px 0
}

.el-table .cell,.el-table--border td:first-child .cell,.el-table--border th:first-child .cell {
    padding-left: 10px
}

.el-table tr input[type=checkbox] {
    margin: 0
}

.el-table td,.el-table th.is-leaf {
    border-bottom: 1px solid #EBEEF5
}

.el-table th.is-sortable {
    cursor: pointer
}

.el-table th {
    overflow: hidden;
    user-select: none
}

.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%
}

.el-table th>.cell.highlight {
    color: #409EFF
}

.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
}

.el-table td div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.el-table td.gutter {
    width: 0
}

.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-right: 10px
}

.el-table .cell.el-tooltip {
    white-space: nowrap;
    min-width: 50px
}

.el-table--border,.el-table--group {
    border: 1px solid #EBEEF5
}

.el-table--border::after,.el-table--group::after,.el-table::before {
    content: '';
    position: absolute;
    background-color: #EBEEF5;
    z-index: 1
}

.el-table--border::after,.el-table--group::after {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%
}

.el-table::before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px
}

.el-table--border {
    border-right: none;
    border-bottom: none
}

.el-table--border.el-loading-parent--relative {
    border-color: transparent
}

.el-table--border td,.el-table--border th,.el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed {
    border-right: 1px solid #EBEEF5
}

.el-table--border th.gutter:last-of-type {
    border-bottom: 1px solid #EBEEF5;
    border-bottom-width: 1px
}

.el-table--border th,.el-table__fixed-right-patch {
    border-bottom: 1px solid #EBEEF5
}

.el-table__fixed,.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,.12);
    box-shadow: 0 0 10px rgba(0,0,0,.12)
}

.el-table__fixed-right::before,.el-table__fixed::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #EBEEF5;
    z-index: 4
}

.el-table__fixed-right-patch {
    position: absolute;
    top: -1px;
    right: 0;
    background-color: #FFF
}

.el-table__fixed-right {
    top: 0;
    left: auto;
    right: 0
}

.el-table__fixed-right .el-table__fixed-body-wrapper,.el-table__fixed-right .el-table__fixed-footer-wrapper,.el-table__fixed-right .el-table__fixed-header-wrapper {
    left: auto;
    right: 0
}

.el-table__fixed-header-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3
}

.el-table__fixed-footer-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3
}

.el-table__fixed-footer-wrapper tbody td {
    border-top: 1px solid #EBEEF5;
    background-color: #F5F7FA;
    color: #606266
}

.el-table__fixed-body-wrapper {
    position: absolute;
    left: 0;
    top: 37px;
    overflow: hidden;
    z-index: 3
}

.el-table__body-wrapper,.el-table__footer-wrapper,.el-table__header-wrapper {
    width: 100%
}

.el-table__footer-wrapper {
    margin-top: -1px
}

.el-table__footer-wrapper td {
    border-top: 1px solid #EBEEF5
}

.el-table__body,.el-table__footer,.el-table__header {
    table-layout: fixed;
    border-collapse: separate
}

.el-table__footer-wrapper,.el-table__header-wrapper {
    overflow: hidden
}

.el-table__footer-wrapper tbody td,.el-table__header-wrapper tbody td {
    background-color: #F5F7FA;
    color: #606266
}

.el-table__body-wrapper {
    overflow: hidden;
    position: relative
}

.el-table__body-wrapper.is-scrolling-left~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed,.el-table__body-wrapper.is-scrolling-none~.el-table__fixed-right,.el-table__body-wrapper.is-scrolling-right~.el-table__fixed-right {
    -webkit-box-shadow: none;
    box-shadow: none
}

.el-table__body-wrapper .el-table--border.is-scrolling-right~.el-table__fixed-right {
    border-left: 1px solid #EBEEF5
}

.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
}

.el-table .sort-caret {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    position: absolute;
    left: 7px
}

.el-table .sort-caret.ascending {
    border-bottom-color: #C0C4CC;
    top: 5px
}

.el-table .sort-caret.descending {
    border-top-color: #C0C4CC;
    bottom: 7px
}

.el-table .ascending .sort-caret.ascending {
    border-bottom-color: #409EFF
}

.el-table .descending .sort-caret.descending {
    border-top-color: #409EFF
}

.el-table .hidden-columns {
    visibility: hidden;
    position: absolute;
    z-index: -1
}

.el-table--striped .el-table__body tr.el-table__row--striped td {
    background: #FAFAFA
}

.el-table--striped .el-table__body tr.el-table__row--striped.current-row td {
    background-color: #ecf5ff
}

.el-table__body tr.hover-row.current-row>td,.el-table__body tr.hover-row.el-table__row--striped.current-row>td,.el-table__body tr.hover-row.el-table__row--striped>td,.el-table__body tr.hover-row>td {
    background-color: #F5F7FA
}

.el-table__body tr.current-row>td {
    background-color: #ecf5ff
}

.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
}

.el-table__column-filter-trigger {
    display: inline-block;
    line-height: 34px;
    cursor: pointer
}

.el-table__column-filter-trigger i {
    color: #909399;
    font-size: 12px;
    -webkit-transform: scale(.75);
    transform: scale(.75)
}

.el-table--enable-row-transition .el-table__body td {
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease
}

.el-table--enable-row-hover .el-table__body tr:hover>td {
    background-color: #F5F7FA
}

.el-table--fluid-height .el-table__fixed,.el-table--fluid-height .el-table__fixed-right {
    bottom: 0;
    overflow: hidden
}

.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;
    white-space: nowrap;
    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.is-bordered {
    margin-left: 10px
}

.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__label {
    line-height: 17px;
    font-size: 14px
}

.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner {
    height: 14px;
    width: 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-button__inner,.el-checkbox__input {
    line-height: 1;
    outline: 0;
    white-space: nowrap;
    vertical-align: middle
}

.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
}

.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(.5);
    transform: scale(.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;
    width: 14px;
    height: 14px;
    background-color: #FFF;
    z-index: 1;
    -webkit-transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
    transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.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 .15s ease-in .05s;
    transition: -webkit-transform .15s ease-in .05s;
    transition: transform .15s ease-in .05s;
    transition: transform .15s ease-in .05s,-webkit-transform .15s ease-in .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-button,.el-checkbox-button__inner {
    display: inline-block;
    position: relative
}

.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__inner {
    font-weight: 500;
    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;
    margin: 0;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-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: .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
}

.el-table-column--selection .cell {
    padding-left: 14px;
    padding-right: 14px
}

.el-table-filter {
    border: 1px solid #EBEEF5;
    border-radius: 2px;
    background-color: #FFF;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 2px 0
}

.el-table-filter__list {
    padding: 5px 0;
    margin: 0;
    list-style: none;
    min-width: 100px
}

.el-table-filter__list-item {
    line-height: 36px;
    padding: 0 10px;
    cursor: pointer;
    font-size: 14px
}

.el-table-filter__list-item:hover {
    background-color: #ecf5ff;
    color: #66b1ff
}

.el-table-filter__list-item.is-active {
    background-color: #409EFF;
    color: #FFF
}

.el-table-filter__content {
    min-width: 100px
}

.el-table-filter__bottom {
    border-top: 1px solid #EBEEF5;
    padding: 8px
}

.el-table-filter__bottom button {
    background: 0 0;
    border: none;
    color: #606266;
    cursor: pointer;
    font-size: 13px;
    padding: 0 3px
}

.el-table-filter__bottom button:hover {
    color: #409EFF
}

.el-table-filter__bottom button:focus {
    outline: 0
}

.el-table-filter__bottom button.is-disabled {
    color: #C0C4CC;
    cursor: not-allowed
}

.el-table-filter__wrap {
    max-height: 280px
}

.el-table-filter__checkbox-group {
    padding: 10px
}

.el-table-filter__checkbox-group label.el-checkbox {
    display: block;
    margin-right: 5px;
    margin-bottom: 8px;
    margin-left: 5px
}

.el-table-filter__checkbox-group .el-checkbox:last-child {
    margin-bottom: 0
}

.el-tooltip:focus:hover,.el-tooltip:focus:not(.focusing) {
    outline-width: 0
}

.el-tooltip__popper {
    position: absolute;
    border-radius: 4px;
    padding: 10px;
    z-index: 2000;
    font-size: 12px;
    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] {
    margin-bottom: 12px
}

.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] {
    margin-top: 12px
}

.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] {
    margin-right: 12px
}

.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
}

.el-tag {
    background-color: #ecf5ff;
    border-color: #d9ecff;
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #409EFF;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    -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(.8);
    transform: scale(.8)
}

.el-tag--small {
    height: 24px;
    padding: 0 8px;
    line-height: 22px
}

.el-tag--small .el-icon-close {
    -webkit-transform: scale(.8);
    transform: scale(.8)
}

.el-tag--mini {
    height: 20px;
    padding: 0 5px;
    line-height: 19px
}

.el-tag--mini .el-icon-close {
    margin-left: -3px;
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

.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::-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,.3);
    -webkit-transition: .3s background-color;
    transition: .3s background-color
}

.el-scrollbar__thumb:hover {
    background-color: rgba(144,147,153,.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%
}

[class*=plx-icon--] {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    direction: ltr;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,Arial,sans-serif
}

[class*=plx-icon--].rotate45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

[class*=plx-icon--].rotate90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.plx-icon--arrow-bottom,.plx-icon--arrow-left,.plx-icon--arrow-right,.plx-icon--arrow-top,.plx-icon--caret-bottom,.plx-icon--caret-left,.plx-icon--caret-right,.plx-icon--caret-top,.plx-icon--circle-plus,.plx-icon--close,.plx-icon--d-arrow-left,.plx-icon--d-arrow-right,.plx-icon--download,.plx-icon--error,.plx-icon--funnel,.plx-icon--info,.plx-icon--menu,.plx-icon--minus,.plx-icon--more,.plx-icon--plus,.plx-icon--question,.plx-icon--refresh,.plx-icon--remove,.plx-icon--success,.plx-icon--upload,.plx-icon--warning,.plx-icon--zoomin,.plx-icon--zoomout {
    width: 1em;
    height: 1em;
    line-height: 1em
}

.plx-icon--arrow-bottom:before,.plx-icon--arrow-left:before,.plx-icon--arrow-right:before,.plx-icon--arrow-top:before,.plx-icon--caret-bottom:before,.plx-icon--caret-left:before,.plx-icon--caret-right:before,.plx-icon--caret-top:before,.plx-icon--circle-plus:after,.plx-icon--close:before,.plx-icon--d-arrow-left:after,.plx-icon--d-arrow-left:before,.plx-icon--d-arrow-right:after,.plx-icon--d-arrow-right:before,.plx-icon--download:after,.plx-icon--download:before,.plx-icon--edit-outline:after,.plx-icon--edit-outline:before,.plx-icon--error:after,.plx-icon--funnel:after,.plx-icon--funnel:before,.plx-icon--info:after,.plx-icon--minus:before,.plx-icon--plus:before,.plx-icon--question:after,.plx-icon--refresh:after,.plx-icon--refresh:before,.plx-icon--remove:after,.plx-icon--success:after,.plx-icon--upload:after,.plx-icon--upload:before,.plx-icon--warning:after,.plx-icon--zoomin:after,.plx-icon--zoomin:before,.plx-icon--zoomout:after,.plx-icon--zoomout:before {
    content: "";
    position: absolute
}

.plx-icon--zoomin {
    border-width: .1em;
    border-style: solid;
    border-color: inherit;
    background-color: #fff
}

.plx-icon--zoomin:after,.plx-icon--zoomin:before {
    background-color: inherit
}

.plx-icon--zoomin:before {
    left: -.1em;
    top: .2em;
    width: 1.1em;
    height: .4em
}

.plx-icon--zoomin:after {
    top: -.1em;
    left: .2em;
    width: .4em;
    height: 1.1em
}

.plx-icon--zoomout {
    position: relative
}

.plx-icon--zoomout:before {
    right: 0;
    top: 0
}

.plx-icon--zoomout:after,.plx-icon--zoomout:before {
    width: .7em;
    height: .7em;
    border-width: .1em;
    border-style: solid;
    border-color: inherit
}

.plx-icon--zoomout:after {
    left: .1em;
    bottom: .1em;
    background-color: #fff
}

.plx-icon--menu:before {
    content: "";
    display: inline-block;
    width: .24em;
    height: .24em;
    -webkit-box-shadow: 0 -.38em 0,-.38em -.38em 0,.38em -.38em 0,0 0 0 1em inset,-.38em 0 0,.38em 0 0,0 .38em 0,-.38em .38em 0,.38em .38em 0;
    box-shadow: 0 -.38em 0,-.38em -.38em 0,.38em -.38em 0,inset 0 0 0 1em,-.38em 0 0,.38em 0 0,0 .38em 0,-.38em .38em 0,.38em .38em 0;
    margin: .24em
}

.plx-icon--caret-bottom:before,.plx-icon--caret-left:before,.plx-icon--caret-right:before,.plx-icon--caret-top:before {
    left: 0;
    bottom: .25em;
    border-width: .4em;
    border-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: inherit;
    border-left-color: transparent
}

.plx-icon--caret-bottom:before {
    left: 0;
    bottom: -.25em;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.plx-icon--caret-left:before {
    left: -.25em;
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.plx-icon--caret-right:before {
    left: .25em;
    bottom: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.plx-icon--arrow-bottom:before,.plx-icon--arrow-left:before,.plx-icon--arrow-right:before,.plx-icon--arrow-top:before {
    top: .4em;
    left: .14em;
    width: .7em;
    height: .7em;
    border-width: .15em;
    border-style: solid;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.plx-icon--arrow-bottom:before {
    top: 0;
    left: .14em;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.plx-icon--arrow-left:before {
    top: .14em;
    left: .4em;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.plx-icon--arrow-right:before {
    top: .14em;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.plx-icon--d-arrow-left:before,.plx-icon--d-arrow-right:before {
    left: .2em
}

.plx-icon--d-arrow-left:after,.plx-icon--d-arrow-right:after {
    left: .58em
}

.plx-icon--d-arrow-left:after,.plx-icon--d-arrow-left:before,.plx-icon--d-arrow-right:after,.plx-icon--d-arrow-right:before {
    top: .14em;
    width: .7em;
    height: .7em;
    border-width: .15em;
    border-style: solid;
    border-top-color: inherit;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.plx-icon--d-arrow-right:after,.plx-icon--d-arrow-right:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.plx-icon--d-arrow-right:before {
    left: -.22em
}

.plx-icon--d-arrow-right:after {
    left: .16em
}

.plx-icon--funnel:before {
    top: .05em;
    left: 0;
    border-width: .5em;
    border-style: solid;
    border-top-color: inherit;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.plx-icon--funnel:after {
    left: .41em;
    top: .4em;
    width: 0;
    height: .5em;
    border-width: 0 .2em 0 0;
    border-style: solid;
    border-right-color: inherit
}

.plx-icon--edit-outline {
    height: .88em;
    width: .88em;
    margin: 0 .06em .12em .06em;
    border-radius: .2em;
    border-width: .1em;
    border-style: solid;
    border-color: inherit
}

.plx-icon--edit-outline:before {
    top: -.1em;
    right: -.1em;
    width: .4em;
    height: .4em;
    background-color: #fff
}

.plx-icon--edit-outline:after {
    left: .15em;
    top: .12em;
    width: .8em;
    height: 0;
    border-radius: .2em;
    border-width: 0 0 .15em 0;
    border-style: solid;
    border-color: inherit;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.plx-icon--more:before {
    content: "...";
    position: absolute;
    top: 0;
    left: .1em;
    line-height: .5em;
    font-weight: 700
}

.plx-icon--plus:before {
    content: "+";
    top: .01em;
    left: -.08em;
    font-size: 2em;
    font-weight: 400
}

.plx-icon--close:before {
    content: "+";
    top: -.02em;
    left: -.12em;
    font-size: 2.4em;
    font-weight: 400;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.plx-icon--minus:before {
    left: 0;
    top: .42em;
    border-width: 0 0 .15em 0;
    border-color: inherit;
    border-style: solid;
    height: 0;
    width: 100%
}

.plx-icon--refresh {
    border-width: .1em;
    border-style: solid;
    border-radius: 50%;
    border-right-color: transparent!important;
    border-left-color: transparent!important
}

.plx-icon--refresh:before {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(50%) rotate(-45deg);
    transform: translateX(50%) rotate(-45deg)
}

.plx-icon--refresh:after {
    right: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%) rotate(135deg);
    transform: translateX(-50%) rotate(135deg)
}

.plx-icon--refresh:after,.plx-icon--refresh:before {
    width: 0;
    height: 0;
    border-width: .25em;
    border-style: solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.plx-icon--refresh.roll {
    -webkit-animation: rollCircle 1s linear infinite;
    animation: rollCircle 1s linear infinite
}

@-webkit-keyframes rollCircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes rollCircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.plx-icon--circle-plus:before,.plx-icon--error:before,.plx-icon--info:before,.plx-icon--question:before,.plx-icon--remove:before,.plx-icon--success:before,.plx-icon--warning:before {
    content: "";
    border-radius: 50%;
    border-width: .5em;
    border-style: solid;
    border-color: inherit;
    position: absolute;
    top: 0;
    left: 0
}

.plx-icon--question:after {
    content: "?";
    top: .06em;
    left: .28em;
    font-size: .8em;
    font-weight: 700;
    color: #fff
}

.plx-icon--info:after {
    top: -.02em;
    left: .46em;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.plx-icon--info:after,.plx-icon--warning:after {
    content: "!";
    font-size: .8em;
    font-weight: 700;
    color: #fff
}

.plx-icon--warning:after {
    top: .02em;
    left: .4em
}

.plx-icon--success:after {
    height: .55em;
    width: .3em;
    left: .35em;
    top: .15em;
    border-width: .1em;
    border-style: solid;
    border-color: #fff;
    border-left: 0;
    border-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.plx-icon--circle-plus:after,.plx-icon--error:after,.plx-icon--remove:after {
    content: "+";
    top: 0;
    left: .08em;
    font-size: 1.22em;
    font-weight: 400;
    color: #fff
}

.plx-icon--remove:after {
    content: "-";
    top: .38em;
    left: .22em;
    border-width: 0 0 .1em 0;
    border-color: #fff;
    border-style: solid;
    height: 0;
    width: .4em
}

.plx-icon--error:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.plx-icon--download,.plx-icon--upload {
    height: .9em;
    border-width: 0;
    border-style: solid;
    border-color: inherit
}

.plx-icon--download:before,.plx-icon--upload:before {
    left: .47em;
    height: .6em;
    border-width: 0;
    border-style: solid;
    border-color: inherit;
    border-right-width: .1em
}

.plx-icon--download:after,.plx-icon--upload:after {
    left: .23em;
    bottom: .26em;
    width: .6em;
    height: .6em;
    border-width: .1em;
    border-style: solid;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.plx-icon--upload {
    border-top-width: .1em
}

.plx-icon--upload:before {
    top: .2em
}

.plx-icon--upload:after {
    top: .2em;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: inherit;
    border-left-color: inherit
}

.plx-icon--download {
    border-bottom-width: .1em
}

.plx-icon--download:before {
    bottom: .2em
}

.plx-icon--download:after {
    bottom: .2em;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: transparent;
    border-left-color: transparent
}

[class*=plx-],[class*=plx-] :after,[class*=plx-] :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    line-height: 1.5;
    font-variant: tabular-nums;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum"
}

.t--animat .plx-filter--btn:after,.t--animat .plx-filter--btn:before,.t--animat .plx-input--wrapper .plx-input,.t--animat .plx-sort--asc-btn:after,.t--animat .plx-sort--asc-btn:before,.t--animat .plx-sort--desc-btn:after,.t--animat .plx-sort--desc-btn:before {
    -webkit-transition: border .1s ease-in-out;
    transition: border .1s ease-in-out
}

.t--animat .plx-table--expand-btn,.t--animat .plx-tree--node-btn {
    -webkit-transition: -webkit-transform .1s ease-in-out;
    transition: -webkit-transform .1s ease-in-out;
    transition: transform .1s ease-in-out;
    transition: transform .1s ease-in-out,-webkit-transform .1s ease-in-out
}

.t--animat .plx-checkbox>input:checked+span,.t--animat .plx-radio>input:checked+span {
    -webkit-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out
}

.plx-table .plx-body--column.col--ellipsis:not(.col--actived) .plx-cell,.plx-table .plx-footer--column.col--ellipsis:not(.col--actived) .plx-cell,.plx-table .plx-header--column.col--ellipsis:not(.col--actived) .plx-cell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.plx-table .plx-body--column.col--ellipsis,.plx-table.plx-editable .plx-body--column,.plx-table .plx-footer--column.col--ellipsis,.plx-table .plx-header--column.col--ellipsis {
    height: 48px
}

.plx-table.plx-editable.size--medium .plx-body--column,.plx-table.size--medium .plx-body--column.col--ellipsis,.plx-table.size--medium .plx-footer--column.col--ellipsis,.plx-table.size--medium .plx-header--column.col--ellipsis {
    height: 44px
}

.plx-table.plx-editable.size--small .plx-body--column,.plx-table.size--small .plx-body--column.col--ellipsis,.plx-table.size--small .plx-footer--column.col--ellipsis,.plx-table.size--small .plx-header--column.col--ellipsis {
    height: 40px
}

.plx-table.plx-editable.size--mini .plx-body--column,.plx-table.size--mini .plx-body--column.col--ellipsis,.plx-table.size--mini .plx-footer--column.col--ellipsis,.plx-table.size--mini .plx-header--column.col--ellipsis {
    height: 36px
}

.plx-table--file-form,.plx-table-hidden-column {
    display: none
}

.plx-table--print-frame {
    position: fixed;
    bottom: -100%;
    left: -100%;
    height: 0;
    width: 0;
    border: 0
}

.plx-table--body-wrapper,.plx-table--fixed-left-body-wrapper,.plx-table--fixed-right-body-wrapper {
    overflow-y: auto;
    overflow-x: auto
}

.plx-table--borders .plx-table-border-bottom,.plx-table--borders .plx-table-border-left,.plx-table--borders .plx-table-border-right,.plx-table--borders .plx-table-border-top {
    position: absolute;
    background-color: #409eff
}

.plx-table--borders .plx-table-checked-borders .plx-table-border-bottom,.plx-table--borders .plx-table-checked-borders .plx-table-border-top {
    height: 2px
}

.plx-table--borders .plx-table-checked-borders .plx-table-border-left,.plx-table--borders .plx-table-checked-borders .plx-table-border-right {
    width: 2px
}

.plx-table--borders .plx-table-copyed-borders .plx-table-border-bottom,.plx-table--borders .plx-table-copyed-borders .plx-table-border-top {
    height: 3px
}

.plx-table--borders .plx-table-copyed-borders .plx-table-border-left,.plx-table--borders .plx-table-copyed-borders .plx-table-border-right {
    width: 3px
}

.plx-table--borders .plx-table-copyed-borders>span {
    background: repeating-linear-gradient(135deg,transparent,transparent 3px,#409eff 0,#409eff 9px);
    -webkit-animation: shine 1s linear infinite;
    animation: shine 1s linear infinite
}

.plx-body--row .plx-body--column.col--checked {
    position: relative;
    background-color: #e6f7ff;
    border-right-color: #d4d4d4;
    border-bottom-color: #d4d4d4
}

.plx-body--row .plx-body--column.col--selected {
    background-color: #fff
}

@-webkit-keyframes shine {
    0% {
        background-position: -1px -1px
    }

    to {
        background-position: -12px -12px
    }
}

@keyframes shine {
    0% {
        background-position: -1px -1px
    }

    to {
        background-position: -12px -12px
    }
}

.plx-table--filter-wrapper .plx-default-input,.plx-table--filter-wrapper .plx-default-select,.plx-table--filter-wrapper .plx-default-textarea,.plx-table .plx-default-input,.plx-table .plx-default-select,.plx-table .plx-default-textarea {
    outline: 0;
    padding: 0 2px;
    height: 40px;
    width: 100%;
    color: #606266;
    border-radius: 4px;
    border: 1px solid #dcdfe6
}

.plx-table--filter-wrapper .plx-default-input:focus,.plx-table--filter-wrapper .plx-default-select:focus,.plx-table--filter-wrapper .plx-default-textarea:focus,.plx-table .plx-default-input:focus,.plx-table .plx-default-select:focus,.plx-table .plx-default-textarea:focus {
    border: 1px solid #409eff
}

.plx-table--filter-wrapper .plx-default-input[disabled],.plx-table--filter-wrapper .plx-default-select[disabled],.plx-table--filter-wrapper .plx-default-textarea[disabled],.plx-table .plx-default-input[disabled],.plx-table .plx-default-select[disabled],.plx-table .plx-default-textarea[disabled] {
    cursor: not-allowed;
    background-color: #f3f3f3
}

.plx-table--filter-wrapper .plx-default-input[type=date]::-webkit-inner-spin-button,.plx-table .plx-default-input[type=date]::-webkit-inner-spin-button {
    margin-top: 6px
}

.plx-table--filter-wrapper .plx-default-input[type=date]::-webkit-inner-spin-button,.plx-table--filter-wrapper .plx-default-input[type=number]::-webkit-inner-spin-button,.plx-table .plx-default-input[type=date]::-webkit-inner-spin-button,.plx-table .plx-default-input[type=number]::-webkit-inner-spin-button {
    height: 24px
}

.plx-table--filter-wrapper .plx-default-input::-webkit-input-placeholder,.plx-table .plx-default-input::-webkit-input-placeholder {
    color: #c0c4cc
}

.plx-table--filter-wrapper .plx-default-input::-moz-placeholder,.plx-table .plx-default-input::-moz-placeholder {
    color: #c0c4cc
}

.plx-table--filter-wrapper .plx-default-input:-ms-input-placeholder,.plx-table .plx-default-input:-ms-input-placeholder {
    color: #c0c4cc
}

.plx-table--filter-wrapper .plx-default-input::-ms-input-placeholder,.plx-table .plx-default-input::-ms-input-placeholder {
    color: #c0c4cc
}

.plx-table--filter-wrapper .plx-default-input::placeholder,.plx-table .plx-default-input::placeholder {
    color: #c0c4cc
}

.plx-table--filter-wrapper .plx-default-textarea,.plx-table .plx-default-textarea {
    resize: none;
    vertical-align: middle
}

.plx-table--filter-wrapper .plx-input--wrapper,.plx-table .plx-input--wrapper {
    width: 100%;
    display: block
}

.plx-table--filter-wrapper .plx-input--wrapper .plx-input,.plx-table--filter-wrapper .plx-input--wrapper .plx-textarea,.plx-table .plx-input--wrapper .plx-input,.plx-table .plx-input--wrapper .plx-textarea {
    padding: 0 2px
}

.plx-table--filter-wrapper .plx-input--wrapper .plx-textarea,.plx-table .plx-input--wrapper .plx-textarea {
    resize: none
}

.plx-table--filter-wrapper .plx-default-input,.plx-table--filter-wrapper .plx-default-textarea {
    padding: 0 10px
}

.plx-table--checkbox-range {
    display: none;
    position: absolute;
    background-color: rgba(50,128,252,.2);
    border: 1px solid #006af1;
    border-radius: 2px;
    pointer-events: none
}

.plx-table {
    position: relative;
    font-size: 14px;
    color: #606266;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,Arial,sans-serif;
    background-color: #fff
}

.plx-table:after,.plx-table:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 2
}

.plx-table:before {
    top: 0;
    border-top: 1px solid #e8eaec
}

.plx-table:after {
    bottom: 0;
    border-bottom: 1px solid #e8eaec
}

.plx-table .plx-table--body,.plx-table .plx-table--footer,.plx-table .plx-table--header {
    border: 0;
    border-spacing: 0;
    border-collapse: separate;
    table-layout: fixed
}

.plx-table .plx-table--footer-wrapper,.plx-table .plx-table--header-wrapper {
    overflow-x: hidden;
    overflow-y: hidden
}

.plx-table.show--foot.scroll--x .plx-table--body-wrapper {
    overflow-x: scroll
}

.plx-table .plx-body--row {
    background-color: #fff
}

.plx-table .plx-body--row.row--stripe,.plx-table .plx-body--row.row--stripe .plx-tree--btn-wrapper {
    background-color: #fafafa
}

.plx-table .plx-body--row.row--cheched,.plx-table .plx-body--row.row--cheched .plx-tree--btn-wrapper,.plx-table .plx-body--row.row--radio,.plx-table .plx-body--row.row--radio .plx-tree--btn-wrapper {
    background-color: #fff3e0
}

.plx-table .plx-body--row.row--current,.plx-table .plx-body--row.row--current .plx-tree--btn-wrapper {
    background-color: #e6f7ff
}

.plx-table .plx-body--row.row--hover,.plx-table .plx-body--row.row--hover .plx-tree--btn-wrapper,.plx-table .plx-body--row.row--hover.row--stripe,.plx-table .plx-body--row.row--hover.row--stripe .plx-tree--btn-wrapper {
    background-color: #f5f7fa
}

.plx-table .plx-body--row.row--hover.row--cheched,.plx-table .plx-body--row.row--hover.row--cheched .plx-tree--btn-wrapper,.plx-table .plx-body--row.row--hover.row--radio,.plx-table .plx-body--row.row--hover.row--radio .plx-tree--btn-wrapper {
    background-color: #ffebbc
}

.plx-table .plx-body--row.row--hover.row--current,.plx-table .plx-body--row.row--hover.row--current .plx-tree--btn-wrapper {
    background-color: #d7effb
}

.plx-table.c--resize * {
    cursor: col-resize
}

.plx-table.column--highlight .plx-header--column:not(.col--seq):hover {
    background-color: #d7effb
}

.plx-table .plx-body--column,.plx-table .plx-footer--column,.plx-table .plx-header--column {
    position: relative;
    line-height: 24px;
    text-align: left
}

.plx-table .plx-body--column:not(.col--ellipsis),.plx-table .plx-footer--column:not(.col--ellipsis),.plx-table .plx-header--column:not(.col--ellipsis) {
    padding: 12px 0
}

.plx-table .plx-body--column.col--current,.plx-table .plx-body--column.col--current .plx-tree--btn-wrapper,.plx-table .plx-footer--column.col--current,.plx-table .plx-footer--column.col--current .plx-tree--btn-wrapper,.plx-table .plx-header--column.col--current,.plx-table .plx-header--column.col--current .plx-tree--btn-wrapper {
    background-color: #e6f7ff
}

.plx-table .plx-body--column.col--center,.plx-table .plx-footer--column.col--center,.plx-table .plx-header--column.col--center {
    text-align: center
}

.plx-table .plx-body--column.col--right,.plx-table .plx-footer--column.col--right,.plx-table .plx-header--column.col--right {
    text-align: right
}

.plx-table .plx-body--column.col--checkbox {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.plx-table .plx-table--footer-wrapper {
    border-top: 1px solid #e8eaec
}

.plx-table:not(.t--border) .plx-body--column,.plx-table:not(.t--border) .plx-footer--column,.plx-table:not(.t--border) .plx-header--column {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e8eaec),to(#e8eaec));
    background-image: linear-gradient(-180deg,#e8eaec,#e8eaec);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: 100% 100%
}

.plx-table.t--border:not(.b--style-none) .plx-body--column,.plx-table.t--border:not(.b--style-none) .plx-footer--column,.plx-table.t--border:not(.b--style-none) .plx-header--column {
    background-image: -webkit-gradient(linear,right top,left top,from(#e8eaec),to(#e8eaec)),-webkit-gradient(linear,left top,left bottom,from(#e8eaec),to(#e8eaec));
    background-image: linear-gradient(-90deg,#e8eaec,#e8eaec),linear-gradient(-180deg,#e8eaec,#e8eaec);
    background-repeat: no-repeat;
    background-size: 1px 100%,100% 1px;
    background-position: 100% 0,100% 100%
}

.plx-table.t--border .plx-table--fixed-left-wrapper {
    border-right: 1px solid #e8eaec
}

.plx-table.t--border .plx-table--fixed-left-wrapper .plx-body--column {
    border-right-color: #e8eaec
}

.plx-table.t--border.b--style-none .plx-body--column,.plx-table.t--border.b--style-none .plx-footer--column,.plx-table.t--border.b--style-none .plx-header--column {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e8eaec),to(#e8eaec));
    background-image: linear-gradient(-180deg,#e8eaec,#e8eaec);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: 100% 100%
}

.plx-table.t--border.b--style-none .plx-table--border-line,.plx-table.t--border.b--style-none:before {
    display: none
}

.plx-table.t--border.b--style-none .plx-table--fixed-left-wrapper {
    border-right: 0
}

.plx-table.t--checked,.plx-table.t--selected {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.plx-table.t--checked .plx-body--column.col--seq,.plx-table.t--checked .plx-header--column.col--seq {
    text-align: center;
    cursor: default
}

.plx-table.t--checked .plx-header--column.col--seq .plx-cell {
    visibility: hidden
}

.plx-table.t--checked .plx-body--column.col--seq {
    background-color: #f8f8f9
}

.plx-table.t--checked .plx-body--column.col--seq.col--seq-checked {
    background-color: #dcdcdc
}

.plx-table.size--medium {
    font-size: 14px
}

.plx-table.size--medium .plx-body--column:not(.col--ellipsis),.plx-table.size--medium .plx-footer--column:not(.col--ellipsis),.plx-table.size--medium .plx-header--column:not(.col--ellipsis) {
    padding: 10px 0
}

.plx-table.size--medium .plx-table--loading .plx-table--spinner {
    width: 50px;
    height: 50px
}

.plx-table.size--medium .plx-default-input,.plx-table.size--medium .plx-default-select,.plx-table.size--medium .plx-default-textarea,.plx-table.size--medium .plx-input--wrapper {
    height: 36px
}

.plx-table.size--medium .plx-default-input[type=date]::-webkit-inner-spin-button {
    margin-top: 4px
}

.plx-table.size--small {
    font-size: 13px
}

.plx-table.size--small .plx-body--column:not(.col--ellipsis),.plx-table.size--small .plx-footer--column:not(.col--ellipsis),.plx-table.size--small .plx-header--column:not(.col--ellipsis) {
    padding: 8px 0
}

.plx-table.size--small .plx-table--loading .plx-table--spinner {
    width: 44px;
    height: 44px
}

.plx-table.size--small .plx-default-input,.plx-table.size--small .plx-default-select,.plx-table.size--small .plx-default-textarea,.plx-table.size--small .plx-input--wrapper {
    height: 32px
}

.plx-table.size--small .plx-default-input[type=date]::-webkit-inner-spin-button {
    margin-top: 2px
}

.plx-table.size--mini {
    font-size: 12px
}

.plx-table.size--mini .plx-body--column:not(.col--ellipsis),.plx-table.size--mini .plx-footer--column:not(.col--ellipsis),.plx-table.size--mini .plx-header--column:not(.col--ellipsis) {
    padding: 6px 0
}

.plx-table.size--mini .plx-table--loading .plx-table--spinner {
    width: 38px;
    height: 38px
}

.plx-table.size--mini .plx-default-input,.plx-table.size--mini .plx-default-select,.plx-table.size--mini .plx-default-textarea,.plx-table.size--mini .plx-input--wrapper {
    height: 28px
}

.plx-table.size--mini .plx-default-input[type=date]::-webkit-inner-spin-button {
    margin-top: 0
}

.plx-table .plx-cell {
    white-space: normal;
    word-break: break-all;
    padding: 0 10px
}

.plx-table .plx-cell--checkbox,.plx-table .plx-cell--radio {
    position: relative;
    padding-left: 1.8em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.plx-table .plx-cell--checkbox:before,.plx-table .plx-cell--radio:before {
    content: "";
    position: absolute;
    height: 14px;
    width: 14px;
    top: 0;
    left: 0;
    border: 1px solid #dcdfe6;
    background-color: #fff
}

.plx-table .plx-cell--checkbox:not(.is--disabled):hover:before,.plx-table .plx-cell--radio:not(.is--disabled):hover:before {
    border-color: #409eff
}

.plx-table .plx-cell--checkbox.is--disabled,.plx-table .plx-cell--radio.is--disabled {
    cursor: not-allowed;
    color: #dcdfe6
}

.plx-table .plx-cell--checkbox.is--disabled:before,.plx-table .plx-cell--radio.is--disabled:before {
    border-color: #dcdfe6;
    background-color: #f3f3f3
}

.plx-table .plx-cell--radio:before {
    border-radius: 50%
}

.plx-table .plx-cell--radio.is--checked {
    color: #409eff
}

.plx-table .plx-cell--radio.is--checked:before {
    border-color: #409eff;
    background-color: #409eff
}

.plx-table .plx-cell--radio.is--checked:after {
    content: "";
    position: absolute;
    height: .5em;
    width: .5em;
    top: .35em;
    left: .35em;
    border-radius: 50%;
    background-color: #fff
}

.plx-table .plx-cell--checkbox:before {
    border-radius: .2em
}

.plx-table .plx-cell--checkbox.is--checked,.plx-table .plx-cell--checkbox.is--indeterminate {
    color: #409eff
}

.plx-table .plx-cell--checkbox.is--checked:before,.plx-table .plx-cell--checkbox.is--indeterminate:before {
    border-color: #409eff;
    background-color: #409eff
}

.plx-table .plx-cell--checkbox.is--checked:after,.plx-table .plx-cell--checkbox.is--indeterminate:after {
    content: "";
    position: absolute
}

.plx-table .plx-cell--checkbox.is--checked:after {
    height: 9px;
    width: 5px;
    top: 1px;
    left: 5px;
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.plx-table .plx-cell--checkbox.is--indeterminate:after {
    top: 6px;
    left: 1px;
    height: 2px;
    width: 12px;
    background-color: #fff;
    -webkit-transform: scale(.6);
    transform: scale(.6)
}

.plx-table .plx-cell--checkbox.is--disabled:after {
    border-color: #dcdfe6
}

.plx-table .fixed--hidden {
    visibility: hidden
}

.plx-table .plx-table--fixed-left-wrapper,.plx-table .plx-table--fixed-right-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    overflow: hidden;
    background-color: #fff
}

.plx-table .plx-table--fixed-left-wrapper .plx-table--body-wrapper,.plx-table .plx-table--fixed-right-wrapper .plx-table--body-wrapper {
    overflow-x: hidden
}

.plx-table.show--head .plx-table--fixed-left-wrapper .plx-table--body-wrapper:before,.plx-table.show--head .plx-table--fixed-right-wrapper .plx-table--body-wrapper:before {
    display: none
}

.plx-table .plx-table--fixed-left-wrapper {
    left: 0;
    width: 200px
}

.plx-table .plx-table--fixed-left-wrapper.scrolling--middle {
    -webkit-box-shadow: 4px 3px 4px 0 rgba(0,0,0,.12);
    box-shadow: 4px 3px 4px 0 rgba(0,0,0,.12)
}

.plx-table .plx-table--fixed-right-wrapper {
    right: 0
}

.plx-table .plx-table--fixed-right-wrapper.scrolling--middle {
    -webkit-box-shadow: -4px 3px 4px 0 rgba(0,0,0,.12);
    box-shadow: -4px 3px 4px 0 rgba(0,0,0,.12)
}

.plx-table .plx-table--body-wrapper,.plx-table .plx-table--footer-wrapper,.plx-table .plx-table--header-wrapper {
    position: relative
}

.plx-table .plx-table--body-wrapper.fixed-left--wrapper,.plx-table .plx-table--body-wrapper.fixed-right--wrapper,.plx-table .plx-table--footer-wrapper.fixed-left--wrapper,.plx-table .plx-table--footer-wrapper.fixed-right--wrapper,.plx-table .plx-table--header-wrapper.fixed-left--wrapper,.plx-table .plx-table--header-wrapper.fixed-right--wrapper {
    position: absolute;
    top: 0
}

.plx-table .plx-table--body-wrapper.fixed-left--wrapper,.plx-table .plx-table--footer-wrapper.fixed-left--wrapper,.plx-table .plx-table--header-wrapper.fixed-left--wrapper {
    left: 0
}

.plx-table .plx-table--body-wrapper.fixed-right--wrapper,.plx-table .plx-table--footer-wrapper.fixed-right--wrapper,.plx-table .plx-table--header-wrapper.fixed-right--wrapper {
    right: 0;
    overflow-y: auto
}

.plx-table .plx-body--x-space {
    width: 100%;
    height: 1px;
    margin-bottom: -1px
}

.plx-table .plx-body--y-space {
    width: 0;
    float: left
}

.plx-table .plx-sort-wrapper {
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    position: relative
}

.plx-table .plx-sort-wrapper .plx-sort--asc-btn,.plx-table .plx-sort-wrapper .plx-sort--desc-btn {
    position: absolute;
    left: .35em;
    color: #c0c4cc;
    width: 1em;
    text-align: center;
    cursor: pointer
}

.plx-table .plx-sort-wrapper .plx-sort--asc-btn:hover,.plx-table .plx-sort-wrapper .plx-sort--desc-btn:hover {
    color: #606266
}

.plx-table .plx-sort-wrapper .plx-sort--asc-btn.sort--active,.plx-table .plx-sort-wrapper .plx-sort--desc-btn.sort--active {
    color: #409eff
}

.plx-table .plx-sort-wrapper .plx-sort--asc-btn {
    top: -.12em
}

.plx-table .plx-sort-wrapper .plx-sort--desc-btn {
    bottom: -.02em
}

.plx-table .plx-table--resizable-bar {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    z-index: 4
}

.plx-table .plx-table--resizable-bar:before {
    content: "";
    display: block;
    height: 100%;
    background-color: #d9dddf
}

.plx-table .plx-table--border-line:after,.plx-table .plx-table--border-line:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    z-index: 1
}

.plx-table .plx-table--border-line:before {
    left: 0;
    border-left: 1px solid #e8eaec
}

.plx-table .plx-table--border-line:after {
    right: 0;
    border-right: 1px solid #e8eaec
}

.plx-table.has--tree-line .plx-body--row:first-child .plx-tree--line {
    border-width: 0 0 1px 0
}

.plx-table.has--tree-line .plx-body--column {
    background-image: none
}

.plx-table .plx-tree--line-wrapper {
    position: relative;
    display: block;
    height: 0
}

.plx-table .plx-tree--line {
    content: "";
    position: absolute;
    bottom: -.8em;
    width: .8em;
    border-width: 0 0 1px 1px;
    border-style: dotted;
    border-color: #b6b4b6;
    pointer-events: none
}

.plx-table .plx-cell--tree-node {
    position: relative
}

.plx-table .plx-tree--btn-wrapper {
    position: absolute;
    top: 50%;
    width: 1em;
    height: 1em;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    background-color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.plx-table .plx-tree--node-btn {
    display: block;
    color: #939599
}

.plx-table .plx-tree--node-btn:hover {
    color: #606266
}

.plx-table .plx-tree-cell {
    display: block;
    padding-left: 1.5em
}

.plx-table .plx-table--expanded {
    padding-right: .5em;
    cursor: pointer
}

.plx-table .plx-table--expanded .plx-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
}

.plx-table .plx-table--expanded .plx-table--expand-btn:hover {
    color: #606266
}

.plx-table .plx-body--expanded-column {
    border-bottom: 1px solid #e8eaec
}

.plx-table .plx-body--expanded-cell {
    padding: 20px
}

.plx-table .plx-body--column.col--ellipsis,.plx-table.plx-editable .plx-body--column,.plx-table .plx-footer--column.col--ellipsis,.plx-table .plx-header--column.col--ellipsis {
    line-height: inherit
}

.plx-table.virtual--x .col--ellipsis .plx-cell,.plx-table.virtual--y .col--ellipsis .plx-cell {
    max-height: 47px
}

.plx-table.size--medium.virtual--x .col--ellipsis .plx-cell,.plx-table.size--medium.virtual--y .col--ellipsis .plx-cell {
    max-height: 43px
}

.plx-table.size--small .plx-body--column.col--ellipsis .plx-cell,.plx-table.size--small .plx-footer--column.col--ellipsis .plx-cell,.plx-table.size--small .plx-header--column.col--ellipsis .plx-cell,.plx-table.size--small.virtual--x .col--ellipsis .plx-cell,.plx-table.size--small.virtual--y .col--ellipsis .plx-cell {
    max-height: 39px
}

.plx-table.size--mini .plx-body--column.col--ellipsis .plx-cell,.plx-table.size--mini .plx-footer--column.col--ellipsis .plx-cell,.plx-table.size--mini .plx-header--column.col--ellipsis .plx-cell,.plx-table.size--mini.virtual--x .col--ellipsis .plx-cell,.plx-table.size--mini.virtual--y .col--ellipsis .plx-cell {
    max-height: 35px
}

.plx-table .plx-table--empty-block,.plx-table .plx-table--empty-placeholder {
    min-height: 60px;
    -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
}

.plx-table .plx-table--empty-block {
    display: none;
    visibility: hidden
}

.plx-table .plx-table--empty-block.is--empty,.plx-table .plx-table--empty-placeholder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.plx-table .plx-table--empty-placeholder {
    position: absolute;
    top: 0;
    z-index: 8
}

.plx-table .plx-table--empty-content {
    display: block;
    width: 50%;
    pointer-events: auto
}

.plx-table.has--height .plx-table--empty-placeholder {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plx-table .plx-body--column.col--selected:not(.col--checked) {
    -webkit-box-shadow: inset 0 0 0 2px #409eff;
    box-shadow: inset 0 0 0 2px #409eff
}

.plx-table .plx-body--column.col--actived,.plx-table .plx-body--column.col--dirty,.plx-table .plx-body--column.col--selected {
    position: relative
}

.plx-table .plx-body--column.col--valid-error .plx-cell--valid {
    width: 320px;
    position: absolute;
    bottom: calc(100% + 4px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    pointer-events: none;
    z-index: 1
}

.plx-table .plx-body--column.col--valid-error .plx-cell--valid .plx-cell--valid-msg {
    display: inline-block;
    border-radius: 4px;
    padding: 8px 12px;
    color: #fff;
    background-color: #f56c6c;
    pointer-events: auto
}

.plx-table .plx-body--column.col--valid-error .plx-default-input,.plx-table .plx-body--column.col--valid-error .plx-default-select,.plx-table .plx-body--column.col--valid-error .plx-default-textarea,.plx-table .plx-body--column.col--valid-error .plx-input--wrapper>.plx-input {
    border-color: #f56c6c
}

.plx-table .plx-body--row:first-child .plx-cell--valid {
    bottom: auto;
    top: calc(100% + 4px)
}

.plx-table.plx-editable.c--highlight .plx-body--column.col--actived {
    -webkit-box-shadow: inset 0 0 0 2px #409eff;
    box-shadow: inset 0 0 0 2px #409eff
}

.plx-table.plx-editable.c--highlight .plx-body--column.col--actived.col--valid-error {
    -webkit-box-shadow: inset 0 0 0 2px #f56c6c;
    box-shadow: inset 0 0 0 2px #f56c6c
}

.plx-table.plx-editable.c--highlight .plx-body--column.col--actived .plx-cell .plx-default-input,.plx-table.plx-editable.c--highlight .plx-body--column.col--actived .plx-cell .plx-default-textarea,.plx-table.plx-editable.c--highlight .plx-body--column.col--actived .plx-cell .plx-input--wrapper .plx-input,.plx-table.plx-editable.c--highlight .plx-body--column.col--actived .plx-cell .plx-input--wrapper .plx-textarea {
    border: 0;
    padding: 0
}

.plx-table.plx-editable .plx-body--column,.plx-table.plx-editable .plx-body--column.col--actived {
    padding: 0
}

.plx-table.plx-editable .plx-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)
}

.plx-table .plx-table--header-wrapper .plx-table--repair {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    border-bottom: 1px solid #e8eaec
}

.plx-table:not(.b--style-none) .plx-table--header-wrapper {
    background-color: #f8f8f9
}

.plx-header--column {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.plx-header--column .plx-edit-icon.plx-icon--edit-outline:before {
    background-color: #f8f8f9
}

.plx-header--column.col--title-checked,.plx-header--column.col--title-checked .plx-edit-icon.plx-icon--edit-outline:before {
    background-color: #dcdcdc
}

.plx-header--column .plx-required-icon {
    display: inline-block;
    color: #f56c6c;
    vertical-align: middle;
    width: .85em;
    height: 1em;
    position: relative
}

.plx-header--column .plx-required-icon:before {
    content: "*";
    position: absolute;
    line-height: 1.25em;
    font-size: 1.25em
}

.plx-header--column .plx-edit-icon {
    margin-right: .15em;
    vertical-align: middle
}

.plx-header--column .plx-resizable {
    position: absolute;
    right: -7px;
    bottom: 0;
    width: 14px;
    height: 100%;
    text-align: center;
    z-index: 1;
    cursor: col-resize
}

.plx-header--column .plx-resizable.is--line:after,.plx-header--column .plx-resizable.is--line:before {
    content: "";
    display: inline-block;
    vertical-align: middle
}

.plx-header--column .plx-resizable.is--line:before {
    width: 1px;
    height: 50%;
    background-color: #d9dddf
}

.plx-header--column .plx-resizable.is--line:after {
    width: 0;
    height: 100%
}

.plx-table--fixed-right-wrapper .plx-header--column .plx-resizable {
    right: auto;
    left: -7px
}

.plx-table--footer-wrapper {
    margin-top: -1px;
    background-color: #fff
}

.plx-table--footer-wrapper.body--wrapper {
    overflow-x: auto
}

.plx-filter-wrapper {
    padding: 0 .1em 0 .25em;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    line-height: 0
}

.plx-filter-wrapper.is--active .plx-filter--btn {
    color: #606266
}

.plx-filter-wrapper .plx-filter--btn {
    color: #c0c4cc;
    cursor: pointer
}

.plx-filter-wrapper .plx-filter--btn:hover {
    color: #606266
}

.filter--active .plx-filter-wrapper .plx-filter--btn {
    color: #409eff
}

.plx-table--filter-wrapper {
    display: none;
    position: absolute;
    min-width: 100px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #dadce0;
    -webkit-box-shadow: 3px 3px 4px -2px rgba(0,0,0,.6);
    box-shadow: 3px 3px 4px -2px rgba(0,0,0,.6);
    z-index: 10
}

.plx-table--filter-wrapper:not(.is--multiple) {
    text-align: center
}

.plx-table--filter-wrapper.filter--active {
    display: block
}

.plx-table--filter-wrapper .plx-table--filter-body>li,.plx-table--filter-wrapper .plx-table--filter-header>li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 360px;
    padding: .25em .8em;
    cursor: pointer
}

.plx-table--filter-wrapper .plx-table--filter-body>li.is--checked,.plx-table--filter-wrapper .plx-table--filter-header>li.is--checked {
    color: #409eff
}

.plx-table--filter-wrapper .plx-table--filter-body>li:hover,.plx-table--filter-wrapper .plx-table--filter-header>li:hover {
    background-color: #f5f7fa
}

.plx-table--filter-wrapper .plx-table--filter-header {
    padding-top: .2em
}

.plx-table--filter-wrapper .plx-table--filter-body {
    max-height: 240px;
    padding-bottom: .2em
}

.plx-table--filter-wrapper .plx-table--filter-template {
    padding: .8em
}

.plx-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
}

.plx-table--filter-wrapper.is--multiple>ul>li {
    position: relative;
    padding: .25em .8em .25em 2.2em
}

.plx-table--filter-wrapper.is--multiple>ul>li:before {
    content: "";
    position: absolute;
    height: 1.2em;
    width: 1.2em;
    top: .4em;
    left: .6em;
    border-radius: .2em;
    border: 2px solid #dcdfe6
}

.plx-table--filter-wrapper.is--multiple>ul>li.is--checked:before,.plx-table--filter-wrapper.is--multiple>ul>li.is--indeterminate:before {
    border-color: #409eff;
    background-color: #409eff
}

.plx-table--filter-wrapper.is--multiple>ul>li.is--checked:after,.plx-table--filter-wrapper.is--multiple>ul>li.is--indeterminate:after {
    content: "";
    position: absolute
}

.plx-table--filter-wrapper.is--multiple>ul>li.is--checked:after {
    height: .7em;
    width: .34em;
    top: .6em;
    left: 1em;
    border: 2px solid #fff;
    border-left: 0;
    border-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.plx-table--filter-wrapper.is--multiple>ul>li.is--indeterminate:after {
    top: .9em;
    left: .65em;
    height: .18em;
    width: 1em;
    background-color: #fff;
    -webkit-transform: scale(.6);
    transform: scale(.6)
}

.plx-table--filter-wrapper.is--multiple>ul>li.is--disabled {
    cursor: not-allowed;
    color: #dcdfe6
}

.plx-table--filter-wrapper.is--multiple>ul>li.is--disabled.is--checked:before {
    border-color: #dcdfe6;
    background-color: #f3f3f3
}

.plx-table--filter-wrapper.is--multiple>ul>li.is--disabled.is--checked:after {
    border-color: #dcdfe6
}

.plx-table--filter-wrapper .plx-table--filter-footer {
    border-top: 1px solid #dadce0;
    padding: .6em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.plx-table--filter-wrapper .plx-table--filter-footer button {
    background-color: transparent;
    padding: 0 .4em;
    border: 0;
    color: #606266;
    cursor: pointer
}

.plx-table--filter-wrapper .plx-table--filter-footer button:focus {
    outline: none
}

.plx-table--filter-wrapper .plx-table--filter-footer button:hover {
    color: #409eff
}

.plx-table--filter-wrapper .plx-table--filter-footer button.is--disabled {
    color: #c0c4cc;
    cursor: not-allowed
}

.plx-table--loading {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(0,0,0,.2)
}

.plx-table--loading .plx-table--spinner {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.plx-table--loading .plx-table--spinner:after,.plx-table--loading .plx-table--spinner:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #409eff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s ease-in-out infinite;
    animation: bounce 2s ease-in-out infinite
}

.plx-table--loading .plx-table--spinner:after {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounce {
    0%,to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {
    0%,to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.plx-grid.is--maximize {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 1em;
    background-color: #fff
}

.plx-grid .plx-body--row.row--pending {
    color: #f56c6c;
    text-decoration: line-through;
    cursor: no-drop
}

.plx-grid .plx-body--row.row--pending .plx-body--column {
    position: relative
}

.plx-grid .plx-body--row.row--pending .plx-body--column:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #f56c6c;
    z-index: 1
}

.plx-grid .plx-form {
    position: relative
}

.plx-grid .plx-form.is--loading:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,.2)
}

.plx-grid .plx-form.is--loading:before,.plx-table--ctxmenu-clild-wrapper,.plx-table--ctxmenu-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.plx-table--ctxmenu-clild-wrapper,.plx-table--ctxmenu-wrapper {
    display: none;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #dadce0;
    -webkit-box-shadow: 3px 3px 4px -2px rgba(0,0,0,.6);
    box-shadow: 3px 3px 4px -2px rgba(0,0,0,.6);
    padding: 0 1px;
    color: #606266;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,Arial,sans-serif
}

.is--show.plx-table--ctxmenu-clild-wrapper,.plx-table--ctxmenu-wrapper.is--show {
    display: block
}

.child-pos--left.plx-table--ctxmenu-clild-wrapper .plx-table--ctxmenu-clild-wrapper,.plx-table--ctxmenu-wrapper.child-pos--left .plx-table--ctxmenu-clild-wrapper {
    left: -100%
}

.plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--option-wrapper,.plx-table--ctxmenu-clild-wrapper .plx-table--ctxmenu-clild-wrapper,.plx-table--ctxmenu-wrapper .plx-ctxmenu--option-wrapper,.plx-table--ctxmenu-wrapper .plx-table--ctxmenu-clild-wrapper {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-bottom: 1px solid #e8eaed
}

.plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--option-wrapper li,.plx-table--ctxmenu-clild-wrapper .plx-table--ctxmenu-clild-wrapper li,.plx-table--ctxmenu-wrapper .plx-ctxmenu--option-wrapper li,.plx-table--ctxmenu-wrapper .plx-table--ctxmenu-clild-wrapper li {
    position: relative;
    margin: 1px 0;
    border: 1px solid transparent
}

.plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--option-wrapper li:last-child,.plx-table--ctxmenu-clild-wrapper .plx-table--ctxmenu-clild-wrapper li:last-child,.plx-table--ctxmenu-wrapper .plx-ctxmenu--option-wrapper li:last-child,.plx-table--ctxmenu-wrapper .plx-table--ctxmenu-clild-wrapper li:last-child {
    border: 0
}

.plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--option-wrapper li.link--active,.plx-table--ctxmenu-clild-wrapper .plx-table--ctxmenu-clild-wrapper li.link--active,.plx-table--ctxmenu-wrapper .plx-ctxmenu--option-wrapper li.link--active,.plx-table--ctxmenu-wrapper .plx-table--ctxmenu-clild-wrapper li.link--active {
    color: #2b2b2b;
    background-color: #c5c5c5;
    border-color: #c5c5c5
}

.plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--option-wrapper li.link--disabled .plx-ctxmenu--link,.plx-table--ctxmenu-clild-wrapper .plx-table--ctxmenu-clild-wrapper li.link--disabled .plx-ctxmenu--link,.plx-table--ctxmenu-wrapper .plx-ctxmenu--option-wrapper li.link--disabled .plx-ctxmenu--link,.plx-table--ctxmenu-wrapper .plx-table--ctxmenu-clild-wrapper li.link--disabled .plx-ctxmenu--link {
    color: #b1b1b1
}

.plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--option-wrapper li.link--disabled.link--active,.plx-table--ctxmenu-clild-wrapper .plx-table--ctxmenu-clild-wrapper li.link--disabled.link--active,.plx-table--ctxmenu-wrapper .plx-ctxmenu--option-wrapper li.link--disabled.link--active,.plx-table--ctxmenu-wrapper .plx-table--ctxmenu-clild-wrapper li.link--disabled.link--active {
    border-color: #c0c1c2;
    background-color: #eee
}

.plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--option-wrapper li.link--disabled.link--active:hover,.plx-table--ctxmenu-clild-wrapper .plx-table--ctxmenu-clild-wrapper li.link--disabled.link--active:hover,.plx-table--ctxmenu-wrapper .plx-ctxmenu--option-wrapper li.link--disabled.link--active:hover,.plx-table--ctxmenu-wrapper .plx-table--ctxmenu-clild-wrapper li.link--disabled.link--active:hover {
    background-color: inherit
}

.plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--option-wrapper .plx-ctxmenu--link,.plx-table--ctxmenu-clild-wrapper .plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--link,.plx-table--ctxmenu-wrapper .plx-ctxmenu--option-wrapper .plx-ctxmenu--link,.plx-table--ctxmenu-wrapper .plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--link {
    display: block;
    padding: 0 2.5em;
    width: 178px;
    line-height: 26px;
    color: #606266
}

.plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--option-wrapper .plx-ctxmenu--link .plx-ctxmenu--link-prefix,.plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--option-wrapper .plx-ctxmenu--link .plx-ctxmenu--link-suffix,.plx-table--ctxmenu-clild-wrapper .plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--link .plx-ctxmenu--link-prefix,.plx-table--ctxmenu-clild-wrapper .plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--link .plx-ctxmenu--link-suffix,.plx-table--ctxmenu-wrapper .plx-ctxmenu--option-wrapper .plx-ctxmenu--link .plx-ctxmenu--link-prefix,.plx-table--ctxmenu-wrapper .plx-ctxmenu--option-wrapper .plx-ctxmenu--link .plx-ctxmenu--link-suffix,.plx-table--ctxmenu-wrapper .plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--link .plx-ctxmenu--link-prefix,.plx-table--ctxmenu-wrapper .plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--link .plx-ctxmenu--link-suffix {
    position: absolute;
    top: 5px;
    margin-right: 5px;
    font-size: 16px
}

.plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--option-wrapper .plx-ctxmenu--link .plx-ctxmenu--link-prefix,.plx-table--ctxmenu-clild-wrapper .plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--link .plx-ctxmenu--link-prefix,.plx-table--ctxmenu-wrapper .plx-ctxmenu--option-wrapper .plx-ctxmenu--link .plx-ctxmenu--link-prefix,.plx-table--ctxmenu-wrapper .plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--link .plx-ctxmenu--link-prefix {
    left: 5px
}

.plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--option-wrapper .plx-ctxmenu--link .plx-ctxmenu--link-suffix,.plx-table--ctxmenu-clild-wrapper .plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--link .plx-ctxmenu--link-suffix,.plx-table--ctxmenu-wrapper .plx-ctxmenu--option-wrapper .plx-ctxmenu--link .plx-ctxmenu--link-suffix,.plx-table--ctxmenu-wrapper .plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--link .plx-ctxmenu--link-suffix {
    right: 5px
}

.plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--option-wrapper .plx-ctxmenu--link .plx-ctxmenu--link-suffix.suffix--haschild,.plx-table--ctxmenu-clild-wrapper .plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--link .plx-ctxmenu--link-suffix.suffix--haschild,.plx-table--ctxmenu-wrapper .plx-ctxmenu--option-wrapper .plx-ctxmenu--link .plx-ctxmenu--link-suffix.suffix--haschild,.plx-table--ctxmenu-wrapper .plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--link .plx-ctxmenu--link-suffix.suffix--haschild {
    top: 8px
}

.plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--option-wrapper .plx-ctxmenu--link .plx-ctxmenu--link-suffix.suffix--haschild:before,.plx-table--ctxmenu-clild-wrapper .plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--link .plx-ctxmenu--link-suffix.suffix--haschild:before,.plx-table--ctxmenu-wrapper .plx-ctxmenu--option-wrapper .plx-ctxmenu--link .plx-ctxmenu--link-suffix.suffix--haschild:before,.plx-table--ctxmenu-wrapper .plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--link .plx-ctxmenu--link-suffix.suffix--haschild:before {
    position: absolute;
    content: "";
    border: 4px solid transparent;
    border-left-color: #727272
}

.plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--option-wrapper .plx-ctxmenu--link .plx-ctxmenu--link-content,.plx-table--ctxmenu-clild-wrapper .plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--link .plx-ctxmenu--link-content,.plx-table--ctxmenu-wrapper .plx-ctxmenu--option-wrapper .plx-ctxmenu--link .plx-ctxmenu--link-content,.plx-table--ctxmenu-wrapper .plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--link .plx-ctxmenu--link-content {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--option-wrapper .plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--link,.plx-table--ctxmenu-clild-wrapper .plx-table--ctxmenu-clild-wrapper .plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--link,.plx-table--ctxmenu-wrapper .plx-ctxmenu--option-wrapper .plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--link,.plx-table--ctxmenu-wrapper .plx-table--ctxmenu-clild-wrapper .plx-table--ctxmenu-clild-wrapper .plx-ctxmenu--link {
    padding: 0 2em 0 2.5em
}

.plx-table--ctxmenu-clild-wrapper {
    display: none;
    top: 0;
    left: 100%
}

.plx-table--ctxmenu-clild-wrapper.is--show {
    display: block
}

.plx-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 52px;
    font-size: 14px;
    color: #606266;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,Arial,sans-serif
}

.plx-toolbar:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.plx-toolbar.is--loading {
    position: relative
}

.plx-toolbar.is--loading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(0,0,0,.2)
}

.plx-toolbar.size--medium {
    height: 50px
}

.plx-toolbar.size--small {
    height: 48px
}

.plx-toolbar.size--small .plx-custom--option-wrapper {
    font-size: 13px
}

.plx-toolbar.size--mini {
    height: 46px
}

.plx-toolbar.size--mini .plx-custom--option-wrapper {
    font-size: 12px
}

.plx-toolbar.size--mini .plx-tools--operate-btn,.plx-toolbar.size--small .plx-tools--operate-btn {
    font-size: 15px
}

.plx-toolbar .plx-button--wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left
}

.plx-toolbar .plx-tools--operate,.plx-toolbar .plx-tools--wrapper,.plx-toolbar .plx-tools--wrapper>.plx-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.plx-toolbar .plx-tools--operate,.plx-toolbar .plx-tools--wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.plx-toolbar .plx-custom--wrapper {
    position: relative
}

.plx-toolbar .plx-custom--wrapper.is--active .plx-custom--setting-btn {
    background-color: #d9dadb;
    border-radius: 50%
}

.plx-toolbar .plx-custom--wrapper.is--active .plx-custom--option-wrapper {
    display: block
}

.plx-toolbar .plx-tools--operate-btn {
    padding: 8px;
    text-align: center;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.plx-toolbar .plx-tools--operate-btn:hover {
    background-color: #f0f0f0;
    border-radius: 50%
}

.plx-toolbar .plx-tools--operate-btn:hover .plx-icon--zoomin {
    background-color: #f0f0f0
}

.plx-toolbar .plx-tools--operate-btn>i {
    display: block
}

.plx-toolbar .plx-custom--option-wrapper {
    display: none;
    position: absolute;
    right: 0;
    text-align: left;
    background-color: #fff;
    z-index: 19;
    border: 1px solid #e8eaec;
    border-radius: 2px;
    -webkit-box-shadow: 3px 3px 4px -2px rgba(0,0,0,.6);
    box-shadow: 3px 3px 4px -2px rgba(0,0,0,.6)
}

.plx-toolbar .plx-custom--option-wrapper .plx-custom--header {
    padding-top: .2em;
    font-weight: 700
}

.plx-toolbar .plx-custom--option-wrapper .plx-custom--body {
    padding-bottom: .2em
}

.plx-toolbar .plx-custom--option-wrapper .plx-custom--body,.plx-toolbar .plx-custom--option-wrapper .plx-custom--header {
    max-height: 240px
}

.plx-toolbar .plx-custom--option-wrapper .plx-custom--body>li,.plx-toolbar .plx-custom--option-wrapper .plx-custom--header>li {
    max-width: 180px;
    min-width: 100px;
    padding: .25em .8em .25em 2.2em
}

.plx-toolbar .plx-custom--option-wrapper .plx-custom--footer {
    border-top: 1px solid #dadce0;
    padding: .4em;
    text-align: right;
    min-width: 110px
}

.plx-toolbar .plx-custom--option-wrapper .plx-custom--footer button {
    background-color: transparent;
    width: 50%;
    border: 0;
    color: #606266;
    text-align: center;
    cursor: pointer
}

.plx-toolbar .plx-custom--option-wrapper .plx-custom--footer button:focus {
    outline: none
}

.plx-toolbar .plx-custom--option-wrapper .plx-custom--footer button:hover {
    color: #409eff
}

.plx-custom--option-wrapper .plx-custom--body,.plx-custom--option-wrapper .plx-custom--header,.plx-export--panel-column>ul {
    list-style-type: none;
    overflow: auto;
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.plx-custom--option-wrapper .plx-custom--body>li,.plx-custom--option-wrapper .plx-custom--header>li,.plx-export--panel-column>ul>li {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer
}

.plx-custom--option-wrapper .plx-custom--body>li:before,.plx-custom--option-wrapper .plx-custom--header>li:before,.plx-export--panel-column>ul>li:before {
    content: "";
    position: absolute;
    height: 1.2em;
    width: 1.2em;
    top: .4em;
    left: .6em;
    border-radius: .2em;
    border: 2px solid #dcdfe6
}

.plx-custom--option-wrapper .plx-custom--body>li.is--checked,.plx-custom--option-wrapper .plx-custom--body>li.is--indeterminate,.plx-custom--option-wrapper .plx-custom--header>li.is--checked,.plx-custom--option-wrapper .plx-custom--header>li.is--indeterminate,.plx-export--panel-column>ul>li.is--checked,.plx-export--panel-column>ul>li.is--indeterminate {
    color: #409eff
}

.plx-custom--option-wrapper .plx-custom--body>li.is--checked:before,.plx-custom--option-wrapper .plx-custom--body>li.is--indeterminate:before,.plx-custom--option-wrapper .plx-custom--header>li.is--checked:before,.plx-custom--option-wrapper .plx-custom--header>li.is--indeterminate:before,.plx-export--panel-column>ul>li.is--checked:before,.plx-export--panel-column>ul>li.is--indeterminate:before {
    border-color: #409eff;
    background-color: #409eff
}

.plx-custom--option-wrapper .plx-custom--body>li.is--checked:after,.plx-custom--option-wrapper .plx-custom--body>li.is--indeterminate:after,.plx-custom--option-wrapper .plx-custom--header>li.is--checked:after,.plx-custom--option-wrapper .plx-custom--header>li.is--indeterminate:after,.plx-export--panel-column>ul>li.is--checked:after,.plx-export--panel-column>ul>li.is--indeterminate:after {
    content: "";
    position: absolute
}

.plx-custom--option-wrapper .plx-custom--body>li.is--checked:after,.plx-custom--option-wrapper .plx-custom--header>li.is--checked:after,.plx-export--panel-column>ul>li.is--checked:after {
    height: .7em;
    width: .34em;
    top: .6em;
    left: 1em;
    border: 2px solid #fff;
    border-left: 0;
    border-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.plx-custom--option-wrapper .plx-custom--body>li.is--indeterminate:after,.plx-custom--option-wrapper .plx-custom--header>li.is--indeterminate:after,.plx-export--panel-column>ul>li.is--indeterminate:after {
    top: .9em;
    left: .65em;
    height: .18em;
    width: 1em;
    background-color: #fff;
    -webkit-transform: scale(.6);
    transform: scale(.6)
}

.plx-custom--option-wrapper .plx-custom--body>li:not(.is--disabled):hover:before,.plx-custom--option-wrapper .plx-custom--header>li:not(.is--disabled):hover:before,.plx-export--panel-column>ul>li:not(.is--disabled):hover:before {
    border-color: #409eff
}

.plx-custom--option-wrapper .plx-custom--body>li.is--disabled,.plx-custom--option-wrapper .plx-custom--header>li.is--disabled,.plx-export--panel-column>ul>li.is--disabled {
    cursor: not-allowed;
    color: #dcdfe6
}

.plx-custom--option-wrapper .plx-custom--body>li.is--disabled.is--checked:before,.plx-custom--option-wrapper .plx-custom--header>li.is--disabled.is--checked:before,.plx-export--panel-column>ul>li.is--disabled.is--checked:before {
    border-color: #dcdfe6;
    background-color: #f3f3f3
}

.plx-custom--option-wrapper .plx-custom--body>li.is--disabled.is--checked:after,.plx-custom--option-wrapper .plx-custom--header>li.is--disabled.is--checked:after,.plx-export--panel-column>ul>li.is--disabled.is--checked:after {
    border-color: #dcdfe6
}

.plx-custom--option-wrapper .plx-custom--body>li:hover,.plx-custom--option-wrapper .plx-custom--header>li:hover,.plx-export--panel-column>ul>li:hover {
    background-color: #f5f7fa
}

.plx-export--panel>table {
    width: 100%;
    border: 0;
    table-layout: fixed
}

.plx-export--panel>table tr td {
    padding: 0 10px
}

.plx-export--panel>table tr td:first-child {
    text-align: right;
    width: 30%;
    font-weight: 700;
    padding: 8px 10px
}

.plx-export--panel>table tr td:nth-child(2) {
    width: 70%
}

.plx-export--panel>table tr td>input,.plx-export--panel>table tr td>select {
    outline: 0;
    width: 80%;
    padding: 5px 8px;
    color: #606266;
    border-radius: 4px;
    border: 1px solid #dcdfe6
}

.plx-export--panel>table tr td>input:focus,.plx-export--panel>table tr td>select:focus {
    border: 1px solid #409eff
}

.plx-export--panel>table tr td>input::-webkit-input-placeholder {
    color: #c0c4cc
}

.plx-export--panel>table tr td>input::-moz-placeholder {
    color: #c0c4cc
}

.plx-export--panel>table tr td>input:-ms-input-placeholder {
    color: #c0c4cc
}

.plx-export--panel>table tr td>input::-ms-input-placeholder {
    color: #c0c4cc
}

.plx-export--panel>table tr td>input::placeholder {
    color: #c0c4cc
}

.plx-export--panel .plx-export--panel-column {
    width: 80%;
    border: 1px solid #dcdfe6;
    margin: 3px 0;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.plx-export--panel .plx-export--panel-column>ul>li {
    padding: 4px 30px 4px 32px
}

.plx-export--panel .plx-export--panel-column .plx-export--panel-column-header {
    background-color: #f8f8f9;
    font-weight: 700
}

.plx-export--panel .plx-export--panel-column .plx-export--panel-column-body {
    max-height: 208px
}

.plx-export--panel .plx-import-selected--file {
    padding-right: 40px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.plx-export--panel .plx-import-selected--file>i {
    display: none;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    cursor: pointer
}

.plx-export--panel .plx-import-selected--file:hover {
    color: #409eff
}

.plx-export--panel .plx-import-selected--file:hover>i {
    display: block
}

.plx-export--panel .plx-import-select--file {
    border: 1px dashed #dcdfe6;
    padding: 6px 34px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.plx-export--panel .plx-import-select--file:hover {
    color: #409eff;
    border-color: #409eff
}

.plx-export--panel .plx-export--panel-btns {
    text-align: right;
    margin-top: 10px
}

.plx-modal--wrapper.size--mini .plx-export--panel,.plx-modal--wrapper.size--small .plx-export--panel {
    font-size: 12px
}

.plx-pager {
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #606266;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,Arial,sans-serif;
    text-align: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.plx-pager.align--left {
    text-align: left
}

.plx-pager.align--center {
    text-align: center
}

.plx-pager.is--loading {
    position: relative
}

.plx-pager.is--loading:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(0,0,0,.2)
}

.plx-pager.p--border:not(.p--background) .plx-pager--jump-next,.plx-pager.p--border:not(.p--background) .plx-pager--jump-prev,.plx-pager.p--border:not(.p--background) .plx-pager--next-btn,.plx-pager.p--border:not(.p--background) .plx-pager--num-btn,.plx-pager.p--border:not(.p--background) .plx-pager--prev-btn,.plx-pager.p--perfect:not(.p--background) .plx-pager--jump-next,.plx-pager.p--perfect:not(.p--background) .plx-pager--jump-prev,.plx-pager.p--perfect:not(.p--background) .plx-pager--next-btn,.plx-pager.p--perfect:not(.p--background) .plx-pager--num-btn,.plx-pager.p--perfect:not(.p--background) .plx-pager--prev-btn {
    border: 1px solid #dcdfe6
}

.plx-pager.p--background .plx-pager--jump-next,.plx-pager.p--background .plx-pager--jump-prev,.plx-pager.p--background .plx-pager--next-btn,.plx-pager.p--background .plx-pager--num-btn,.plx-pager.p--background .plx-pager--prev-btn,.plx-pager.p--perfect .plx-pager--jump-next,.plx-pager.p--perfect .plx-pager--jump-prev,.plx-pager.p--perfect .plx-pager--next-btn,.plx-pager.p--perfect .plx-pager--num-btn,.plx-pager.p--perfect .plx-pager--prev-btn {
    background-color: #f4f4f5;
    border-radius: 4px
}

.plx-pager.p--background .plx-pager--jump-next:hover,.plx-pager.p--background .plx-pager--jump-prev:hover,.plx-pager.p--background .plx-pager--num-btn:hover,.plx-pager.p--perfect .plx-pager--jump-next:hover,.plx-pager.p--perfect .plx-pager--jump-prev:hover,.plx-pager.p--perfect .plx-pager--num-btn:hover {
    color: #409eff
}

.plx-pager.p--background .plx-pager--jump-next.is--active,.plx-pager.p--background .plx-pager--jump-prev.is--active,.plx-pager.p--background .plx-pager--num-btn.is--active,.plx-pager.p--perfect .plx-pager--jump-next.is--active,.plx-pager.p--perfect .plx-pager--jump-prev.is--active,.plx-pager.p--perfect .plx-pager--num-btn.is--active {
    color: #fff;
    background-color: #409eff
}

.plx-pager.p--perfect {
    border: 1px solid #e8eaec;
    border-top-width: 0;
    background-color: #f8f8f9
}

.plx-pager.p--perfect .plx-pager--jump-next,.plx-pager.p--perfect .plx-pager--jump-prev,.plx-pager.p--perfect .plx-pager--next-btn,.plx-pager.p--perfect .plx-pager--num-btn,.plx-pager.p--perfect .plx-pager--prev-btn {
    background-color: #fff
}

.plx-pager.size--medium {
    font-size: 14px;
    height: 44px
}

.plx-pager.size--medium .plx-pager--count,.plx-pager.size--medium .plx-pager--jump-next,.plx-pager.size--medium .plx-pager--jump-prev,.plx-pager.size--medium .plx-pager--next-btn,.plx-pager.size--medium .plx-pager--num-btn,.plx-pager.size--medium .plx-pager--prev-btn,.plx-pager.size--medium .size--content {
    height: 28px;
    line-height: 28px
}

.plx-pager.size--medium .plx-pager--sizes .plx-pager--sizes-arrow {
    top: 8px
}

.plx-pager.size--medium .plx-pager--jump .plx-pager--goto {
    height: 28px
}

.plx-pager.size--small {
    font-size: 13px;
    height: 40px
}

.plx-pager.size--small .plx-pager--count,.plx-pager.size--small .plx-pager--jump-next,.plx-pager.size--small .plx-pager--jump-prev,.plx-pager.size--small .plx-pager--next-btn,.plx-pager.size--small .plx-pager--num-btn,.plx-pager.size--small .plx-pager--prev-btn,.plx-pager.size--small .size--content {
    height: 26px;
    line-height: 26px
}

.plx-pager.size--small .plx-pager--sizes .plx-pager--sizes-arrow {
    top: 7px
}

.plx-pager.size--small .plx-pager--jump .plx-pager--goto {
    height: 26px
}

.plx-pager.size--mini {
    font-size: 12px;
    height: 36px
}

.plx-pager.size--mini .plx-pager--count,.plx-pager.size--mini .plx-pager--jump-next,.plx-pager.size--mini .plx-pager--jump-prev,.plx-pager.size--mini .plx-pager--next-btn,.plx-pager.size--mini .plx-pager--num-btn,.plx-pager.size--mini .plx-pager--prev-btn,.plx-pager.size--mini .size--content {
    height: 24px;
    line-height: 24px
}

.plx-pager.size--mini .plx-pager--sizes .plx-pager--sizes-arrow {
    top: 6px
}

.plx-pager.size--mini .plx-pager--jump .plx-pager--goto {
    height: 24px
}

.plx-pager .plx-pager--wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.plx-pager .plx-pager--count,.plx-pager .plx-pager--jump,.plx-pager .plx-pager--jump-next,.plx-pager .plx-pager--jump-prev,.plx-pager .plx-pager--next-btn,.plx-pager .plx-pager--prev-btn,.plx-pager .plx-pager--sizes,.plx-pager .plx-pager--total {
    margin: 0 .4em;
    vertical-align: middle;
    display: inline-block
}

.plx-pager .plx-pager--jump-next,.plx-pager .plx-pager--jump-prev,.plx-pager .plx-pager--next-btn,.plx-pager .plx-pager--num-btn,.plx-pager .plx-pager--prev-btn,.plx-pager .plx-pager--sizes {
    cursor: pointer
}

.plx-pager .plx-pager--count,.plx-pager .plx-pager--jump-next,.plx-pager .plx-pager--jump-prev,.plx-pager .plx-pager--next-btn,.plx-pager .plx-pager--num-btn,.plx-pager .plx-pager--prev-btn,.plx-pager .size--content {
    height: 30px;
    line-height: 30px;
    display: inline-block
}

.plx-pager .plx-pager--btn-wrapper {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: center
}

.plx-pager .plx-pager--btn-wrapper .plx-pager--jump-next:hover .plx-pager--jump-more,.plx-pager .plx-pager--btn-wrapper .plx-pager--jump-prev:hover .plx-pager--jump-more {
    display: none
}

.plx-pager .plx-pager--btn-wrapper .plx-pager--jump-next:hover .plx-pager--jump-icon,.plx-pager .plx-pager--btn-wrapper .plx-pager--jump-prev:hover .plx-pager--jump-icon {
    display: inline-block
}

.plx-pager .plx-pager--btn-wrapper .plx-pager--jump-icon {
    display: none
}

.plx-pager .plx-pager--jump-next,.plx-pager .plx-pager--jump-prev,.plx-pager .plx-pager--next-btn,.plx-pager .plx-pager--num-btn,.plx-pager .plx-pager--prev-btn {
    margin: 0 .25em
}

.plx-pager .plx-pager--jump-next.is--active,.plx-pager .plx-pager--jump-next:hover,.plx-pager .plx-pager--jump-prev.is--active,.plx-pager .plx-pager--jump-prev:hover,.plx-pager .plx-pager--next-btn.is--active,.plx-pager .plx-pager--next-btn:hover,.plx-pager .plx-pager--num-btn.is--active,.plx-pager .plx-pager--num-btn:hover,.plx-pager .plx-pager--prev-btn.is--active,.plx-pager .plx-pager--prev-btn:hover {
    color: #409eff
}

.plx-pager .plx-pager--jump-next.is--disabled,.plx-pager .plx-pager--jump-prev.is--disabled,.plx-pager .plx-pager--next-btn.is--disabled,.plx-pager .plx-pager--num-btn.is--disabled,.plx-pager .plx-pager--prev-btn.is--disabled {
    cursor: no-drop;
    color: #b1b1b1
}

.plx-pager .plx-pager--jump-next.is--disabled:hover,.plx-pager .plx-pager--jump-prev.is--disabled:hover,.plx-pager .plx-pager--next-btn.is--disabled:hover,.plx-pager .plx-pager--num-btn.is--disabled:hover,.plx-pager .plx-pager--prev-btn.is--disabled:hover {
    color: #b1b1b1
}

.plx-pager .plx-pager--jump-next,.plx-pager .plx-pager--jump-prev,.plx-pager .plx-pager--next-btn,.plx-pager .plx-pager--num-btn,.plx-pager .plx-pager--prev-btn {
    min-width: 2em;
    text-align: center
}

.plx-pager .plx-pager--num-btn {
    font-weight: 700;
    vertical-align: middle
}

.plx-pager .plx-pager--btn-icon,.plx-pager .plx-pager--jump-icon {
    margin-top: -2px
}

.plx-pager .plx-pager--sizes {
    position: relative;
    border-radius: 4px;
    padding: 0;
    border: 1px solid #dcdfe6;
    color: #606266;
    text-align: center;
    display: inline-block;
    -webkit-transition: border .1s ease-in-out;
    transition: border .1s ease-in-out
}

.plx-pager .plx-pager--sizes.is--active {
    border: 1px solid #409eff
}

.plx-pager .plx-pager--sizes.is--active .plx-pager--sizes-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.plx-pager .plx-pager--sizes.is--active .plx-pager-size--select-wrapper {
    display: block
}

.plx-pager .plx-pager--sizes .plx-pager--sizes-arrow {
    position: absolute;
    right: 5px;
    top: 9px;
    font-size: 12px;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}

.plx-pager .plx-pager--sizes .size--content {
    padding: 0 22px 0 10px;
    display: block
}

.plx-pager .plx-pager--count .plx-pager--separator {
    margin-right: 6px
}

.plx-pager .plx-pager--jump .plx-pager--goto {
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    color: #606266;
    height: 30px;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.plx-pager .plx-pager--jump .plx-pager--goto:focus {
    border: 1px solid #409eff;
    outline: 0
}

.plx-pager .plx-pager--jump .plx-pager--goto-text {
    margin-right: 4px
}

.plx-pager .plx-pager--jump .plx-pager--classifier-text {
    margin-left: 4px
}

.plx-pager .plx-pager--jump .plx-pager--goto {
    width: 42px;
    text-align: center
}

.plx-pager-size--select-wrapper {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    text-align: center;
    pointer-events: none
}

.plx-pager-size--select-wrapper .plx-pager-size--select {
    margin: 0;
    padding: 4px 0;
    min-width: 50px;
    list-style-type: none;
    display: inline-block;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #409eff;
    pointer-events: auto;
    -webkit-box-shadow: 0 0 6px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 6px 2px rgba(0,0,0,.1)
}

.plx-pager-size--select-wrapper .plx-pager-size--select .size--option {
    padding: 0 15px;
    white-space: nowrap;
    cursor: pointer
}

.plx-pager-size--select-wrapper .plx-pager-size--select .size--option:hover {
    color: #409eff
}

.plx-pager-size--select-wrapper .plx-pager-size--select .size--option.is--active {
    font-weight: 700;
    color: #409eff
}

.plx-checkbox {
    display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.plx-checkbox+.plx-checkbox {
    margin-left: 10px
}

.plx-checkbox>input {
    display: none
}

.plx-checkbox>input+.plx-checkbox--icon {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 2px solid #dcdfe6;
    background-color: #fff;
    vertical-align: middle;
    border-radius: .2em;
    font-size: 1.2em
}

.plx-checkbox>input+.plx-checkbox--icon:before {
    content: "";
    position: absolute
}

.plx-checkbox>input:checked+.plx-checkbox--icon {
    background-color: #409eff;
    border-color: #409eff
}

.plx-checkbox>input:checked+.plx-checkbox--icon:before {
    height: .64em;
    width: .32em;
    left: .24em;
    bottom: .1em;
    border-width: .12em;
    border-style: solid;
    border-color: #fff;
    border-left: 0;
    border-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.plx-checkbox>input:checked+.plx-checkbox--icon+.plx-checkbox--label {
    color: #409eff
}

.plx-checkbox.is--indeterminate>input:not(:checked)+.plx-checkbox--icon {
    background-color: #409eff;
    border-color: #409eff
}

.plx-checkbox.is--indeterminate>input:not(:checked)+.plx-checkbox--icon:before {
    top: 50%;
    height: .15em;
    width: 100%;
    -webkit-transform: translateY(-50%) scale(.6);
    transform: translateY(-50%) scale(.6);
    border: 0;
    background-color: #fff
}

.plx-checkbox:not(.is--disabled):hover>input+.plx-checkbox--icon {
    border-color: #409eff
}

.plx-checkbox.is--disabled {
    cursor: not-allowed
}

.plx-checkbox.is--disabled>input+.plx-checkbox--icon {
    border-color: #dcdfe6;
    background-color: #f3f3f3
}

.plx-checkbox.is--disabled>input+.plx-checkbox--icon:before {
    border-color: #c0c4cc
}

.plx-checkbox.is--disabled>input+.plx-checkbox--icon+.plx-checkbox--label {
    color: #dcdfe6
}

.plx-checkbox.is--disabled>input:checked+.plx-checkbox--icon {
    border-color: #dcdfe6;
    background-color: #f3f3f3
}

.plx-checkbox .plx-checkbox--label {
    padding-left: .5em;
    vertical-align: middle;
    display: inline-block
}

.plx-radio {
    display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.plx-radio>input {
    display: none
}

.plx-radio>input+.plx-radio--icon {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 2px solid #dcdfe6;
    background-color: #fff;
    vertical-align: middle;
    border-radius: 50%;
    font-size: 1.2em
}

.plx-radio>input:checked+.plx-radio--icon {
    background-color: #409eff;
    border-color: #409eff
}

.plx-radio>input:checked+.plx-radio--icon:before {
    content: "";
    position: absolute;
    border-width: .15em;
    border-style: solid;
    border-color: #fff;
    background-color: #fff;
    border-radius: 50%;
    height: .3em;
    width: .3em;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.plx-radio>input:checked+.plx-radio--icon+.plx-radio--label {
    color: #409eff
}

.plx-radio:not(.is--disabled):hover>input+.plx-radio--icon {
    border-color: #409eff
}

.plx-radio.is--disabled {
    cursor: not-allowed
}

.plx-radio.is--disabled>input+.plx-radio--icon {
    border-color: #dcdfe6;
    background-color: #f3f3f3
}

.plx-radio.is--disabled>input+.plx-radio--icon:before {
    border-color: #c0c4cc;
    background-color: #c0c4cc
}

.plx-radio.is--disabled>input+.plx-radio--icon+.plx-radio--label {
    color: #dcdfe6
}

.plx-radio .plx-radio--label {
    padding-left: .5em;
    vertical-align: middle;
    display: inline-block
}

.plx-radio+.plx-radio {
    margin-left: 10px
}

.plx-input--wrapper {
    font-size: 14px;
    display: inline-block
}

.plx-input--wrapper.type--textarea {
    width: 100%
}

.plx-input--wrapper .plx-input,.plx-input--wrapper .plx-textarea {
    border-radius: 4px;
    outline: 0;
    padding: 0 8px;
    width: 100%;
    color: #606266;
    border: 1px solid #dcdfe6;
    background-color: #fff
}

.plx-input--wrapper .plx-input:focus,.plx-input--wrapper .plx-textarea:focus {
    border: 1px solid #409eff
}

.plx-input--wrapper .plx-input[disabled],.plx-input--wrapper .plx-textarea[disabled] {
    cursor: not-allowed;
    background-color: #f3f3f3
}

.plx-input--wrapper .plx-input {
    height: 40px
}

.plx-input--wrapper .plx-input[type=date]::-webkit-inner-spin-button {
    margin-top: 6px
}

.plx-input--wrapper .plx-input[type=date]::-webkit-inner-spin-button,.plx-input--wrapper .plx-input[type=number]::-webkit-inner-spin-button {
    height: 24px
}

.plx-input--wrapper .plx-input::-webkit-input-placeholder {
    color: #c0c4cc
}

.plx-input--wrapper .plx-input::-moz-placeholder {
    color: #c0c4cc
}

.plx-input--wrapper .plx-input:-ms-input-placeholder {
    color: #c0c4cc
}

.plx-input--wrapper .plx-input::-ms-input-placeholder {
    color: #c0c4cc
}

.plx-input--wrapper .plx-input::placeholder {
    color: #c0c4cc
}

.plx-input--wrapper .plx-textarea {
    height: 100%
}

.plx-input--wrapper.size--medium .plx-input {
    height: 36px
}

.plx-input--wrapper.size--medium .plx-input[type=date]::-webkit-inner-spin-button {
    margin-top: 4px
}

.plx-input--wrapper.size--small .plx-input {
    height: 32px
}

.plx-input--wrapper.size--small .plx-input[type=date]::-webkit-inner-spin-button {
    margin-top: 2px
}

.plx-input--wrapper.size--mini .plx-input {
    height: 28px
}

.plx-input--wrapper.size--mini .plx-input[type=date]::-webkit-inner-spin-button {
    margin-top: 0
}

.plx-button--dropdown.is--active>.plx-button:not(.is--disabled):not(.theme--primary),.plx-button.type--button:not(.theme--primary):not(.is--disabled):hover {
    color: #5faeff;
    border-color: #73b8ff
}

.plx-button--dropdown.is--active>.plx-button.theme--primary,.plx-button.type--button.theme--primary:not(.is--disabled):hover {
    color: #fff;
    background-color: #54a8ff;
    border-color: #54a8ff
}

.plx-button+.plx-button,.plx-button+.plx-button--dropdown,.plx-button--dropdown+.plx-button,.plx-button--dropdown+.plx-button--dropdown {
    margin-left: 10px
}

.plx-button+.size--medium.plx-button,.plx-button+.size--medium.plx-button--dropdown,.plx-button--dropdown+.size--medium.plx-button,.plx-button--dropdown+.size--medium.plx-button--dropdown {
    margin-left: 8px
}

.plx-button+.size--small.plx-button,.plx-button+.size--small.plx-button--dropdown,.plx-button--dropdown+.size--small.plx-button,.plx-button--dropdown+.size--small.plx-button--dropdown {
    margin-left: 6px
}

.plx-button+.size--mini.plx-button,.plx-button+.size--mini.plx-button--dropdown,.plx-button--dropdown+.size--mini.plx-button,.plx-button--dropdown+.size--mini.plx-button--dropdown {
    margin-left: 4px
}

.plx-button {
    position: relative;
    text-align: center;
    background-color: #fff;
    outline: 0;
    font-size: 14px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.plx-button.is--disabled {
    color: #b1b1b1
}

.plx-button.is--disabled:not(.is--loading) {
    cursor: no-drop
}

.plx-button:not(.is--disabled) {
    color: #606266;
    cursor: pointer
}

.plx-button.is--loading:before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: inherit;
    background-color: hsla(0,0%,100%,.35);
    pointer-events: none
}

.plx-button.type--text {
    text-decoration: none;
    border: 0;
    background-color: transparent
}

.plx-button.type--text:not(.is--disabled):hover {
    color: #73b8ff
}

.plx-button.type--button {
    padding: 0 16px;
    line-height: 30px;
    border: 1px solid #dcdfe6;
    border-radius: 4px
}

.plx-button.type--button.theme--primary {
    color: #fff
}

.plx-button.type--button.theme--primary .plx-button--icon {
    border-color: #fff
}

.plx-button.type--button.theme--primary:not(.is--disabled) {
    border-color: #409eff;
    background-color: #409eff
}

.plx-button.type--button.theme--primary:not(.is--disabled):active {
    color: #fff;
    background-color: #3699ff;
    border-color: #3699ff
}

.plx-button.type--button.theme--primary.is--disabled {
    border-color: #a0cfff;
    background-color: #a0cfff
}

.plx-button.type--button.theme--primary.is--loading {
    border-color: #409eff;
    background-color: #409eff
}

.plx-button.type--button:not(.theme--primary):not(.is--disabled):active {
    color: #3699ff;
    border-color: #3699ff
}

.plx-button.type--button.size--medium {
    padding: 0 14px;
    line-height: 28px
}

.plx-button.type--button.size--small {
    padding: 0 12px;
    line-height: 26px
}

.plx-button.type--button.size--mini {
    padding: 0 10px;
    line-height: 24px
}

.plx-button.size--mini,.plx-button.size--small {
    font-size: 12px
}

.plx-button--icon,.plx-button--loading-icon {
    margin-right: 5px
}

.plx-button--dropdown,.plx-button--wrapper {
    display: inline-block
}

.plx-button--dropdown {
    position: relative
}

.plx-button--dropdown.is--active .plx-button--dropdown-wrapper {
    display: block
}

.plx-button--dropdown.is--active .plx-button--dropdown-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.plx-button--dropdown .plx-button--dropdown-arrow {
    font-size: 12px;
    margin: -.18em 0 0 .3em;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}

.plx-button--dropdown .plx-button--dropdown-wrapper {
    display: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 5px;
    z-index: 100;
    padding: 5px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2);
    box-shadow: 0 1px 6px rgba(0,0,0,.2)
}

.plx-button--dropdown .plx-button--dropdown-wrapper>.plx-button {
    margin: 0;
    display: block;
    width: 100%;
    border: 0
}

.plx-button--dropdown .plx-button--dropdown-wrapper>.plx-button.type--text {
    padding: 2px 8px
}

.plx-modal--wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #606266;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,Arial,sans-serif;
    -webkit-transition: top .4s;
    transition: top .4s
}

.plx-modal--wrapper.active {
    display: block
}

.plx-modal--wrapper.is--visible.is--mask:before {
    background-color: rgba(0,0,0,.5)
}

.plx-modal--wrapper.is--visible.type--message .plx-modal--box {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.plx-modal--wrapper.is--visible .plx-modal--box {
    opacity: 1;
    visibility: visible
}

.plx-modal--wrapper:not(.lock--view) {
    pointer-events: none
}

.plx-modal--wrapper.lock--scroll {
    overflow: hidden
}

.plx-modal--wrapper:not(.lock--scroll) {
    overflow: auto
}

.plx-modal--wrapper.is--mask:before,.plx-modal--wrapper.lock--view:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: auto
}

.plx-modal--wrapper.is--mask:before {
    background-color: transparent
}

.plx-modal--wrapper.is--animat.is--mask:before {
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

.plx-modal--wrapper.is--animat.type--message .plx-modal--box:not(.is--drag) {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.plx-modal--wrapper.size--mini,.plx-modal--wrapper.size--small {
    font-size: 12px
}

.plx-modal--wrapper.size--mini .plx-modal--box,.plx-modal--wrapper.size--small .plx-modal--box {
    padding: 6px 0
}

.plx-modal--wrapper.size--mini .plx-modal--body,.plx-modal--wrapper.size--small .plx-modal--body {
    padding: 4px 14px 10px 14px
}

.plx-modal--wrapper.size--mini .plx-modal--footer,.plx-modal--wrapper.size--small .plx-modal--footer {
    padding: 4px 14px 8px 14px
}

.plx-modal--wrapper.size--mini .plx-modal--header,.plx-modal--wrapper.size--small .plx-modal--header {
    font-size: 14px;
    padding: 6px 30px 8px 14px
}

.plx-modal--wrapper.size--mini .plx-modal--close-btn,.plx-modal--wrapper.size--mini .plx-modal--zoom-btn,.plx-modal--wrapper.size--small .plx-modal--close-btn,.plx-modal--wrapper.size--small .plx-modal--zoom-btn {
    font-size: 16px;
    top: 10px
}

.plx-modal--wrapper.type--alert .plx-modal--body,.plx-modal--wrapper.type--confirm .plx-modal--body,.plx-modal--wrapper.type--message .plx-modal--body {
    white-space: normal;
    word-break: break-word
}

.plx-modal--wrapper.type--message {
    text-align: center
}

.plx-modal--wrapper.type--message .plx-modal--box {
    display: inline-block;
    padding: 2px 0;
    margin-top: 0;
    width: auto;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%)
}

.plx-modal--wrapper.type--message .plx-modal--box .plx-modal--body:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.plx-modal--wrapper.type--message .plx-modal--box .plx-modal--content {
    max-width: 800px;
    float: left
}

.plx-modal--wrapper.type--message .plx-modal--status-wrapper {
    font-size: 1.4em;
    padding-right: 10px
}

.plx-modal--wrapper.type--alert .plx-modal--box,.plx-modal--wrapper.type--confirm .plx-modal--box,.plx-modal--wrapper.type--modal .plx-modal--box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 15vh;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    border: 1px solid rgba(0,0,0,.2)
}

.plx-modal--wrapper.type--alert .plx-modal--box .plx-modal--header,.plx-modal--wrapper.type--confirm .plx-modal--box .plx-modal--header,.plx-modal--wrapper.type--modal .plx-modal--box .plx-modal--header {
    cursor: move
}

.plx-modal--wrapper.type--modal .plx-modal--body,.plx-modal--wrapper.type--modal .plx-modal--body .plx-modal--content {
    overflow: auto
}

.plx-modal--wrapper.type--alert .plx-modal--status-wrapper,.plx-modal--wrapper.type--confirm .plx-modal--status-wrapper {
    font-size: 1.6em;
    padding: 0 10px 0 2px
}

.plx-modal--wrapper .plx-modal--box {
    visibility: hidden;
    width: 420px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    font-size: 14px;
    text-align: left;
    pointer-events: auto;
    opacity: 0
}

.plx-modal--wrapper .plx-modal--box.is--drag {
    cursor: move
}

.plx-modal--wrapper .plx-modal--box.is--drag .plx-modal--body:after,.plx-modal--wrapper .plx-modal--box.is--drag .plx-modal--footer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.plx-modal--wrapper .plx-modal--box.is--drag .plx-modal--body,.plx-modal--wrapper .plx-modal--box.is--drag .plx-modal--body .plx-modal--content {
    overflow: hidden
}

.plx-modal--wrapper.status--info .plx-modal--status-wrapper {
    color: #2998ff
}

.plx-modal--wrapper.status--question .plx-modal--status-wrapper,.plx-modal--wrapper.status--warning .plx-modal--status-wrapper {
    color: #faad14
}

.plx-modal--wrapper.status--success .plx-modal--status-wrapper {
    color: #52c41a
}

.plx-modal--wrapper.status--error .plx-modal--status-wrapper {
    color: #f5222d
}

.plx-modal--wrapper.status--loading .plx-modal--status-wrapper {
    color: #78b1eb
}

.plx-modal--wrapper .plx-modal--status-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.plx-modal--wrapper .plx-modal--content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.plx-modal--wrapper .plx-modal--body,.plx-modal--wrapper .plx-modal--footer,.plx-modal--wrapper .plx-modal--header {
    position: relative
}

.plx-modal--wrapper .plx-modal--body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px 16px 12px 16px
}

.plx-modal--wrapper .plx-modal--header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 40px 8px 16px;
    border-bottom: 1px solid #eee;
    background-color: #f8f8f8;
    border-radius: 2px 2px 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.plx-modal--wrapper .plx-modal--header .plx-icon--zoomin,.plx-modal--wrapper .plx-modal--header .plx-icon--zoomout:after {
    background-color: #f8f8f8
}

.plx-modal--wrapper .plx-modal--close-btn,.plx-modal--wrapper .plx-modal--zoom-btn {
    font-size: 18px;
    position: absolute;
    right: 14px;
    top: 12px;
    z-index: 1;
    color: #c0c4cc;
    cursor: pointer
}

.plx-modal--wrapper .plx-modal--close-btn:hover,.plx-modal--wrapper .plx-modal--zoom-btn:hover {
    color: #606266
}

.plx-modal--wrapper .plx-modal--zoom-btn {
    right: 44px;
    border-color: #c0c4cc
}

.plx-modal--wrapper .plx-modal--zoom-btn:hover {
    border-color: #606266
}

.plx-modal--wrapper .plx-modal--footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right;
    padding: 6px 16px 10px 16px
}

.plx-modal--wrapper.is--maximize .plx-modal--box .plx-modal--header {
    cursor: default
}

.plx-modal--wrapper.is--maximize .plx-modal--resize .sb-resize,.plx-modal--wrapper.is--maximize .plx-modal--resize .selb-resize,.plx-modal--wrapper.is--maximize .plx-modal--resize .sest-resize,.plx-modal--wrapper.is--maximize .plx-modal--resize .st-resize,.plx-modal--wrapper.is--maximize .plx-modal--resize .swlb-resize,.plx-modal--wrapper.is--maximize .plx-modal--resize .swst-resize,.plx-modal--wrapper.is--maximize .plx-modal--resize .wl-resize,.plx-modal--wrapper.is--maximize .plx-modal--resize .wr-resize {
    display: none
}

.plx-modal--wrapper .plx-modal--resize .sb-resize,.plx-modal--wrapper .plx-modal--resize .selb-resize,.plx-modal--wrapper .plx-modal--resize .sest-resize,.plx-modal--wrapper .plx-modal--resize .st-resize,.plx-modal--wrapper .plx-modal--resize .swlb-resize,.plx-modal--wrapper .plx-modal--resize .swst-resize,.plx-modal--wrapper .plx-modal--resize .wl-resize,.plx-modal--wrapper .plx-modal--resize .wr-resize {
    position: absolute;
    z-index: 100
}

.plx-modal--wrapper .plx-modal--resize .wl-resize,.plx-modal--wrapper .plx-modal--resize .wr-resize {
    width: 8px;
    height: 100%;
    top: 0;
    cursor: w-resize
}

.plx-modal--wrapper .plx-modal--resize .wl-resize {
    left: -5px
}

.plx-modal--wrapper .plx-modal--resize .wr-resize {
    right: -5px
}

.plx-modal--wrapper .plx-modal--resize .selb-resize,.plx-modal--wrapper .plx-modal--resize .sest-resize,.plx-modal--wrapper .plx-modal--resize .swlb-resize,.plx-modal--wrapper .plx-modal--resize .swst-resize {
    width: 10px;
    height: 10px;
    z-index: 101
}

.plx-modal--wrapper .plx-modal--resize .sest-resize,.plx-modal--wrapper .plx-modal--resize .swst-resize {
    top: -8px
}

.plx-modal--wrapper .plx-modal--resize .selb-resize,.plx-modal--wrapper .plx-modal--resize .swlb-resize {
    bottom: -8px
}

.plx-modal--wrapper .plx-modal--resize .sest-resize,.plx-modal--wrapper .plx-modal--resize .swlb-resize {
    cursor: sw-resize
}

.plx-modal--wrapper .plx-modal--resize .selb-resize,.plx-modal--wrapper .plx-modal--resize .swst-resize {
    cursor: se-resize
}

.plx-modal--wrapper .plx-modal--resize .swlb-resize,.plx-modal--wrapper .plx-modal--resize .swst-resize {
    left: -8px
}

.plx-modal--wrapper .plx-modal--resize .selb-resize,.plx-modal--wrapper .plx-modal--resize .sest-resize {
    right: -8px
}

.plx-modal--wrapper .plx-modal--resize .sb-resize,.plx-modal--wrapper .plx-modal--resize .st-resize {
    width: 100%;
    height: 8px;
    left: 0;
    cursor: s-resize
}

.plx-modal--wrapper .plx-modal--resize .st-resize {
    top: -5px
}

.plx-modal--wrapper .plx-modal--resize .sb-resize {
    bottom: -5px
}

.plx-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,.2);
    box-shadow: 2px 2px 4px -2px rgba(0,0,0,.2);
    color: #606266;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,Arial,sans-serif
}

.plx-table--tooltip-wrapper:not(.is--enterable) {
    pointer-events: none
}

.plx-table--tooltip-wrapper.is--arrow .plx-table--tooltip-arrow,.plx-table--tooltip-wrapper.is--visible {
    display: block
}

.plx-table--tooltip-wrapper.is--enterable:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
    background-color: transparent
}

.plx-table--tooltip-wrapper .plx-table--tooltip-arrow {
    display: none;
    position: absolute;
    border-color: transparent;
    border-width: 6px;
    border-style: solid;
    left: 50%
}

.plx-table--tooltip-wrapper .plx-table--tooltip-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-width: 5px;
    border-style: solid;
    left: -5px
}

.plx-table--tooltip-wrapper.placement--top.is--enterable:after {
    bottom: -6px
}

.plx-table--tooltip-wrapper.placement--top .plx-table--tooltip-arrow {
    bottom: -12px
}

.plx-table--tooltip-wrapper.placement--top .plx-table--tooltip-arrow:before {
    top: -7px
}

.plx-table--tooltip-wrapper.placement--bottom.is--enterable:after {
    top: -6px
}

.plx-table--tooltip-wrapper.placement--bottom .plx-table--tooltip-arrow {
    top: -12px
}

.plx-table--tooltip-wrapper.placement--bottom .plx-table--tooltip-arrow:before {
    top: -4px
}

.plx-table--tooltip-wrapper.theme--light {
    background-color: #fff;
    border: 1px solid #dcdfe6
}

.plx-table--tooltip-wrapper.theme--light.placement--top .plx-table--tooltip-arrow {
    border-top-color: #dcdfe6
}

.plx-table--tooltip-wrapper.theme--light.placement--top .plx-table--tooltip-arrow:before {
    border-top-color: #fff
}

.plx-table--tooltip-wrapper.theme--light.placement--bottom .plx-table--tooltip-arrow {
    border-bottom-color: #dcdfe6
}

.plx-table--tooltip-wrapper.theme--light.placement--bottom .plx-table--tooltip-arrow:before {
    border-bottom-color: #fff
}

.plx-table--tooltip-wrapper.theme--dark {
    background: #303133;
    color: #fff
}

.plx-table--tooltip-wrapper.theme--dark.placement--top .plx-table--tooltip-arrow,.plx-table--tooltip-wrapper.theme--dark.placement--top .plx-table--tooltip-arrow:before {
    border-top-color: #303133
}

.plx-table--tooltip-wrapper.theme--dark.placement--bottom .plx-table--tooltip-arrow,.plx-table--tooltip-wrapper.theme--dark.placement--bottom .plx-table--tooltip-arrow:before {
    border-bottom-color: #303133
}

.plx-table--tooltip-wrapper.plx-table--valid-error {
    background-color: #f56c6c;
    color: #fff
}

/*以下样式表是默样式勿删*/
.el-table .pl-table-beyond {
    white-space: nowrap !important;
    position: relative
}

/*隐藏掉落元素的内容超出时候的省略符合，通过高控制*/
.el-table .dropActionStyle {
    height: 1px !important;
}

.plTableBox .el-table .el-table__header th {
    background-color: #f8f8f9
}

.el-table__virtual-wrapper .el-table__body {
    width: 100%;
}

.el-table--fixed__virtual-wrapper {
    width: auto!important;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5555 !important;
    background-color: #000;
    opacity: .2;
}

.plTableBox {
    width: 100%;
    position: relative;
    /*overflow: hidden;*/
}

.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: 0px !important;
}

/*.plTableBox .ant-table-scroll {*/
/*overflow: auto;*/
/*!*overflow-x: hidden;*!*/
/*}*/
.plTableBox .myPagination {
    padding-top: 20px;
    text-align: right;
}

.plTableBox .myPagination .el-pagination {
    color: #606266 !important;
}

/*如果修改头部样式,则隐藏头部th右边框线*/
.plTableBox .pl-table-header-border-right-none-th, .plTableBox .pl-table-body-border-right-none-td {
    border-right: none !important;
}

/*自定义字段弹窗样式*/
.plTableBox .plDialog {
    width: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 5556 !important;
    background-color: white;
    transition: width .3s;
}

.plTableBox .plDialog .checkListBox {
    width: 100%;
    height: calc(100% - 110px);
    overflow-y: auto;
}

.plTableBox ul, .plTableBox li {
    list-style: none;
}

.plTableBox .plDialog .checkListBox ul li {
    overflow: hidden;
    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 .iconfont {
    font-size: 16px;
    color: #555;
    display: block;
    float: right;
    width: 40px;
    height: 20px;
    text-align: center;
    line-height: 23px;
}

.plTableBox .plDialog .checkListBox ul li .iconfont:hover {
    color: #bc1e21;
    cursor: pointer;
}

.plTableBox .plDialog .checkListBox::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    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;
    box-sizing: border-box;
    border-bottom: 1px solid #e7e9f1;
}

.plTableBox .plDialog .table-cus-footer {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    box-sizing: border-box;
}

.tableBox .plDialog .table-cus-footer .el-button {
    min-width: 76px !important;
    padding: 9px 20px !important;
}

.plTableBox .pl-disabled {
    cursor: default!important;
    opacity: .4;
    -ms-pointer-events: none;
    pointer-events: none;
}

.plTableBox .plDialog .checkListBox::-webkit-scrollbar {
    width: 9px;
    height: 9px;
    background-color: rgba(255, 255, 255, 0);
    /*其他样式，比如圆角等*/
}

/*解决固定列加合计，固定列滚动条不能拖动问题*/
.plTableBox .fixed-columns-roll-style .el-table__body-wrapper {
    z-index: 2 !important;
}

.plTableBox .fixed-columns-roll-style .pltableFixedWrapper {
    z-index: 2 !important;
}
