.app-main[data-v-078753dd] {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.navbar[data-v-d16d6306] {
  height: 50px;
  overflow: hidden;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
          box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
}
.navbar .hamburger-container[data-v-d16d6306] {
  line-height: 46px;
  height: 100%;
  float: left;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-tap-highlight-color: transparent;
}
.navbar .hamburger-container[data-v-d16d6306]:hover {
  background: rgba(0, 0, 0, 0.025);
}
.navbar .breadcrumb-container[data-v-d16d6306] {
  float: left;
}
.navbar .errLog-container[data-v-d16d6306] {
  display: inline-block;
  vertical-align: top;
}
.navbar .right-menu[data-v-d16d6306] {
  float: right;
  height: 100%;
  line-height: 50px;
}
.navbar .right-menu[data-v-d16d6306]:focus {
  outline: none;
}
.navbar .right-menu .right-menu-item[data-v-d16d6306] {
  display: inline-block;
  padding: 0 8px;
  height: 100%;
  font-size: 18px;
  color: #5a5e66;
  vertical-align: text-bottom;
}
.navbar .right-menu .right-menu-item.hover-effect[data-v-d16d6306] {
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.navbar .right-menu .right-menu-item.hover-effect[data-v-d16d6306]:hover {
  background: rgba(0, 0, 0, 0.025);
}
.navbar .right-menu .avatar-container[data-v-d16d6306] {
  margin-right: 30px;
}
.navbar .right-menu .avatar-container .avatar-wrapper[data-v-d16d6306] {
  margin-top: 5px;
  position: relative;
}
.navbar .right-menu .avatar-container .avatar-wrapper .user-avatar[data-v-d16d6306] {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 10px;
}
.navbar .right-menu .avatar-container .avatar-wrapper .el-icon-caret-bottom[data-v-d16d6306] {
  cursor: pointer;
  position: absolute;
  right: -20px;
  top: 25px;
  font-size: 12px;
}

.sidebar-item {
  display: inline-block;
  width: 140px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /*border: solid 1px red;*/
}

.page-container {
  padding: 10px;
  position: relative;
  background-color: #f0f2f5;
  overflow: hidden;
}

#app .main-container {
  height: calc(100vh - 100px);
  -webkit-transition: margin-left 0.28s;
  transition: margin-left 0.28s;
  margin-left: 210px;
  position: relative;
  top: 100px;
}
#app .sidebar-container {
  -webkit-transition: width 0.28s;
  transition: width 0.28s;
  width: 210px !important;
  background-color: #304156;
  height: calc(100% - 100px);
  position: fixed;
  font-size: 0px;
  top: 100px;
  bottom: 0;
  left: 0;
  z-index: 1001;
  overflow: hidden;
}
#app .sidebar-container .horizontal-collapse-transition {
  -webkit-transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out;
  transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out;
}
#app .sidebar-container .scrollbar-wrapper {
  overflow-x: hidden !important;
}
#app .sidebar-container .el-scrollbar__bar.is-vertical {
  right: 0px;
}
#app .sidebar-container .el-scrollbar {
  height: 100%;
}
#app .sidebar-container.has-logo .el-scrollbar {
  height: calc(100% - 50px);
}
#app .sidebar-container .is-horizontal {
  display: none;
}
#app .sidebar-container a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
#app .sidebar-container .svg-icon {
  margin-right: 16px;
}
#app .sidebar-container .el-menu {
  border: none;
  height: 100%;
  width: 100% !important;
}
#app .sidebar-container .submenu-title-noDropdown:hover,
#app .sidebar-container .el-submenu__title:hover {
  background-color: #263445 !important;
}
#app .sidebar-container .is-active > .el-submenu__title {
  color: #f4f4f5 !important;
}
#app .sidebar-container .nest-menu .el-submenu > .el-submenu__title,
#app .sidebar-container .el-submenu .el-menu-item {
  min-width: 210px !important;
  background-color: #1f2d3d !important;
}
#app .sidebar-container .nest-menu .el-submenu > .el-submenu__title:hover,
#app .sidebar-container .el-submenu .el-menu-item:hover {
  background-color: #001528 !important;
}
#app .hideSidebar .sidebar-container {
  width: 54px !important;
}
#app .hideSidebar .main-container {
  margin-left: 54px;
}
#app .hideSidebar .submenu-title-noDropdown {
  padding: 0 !important;
  position: relative;
}
#app .hideSidebar .submenu-title-noDropdown .el-tooltip {
  padding: 0 !important;
}
#app .hideSidebar .submenu-title-noDropdown .el-tooltip .svg-icon {
  margin-left: 20px;
}
#app .hideSidebar .el-submenu {
  overflow: hidden;
}
#app .hideSidebar .el-submenu > .el-submenu__title {
  padding: 0 !important;
}
#app .hideSidebar .el-submenu > .el-submenu__title .svg-icon {
  margin-left: 20px;
}
#app .hideSidebar .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
  display: none;
}
#app .hideSidebar .el-menu--collapse .el-submenu > .el-submenu__title > span {
  height: 0;
  width: 0;
  overflow: hidden;
  visibility: hidden;
  display: inline-block;
}
#app .el-menu--collapse .el-menu .el-submenu {
  min-width: 210px !important;
}
#app .mobile .main-container {
  margin-left: 0px;
}
#app .mobile .sidebar-container {
  -webkit-transition: -webkit-transform 0.28s;
  transition: -webkit-transform 0.28s;
  transition: transform 0.28s;
  transition: transform 0.28s, -webkit-transform 0.28s;
  width: 210px !important;
}
#app .mobile.hideSidebar .sidebar-container {
  pointer-events: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: translate3d(-210px, 0, 0);
          transform: translate3d(-210px, 0, 0);
}
#app .withoutAnimation .main-container,
#app .withoutAnimation .sidebar-container {
  -webkit-transition: none;
  transition: none;
}
.el-menu--vertical > .el-menu .svg-icon {
  margin-right: 16px;
}
.el-menu--vertical .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: 6px;
}
.el-menu--vertical > .el-menu--popup::-webkit-scrollbar-thumb {
  background: #99a9bf;
  border-radius: 20px;
}

