@charset "UTF-8";

/* fade */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.28s; }

.fade-enter,
.fade-leave-active {
  opacity: 0; }

/* fade-transform */
.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s; }

.fade-transform-enter {
  opacity: 0;
  transform: translateX(-1.875rem); }

.fade-transform-leave-to {
  opacity: 0;
  transform: translateX(1.875rem); }

/* breadcrumb transition */
.breadcrumb-enter-active,
.breadcrumb-leave-active {
  transition: all .5s; }

.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  transform: translateX(1.25rem); }

.breadcrumb-move {
  transition: all .5s; }

.breadcrumb-leave-active {
  position: absolute; }

.el-breadcrumb__inner,
.el-breadcrumb__inner a {
  font-weight: 400 !important; }

.el-upload input[type="file"] {
  display: none !important; }

.el-upload__input {
  display: none; }

.el-input__inner:focus {
  box-shadow: 0 0 0 0.125rem rgba(64, 158, 255, 0.3) !important; }

.cell .el-tag {
  margin-right: 0; }

.small-padding .cell {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem; }

.fixed-width .el-button--mini {
  padding: 0.4375rem 0.625rem;
  min-width: 3.75rem; }

.status-col .cell {
  padding: 0 0.625rem;
  text-align: center; }
  .status-col .cell .el-tag {
    margin-right: 0; }

.el-dialog {
  transform: none;
  left: 0;
  position: relative;
  margin: 0 auto; }

.upload-container .el-upload {
  width: 100%; }
  .upload-container .el-upload .el-upload-dragger {
    width: 100%;
    height: 12.5rem; }

.el-dropdown-menu a {
  display: block; }

.el-range-editor.el-input__inner {
  display: inline-flex !important; }

.el-range-separator {
  box-sizing: content-box; }

/* 选中 */
.el-checkbox__inner {
  width: 1.25rem;
  height: 1.25rem; }

.el-checkbox__inner::after {
  width: 0.3125rem;
  height: 0.625rem;
  left: 0.375rem; }

/* 表格默认字体  */
.el-table .cell {
  font-size: 0.9375rem; }

/* 对话框弹窗样式 */
.el-dialog__body {
  padding: 0 1.25rem;
  overflow: auto; }
  .el-dialog__body::-webkit-scrollbar-track-piece {
    background: #d3dce6; }
  .el-dialog__body::-webkit-scrollbar {
    width: 0.375rem; }
  .el-dialog__body::-webkit-scrollbar-thumb {
    background: #99a9bf;
    border-radius: 1.25rem; }

#app .main-container {
  min-height: 100%;
  transition: margin-left .28s;
  margin-left: 15.375rem;
  position: relative; }

#app .sidebar-container {
  transition: width 0.28s;
  width: 15.375rem !important;
  background-color: #304156;
  height: 100%;
  position: fixed;
  font-size: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  overflow: hidden; }
  #app .sidebar-container .horizontal-collapse-transition {
    transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out; }
  #app .sidebar-container .scrollbar-wrapper {
    overflow-x: hidden !important; }
    #app .sidebar-container .scrollbar-wrapper::-webkit-scrollbar {
      width: 0.125rem; }
  #app .sidebar-container .el-scrollbar__bar.is-vertical {
    right: 0; }
  #app .sidebar-container .el-scrollbar {
    height: 100%; }
  #app .sidebar-container.has-logo .el-scrollbar {
    height: calc(100% - 3.125rem); }
  #app .sidebar-container .is-horizontal {
    display: none; }
  #app .sidebar-container a {
    display: inline-block;
    width: 100%;
    overflow: hidden; }
  #app .sidebar-container .svg-icon {
    margin-right: 1rem; }
  #app .sidebar-container .el-menu {
    border: none;
    height: 100%;
    width: 100% !important; }
  #app .sidebar-container .submenu-title-noDropdown,
  #app .sidebar-container .el-submenu__title {
    font-size: 0.9375rem; }
    #app .sidebar-container .submenu-title-noDropdown:hover,
    #app .sidebar-container .el-submenu__title:hover {
      background-color: #263445 !important; }
  #app .sidebar-container .el-submenu.is-active .el-submenu__title {
    color: #f4f4f5 !important; }
  #app .sidebar-container .el-menu-item.is-active {
    color: #409eff !important; }
  #app .sidebar-container .nest-menu .el-submenu > .el-submenu__title,
  #app .sidebar-container .el-submenu .el-menu-item {
    min-width: 15.375rem !important;
    background-color: #2b2f3a !important; }
    #app .sidebar-container .nest-menu .el-submenu > .el-submenu__title:hover,
    #app .sidebar-container .el-submenu .el-menu-item:hover {
      background-color: #001528 !important; }

#app .hideSidebar .sidebar-container {
  width: 3.375rem !important; }

#app .hideSidebar .main-container {
  margin-left: 3.375rem; }

