/*! normalize.css v8.0.1 | 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 iOS.
 */
html[data-v-cb6dfc12] {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body[data-v-cb6dfc12] {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main[data-v-cb6dfc12] {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1[data-v-cb6dfc12] {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr[data-v-cb6dfc12] {
  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[data-v-cb6dfc12] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a[data-v-cb6dfc12] {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title][data-v-cb6dfc12] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b[data-v-cb6dfc12],
strong[data-v-cb6dfc12] {
  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[data-v-cb6dfc12],
kbd[data-v-cb6dfc12],
samp[data-v-cb6dfc12] {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small[data-v-cb6dfc12] {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub[data-v-cb6dfc12],
sup[data-v-cb6dfc12] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub[data-v-cb6dfc12] {
  bottom: -0.25em;
}
sup[data-v-cb6dfc12] {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img[data-v-cb6dfc12] {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button[data-v-cb6dfc12],
input[data-v-cb6dfc12],
optgroup[data-v-cb6dfc12],
select[data-v-cb6dfc12],
textarea[data-v-cb6dfc12] {
  font-family: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button[data-v-cb6dfc12],
input[data-v-cb6dfc12] {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button[data-v-cb6dfc12],
select[data-v-cb6dfc12] {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button[data-v-cb6dfc12],
[type=button][data-v-cb6dfc12],
[type=reset][data-v-cb6dfc12],
[type=submit][data-v-cb6dfc12] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button[data-v-cb6dfc12]::-moz-focus-inner,
[type=button][data-v-cb6dfc12]::-moz-focus-inner,
[type=reset][data-v-cb6dfc12]::-moz-focus-inner,
[type=submit][data-v-cb6dfc12]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button[data-v-cb6dfc12]:-moz-focusring,
[type=button][data-v-cb6dfc12]:-moz-focusring,
[type=reset][data-v-cb6dfc12]:-moz-focusring,
[type=submit][data-v-cb6dfc12]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset[data-v-cb6dfc12] {
  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[data-v-cb6dfc12] {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress[data-v-cb6dfc12] {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea[data-v-cb6dfc12] {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox][data-v-cb6dfc12],
[type=radio][data-v-cb6dfc12] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number][data-v-cb6dfc12]::-webkit-inner-spin-button,
[type=number][data-v-cb6dfc12]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search][data-v-cb6dfc12] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search][data-v-cb6dfc12]::-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.
 */
[data-v-cb6dfc12]::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details[data-v-cb6dfc12] {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary[data-v-cb6dfc12] {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template[data-v-cb6dfc12] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden][data-v-cb6dfc12] {
  display: none;
}
html[data-v-cb6dfc12],
body[data-v-cb6dfc12],
#app[data-v-cb6dfc12],
.wrapper[data-v-cb6dfc12] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
a[data-v-cb6dfc12] {
  text-decoration: none;
}
ul[data-v-cb6dfc12] {
  margin: 0;
  padding: 0;
}
.el-divider[data-v-cb6dfc12] {
  margin: 14px 0;
}
.container[data-v-cb6dfc12] {
  padding: 100px;
  margin-bottom: 100px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 10px;
  padding: 10px;
}
.search-box .datepicker[data-v-cb6dfc12] {
  width: 85%;
}
.table-box[data-v-cb6dfc12] {
  background-color: #fff;
  padding: 10px 10px 5px 10px;
}
.paging-box[data-v-cb6dfc12] {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.image-main .avatar-uploader .el-upload[data-v-cb6dfc12] {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.image-main .avatar-uploader .el-upload[data-v-cb6dfc12]:hover {
  border-color: #409eff;
}
.image-main .avatar-uploader-icon[data-v-cb6dfc12] {
  font-size: 28px;
  color: #8c939d;
  width: 178px;
  height: 178px;
  line-height: 178px;
  text-align: center;
}
.image-main .avatar[data-v-cb6dfc12] {
  width: 178px;
  height: 178px;
  display: block;
}
.demo-form-inline .el-form-item--mini.el-form-item[data-v-cb6dfc12], .demo-form-inline .el-form-item--small.el-form-item[data-v-cb6dfc12] {
  margin-bottom: 8px;
}
.demo-form-inline .el-form-item--small .el-form-item__content[data-v-cb6dfc12], .demo-form-inline .el-form-item--small .el-form-item__label[data-v-cb6dfc12] {
  padding: 0;
  font-weight: bold;
}
.el-row[data-v-cb6dfc12] {
  margin-bottom: 0px;
}
.el-row[data-v-cb6dfc12]:last-child {
  margin-bottom: 0;
}
.el-col[data-v-cb6dfc12] {
  border-radius: 4px;
}
.bg-purple-dark[data-v-cb6dfc12] {
  background: #99a9bf;
}
.bg-purple[data-v-cb6dfc12] {
  background: #d3dce6;
}
.bg-purple-light[data-v-cb6dfc12] {
  background: #e5e9f2;
}
.grid-content[data-v-cb6dfc12] {
  border-radius: 4px;
  min-height: 36px;
}
.row-bg[data-v-cb6dfc12] {
  padding: 10px 0;
  background-color: #f9fafc;
}
.el-input--small .el-input__inner[data-v-cb6dfc12] {
  border-radius: 0 !important;
}
.el-range-editor--small.el-input__inner[data-v-cb6dfc12] {
  border-radius: 0 !important;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.search-box .datepicker[data-v-cb6dfc12] {
    width: 85%;
}
}
@media screen and (min-width: 600px) and (max-width: 800px) {
.search-box .datepicker[data-v-cb6dfc12] {
    width: 85%;
}
}
@media screen and (min-width: 800px) and (max-width: 959px) {
.search-box .datepicker[data-v-cb6dfc12] {
    width: 85%;
}
}
@media screen and (min-width: 960px) and (max-width: 1023px) {
.search-box .datepicker[data-v-cb6dfc12] {
    width: 85%;
}
}
@media screen and (min-width: 1024px) and (max-width: 1049px) {
.search-box .datepicker[data-v-cb6dfc12] {
    width: 85%;
}
}
@media screen and (min-width: 1050px) and (max-width: 1151px) {
.search-box .datepicker[data-v-cb6dfc12] {
    width: 85%;
}
}
@media screen and (min-width: 1152px) and (max-width: 1279px) {
.search-box .datepicker[data-v-cb6dfc12] {
    width: 85%;
}
}
@media screen and (min-width: 1280px) and (max-width: 1359px) {
.search-box .datepicker[data-v-cb6dfc12] {
    width: 85%;
}
}
@media screen and (min-width: 1360px) and (max-width: 1366px) {
.search-box .datepicker[data-v-cb6dfc12] {
    width: 85%;
}
}
@media screen and (min-width: 1400px) and (max-width: 1439px) {
.search-box .datepicker[data-v-cb6dfc12] {
    width: 85%;
}
}
@media screen and (min-width: 1440px) and (max-width: 1599px) {
.search-box .datepicker[data-v-cb6dfc12] {
    width: 93% !important;
}
}
@media screen and (min-width: 1680px) {
.search-box .datepicker[data-v-cb6dfc12] {
    width: 85%;
}
}
@media screen and (min-width: 1680px) {
.search-box .datepicker[data-v-cb6dfc12] {
    width: 85%;
}
}
.main[data-v-cb6dfc12] {
  background: #f0f2f5;
  margin-top: -20px;
  min-height: 100%;
}
.wscn-http404[data-v-cb6dfc12] {
  position: relative;
  width: 1320px;
  margin: 0 auto;
}
.wscn-http404 .pic-404[data-v-cb6dfc12] {
  position: relative;
  float: left;
  width: 600px;
  padding: 150px 0;
  overflow: hidden;
}
.wscn-http404 .pic-404__parent[data-v-cb6dfc12] {
  width: 100%;
}
.wscn-http404 .pic-404__child[data-v-cb6dfc12] {
  position: absolute;
}
.wscn-http404 .pic-404__child.left[data-v-cb6dfc12] {
  width: 80px;
  top: 17px;
  left: 220px;
  opacity: 0;
  animation-name: cloudLeft-cb6dfc12;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
.wscn-http404 .pic-404__child.mid[data-v-cb6dfc12] {
  width: 46px;
  top: 10px;
  left: 420px;
  opacity: 0;
  animation-name: cloudMid-cb6dfc12;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 1.2s;
}
.wscn-http404 .pic-404__child.right[data-v-cb6dfc12] {
  width: 62px;
  top: 100px;
  left: 500px;
  opacity: 0;
  animation-name: cloudRight-cb6dfc12;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}
@keyframes cloudLeft-cb6dfc12 {
0% {
    top: 17px;
    left: 220px;
    opacity: 0;
}
20% {
    top: 33px;
    left: 188px;
    opacity: 1;
}
80% {
    top: 81px;
    left: 92px;
    opacity: 1;
}
100% {
    top: 97px;
    left: 60px;
    opacity: 0;
}
}
@keyframes cloudMid-cb6dfc12 {
0% {
    top: 10px;
    left: 420px;
    opacity: 0;
}
20% {
    top: 40px;
    left: 360px;
    opacity: 1;
}
70% {
    top: 130px;
    left: 180px;
    opacity: 1;
}
100% {
    top: 160px;
    left: 120px;
    opacity: 0;
}
}
@keyframes cloudRight-cb6dfc12 {
0% {
    top: 100px;
    left: 500px;
    opacity: 0;
}
20% {
    top: 120px;
    left: 460px;
    opacity: 1;
}
80% {
    top: 180px;
    left: 340px;
    opacity: 1;
}
100% {
    top: 200px;
    left: 300px;
    opacity: 0;
}
}
.wscn-http404 .bullshit[data-v-cb6dfc12] {
  position: relative;
  float: left;
  width: 300px;
  padding: 150px 0;
  overflow: hidden;
}
.wscn-http404 .bullshit__oops[data-v-cb6dfc12] {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  color: #1482f0;
  opacity: 0;
  margin-bottom: 20px;
  animation-name: slideUp-cb6dfc12;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__headline[data-v-cb6dfc12] {
  font-size: 20px;
  line-height: 24px;
  color: #1482f0;
  opacity: 0;
  margin-bottom: 10px;
  animation-name: slideUp-cb6dfc12;
  animation-duration: 0.5s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__info[data-v-cb6dfc12] {
  font-size: 13px;
  line-height: 21px;
  color: grey;
  opacity: 0;
  margin-bottom: 30px;
  animation-name: slideUp-cb6dfc12;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.wscn-http404 .bullshit__return-home[data-v-cb6dfc12] {
  display: block;
  float: left;
  width: 110px;
  height: 36px;
  background: #1482f0;
  border-radius: 100px;
  text-align: center;
  color: #ffffff;
  opacity: 0;
  font-size: 14px;
  line-height: 36px;
  cursor: pointer;
  animation-name: slideUp-cb6dfc12;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
@keyframes slideUp-cb6dfc12 {
0% {
    transform: translateY(60px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
