/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
pre,
xmp {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

.fade-enter-active,.fade-leave-active{-webkit-transition:opacity .28s;transition:opacity .28s}.fade-enter,.fade-leave-active{opacity:0}.fade-transform-leave-active,.fade-transform-enter-active{-webkit-transition:all .5s;transition:all .5s}.fade-transform-enter{opacity:0;-webkit-transform:translateX(-30px);transform:translateX(-30px)}.fade-transform-leave-to{opacity:0;-webkit-transform:translateX(30px);transform:translateX(30px)}.breadcrumb-enter-active,.breadcrumb-leave-active{-webkit-transition:all .5s;transition:all .5s}.breadcrumb-enter,.breadcrumb-leave-active{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}.breadcrumb-move{-webkit-transition:all .5s;transition:all .5s}.breadcrumb-leave-active{position:absolute}.el-breadcrumb__inner,.el-breadcrumb__inner a{font-weight:400 !important}.el-upload input[type=file]{display:none !important}.el-upload__input{display:none}.el-dialog{-webkit-transform:none;transform:none;left:0;position:relative;margin:0 auto}.upload-container .el-upload{width:100%}.upload-container .el-upload .el-upload-dragger{width:100%;height:200px}.el-dropdown-menu a{display:block}.el-select-dropdown{border-radius:8px}.el-loading-spinner .path{stroke:#1cbacc}.el-slider__button-wrapper{z-index:auto !important}#app .main-container{min-height:100%;-webkit-transition:margin-left .28s;transition:margin-left .28s;margin-left:210px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#app .sidebar-container{-webkit-transition:width .28s;transition:width .28s;width:210px !important;background-color:#ebeced;height:100%;position:fixed;font-size:0px;top:0;bottom:0;left:0;z-index:98;overflow:hidden}#app .sidebar-container .horizontal-collapse-transition{-webkit-transition:0s width ease-in-out,0s padding-left ease-in-out,0s padding-right ease-in-out;transition:0s width ease-in-out,0s padding-left ease-in-out,0s padding-right ease-in-out}#app .sidebar-container .scrollbar-wrapper{overflow-x:hidden !important}#app .sidebar-container .el-scrollbar__bar.is-vertical{right:0px}#app .sidebar-container .el-scrollbar{height:100%}#app .sidebar-container.has-logo{background-color:#ebeced}#app .sidebar-container.has-logo .el-scrollbar{height:calc(100% - 50px)}#app .sidebar-container .is-horizontal{display:none}#app .sidebar-container a{display:inline-block;width:100%;overflow:hidden}#app .sidebar-container .svg-icon{margin-right:16px}#app .sidebar-container .el-menu{border:none;height:86% !important;overflow-y:auto !important;width:100% !important;padding-top:20px}#app .sidebar-container .submenu-title-noDropdown:hover,#app .sidebar-container .el-submenu__title:hover{background-color:#f3f6f8 !important}#app .sidebar-container .is-active>.el-submenu__title{color:#5f6770 !important}#app .sidebar-container .nest-menu .el-submenu>.el-submenu__title,#app .sidebar-container .el-submenu .el-menu-item{min-width:210px !important;background-color:#1f2d3d !important}#app .sidebar-container .nest-menu .el-submenu>.el-submenu__title:hover,#app .sidebar-container .el-submenu .el-menu-item:hover{background-color:#001528 !important}#app .hideSidebar .sidebar-container{width:72px !important}#app .hideSidebar .main-container{margin-left:72px}#app .hideSidebar .submenu-title-noDropdown{padding:0 !important;position:relative}#app .hideSidebar .submenu-title-noDropdown .el-tooltip{padding:0 !important}#app .hideSidebar .submenu-title-noDropdown .el-tooltip .svg-icon{margin-left:20px}#app .hideSidebar .el-submenu{overflow:hidden}#app .hideSidebar .el-submenu>.el-submenu__title{padding:0 !important}#app .hideSidebar .el-submenu>.el-submenu__title .svg-icon{margin-left:20px}#app .hideSidebar .el-submenu>.el-submenu__title .el-submenu__icon-arrow{display:none}#app .hideSidebar .el-menu--collapse .el-submenu>.el-submenu__title>span{height:0;width:0;overflow:hidden;visibility:hidden;display:inline-block}#app .el-menu--collapse .el-menu .el-submenu{min-width:210px !important}#app .mobile .main-container{margin-left:0px}#app .mobile .sidebar-container{-webkit-transition:-webkit-transform .28s;transition:-webkit-transform .28s;transition:transform .28s;transition:transform .28s, -webkit-transform .28s;width:210px !important}#app .mobile.hideSidebar .sidebar-container{pointer-events:none;-webkit-transition-duration:.3s;transition-duration:.3s;-webkit-transform:translate3d(-210px, 0, 0);transform:translate3d(-210px, 0, 0)}#app .withoutAnimation .main-container,#app .withoutAnimation .sidebar-container{-webkit-transition:none;transition:none}.el-menu--vertical>.el-menu .svg-icon{margin-right:16px}.el-menu--vertical>.el-menu--popup{max-height:100vh;overflow-y:auto}.el-menu--vertical>.el-menu--popup::-webkit-scrollbar-track-piece{background:#d3dce6}.el-menu--vertical>.el-menu--popup::-webkit-scrollbar{width:6px}.el-menu--vertical>.el-menu--popup::-webkit-scrollbar-thumb{background:#99a9bf;border-radius:20px}body{height:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-family:PingFang SC,Microsoft YaHei,Arial,sans-serif;background:#f8f9fd;padding-right:0px !important}*{margin:0;padding:0}label{font-weight:700}html{height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}#app{height:100%}*,*:before,*:after{-webkit-box-sizing:inherit;box-sizing:inherit}a:focus,a:active{outline:none}a,a:focus,a:hover{cursor:pointer;color:inherit;text-decoration:none}div:focus{outline:none}.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}html::-webkit-scrollbar,body::-webkit-scrollbar,ul::-webkit-scrollbar,section::-webkit-scrollbar,textarea::-webkit-scrollbar,.el-dialog__body::-webkit-scrollbar{height:4px;width:4px}html::-webkit-scrollbar-track,body::-webkit-scrollbar-track,ul::-webkit-scrollbar-track,section::-webkit-scrollbar-track,textarea::-webkit-scrollbar-track,.el-dialog__body::-webkit-scrollbar-track{background:#f1f1f1;height:4px;width:4px}html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb,ul::-webkit-scrollbar-thumb,section::-webkit-scrollbar-thumb,textarea::-webkit-scrollbar-thumb,.el-dialog__body::-webkit-scrollbar-thumb{background:#999;border-radius:4px}html::-webkit-scrollbar-thumb:hover,body::-webkit-scrollbar-thumb:hover,ul::-webkit-scrollbar-thumb:hover,section::-webkit-scrollbar-thumb:hover,textarea::-webkit-scrollbar-thumb:hover,.el-dialog__body::-webkit-scrollbar-thumb:hover{background:#929292}.clear-both{clear:both}.w-full{width:100%}.\!w-full{width:100% !important}.app-container{padding:20px}button:active{-webkit-transform:scale(0.98);transform:scale(0.98)}button:focus{outline:none}button.ghost{background-color:transparent;border-color:#fff}button:hover{cursor:pointer}.bottom-time-top{margin-top:30px}.bottom-time-botom{margin-bottom:30px}.bottom-time{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.bottom-time .bottom-time-bold{font-weight:bold}.bottom-time .bottom-time-list{width:50%}.bottom-time .bottom-time-listw{width:100%}li{list-style:none}.mb20{margin-bottom:20px}.el-month-table td.today .cell{color:#1cbacc}.el-month-table td.current:not(.disabled) .cell{color:#1cbacc}.point-hover{color:#1cbacc !important}.m-box{width:100%;text-align:left;background:#fff;border-radius:6px;padding:20px 25px}.margin-top-20{margin-top:1rem}.paginationBlock{width:100%;padding:20px}.nolist-box{font-size:14px;color:#1d2129;text-align:center;padding:20px}.redact-title-top .el-form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.chat-no-data{position:relative;height:100%;text-align:center;border-radius:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center !important;-ms-flex-align:center !important;align-items:center !important;-webkit-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.welcome-tips{font-size:13px;width:100%;margin-top:30px;color:#666}.paddng-10{padding:0 10px}.padding-left-4{padding-left:4px}.padding-left-6{padding-left:6px}.padding-left-8{padding-left:8px}.padding-left-10{padding-left:10px}.el-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.in-active-path,.el-select-dropdown__item.selected{color:#1cbacc !important}.el-loading-text{color:#1cbacc !important}.el-slider__button{border-color:#1cbacc !important}.el-slider__bar{background-color:#1cbacc !important}.el-dropdown-menu__item:not(.is-disabled):hover{color:#140e35;background-color:#f0f4f7}.el-textarea__inner{max-height:300px}.el-textarea__inner:focus{border-color:#1cbacc}.el-textarea__inner{resize:none}.el-dialog__close,.el-message-box__close{-webkit-transition:all .5s;transition:all .5s}.el-dialog__close:hover,.el-message-box__close:hover{color:#1cbacc !important;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.el-input__inner:focus,.el-checkbox__input.is-focus .el-checkbox__inner{border-color:#1cbacc !important}.el-checkbox__input.is-checked .el-checkbox__inner{background-color:#1cbacc !important;border-color:#1cbacc !important}.el-checkbox__inner:hover{border-color:#1cbacc !important}.el-radio__input.is-checked .el-radio__inner{background-color:#1cbacc !important;border-color:#1cbacc !important}.el-radio__input.is-checked+.el-radio__label{color:#1cbacc}.el-date-table td.current:not(.disabled) span{background-color:#1cbacc}.el-date-table td.today span{color:#1cbacc}.el-date-picker__header-label:hover,.el-date-table td.available:hover,.el-picker-panel__icon-btn:hover{color:#1cbacc}.el-button--primary{background-color:#1cbacc;border-color:#1cbacc}.el-button--primary:hover{background-color:#1cbacc;border-color:#1cbacc;opacity:.8}.el-button--text{color:#1cbacc}.el-button--text:hover{color:#1cbacc;opacity:.8}.el-checkbox__input.is-checked+.el-checkbox__label{color:#1cbacc}.el-button--primary:focus{color:#fff;background-color:#1cbacc;border-color:#1cbacc}.box-shadow{-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,.06) !important;box-shadow:0px 0px 20px 0px rgba(0,0,0,.06) !important}.flex-center{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}@-webkit-keyframes fadeFromLeft{0%{background:-webkit-gradient(linear, left top, right top, from(#c8c8c8), to(#c8c8c8));background:linear-gradient(to right, #c8c8c8 0%, #c8c8c8 100%);opacity:0;-webkit-transform:scale(0.9);transform:scale(0.9)}5%{opacity:.2;-webkit-transform:scale(0.92);transform:scale(0.92)}10%{opacity:.4;-webkit-transform:scale(0.94);transform:scale(0.94)}15%{opacity:.6;-webkit-transform:scale(0.96);transform:scale(0.96)}20%{opacity:.8;-webkit-transform:scale(0.98);transform:scale(0.98)}25%{background:-webkit-gradient(linear, left top, right top, from(rgba(200, 200, 200, 0)), color-stop(10%, rgba(200, 200, 200, 0.8)), color-stop(25%, #c8c8c8), to(#c8c8c8));background:linear-gradient(to right, rgba(200, 200, 200, 0) 0%, rgba(200, 200, 200, 0.8) 10%, #c8c8c8 25%, #c8c8c8 100%);opacity:1;-webkit-transform:scale(1);transform:scale(1)}35%{background:-webkit-gradient(linear, left top, right top, from(rgba(200, 200, 200, 0)), color-stop(15%, rgba(200, 200, 200, 0)), color-stop(25%, rgba(200, 200, 200, 0.8)), color-stop(40%, #c8c8c8), to(#c8c8c8));background:linear-gradient(to right, rgba(200, 200, 200, 0) 0%, rgba(200, 200, 200, 0) 15%, rgba(200, 200, 200, 0.8) 25%, #c8c8c8 40%, #c8c8c8 100%)}50%{background:-webkit-gradient(linear, left top, right top, from(rgba(200, 200, 200, 0)), color-stop(30%, rgba(200, 200, 200, 0)), color-stop(45%, rgba(200, 200, 200, 0.6)), color-stop(60%, #c8c8c8), to(#c8c8c8));background:linear-gradient(to right, rgba(200, 200, 200, 0) 0%, rgba(200, 200, 200, 0) 30%, rgba(200, 200, 200, 0.6) 45%, #c8c8c8 60%, #c8c8c8 100%)}65%{background:-webkit-gradient(linear, left top, right top, from(rgba(200, 200, 200, 0)), color-stop(50%, rgba(200, 200, 200, 0)), color-stop(65%, rgba(200, 200, 200, 0.4)), color-stop(80%, #c8c8c8), to(#c8c8c8));background:linear-gradient(to right, rgba(200, 200, 200, 0) 0%, rgba(200, 200, 200, 0) 50%, rgba(200, 200, 200, 0.4) 65%, #c8c8c8 80%, #c8c8c8 100%)}80%{background:-webkit-gradient(linear, left top, right top, from(rgba(200, 200, 200, 0)), color-stop(70%, rgba(200, 200, 200, 0)), color-stop(85%, rgba(200, 200, 200, 0.2)), color-stop(95%, #c8c8c8), to(#c8c8c8));background:linear-gradient(to right, rgba(200, 200, 200, 0) 0%, rgba(200, 200, 200, 0) 70%, rgba(200, 200, 200, 0.2) 85%, #c8c8c8 95%, #c8c8c8 100%)}100%{background:-webkit-gradient(linear, left top, right top, from(rgba(200, 200, 200, 0)), to(rgba(200, 200, 200, 0)));background:linear-gradient(to right, rgba(200, 200, 200, 0) 0%, rgba(200, 200, 200, 0) 100%)}}@keyframes fadeFromLeft{0%{background:-webkit-gradient(linear, left top, right top, from(#c8c8c8), to(#c8c8c8));background:linear-gradient(to right, #c8c8c8 0%, #c8c8c8 100%);opacity:0;-webkit-transform:scale(0.9);transform:scale(0.9)}5%{opacity:.2;-webkit-transform:scale(0.92);transform:scale(0.92)}10%{opacity:.4;-webkit-transform:scale(0.94);transform:scale(0.94)}15%{opacity:.6;-webkit-transform:scale(0.96);transform:scale(0.96)}20%{opacity:.8;-webkit-transform:scale(0.98);transform:scale(0.98)}25%{background:-webkit-gradient(linear, left top, right top, from(rgba(200, 200, 200, 0)), color-stop(10%, rgba(200, 200, 200, 0.8)), color-stop(25%, #c8c8c8), to(#c8c8c8));background:linear-gradient(to right, rgba(200, 200, 200, 0) 0%, rgba(200, 200, 200, 0.8) 10%, #c8c8c8 25%, #c8c8c8 100%);opacity:1;-webkit-transform:scale(1);transform:scale(1)}35%{background:-webkit-gradient(linear, left top, right top, from(rgba(200, 200, 200, 0)), color-stop(15%, rgba(200, 200, 200, 0)), color-stop(25%, rgba(200, 200, 200, 0.8)), color-stop(40%, #c8c8c8), to(#c8c8c8));background:linear-gradient(to right, rgba(200, 200, 200, 0) 0%, rgba(200, 200, 200, 0) 15%, rgba(200, 200, 200, 0.8) 25%, #c8c8c8 40%, #c8c8c8 100%)}50%{background:-webkit-gradient(linear, left top, right top, from(rgba(200, 200, 200, 0)), color-stop(30%, rgba(200, 200, 200, 0)), color-stop(45%, rgba(200, 200, 200, 0.6)), color-stop(60%, #c8c8c8), to(#c8c8c8));background:linear-gradient(to right, rgba(200, 200, 200, 0) 0%, rgba(200, 200, 200, 0) 30%, rgba(200, 200, 200, 0.6) 45%, #c8c8c8 60%, #c8c8c8 100%)}65%{background:-webkit-gradient(linear, left top, right top, from(rgba(200, 200, 200, 0)), color-stop(50%, rgba(200, 200, 200, 0)), color-stop(65%, rgba(200, 200, 200, 0.4)), color-stop(80%, #c8c8c8), to(#c8c8c8));background:linear-gradient(to right, rgba(200, 200, 200, 0) 0%, rgba(200, 200, 200, 0) 50%, rgba(200, 200, 200, 0.4) 65%, #c8c8c8 80%, #c8c8c8 100%)}80%{background:-webkit-gradient(linear, left top, right top, from(rgba(200, 200, 200, 0)), color-stop(70%, rgba(200, 200, 200, 0)), color-stop(85%, rgba(200, 200, 200, 0.2)), color-stop(95%, #c8c8c8), to(#c8c8c8));background:linear-gradient(to right, rgba(200, 200, 200, 0) 0%, rgba(200, 200, 200, 0) 70%, rgba(200, 200, 200, 0.2) 85%, #c8c8c8 95%, #c8c8c8 100%)}100%{background:-webkit-gradient(linear, left top, right top, from(rgba(200, 200, 200, 0)), to(rgba(200, 200, 200, 0)));background:linear-gradient(to right, rgba(200, 200, 200, 0) 0%, rgba(200, 200, 200, 0) 100%)}}.searchHighlight{color:#1cbacc;-webkit-animation-name:fadeFromLeft;animation-name:fadeFromLeft;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:cubic-bezier(0.25, 0.1, 0.25, 1);animation-timing-function:cubic-bezier(0.25, 0.1, 0.25, 1);-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@media(max-width: 750px){.el-message-box{width:90%}}.ant-spin-dot-item{background-color:#1cbacc}.badge{background-color:#f56c6c;border-radius:10px;color:#fff;display:inline-block;font-size:12px;height:18px;line-height:18px;padding:0 6px;text-align:center;white-space:nowrap;border:1px solid #fff;margin:0 4px}.empty{-webkit-box-flex:1;-ms-flex:1;flex:1}.text-overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scroll-hide::-webkit-scrollbar{width:0px;height:0px}.none::before{position:absolute;width:100px;height:24px;line-height:24px;text-align:center;content:"暂无数据...";bottom:-40px;left:calc(50% - 50px);z-index:20;color:#969696}.el-popconfirm__main{min-height:40px !important}.ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