#app .hideSidebar .submenu-title-noDropdown {
  padding: 0 !important;
  position: relative; }
  #app .hideSidebar .submenu-title-noDropdown .el-tooltip {
    padding: 0 !important; }
    #app .hideSidebar .submenu-title-noDropdown .el-tooltip .svg-icon {
      margin-left: 1.25rem; }

#app .hideSidebar .el-submenu {
  overflow: hidden; }
  #app .hideSidebar .el-submenu > .el-submenu__title {
    padding: 0 !important; }
    #app .hideSidebar .el-submenu > .el-submenu__title .svg-icon {
      margin-left: 1.25rem; }
    #app .hideSidebar .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
      display: none; }

#app .hideSidebar .el-menu--collapse .el-submenu > .el-submenu__title > span {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  display: inline-block; }

#app .el-menu--collapse .el-menu .el-submenu {
  min-width: 15.375rem !important; }

#app .mobile .main-container {
  margin-left: 0; }

#app .mobile .sidebar-container {
  transition: transform .28s;
  width: 15.375rem !important; }

#app .mobile.hideSidebar .sidebar-container {
  pointer-events: none;
  transition-duration: 0.3s;
  transform: translate3d(-15.375rem, 0, 0); }

#app .withoutAnimation .main-container,
#app .withoutAnimation .sidebar-container {
  transition: none; }

.el-menu--vertical > .el-menu .svg-icon {
  margin-right: 1rem; }

