.avue-searchs[data-v-1ffa9008] {
  padding-top: 50px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1024;
}
.avue-searchs__title[data-v-1ffa9008] {
  margin-bottom: 60px;
  text-align: center;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: 2px;
}
.avue-searchs__form[data-v-1ffa9008] {
  margin: 0 auto 50px auto;
  width: 50%;
  text-align: center;
}
.avue-searchs__form p[data-v-1ffa9008] {
  margin-top: 20px;
}
.avue-searchs__scrollbar[data-v-1ffa9008] {
  height: 400px;
}
.avue-searchs__list[data-v-1ffa9008] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 30px;
  margin: 0 auto;
  width: 70%;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  background-color: #fff;
  overflow: hidden;
  color: #303133;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.avue-searchs__item[data-v-1ffa9008] {
  padding: 5px 0;
  border-bottom: 1px dashed #eee;
}
.avue-searchs__item-icon[data-v-1ffa9008] {
  margin-right: 5px;
  font-size: 18px;
}
.avue-searchs__item-title[data-v-1ffa9008] {
  font-size: 20px;
  font-weight: 500;
  color: #333;
}
.avue-searchs__item-path[data-v-1ffa9008] {
  line-height: 30px;
  color: #666;
}
.my-autocomplete li {
  line-height: normal;
  padding: 7px;
}
.my-autocomplete li .icon {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.my-autocomplete li .name {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}
.my-autocomplete li .addr {
  padding-top: 5px;
  width: 100%;
  font-size: 12px;
  color: #b4b4b4;
}
.my-autocomplete li .highlighted .addr {
  color: #ddd;
}
.list[data-v-1bd7f21a] {
  width: 100%;
}
.code[data-v-2385e7ae] {
  font-size: 12px;
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0px;
}

.theme-picker .el-color-picker__trigger {
  vertical-align: middle;
}
.theme-picker-dropdown .el-color-dropdown__link-btn {
  display: none;
}

.fade-leave-active {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.fade-enter-active {
  -webkit-transition: opacity 2.5s;
  transition: opacity 2.5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
.avue-logo_title {
  font-weight: 600 !important;
  font-size: 18px !important;
}
.avue-logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 240px;
  height: 64px;
  line-height: 64px;
  background-color: #20222a;
  font-size: 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
  z-index: 1024;
}
.avue-logo_title {
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 20px;
}
.avue-logo_subtitle {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.el-submenu .el-badge.mark, .el-menu.el-menu--popup .el-badge.mark {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  position: relative;
  top: -8px;
  left: -4px;
}
.el-submenu .el-badge.mark .el-badge__content, .el-menu.el-menu--popup .el-badge.mark .el-badge__content {
  border: none;
}
.left-menu.el-menu--collapse .el-submenu .el-badge.mark {
  top: -8px;
  left: -16px;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #29d, 0 0 5px #29d;
          box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}


#app {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.el-table td.el-table__cell {
  height: 49px !important;
}
.wel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1100px;
  margin: 0 auto;
}
.slide-fade-leave-active[data-v-1057a4ce] {
  -webkit-transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
  transition: all 0.2s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter[data-v-1057a4ce],
.slide-fade-leave-to[data-v-1057a4ce] {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 0;
}
.notify-wrap[data-v-1057a4ce] {
  background-color: #edf2fc;
}
.my-notify[data-v-1057a4ce] {
  margin: 10px;
  width: 700px;
}
.notify[data-v-1057a4ce] {
  padding: 15px 15px;
  border-radius: 4px;
  background-color: rgb(255, 244, 224);
  -webkit-box-shadow: -5px 5px 12px 0 rgba(204, 204, 204, 0.8);
          box-shadow: -5px 5px 12px 0 rgba(204, 204, 204, 0.8);
  -webkit-animation: show-1057a4ce cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.4s;
          animation: show-1057a4ce cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.4s;
}
.notify i[data-v-1057a4ce] {
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
}
.notify .content[data-v-1057a4ce] {
  color: #0c0c0c;
  font-size: 14px;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.notifyPadding[data-v-1057a4ce] {
  padding: 15px 15px 10px 15px;
}
.message[data-v-1057a4ce] {
  background-color: #edf2fc;
}
.message i[data-v-1057a4ce],
.message .content[data-v-1057a4ce] {
  color: #909399;
}
.success[data-v-1057a4ce] {
  background-color: #f0f9eb;
}
.success i[data-v-1057a4ce],
.success .content[data-v-1057a4ce] {
  color: #67c23a;
}
.error[data-v-1057a4ce] {
  background-color: #fef0f0;
  border-color: #fde2e2;
}
.error i[data-v-1057a4ce],
.error .content[data-v-1057a4ce] {
  color: #f56c6c;
}
.warning[data-v-1057a4ce] {
  background-color: #fdf6ec;
}
.warning i[data-v-1057a4ce],
.warning .content[data-v-1057a4ce] {
  color: #e6a23c;
}
.noNotifyAgain[data-v-1057a4ce] {
  width: 100%;
  text-align: right;
}
.noNotifyAgain span[data-v-1057a4ce] {
  font-size: 12px;
  color: #409EFF;
  border-bottom: none;
  cursor: pointer;
}
.noNotifyAgain span[data-v-1057a4ce]:hover {
  color: #409EFF;
  border-bottom: 1px solid #001a70;
}
.closeMsg[data-v-1057a4ce] {
  float: right;
}
.closeMsg span[data-v-1057a4ce] {
  font-size: 12px;
  color: #409EFF;
  border-bottom: none;
  cursor: pointer;
}
.closeMsg span[data-v-1057a4ce]:hover {
  color: #409EFF;
  border-bottom: 1px solid #001a70;
}
@-webkit-keyframes show-1057a4ce {
0% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}
@keyframes show-1057a4ce {
0% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}
@charset "UTF-8";
.el-dropdown-menu__item {
  font-size: 12px !important;
  line-height: 28px !important;
}

.el-scrollbar__view {
  height: 100%;
}

.el-menu--horizontal {
  border-bottom: none !important;
}

.el-menu {
  border-right: none !important;
}

.el-menu--display,
.el-menu--display + .el-submenu__icon-arrow {
  display: none;
}

.el-message__icon,
.el-message__content {
  display: inline-block;
}

.el-date-editor .el-range-input,
.el-date-editor .el-range-separator {
  height: auto;
  overflow: hidden;
}

.el-dialog__wrapper {
  z-index: 2048;
}

.el-col {
  margin-bottom: 8px;
}

.el-main {
  padding: 0 !important;
}

.el-dropdown-menu__item--divided:before, .el-menu, .el-menu--horizontal > .el-menu-item:not(.is-disabled):focus, .el-menu--horizontal > .el-menu-item:not(.is-disabled):hover, .el-menu--horizontal > .el-submenu .el-submenu__title:hover {
  background-color: transparent;
}

.el-dropdown-menu__item--divided:before, .el-menu, .el-menu--horizontal > .el-menu-item:not(.is-disabled):focus, .el-menu--horizontal > .el-menu-item:not(.is-disabled):hover, .el-menu--horizontal > .el-submenu .el-submenu__title:hover {
  background-color: transparent !important;
}

.el-card__header {
  padding: 6px 18px !important;
}

.el-divider--horizontal {
  margin: 12px 0 !important;
}

.avue-top {
  padding: 0 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  color: rgba(0, 0, 0, 0.65);
  font-size: 28px;
  height: 64px;
  line-height: 64px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}
.avue-top .el-menu-item i, .avue-top .el-menu-item span {
  font-size: 13px;
}
.avue-top .el-menu--horizontal > .el-menu-item {
  height: 64px;
  line-height: 64px;
}

.avue-breadcrumb {
  height: 100%;
}
.avue-breadcrumb i {
  font-size: 30px !important;
}
.avue-breadcrumb--active {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.top-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-menu .el-menu-item {
  padding: 0 10px;
  border: none !important;
}

.top-search {
  line-height: 64px;
  position: absolute !important;
  left: 20px;
  top: 0;
  width: 400px !important;
}
.top-search .el-input__inner {
  font-size: 13px;
  border: none;
  background-color: transparent;
}

.top-bar__img {
  margin: 0 8px 0 5px;
  padding: 2px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #eee;
  vertical-align: middle;
}

.top-bar__left,
.top-bar__right {
  height: 64px;
  position: absolute;
  top: 0;
}
.top-bar__left i,
.top-bar__right i {
  line-height: 64px;
}

.top-bar__left {
  left: 20px;
}

.top-bar__right {
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-bar__item {
  position: relative;
  display: inline-block;
  height: 64px;
  margin: 0 10px;
  font-size: 16px;
}
.top-bar__item--show {
  display: none !important;
}
.top-bar__item .el-badge__content.is-fixed {
  top: 12px;
  right: 5px;
}

.top-bar__title {
  height: 100%;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: inherit;
  font-weight: 400;
}

.avue-tags {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  padding: 0 10px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border-top: 1px solid #f6f6f6;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.avue-tags .el-tabs--card > .el-tabs__header {
  margin: 0;
}
.avue-tags .el-tabs--card > .el-tabs__header .el-tabs__nav,
.avue-tags .el-tabs--card > .el-tabs__header .el-tabs__item,
.avue-tags .el-tabs--card > .el-tabs__header {
  border: none;
}
.avue-tags .el-tabs--card > .el-tabs__header .el-tabs__item:first-child {
  border-left-width: 1px;
}
.avue-tags .el-tabs--card > .el-tabs__header .el-tabs__item {
  margin: 0 3px;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  font-weight: normal;
  color: #ccc;
}
.avue-tags .el-tabs--card > .el-tabs__header .el-tabs__item.is-active {
  color: #409EFF;
  border-bottom: 3px solid #409EFF;
}
.avue-tags .el-tabs__nav-prev,
.avue-tags .el-tabs__nav-next {
  width: 20px;
  line-height: 34px;
  font-size: 18x;
  text-align: center;
}
.avue-tags__box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 106px;
  width: 100%;
}
.avue-tags__box--close .el-tabs__item:first-child {
  padding: 0 20px !important;
}
.avue-tags__box--close .el-tabs__item:first-child .el-icon-close {
  display: none;
}
.avue-tags__contentmenu {
  position: fixed;
  width: 120px;
  background-color: #fff;
  z-index: 1024;
  border-radius: 5px;
  -webkit-box-shadow: 1px 2px 10px #ccc;
          box-shadow: 1px 2px 10px #ccc;
}
.avue-tags__contentmenu .item {
  cursor: pointer;
  font-size: 14px;
  padding: 8px 20px 8px 15px;
  color: #606266;
}
.avue-tags__contentmenu .item:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.avue-tags__contentmenu .item:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.avue-tags__contentmenu .item:hover {
  background-color: #409EFF;
  color: #fff;
}
.avue-tags__menu {
  position: absolute !important;
  top: 3px;
  right: 0;
  padding: 1px 0 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.el-menu--popup .el-menu-item {
  background-color: #20222a;
}
.el-menu--popup .el-menu-item i, .el-menu--popup .el-menu-item span {
  color: hsla(0, 0%, 100%, 0.7);
}
.el-menu--popup .el-menu-item:hover i, .el-menu--popup .el-menu-item:hover span {
  color: #fff;
}
.el-menu--popup .el-menu-item.is-active {
  background-color: rgba(0, 0, 0, 0.8);
}
.el-menu--popup .el-menu-item.is-active:before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: #409eff;
  position: absolute;
}
.el-menu--popup .el-menu-item.is-active i, .el-menu--popup .el-menu-item.is-active span {
  color: #fff;
}

.avue-sidebar {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  padding-top: 60px;
  height: 100%;
  position: relative;
  background-color: #20222a;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
          box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
}
.avue-sidebar .el-scrollbar__wrap {
  overflow-x: hidden;
}
.avue-sidebar--tip {
  width: 90%;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  position: absolute;
  top: 5px;
  left: 5%;
  color: #ccc;
  z-index: 2;
  text-align: center;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.4);
}
.avue-sidebar .el-menu-item i, .avue-sidebar .el-submenu__title i {
  margin-right: 10px;
}
.avue-sidebar .el-menu-item i, .avue-sidebar .el-menu-item span, .avue-sidebar .el-submenu__title i, .avue-sidebar .el-submenu__title span {
  color: hsla(0, 0%, 100%, 0.7);
}
.avue-sidebar .el-menu-item:hover, .avue-sidebar .el-submenu__title:hover {
  background: transparent;
}
.avue-sidebar .el-menu-item:hover i, .avue-sidebar .el-menu-item:hover span, .avue-sidebar .el-submenu__title:hover i, .avue-sidebar .el-submenu__title:hover span {
  color: #fff;
}
.avue-sidebar .el-menu-item.is-active, .avue-sidebar .el-submenu__title.is-active {
  background-color: rgba(0, 0, 0, 0.8);
}
.avue-sidebar .el-menu-item.is-active:before, .avue-sidebar .el-submenu__title.is-active:before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: #409eff;
  position: absolute;
}
.avue-sidebar .el-menu-item.is-active i, .avue-sidebar .el-menu-item.is-active span, .avue-sidebar .el-submenu__title.is-active i, .avue-sidebar .el-submenu__title.is-active span {
  color: #fff;
}

.fade-transverse-leave-active,
.fade-transverse-enter-active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fade-transverse-enter {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}

.fade-transverse-leave-to {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}

.fade-scale-leave-active,
.fade-scale-enter-active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fade-scale-enter {
  opacity: 0;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.fade-scale-leave-to {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

@-webkit-keyframes animate-cloud {
  from {
    background-position: 600px 100%;
  }
  to {
    background-position: 0 100%;
  }
}
.theme-white .el-menu--popup .el-menu-item {
  background-color: #fff;
}
.theme-white .el-menu--popup .el-menu-item i, .theme-white .el-menu--popup .el-menu-item span {
  color: #666;
}
.theme-white .el-menu--popup .el-menu-item:hover i, .theme-white .el-menu--popup .el-menu-item:hover span {
  color: #333;
}
.theme-white .el-menu--popup .el-menu-item.is-active {
  background-color: #409EFF;
}
.theme-white .el-menu--popup .el-menu-item.is-active:before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: #409eff;
  position: absolute;
}
.theme-white .el-menu--popup .el-menu-item.is-active i, .theme-white .el-menu--popup .el-menu-item.is-active span {
  color: #fff;
}
.theme-white .avue-header,
.theme-white .avue-logo,
.theme-white .tags-container {
  background-color: #409EFF;
}
.theme-white .avue-sidebar--tip {
  background-color: transparent;
  color: #333;
}
.theme-white .el-dropdown {
  color: #fff;
}
.theme-white .avue-logo_title {
  font-weight: 400;
  color: #fff;
}
.theme-white .logo_title,
.theme-white .avue-breadcrumb {
  color: #fff;
}
.theme-white .logo_title i,
.theme-white .avue-breadcrumb i {
  color: #fff;
}
.theme-white .avue-top .el-menu-item i,
.theme-white .avue-top .el-menu-item span {
  color: #fff;
}
.theme-white .avue-top .el-menu-item:hover i,
.theme-white .avue-top .el-menu-item:hover span {
  color: #fff;
}
.theme-white .avue-sidebar {
  -webkit-box-shadow: 2px 0 6px rgba(0, 21, 41, 0.15);
          box-shadow: 2px 0 6px rgba(0, 21, 41, 0.15);
  background-color: #fff;
  padding-top: 70px;
}
.theme-white .avue-sidebar .el-menu-item i, .theme-white .avue-sidebar .el-menu-item span, .theme-white .avue-sidebar .el-submenu__title i, .theme-white .avue-sidebar .el-submenu__title span {
  color: #666;
}
.theme-white .avue-sidebar .el-menu-item:hover, .theme-white .avue-sidebar .el-submenu__title:hover {
  background: transparent;
}
.theme-white .avue-sidebar .el-menu-item:hover i, .theme-white .avue-sidebar .el-menu-item:hover span, .theme-white .avue-sidebar .el-submenu__title:hover i, .theme-white .avue-sidebar .el-submenu__title:hover span {
  color: #333;
}
.theme-white .avue-sidebar .el-menu-item.is-active, .theme-white .avue-sidebar .el-submenu__title.is-active {
  background-color: #409EFF;
}
.theme-white .avue-sidebar .el-menu-item.is-active i, .theme-white .avue-sidebar .el-menu-item.is-active span, .theme-white .avue-sidebar .el-submenu__title.is-active i, .theme-white .avue-sidebar .el-submenu__title.is-active span {
  color: #fff;
}
.theme-white .top-search .el-input__inner {
  color: #333;
}
.theme-white .top-search input::-webkit-input-placeholder,
.theme-white .top-search textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.theme-white .top-search input:-moz-placeholder,
.theme-white .top-search textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.theme-white .top-search input::-moz-placeholder,
.theme-white .top-search textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.theme-white .top-search input:-ms-input-placeholder,
.theme-white .top-search textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.theme-white .top-bar__item i {
  color: #fff;
}

.theme-dark .avue-logo {
  color: #fff;
  background-color: #2c3643;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-dark .avue-logo .avue-logo_title {
  font-size: 20px;
  font-weight: 400;
}
.theme-dark .avue-top {
  background-color: #2c3643;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ccc;
}
.theme-dark .avue-top i, .theme-dark .avue-top span {
  color: #ccc;
}
.theme-dark .avue-main {
  padding: 0 5px;
}
.theme-dark .avue-tags {
  padding-left: 0;
  background-color: #2c3643;
  border-color: transparent;
}
.theme-dark .avue-tags .el-tabs__item {
  margin: 0 !important;
  background-color: #262d37;
}
.theme-dark .avue-tags .el-tabs__item.is-active {
  color: #262d37 !important;
  background-color: #fff !important;
  border-color: #262d37 !important;
}
.theme-dark .avue-main {
  background-color: #2c3643;
}
.theme-dark .avue-sidebar {
  background-color: #2c3643;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-dark .avue-sidebar .el-menu-item i, .theme-dark .avue-sidebar .el-menu-item span, .theme-dark .avue-sidebar .el-submenu__title i, .theme-dark .avue-sidebar .el-submenu__title span {
  color: #ccc;
}
.theme-dark .avue-sidebar .el-menu-item:hover, .theme-dark .avue-sidebar .el-menu-item.is-active, .theme-dark .avue-sidebar .el-submenu__title:hover, .theme-dark .avue-sidebar .el-submenu__title.is-active {
  background: #262d37;
}
.theme-dark .avue-sidebar .el-menu-item:hover i, .theme-dark .avue-sidebar .el-menu-item:hover span, .theme-dark .avue-sidebar .el-menu-item.is-active i, .theme-dark .avue-sidebar .el-menu-item.is-active span, .theme-dark .avue-sidebar .el-submenu__title:hover i, .theme-dark .avue-sidebar .el-submenu__title:hover span, .theme-dark .avue-sidebar .el-submenu__title.is-active i, .theme-dark .avue-sidebar .el-submenu__title.is-active span {
  color: #fff;
}
.theme-dark .avue-sidebar .el-menu-item:hover:before, .theme-dark .avue-sidebar .el-menu-item.is-active:before, .theme-dark .avue-sidebar .el-submenu__title:hover:before, .theme-dark .avue-sidebar .el-submenu__title.is-active:before {
  background-color: #000;
}

.theme-star .avue-main {
  background: transparent;
}
.theme-star .avue-contail {
  background-image: url("/img/yzm/xx70.png");
  background-size: 100% 100%;
}
.theme-star .avue-logo {
  color: #fff;
}
.theme-star .avue-header,
.theme-star .avue-logo,
.theme-star .tags-container {
  background-color: transparent;
}
.theme-star .el-card, .theme-star .error-page {
  opacity: 0.9;
}
.theme-star .avue-tabs {
  padding: 0 20px;
}
.theme-star .avue-tags {
  background-color: transparent;
  border-top: none;
}
.theme-star .avue-top .avue-breadcrumb {
  color: #fff;
}
.theme-star .avue-top .el-menu-item i, .theme-star .avue-top .el-menu-item span {
  color: #fff;
}
.theme-star .avue-top .el-menu-item.is-active {
  background-color: rgba(0, 0, 0, 0.4);
}
.theme-star .avue-top .el-dropdown {
  color: #fff;
}
.theme-star .avue-sidebar {
  -webkit-box-shadow: 2px 0 6px rgba(0, 21, 41, 0.15);
          box-shadow: 2px 0 6px rgba(0, 21, 41, 0.15);
  background-color: transparent;
}
.theme-star .avue-sidebar .el-menu-item i, .theme-star .avue-sidebar .el-menu-item span, .theme-star .avue-sidebar .el-submenu__title i, .theme-star .avue-sidebar .el-submenu__title span {
  color: #fff;
}
.theme-star .avue-sidebar .el-menu-item:hover, .theme-star .avue-sidebar .el-submenu__title:hover {
  background: transparent;
}
.theme-star .avue-sidebar .el-menu-item:hover i, .theme-star .avue-sidebar .el-menu-item:hover span, .theme-star .avue-sidebar .el-submenu__title:hover i, .theme-star .avue-sidebar .el-submenu__title:hover span {
  color: #409EFF;
}
.theme-star .avue-sidebar .el-menu-item.is-active, .theme-star .avue-sidebar .el-submenu__title.is-active {
  background-color: rgba(0, 0, 0, 0.4);
}
.theme-star .avue-sidebar .el-menu-item.is-active i, .theme-star .avue-sidebar .el-menu-item.is-active span, .theme-star .avue-sidebar .el-submenu__title.is-active i, .theme-star .avue-sidebar .el-submenu__title.is-active span {
  color: #fff;
}
.theme-star .top-search .el-input__inner {
  color: #333;
}
.theme-star .top-search input::-webkit-input-placeholder,
.theme-star .top-search textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.theme-star .top-search input:-moz-placeholder,
.theme-star .top-search textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.theme-star .top-search input::-moz-placeholder,
.theme-star .top-search textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.theme-star .top-search input:-ms-input-placeholder,
.theme-star .top-search textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.theme-star .top-bar__item i {
  color: #fff;
}

.theme-vip .avue-header {
  background-color: #20222a;
}
.theme-vip .el-dropdown {
  color: rgba(246, 202, 157, 0.7);
}
.theme-vip .avue-logo .avue-logo_title {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 202, 157, 0.7)), to(#f6ca9d));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
}
.theme-vip .avue-breadcrumb i {
  color: rgba(246, 202, 157, 0.7);
}
.theme-vip .avue-sidebar .el-menu-item.is-active:before {
  background: rgba(246, 202, 157, 0.7);
}
.theme-vip .avue-sidebar .el-menu-item.is-active i, .theme-vip .avue-sidebar .el-menu-item.is-active span {
  color: #f6ca9d;
}
.theme-vip .avue-tags .el-tabs__item {
  color: rgba(0, 0, 0, 0.4) !important;
}
.theme-vip .avue-tags .el-tabs__item.is-active {
  color: #f6ca9d !important;
  border-color: #f6ca9d !important;
}
.theme-vip .avue-tags .el-tabs__item:before {
  background: #f6ca9d;
}
.theme-vip .top-search .el-input__inner {
  color: rgba(246, 202, 157, 0.7);
}
.theme-vip .top-search input::-webkit-input-placeholder,
.theme-vip .top-search textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(246, 202, 157, 0.7);
}
.theme-vip .top-search input:-moz-placeholder,
.theme-vip .top-search textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(246, 202, 157, 0.7);
}
.theme-vip .top-search input::-moz-placeholder,
.theme-vip .top-search textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(246, 202, 157, 0.7);
}
.theme-vip .top-search input:-ms-input-placeholder,
.theme-vip .top-search textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(246, 202, 157, 0.7);
}
.theme-vip .top-bar__item i {
  color: rgba(246, 202, 157, 0.7);
}
.theme-vip .avue-top .el-menu-item i,
.theme-vip .avue-top .el-menu-item span {
  color: rgba(246, 202, 157, 0.7);
}
.theme-vip .avue-top .el-menu-item:hover i,
.theme-vip .avue-top .el-menu-item:hover span {
  color: #f6ca9d;
}

