/*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); }

/*breadcrumb transition*/

.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-breadcrumb__inner,
.el-breadcrumb__inner a {
  font-weight: 400 !important; }

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

.el-upload__input {
  display: none; }

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

.small-padding .cell {
  padding-left: 5px;
  padding-right: 5px; }

.fixed-width .el-button--mini {
  padding: 7px 10px;
  width: 60px; }

.status-col .cell {
  padding: 0 10px;
  text-align: center; }

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

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

.article-textarea textarea {
  padding-right: 40px;
  resize: none;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #bfcbd9; }

.upload-container .el-upload {
  width: 100%; }

.upload-container .el-upload .el-upload-dragger {
    width: 100%;
    height: 200px; }

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

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

#app .sidebar-container {
  -webkit-transition: width 0.28s;
  transition: width 0.28s;
  width: 180px !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 .scrollbar-wrapper {
    overflow-x: hidden !important; }

#app .sidebar-container .scrollbar-wrapper .el-scrollbar__view {
      height: 100%; }

#app .sidebar-container .el-scrollbar__bar.is-vertical {
    right: 0px; }

#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: 180px !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: 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 .el-menu--collapse .el-menu .el-submenu {
  min-width: 180px !important; }

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

#app .mobile .sidebar-container {
  -webkit-transition: -webkit-transform .28s;
  transition: -webkit-transform .28s;
  transition: transform .28s;
  transition: transform .28s, -webkit-transform .28s;
  width: 180px !important; }

#app .mobile.hideSidebar .sidebar-container {
  pointer-events: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: translate3d(-180px, 0, 0);
          transform: translate3d(-180px, 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; }

.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: 14px;
  color: #fff;
  padding: 14px 36px;
  border-radius: 8px;
  border: none;
  outline: none;
  -webkit-transition: 600ms ease all;
  transition: 600ms ease all;
  position: relative;
  display: inline-block; }

.pan-btn:hover {
    background: #fff; }

.pan-btn:hover:before, .pan-btn:hover:after {
      width: 100%;
      -webkit-transition: 600ms ease all;
      transition: 600ms ease all; }

.pan-btn:before, .pan-btn:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    -webkit-transition: 400ms ease all;
    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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
  margin: 0;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 4px; }

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; }

.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; }

code {
  background: #eef1f6;
  padding: 15px 16px;
  margin-bottom: 20px;
  display: block;
  line-height: 36px;
  font-size: 15px;
  font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif; }

code a {
    color: #337ab7;
    cursor: pointer; }

code a:hover {
      color: #20a0ff; }

.warn-content {
  background: rgba(66, 185, 131, 0.1);
  border-radius: 2px;
  padding: 16px;
  padding: 1rem;
  line-height: 1.6rem;
  word-spacing: .05rem; }

.warn-content a {
    color: #42b983;
    font-weight: 600; }

.app-container {
  padding: 20px; }

.components-container {
  margin: 30px 50px;
  position: relative; }

.pagination-container {
  margin-top: 30px; }

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

.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; }

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


.hamburger[data-v-fac9843e] {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.hamburger.is-active[data-v-fac9843e] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}


.message-title[data-v-83e01992] {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding-right: 8px;
}


.screenfull-svg[data-v-39df7bcc] {
  display: inline-block;
  cursor: pointer;
  fill: #5a5e66;;
  width: 20px;
  height: 20px;
  vertical-align: 10px;
}

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



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

.tags-view-container[data-v-1351b974] {
  height: 34px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #d8dce5;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 0 3px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 0 3px 0 rgba(0, 0, 0, 0.04);
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-1351b974] {
    display: inline-block;
    position: relative;
    cursor: pointer;
    height: 26px;
    line-height: 26px;
    border: 1px solid #d8dce5;
    color: #495060;
    background: #fff;
    padding: 0 8px;
    font-size: 12px;
    margin-left: 5px;
    margin-top: 4px;
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-1351b974]:first-of-type {
      margin-left: 15px;
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-1351b974]:last-of-type {
      margin-right: 15px;
}
.tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-1351b974] {
      background-color: #42b983;
      color: #fff;
      border-color: #42b983;
}
.tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-1351b974]::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-1351b974] {
    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-1351b974] {
      margin: 0;
      padding: 7px 16px;
      cursor: pointer;
}
.tags-view-container .contextmenu li[data-v-1351b974]: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-main[data-v-ee76504a] {
  /*84 = navbar + tags-view = 50 +34 */
  min-height: calc(100vh - 84px);
  width: 100%;
  position: relative;
  overflow: hidden;
}

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


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