/* 仅为了获取宽度，故隐藏掉 */
.marquee[data-v-8e700970] {
  word-break: keep-all;
  white-space: nowrap;
  position: absolute;
  width: 100%;
  color: white;
  overflow: hidden;
}
.scroll[data-v-8e700970] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.scroll p[data-v-8e700970] {
  word-break: keep-all;
  white-space: nowrap;
}
/* 仅为了获取宽度，故隐藏掉 */
.getWidth[data-v-8e700970] {
  word-break: keep-all;
  white-space: nowrap;
  position: absolute;
  opacity: 0;
  top: 0;
}

.walking-lantern[data-v-13877386] {
  top: 60px;
  position: fixed;
  height: 40px;
  left: 400px;
  right: 200px;
}
.app-wrapper[data-v-13877386] {
  position: relative;
  height: 100%;
  width: 100%;
}
.app-wrapper .header[data-v-13877386] {
  position: fixed;
  background-color: #0B0C0E;
  width: 100%;
  height: 100px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.app-wrapper .header .logo-container[data-v-13877386] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.app-wrapper .header .logo-container .logo[data-v-13877386] {
  margin-left: 21px;
}
.app-wrapper .header .logo-container .words[data-v-13877386] {
  display: block;
  margin: 45px 0 0 65px;
}
.app-wrapper .header .logo-container .title-container[data-v-13877386] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-left: 0px;
}
.app-wrapper .header .logo-container .title-container .title[data-v-13877386] {
  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;
  border-right: solid 1px #646569;
  padding-right: 10px;
}
.app-wrapper .header .logo-container .title-container .title .first[data-v-13877386] {
  color: #ffffff;
  letter-spacing: 1px;
  font-family: 'Times New Roman', Times, serif;
}
.app-wrapper .header .logo-container .title-container .title .second[data-v-13877386] {
  color: #ffffff;
  text-align: right;
  font-family: 'Times New Roman', Times, serif;
}
.app-wrapper .header .logo-container .title-container .title .first[data-v-13877386],
.app-wrapper .header .logo-container .title-container .title .second[data-v-13877386] {
  line-height: 16px;
}
.app-wrapper .header .logo-container .title-container .description[data-v-13877386] {
  color: #C0C1C0;
  margin-left: 15px;
  letter-spacing: 1px;
  font-size: 18px;
}
.app-wrapper .header .logout-container[data-v-13877386] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.app-wrapper .header .logout-container .user-name[data-v-13877386] {
  color: #FCFFFF;
  padding-right: 20px;
  border-right: solid 1px #73767D;
}
.app-wrapper .header .logout-container .logout[data-v-13877386] {
  margin-right: 20px;
  margin-left: 20px;
}
.app-wrapper .header .logout-container .logout .icon[data-v-13877386] {
  font-size: 30px;
}
.app-wrapper .header .logout-container .logout .icon[data-v-13877386]:hover {
  cursor: pointer;
}
.app-wrapper .body[data-v-13877386]:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  clear: both;
  visibility: hidden;
}
.app-wrapper[data-v-13877386]:after {
  content: "";
  display: table;
  clear: both;
}
.app-wrapper .app-main[data-v-13877386] {
  /* 50= navbar  50  */
  /*min-height: calc(100vh - 50px);*/
  width: 100%;
  position: relative;
}

