/*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 .5s;
  transition: all .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); }
/*fade*/
.breadcrumb-enter-active,
.breadcrumb-leave-active {
  -webkit-transition: all .5s;
  transition: all .5s; }
.breadcrumb-enter,
.breadcrumb-leave-active {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px); }
.breadcrumb-move {
  -webkit-transition: all .5s;
  transition: all .5s; }
.breadcrumb-leave-active {
  position: absolute; }
.el-upload input[type="file"] {
  display: none !important; }
.el-upload__input {
  display: none; }
.el-dialog {
  -webkit-transform: none;
          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: 200px; }
.login .el-input__inner {
  font-size: 16px;
  height: 52px;
  background: #F6F6F6;
  border: none;
  border-radius: 8px; }
.login .el-input__suffix {
  right: 20px; }
.login .el-select {
  font-size: 16px !important;
  color: #A1A1A1 !important; }
.login .el-select .el-input__inner {
    height: 42px !important; }
.login .el-button {
  width: 100%;
  height: 42px;
  font-size: 18px;
  border-radius: 8px; }
.login .captcha-form-item {
  margin-bottom: 30px !important; }
.login .el-form-item--mini.el-form-item,
.login .el-form-item--small.el-form-item {
  margin-bottom: 20px; }
.el-table--border,
.el-table--group {
  border: none; }
.el-table td,
.el-table th.is-leaf {
  border-bottom: none; }
.el-table--border td,
.el-table--border th,
.el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
  border-right: none; }
.el-table::after, .el-table::before {
  display: none; }