.theme-d2 .avue-logo {
  color: #409EFF;
  background-color: #ebf1f6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-d2 .avue-logo .avue-logo_title {
  font-size: 20px;
  font-weight: 600;
}
.theme-d2 .avue-top {
  background-color: #ebf1f6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-d2 .avue-main {
  padding: 0 5px;
}
.theme-d2 .avue-tags {
  margin-left: 6px;
  padding: 0;
  border: 1px solid #e4e7ed;
  border-radius: 3px;
  background-color: #ebf1f6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-d2 .avue-tags .el-tabs__item {
  border-left: 1px solid #cfd7e5 !important;
  margin: 0 !important;
  background-color: rgba(0, 0, 0, 0.03) !important;
  color: #606266 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.theme-d2 .avue-tags .el-tabs__item:first-child {
  border-left: none !important;
}
.theme-d2 .avue-tags .is-active {
  border-bottom: 1px solid #fff !important;
  background-color: #fff !important;
  color: #409EFF !important;
}
.theme-d2 .avue-sidebar {
  background-color: #ebf1f6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-d2 .avue-sidebar .el-menu-item i, .theme-d2 .avue-sidebar .el-menu-item span, .theme-d2 .avue-sidebar .el-submenu__title i, .theme-d2 .avue-sidebar .el-submenu__title span {
  color: #606266;
}
.theme-d2 .avue-sidebar .el-menu-item:hover, .theme-d2 .avue-sidebar .el-menu-item.is-active, .theme-d2 .avue-sidebar .el-submenu__title:hover, .theme-d2 .avue-sidebar .el-submenu__title.is-active {
  background: hsla(0, 0%, 100%, 0.5);
}
.theme-d2 .avue-sidebar .el-menu-item:hover i, .theme-d2 .avue-sidebar .el-menu-item:hover span, .theme-d2 .avue-sidebar .el-menu-item.is-active i, .theme-d2 .avue-sidebar .el-menu-item.is-active span, .theme-d2 .avue-sidebar .el-submenu__title:hover i, .theme-d2 .avue-sidebar .el-submenu__title:hover span, .theme-d2 .avue-sidebar .el-submenu__title.is-active i, .theme-d2 .avue-sidebar .el-submenu__title.is-active span {
  color: #409EFF;
}