.el-menu--vertical .nest-menu .el-submenu > .el-submenu__title:hover,
.el-menu--vertical .el-menu-item:hover {
  background-color: #263445 !important; }

.el-menu--vertical > .el-menu--popup {
  max-height: 100vh;
  overflow-y: auto; }
  .el-menu--vertical > .el-menu--popup::-webkit-scrollbar-track-piece {
    background: #d3dce6; }
  .el-menu--vertical > .el-menu--popup::-webkit-scrollbar {
    width: 0.375rem; }
  .el-menu--vertical > .el-menu--popup::-webkit-scrollbar-thumb {
    background: #99a9bf;
    border-radius: 1.25rem; }

.blue-btn {
  background: #324157; }
  .blue-btn:hover {
    color: #324157; }
    .blue-btn:hover:before, .blue-btn:hover:after {
      background: #324157; }

.light-blue-btn {
  background: #3A71A8; }
  .light-blue-btn:hover {
    color: #3A71A8; }
    .light-blue-btn:hover:before, .light-blue-btn:hover:after {
      background: #3A71A8; }

.red-btn {
  background: #C03639; }
  .red-btn:hover {
    color: #C03639; }
    .red-btn:hover:before, .red-btn:hover:after {
      background: #C03639; }

.pink-btn {
  background: #E65D6E; }
  .pink-btn:hover {
    color: #E65D6E; }
    .pink-btn:hover:before, .pink-btn:hover:after {
      background: #E65D6E; }

.green-btn {
  background: #30B08F; }
  .green-btn:hover {
    color: #30B08F; }
    .green-btn:hover:before, .green-btn:hover:after {
      background: #30B08F; }

.tiffany-btn {
  background: #4AB7BD; }
  .tiffany-btn:hover {
    color: #4AB7BD; }
    .tiffany-btn:hover:before, .tiffany-btn:hover:after {
      background: #4AB7BD; }

.yellow-btn {
  background: #FEC171; }
  .yellow-btn:hover {
    color: #FEC171; }
    .yellow-btn:hover:before, .yellow-btn:hover:after {
      background: #FEC171; }

.pan-btn {
  font-size: 0.875rem;
  color: #fff;
  padding: 0.875rem 2.25rem;
  border-radius: 0.5rem;
  border: none;
  outline: none;
  transition: 600ms ease all;
  position: relative;
  display: inline-block; }
  .pan-btn:hover {
    background: #fff; }
    .pan-btn:hover:before, .pan-btn:hover:after {
      width: 100%;
      transition: 600ms ease all; }
  .pan-btn:before, .pan-btn:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 0.125rem;
    width: 0;
    transition: 400ms ease all; }
  .pan-btn::after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0; }

.custom-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  color: #fff;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  padding: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  border-radius: 0.25rem; }

body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif; }

label {
  font-weight: 700; }

html {
  height: 100%;
  box-sizing: border-box;
  /* background: url('../assets/staticPicture/bg.png') no-repeat;
  background-size: cover; */
  background-color: #f5f5f5; }

#app {
  height: 100%; }

*,
*:before,
*:after {
  box-sizing: inherit; }

.no-padding {
  padding: 0 !important; }

.padding-content {
  padding: 0.25rem 0; }

a:focus,
a:active {
  outline: none; }

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none; }

div:focus {
  outline: none; }

.f16 {
  font-size: 1rem; }

.f15 {
  font-size: 0.9375rem; }

.f14 {
  font-size: 0.875rem; }

.f12 {
  font-size: 0.75rem; }

.fr {
  float: right; }

.fl {
  float: left; }

.tl {
  text-align: left; }

.tr {
  text-align: right; }

.tc {
  text-align: center; }

.pr-5 {
  padding-right: 0.3125rem; }

.pl-5 {
  padding-left: 0.3125rem; }

.ml-5 {
  margin-left: 0.3125rem; }

.mr-5 {
  margin-right: 0.3125rem; }

.mt-5 {
  margin-top: 0.3125rem; }

.mb-5 {
  margin-bottom: 0.3125rem; }

.ml-10 {
  margin-left: 0.625rem; }

.mr-10 {
  margin-right: 0.625rem; }

.mt-10 {
  margin-top: 0.625rem; }

.mb-10 {
  margin-bottom: 0.625rem; }

.block {
  display: block; }

.pointer {
  cursor: pointer; }

.inlineBlock {
  display: block; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

aside {
  background: #eef1f6;
  padding: 0.5rem 1.5rem;
  margin-bottom: 1.25rem;
  border-radius: 0.125rem;
  display: block;
  line-height: 2rem;
  font-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #2c3e50;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  aside a {
    color: #337ab7;
    cursor: pointer; }
    aside a:hover {
      color: #20a0ff; }

.app-container {
  padding: 0.9375rem 1.875rem 0.9375rem 0.9375rem; }

.components-container {
  margin: 1.875rem 3.125rem;
  position: relative; }

.pagination-container {
  margin-top: 1.875rem; }

.text-center {
  text-align: center; }

.sub-navbar {
  height: 3.125rem;
  line-height: 3.125rem;
  position: relative;
  width: 100%;
  text-align: right;
  padding-right: 1.25rem;
  transition: 600ms ease position;
  background: linear-gradient(90deg, #20b6f9 0%, #20b6f9 0%, #2178f1 100%, #2178f1 100%); }
  .sub-navbar .subtitle {
    font-size: 1.25rem;
    color: #fff; }
  .sub-navbar.draft {
    background: #d0d0d0; }
  .sub-navbar.deleted {
    background: #d0d0d0; }

.link-type,
.link-type:focus {
  color: #337ab7;
  cursor: pointer; }
  .link-type:hover,
  .link-type:focus:hover {
    color: #20a0ff; }

.filter-container {
  padding-bottom: 0.625rem; }
  .filter-container .filter-item {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.625rem; }

.multiselect {
  line-height: 1rem; }

.multiselect--active {
  z-index: 1000 !important; }

.el-popup-parent--hidden {
  padding: 0 !important;
  overflow: auto !important; }
  .el-popup-parent--hidden .fixed-header {
    padding: 0 !important;
    overflow: auto !important; }

::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.5rem;
  background-color: #ebeef5; }

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 0.375rem rgba(0, 0, 0, 0.3);
  background-color: #ccc; }

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.3125rem rgba(0, 0, 0, 0.2);
  border-radius: 0.0625rem;
  background: white; }

@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url(../../static/fonts/iconfont.c329459d.ttf) format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 0.875rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-3column:before {
  content: "\e663";
}

.icon-column-4:before {
  content: "\e664";
}

.icon-add:before {
  content: "\e665";
}

.icon-add-circle:before {
  content: "\e666";
}

.icon-adjust:before {
  content: "\e667";
}

.icon-arrow-up-circle:before {
  content: "\e668";
}

.icon-arrow-right-circle:before {
  content: "\e669";
}

.icon-arrow-down:before {
  content: "\e66a";
}

.icon-ashbin:before {
  content: "\e66b";
}

.icon-arrow-right:before {
  content: "\e66c";
}

.icon-browse:before {
  content: "\e66d";
}

.icon-bottom:before {
  content: "\e66e";
}

.icon-back:before {
  content: "\e66f";
}

.icon-bad:before {
  content: "\e670";
}

.icon-arrow-double-left:before {
  content: "\e671";
}

.icon-arrow-left-circle:before {
  content: "\e672";
}

.icon-arrow-double-right:before {
  content: "\e673";
}

.icon-caps-lock:before {
  content: "\e674";
}

.icon-camera:before {
  content: "\e675";
}

.icon-chart-bar:before {
  content: "\e676";
}

.icon-attachment:before {
  content: "\e677";
}

.icon-code:before {
  content: "\e678";
}

.icon-close:before {
  content: "\e679";
}

.icon-check-item:before {
  content: "\e67a";
}

.icon-calendar:before {
  content: "\e67b";
}

.icon-comment:before {
  content: "\e67c";
}

.icon-column-vertical:before {
  content: "\e67d";
}

.icon-column-horizontal:before {
  content: "\e67e";
}

.icon-complete:before {
  content: "\e67f";
}

.icon-chart-pie:before {
  content: "\e680";
}

.icon-cry:before {
  content: "\e681";
}

.icon-customer-service:before {
  content: "\e682";
}

.icon-delete:before {
  content: "\e683";
}

.icon-direction-down:before {
  content: "\e684";
}

.icon-copy:before {
  content: "\e685";
}

.icon-cut:before {
  content: "\e686";
}

.icon-data-view:before {
  content: "\e687";
}

.icon-direction-down-circle:before {
  content: "\e688";
}

.icon-direction-right:before {
  content: "\e689";
}

.icon-direction-up:before {
  content: "\e68a";
}

.icon-discount:before {
  content: "\e68b";
}

.icon-direction-left:before {
  content: "\e68c";
}

.icon-download:before {
  content: "\e68d";
}

.icon-electronics:before {
  content: "\e68e";
}

.icon-drag:before {
  content: "\e68f";
}

.icon-elipsis:before {
  content: "\e690";
}

.icon-export:before {
  content: "\e691";
}

.icon-explain:before {
  content: "\e692";
}

.icon-edit:before {
  content: "\e693";
}

.icon-eye-close:before {
  content: "\e694";
}

.icon-email:before {
  content: "\e695";
}

.icon-error:before {
  content: "\e696";
}

.icon-favorite:before {
  content: "\e697";
}

.icon-file-common:before {
  content: "\e698";
}

.icon-file-delete:before {
  content: "\e699";
}

.icon-file-add:before {
  content: "\e69a";
}

.icon-film:before {
  content: "\e69b";
}

.icon-fabulous:before {
  content: "\e69c";
}

.icon-file:before {
  content: "\e69d";
}

.icon-folder-close:before {
  content: "\e69e";
}

.icon-filter:before {
  content: "\e69f";
}

.icon-good:before {
  content: "\e6a0";
}

.icon-hide:before {
  content: "\e6a1";
}

.icon-home:before {
  content: "\e6a2";
}

.icon-history:before {
  content: "\e6a3";
}

.icon-file-open:before {
  content: "\e6a4";
}

.icon-forward:before {
  content: "\e6a5";
}

.icon-import:before {
  content: "\e6a6";
}

.icon-image-text:before {
  content: "\e6a7";
}

.icon-keyboard-26:before {
  content: "\e6a8";
}

.icon-keyboard-9:before {
  content: "\e6a9";
}

.icon-link:before {
  content: "\e6aa";
}

.icon-layout:before {
  content: "\e6ab";
}

.icon-fullscreen-shrink:before {
  content: "\e6ac";
}

.icon-layers:before {
  content: "\e6ad";
}

.icon-lock:before {
  content: "\e6ae";
}

.icon-fullscreen-expand:before {
  content: "\e6af";
}

.icon-map:before {
  content: "\e6b0";
}

.icon-meh:before {
  content: "\e6b1";
}

.icon-menu:before {
  content: "\e6b2";
}

.icon-loading:before {
  content: "\e6b3";
}

.icon-help:before {
  content: "\e6b4";
}

.icon-minus-circle:before {
  content: "\e6b5";
}

.icon-modular:before {
  content: "\e6b6";
}

.icon-notification:before {
  content: "\e6b7";
}

.icon-mic:before {
  content: "\e6b8";
}

.icon-more:before {
  content: "\e6b9";
}

.icon-pad:before {
  content: "\e6ba";
}

.icon-operation:before {
  content: "\e6bb";
}

.icon-play:before {
  content: "\e6bc";
}

.icon-print:before {
  content: "\e6bd";
}

.icon-mobile-phone:before {
  content: "\e6be";
}

.icon-minus:before {
  content: "\e6bf";
}

.icon-navigation:before {
  content: "\e6c0";
}

.icon-pdf:before {
  content: "\e6c1";
}

.icon-prompt:before {
  content: "\e6c2";
}

.icon-move:before {
  content: "\e6c3";
}

.icon-refresh:before {
  content: "\e6c4";
}

.icon-run-up:before {
  content: "\e6c5";
}

.icon-picture:before {
  content: "\e6c6";
}

.icon-run-in:before {
  content: "\e6c7";
}

.icon-pin:before {
  content: "\e6c8";
}

.icon-save:before {
  content: "\e6c9";
}

.icon-search:before {
  content: "\e6ca";
}

.icon-share:before {
  content: "\e6cb";
}

.icon-scanning:before {
  content: "\e6cc";
}

.icon-security:before {
  content: "\e6cd";
}

.icon-sign-out:before {
  content: "\e6ce";
}

.icon-select:before {
  content: "\e6cf";
}

.icon-stop:before {
  content: "\e6d0";
}

.icon-success:before {
  content: "\e6d1";
}

.icon-smile:before {
  content: "\e6d2";
}

.icon-switch:before {
  content: "\e6d3";
}

.icon-setting:before {
  content: "\e6d4";
}

.icon-survey:before {
  content: "\e6d5";
}

.icon-task:before {
  content: "\e6d6";
}

.icon-skip:before {
  content: "\e6d7";
}

.icon-text:before {
  content: "\e6d8";
}

.icon-time:before {
  content: "\e6d9";
}

.icon-telephone-out:before {
  content: "\e6da";
}

.icon-toggle-left:before {
  content: "\e6db";
}

.icon-toggle-right:before {
  content: "\e6dc";
}

.icon-telephone:before {
  content: "\e6dd";
}

.icon-top:before {
  content: "\e6de";
}

.icon-unlock:before {
  content: "\e6df";
}

.icon-user:before {
  content: "\e6e0";
}

.icon-upload:before {
  content: "\e6e1";
}

.icon-work:before {
  content: "\e6e2";
}

.icon-training:before {
  content: "\e6e3";
}

.icon-warning:before {
  content: "\e6e4";
}

.icon-zoom-in:before {
  content: "\e6e5";
}

.icon-zoom-out:before {
  content: "\e6e6";
}

.icon-add-bold:before {
  content: "\e6e7";
}

.icon-arrow-left-bold:before {
  content: "\e6e8";
}

.icon-arrow-up-bold:before {
  content: "\e6e9";
}

.icon-close-bold:before {
  content: "\e6ea";
}

.icon-arrow-down-bold:before {
  content: "\e6eb";
}

.icon-minus-bold:before {
  content: "\e6ec";
}

.icon-arrow-right-bold:before {
  content: "\e6ed";
}

.icon-select-bold:before {
  content: "\e6ee";
}

.icon-arrow-up-filling:before {
  content: "\e6ef";
}

.icon-arrow-down-filling:before {
  content: "\e6f0";
}

.icon-arrow-left-filling:before {
  content: "\e6f1";
}

.icon-arrow-right-filling:before {
  content: "\e6f2";
}

.icon-caps-unlock-filling:before {
  content: "\e6f3";
}

.icon-comment-filling:before {
  content: "\e6f4";
}

.icon-check-item-filling:before {
  content: "\e6f5";
}

.icon-clock-filling:before {
  content: "\e6f6";
}

.icon-delete-filling:before {
  content: "\e6f7";
}

.icon-decline-filling:before {
  content: "\e6f8";
}

.icon-dynamic-filling:before {
  content: "\e6f9";
}

.icon-intermediate-filling:before {
  content: "\e6fa";
}

.icon-favorite-filling:before {
  content: "\e6fb";
}

.icon-layout-filling:before {
  content: "\e6fc";
}

.icon-help-filling:before {
  content: "\e6fd";
}

.icon-history-filling:before {
  content: "\e6fe";
}

.icon-filter-filling:before {
  content: "\e6ff";
}

.icon-file-common-filling:before {
  content: "\e700";
}

.icon-news-filling:before {
  content: "\e701";
}

.icon-edit-filling:before {
  content: "\e702";
}

.icon-fullscreen-expand-filling:before {
  content: "\e703";
}

.icon-smile-filling:before {
  content: "\e704";
}

.icon-rise-filling:before {
  content: "\e705";
}

.icon-picture-filling:before {
  content: "\e706";
}

.icon-notification-filling:before {
  content: "\e707";
}

.icon-user-filling:before {
  content: "\e708";
}

.icon-setting-filling:before {
  content: "\e709";
}

.icon-switch-filling:before {
  content: "\e70a";
}

.icon-work-filling:before {
  content: "\e70b";
}

.icon-task-filling:before {
  content: "\e70c";
}

.icon-success-filling:before {
  content: "\e70d";
}

.icon-warning-filling:before {
  content: "\e70e";
}

.icon-folder-filling:before {
  content: "\e70f";
}

.icon-map-filling:before {
  content: "\e710";
}

.icon-prompt-filling:before {
  content: "\e711";
}

.icon-meh-filling:before {
  content: "\e712";
}

.icon-cry-filling:before {
  content: "\e713";
}

.icon-top-filling:before {
  content: "\e714";
}

.icon-home-filling:before {
  content: "\e715";
}

.icon-sorting:before {
  content: "\e716";
}


#app {
  font-family: PingFangSC-Medium;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
}
@media (min-width: 240px) {
html {
    font-size: 0.125rem;
}
}
@media (min-width: 320px) {
html {
    font-size: 0.16667rem;
}
}
@media (min-width: 360px) {
html {
    font-size: 0.1875rem;
}
}
@media (min-width: 375px) {
html {
    font-size: 0.19531rem;
}
}
@media (min-width: 384px) {
html {
    font-size: 0.2rem;
}
}
@media (min-width: 400px) {
html {
    font-size: 0.20833rem;
}
}
@media (min-width: 411px) {
html {
    font-size: 0.21406rem;
}
}
@media (min-width: 424px) {
html {
    font-size: 0.22083rem;
}
}
@media (min-width: 480px) {
html {
    font-size: 0.25rem;
}
}
@media (min-width: 540px) {
html {
    font-size: 0.28125rem;
}
}
@media (min-width: 640px) {
html {
    font-size: 0.33333rem;
}
}
@media (min-width: 720px) {
html {
    font-size: 0.375rem;
}
}
@media (min-width: 750px) {
html {
    font-size: 0.39063rem;
}
}
@media (min-width: 768px) {
html {
    font-size: 0.4rem;
}
}
@media (min-width: 800px) {
html {
    font-size: 0.41667rem;
}
}
@media (min-width: 1024px) {
html {
    font-size: 0.53333rem;
}
}
@media (min-width: 1440px) {
html {
    font-size: 0.75rem;
}
}
@media (min-width: 1920px) {
html {
    font-size: 1rem;
}
}


.showRightPanel {
    overflow: hidden;
    position: relative;
    width: calc(100% - 0.9375rem);
}

.rightPanel-background[data-v-2c8fe044] {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.rightPanel[data-v-2c8fe044] {
  width: 100%;
  max-width: 16.25rem;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  box-shadow: 0 0 0.9375rem 0 rgba(0, 0, 0, 0.05);
  transition: all 0.25s cubic-bezier(0.7, 0.3, 0.1, 1);
  transform: translate(100%);
  background: #fff;
  z-index: 40000;
}
.show[data-v-2c8fe044] {
  transition: all 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.show .rightPanel-background[data-v-2c8fe044] {
    z-index: 20000;
    opacity: 1;
    width: 100%;
    height: 100%;
}
.show .rightPanel[data-v-2c8fe044] {
    transform: translate(0);
}
.handle-button[data-v-2c8fe044] {
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: -3rem;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 0.375rem 0 0 0.375rem !important;
  z-index: 0;
  pointer-events: auto;
  cursor: pointer;
  color: #fff;
  line-height: 3rem;
}
.handle-button i[data-v-2c8fe044] {
    font-size: 1.5rem;
    line-height: 3rem;
}

.app-main[data-v-ca0467b8] {
  /* 50= navbar  50  */
  min-height: calc(100vh - 3.125rem);
  width: 100%;
  position: relative;
  overflow: hidden;
}
.fixed-header + .app-main[data-v-ca0467b8] {
  padding-top: 3.125rem;
}
.hasTagsView .app-main[data-v-ca0467b8] {
  /* 84 = navbar + tags-view = 50 + 34 */
  min-height: calc(100vh - 5.25rem);
}

.el-popup-parent--hidden .fixed-header {
  padding-right: 0.9375rem;
}

.app-breadcrumb.el-breadcrumb[data-v-229a5788] {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 3.125rem;
  margin-left: 0.5rem;
}
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-229a5788] {
    color: #97a8be;
    cursor: text;
}


.hamburger[data-v-49e15297] {
  display: inline-block;
  vertical-align: middle;
  width: 1.25rem;
  height: 1.25rem;
}
.hamburger.is-active[data-v-49e15297] {
  transform: rotate(180deg);
}


.screenfull-svg[data-v-625a5b0d] {
  display: inline-block;
  cursor: pointer;
  fill: #5a5e66;;
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: 0.625rem;
}

.header-search[data-v-265c697c] {
  font-size: 0 !important;
}
.header-search .search-icon[data-v-265c697c] {
    cursor: pointer;
    font-size: 1.125rem;
    vertical-align: middle;
}
.header-search .header-search-select[data-v-265c697c] {
    font-size: 1.125rem;
    transition: width 0.2s;
    width: 0;
    overflow: hidden;
    background: transparent;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
}
.header-search .header-search-select[data-v-265c697c] .el-input__inner {
      border-radius: 0;
      border: 0;
      padding-left: 0;
      padding-right: 0;
      box-shadow: none !important;
      border-bottom: 0.0625rem solid #d9d9d9;
      vertical-align: middle;
}
.header-search.show .header-search-select[data-v-265c697c] {
    width: 13.125rem;
    margin-left: 0.625rem;
}

.el-badge[data-v-783c0e9f] .el-badge__content {
  margin: 0.625rem 0 0 0.9375rem;
}
.hide[data-v-783c0e9f] .el-upload--picture-card {
  display: none;
}
.formItem[data-v-783c0e9f] {
  width: 100%;
}
.formItem[data-v-783c0e9f] .el-form-item__content {
    width: calc(100% - 7.8125rem);
}
.formItem[data-v-783c0e9f] .el-form-item__content /deep/.el-select,
    .formItem[data-v-783c0e9f] .el-form-item__content /deep/.el-cascader {
      width: 100%;
}
.formItem[data-v-783c0e9f] .el-form-item__content .w100 {
      width: 100% !important;
}
.el-icon-bell[data-v-783c0e9f] {
  color: #02a7f0 !important;
}
.infoLeftCla[data-v-783c0e9f] {
  margin-left: 1.25rem;
}
.chakangengd[data-v-783c0e9f] {
  color: #02a7f0 !important;
  cursor: pointer;
  margin: 0.3125rem 0 0.3125rem 2.1875rem;
}
.navbar[data-v-783c0e9f] {
  height: 3.125rem;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 0 0.0625rem 0.25rem rgba(0, 21, 41, 0.08);
}
.navbar .hamburger-container[data-v-783c0e9f] {
    line-height: 2.875rem;
    height: 100%;
    float: left;
    cursor: pointer;
    transition: background 0.3s;
    -webkit-tap-highlight-color: transparent;
}
.navbar .hamburger-container[data-v-783c0e9f]:hover {
      background: rgba(0, 0, 0, 0.025);
}
.navbar .breadcrumb-container[data-v-783c0e9f] {
    float: left;
}
.navbar .errLog-container[data-v-783c0e9f] {
    display: inline-block;
    vertical-align: top;
}
.navbar .right-menu[data-v-783c0e9f] {
    float: right;
    height: 100%;
    line-height: 3.125rem;
}
.navbar .right-menu[data-v-783c0e9f]:focus {
      outline: none;
}
.navbar .right-menu .right-menu-item[data-v-783c0e9f] {
      display: inline-block;
      padding: 0 0.5rem;
      height: 100%;
      font-size: 1.125rem;
      color: #5a5e66;
      vertical-align: text-bottom;
}
.navbar .right-menu .right-menu-item.hover-effect[data-v-783c0e9f] {
        cursor: pointer;
        transition: background 0.3s;
}
.navbar .right-menu .right-menu-item.hover-effect[data-v-783c0e9f]:hover {
          background: rgba(0, 0, 0, 0.025);
}
.navbar .right-menu .feedback[data-v-783c0e9f] {
      font-size: 1rem;
      font-weight: bold;
}
.navbar .right-menu .feedback[data-v-783c0e9f]:hover {
        cursor: pointer;
}
.navbar .right-menu .avatar-container.help[data-v-783c0e9f] {
      width: 5.125rem;
      text-align: center;
      margin-right: 0;
}
.navbar .right-menu .avatar-container[data-v-783c0e9f] {
      margin-right: 1.875rem;
}
.navbar .right-menu .avatar-container .avatar-wrapper[data-v-783c0e9f] {
        position: relative;
        font-size: 1rem;
}
.navbar .right-menu .avatar-container .avatar-wrapper img[data-v-783c0e9f] {
          width: 1rem;
          height: 1rem;
}
.navbar .right-menu .avatar-container .avatar-wrapper .user-avatar[data-v-783c0e9f] {
          cursor: pointer;
          width: 2.5rem;
          height: 2.5rem;
          border-radius: 0.625rem;
}
.navbar .right-menu .avatar-container .avatar-wrapper .el-icon-caret-bottom[data-v-783c0e9f] {
          cursor: pointer;
          position: absolute;
          right: -1.25rem;
          top: 1.5625rem;
          font-size: 0.75rem;
}
.navbar .right-menu .avatar-container .avatar-wrapper .showBox[data-v-783c0e9f] {
          width: 18.75rem;
          height: 8.75rem;
          border-radius: 0.625rem;
          background-image: linear-gradient(to right, #87a8eb, #3571e6);
          position: absolute;
          top: 5rem;
          right: 0;
          z-index: 99;
          display: none;
          padding: 0 1.25rem;
}
.el-dropdown-menu a[data-v-783c0e9f] {
  display: inline-block;
}
.questionTips[data-v-783c0e9f] {
  margin-left: 2em;
}
.questionTips span[data-v-783c0e9f] {
    color: #4a8bf6;
}


.theme-message,
.theme-picker-dropdown {
    z-index: 99999 !important;
}
.theme-picker .el-color-picker__trigger {
    height: 1.625rem !important;
    width: 1.625rem !important;
    padding: 0.125rem;
}
.theme-picker-dropdown .el-color-dropdown__link-btn {
    display: none;
}

.drawer-container[data-v-72374126] {
  padding: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  word-wrap: break-word;
}
.drawer-container .drawer-title[data-v-72374126] {
    margin-bottom: 0.75rem;
    color: rgba(0, 0, 0, 0.85);
    font-size: 0.875rem;
    line-height: 1.375rem;
}
.drawer-container .drawer-item[data-v-72374126] {
    color: rgba(0, 0, 0, 0.65);
    font-size: 0.875rem;
    padding: 0.75rem 0;
}
.drawer-container .drawer-switch[data-v-72374126] {
    float: right;
}

[data-v-5e033132]:export {
  menuText: #bfcbd9;
  menuActiveText: #f4f4f5;
  subMenuActiveText: #409eff;
  menuBg: #304156;
  menuHover: #263445;
  subMenuBg: #2b2f3a;
  subMenuHover: #001528;
  sideBarWidth: 15.375rem;
}
.sidebarLogoFade-enter-active[data-v-5e033132] {
  transition: opacity 1.5s;
}
.sidebarLogoFade-enter[data-v-5e033132],
.sidebarLogoFade-leave-to[data-v-5e033132] {
  opacity: 0;
}
.sidebar-logo-container[data-v-5e033132] {
  position: relative;
  width: 15.375rem !important;
  height: 3.125rem;
  line-height: 3.125rem;
  background: #304156;
  text-align: center;
  overflow: hidden;
}
.sidebar-logo-container .sidebar-logo-link[data-v-5e033132] {
    height: 100%;
    width: 100%;
    text-align: center;
}
.sidebar-logo-container .sidebar-logo-link .sidebar-logo[data-v-5e033132] {
      width: 2rem;
      height: 2rem;
      vertical-align: middle;
      margin-right: 0.75rem;
}
.sidebar-logo-container .sidebar-logo-link .sidebar-title[data-v-5e033132] {
      display: inline-block;
      margin: 0;
      color: #f4f4f5;
      font-weight: 600;
      line-height: 3.125rem;
      font-size: 1.25rem;
      font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
      vertical-align: middle;
}
.sidebar-logo-container.collapse[data-v-5e033132] {
    width: auto !important;
}
.sidebar-logo-container.collapse .sidebar-logo[data-v-5e033132] {
      margin-right: 0;
}


.menuItem[data-v-205399af] {
  font-size: 1rem !important;
}



.scroll-container[data-v-a3f50f90] {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.scroll-container[data-v-a3f50f90] .el-scrollbar__bar {
    bottom: 0;
}
.scroll-container[data-v-a3f50f90] .el-scrollbar__wrap {
    height: 3.0625rem;
}

.tags-view-container[data-v-b6783a78] {
  height: 2.125rem;
  width: 100%;
  background: #fff;
  border-bottom: 0.0625rem solid #d8dce5;
  box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.12), 0 0 0.1875rem 0 rgba(0, 0, 0, 0.04);
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-b6783a78] {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 1.625rem;
    line-height: 1.625rem;
    border: 0.0625rem solid #d8dce5;
    color: #495060;
    background: #fff;
    padding: 0 0.5rem;
    font-size: 0.75rem;
    margin-left: 0.3125rem;
    margin-top: 0.25rem;
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-b6783a78]:first-of-type {
      margin-left: 0.9375rem;
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-b6783a78]:last-of-type {
      margin-right: 0.9375rem;
}
.tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-b6783a78] {
      background-color: #42b983;
      color: #fff;
      box-shadow: 0 0 0 0.125rem rgba(64, 158, 255, 0.3);
}
.tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-b6783a78]::before {
        content: '';
        background: #fff;
        display: inline-block;
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 50%;
        position: relative;
        margin-right: 0.125rem;
}
.tags-view-container .contextmenu[data-v-b6783a78] {
    margin: 0;
    background: #fff;
    z-index: 3000;
    position: absolute;
    list-style-type: none;
    padding: 0.3125rem 0;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 400;
    color: #333;
    box-shadow: 0.125rem 0.125rem 0.1875rem 0 rgba(0, 0, 0, 0.3);
}
.tags-view-container .contextmenu li[data-v-b6783a78] {
      margin: 0;
      padding: 0.4375rem 1rem;
      cursor: pointer;
}
.tags-view-container .contextmenu li[data-v-b6783a78]:hover {
        background: #eee;
}

.tags-view-wrapper .tags-view-item .el-icon-close {
  width: 1rem;
  height: 1rem;
  vertical-align: 0.125rem;
  border-radius: 50%;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: 100% 50%;
}
.tags-view-wrapper .tags-view-item .el-icon-close:before {
    transform: scale(0.6);
    display: inline-block;
    vertical-align: -0.1875rem;
}
.tags-view-wrapper .tags-view-item .el-icon-close:hover {
    background-color: #b4bccc;
    color: #fff;
}

[data-v-c234de00]:export {
  menuText: #bfcbd9;
  menuActiveText: #f4f4f5;
  subMenuActiveText: #409eff;
  menuBg: #304156;
  menuHover: #263445;
  subMenuBg: #2b2f3a;
  subMenuHover: #001528;
  sideBarWidth: 15.375rem;
}
.app-wrapper[data-v-c234de00] {
  position: relative;
  height: 100%;
  width: 100%;
}
.app-wrapper[data-v-c234de00]:after {
    content: "";
    display: table;
    clear: both;
}
.app-wrapper.mobile.openSidebar[data-v-c234de00] {
    position: fixed;
    top: 0;
}
.drawer-bg[data-v-c234de00] {
  background: #000;
  opacity: 0.3;
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 999;
}
.fixed-header[data-v-c234de00] {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 12;
  width: calc(100% - 15.375rem);
  transition: width 0.28s;
}
.hideSidebar .fixed-header[data-v-c234de00] {
  width: calc(100% - 3.375rem);
}
.mobile .fixed-header[data-v-c234de00] {
  width: 100%;
}


.svg-icon[data-v-cc150afc] {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.svg-external-icon[data-v-cc150afc] {
  background-color: currentColor;
  -webkit-mask-size: cover!important;
          mask-size: cover!important;
  display: inline-block;
}

