.lab:after, .pagination-wrapper:after, .pagination-wrapper > div:after, .form-pretitle:after, .input-append:after, .form-table-wrap:after, .empty:after, .toast-tabs:after, .progress-bar.rate-append:after, .group:after, .search-submit-area .guide-btn a:after, .panel-menu .el-menu .el-submenu .el-submenu__title:after, .vertical-center:after, .vertical-top:after, .link-icon:after, .user-link:after, .login-body:after, .login-body .right:after, .list-row:after {
  content: '';
  display: inline-block;
  height: 100%;
}

/*! 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 */
}

/* 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 {
  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 */
  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. */
.input-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  z-index: 1;
  display: inline-block;
  font-size: 16px;
  color: #ABADAF;
}

button, input, optgroup, select, textarea {
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: none;
  border: none;
}

/** 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"], [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 {
  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"] {
  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, 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;
}

/*--------------------- reset CSS ---------------------*/
body, h1, h2, h3, h4, h5, h6, p, ul, ol, form {
  margin: 0;
}

body {
  color: #666;
  background: white;
  font-size: 12px;
  line-height: 1;
}

body, input, textarea, select {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;}

body .el-notification {
  z-index: 5000 !important;
}

ul, ol, li {
  padding-left: 0;
  list-style-type: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

input, textarea, select {
  font-size: 12px;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
}

input::-ms-clear {
  display: none;
}

/* remove default `cross` clear button in IE */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/* remove default background yellow color in Chrome */
input:focus, textarea:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-modify: read-write-plaintext-only;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

a {
  text-decoration: none;
}

/** Layout ----------------------------------------------------------------------------
/** Page frame */
.themebg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*z-index: -1;*/
  min-width: 1024px;
  min-height: 720px;
  background-color: #529BF9;
  background-image: url("../images/theme/themeBlue/bg.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}

.theme-tl,
.theme-tr,
.theme-bl {
  position: absolute;
}

.theme-tl {
  top: 23px;
  left: 0;
  width: 281px;
  height: 252px;
  background: url("../images/theme/themeBlue/tl.png") no-repeat left top;
}

.theme-tr {
  top: 13px;
  right: 13%;
  width: 219px;
  height: 79px;
  background: url("../images/theme/themeBlue/tr.png") no-repeat left top;
}

.theme-bl {
  bottom: 0;
  left: 0;
  width: 233px;
  height: 163px;
  background: url("../images/theme/themeBlue/bl.png") no-repeat left top;
}

.header {
  height: 88px;
}

.append {
  right: 0;
}
.prepend, .append {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.panel, .main {
  position: absolute;
  top: 88px;
  transition: 0.3s;
}

.main {
  background-color: #F5F7F9;
  right: 0;
  bottom: 0;
}

.panel {
  left: 0;
  bottom: 0;
  padding: 0 6px 24px 24px;
  width: 272px;
  box-sizing: border-box;
}

.panel.panel-hide {
  width: 64px;
}

.treeContainer {
  overflow: auto;
}

.main-wide {
  left: 0;
}

/** Header */
.header-middle {
  position: relative;
  padding-top: 56px;
  padding-left: 272px;
  overflow: hidden;
}

.header-middle .tabs-head .tabs-link, .header-middle .tabs-more > .tabs-link {
  display: block;
  padding: 0 8px 0 16px;
  margin: 0;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: white;
  background-color: #5DA7FB;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.header-middle .tabs-head .tabs-link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.header-middle .tabs-head .tabs-link.active, .header-middle .tabs-head .tabs-link.active:hover {
  font-weight: bold;
  color: #529BF9;
  background-color: white;
}

.header-middle .tabs-head {
  max-width: calc(100% - 300px);
  height: 32px;
  overflow: hidden;
}

.header-middle .tabs-more {
  position: absolute;
  bottom: 0;
}

.header-middle .tabs-more > .tabs-link {
  padding: 0 4px;
}

.header-middle .tabs-more > .tabs-link:hover {
  background-color: #85bdfc;
}


.logo {
  height: 88px;
  width: 272px;
  overflow: hidden;
  position: absolute;
}

.logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -68px;
  text-align: center;
  width: auto;
  height: 44px;
}

.user {
  position: absolute;
  top: 28px;
  right: 0;
  padding-right: 16px;
  height: 32px;
}

.user-li {
  position: relative;
  float: left;
  margin-left: 24px;
}

.user-li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.user-link {
  display: block;
  color: white;
  border-radius: 4px;
  font-size: 0;
}

.user-link:after {
  vertical-align: middle;
}

.user-link > * {
  display: inline-block;
  vertical-align: middle;
}

.user-link > *:first-child {
  margin-left: 0;
}

.user-link > *:last-child {
  margin-right: 0;
}

.user-btnonly {
  position: relative;
  padding: 4px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

.user-btnonly i {
  display: inline-block;
  font-size: 24px;
}

.user-btnonly .red-dot {
  position: absolute;
  top: 4px;
  right: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #E13A3A;
  border: 1px solid white;
}

.user-btnico {
  color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.user-btnico span {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 22px;
  vertical-align: middle;
}

.user-account {
  padding: 0 4px;
}

.user-account .user-name {
  margin: 0 8px;
  max-width: 100px;
  line-height: 32px;
  font-size: 14px;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user-account .user-portrait {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  background-color: white;
}

.user-account .user-portrait img {
  display: block;
  width: auto;
  height: 100%;
}

.user-account .user-arrow i {
  display: block;
  font-size: 14px;
  transform: scale(0.6);
}

/** panel */
.panel-head {
  position: relative;
  padding-right: 28px;
  height: 36px;
  line-height: 36px;
  margin-bottom: 16px;
  margin-right: 18px;
}

.panel-head .panel-search {
  background-color: #1578F9;
  border-radius: 18px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) inset;
  overflow: hidden;
}

.panel-head .panel-search .input-icon i {
  display: inline-block;
  vertical-align: middle;
}

.panel-head .panel-search .form-con {
  line-height: inherit;
}

.panel-head .panel-search .input-icon {
  left: 12px;
  color: white;
}

.panel-head .panel-search .form-control {
  padding-left: 36px;
  height: 36px;
  line-height: 36px;
  color: white;
  background-color: #1578F9;
  border: none;
}

.panel-head .panel-search .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.panel-head .panel-search .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.panel-head .panel-search .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.panel-head .panel-search .clear i {
  font-size: 12px;
  color: white;
}

.panel-head .panel-control {
  position: absolute;
  right: 0;
  top: 0;
}

.panel-head .panel-control .tree-control-btn {
  color: white;
  font-size: 20px;
}

.panel-head .panel-control .tree-control-btn.active .icon-tree-unfold::before {
  content: "\e6c8";
}

.input-append {
  position: absolute;
  top: 1px;
  right: 2px;
  bottom: 1px;
  z-index: 100;
  display: none;
  line-height: 30px;
  background-color: white;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: hidden;
  font-size: 0;
}

.input-append:after {
  vertical-align: middle;
}

.input-append > * {
  display: inline-block;
  vertical-align: middle;
}

.input-append > *:first-child {
  margin-left: 0;
}

.input-append > *:last-child {
  margin-right: 0;
}

.input-append .btn {
  display: inline-block;
  height: inherit;
  padding: 0 2px;
  line-height: inherit;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.input-append .btn:hover {
  color: #529BF9;
}

.input-append .btn i {
  font-size: 14px;
}

.input-append.select-icon {
  display: block;
  -webkit-transform: scale(0.65);
  transform: scale(0.65);
}

.tree-search {
  position: relative;
  margin-right: 40px;
  padding-left: 40px;
  padding-right: 10px;
}

.tree-search-ico {
  left: 0;
}

.tree-search-ico i {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.tree-search-input {
  width: 100%;
  height: 40px;
  background: none;
}

.tree-search-focus {
  background-color: #fff;
}

.tree-search-focus .tree-search-ico, .tree-search-focus .tree-search-input {
  color: #677de0;
}

.tree-search-focus .tree-search-ico i {
  opacity: 1;
  filter: alpha(opacity=100);
}

/** Pagination ---------------------------------------------------------------------------- */
.pagination-wrapper {
  font-size: 0;
}

.pagination-wrapper:after {
  vertical-align: middle;
}

.pagination-wrapper > * {
  display: inline-block;
  vertical-align: middle;
}

.pagination-wrapper > *:first-child {
  margin-left: 0;
}

.pagination-wrapper > *:last-child {
  margin-right: 0;
}

.pagination-wrapper > div {
  font-size: 0;
  margin: 0 10px;
  line-height: 32px;
}

.pagination-wrapper > div:after {
  vertical-align: middle;
}

.pagination-wrapper > div > * {
  display: inline-block;
  vertical-align: middle;
}

.pagination-wrapper > div > *:first-child {
  margin-left: 0;
}

.pagination-wrapper > div > *:last-child {
  margin-right: 0;
}

.pagination-wrapper > div > * {
  margin: 0 4px;
  font-size: 14px;
}

.pagination-wrapper > div .form-control {
  height: 30px;
  line-height: 30px;
}

.pagination-wrapper .text {
  color: #ABADAF;
}

.pagination-wrapper .num {
  color: #111315;
}

.pagination-wrapper .pg-select .form-select {
  width: 90px;
  text-align: center;
  box-sizing: content-box;
}

.pagination-wrapper .pg-select .form-select .select-set {
  line-height: inherit;
}

.pagination-wrapper .pg-select .form-select .select-main {
  height: inherit;
  cursor: default;
}

.pagination-wrapper .pg-select .form-select .select-arrow {
  top: 15px;
}

.pagination-wrapper .pg-select .form-select .select-block {
  border-top: 0;
}

.pagination-wrapper .pg-btns a {
  min-width: 32px;
  margin: 0 4px;
  padding: 0 8px;
  font-size: 14px;
  color: #919395;
  line-height: 30px;
  text-align: center;
  border: 1px solid transparent;
  box-sizing: border-box;
  transition: 0.3s;
}

.pagination-wrapper .pg-btns a:hover {
  border-color: #DCDFE6;
}

.pagination-wrapper .pg-btns a.active, .pagination-wrapper .pg-btns a.active:hover {
  color: white !important;
  background-color: #529BF9 !important;
  border-color: #529BF9 !important;
}

.pagination-wrapper .pg-btns a.pg-prev, .pagination-wrapper .pg-btns a.pg-next {
  color: #616365;
}

.pagination-wrapper .pg-input .form-control {
  width: 50px;
  height: 32px;
  text-align: center;
}

.pagination-wrapper .pg-input .btn {
  height: inherit;
  padding: 0 12px;
  line-height: 32px;
  border-radius: 0;
  border: 0;
}

.pagination-wrapper.pagination-round .pg-select .form-select, .pagination-wrapper.pagination-round .pg-btns a, .pagination-wrapper.pagination-round .pg-input .form-control, .pagination-wrapper.pagination-round .pg-input .btn {
  border-radius: 4px;
}

.pagination-wrapper.pagination-border .pg-btns a {
  border-color: #DCDFE6;
}

.pagination-wrapper.pagination-border .pg-btns a:hover {
  border-color: #bbb;
}

.pagination-wrapper.pagination-solid .pg-btns a {
  background-color: #eee;
  border-color: transparent;
}

.pagination-wrapper.pagination-solid .pg-btns a:hover {
  color: #529BF9;
  background-color: rgba(82, 155, 249, 0.1);
}

.pagination-wrapper.pagination-circle .pg-btns a {
  border-radius: 50%;
}

.pagination-wrapper.pagination-hover-solid .pg-btns a:hover {
  background-color: #eee;
  border-color: transparent;
}

.pagination-wrapper.pagination-group .pg-btns a {
  position: relative;
  margin: 0;
  border-color: #CACCCE;
}

.pagination-wrapper.pagination-group .pg-btns a:not(:first-child) {
  border-left: 0;
}

.pagination-wrapper.pagination-group.pagination-round .pg-btns a:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-wrapper.pagination-group.pagination-round .pg-btns a:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-wrapper .el-pagination {
  padding: 6px 0;
  font-weight: normal;
  color: #919395;
  text-align: center;
}

.pagination-wrapper .el-pagination .btn-prev {
  padding-right: 4px;
}

.pagination-wrapper .el-pagination .btn-next {
  padding-left: 4px;
}

.pagination-wrapper .el-pagination .btn-prev .el-icon,.pagination-wrapper .el-pagination .btn-next .el-icon {
  color: #616365;
  font-size: 18px;
  font-weight: normal;
}

.pagination-wrapper .el-pagination .btn-prev .el-icon:hover,.pagination-wrapper .el-pagination .btn-next .el-icon:hover {
  color: #529BF9;
}

.pagination-wrapper .el-pagination button,.pagination-wrapper .el-pager li {
  margin: 0 4px;
  padding: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  min-width: 32px;
  font-size: 14px;
}

.pagination-wrapper .el-pagination button.active,.pagination-wrapper .el-pager li.active {
  color: #fff !important;
  background-color: #529BF9;
}

.pagination-wrapper .el-pagination button.active:hover,.pagination-wrapper .el-pager li.active:hover {
  color: #fff;
}

.pagination-wrapper .el-pagination button:hover,.pagination-wrapper .el-pager li:hover {
  color: #529BF9;
}

.pagination-wrapper .el-pager li.btn-quicknext,.pagination-wrapper .el-pager li.btn-quickprev {
  color: #919395;
}

.pagination-wrapper .el-pager li.btn-quicknext:hover,.pagination-wrapper .el-pager li.btn-quickprev:hover {
  color: #529BF9;
}

.pagination-wrapper .el-pagination button,.pagination-wrapper .el-pager li,.pagination-wrapper .el-pager li.btn-quicknext,.pagination-wrapper .el-pager li.btn-quickprev {
  height: 32px !important;
  line-height: 32px !important;
  color: #919395;
  font-size: 14px;
}

/**
 * List
 * ----------------------------------------------------------------------------
*/
.list-row {
  position: relative;
  border-bottom: 1px solid #eee;
  font-size: 0;
}
.list.no-bottom-border .list-row {
  border-bottom: none;
}

.list-row:after {
  vertical-align: middle;
}

.list-row > * {
  display: inline-block;
  vertical-align: middle;
}

.list-row > *:first-child {
  margin-left: 0;
}

.list-row > *:last-child {
  margin-right: 0;
}

.list-head {
  width: 100px;
  font-size: 14px;
  color: #919395;
  padding: 12px 0;
  line-height: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.list-body {
  margin-right: 10px;
  margin-left: 10px;
  width: calc(100% - 110px);
  padding: 8px 0;
  font-size: 14px;
  color: #313335;
  line-height: 26px;
}

/**
 * Labs
 * ----------------------------------------------------------------------------
*/
.lab {
  display: inline-block;
  padding: 4px 8px;
  color: white;
  line-height: 20px;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
}

.lab:after {
  vertical-align: middle;
}

.lab > * {
  display: inline-block;
  vertical-align: middle;
}

.lab > *:first-child {
  margin-left: 0;
}

.lab > *:last-child {
  margin-right: 0;
}

.lab > span {
  margin: 0 2px;
}

.lab.lab-lg {
  height: 22px;
  padding: 0 8px;
  border-radius: 3px;
}

.lab.lab-lg .lab-icon i {
  width: 15px;
  height: 15px;
  font-size: 15px;
}

.lab.lab-lg .lab-text {
  font-size: 15px;
}

.lab-icon {
  font-size: 0;
}

.lab-icon:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lab-icon i {
  display: inline-block;
  height: 100%;
  font-size: 14px;
  vertical-align: middle;
}

.lab-text {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
}

.lab-primary {
  background-color: #529BF9;
}

.lab-primary.lab-hollow {
  color: #529BF9;
  border-color: rgba(82, 155, 249, 0.5);
}

.lab-primary.lab-anti {
  color: #529BF9;
  background-color: rgba(82, 155, 249, 0.1);
}

.lab-primary.lab-ghost {
  color: #529BF9;
}

.lab-secondary {
  background-color: #3b3e4c;
}

.lab-secondary.lab-hollow {
  color: #3b3e4c;
  border-color: rgba(59, 62, 76, 0.5);
}

.lab-secondary.lab-anti {
  color: #3b3e4c;
  background-color: rgba(59, 62, 76, 0.1);
}

.lab-secondary.lab-ghost {
  color: #3b3e4c;
}

.lab-gray {
  background-color: #ABADAF;
}

.lab-gray.lab-hollow {
  color: #ABADAF;
  border-color: rgba(171, 173, 175, 0.5);
}

.lab-gray.lab-anti {
  color: #ABADAF;
  background-color: rgba(171, 173, 175, 0.1);
}

.lab-gray.lab-ghost {
  color: #ABADAF;
}

.lab-red {
  background-color: #f12c2c;
}

.lab-red.lab-hollow {
  color: #f12c2c;
  border-color: rgba(241, 44, 44, 0.5);
}

.lab-red.lab-anti {
  color: #f12c2c;
  background-color: rgba(241, 44, 44, 0.1);
}

.lab-red.lab-ghost {
  color: #f12c2c;
}

.lab-orange {
  background-color: #fd7e14;
}

.lab-orange.lab-hollow {
  color: #fd7e14;
  border-color: rgba(253, 126, 20, 0.5);
}

.lab-orange.lab-anti {
  color: #fd7e14;
  background-color: rgba(253, 126, 20, 0.1);
}

.lab-orange.lab-ghost {
  color: #fd7e14;
}

.lab-yellow {
  background-color: #ffa200;
}

.lab-yellow.lab-hollow {
  color: #ffa200;
  border-color: rgba(255, 162, 0, 0.5);
}

.lab-yellow.lab-anti {
  color: #ffa200;
  background-color: rgba(255, 162, 0, 0.1);
}

.lab-yellow.lab-ghost {
  color: #ffa200;
}

.lab-green {
  background-color: #38c17f;
}

.lab-green.lab-hollow {
  color: #38c17f;
  border-color: rgba(56, 193, 127, 0.5);
}

.lab-green.lab-anti {
  color: #38c17f;
  background-color: rgba(56, 193, 127, 0.1);
}

.lab-green.lab-ghost {
  color: #38c17f;
}

.lab-pink {
  background-color: #ffb8b8;
}

.lab-pink.lab-hollow {
  color: #ffb8b8;
  border-color: rgba(255, 184, 184, 0.5);
}

.lab-pink.lab-anti {
  color: #ffb8b8;
  background-color: rgba(255, 184, 184, 0.1);
}

.lab-pink.lab-ghost {
  color: #ffb8b8;
}

.lab-blue {
  background-color: #3f5cdc;
}

.lab-blue.lab-hollow {
  color: #3f5cdc;
  border-color: rgba(63, 92, 220, 0.5);
}

.lab-blue.lab-anti {
  color: #3f5cdc;
  background-color: rgba(63, 92, 220, 0.1);
}

.lab-blue.lab-ghost {
  color: #3f5cdc;
}

.lab-purple {
  background-color: #916ef0;
}

.lab-purple.lab-hollow {
  color: #916ef0;
  border-color: rgba(145, 110, 240, 0.5);
}

.lab-purple.lab-anti {
  color: #916ef0;
  background-color: rgba(145, 110, 240, 0.1);
}

.lab-purple.lab-ghost {
  color: #916ef0;
}

.lab-hollow {
  background-color: transparent;
  border: 1px solid;
}

.lab-ghost {
  background-color: transparent;
}

.lab-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  padding: 0;
}

.lab-transparent {
  color: #616365;
}

/**
 * Main: location
 */
.breadcrumb {
  padding-bottom: 16px;
  font-size: 0;
  color: #ABADAF;
  line-height: 1;
}

.breadcrumb a, .breadcrumb i, .breadcrumb span {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}

.breadcrumb a {
  color: inherit;
}

.breadcrumb a:hover {
  color: #529BF9;
}

.breadcrumb a:last-child {
  cursor: default;
}

.breadcrumb a:last-child, .breadcrumb a:last-child:hover {
  font-weight: 600;
  color: #111315;
}

.breadcrumb i {
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  font-style: normal;
}

.breadcrumb span {
  color: #313335;
}

.page {
  position: relative;
  padding: 16px;
}

.mLocat-wrap {
  padding: 10px 14px 0;
  font-size: 12px;
}

.mLocat-link {
  color: #666666;
}

.mLocat-link:hover, .mLocat-text {
  color: #677de0;
}

/** Main search */
.main-card {
  position: relative;
  margin-bottom: 16px;
  padding: 24px;
  background-color: white;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-card:last-child {
  margin-bottom: 0;
}

.whaty-search-scroll .el-scrollbar__wrap{
  overflow-x: hidden;
}

.whaty-search-scroll .el-scrollbar__bar.is-horizontal {
  display: none;
}

.whaty-search-scroll .el-scrollbar__thumb {
  background-color: #919395;
}

.search-form-box.search-fold-all {
  padding: 0;
}
.mSearch-form-group {
  margin: -4px -6px 0;
  max-height: 160px;
  position: relative;
  overflow: visible;
}

.search-cell {
  height: 40px;
  width: 220px;
  float: left;
}

.search-cell .form-row .form-control {
  color: #000;
}

.search-cell .form-row {
  margin: 4px 6px;
   border-radius: 4px;
}

.search-cell .form-row .form-control::-moz-placeholder {
  color: #abadaf;
  opacity: 1;
}

.search-cell .form-row .form-control:-ms-input-placeholder {
  color: #abadaf;
}

.search-cell .form-row .form-control::-webkit-input-placeholder {
  color: #abadaf;
}

.mSearch-cell {
  float: left;
}

.mSearch-form {
  margin: 3px 7px;
}

.search-submit-area {
  position: relative;
  text-align: center;
  margin-top: 4px;
}

.search-submit-area .btn {
  margin: 0 4px;
}

.search-submit-area .guide-btn {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  font-size: 0;
}

.search-submit-area .guide-btn a {
  color: #529BF9;
  line-height: 1;
  font-size: 0;
}

.search-submit-area .guide-btn a:after {
  vertical-align: middle;
}

.search-submit-area .guide-btn a > * {
  display: inline-block;
  vertical-align: middle;
}

.search-submit-area .guide-btn a > *:first-child {
  margin-left: 0;
}

.search-submit-area .guide-btn a > *:last-child {
  margin-right: 0;
}

.search-submit-area .guide-btn a i {
  margin-right: 4px;
  font-size: 16px;
}

.search-submit-area .guide-btn a span {
  font-size: 14px;
}

.search-submit-area .guide-btn a:hover {
  color: #217ff7;
}

.mSearch-filter {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
}

.form-table-body .el-cascader {
  display: block;
}

.mSearch-filter .drop-form {
  display: none;
  right: 0;
  left: 0;
  text-align: left;
}

.mSearch-filter-arr {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -2px;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 4px;
  border-color: transparent;
  border-style: dashed;
  border-top-color: #666;
  border-top-style: solid;
}

.search-fold-foot {
  position: absolute;
  right: 24px;
  bottom: 0;
  width: 32px;
  height: 24px;
}

.search-fold-foot .el-dropdown {
  width: 100%;
}

.search-fold-foot .el-dropdown .el-dropdown-selfdefine:focus:active, .search-fold-foot .el-dropdown .el-dropdown-selfdefine:focus:not(.focusing) {
  outline-style: none;
}

.search-fold-foot .search-fold-btn {
  display: block;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  color: #529BF9;
  background-color: rgba(82, 155, 249, 0.08);
}

.search-fold-foot .search-fold-btn i {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search-fold-foot .search-fold-btn.active i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.search-fold-foot .tooltip {
  bottom: 32px;
  right: 50%;
  margin-right: -32px;
  display: none;
}

.search-form-box.search-fold-part .search-fold-foot .search-fold-btn i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.form-table-body .el-select {
  display: block;
}

/**
 * History
 * ----------------------------------------------------------------------------
*/
.history {
  padding-top: 0;
  padding-bottom: 0;
  width: inherit;
}

.history-head {
  position: relative;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}

.history-head .title {
  font-size: 20px;
  color: #111315;
  line-height: 22px;
  vertical-align: middle;
}

.history-head .title i {
  margin-right: 8px;
  font-size: 20px;
  color: #529BF9;
  vertical-align: middle;
}

.history-head .title span {
  font-weight: 600;
  font-size: 16px;
}

.history-head .append {
  top: 50%;
  margin-top: -16px;
}

.history-body > div {
  float: left;
  height: inherit;
}

.history-show {
  border-right: 1px solid #eee;
}

.history-show .list {
  padding: 16px;
}

.history-info {
  padding: 8px 16px;
  font-size: 14px;
  color: #818385;
  height: 36px;
  line-height: 36px;
  background: #f9f9f9;
}

.record-row {
  border-bottom: 1px solid #eee;
}

.record-row:last-child {
  border-bottom: 0;
}

.record-row-wrap {
  padding: 20px 16px 12px 16px;
}

.record-row-head {
  margin-bottom: 8px;
  font-size: 14px;
  color: #919395;
}

.record-row-head .name {
  color: #111315;
}

.record-row-head .name i {
  margin-right: 8px;
}

.record-row-head .name .time {
  margin-left: 16px;
  color: #919395;
}

.record-row .list {
  margin: 0 24px;
}

.record-row .list-row {
  border-bottom: 0;
}

.record-row .list-head {
  word-break: break-all;
  position: relative;
  display: inline-block;
  width: 100px;
  line-height: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  color: #529BF9;
  vertical-align: top;
}

.record-row .list-body {
  display: inline-block;
  width: calc(100% - 112px);
  margin-left: 12px;
  margin-right: 0;
  padding: 3px 0;
  color: #616365;
}

.record-row .list-body > * {
  display: inline-block;
  vertical-align: middle;
}

.history-record .lab {
  margin: 4px;
  color: #616365;
}

/** Main operation */
.mOperation-wrap {
  position: relative;
}

.mOperation-wrap .btn {
  margin-right: 12px;
  margin-bottom: 4px;
  margin-top: 4px;
}

.mOperation {
  padding: 5px 15px;
  border-bottom: 1px solid #ccc;
  background-color: #fafafa;
}

.mOperation .btn-shut {
  margin-top: 2px;
}

.main-operation {
  font-size: 0;
  background-color: white;
}

.mOperation-wrap ul .pull-left.checked {
  max-width: calc(100% - 80px);
}

.mOperation-wrap ul .pull-left {
  max-width: calc(100% - 240px);
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
}

.main-operation-data {
  margin-right: 24px;
  font-size: 14px;
  color: #313335;
  vertical-align: middle;
}

.main-operation-data span {
  margin-right: 4px;
  color: #529BF9;
}

.main-operation-shut {
  margin-top: 2px;
  padding: 4px;
}

/** Footer */
.footer {
  position: fixed;
  padding: 6px 300px 6px 100px;
  background-color: white;
  transition: 0.3s;
  z-index: 500;
  right: 0;
  bottom: 0;
}

.footer .footer-left {
  position: absolute;
  left: 16px;
  top: 12px;
}

.footer .footer-right {
  position: absolute;
  right: 16px;
  top: 12px;
}

.footer-btn-icon {
  margin-right: 5px;
}

.btn-ban {
  cursor: not-allowed
}

.pg-wrap .btn {
  margin: 0 2px;
}

.pg-cur {
  margin: 0 10px;
  font-size: 14px;
  color: #475ec2;
  vertical-align: middle;
}

.pg-total {
  display: inline-block;
  margin-right: 20px;
  font-size: 12px;
  color: #888;
}

.pg-select-wrap {
  display: inline-block;
}

.pg-select {
  position: relative;
  width: 100px;
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #fff;
  color: #666;
}

.pg-select-result {
  position: relative;
  z-index: 1;
  padding: 0 22px 0 10px;
  line-height: 28px;
  font-size: 12px;
  cursor: pointer;
}

.pg-select-arr {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  text-align: center;
}

.pg-select-list {
  position: absolute;
  bottom: 27px;
  left: -1px;
  width: 100%;
  border: 1px #e1e1e1 solid;
  border-radius: 4px;
  background: #fff;
}

.pg-select-li {
  padding: 0 10px;
  line-height: 32px;
  color: #919395;
  cursor: pointer;
}

.pg-select-li:hover {
  background: #F5F7F9;
  color: #818385;
}

.pg-select-cur, .pg-select-cur:hover {
  background: #ebf3fe;
  color: #529BF9;
}

/**
 * Search
 * ----------------------------------------------------------------------------
 */
.search {
  position: relative;
  /*width: 160px;*/
}

.search .drop {
  left: 0;
}

.search .drop[data-textSearch=drop-condition] {
  left: 100%;
  margin-left: -15px;
}

.search .tooltip {
  display: block;
  left: 50%;
}

.search .tooltip-arr {
  left: 50%;
}

.dropdown-search .input-fun,
.time-search .input-fun {
  display: block;
}

.dropdown-search .input-fun .shut,
.time-search .input-fun .shut {
  display: none;
}

.number-search-result .input-fun {
  display: block;
}

.number-search-result .input-fun .arrow-wrap {
  display: none;
}

.number-result {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  left: 10px;
  z-index: 1;
  line-height: 28px;
}

.number-result span {
  float: left;
  display: inline-block;
  width: 33.3%;
  font-weight: 600;
  line-height: inherit;
  text-align: center;
}

.number-result .info {
  font-weight: normal;
}

/** Typography ---------------------------------------------------------------------------- */
p {
  margin: 0 0 10px;
}

.info {
  font-size: 14px;
  color: #ABADAF;
  line-height: 20px;
}

.red {
  color: #fb4a4a;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/** Tooltips ---------------------------------------------------------------------------- */
/** normal tooltip */
.tooltip {
  position: absolute;
  left: 50%;
  display: inline-block;
  z-index: 1070;
  min-width: 30px;
  height: 25px;
  padding: 0 8px;
  border-radius: 3px;
  background-color: #3d3d3d;
  line-height: 25px;
  text-align: center;
}

.tooltip-txt {
  white-space: nowrap;
  font-size: 12px;
  color: #ccc;
}

.tooltip-arr {
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -4px;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 4px;
  border-color: transparent;
  border-style: dashed;
  border-top-color: #3d3d3d;
  border-top-style: solid;
}

/** tooltip show direction */
.tooltip-up {
  top: -30px;
}

.tooltip-down {
  bottom: -30px;
}

/** error tooltip */
.tooltip-error {
  border-radius: 0;
  background-color: #fb4a4a;
}

.tooltip-error i {
  width: 13px;
  height: 13px;
  line-height: 13px;
  font-size: 13px;
  vertical-align: middle;
  margin-right: 2px;
}

.tooltip-error i, .tooltip-error .tooltip-txt {
  color: #fff;
}

/**
 * selet-list
 */
.select-list {
  line-height: 1;
  border: 1px solid #eee;
}

.select-list .drop-list-wrap {
  height: 190px;
}

.select-list .select-list-wrap {
  height: 190px;
}
/**
 * Tabs
 * ----------------------------------------------------------------------------
 */
.tabs-head {
  font-size: 0;
}

.tabs-item {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}

.tabs-link {
  position: relative;
  display: block;
  margin: 0 5px;
  padding: 9px 0;
  font-size: 14px;
  color: #616365;
  line-height: 1.2;
  cursor: pointer;
}

.tabs-link:hover {
  color: #529BF9;
}

.tabs-li {
  float: left;
  margin-right: 1px;
}

.tabs-txt {
  display: inline-block;
  min-width: 48px;
  max-width: 144px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tabs-shut {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.tabs-shut i {
  display: block;
  font-weight: normal;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.tabs-shut:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-con {
  display: none;
}

.tabs-con.active {
  display: block;
}
.tabs-wrapper {
  overflow: hidden;
  position: relative;
}

.tabs-scroll {
  overflow: hidden;
}

.tabs-head-ul {
  white-space: nowrap;
  float: left;
  transition: transform .3s;
}

.tabs-nav-prev {
  left: 0;
}

.tabs-nav-next {
  right: 0;
}

.tabs-con {
  display: block;
}

.header-middle .tabs-link.active, .header-middle .tabs-link.active:hover {
  font-weight: bold;
  color: #529BF9;
  background-color: white;
}

/**
 * notice-tab
 */

.group-tabs {
  display: inline-block;
  background-color: white;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.group-tabs .tabs-item {
  margin: 0;
}

.group-tabs .tabs-item:first-child .tabs-link {
  white-space: nowrap;
  border-left: 1px solid #CACCCE;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.group-tabs .tabs-item:first-child .tabs-link.active {
  border-left-color: #529BF9;
}

.group-tabs .tabs-item:last-child .tabs-link {
  border-right-color: #CACCCE;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.group-tabs .tabs-item:last-child .tabs-link.active {
  border-right-color: #529BF9;
}

.group-tabs .tabs-link {
  margin: 0;
  padding: 0 18px;
  line-height: 34px;
  border: 1px solid #CACCCE;
  border-left: 0;
  border-right: 1px solid #DCDFE6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.group-tabs .tabs-link.active {
  color: white;
  background-color: #529BF9;
  border-color: #529BF9;
}

.drawer-notice-tab .tabs-head {
  margin: 16px 0;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  overflow: hidden;
}

.drawer-notice-tab .tabs-head .tabs-item {
  background-color: #F5F7F9;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.drawer-notice-tab .tabs-head .tabs-item .tabs-link {
  border: none;
}

.drawer-notice-tab .tabs-head .tabs-item .tabs-link.active {
  border-radius: 4px;
}

.drawer-notice-tab .tabs-body .load-more {
  padding: 16px 0;
  display: block;
  text-align: center;
  font-size: 16px;
  color: #000000;
}

.drawer-notice-tab .tabs-head .tabs-item .tabs-link .unread-num {
  position: absolute;
  margin-left: 4px;
  margin-top: 4px;
  padding: 0 5px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  background-color: #f12c2c;
  border-radius: 50%;
}

.notice-cell {
  padding: 4px 8px 12px 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f3f5f7;
}

.notice-cell .notice-element-head {
  height: 40px;
  line-height: 40px;
}

.notice-cell .notice-element-head .title {
  font-size: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #111315;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-cell .notice-element-head .icon {
  display: none;
  padding: 0 4px;
  margin-left: 4px;
  color: #616365;
  cursor: pointer;
}

.notice-cell .notice-element-head .icon i {
  display: block;
  font-size: 20px;
}

.notice-cell .notice-element-head .icon:hover {
  color: #529BF9;
}

.notice-cell .notice-element-head .tools i {
  margin-top: 1px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.notice-cell .notice-element-body .info {
  margin: 0;
  color: #818385;
}

.notice-cell .notice-element-body .time {
  display: block;
  margin-top: 8px;
  color: #818385;
  font-size: 13px;
  line-height: 18px;
}

.notice-cell:hover {
  background-color: #f9fafc;
}

.notice-cell:hover .tick,
.notice-cell:hover .flag,
.notice-cell:hover .tools {
  display: block;
}

.notice-cell.is-star .flag,
.notice-cell .flag.active {
  display: block;
}

.notice-cell.is-star .flag i,
.notice-cell .flag.active i {
  color: #ffa200;
}

.notice-cell.is-star .flag i:before,
.notice-cell .flag.active i:before {
  content: "\e6d1";
}

.notice-cell.is-read .title {
  color: #616365;
}

.notice-cell.is-read .info,
.notice-cell.is-read .time {
  color: #ABADAF;
}

.notice-cell.is-read .tick {
  display: none;
}

.drawer-notice-tab .tabs-head, .notice-cell .notice-element-head, .guide-wrap .guide-box .box-foot {
  display: -webkit-box;
  display: flex;
  display: -moz-flex;
  display: -ms-flexbox;
}
/** Buttons ---------------------------------------------------------------------------- */
/** Base styles */
.btn {
  display: inline-block;
  font-weight: normal;
  color: #616365;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-color: white;
  border-style: solid;
  border-color: #DCDFE6;
  height: 32px;
  padding: 0 16px;
  font-size: 14px;
  line-height: 30px;
  border-width: 1px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.btn i {
  font-size: 16px;
}
.btn > * {
  display: inline-block;
  vertical-align: middle;
}
.btn span {
  font-size: 14px;
}
.btn:hover {
  text-decoration: none;
}

/** Alternate buttons */
.btn-solid {
  color: #fff;
  background-color: #475ec2;
  border-color: #475ec2;
}

.btn-solid:hover {
  background-color: #3e56bc;
  border-color: #3e56bc;
}

.btn-icon {
  font-size: 0;
}

.btn-icon i {
  margin-right: 4px;
}

.btn-hollow {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-hollow i {
  font-size: 16px;
  line-height: 16px;
}

.btn-hollow:hover {
  color: #fff;
  background-color: #677de0;
  border-color: #677de0;
}

.btn-ghost {
  color: #475ec2;
  background-color: transparent;
  border-color: transparent;
}

.btn-ghost:hover {
  color: white;
  background-color: #475ec2;
  border-color: #475ec2;
}

.btn-hind {
  color: #c0c4cc;
  background-color: #fff;
  border-color: #ebeef5;
  cursor: not-allowed;
}

.btn-hind i {
  font-size: 16px;
  line-height: 16px;
}

.btn-icon-only {
  padding: 0;
  width: 32px;
  height: 32px;
  font-size: 0;
  border-radius: 4px;
}

.btn-icon-only i {
  margin-right: 0;
}

.btn-icon-only:hover {
  color: #677de0;
}

.btn-link {
  color: #529BF9;
  font-size: 14px;
}

.btn-link:hover {
  text-decoration: underline;
}

.btn-shut {
  display: inline-block;
  color: #444;
}

.btn-shut span {
  font-size: 12px;
  vertical-align: middle;
}

.btn-shut:hover {
  color: #475ec2;
}

.btn-solid-success {
  color: #fff;
  background-color: #38c17f;
  border-color: #38c17f;
}

.btn-solid-success:hover {
  background-color: #35b577;
  border-color: #35b577;
}

.btn-solid-warning {
  color: #fff;
  background-color: #ffa200;
  border-color: #ffa200;
}

.btn-solid-warning:hover {
  background-color: #f09800;
  border-color: #f09800;
}

.btn-solid-danger {
  color: #fff;
  background-color: #fb4a4a;
  border-color: #fb4a4a;
}

.btn-solid-danger:hover {
  background-color: #fb3b3b;
  border-color: #fb3b3b;
}

/** Button Disabled */
.btn.btn-disabled, .btn.btn-disabled:hover {
  color: #333;
  border-color: #ccc;
  background-color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: not-allowed;
}

/** Button Sizes */
.btn-lg {
  padding: 6px 14px;
  font-size: 18px;
  line-height: 20px;
  border-radius: 6px;
}

.btn-sm {
  padding: 2px 10px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 3px;
}

/** Forms ---------------------------------------------------------------------------- */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  cursor: pointer;
}

/**input[type="file"] { display: block; } */

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple], select[size] {
  height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 0 12px;
  font-size: 14px;
  color: #313335;
  background-color: white;
  background-image: none;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-control::-moz-placeholder {
  color: #afafaf;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #afafaf;
}

.form-control::-webkit-input-placeholder {
  color: #afafaf;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

.form-control:focus {
  border-color: #529BF9;
  outline: 0;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

/** Forms common styles */
.form-title {
  display: inline-block;
  font-size: 14px;
  color: #616365;
  line-height: 32px;
  vertical-align: middle;
}

.form-title .red {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  font-size: 16px;
}

.form-row {
  position: relative;
  margin: 10px 0;
  line-height: 32px;
}

.form-tit {
  font-size: 14px;
  color: #444;
}

.form-pretitle {
  font-size: 0;
}

.form-pretitle:after {
  vertical-align: middle;
}

.form-pretitle > * {
  display: inline-block;
  vertical-align: middle;
}

.form-pretitle > *:first-child {
  margin-left: 0;
}

.form-pretitle > *:last-child {
  margin-right: 0;
}

.form-pretitle .form-title {
  margin-right: 10px;
  width: 70px;
  text-align: right;
}

.form-pretitle .form-con {
  width: calc(100% - 70px - 10px);
}

.input-wrap, .textarea-wrap, .date-wrap, .form-label {
  position: relative;
}

.text-wrap {
  font-size: 14px;
  color: #313335;
  line-height: 24px;
  padding: 4px 0;
}

.input-wrap.input-hasicon {
  line-height: 32px;
}

.input-wrap.input-hasicon .form-control {
  padding-left: 34px;
}

.input-wrap.input-hasappend .form-control {
  padding-right: 24px;
}

.input-wrap.active .select-icon i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.form-con .tooltip {
  display: none;
  left: 0;
  color: #fff;
  opacity: 0.95;
  filter: alpha(opacity=95);
}

.form-con .tooltip-up {
  top: -24px;
}

.form-con .tooltip-arr {
  left: 10px;
}

.form-con .tooltip-down {
  bottom: -24px;
}

.form-error .form-control {
  border-color: #fb4a4a;
}

.form-error .tooltip-down {
  display: block;
}

/** Input & extarea  */
.input-fun {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  padding: 0 3px;
  line-height: 28px;
  background-color: white;
  border-radius: 3px;
}

.input-fun span {
  cursor: pointer;
}

.input-fun .arrow-wrap {
  display: inline-block;
  padding: 0 2px;
  line-height: 26px;
}

.input-fun .arrow {
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 4px;
  border-color: transparent;
  border-style: dashed;
  border-top-color: #666;
  border-top-style: solid;
}

.input-fun .shut {
  display: inline-block;
  font-size: 16px;
  color: #999;
  line-height: 16px;
  vertical-align: 0;
}

.input-fun .shut:hover {
  color: #666;
}

.form-textarea {
  position: relative;
  z-index: 1;
  line-height: 20px;
}

.form-textarea-bot {
  line-height: 30px;
  text-align: right;
  font-size: 14px;
}

.form-textarea-num {
  color: #afafaf;
}

/** Raido and Checkbox */
.form-label {
  position: relative;
  font-size: 0;
  font-weight: normal;
  cursor: pointer;
}

.form-label input {
  position: absolute;
  left: -999999px;
}

.form-label > * {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  vertical-align: middle;
}

.form-label > *:first-child {
  margin-left: 0;
}

.form-label > *:last-child {
  margin-right: 0;
}

.form-label:hover .form-radio-btn, .form-label:hover .form-checkbox-btn {
  border-color: #529BF9;
}

.form-label.active .form-radio-btn, .form-label.active .form-checkbox-btn {
  background-color: #529BF9;
  border-color: #398df8;
}

.form-label.active .form-radio-btn i, .form-label.active .form-checkbox-btn i {
  display: inline-block;
}

.form-label.active .form-label-con {
  color: #529BF9;
}

.form-label-con {
  display: inline-block;
  margin-right: 20px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}

/** Select */
.form-select {
  width: 100%;
}

.form-select select {
  width: 100%;
  padding: 3px 0;
  text-indent: 4px;
  font-size: 14px;
  color: #666;
  background: none;
}

/** Datepicker */
.date-wrap .form-control {
  position: relative;
  z-index: 1061;
  background-color: transparent;
  cursor: pointer;
}

.form-date-ico {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  text-align: center;
  line-height: 28px;
  background: #f5f5f5;
  border-left: 1px solid #ccc;
}

.form-date-ico i {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  vertical-align: middle;
}

/** size */
.form-lg .form-control {
  height: 32px;
  font-size: 14px;
  border-radius: 0;
}

.form-lg .form-control select {
  padding: 5px 0;
  text-indent: 8px;
}

.form-lg .form-label-con {
  line-height: 34px;
}

.form-lg textarea.form-control {
  height: auto;
}

.form-lg .form-date-ico {
  width: 32px;
  height: 32px;
  margin-top: -16px;
}

/** outer framework for 'add and edit' popup */
.form-table-row {
  /*border-bottom: 1px solid #eee;*/
  /*vertical-align: bottom;*/
  position: relative;
  margin: 10px 0 16px 0;
  line-height: 32px;
}

/**.form-table-row:last-child { border-bottom: none; }**/

.form-table-wrap {
  position: relative;
}

.form-table-head {
  display: inline-block;
  font-size: 14px;
  color: #616365;
  line-height: 32px;
  vertical-align: middle;
}

.form-table-body {
  line-height: 32px;
}

.form-table-head .red {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  font-size: 16px;
}

.form-table-hint {
  padding-top: 15px;
  padding-bottom: 10px;
  color: #666;
}

.form-table-hint i {
  margin-right: 4px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  vertical-align: middle;
  color: #ffa200;
}

.form-table-hint span {
  margin: 0 4px;
  font-size: 18px;
  vertical-align: middle;
}

/** Dropdown menus ---------------------------------------------------------------------------- */
/** Dropdown common css */
.drop {
  position: absolute;
  right: 0;
  z-index: 1010;
  padding: 8px 0;
  background: #fff;
  border: 1px solid #ccc \9;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}

.drop-list {
  position: relative;
  vertical-align: bottom;
}

.drop-link {
  position: relative;
  display: block;
  padding: 8px 16px;
  color: #616365;
  font-size: 14px;
  cursor: pointer;
}

.drop-link:hover {
  background-color: #f3f5f7;
}

.drop-link.active, .drop-link.active:hover {
  color: #529BF9;
}

.drop-link.active .drop-ico-tick, .drop-link.active:hover .drop-ico-tick {
  display: block;
}

.drop-link.has-tick {
  padding-right: 40px;
}

.drop-txt {
  line-height: 20px;
  font-size: 14px;
  vertical-align: middle;
}

.drop-icon {
  margin-right: 8px;
  font-size: 14px;
}

.drop-subtitle {
  padding-left: 16px;
  line-height: 28px;
}

.drop-subtitle .drop-txt {
  display: inline-block;
  color: #ABADAF;
  line-height: inherit;
}

.drop-subtitle .btn {
  display: inline-block;
  padding: 0 6px;
  font-size: 14px;
  color: #919395;
  line-height: inherit;
  border-radius: 4px;
}

.drop-subtitle .btn:hover {
  color: #111315;
  background-color: #F5F7F9;
  border-color: transparent;
}

.drop-ico-pre, .drop-ico-suf {
  width: 16px;
  height: 16px;
}

.drop-ico-pre {
  display: inline-block;
  margin-right: 4px;
}

.drop-ico-suf {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -8px;
}

.drop-ico-suf.icon-lineArrR-stroke {
  right: 5px;
  font-size: 12px;
  color: #919395;
}

/** Dropdown setting account setting, guidance, tab setting, etc. */
/** Dropdown operation mainly for main table operation */
.drop-top { border-bottom: 1px #eee solid;
}

.drop-bot {
  border-top: 1px #eee solid;
}

.drop-setting {
  left: 0;
}

.drop-tabs {
  width: 160px;
  max-height: 80vh;
}

.drop-tabs .drop-list {
  border-bottom: 1px solid #eee;
}

.drop-tabs .drop-list:last-child {
  border-bottom: none;
}

.drop-tabs .drop-icon {
  color: #529BF9;
}

.drop-tabs .drop-txt {
  max-width: 8em;
  color: #111315;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.drop-tabs .drop-shut {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -6px;
  font-size: 12px;
  line-height: 1;
  opacity: 0;
  filter: alpha(opacity=0);
}

.drop-tabs .tabs-link {
  padding: 8px 12px;
  margin: 0;
  font-size: 0;
}

.drop-tabs .tabs-link:after {
  vertical-align: middle;
}

.drop-tabs .tabs-link > * {
  display: inline-block;
  vertical-align: middle;
}

.drop-tabs .tabs-link > *:first-child {
  margin-left: 0;
}

.drop-tabs .tabs-link > *:last-child {
  margin-right: 0;
}

.drop-tabs .tabs-link:hover .drop-txt {
  color: #529BF9;
}

.drop-tabs .tabs-link:hover .drop-shut {
  color: #529BF9;
  opacity: 1;
  filter: alpha(opacity=100);
}

.drop-tabs .tabs-link.active {
  background-color: #f3f5f7;
}

.drop-tabs .tabs-link.active .drop-txt {
  color: #529BF9;
}

.drop-tabs .tabs-link.active .drop-shut {
  opacity: 1;
  filter: alpha(opacity=100);
}

.whaty-tabs-scroll .el-scrollbar__wrap {
  overflow-x: hidden;
}
.search-fold-dropdown {
  width: 100px;
  text-align: center;
  margin-top: 6px;
}

.search-fold-dropdown::after {
  content: '';
  position: absolute;
  top: -12px;
  right: 8px;
  width: 0;
  height: 0;
  display: inline-block;
  overflow: hidden;
  border-width: 6px;
  border-color: transparent;
  border-style: dashed;
  border-bottom-color: white;
  border-bottom-style: solid;
}

.whaty-tabs-scroll .el-scrollbar__bar.is-horizontal {
  display: none;
}

/** Dropdown operation table operation */
.drop-operation {
  width: 180px;
}

.drop-top {
  border-bottom: 1px #eee solid;
}

.drop-top .drop-form-row {
  padding: 4px 10px 10px 10px;
}

.drop-mid {
  border-bottom: 1px #eee solid;
}

.drop-mid:last-child {
  border-bottom: 0;
}

.drop-form-row {
  padding: 8px;
}

.drop-bot {
  padding-top: 6px;
}

.drop-list-wrap {
  max-height: 256px;
}

/* max-height for scroll */
.drop-ico-tick {
  display: none;
  color: #529BF9;
}

/* selected status */
.drop-select .drop-txt {
  color: #529BF9
}

.drop-select .drop-ico-tick {
  display: block;
}

/* select field */
.drop-field {
  position: relative;
  padding: 0 16px;
  *zoom: 1;
  color: #919395;
}

.drop-field:before, .drop-field:after {
  content: " ";
  display: table;
}

.drop-field:after {
  clear: both;
}

.drop-field .drop-txt {
  padding: 8px 0;
}

.drop-checkbox {
  height: 36px;
  display: inline-block;
  margin-right: 0;
  padding-left: 16px;
  font-size: 0;
  line-height: 36px;
}

.drop-checkbox .checkbox-btn {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -7px;
}

.drop-checkbox .form-label-con {
  padding: 0;
  color: #919395;
}

/** dropdown for form which saves my search-filter record */
.drop-form {
  padding: 0;
}

.drop-form .drop-link {
  padding: 3px 15px;
}

.drop-form .drop-select {
  background-color: #ebf3fe;
}

.drop-form .drop-select .drop-txt {
  color: #529BF9;
}

.drop-form .drop-select .drop-ico-suf {
  display: block;
}

.drop-select .drop-ico-suf {
  display: block;
}

.drop-ico-more {
  display: none;
  color: #afafaf;
}

.drop-link:hover .drop-ico-more {
  display: block;
}

.drop-link:hover .drop-ico-more:hover {
  color: #8295e6;
}

.drop-submenu {
  position: fixed;
  display: block;
  width: 110px;
  padding: 0;
  z-index: 3000;
}

/** Tree ---------------------------------------------------------------------------- */
/* basic tree node */
.treeNodeIn {
  position: relative;
  padding: 0 10px 0 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.treeNode-txt {
  line-height: 32px;
  font-size: 12px;
  color: #444;
}

.treeNode-arr, .treeNode-ico, .treeNode-fold {
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  vertical-align: middle;
  color: #677de0;
}

.treeNode-arr {
  left: 14px;
}

.treeNode-ico {
  left: 28px;
}

.treeNode-fold {
  right: 7px;
  cursor: pointer;
  font-size: 12px;
}

/*.treeContent { display: none; }*/
.treeContent .treeNode:hover {
  background-color: #d9def7;
}

/* primary level */
.treePrimary-node .treeNodeIn {
  padding-left: 45px;
}

.treePrimary-node .treeNode-ico {
  left: 15px;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  vertical-align: middle;
}

.treePrimary-node .treeNode-txt {
  line-height: 42px;
  font-size: 14px;
}

.treePrimary-con {
  background-color: #e2e6f9;
  border-top: 1px solid #d2d7ea;
  border-bottom: 1px solid #d2d7ea;
}

/* hover status */
.treeNode:hover {
  background-color: #dee2f8;
}

.treeNode:hover .treeNode-txt {
  color: #677de0;
}

.treeNode:hover .treeNode-arr, .treeNode:hover .treeNode-ico {
  color: #677de0;
}

/* current status */
.treeNode.treeCur, .treeNode.treeCur:hover {
  position: relative;
  right: -1px;
  background-color: #7c8fe4;
}

.treeNode.treeCur .treeNode-txt, .treeNode.treeCur:hover .treeNode-txt {
  color: #fff;
}

.treeNode.treeCur .treeNode-arr, .treeNode.treeCur .treeNode-ico, .treeNode.treeCur .treeNode-fold, .treeNode.treeCur:hover .treeNode-arr, .treeNode.treeCur:hover .treeNode-ico, .treeNode.treeCur:hover .treeNode-fold {
  color: #fff;
}

.treeNode.treeCur .icon-tree-filenull-stroke:before, .treeNode.treeCur:hover .icon-tree-filenull-stroke:before {
  content: "\e77d";
}

/* tree open status */
.treeOpen .icon-arrRight-fill:before {
  content: "\e6c1";
}

.treeOpen .icon-tree-file-stroke:before {
  content: "\e77b";
}

.treeOpen .icon-lineArrR-stroke:before {
  content: "\e895";
}

/* tree without second level */
.treeSingle .treeNode-arr {
  display: none;
}

.treeSingle .icon-tree-file-stroke:before {
  content: "\e770";
}

/** Tabs ---------------------------------------------------------------------------- */
.ul-context-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 8px 0;
  min-width: 100px;
  font-size: 14px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc \9;
}

.ul-context-menu .ui-context-menu-item a {
  display: block;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  color: #616365;
  font-size: 14px;
}

.ul-context-menu .ui-context-menu-item a:hover {
  background-color: #f3f5f7;
}

.ul-context-menu .ui-context-menu-item a .icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

/** mtTable ---------------------------------------------------------------------------- */

.main-table {
  position: relative;
  margin-top: 16px;
}

.main-table {
  position: relative;
  margin-top: 16px;
}

.main-table.main-table-nocheck .main-table-head-wrap, .main-table.main-table-nocheck .main-table-row-wrap {
  padding-left: 0;
}

.main-table.main-table-nocheck .main-table-head-wrap .main-table-cell:first-child, .main-table.main-table-nocheck .main-table-row-wrap .main-table-cell:first-child {
  border-left: 0;
}

.main-table-txt {
  display: block;
  font-size: 14px;
  color: #111315;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-table-sort {
  display: inline-block;
  margin-right: 4px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  color: #919395;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  filter: alpha(opacity=0);
}

.main-table-sort i {
  display: block;
  color: #919395;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-table-sort:hover i {
  color: #529BF9;
}

.main-table-sort.active i {
  transform: scaleY(-1);
}

.main-table-sort.desc, .main-table-sort.asc {
  opacity: 1;
  filter: alpha(opacity=100);
}

.main-table-lock {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  line-height: 14px;
}

.main-table-lock i {
  display: inline-block;
  color: #919395;
}

.main-table-row {
  flex-direction: column;
  background-color: #fff;
  display: flex;
}

.main-table-row:hover .main-table-num {
  display: none;
}

.main-table-row:hover .form-label {
  display: inline-block;
}

.main-table-row-wrap {
  border-bottom: 1px #F0F0F0 solid;
  display: -webkit-inline-box;
}

.main-table-row-wrap, .main-table-head-wrap {
  position: relative;
  padding-left: 56px;
  white-space: nowrap;
  height: 37px;
}

.main-table-cell {
  display: inline-block;
  vertical-align: top;
}

.main-table-cell-first {
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  text-align: center;
}

.main-table-num {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.main-table-cell-first .main-table-num {
  display: block;
  font-size: 14px;
  vertical-align: middle;
}

.main-table-cell-first .form-label {
  display: none;
  vertical-align: middle;
  cursor: pointer;
}

.main-table-cell-first .form-label span {
  margin-right: 0;
}

.main-table-checkbox .main-table-num, .main-table-checkbox:hover .main-table-num {
  display: none;
}

.main-table-checkbox .form-label, .main-table-checkbox:hover .form-label {
  display: inline-block;
}

.main-table-cell-wrap {
  position: relative;
  padding: 4px 8px 0 8px;
  min-height: 30px;
  line-height: 30px;
  font-size: 0;
}

.main-table-cell-freeze .main-table-cell-wrap {
  padding-right: 24px;
}

.main-table-cell-medium .main-table-lock {
  display: inline-block;
  font-size: 14px;
  color: #919395;
}

.main-table-cur, .main-table-cur:hover, .main-table-cur .main-table-cell-first, .main-table-cur .main-table-cell-first:hover {
  background-color: #dcebfe;
}

.mTable .form-label {
  margin-bottom: 5px;
}

/** main-table head */
.main-table-head {
  min-height: 100%;
  min-height: 30px;
  border-radius: 6px;
  overflow: hidden;
}

.main-table-head {
  display: flex;
  background-color: #F5F7F9;
}

.main-table-head .main-table-cell {
  cursor: pointer;
}

.main-table-head .main-table-cell .main-table-cell-wrap {
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-table-head .main-table-cell .main-table-cell-wrap::after {
  content: '';
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background-color: #e1e3e5;
}

.main-table-head .main-table-cell .main-table-cell-wrap:hover .main-table-sort {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #529BF9;
}

.main-table-head .main-table-cell .main-table-cell-wrap:hover .main-table-sort i {
  color: #529BF9;
}

.main-table-head .main-table-cell:last-child .main-table-cell-wrap::after {
  display: none;
}

.main-table-head .main-table-txt {
  display: inline-block;
  color: #616365;
  vertical-align: middle;
  max-width: 100%;
}

.main-table-head .main-table-txt:hover {
  color: #313335;
}

.main-table-head .main-table-txt:hover .main-table-sort {
  display: inline-block;
  font-weight: normal;
}

.main-table-head .main-table-cell-first .form-label {
  display: inline-block;
}

.mTable-head {
  height: 30px;
  border-bottom: 1px #ddd solid;
}

.mTable-head .mTable-cell {
  cursor: pointer;
  background-color: #ffffff;
}

.mTable-head .mTable-txt {
  color: #677de0;
}

.mTable-head .mTable-txt:hover {
  font-weight: bold;
}

.mTable-head .mTable-txt:hover .mTable-sort {
  display: inline-block;
  font-weight: normal;
}

.mTable-head .mTable-cell-first {
  background-color: #fff;
}

.mTable-head .mTable-cell-first .form-label {
  display: inline-block;
}

.mTable-txt {
  display: block;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mTable-sort {
  display: none;
  text-align: center;
  vertical-align: -2px;
}

.mTable-sort i {
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 15px;
  vertical-align: middle;
  color: #ccc;
}

.main-table-cell-wrap .main-table-sort.desc i:before {
  content: "\e768";
}

.main-table-cell-wrap .main-table-sort.asc i:before {
  content: "\e601";
}

.mTable-row {
  background-color: #fff;
  display: flex; /*border-bottom: 1px #eee solid;*/
}

/*.mTable-row:hover,.mTable-row:hover ul.mTable-row-wrap { background: #edeffd; }*/
.main-table-row:hover .main-table-num {
  display: none;
}

.main-table-row:hover .form-label {
  display: inline-block;
}

.mTable-row-wrap {
  border-bottom: 1px #eee solid;
  display: inline-block;
  display: -webkit-inline-box;
}

.mTable-head-wrap {
  display: inline-block;
  display: -webkit-box;
}

.mTable-row-wrap, .mTable-head-wrap {
  position: relative;
  padding-left: 52px;
  height: 30px;
  white-space: nowrap;
}

.mTable-row-even, .mTable-row-even ul {
  background-color: #fcfcfc;
}

.main-table-row-select, .main-table-row-select ul.main-table-row-wrap {
  background: #dcebfe;
}

.main-table-row-hover, .main-table-row-hover ul.main-table-row-wrap {
  background: #ebf3fe;
}

.mTable-cell {
  border-left: 1px #eee solid;
  display: inline-block;
  vertical-align: top;
}

.mTable-cell-first {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  padding-left: 5px;
  text-align: center;
  border-left: none;
  border-right: 1px #eee solid;
}

.mTable-cell-first .form-label {
  display: none;
  margin-left: 8px;
  vertical-align: -1px;
  cursor: pointer;
}

.main-table-checkbox .main-table-num, .main-table-checkbox:hover .main-table-num {
  display: none;
}

.main-table-checkbox .form-label, .main-table-checkbox:hover .form-label {
  display: inline-block;
}

.link-normal {
  font-size: 14px;
  color: #529BF9;
  text-decoration: none;
  cursor: pointer;
}

.link-normal:hover {
  text-decoration: underline;
}

.mTable-cell-wrap {
  position: relative;
  padding: 0 10px;
  line-height: 30px;
}

.mTable-cur {
  background-color: #f4f6fd;
}

.mTable-column-resize-proxy {
  position: absolute;
  left: 200px;
  top: 0;
  bottom: 0;
  width: 0;
  border-left: 1px #ddd solid;
  z-index: 10;
}

.mTable-fix {
  position: absolute;
  top: 0;
  left: 0;
}

.mTable-fix .main-table-head .main-table-cell:last-child .main-table-cell-wrap::after {
  display: block;
}

.mTable-fix-right {
  position: absolute;
  top: 0;
  right: 0;
}

.mTable-fix-right .main-table-row-wrap, .mTable-fix-right .main-table-head-wrap {
  padding-left: 0;
}

/** table cell width */
.main-table-cell-base {
  width: 80px;
}

.main-table-cell-small {
  width: 60px;
}

.main-table-cell-medium {
  width: 160px;
}

.main-table-cell-large {
  width: 240px;
}

/**
 * Dropdown for search text
 */
.drop-sch .form-control {
  background-color: #fbfbfb;
  border-color: #e1e1e1;
}

.drop-sch .form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.drop-sch .form-control:-ms-input-placeholder {
  color: #ccc;
}

.drop-sch .form-control::-webkit-input-placeholder {
  color: #ccc;
}

.drop-sch .form-control:focus {
  background-color: white;
  border-color: rgba(71, 94, 194, 0.5);
}

.drop-search .drop-top .drop-link:hover {
  background-color: #f3f5f7;
}

.drop-search .drop-mid {
  padding: 8px 16px 0 16px;
}

.drop-search .drop-mid .drop-link {
  display: inline-block;
  margin: 2px 4px;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
}

.drop-search .form-con {
  display: inline-block;
  width: 80px;
  margin: 0 4px;
  vertical-align: middle;
}

.drop-search .drop-mid .drop-subtitle {
  padding-left: 0;
}

.drop-search .drop-cell-group {
  margin-left: -12px;
  margin-right: -12px;
}
/**
 * Dropdown size
 */
.drop-base {
  width: 160px;
}

.drop-large {
  width: 300px;
}

.drop-empty-wrap {
  width: 100%;
  height: 120px;
  text-align: center;
  vertical-align: middle;
}

.drop-empty-wrap .empty-icon {
  width: 50px;
  height: 50px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.drop-empty-wrap .empty-text {
  margin-top: 0;
  font-size: 12px;
  color: #afafaf;
}

/** Popups ---------------------------------------------------------------------------- */
/** Common styles */
.popup {
  position: absolute;
  z-index: 1050;
  border-radius: 6px;
  background-color: white;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.popup-head {
  position: relative;
  padding: 8px 16px;
  line-height: 24px;
  text-align: center;
  border-bottom: 1px solid #eee;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.popup-head .title {
  font-size: 14px;
  color: #111315;
}

.popup-head-op {
  position: absolute;
  top: 8px;
  right: 8px;
}

.popup-head-op .btn {
  width: 24px;
  height: 24px;
  padding: 0;
  line-height: 24px;
  font-size: 0;
  color: #919395;
  vertical-align: middle;
  border: 1px solid transparent;
}

.popup-head-op .btn:hover {
  color: inherit;
  background-color: #f3f5f7;
}

.popup-head-op .btn i {
  font-size: 13px;
  vertical-align: baseline;
}

.popup-body {
  padding: 0 24px;
}

.popup-body > .content {
  font-size: 14px;
  color: #616365;
}

.content-form {
  padding: 8px 0;
}
.popup-tit {
  font-size: 14px;
  color: #222;
}

.popup-foot {
  padding: 16px;
  text-align: right;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.popup-foot .btn {
  min-width: 80px;
}

/** Container size */
.popup-base {
  width: 330px;
}

.popup-filter {
  width: 400px;
}

.popup-add-edit {
  width: 70%;
}

.popup-import {
  width: 800px;
}

.popup-export {
  width: 500px;
}

.popup-import {
  top: 15%;
  left: 35%;
  margin-left: -275px;
}

.popup-export {
  top: 20%;
  left: 35%;
  margin-left: -125px;
}

.popup-export .popup-content-simple {
  padding-right: 40px;
}

.popup-export .form-pretitle {
  padding-left: 60px;
}

.popup-export .form-pretitle .form-tit {
  width: 40px;
}

.popup-small {
  width: 360px;
}
/* flow */
.flow {
  height: 3px;
  margin: 60px 0 14px 0;
}

.flow-step3 .flow-cell {
  width: 33.33333%;
}

.flow-step5 .flow-cell {
  width: 20%;
}

.flow-cell {
  position: relative;
  float: left;
  min-height: 3px;
  font-size: 14px;
  text-align: center;
}

.flow-cell:first-child .flow-bar {
  position: absolute;
  right: 0;
  width: 50%;
}

.flow-cell:last-child .flow-bar {
  position: absolute;
  left: 0;
  width: 50%;
}

.flow-name {
  position: absolute;
  top: -40px;
  display: block;
  width: 100%;
  color: #919395;
  text-align: center;
}

.flow-num {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-top: -14px;
  margin-left: -14px;
  color: #fff;
  line-height: 28px;
  background-color: #DCDFE6;
}

.flow-bar {
  display: block;
  height: 3px;
  background-color: #DCDFE6;
}

.flow-current .flow-name {
  color: #529BF9;
}

.flow-current .flow-num, .flow-current .flow-bar {
  background-color: #529BF9;
}

.flow-done .flow-name {
  color: #529BF9;
}

.flow-done .flow-num, .flow-done .flow-bar {
  background-color: #529BF9;
}

/* import*/
.import-container {
  height: 340px;
}

.import-container td {
  border-bottom: 1px solid #eaecee;
  min-height: 30px;
}
.import-container .table-container {
  height: 220px;
}

.import-container .el-table th {
  background-color: #F5F7F9;
}

.import-container .el-table th > .cell {
  color: #616365;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.import-container .el-table th > .cell span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.import-container .el-table th > .cell span::before {
  content: '';
  display: block;
}

.import-container .el-table td, .import-container .el-table th {
  padding: 8px 0;
}

.import-container .el-table ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  cursor: pointer;
}

.import-container .el-table ::-webkit-scrollbar-track {
  background-color: #fff;
  /*滚动条的背景颜色*/
}

.import-container .el-table ::-webkit-scrollbar-thumb {
  background-color: #DCDFE6;
  border-radius: 3px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.import-container .el-table::before,
.import-container .el-table__fixed-right::before,
.import-container .el-table__fixed::before {
  height: 0;
}

.import-container .el-table__fixed {
  height: calc(100% - 6px) !important;
}

.import-container .el-table__header {
  width: 100%;
  table-layout: fixed !important;
}

.import-container .el-table__body tr.hover-row.current-row > td,
.import-container .el-table__body tr.hover-row.el-table__row--striped.current-row > td,
.import-container .el-table__body tr.hover-row.el-table__row--striped > td,
.import-container .el-table__body tr.hover-row > td {
  background-color: #ebf3fe;
}

.import-top {
  padding: 24px 12px;
}

.import-top .form-pretitle {
  width: 40%;
  margin-bottom: 15px;
  padding-left: 80px;
}

.import-top .form-pretitle .form-tit {
  width: 70px;
  text-align: left;
}

.import-top .el-upload,.import-top .el-upload-dragger {
  width: 100%;
}

.import-cell {
  float: left;
  width: 50%;
}

.import-wrap {
  height: 200px;
  text-align: center;
  border: 1px dashed #ccc;
  border-radius: 12px;
  vertical-align: middle;
}

.import-content {
  display: inline-block;
  vertical-align: middle;
}

.import-content .info {
  margin-top: 12px;
  font-size: 14px;
  color: #616365;
}

.import-content .link-normal {
  font-size: 14px;
}

.import-status {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #111315;
}

.import-drag {
  margin: 3px 0;
  font-size: 34px;
  color: #ddd;
}

.import-drag i {
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 34px;
  vertical-align: middle;
}

.import-progress {
  width: 500px;
  margin-bottom: 20px;
  text-align: center;
}

.import-progress .progress-num {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 44px;
  color: #313335;
}

.import-progress .progress-bar,
.import-progress .progress-cur {
  height: 16px;
  border-radius: 2px;
}

.import-progress .progress-bar {
  position: relative;
  border: 1px solid #DCDFE6;
}

.import-progress .progress-cur {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  background-color: #529BF9;
  border: 1px solid #217ff7;
}

.import-bot {
  margin: 0 12px;
  padding: 12px 0;
  background-color: #fffbf5;
  border: 1px solid #ffe9c2;
  border-radius: 4px;
}

.import-bot .info {
  margin: 0 16px;
  line-height: 22px;
  color: #919395;
}

.import-bot .info a {
  margin: 0 4px;
}

.import-done {
  text-align: center;
  font-size: 0;
}

.import-done:after {
  vertical-align: middle;
}

.import-done > * {
  display: inline-block;
  vertical-align: middle;
}

.import-done > *:first-child {
  margin-left: 0;
}

.import-done > *:last-child {
  margin-right: 0;
}

.import-done .icon {
  display: inline-block;
  margin-bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 50px;
}

.import-done .link-normal {
  font-size: 14px;
}

/* loading */
.loading {
  padding: 10px 0;
  text-align: center;
}

.loading img {
  width: 20px;
  height: auto;
}

/** Customize */
.popup-content-simple {
  padding: 20px 28px 10px;
}

.popup-filter {
  top: 30%;
  left: 36%;
  margin-left: -75px;
}

.popup-add-edit {
  left: 32%;
  margin-left: -315px;
}

.mng {
  font-size: inherit;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-right .pull-right-item {
  float: left;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

.mask {
  z-index: 2000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background: #000;
}

.assist {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

html, body {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
  overflow: hidden;
}

#app {
  width: 100%;
  height: 100%;
}

/**
* Login
* ----------------------------------------------------------------------------
*/
.login-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: 1024px;
  min-height: 720px;
  background-color: #529BF9;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/theme/themeBlue/login-bg.jpg");
  background-position: center center;
}

.login-body {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 0;
}

.login-body:after {
  vertical-align: middle;
}

.login-body > * {
  display: inline-block;
  vertical-align: middle;
}

.login-body > *:first-child {
  margin-left: 0;
}

.login-body > *:last-child {
  margin-right: 0;
}

.login-body .login-wrap {
  position: relative;
  z-index: 1;
  width: 900px;
  height: 560px;
}

.login-body .left,
.login-body .right {
  display: inline-block;
  height: inherit;
  vertical-align: middle;
}

.login-body .left {
  position: relative;
  width: 360px;
  height: 560px;
  background: url("../images/theme/themeBlue/login-left-bg.jpg") no-repeat center center/cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.login-body .left .txt {
  position: relative;
  z-index: 2;
  padding: 72px 56px;
}

.login-body .left .txt h3, .login-body .left .txt span {
  display: block;
  font-size: 30px;
  color: #fff;
  line-height: 1.4;
  text-align: left;
}

.login-body .left .txt h3 {
  padding-bottom: 16px;
}

.login-body .left .txt span {
  font-weight: bold;
}

.login-body .left .pic {
  position: absolute;
  bottom: 0;
  left: -26px;
  width: 276px;
  height: 307px;
  background: url("../images/theme/themeBlue/login-left-pic.png") no-repeat center center/cover;
}

.login-body .right {
  width: 540px;
  padding: 40px 88px;
  text-align: left;
  background: #fff url("../images/theme/themeBlue/login-right-bg.png") no-repeat right bottom/cover;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.login-body .right:after {
  vertical-align: middle;
}

.login-body .right > * {
  display: inline-block;
  vertical-align: middle;
}

.login-body .right > *:first-child {
  margin-left: 0;
}

.login-body .right > *:last-child {
  margin-right: 0;
}

.login-body .right .wrap {
  width: 100%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.login-body .right .wrap.active {
  display: inline-block;
}

.login-body .login-title {
  position: relative;
  text-align: center;
}

.login-body .login-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #eaecee;
}

.login-body .login-title h3 {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0;
  padding: 0 16px;
  font-size: 32px;
  color: #529BF9;
  font-weight: bold;
  letter-spacing: 4px;
  background-color: white;
}

.login-body .login-btn {
  width: 100%;
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 60px;
  letter-spacing: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#529BF9), to(#4876F4));
  background: linear-gradient(90deg, #529BF9, #4876F4);
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 8px rgba(82, 155, 249, 0.4);
  box-shadow: 0px 4px 8px rgba(82, 155, 249, 0.4);
}

.login-forms {
  margin: 48px 0;
}

.login-forms .form-row {
  margin-top: 0;
  margin-bottom: 24px;
}

.login-forms .form-row.form-error .el-input__inner {
  border-color: #f12c2c;
}

.login-forms .el-input .el-input__inner {
  padding-left: 56px;
  height: 56px;
  line-height: 56px;
  border-color: #eaecee;
  border-radius: 8px;
}

.login-forms .el-input .el-input__inner:focus {
  border-color: #529BF9;
}

.login-forms .el-input .el-input__prefix {
  left: 0;
  padding: 0 12px;
  width: 20px;
  text-align: center;
}

.login-forms .el-input .el-input__suffix i, .login-forms .el-input .el-input__prefix i {
  font-size: 18px;
  line-height: 56px;
  color: #CACCCE;
}

.login-forms .el-input .el-input__prefix::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 1px;
  height: 20px;
  background-color: #eaecee;
}

.login-forms .el-input .el-input__suffix {
  right: 0;
}

.login-forms .el-input .el-input__suffix i:hover {
  color: #909399;
}

.login-forms .el-input .el-input__suffix, .login-forms .el-input .el-input__prefix {
  padding: 0 12px;
  width: 20px;
  text-align: center;
}

.login-forms .el-input .el-input__suffix i {
  cursor: pointer;
}

.login-forms .el-input .el-input__icon {
  width: auto;
}

.login-forms .form-tips {
  margin-top: 10px;
  position: absolute;
  font-size: 14px;
  color: #f12c2c;
}

.login-forms .pwd {
  margin-bottom: 0;
}

.login-forms .captcha-input {
  margin-right: 12px;
  width: calc(100% - 132px);
}

.login-forms .auth-code {
  display: inline-block;
  width: 120px;
  height: 56px;
  border: 1px solid #eaecee;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  overflow: hidden;
}

.login-forms .auth-code img {
  margin-top: 2px;
}
/* grid search form, search group select css */
.search-select .drop-link {
  padding: 0 20px;
}

.search-select .drop-ico-suf {
  right: 10px;
}

.search-select .el-select-dropdown__item {
  padding: 0;
}

.whaty-scroll .whaty-scroll-wrap {
  padding-bottom: 17px;
}

.whaty-scroll .el-scrollbar__bar {
  border-radius: 5px;
}

.whaty-scroll .el-scrollbar__bar.is-horizontal {
  height: 10px;
  bottom: 0;
}

.whaty-scroll .el-scrollbar__bar.is-vertical {
  width: 10px;
  right: 0;
}

.whaty-scroll .el-scrollbar__thumb {
  background-color: #919395;
}

.select-column-drop, .select-freeze-drop {
  display: block;
  right: 0;
}

.drop-freeze {
  width: 236px;
}

.drop-freeze .drop-cell-group {
  margin: 8px 4px 4px;
}

.drop-freeze .btn {
  margin: 0 4px;
}

.drop-cell {
  float: left;
}

.drop-cell6 {
  width: 16.5%;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

/**
 * Table
 * ----------------------------------------------------------------------------
*/
table {
  border-collapse: collapse;
}

th {
  font-weight: normal;
  text-align: center;
  background-color: #F5F7F9;
}

th,
td {
  padding: 8px;
  font-size: 14px;
  color: #313335;
  text-align: center;
  /*border: 1px solid #DCDFE6;*/
  border-color: #ddd;
}


.table {
  border: 1px solid #ddd;
}
/**
 * Empty
 * ----------------------------------------------------------------------------
 */
.empty {
  text-align: center;
  vertical-align: middle;
  font-size: 0;
}

.empty:after {
  vertical-align: middle;
}

.empty > * {
  display: inline-block;
  vertical-align: middle;
}

.empty > *:first-child {
  margin-left: 0;
}

.empty > *:last-child {
  margin-right: 0;
}

.empty.fix-height {
  height: 400px;
}

.empty.empty-sm .empty-icon {
  width: 100px;
  height: 100px;
}

.empty.empty-sm .empty-title {
  font-size: 16px;
}

.empty.empty-sm .empty-text,
.empty.empty-sm .empty-info {
  font-size: 12px;
}

.empty.empty-lg .empty-icon {
  width: 200px;
  height: 200px;
}

.empty-wrap span {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.empty-icon {
  width: 300px;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.empty-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.empty-con {
  margin-top: 10px;
}

.empty-title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #313335;
  line-height: 1.4;
}

.empty-text,
.empty-info {
  display: inline-block;
  font-size: 14px;
  color: #818385;
  line-height: 1.4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.empty-info {
  color: #ABADAF;
  line-height: 2;
}

/**
 * SUPER-ADMIN
 * ----------------------------------------------------------------------------
*/
.wrapper {
  background: #fff;
  padding: 0 24px 80px 24px;
  height: 100%;
}

.grid-title {
  text-align: center;
  padding: 6px 0;
}

.grid-config-wrapper {
  border-top: 1px solid #409eff;
  padding: 4px;
}

.op-wrapper {
  position: fixed;
  bottom: 40px;
  left: 40px;
}

.whaty-dialog .el-input__inner {
  height: 36px;
  font-size: 14px;
  line-height: 36px;
}

.whaty-dialog__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
}

.whaty-dialog__wrapper .whaty-dialog {
  border-radius: 6px;
}

/* excel导入样式调整 */
.grid-excel-upload {
  height: 100%;
}

.grid-excel-upload .el-upload {
  display: block;
  height: 100%;
}

.grid-excel-upload .el-upload .el-upload-dragger {
  width: 100%;
  height: 100%;
  padding-top: 36px;
}

.grid-excel-upload .el-upload .el-upload-dragger .el-icon-upload {
  font-size: 40px;
  color: #c0c4cc;
  margin: 20px 0 6px;
  line-height: 50px;
}

.grid-excel-upload .el-upload .el-upload-dragger .el-upload__text {
  color: #606266;
  font-size: 8px;
  text-align: center;
}

.grid-excel-upload .el-upload-list {
  display: inline-block;
}

/* custom css start */
.mSearch {
  position: relative;
}

.mSearch-mask {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);;
  z-index: 1000;
}

/* custom css end */
/*高级搜索样式*/
.mSearch .el-select {
  width: 100%;
}

.mSearch .mSearch-cell {
  width: 220px;
}

.advanced-search-dialog .el-header {
  color: #333;
  padding: 0px 2px;
  border-bottom: 1px solid #dcdfe6;
}

.advanced-search-dialog .el-aside {
  color: #333;
  border-right: 1px solid #dcdfe6;
}

.advanced-search-dialog .el-main {
  color: #333;
  padding-top: 0px;
}

.advanced-search-dialog .myInput {
  width: 92%;
}

.advanced-search-dialog .whaty-dialog-form .el-dialog__body {
  padding: 20px 0px 0px;
}

.advanced-search-dialog .el-button--text {
  padding: 0px;
}

.advanced-search-dialog .el-scrollbar__wrap {
  overflow-x: unset;
}

.advanced-search-dialog li:hover {
  background-color: #e0e6ff;
}

.advanced-search-dialog .el-main {
  padding: 0px;
}

.advanced-search-dialog li {
  padding-left: 20px;
}

/*高级搜索样式*/

/*grid-top-operation中的自定义的必勾选记录类型的菜单样式*/
.topSelectMenusHind .btn {
  color: #c0c4cc;
  background-color: #fff;
  border-color: #ebeef5;
}

.topSelectMenusHind {
  position: relative;
}

.topSelectMenusHind .mask {
  opacity: 0.0;
  height: 30px;
  width: 100%;
  position: absolute;
  z-index: 1;
}

/*grid-top-operation中的自定义的必勾选记录类型的菜单样式*/
/* 高亮 */
.highlight {
  color: #529BF9;
}

/* icon buttons in the left part of footer */
.singleBtn {
  position: absolute;
  bottom: 10px;
  left: 10px;
  /*z-index: 1030;*/
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #ddd;
  border-radius: 4px;
  vertical-align: middle;
  cursor: pointer;
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.singleBtn i {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  vertical-align: middle;
}

.singleBtn:hover {
  color: #fff;
  background-color: #009fe7;
  border-color: #009fe7;
}

.singleBtn-fold {
  left: 10px;
}

/* 菜单按钮数量较多时换行显示 */
.site-role-menu .el-tree-node__content,
.role-menu-manage .el-tree-node__content,
.menu_is_active_manage .el-tree-node__content {
  height: auto;
  border-bottom: 1px dashed #7dabda;
  align-items: flex-start;
}

.site-role-menu .el-tree-node__content .el-checkbox,
.role-menu-manage .el-tree-node__content .el-checkbox,
.menu_is_active_manage .el-tree-node__content .el-checkbox {
  margin-top: 5px;
}

.site-role-menu .integrated-menu-box .el-checkbox,
.role-menu-manage .integrated-menu-box .el-checkbox,
.menu_is_active_manage .integrated-menu-box .el-checkbox {
  margin-top: 2px;
}

.site-role-menu .integrated-menu-box,
.role-menu-manage .integrated-menu-box,
.menu_is_active_manage .integrated-menu-box {
  float: left;
  margin-right: 20px;
}

.site-role-menu .custom-menu-box,
.role-menu-manage .custom-menu-box,
.menu_is_active_manage .custom-menu-box {
  display: block;
  margin-left: 20px;
}

.site-role-menu .integrated-menu-box .el-checkbox__label,
.role-menu-manage .integrated-menu-box .el-checkbox__label,
.menu_is_active_manage .integrated-menu-box .el-checkbox__label {
  color: #35b577;
}

.site-role-menu .custom-tree-node,
.role-menu-manage .custom-tree-node,
.menu_is_active_manage .custom-tree-node {
  position: relative;
  width: 100%;
}

.site-role-menu .tree-node-label,
.role-menu-manage .tree-node-label,
.menu_is_active_manage .tree-node-label {
  float: left;
  margin-right: 20px;
  margin-top: 6px;
}

.site-role-menu .custom-menu-box .el-checkbox,
.role-menu-manage .custom-menu-box .el-checkbox,
.menu_is_active_manage .custom-menu-box .el-checkbox {
  float: left;
  margin-top: 2px;
}

/* 404 page css */
.page-404 {
  min-height: 561px;
  height: 100%;
  background: #fff;
}

.page-404 .img {
  width: 1024px;
  height: 561px;
  margin: 0 auto;
  background-image: url(../images/404.jpg);
}

.page-404 .opt {
  text-align: center;
}

/* 单页面样式 start */
.rp-header {
  border-left: 5px solid #91a1e9;
  background-color: #f0f2fc;
  height: 42px;
  line-height: 42px;
  padding-left: 10px;
}

.rp-header-title {
  font-size: 16px;
}

.rp-body {
  padding: 10px;
}

.rp-form {
  border: 1px dashed #5dc5c9;
  padding: 10px;
}

/* 单页面样式 end */
/* 页面右上角通知数字样式 */
.user-btnico-badge sup.el-badge__content {
  background-color: #ffffff;
  color: #475ec2;
}

/* 下拉全选样式 */
.drop-checkbox.form-label {
  position: relative;
  font-size: 0;
  font-weight: normal;
  cursor: pointer;
}

.drop-checkbox.form-label input {
  position: absolute;
  left: -999999px !important;
}

.drop-checkbox.form-label:hover .form-radio-btn, .drop-checkbox.form-label:hover .form-checkbox-btn {
  border-color: #475ec2;
}

.drop-checkbox.form-label.active .form-radio-btn, .drop-checkbox.form-label.active .form-checkbox-btn {
  background-color: #529BF9;
  border-color: #398df8;
}

.drop-checkbox.form-label.active .form-radio-btn i, .drop-checkbox.form-label.active .form-checkbox-btn i {
  display: inline-block;
  color: white;
}

.drop-checkbox.form-label.active .form-label-con {
  color: #475ec2;
}

.form-radio-btn, .form-checkbox-btn {
  position: relative;
  width: 16px;
  height: 16px;
  padding: 0;
  color: white;
  text-align: center;
  line-height: 1;
  vertical-align: middle;
  border: 1px solid #CACCCE;
  box-sizing: border-box;
}

.form-radio-btn:after, .form-checkbox-btn:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.form-radio-btn i, .form-checkbox-btn i {
  display: none;
  font-size: 12px;
  line-height: 1;
  vertical-align: middle;
  transform: scale(0.8);
  transform-origin: center center;
}

.form-radio-btn {
  border-radius: 50%;
}

.form-checkbox-btn {
  border-radius: 4px;
}

/* 新菜单样式 */
.el-menu {
  border-right: solid 1px #e6e6e6;
  list-style: none;
  position: relative;
  margin: 0;
  padding-left: 0;
  background-color: #FFF;
}

.panel-menu {
  /*margin-left: -8px;*/
  margin-right: 9px;
}

.panel-menu .el-menu {
  background: transparent;
  border-right: none;
}

.panel-menu .el-menu .title {
  font-size: 14px;
}

.panel-menu .el-menu .first-level-title {
  font-size: 15px;
}

.panel-menu .el-menu.el-menu-vertical-demo > li {
  margin-bottom: 4px;
}

.panel-menu .el-menu .el-submenu > .el-menu--inline .el-menu-item, .panel-menu .el-menu .el-submenu > .el-menu--inline .el-submenu .el-submenu__title {
  padding-left: 34px !important;
  padding-right: 8px;
}

.panel-menu .el-menu .el-submenu > .el-menu--inline .el-menu-item > i, .panel-menu .el-menu .el-submenu > .el-menu--inline .el-submenu .el-submenu__title > i {
  display: none;
}

.panel-menu .el-menu .el-submenu > .el-menu--inline .el-submenu .el-submenu__title .icon-filenull-stroke::before {
  content: "\e6af";
}

.panel-menu .el-menu .el-submenu > .el-menu--inline .el-submenu > .el-menu--inline .el-menu-item {
  padding-left: 56px !important;
}

.panel-menu .el-menu .el-submenu > .el-menu--inline > .el-submenu > .el-menu--inline .el-menu-item,
.panel-menu .el-menu .el-submenu > .el-menu--inline > .el-submenu > .el-menu--inline .el-submenu .el-submenu__title {
  padding-left: 54px !important;
  padding-right: 8px;
}

.panel-menu .el-menu .el-submenu > .el-menu--inline > .el-submenu > .el-menu--inline .arrow {
  left: 34px;
}

.panel-menu .el-menu .el-submenu > .el-menu--inline > .el-submenu > .el-menu--inline .el-submenu > .el-menu--inline .el-menu-item {
  padding-left: 76px !important;
}

.panel-menu .el-menu .el-submenu .el-menu-item, .panel-menu .el-menu .el-submenu .el-submenu__title {
  height: 44px;
  line-height: 44px;
  border-radius: 6px;
}

.panel-menu .el-menu .el-submenu .el-menu-item:hover, .panel-menu .el-menu .el-submenu .el-submenu__title:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.panel-menu .el-menu .el-submenu .el-submenu__title {
  padding: 0 8px !important;
  font-size: 0;
}

.panel-menu .el-menu .el-submenu .el-submenu__title:after {
  vertical-align: middle;
}

.panel-menu .el-menu .el-submenu .el-submenu__title > * {
  display: inline-block;
  vertical-align: middle;
}

.panel-menu .el-menu .el-submenu .el-submenu__title > *:first-child {
  margin-left: 0;
}

.panel-menu .el-menu .el-submenu .el-submenu__title > *:last-child {
  margin-right: 0;
}

.panel-menu .el-menu .el-submenu .el-submenu__title .el-submenu__icon-arrow {
  right: 8px;
  color: inherit;
  font-size: 14px;
}

.el-submenu__title * {
  vertical-align: middle;
}

.panel-menu .el-menu .el-submenu .icon {
  margin-right: 8px;
  /*font-size: 18px;*/
}

.panel-menu .el-menu .el-submenu .icon i {
  color: inherit;
}

/*.panel-menu .el-menu .el-submenu .icon.icon-sm {*/
/*  display: inline-block;*/
/*  font-size: 14px;*/
/*}*/

.panel-menu .el-menu .el-submenu .arrow {
  position: absolute;
  left: 16px;
  font-size: 12px;
  transform: scale(0.7);
}

.panel-menu .el-menu .el-submenu .arrow i {
  display: block;
  color: inherit;
  transition: 0.3s;
}

.panel-menu .el-menu .icon {
  display: inline-block;
  margin-right: 8px;
}

.panel-menu .el-menu .icon i {
  font-size: 18px;
  color: inherit;
}

.panel-menu .el-menu .icon.icon-sm {
  display: inline-block;
}

.panel-menu .el-menu .icon.icon-sm i {
  font-size: 14px;
}

.panel-menu .el-menu .el-menu-item {
  padding: 0 8px !important;
}

.panel-menu .el-menu .el-menu-item > * {
  display: inline-block;
}

/*.panel-menu .el-menu .el-menu-item i {*/
/*  color: #fff;*/
/*}*/

.panel-menu .el-menu .el-menu-item .arrow {
  display: none;
}

.panel.panel-hide {
  padding-left: 14px;
}

.panel.panel-hide .panel-control {
  display: none;
}

.panel.panel-hide .panel-control, .panel.panel-hide .input-append {
  display: none !important;
}

.panel.panel-hide .panel-search {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.panel.panel-hide .panel-search .input-icon {
  left: 10px;
}

.panel.panel-hide .panel-menu {
  margin-left: 0;
  margin-right: 0;
}

.panel.panel-hide .panel-menu .el-menu.el-menu--collapse {
  width: 36px;
}

.panel.panel-hide .panel-menu .el-menu.el-menu--collapse .el-submenu__title {
  text-align: center;
}

.panel.panel-hide .panel-menu .el-menu.el-menu--collapse .el-submenu__icon-arrow {
  display: none;
}

.panel.panel-hide .panel-menu .el-menu .icon {
  margin-right: 0;
}

.panel.panel-hide .panel-menu .el-tooltip {
  padding: 0 8px !important;
  text-align: center;
}

.panel.panel-hide .panel-menu > .el-menu .el-submenu.is-active > .el-submenu__title {
  background: #75B5FF !important;
}

.panel-menu .el-menu .el-menu-item, .panel-menu .el-menu .el-submenu__title {
  height: 44px;
  line-height: 44px;
  border-radius: 6px;
  -webkit-transition: 0s;
  transition: 0s;
}


.panel-menu .el-menu .el-menu-item:hover,
.panel-menu .el-menu .el-submenu__title:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.panel-menu .el-menu .el-menu-item:focus,
.panel-menu .el-menu .el-submenu__title:focus {
  background-color: transparent;
}

.panel-menu .el-menu .el-menu-item.is-active {
  background-color: #75B5FF;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
}

.panel-menu .el-menu .el-submenu .el-menu-item.is-active {
  color: white;
  background-color: #75B5FF;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
}

.panel-menu .el-menu .el-submenu .el-menu-item .arrow {
  display: none;
}

.panel-menu .el-menu .el-submenu.is-opened > .el-submenu__title .arrow i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.el-menu-item:focus, .el-menu-item:hover {
  border-radius: 4px;
}

.panel-collapse-cell .el-menu--popup {
  padding: 0;
  border-radius: 4px;
  background: url("../images/theme/themeBlue/panel-hide.png") no-repeat right bottom/80px, -webkit-gradient(linear, left top, right top, from(#eef6ff), to(#fff));
  background: url("../images/theme/themeBlue/panel-hide.png") no-repeat right bottom/80px, linear-gradient(90deg, #eef6ff, #fff);
}

.panel-collapse-cell .el-menu--popup .el-menu-item,
.panel-collapse-cell .el-menu--popup .el-submenu__title {
  color: #313335 !important;
  height: 44px;
  line-height: 44px;
}

.panel-collapse-cell .el-menu--popup .el-menu-item i,
.panel-collapse-cell .el-menu--popup .el-submenu__title i {
  color: inherit;
  font-size: 16px;
}

.panel-collapse-cell .el-menu--popup .icon-sm,
.panel-collapse-cell .el-menu--popup .arrow {
  display: none !important;
}

.panel-collapse-cell .el-menu--popup .el-submenu.is-active > .el-submenu__title,
.panel-collapse-cell .el-menu--popup .el-menu-item.is-active {
  color: #529BF9 !important;
}

.panel-collapse-cell .el-menu--popup .el-menu-item {
  -webkit-transition: 0s;
  transition: 0s;
}

.pannel-foot {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 12px 24px;
  line-height: 32px;
}

.pannel-foot .pannel-trigger {
  display: block;
  font-size: 20px;
  color: white;
  transition: 0.3s;
}

.pannel-foot .pannel-trigger.active {
  transform: scaleX(-1);
}

.whaty-menu-scroll .el-scrollbar__thumb {
  margin-right: 10px;
  width: 20px;
  background-color: #83b7fb;
}

.whaty-menu-scroll .el-scrollbar__thumb:hover {
  background-color: #83b7fb;
}

.whaty-menu-scroll .el-scrollbar__wrap {
  overflow-x: hidden;
}

.whaty-menu-scroll .el-scrollbar__bar.is-horizontal {
  display: none;
}

/* btn */
.btn-anti-primary, .btn-anti-primary:hover {
  color: #529BF9;
  border-color: transparent;
}

.btn-anti-primary, .btn-anti-primary.disabled:hover, .btn-anti-primary[disabled]:hover {
  background-color: rgba(82, 155, 249, 0.08);
}

.btn-anti-primary:hover {
  background-color: rgba(82, 155, 249, 0.2);
}

.btn-solid-primary, .btn-solid-primary:hover {
  color: white;
  border-color: transparent;
}

.btn-solid-primary, .btn-solid-primary.disabled:hover, .btn-solid-primary[disabled]:hover {
  background-color: #529BF9;
}

.btn-solid-primary:hover {
  background-color: #348af8;
}

.btn-solid-primary.shadow {
  box-shadow: 0 2px 6px rgba(82, 155, 249, 0.3);
}

.btn-anti-default, .btn-anti-default:hover {
  color: #616365;
  border-color: transparent;
}

.btn-anti-default, .btn-anti-default.disabled:hover, .btn-anti-default[disabled]:hover {
  background-color: rgba(97, 99, 101, 0.08);
}

.btn-anti-default:hover {
  background-color: rgba(97, 99, 101, 0.2);
}

.btn-hollow-primary, .btn-hollow-primary:hover {
  border-color: #529BF9;
}

.btn-hollow-primary, .btn-hollow-primary.disabled:hover, .btn-hollow-primary[disabled]:hover {
  color: #529BF9;
  background-color: transparent;
}

.btn-hollow-primary:hover {
  color: white;
  background-color: #529BF9;
}

.btn-hollow-dark, .btn-hollow-dark:hover {
  border-color: #313335;
}

.btn-hollow-dark {
  border-color: #DCDFE6;
}

.btn-hollow-dark, .btn-hollow-dark.disabled:hover, .btn-hollow-dark[disabled]:hover {
  color: #313335;
  background-color: transparent;
}

.btn-hollow-dark:hover {
  color: white;
  background-color: #529BF9;
  border-color: #529BF9;
}

.btn-transparent {
  background-color: transparent;
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.group > * {
  margin-right: 6px;
  margin-left: 6px;
}

.group > *:first-child {
  margin-left: 0 !important;
}

.group > *:last-child {
  margin-right: 0 !important;
}

.group:after {
  vertical-align: middle;
}

.group > * {
  display: inline-block;
  vertical-align: middle;
}

.group > *:first-child {
  margin-left: 0;
}

.group > *:last-child {
  margin-right: 0;
}

.primary {
  color: #529BF9 !important;
}

.vertical-center {
  font-size: 0;
}

.vertical-center:after {
  vertical-align: middle;
}

.vertical-center > * {
  display: inline-block;
  vertical-align: middle;
}

.vertical-center > *:first-child {
  margin-left: 0;
}

.vertical-center > *:last-child {
  margin-right: 0;
}

.vertical-top {
  font-size: 0;
}

.vertical-top:after {
  vertical-align: top;
}

.vertical-top > * {
  display: inline-block;
  vertical-align: top;
}

.vertical-top > *:first-child {
  margin-left: 0;
}

.vertical-top > *:last-child {
  margin-right: 0;
}
.dvs-1 {
  float: left;
  width: 100%;
}

.dvs-2 {
  float: left;
  width: 50%;
}

.rounded {
  border-radius: 100px !important;
}

.content-simple {
  padding: 24px 0 8px 0;
  font-size: 0;
}

.content-complex {
  padding: 8px 0;
}

.edit-form {
  padding: 0 12px;
}

.edit-form .form-wrap-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.edit-form .form-row {
  margin: 0;
  padding: 8px 12px;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.edit-form .form-row.form-plain-text {
  padding-top: 0;
  border-bottom: 1px solid #f3f5f7;
}

.edit-form .form-row:last-child.form-plain-text {
  border-bottom: none;
}

.edit-form .single-column .form-row {
  margin-top: 8px;
  padding-left: 0;
  padding-right: 0;
}


.popup-skin-tab {
  text-align: center;
}

.popup-skin-tab .tabs-head {
  margin-top: 24px;
  border: 1px solid #eaecee;
  background-color: #fff;
  border-radius: 18px;
}

.popup-skin-tab .tabs-head .tabs-item {
  position: relative;
  padding: 0 6px;
  width: 90px;
}

.popup-skin-tab .tabs-head .tabs-item:first-child .tabs-link,
.popup-skin-tab .tabs-head .tabs-item:last-child .tabs-link {
  border: none;
}

.popup-skin-tab .tabs-head .tabs-item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  width: 1px;
  height: 20px;
  background-color: #eaecee;
}

.popup-skin-tab .tabs-head .tabs-item:last-child::after {
  width: 0;
}

.popup-skin-tab .tabs-head .tabs-link {
  border-width: 0;
}

.popup-skin-tab .tabs-head .tabs-link.active {
  color: #529BF9;
  background-color: transparent;
}

.popup-skin-tab .skin-img {
  padding: 16px;
  position: sticky;
  z-index: 10;
}

.popup-skin-tab .skin-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}

.popup-skin-tab .skin-bg {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
}

.link-default {
  color: #919395;
}

.link-default:hover {
  color: #529BF9;
}

.guide-container .title .text {
  color: #529BF9;
}

.guide-container .con p .num {
  color: #529BF9;
}

.guide-container .box-foot .guide-nav span {
  border: 1px solid #529BF9;
}

.guide-container .box-foot .guide-nav .active {
  background-color: #529BF9;
  -webkit-box-shadow: 0 0 8px rgba(71, 94, 194, 0.8);
  box-shadow: 0 0 8px rgba(71, 94, 194, 0.8);
}

.panel-menu .panel-search .input-append {
  background-color: rgb(21, 120, 249);
  display: block;
}

.whaty-search-select-drop .form-dark .form-control:focus {
  border-color: #529BF9;
}

.popup-skin-tab .skin-bg.main-blue {
  background-image: url("/static/styles/images/skin-blue-bg.png");
}

.popup-skin-tab .skin-bg.main-china {
  background-image: url("/static/styles/images/skin-china-bg.png");
}

.popup-skin-tab .skin-bg.main-polity {
  background-image: url("/static/styles/images/skin-polity-bg.png");
}

.empty-choose {
  height: 100%;
  text-align: center;
  margin-top: 240px;
}

.el-select-dropdown .el-select-dropdown__item span::before{
  content: '';
  display: block;
}

.edui-editor-scale.edui-default{
  display: none;
}

ol li{
  list-style: decimal;
}

ol {
  padding-left: 20px;
}