.theme-bule .avue-header, .theme-bule .avue-logo {
  background: #004ca7;
}
.theme-bule .avue-sidebar {
  background: #004ca7;
}
.theme-bule .avue-sidebar .el-menu-item.is-active, .theme-bule .avue-sidebar .el-submenu__title.is-active {
  background-color: rgba(0, 0, 0, 0.2);
}
.theme-bule .el-dropdown {
  color: #fff;
}
.theme-bule .avue-logo .avue-logo_title {
  color: #fff;
}
.theme-bule .avue-breadcrumb i {
  color: #fff;
}
.theme-bule .top-bar__item i {
  color: #fff;
}
.theme-bule .avue-top .el-menu-item i,
.theme-bule .avue-top .el-menu-item span {
  color: #fff;
}
.theme-bule .avue-top .el-menu-item:hover i,
.theme-bule .avue-top .el-menu-item:hover span {
  color: #fff;
}

.theme-iview .avue-logo {
  background: #001529;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
}
.theme-iview .avue-logo .avue-logo_title {
  padding: 5px 8px 8px 8px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  display: inline;
  background-color: #409EFF;
}
.theme-iview .avue-tags {
  padding: 3px 5px 5px 0;
  background: #f0f0f0;
  -webkit-box-shadow: inset 0 0 3px 2px hsla(0, 0%, 39.2%, 0.1);
          box-shadow: inset 0 0 3px 2px hsla(0, 0%, 39.2%, 0.1);
}
.theme-iview .avue-tags .is-active:before {
  background: #409EFF !important;
}
.theme-iview .avue-tags .el-tabs__item {
  padding: 0 15px !important;
  position: relative;
  height: 32px !important;
  line-height: 32px !important;
  border: 1px solid #e8eaec !important;
  color: #515a6e !important;
  background: #fff !important;
  border-radius: 3px;
}
.theme-iview .avue-tags .el-tabs__item:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border-radius: 50%;
  background: #e8eaec;
}
.theme-iview .avue-sidebar {
  background: #001529;
}
.theme-iview .avue-sidebar .el-menu-item.is-active {
  background-color: #000c17;
}
.theme-iview .avue-sidebar .el-menu-item.is-active:before {
  display: none;
}
.theme-iview .avue-sidebar .el-menu-item.is-active i, .theme-iview .avue-sidebar .el-menu-item.is-active span {
  color: #409EFF;
}
.theme-iview .avue-sidebar .el-submenu .el-menu-item.is-active {
  background-color: #409EFF;
}
.theme-iview .avue-sidebar .el-submenu .el-menu-item.is-active:before {
  display: none;
}
.theme-iview .avue-sidebar .el-submenu .el-menu-item.is-active i, .theme-iview .avue-sidebar .el-submenu .el-menu-item.is-active span {
  color: #fff;
}