.el-table th {
  background: #F0F3F4; }
.el-table th > div.cell {
    color: #55595c; }
.el-table--striped .el-table__body tr.el-table__row--striped td {
  background: #eceeefb8; }
.el-input__inner {
  border: 1px solid #cbcbcb; }
.el-table--mini,
.el-table--small,
.el-table__expand-icon {
  font-size: 14px; }
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #ebeef5; }
.el-submenu__title {
  color: #FFFFFF !important; }
.el-menu-item * {
  color: #FFFFFF !important; }
.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: #304156; }
.el-breadcrumb__inner a,
.el-breadcrumb__inner.is-link {
  color: #e4e7ed; }
.el-breadcrumb__inner a:hover,
.el-breadcrumb__inner.is-link:hover {
  color: #FFFFFF; }
.app-breadcrumb.el-breadcrumb .no-redirect {
  color: #FFFFFF !important; }
.el-dropdown {
  color: #f5f7fa; }
.el-input__inner {
  color: #303133; }
.scroll-container {
  background: #304156 !important; }
.el-menu--horizontal {
  border-bottom: 0; }
.tags-view-container .tags-view-wrapper .tags-view-item.active {
  background-color: #409EFF !important; }
.el-breadcrumb__item:last-child .el-breadcrumb__inner,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {
  color: #f2f6fc; }
.el-icon-arrow-down:before {
  color: #FFFFFF;
  font-weight: 600; }
#app .main-container {
  min-height: 100%;
  -webkit-transition: margin-left 0.28s;
  transition: margin-left 0.28s;
  margin-left: 210px;
  position: relative; }
#app .sidebar-container {
  -webkit-transition: width 0.28s;
  transition: width 0.28s;
  width: 210px !important;
  height: 100%;
  position: fixed;
  font-size: 0px;
  top: 0;
  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 .el-scrollbar__bar.is-vertical {
    right: 0px; }
#app .sidebar-container .scrollbar-wrapper {
    overflow-x: hidden !important; }
#app .sidebar-container .scrollbar-wrapper .el-scrollbar__view {
      height: 100%;
      background: #304156; }
#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 .logo {
    height: 74px;
    padding: 10px 0px;
    background: #304156;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
#app .sidebar-container .el-menu {
    border: none;
    height: calc(100% - 74px);
    width: 100% !important; }
#app .sidebar-container .el-submenu__title {
    color: white !important; }
#app .sidebar-container .el-menu-item {
    color: white !important; }
#app .sidebar-container .el-menu-item.is-active span {
      color: #409EFF !important; }
#app .hideSidebar .sidebar-container {
  width: 36px !important; }
#app .hideSidebar .main-container {
  margin-left: 36px; }
#app .hideSidebar .submenu-title-noDropdown {
  padding-left: 10px !important;
  position: relative; }
#app .hideSidebar .submenu-title-noDropdown .el-tooltip {
    padding: 0 10px !important; }
#app .hideSidebar .el-submenu {
  overflow: hidden; }
#app .hideSidebar .el-submenu > .el-submenu__title {
    padding-left: 10px !important; }
#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 .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 .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 {
  -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; }
.max-width-contgainer {
  width: 100%;
  max-width: 1200px; }
.weight-bold {
  font-weight: bold; }
.text-center {
  text-align: center; }
.text-right {
  text-align: right; }
.text-left {
  text-align: left; }
.margin-bottom-0 {
  margin-bottom: 0px; }
.margin-bottom-5 {
  margin-bottom: 5px; }
.margin-bottom-10 {
  margin-bottom: 10px; }
.margin-bottom-20 {
  margin-bottom: 20px; }
.margin-bottom-30 {
  margin-bottom: 30px; }
.font-16 {
  font-size: 16px; }
.font-14 {
  font-size: 14px; }
.font-12 {
  font-size: 12px; }
.color-F56C6C {
  color: #F56C6C; }
.color-F56C6C.color-hover:focus, .color-F56C6C.color-hover:hover {
    color: #F56C6C;
    opacity: 0.8; }
.color-909399 {
  color: #909399; }
.color-CCCCCC {
  color: #cccccc; }
.color-333333 {
  color: #333333; }
.zk-table {
  font-size: 16px; }
.search-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.search-input-container .search-input-item {
    width: 300px; }
.search-input-container .search-input-item.width-400 {
      width: 400px; }
.search-input-container .search-input-item.width-60 {
      width: 60px; }
.search-btn {
  margin-left: 10px;
  padding: 7.5px 15px; }
@media print {
  .noprint {
    display: none; } }
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%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
#app {
  height: 100%; }
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  outline: none;
  text-decoration: none; }
div:focus {
  outline: none; }
a:focus,
a:active {
  outline: none; }
a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none; }
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }
.app-main {
  min-height: 100%; }
.app-container {
  padding: 20px; }

.el-menu.el-menu--horizontal {
  border: none !important;
}
.el-message {
  max-width: 80%;
  word-break: break-all;
}

.app-breadcrumb.el-breadcrumb[data-v-b50ef614] {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  margin-left: 10px;
}
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-b50ef614] {
    color: #97a8be;
    cursor: text;
}


.hamburger[data-v-4e6f274c] {
	display: inline-block;
	cursor: pointer;
	/* width: 20px;
	height: 20px; */
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	-webkit-transition: .38s;
	transition: .38s;
	-webkit-transform-origin: 50% 50%;
	        transform-origin: 50% 50%;
}
.hamburger.is-active[data-v-4e6f274c] {
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}

.platform-container[data-v-f1a11134] {
  margin-right: 5px;
}

.navbar[data-v-797e31be] {
  height: 50px;
  line-height: 50px;
  border-radius: 0px !important;
}
.navbar .hamburger-container[data-v-797e31be] {
    line-height: 58px;
    height: 50px;
    float: left;
    padding: 0 10px;
}
.navbar .screenfull[data-v-797e31be] {
    position: absolute;
    right: 90px;
    top: 16px;
    color: red;
}
.navbar .avatar-container[data-v-797e31be] {
    height: 50px;
    display: inline-block;
    position: absolute;
    right: 35px;
}
.navbar .avatar-container .avatar-wrapper[data-v-797e31be] {
      cursor: pointer;
      margin-top: 5px;
      position: relative;
}
.navbar .avatar-container .avatar-wrapper .user-avatar[data-v-797e31be] {
        width: 40px;
        height: 40px;
        border-radius: 10px;
}
.navbar .avatar-container .avatar-wrapper .el-icon-caret-bottom[data-v-797e31be] {
        position: absolute;
        right: -20px;
        top: 25px;
        font-size: 12px;
}

.logo img[data-v-276800be] {
  max-height: 100%;
  max-width: 100%;
}
.logo i[data-v-276800be] {
  font-size: 24px;
  color: white;
}

.weChat-title[data-v-7142e253] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 14px;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.app-main[data-v-6beed8bc] {
  /*
   * 50 = navbar
   * 34 = tagView
   */
  min-height: calc(100vh - 50px - 34px);
  position: relative;
  overflow: hidden;
  padding: 30px;
  background: #f0f3f4;
}
.app-main > div[data-v-6beed8bc] {
    background: white;
    border-radius: 10px;
    padding: 20px;
}

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

.tags-view-container[data-v-57b800e8] {
  width: 100%;
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-57b800e8] {
    display: inline-block;
    position: relative;
    height: 26px;
    line-height: 26px;
    color: black;
    background: #fff;
    padding: 0 8px;
    font-size: 12px;
    margin-left: 5px;
    margin-top: 2px;
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-57b800e8]:first-of-type {
      margin-left: 10px;
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-57b800e8]:last-of-type {
      margin-right: 15px;
}
.tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-57b800e8] {
      color: #fff;
      border-color: transparent;
}
.tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-57b800e8]::before {
        content: "";
        background: #fff;
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        position: relative;
        margin-right: 2px;
}
.tags-view-container .contextmenu[data-v-57b800e8] {
    margin: 0;
    background: #fff;
    z-index: 100;
    position: absolute;
    list-style-type: none;
    padding: 5px 0;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.tags-view-container .contextmenu li[data-v-57b800e8] {
      margin: 0;
      padding: 7px 16px;
      cursor: pointer;
}
.tags-view-container .contextmenu li[data-v-57b800e8]:hover {
        background: #eee;
}

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

.app-wrapper[data-v-60f35ab6] {
  position: relative;
  height: 100%;
  width: 100%;
}
.app-wrapper[data-v-60f35ab6]:after {
    content: "";
    display: table;
    clear: both;
}
.app-wrapper.mobile.openSidebar[data-v-60f35ab6] {
    position: fixed;
    top: 0;
}
.drawer-bg[data-v-60f35ab6] {
  background: #000;
  opacity: 0.3;
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 999;
}


.svg-icon[data-v-c8a70580] {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