/* fade */
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.28s;
  transition: opacity 0.28s;
}
.fade-enter,
.fade-leave-active {
  opacity: 0;
}
/* fade-transform */
.fade-transform-leave-active,
.fade-transform-enter-active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fade-transform-enter {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
.fade-transform-leave-to {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
}
/* breadcrumb transition */
.breadcrumb-enter-active,
.breadcrumb-leave-active {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.breadcrumb-move {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.breadcrumb-leave-active {
  position: absolute;
}
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;
}
body .el-table th.gutter {
  display: table-cell !important;
}
body .el-table colgroup.gutter {
  display: table-cell !important;
}
label {
  font-weight: 700;
}
html {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#app {
  height: 100%;
}
ul,
li,
dl,
dd,
dt {
  list-style: none;
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.no-padding {
  padding: 0px !important;
}
.padding-content {
  padding: 4px 0;
}
a:focus,
a:active {
  outline: none;
}
a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
div:focus {
  outline: none;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.pr-5 {
  padding-right: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.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: 8px 24px;
  margin-bottom: 20px;
  border-radius: 2px;
  display: block;
  line-height: 32px;
  font-size: 16px;
  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: 20px;
}
.components-container {
  margin: 30px 50px;
  position: relative;
}
.pagination-container {
  margin-top: 30px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-overflow {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.btn-container {
  margin-bottom: 10px;
}
.sub-navbar {
  height: 50px;
  line-height: 50px;
  position: relative;
  width: 100%;
  text-align: right;
  padding-right: 20px;
  -webkit-transition: 600ms ease position;
  transition: 600ms ease position;
  background: -webkit-gradient(linear, left top, right top, from(#20b6f9), color-stop(0%, #20b6f9), color-stop(100%, #2178f1), to(#2178f1));
  background: linear-gradient(90deg, #20b6f9 0%, #20b6f9 0%, #2178f1 100%, #2178f1 100%);
}
.sub-navbar .subtitle {
  font-size: 20px;
  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: 10px;
}
.filter-container .filter-item {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.multiselect {
  line-height: 16px;
}
.multiselect--active {
  z-index: 1000 !important;
}
.el-table th {
  background: #F3F3F3;
  position: relative;
}
.el-table th:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  right: 0;
  border: 1px dashed #9B9B9B;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.el-table th:last-child:after {
  opacity: 0;
}

.dl-page-container {
  background-color: #fff;
  padding: 20px 20px 98px;
}
.dl-page-container .dl-tab {
  position: relative;
}
.dl-page-container .dl-tab .el-tabs__content {
  overflow: inherit !important;
}
.dl-page-container .dl-tab .tab-btn-container {
  position: absolute;
  right: 0;
  top: -56px;
}
.dl-page-container .dl-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dl-page-container .dl-total .dl-total-item {
  margin-right: 10px;
}
.dl-page-container .dl-icon-btn > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dl-page-container .dl-icon-btn > span > img {
  width: 10.5px;
  height: 10.5px;
}
.dl-page-container .dl-icon-btn > span > span {
  margin-left: 10px;
}
.dl-page-container .dl-btn-container {
  text-align: right;
}
.dl-page-container .dl-table-title-list {
  margin: 15px 0;
  height: 44px;
  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;
}
.dl-page-container .dl-table-title-list .list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dl-page-container .dl-table-title-list .list-container .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
}
.dl-page-container .dl-table-title-list .list-container .list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dl-page-container .dl-table-title-list .list-container .list .list-item .arrow-container {
  color: #409EFF;
}
.dl-page-container .dl-table-title-list .list-container .list .list-item .content {
  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;
  margin: 0 10px;
  border: solid 1px #409EFF;
  color: #409EFF;
  height: 28px;
  padding: 0 5px;
  border-radius: 20px;
  font-size: 12px;
}
.dl-page-container .dl-table-title-list .list-container .list .list-item .content .icon {
  font-size: 16px;
  color: #ccc;
  margin-left: 5px;
}
.dl-page-container .dl-table-title-list .list-container .list .list-item .content .icon:hover {
  cursor: pointer;
  color: #409EFF;
}
.dl-page-container .dl-table {
  margin-top: 20px;
}
.dl-page-container .dl-table-reset {
  margin-top: 0;
}
.dl-page-container .dl-drag-table .el-table__body-wrapper .el-table__expanded-cell {
  padding: 0 !important;
}
.dl-page-container .dl-drag-table .el-table__body-wrapper .drag-child-table .el-table__header-wrapper {
  display: none;
}
.dl-page-container .dl-drag-table .el-table__body-wrapper .drag-child-table .el-table__body {
  table-layout: fixed !important;
  width: 100% !important;
}
.dl-page-container .dl-drag-table .el-table__body-wrapper .drag-child-table .el-table__body .el-table__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dl-page-container .dl-drag-table .el-table__body-wrapper .drag-child-table .el-table__body .el-table__row td:first-of-type {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.dl-page-container .dl-drag-table .el-table__body-wrapper .drag-child-table .el-table__body .el-table__row .el-table__expand-column {
  width: 47px !important;
  border-right: 0;
}
.dl-page-container .dl-pagination {
  padding: 30px 0;
  text-align: right;
}
/* table */
.el-table .el-table__header-wrapper .el-table__header thead tr th[class*=el-table] .cell > span {
  display: inline-block !important;
  width: 100% !important;
}
.el-table .is-sortable .caret-wrapper {
  float: right;
  margin-right: 28px;
}
/* dialog */
.el-dialog__wrapper .el-dialog .el-dialog__header {
  padding: 17px 24px;
  border-bottom: solid 1px #E8E8E8;
}
.dl-table .el-table__header-wrapper .el-table__header .cell,
.filelist-table .el-table__header-wrapper .el-table__header .cell {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