.theme-hey .avue-sidebar {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
          box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
}
.theme-hey .avue-sidebar .el-menu-item i, .theme-hey .avue-sidebar .el-menu-item span, .theme-hey .avue-sidebar .el-submenu__title i, .theme-hey .avue-sidebar .el-submenu__title span {
  color: rgba(49, 58, 70, 0.8);
}
.theme-hey .avue-sidebar .el-menu-item:hover, .theme-hey .avue-sidebar .el-submenu__title:hover {
  background: transparent;
}
.theme-hey .avue-sidebar .el-menu-item:hover i, .theme-hey .avue-sidebar .el-menu-item:hover span, .theme-hey .avue-sidebar .el-submenu__title:hover i, .theme-hey .avue-sidebar .el-submenu__title:hover span {
  color: #409eff;
}
.theme-hey .avue-sidebar .el-menu-item.is-active, .theme-hey .avue-sidebar .el-submenu__title.is-active {
  background-color: #f0f6ff;
}
.theme-hey .avue-sidebar .el-menu-item.is-active:before, .theme-hey .avue-sidebar .el-submenu__title.is-active:before {
  left: auto;
  right: 0;
}
.theme-hey .avue-sidebar .el-menu-item.is-active i, .theme-hey .avue-sidebar .el-menu-item.is-active span, .theme-hey .avue-sidebar .el-submenu__title.is-active i, .theme-hey .avue-sidebar .el-submenu__title.is-active span {
  color: #409eff;
}
.theme-hey .avue-logo {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-hey .avue-logo .avue-logo_title {
  color: #409eff;
  font-size: 20px;
}
.theme-hey .avue-tags {
  background: #f3f6f8;
}
.theme-hey .avue-tags .el-tabs__item {
  color: rgba(0, 0, 0, 0.65) !important;
}
.theme-hey .avue-tags .is-active {
  background-color: #fff;
  border-bottom: none !important;
}

.theme-lte .avue-logo {
  background-color: #409EFF;
}
.theme-lte .avue-logo .avue-logo_title {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
.theme-lte .avue-tags .el-tabs__item {
  font-size: 12px !important;
  font-weight: 500 !important;
}
.theme-lte .avue-sidebar {
  background-color: #263238;
}
.theme-lte .avue-sidebar .el-menu-item i, .theme-lte .avue-sidebar .el-menu-item span, .theme-lte .avue-sidebar .el-submenu__title i, .theme-lte .avue-sidebar .el-submenu__title span {
  color: #8a979e;
}
.theme-lte .avue-sidebar .el-menu-item:hover, .theme-lte .avue-sidebar .el-submenu__title:hover {
  background-color: #2b373d;
}
.theme-lte .avue-sidebar .el-menu-item.is-active, .theme-lte .avue-sidebar .el-submenu__title.is-active {
  background-color: #2b373d;
}
.theme-lte .avue-sidebar .el-menu-item.is-active:before, .theme-lte .avue-sidebar .el-submenu__title.is-active:before {
  display: none;
}
.theme-lte .avue-sidebar .el-menu-item.is-active i, .theme-lte .avue-sidebar .el-menu-item.is-active span, .theme-lte .avue-sidebar .el-submenu__title.is-active i, .theme-lte .avue-sidebar .el-submenu__title.is-active span {
  color: #fff;
}

.theme-cool .el-menu--popup .el-menu-item {
  background-color: #fff;
}
.theme-cool .el-menu--popup .el-menu-item i, .theme-cool .el-menu--popup .el-menu-item span {
  color: #666;
}
.theme-cool .el-menu--popup .el-menu-item:hover i, .theme-cool .el-menu--popup .el-menu-item:hover span {
  color: #333;
}
.theme-cool .el-menu--popup .el-menu-item.is-active {
  background-color: #409EFF;
}
.theme-cool .el-menu--popup .el-menu-item.is-active:before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: #409eff;
  position: absolute;
}
.theme-cool .el-menu--popup .el-menu-item.is-active i, .theme-cool .el-menu--popup .el-menu-item.is-active span {
  color: #fff;
}
.theme-cool .avue-header {
  background: linear-gradient(120deg, #25aff3, #008ad3);
}
.theme-cool .avue-tags {
  padding: 0 3px;
  margin: 8px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.theme-cool .avue-tags .el-tabs__header .el-tabs__item {
  padding: 0 10px !important;
  background-color: #fff;
  margin-right: 5px;
  color: #909399;
  border-radius: 3px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
}
.theme-cool .avue-tags .el-tabs__header .el-tabs__item.is-active {
  border: none;
  color: #008ad3;
}
.theme-cool .avue-logo {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.theme-cool .avue-sidebar--tip {
  background-color: transparent;
  color: #333;
}
.theme-cool .el-dropdown {
  color: #fff;
}
.theme-cool .avue-logo_title {
  font-weight: 400;
  color: #008ad3;
}
.theme-cool .logo_title,
.theme-cool .avue-breadcrumb {
  color: #fff;
}
.theme-cool .logo_title i,
.theme-cool .avue-breadcrumb i {
  color: #fff;
}
.theme-cool .avue-top .el-menu-item i,
.theme-cool .avue-top .el-menu-item span {
  color: #fff;
}
.theme-cool .avue-top .el-menu-item:hover i,
.theme-cool .avue-top .el-menu-item:hover span {
  color: #fff;
}
.theme-cool .avue-sidebar {
  -webkit-box-shadow: 2px 0 6px rgba(0, 21, 41, 0.15);
          box-shadow: 2px 0 6px rgba(0, 21, 41, 0.15);
  background-color: #fff;
  padding-top: 70px;
}
.theme-cool .avue-sidebar .el-menu-item, .theme-cool .avue-sidebar .el-submenu__title {
  font-size: 13px;
}
.theme-cool .avue-sidebar .el-menu-item i, .theme-cool .avue-sidebar .el-menu-item span, .theme-cool .avue-sidebar .el-submenu__title i, .theme-cool .avue-sidebar .el-submenu__title span {
  color: #000;
}
.theme-cool .avue-sidebar .el-menu-item:hover, .theme-cool .avue-sidebar .el-submenu__title:hover {
  background: transparent;
}
.theme-cool .avue-sidebar .el-menu-item:hover i, .theme-cool .avue-sidebar .el-menu-item:hover span, .theme-cool .avue-sidebar .el-submenu__title:hover i, .theme-cool .avue-sidebar .el-submenu__title:hover span {
  color: #000;
}
.theme-cool .avue-sidebar .el-menu-item.is-active, .theme-cool .avue-sidebar .el-submenu__title.is-active {
  background-color: #e5f1fb;
}
.theme-cool .avue-sidebar .el-menu-item.is-active::before, .theme-cool .avue-sidebar .el-submenu__title.is-active::before {
  width: 0;
}
.theme-cool .avue-sidebar .el-menu-item.is-active i, .theme-cool .avue-sidebar .el-menu-item.is-active span, .theme-cool .avue-sidebar .el-submenu__title.is-active i, .theme-cool .avue-sidebar .el-submenu__title.is-active span {
  color: #25aff3;
}
.theme-cool .top-search .el-input__inner {
  color: #333;
}
.theme-cool .top-search input::-webkit-input-placeholder,
.theme-cool .top-search textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.theme-cool .top-search input:-moz-placeholder,
.theme-cool .top-search textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.theme-cool .top-search input::-moz-placeholder,
.theme-cool .top-search textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.theme-cool .top-search input:-ms-input-placeholder,
.theme-cool .top-search textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.theme-cool .top-bar__item i {
  color: #fff;
}

.avue-left,
.avue-header,
.avue-top,
.avue-logo,
.avue-layout .login-logo,
.avue-main {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.avue-contail {
  width: 100%;
  height: 100%;
  background: #f0f2f5;
  background-size: 100%;
  background-repeat: no-repeat;
}

.avue-left {
  position: fixed;
  left: 0;
  top: 0;
  width: 240px;
  height: 100%;
  z-index: 1025;
}

.avue--collapse .avue-left,
.avue--collapse .avue-logo {
  width: 60px;
}
.avue--collapse .avue-header {
  padding-left: 60px;
}
.avue--collapse .avue-main {
  width: calc(100% - 60px);
  left: 60px;
}

.avue-header {
  padding-left: 240px;
  width: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.avue-main {
  position: absolute;
  left: 240px;
  padding: 0;
  padding-bottom: 20px;
  width: calc(100% - 240px);
  height: calc(100% - 64px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #f0f2f5;
  z-index: 1026;
}
.avue-main--fullscreen {
  width: 100%;
  left: 0;
}

.avue-view {
  padding: 0 10px !important;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.avue-footer {
  margin: 0 auto;
  padding: 0 22px;
  width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.avue-footer .logo {
  margin-left: -50px;
}
.avue-footer .copyright {
  color: #666;
  line-height: 1.5;
  font-size: 12px;
}

.avue-shade {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1024;
}
.avue-shade--show {
  display: block;
}

@media screen and (max-width: 992px) {
  .el-dialog,
  .el-message-box {
    width: 98% !important;
  }
  .login-left {
    display: none !important;
  }
  .login-logo {
    padding-top: 30px !important;
    margin-left: -30px;
  }
  .login-weaper {
    margin: 0 auto;
    width: 96% !important;
  }
  .login-border {
    border-radius: 5px;
    padding: 40px;
    margin: 0 auto;
    float: none !important;
    width: 100% !important;
  }
  .login-main {
    width: 100% !important;
  }
  .avue-tags {
    display: none;
  }
  .avue-left,
  .avue-logo {
    left: -240px;
  }
  .avue-main {
    left: 0;
    width: 100%;
  }
  .avue-header {
    margin-bottom: 15px;
    padding-left: 15px;
  }
  .top-bar__item {
    display: none;
  }
  .avue--collapse .avue-left,
  .avue--collapse .avue-logo {
    width: 240px;
    left: 0;
  }
  .avue--collapse .avue-main {
    left: 240px;
    width: 100%;
  }
  .avue--collapse .avue-header {
    padding: 0;
    -webkit-transform: translate3d(230px, 0, 0);
            transform: translate3d(230px, 0, 0);
  }
  .avue--collapse .avue-shade {
    display: block;
  }
}
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/*
/*! 我就是自己看看，然后翻译下下，让大家看看 */
/* ==========================================================================
   HTML5 display definitions

   HTML5 新增元素定义

   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 *
 * 修正IE 8/9 中未定义的块级元素。
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 *
 * 修正在 IE 8/9 中未定义的 'inline-block' 元素。
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 *
 * 阻止现在浏览器显示未定义 control 播放控件的 'audio' 声音元素。
 * 删除 IOS 5 设备中显示的多余的高度。
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 *
 * 处理 IE 8/9 中不存在的样式。
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base

   基本设置
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 *
 * 1. 设置默认字体类型为 sans-serif.
 * 2. 当用户放大或缩小页面时不改变字体大小。
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 *
 * 删除默认边距。
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links

   链接
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 *
 * 处理 Chrome 与其它浏览器中关于 'outline' 的不一致性。
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 *
 * 为所有浏览器改善当激活或悬停在元素上时元素内容的可读性。
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography

   排版
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 *
 * 处理多变的 'h1' 字体大小及其在 Firefox 4+, Safari 5, 及 Chrome时浏览器中的
 * 'section' 与　'article' 元素中的边距。
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 *
 * 处理在 IE 8/9, Safari 5, 及 Chrome 没有的样式。
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 *
 * 处理 Firefox 4+, Safari 5, 及 Chrome 中默认的 'bolder' 样式为　'bold'.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 *
 * 处理在 Safari 5 和 Chrome 没有的样式。
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 *
 * 处理　Firefox　与其它浏览器的差异。
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 *
 * 处理在 IE 8/9 中没有的样式。
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 *
 * 修正确 Safari 5 和 Chrome 中古怪的默认字体。
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 *
 * 为所有浏览器改善预格式化文本的可读性。
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 *
 * 设置一致的引用格式。
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 *
 * 处理所有浏览器中字体大小的不一致性[译者注：原文直译为：处理所有
 * 浏览器中的不一致和多变的字体大小]。
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 *
 * 阻止所有浏览器中 'sub' 和 'sup' 元素影响 'line-height'.
 * [译者注：就是不让上标与下标影响行高。]
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

   嵌入的内容
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 *
 * 删除 IE 8/9 中当内容位于 'a' 中出现的边框。
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 *
 * 修正 IE 9 中显示古怪的溢出内容。
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures

   Figure 图像/图表/代码等
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 *
 * 处理在 IE 8/9 和 Safari 5 没有的边距。
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 *
 * 定义一致的边框、外边距及内边距。
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 1. 修正在　IE 8/9 中没有继承的 'color'.
 *
 *    [译者注：说是修正颜色嘛，可下面没有关于颜色的呀，这也行？求大神解释！]
 * 2. 去掉内边距，避免当用户清空表单组时认为出错了。
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 *
 * 1. 修正所有浏览器中未被继承的字体类型。
 * 2. 修正所有浏览器中未被继承的字体大小。
 * 3. 处理 Firefox 4+, Safari 5, 及 Chrome 中默认设置不同的外边距。
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 *
 * 处理 Firefox 4+ 中的客户端样式表里使用 '!important' 设置的 'line-height'.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 *
 * 处理 'button' 和 'select' 的 'text-transform' 继承的不一致性。
 * 所有其它表单控件元素不继承 'text-transform' 的值。
 * 修正 Chrome, Safari 5+, 及 IE 8+ 中 'button' 的继承样式。
 * 修正 Firefox 4+ 和 Opera 中 'select' 的继承样式。
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 *
 * 1. 避免 Android 4.0.* 中 WebKit 的一个bug, 防止 'audio' 与 'video' 的播放控件失效。
 * 2. 修正 iOS 中不可点击的 'input' 样式。
 * 3. 改善图片类型的 'input' 等光标样式的可用性与一致性。
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 *
 * 重置不可用元素的默认光标样式。
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 *
 * 1. 处理 IE 8/9 中设置为 'content-box' 的盒子模型。
 * 2. 删除 IE 8/9 中多余的内边距。
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 *
 * 1. 处理 Safari 5 和 Chrome 中默认设置为 'appearance' 的 'searchfield'.
 * 2. 处理 Safari 5 和 Chrome 中默认设置为 'box-sizing' 的 'border-box'
 *    (包括不会过时的 '-moz').
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 *
 * 删除 Safari 5 和 OS X 上的 Chrome 中的输入框上的内边距和搜索取消按钮。
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 *
 * 删除 Firefox 4+ button 与 input 上的内边距。
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 *
 * 1. 删除 IE8/9 中默认的垂直滚动条。
 * 2. 改善所有浏览器中的可读性并使文本垂直对齐。
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables

   表格
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 *
 * 删除表格里单元格间的间距。
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
页面底部按钮
*/
.eer-page__footer {
  text-align: right;
  padding: 10px 0;
}
.eer-page__footer span {
  font-size: 14px;
}

/*
二级页面基础容器样式配置
 */
.basic-container-card {
  padding: 10px 24px !important;
}
.basic-container-card .el-card {
  margin-bottom: 10px;
}
.basic-container-card .el-card .is-never-shadow .avue-crud__search {
  margin-bottom: 0 !important;
}
.basic-container-card .el-card__body {
  padding: 0 20px 10px 20px;
}
.basic-container-card .el-divider--horizontal {
  margin: 17px 0 20px 0 !important;
}
.basic-container-card .el-card.is-never-shadow.avue-crud__search {
  margin-bottom: 0;
  padding: 0;
}
.basic-container-card .avue-crud--card .el-card__body {
  padding: 0 !important;
}

.float-button {
  position: fixed;
  bottom: 50px;
  right: 80px;
  z-index: 1;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 添加阴影 */
}

.float-button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); /* 悬停时放大 */
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s; /* 添加过渡效果 */
}

a {
  text-decoration: none;
  color: #333;
}

* {
  outline: none;
}

::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: hsla(220, 4%, 58%, 0.3);
}
@font-face {
    font-family: 'Pang Men Zheng Dao';
    src: url(../fonts/pang-men-zheng-dao.e6033c0b.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Rui Xian Nu Fang';
    src: url(../fonts/ruizi-ruixian-nufang-heijian.a63aaf00.TTF);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Si Yuan Bold';
    src: url(../fonts/SourceHanSansCN-Bold.8e4c4a88.otf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Si Yuan Medium';
    src: url(../fonts/SourceHanSansCN-Medium.4abbfb49.otf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Si Yuan Regular';
    src: url(../fonts/SourceHanSansCN-Regular.11c302dd.otf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Din Regular';
    src: url(../fonts/DIN-Regular.799221d7.otf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Din Medium';
    src: url(../fonts/DIN-Medium.1bbe3460.otf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Type Two';
    src: url(../fonts/DIGITAL-7MONO.9970a7c5.TTF);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PangMenZhengDao-3-Regular';
    src: url(../fonts/庞门正道标题体3.0.67dedd33.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ShiShangZhongHeiJianTi-Regular';
    src: url(../fonts/shishangzhonghei.896ca9e2.TTF);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'hanyichaojizhanjia-W';
    src: url(../fonts/hanyichaojizhanjia-W.647959e6.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'zhankukuhei';
    src: url(../fonts/zhankukuhei.5a389666.ttf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cangerqingheti-guli-W05';
    src: url(../fonts/cangerqingheti-guli-W05.bf5e10fb.ttf);
    font-weight: normal;
    font-style: normal;
}

.basic-block {
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  -webkit-animation: mymove 1s;
          animation: mymove 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.basic-block .box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-size: cover;
}
.basic-block .box:hover {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}
.basic-block a {
  color: #fff;
}
.basic-block span {
  display: block;
  font-size: 16px;
}
.basic-block p {
  width: 80%;
  font-size: 10px;
  color: #eee;
  line-height: 22px;
}
.basic-block i {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 50px !important;
}
@-webkit-keyframes mymove {
from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
}
to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes mymove {
from {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
}
to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
.basic-container {
  padding: 10px 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.basic-container--block {
  height: 100%;
}
.basic-container--block .basic-container__card {
  height: 100%;
}
.basic-container__card {
  width: 100%;
}
.basic-container:first-child {
  padding-top: 0;
}
.flow-design-dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 !important;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  max-height: calc(100% - 30px);
  max-width: calc(100% - 30px);
}
.flow-design-dialog .el-dialog__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
}
.w-e-toolbar {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-lines: multiple;
}
.w-e-toolbar .w-e-menu:hover {
  z-index: 101 !important;
}
.w-e-text-container a, .w-e-menu a {
  color: #333;
  text-decoration: none;
}
.w-e-menu span {
  font-size: 14px;
  color: #999;
}
.fullscreen-editor {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  left: 0px !important;
  top: 0px !important;
  background-color: white;
  z-index: 9999;
}
.fullscreen-editor .w-e-text-container {
  width: 100% !important;
  height: 95% !important;
}
.dv-active-ring-chart {
  position: relative;
}
.dv-active-ring-chart .active-ring-chart-container {
  width: 100%;
  height: 100%;
}
.dv-active-ring-chart .active-ring-info {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dv-active-ring-chart .active-ring-info .dv-digital-flop {
  width: 100px;
  height: 30px;
}
.dv-active-ring-chart .active-ring-info .active-ring-name {
  width: 100px;
  height: 30px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.dv-border-box-1 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-1 .border {
  position: absolute;
  display: block;
}
.dv-border-box-1 .right-top {
  right: 0px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.dv-border-box-1 .left-bottom {
  bottom: 0px;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.dv-border-box-1 .right-bottom {
  right: 0px;
  bottom: 0px;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}
.dv-border-box-1 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.dv-border-box-10 {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.dv-border-box-10 .dv-border-svg-container {
  position: absolute;
  display: block;
}
.dv-border-box-10 .right-top {
  right: 0px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.dv-border-box-10 .left-bottom {
  bottom: 0px;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.dv-border-box-10 .right-bottom {
  right: 0px;
  bottom: 0px;
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
}
.dv-border-box-10 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.dv-border-box-11 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-11 .dv-border-svg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.dv-border-box-11 .dv-border-svg-container > polyline {
  fill: none;
  stroke-width: 1;
}
.dv-border-box-11 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.dv-border-box-12 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-12 .dv-border-svg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.dv-border-box-12 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.dv-border-box-13 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-13 .dv-border-svg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.dv-border-box-13 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.dv-border-box-2 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-2 .dv-border-svg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.dv-border-box-2 .dv-border-svg-container > polyline {
  fill: none;
  stroke-width: 1;
}
.dv-border-box-2 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.dv-border-box-3 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-3 .dv-border-svg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.dv-border-box-3 .dv-border-svg-container > polyline {
  fill: none;
}
.dv-border-box-3 .dv-bb3-line1 {
  stroke-width: 3;
}
.dv-border-box-3 .dv-bb3-line2 {
  stroke-width: 1;
}
.dv-border-box-3 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.dv-border-box-4 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-4 .dv-reverse {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dv-border-box-4 .dv-border-svg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.dv-border-box-4 .dv-border-svg-container > polyline {
  fill: none;
}
.dv-border-box-4 .sw1 {
  stroke-width: 1;
}
.dv-border-box-4 .sw3 {
  stroke-width: 3px;
  stroke-linecap: round;
}
.dv-border-box-4 .dv-bb4-line-1 {
  stroke-width: 1;
}
.dv-border-box-4 .dv-bb4-line-2 {
  stroke-width: 1;
}
.dv-border-box-4 .dv-bb4-line-3 {
  stroke-width: 3px;
  stroke-linecap: round;
}
.dv-border-box-4 .dv-bb4-line-4 {
  stroke-width: 3px;
  stroke-linecap: round;
}
.dv-border-box-4 .dv-bb4-line-5 {
  stroke-width: 1;
}
.dv-border-box-4 .dv-bb4-line-6 {
  stroke-width: 1;
}
.dv-border-box-4 .dv-bb4-line-7 {
  stroke-width: 1;
}
.dv-border-box-4 .dv-bb4-line-8 {
  stroke-width: 3px;
  stroke-linecap: round;
}
.dv-border-box-4 .dv-bb4-line-9 {
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-dasharray: 100 250;
}
.dv-border-box-4 .dv-bb4-line-10 {
  stroke-width: 1;
  stroke-dasharray: 80 270;
}
.dv-border-box-4 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.dv-border-box-5 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-5 .dv-reverse {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dv-border-box-5 .dv-border-svg-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.dv-border-box-5 .dv-border-svg-container > polyline {
  fill: none;
}
.dv-border-box-5 .dv-bb5-line-1,
.dv-border-box-5 .dv-bb5-line-2 {
  stroke-width: 1;
}
.dv-border-box-5 .dv-bb5-line-3,
.dv-border-box-5 .dv-bb5-line-6 {
  stroke-width: 5;
}
.dv-border-box-5 .dv-bb5-line-4,
.dv-border-box-5 .dv-bb5-line-5 {
  stroke-width: 2;
}
.dv-border-box-5 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.dv-border-box-6 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-6 .dv-border-svg-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.dv-border-box-6 .dv-border-svg-container > polyline {
  fill: none;
  stroke-width: 1;
}
.dv-border-box-6 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.dv-border-box-7 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-7 .dv-border-svg-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.dv-border-box-7 .dv-border-svg-container > polyline {
  fill: none;
  stroke-linecap: round;
}
.dv-border-box-7 .dv-bb7-line-width-2 {
  stroke-width: 2;
}
.dv-border-box-7 .dv-bb7-line-width-5 {
  stroke-width: 5;
}
.dv-border-box-7 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.dv-border-box-8 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-8 .dv-border-svg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.dv-border-box-8 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.dv-border-box-9 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-border-box-9 .dv-border-svg-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.dv-border-box-9 .border-box-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.dv-capsule-chart {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  color: #fff;
}
.dv-capsule-chart .label-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 10px;
  text-align: right;
  font-size: 12px;
}
.dv-capsule-chart .label-column div {
  height: 20px;
  line-height: 20px;
}
.dv-capsule-chart .capsule-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dv-capsule-chart .capsule-item {
  -webkit-box-shadow: 0 0 3px #999;
          box-shadow: 0 0 3px #999;
  height: 10px;
  margin: 5px 0px;
  border-radius: 5px;
}
.dv-capsule-chart .capsule-item .capsule-item-column {
  position: relative;
  height: 8px;
  margin-top: 1px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dv-capsule-chart .capsule-item .capsule-item-column .capsule-item-value {
  font-size: 12px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.dv-capsule-chart .unit-label {
  height: 20px;
  font-size: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dv-capsule-chart .unit-text {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 12px;
  line-height: 20px;
  margin-left: 10px;
}

.dv-charts-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-charts-container .charts-canvas-container {
  width: 100%;
  height: 100%;
}

.dv-conical-column-chart {
  width: 100%;
  height: 100%;
}
.dv-conical-column-chart text {
  text-anchor: middle;
}

.dv-decoration-1 {
  width: 100%;
  height: 100%;
}
.dv-decoration-1 svg {
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.dv-decoration-10 {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dv-decoration-11 {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dv-decoration-11 .decoration-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dv-decoration-12 {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dv-decoration-12 .decoration-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dv-decoration-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dv-decoration-3 {
  width: 100%;
  height: 100%;
}
.dv-decoration-3 svg {
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.dv-decoration-4 {
  position: relative;
  width: 100%;
  height: 100%;
}
.dv-decoration-4 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: absolute;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dv-decoration-4 .normal {
  -webkit-animation: ani-height ease-in-out infinite;
          animation: ani-height ease-in-out infinite;
  left: 50%;
  margin-left: -2px;
}
.dv-decoration-4 .reverse {
  -webkit-animation: ani-width ease-in-out infinite;
          animation: ani-width ease-in-out infinite;
  top: 50%;
  margin-top: -2px;
}
@-webkit-keyframes ani-height {
  0% {
    height: 0%;
  }
  70% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@keyframes ani-height {
  0% {
    height: 0%;
  }
  70% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes ani-width {
  0% {
    width: 0%;
  }
  70% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes ani-width {
  0% {
    width: 0%;
  }
  70% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}

.dv-decoration-5 {
  width: 100%;
  height: 100%;
}

.dv-decoration-6 {
  width: 100%;
  height: 100%;
}
.dv-decoration-6 svg {
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.dv-decoration-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dv-decoration-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.dv-decoration-9 {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dv-decoration-9 svg {
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.dv-digital-flop canvas {
  width: 100%;
  height: 100%;
}

.dv-flyline-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: 100% 100%;
}
.dv-flyline-chart polyline {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dv-flyline-chart text {
  text-anchor: middle;
  dominant-baseline: middle;
}

.dv-flyline-chart-enhanced {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-size: 100% 100%;
}
.dv-flyline-chart-enhanced text {
  text-anchor: middle;
  dominant-baseline: middle;
}

#dv-full-screen-container {
  position: fixed;
  top: 0px;
  left: 0px;
  overflow: hidden;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  z-index: 999;
}

.dv-loading {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dv-loading .loading-tip {
  font-size: 15px;
}

.dv-percent-pond {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.dv-percent-pond svg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.dv-percent-pond polyline {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dv-percent-pond text {
  font-size: 25px;
  font-weight: bold;
  text-anchor: middle;
  dominant-baseline: middle;
}

.dv-scroll-board {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}
.dv-scroll-board .text {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dv-scroll-board .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 15px;
}
.dv-scroll-board .header .header-item {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dv-scroll-board .rows {
  overflow: hidden;
}
.dv-scroll-board .rows .row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dv-scroll-board .rows .ceil {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dv-scroll-board .rows .index {
  border-radius: 3px;
  padding: 0px 3px;
}

.dv-scroll-ranking-board {
  width: 100%;
  height: 100%;
  color: #fff;
  overflow: hidden;
}
.dv-scroll-ranking-board .row-item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.dv-scroll-ranking-board .ranking-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 13px;
}
.dv-scroll-ranking-board .ranking-info .rank {
  width: 40px;
  color: #1370fb;
}
.dv-scroll-ranking-board .ranking-info .info-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dv-scroll-ranking-board .ranking-column {
  border-bottom: 2px solid rgba(19, 112, 251, 0.5);
  margin-top: 5px;
}
.dv-scroll-ranking-board .ranking-column .inside-column {
  position: relative;
  height: 6px;
  background-color: #1370fb;
  margin-bottom: 2px;
  border-radius: 1px;
  overflow: hidden;
}
.dv-scroll-ranking-board .ranking-column .shine {
  position: absolute;
  left: 0%;
  top: 2px;
  height: 2px;
  width: 50px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: radial-gradient(#28f8ff 5%, transparent 80%);
  -webkit-animation: shine 3s ease-in-out infinite alternate;
          animation: shine 3s ease-in-out infinite alternate;
}
@-webkit-keyframes shine {
  80% {
    left: 0%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    left: 100%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes shine {
  80% {
    left: 0%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    left: 100%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.dv-water-pond-level {
  position: relative;
}
.dv-water-pond-level svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.dv-water-pond-level text {
  font-size: 25px;
  font-weight: bold;
  text-anchor: middle;
  dominant-baseline: middle;
}
.dv-water-pond-level ellipse,
.dv-water-pond-level rect {
  fill: none;
  stroke-width: 3;
}
.dv-water-pond-level canvas {
  margin-top: 8px;
  margin-left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

