@charset "UTF-8";
/*fade*/
.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.28s;
  transition: opacity 0.28s;
}
.fade-enter,
.fade-leave-active {
  opacity: 0;
}
/*fade*/
.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;
}
.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;
  min-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-bottom: 0 !important;
}
.upload-container .el-upload {
  width: 100%;
}
.upload-container .el-upload .el-upload-dragger {
  width: 100%;
  height: 200px;
}
.el-dropdown-menu a {
  display: block;
}
.el-range-editor.el-input__inner {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.el-range-separator {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.el-button {
  padding: 9px 19px !important;
  font-size: 12px !important;
}
.el-button--mini {
  padding: 7px 10px !important;
  min-width: 60px !important;
}
.el-button--primary {
  background-color: #007dff;
}
.el-input {
  font-size: 12px !important;
}
.cascader-sty .el-cascader {
  width: 50%;
  min-width: 260px;
}
.cascader-search {
  width: 300px;
}
.cascader-search .el-form-item__content {
  width: 100% !important;
}
.el-input__suffix {
  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;
}
.el-cascader {
  line-height: 32px !important;
  width: 100%;
}
.el-cascader .el-input {
  width: 100%;
}
.el-cascader .el-cascader__tags .el-tag {
  max-width: 40%;
}
.el-cascader .el-cascader__tags .el-tag .el-tag__close {
  display: inline-block;
}
.multiple-cascader {
  width: 300px !important;
}
.el-input__inner {
  max-height: 32px !important;
  line-height: 32px !important;
}
.el-input__icon.el-icon-circle-close.el-input__clear, .el-input__prefix .el-icon-search {
  line-height: 32px !important;
}
.auto-height-select .el-input__inner {
  max-height: none !important;
  line-height: 32px !important;
}
.cascader-input .el-input__inner {
  max-height: 2000px !important;
  line-height: 32px !important;
}
.cascader-input .el-input__inner .el-cascader__tags .el-tag .el-tag__close {
  display: none;
}
.el-form-item__content .el-input-group {
  vertical-align: unset;
}
.el-form-item__label {
  font-size: 12px !important;
}
.el-form-item__content {
  line-height: 32px !important;
}
.el-date-editor--daterange.el-input__inner {
  width: 260px !important;
  height: 32px !important;
}
.el-date-editor .el-range__icon {
  line-height: 24px !important;
}
.el-date-editor .el-icon-circle-close::before {
  line-height: 26px !important;
}
.el-date-editor .el-range-separator {
  line-height: 24px !important;
}
.el-date-editor .el-range__close-icon {
  line-height: 24px !important;
}
.el-date-editor .el-range-input {
  font-size: 12px !important;
}
.el-select .el-input .el-select__caret {
  line-height: 32px !important;
}
.el-form--inline .el-form-item {
  margin-right: 20px !important;
  margin-bottom: 12px !important;
}
.el-form--inline .el-form-item .el-form-item--default {
  margin-right: 0 !important;
}
.el-table thead {
  color: #101426 !important;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
}
.el-table thead th {
  background: #f5f6fa;
}
.el-table tbody {
  font-size: 12px;
  line-height: 20px;
}
.el-table tbody td {
  padding: 0;
}
.el-table th.gutter {
  display: table-cell !important;
}
.el-table colgroup.gutter {
  display: table-cell !important;
}
.el-pagination {
  text-align: right;
  padding: 10px 5px !important;
}
.el-table__expanded-cell[class*=cell] {
  padding: 0 !important;
}
.el-table__expanded-cell {
  border-bottom: 0px !important;
}
.text-expand .el-table__body-wrapper {
  overflow-x: hidden !important;
}
.input-drop-down .el-input-group__append {
  padding: 0 0 0 20px !important;
}
.custom-table > .el-table,
.custom-table-tab > .el-table {
  height: calc(100vh - var(--height)) !important;
  max-height: calc(100vh - var(--height)) !important;
}
.custom-right-bottom-table > .el-table {
  height: calc(100vh - var(--height)) !important;
  max-height: calc(100vh - var(--height)) !important;
}
.custom-tab-right-bottom-table > .el-table {
  height: calc(100vh - 380px) !important;
  max-height: calc(100vh - 380px) !important;
}
.custom-tab-full-table > .el-table {
  height: calc(100vh - 220px) !important;
  max-height: calc(100vh - 220px) !important;
}
.common-table > .el-table {
  height: calc(100vh - 200px) !important;
  max-height: calc(100vh - 200px) !important;
}
.custom-table-tab-dialog > .el-table {
  height: calc(100vh - 150px) !important;
  max-height: calc(100vh - 150px) !important;
}
@media screen and (max-width: 2560px) {
  .custom-table-dialog .el-table {
    height: calc(100vh - 220px) !important;
    max-height: calc(100vh - 220px) !important;
  }
}
@media screen and (max-width: 2560px) {
  .custom-two-table-dialog .el-table {
    height: calc(100vh - 270px) !important;
    max-height: calc(100vh - 270px) !important;
  }
}
@media screen and (max-width: 2560px) {
  .special-custom-table .el-table {
    height: calc(100vh - 520px) !important;
    max-height: calc(100vh - 520px) !important;
  }
}
.special-custom-table tr.el-table__row.el-table__row--striped.cellClass > td {
  background: #f5f5f5;
}
.special-custom-table tr.el-table__row.cellClass > td {
  background: #f5f5f5;
}
.tags-view-wrapper .tags-view-item .el-icon-close:before {
  color: #4379ee;
}
.el-table .cell {
  line-height: unset;
}
.el-table .cell .el-form-item {
  margin-top: 16px;
}
.cus-dialog-full .el-dialog {
  margin-top: 0 !important;
  height: 100vh;
}
.cus-dialog-full .el-dialog .el-dialog__body {
  height: calc(100vh - 92px);
  max-height: calc(100vh - 92px);
  overflow-y: auto;
}
.cus-dialog-full .el-dialog .el-dialog__footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.cus-dialog-table-full .el-dialog {
  margin-top: 0 !important;
  height: 100vh;
}
.cus-dialog-table-full .el-dialog .el-dialog__footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.cus-dialog-fixed .el-dialog {
  margin-top: 80px !important;
  height: calc(100vh - 160px);
}
.cus-dialog-fixed .el-dialog .el-dialog__body {
  height: calc(100vh - 266px);
  max-height: calc(100vh - 252px);
  overflow-y: auto;
}
.cus-dialog-fixed .el-dialog .el-dialog__footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.cus-dialog-part .el-dialog {
  margin-top: 180px !important;
  height: calc(100vh - 360px);
}
.cus-dialog-part .el-dialog .el-dialog__body {
  height: calc(100vh - 352px);
  max-height: calc(100vh - 352px);
  overflow-y: auto;
}
.cus-dialog-part .el-dialog .el-dialog__footer {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.custom-table .cellClass .cell {
  max-height: 80px;
}
.custom-table .cellClass div {
  max-height: 80px;
}
.custom-dialog .el-dialog {
  border-radius: 12px;
}
.custom-dialog .el-dialog .el-dialog__header {
  border-bottom: 1px solid #f0f1f3;
  padding: 10px 24px;
}
.custom-dialog .el-dialog .el-dialog__header .el-dialog__title {
  font-size: 16px;
  line-height: 21px;
  color: #0c1232;
}
.custom-dialog .el-dialog .el-dialog__header .el-dialog__headerbtn {
  position: absolute;
  top: 12px;
  right: 24px;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 16px;
}
.custom-dialog .el-dialog .el-dialog__body {
  padding: 20px 30px 0px 30px;
}
.custom-dialog .el-dialog .el-dialog__body .el-form-item {
  margin-bottom: 20px !important;
}
.custom-dialog .el-dialog .el-dialog__footer {
  padding: 15px 20px;
  border-top: 1px solid #f0f1f3;
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  z-index: 10000;
}
.custom-dialog .el-dialog .el-dialog__footer .el-button {
  padding: 10px 36px !important;
  font-size: 12px !important;
}
.custom-dialog .el-dialog .el-dialog__footer .el-button--default {
  color: #000;
  background-color: #f5f6f6;
}
.custom-dialog .el-dialog .el-dialog__footer .el-button--default:hover {
  color: #000;
  background-color: #ededed;
  border-color: #ededed;
}
.custom-dialog .el-dialog .el-dialog__footer .el-button--primary {
  background-color: #3e92ef;
  color: #fff;
}
.custom-dialog .el-dialog .el-dialog__footer .el-button--primary:hover {
  background-color: #3389eb;
  border-color: #3389eb;
  color: #fff;
}
.el-dialog-form .el-form-item {
  width: 100%;
}
.el-dialog-form .el-form-item .el-form-item__label {
  line-height: 22px;
}
.el-select {
  width: 100%;
}
.el-select.is-collapse .el-select__tags .el-tag:nth-child(1) {
  width: 45%;
}
.el-input-number {
  width: 100% !important;
}
.cascader-sty .el-cascader {
  width: 100%;
}
.el-dialog .el-date-editor.el-input,
.el-dialog .el-date-editor.el-input__inner {
  width: 100% !important;
}
.input-with-select .el-input-group__append {
  padding: 0 !important;
}
.input-with-select .el-input-group__append .el-select {
  margin: 0 !important;
  margin-top: -2px !important;
}
.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.el-scrollbar__bar {
  opacity: 1 !important;
}
.el-table th.el-table__cell {
  background-color: #f5f7fa !important;
}
.compose-form-one .el-input__inner {
  border-right: none;
  border-radius: 4px 0px 0px 4px;
  background-color: #f5f7fa;
  color: #909399;
}
.compose-form-two {
  border-radius: 0px 4px 4px 0px !important;
}
.compose-form-two .el-input__inner {
  border-radius: 0px 4px 4px 0px;
}
.rate-sty {
  height: 40px;
  line-height: 40px;
}
.rate-sty .el-rate__text {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 2px;
}
.rate-sty .el-rate__item {
  height: 40px;
  vertical-align: top;
}
.rate-sty .el-rate__item .el-rate__icon {
  height: 40px;
  line-height: 40px;
}
.el-table td > .cell .el-button.table-btn {
  padding: 0 18px !important;
  color: #fff !important;
  height: 30px;
}
.el-table td > .cell .el-button.table-btn-plain {
  padding: 0 18px !important;
  height: 30px;
}
.el-table td > .cell .el-button.table-btn-nobg {
  padding: 0 18px !important;
  height: 30px;
  color: #606266 !important;
}
.el-table td > .cell .el-button.table-btn-nobg:hover {
  color: #409eff !important;
}
.el-table td > .cell .el-button.table-grey-btn {
  padding: 0 18px !important;
  color: #fff !important;
  background-color: #acacac;
  border: 1px solid #acacac;
  height: 30px;
}
.el-table td > .cell .el-button--text.table-grey-text-btn {
  color: #acacac !important;
}
.el-step .is-finish .el-step__line {
  background-color: #409eff;
}
.bg-button--design {
  padding: 10px 36px !important;
  font-size: 12px !important;
  background-color: #3e92ef !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
}
.bg-button--design:hover {
  border: none !important;
  background-color: #3389eb !important;
}
.bg-button--design:active {
  border: none !important;
  background-color: #3389eb !important;
}
.default-button--design {
  padding: 10px 36px !important;
  font-size: 12px !important;
  border: none !important;
  color: #000 !important;
  background-color: #f5f6f6 !important;
}
.default-button--design:hover {
  border: none !important;
  background-color: #ededed !important;
}
.default-button--design:active {
  border: none !important;
  background-color: #ededed !important;
}
#app .main-container {
  min-height: 100%;
  -webkit-transition: margin-left 0.28s;
  transition: margin-left 0.28s;
  margin-left: 230px;
  position: relative;
}
#app .sidebar-container {
  -webkit-transition: width 0.28s;
  transition: width 0.28s;
  width: 230px !important;
  background-color: #fff;
  height: 100%;
  position: fixed;
  font-size: 0px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  overflow: hidden;
}
#app .sidebar-container .nest-menu .el-menu-item > span, #app .sidebar-container .nest-menu .el-submenu__title > span {
  display: block;
  padding-left: 32px !important;
}
#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% - 110px);
}
#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 .sub-el-icon {
  margin-right: 12px;
  margin-left: -2px;
}
#app .sidebar-container .el-menu {
  border: none;
  height: 100%;
  width: 100% !important;
}
#app .sidebar-container .submenu-title-noDropdown i,
#app .sidebar-container .el-submenu__title i {
  color: #c6ccd8 !important;
}
#app .sidebar-container .submenu-title-noDropdown:hover,
#app .sidebar-container .el-submenu__title:hover {
  background-color: #f5f6fa !important;
}
#app .sidebar-container li.el-menu-item.is-active {
  border-right: 5px solid #409eff;
  background-color: #f5f6fa !important;
}
#app .sidebar-container li.el-menu-item.is-active.submenu-title-noDropdown {
  padding-left: 15px !important;
}
#app .sidebar-container li.el-menu-item.is-active.submenu-title-noDropdown .el-tooltip {
  margin-left: -3px !important;
}
#app .sidebar-container .nest-menu .el-submenu > .el-submenu__title, #app .sidebar-container .el-submenu .el-menu-item {
  min-width: 230px !important;
  background-color: #fff !important;
}
#app .sidebar-container .nest-menu .el-submenu > .el-submenu__title:hover, #app .sidebar-container .el-submenu .el-menu-item:hover {
  background-color: #f5f6fa !important;
}
#app .hideSidebar .sidebar-container {
  width: 80px !important;
}
#app .hideSidebar .main-container {
  margin-left: 80px;
}
#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: 230px !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: 230px !important;
}
#app .mobile.hideSidebar .sidebar-container {
  pointer-events: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: translate3d(-230px, 0, 0);
          transform: translate3d(-230px, 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 > .el-menu .sub-el-icon {
  margin-right: 12px;
  margin-left: -2px;
}
.el-menu--vertical .nest-menu .el-submenu > .el-submenu__title:hover,
.el-menu--vertical .el-menu-item:hover {
  background-color: #f5f6fa !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;
}
/**
* I think element-ui's default theme color is too light for long-term use.
* So I modified the default color and you can modify it to your liking.
**/
/* theme color */
/* icon font path, required */
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino, Microsoft YaHei, Arial, sans-serif !important;
  background: #f5f6fa;
}
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;
}
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-home {
  /* margin-top: 40px;
  margin-left: 120px;
  margin-right: 120px; */
  margin: 10px 24px 10px 24px;
  padding: 20px 24px 50px 24px;
  background: white;
  border-radius: 12px;
  -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);
}
.app-container {
  margin: 10px 24px 10px 24px;
  padding: 20px 24px 0 24px;
  background: white;
  border-radius: 12px;
  -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);
  height: calc(100vh - 130px) !important;
}
.not-fixed-container {
  margin: 10px 24px 10px 24px;
  padding: 20px 24px 0 24px;
  background: white;
  border-radius: 12px;
  -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);
  min-height: calc(100vh - 130px) !important;
}
.app-tab-container {
  margin: 10px 24px 10px 24px;
  padding: 20px 24px 50px 24px;
  background: white;
  border-radius: 12px;
  -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);
  height: calc(100vh - 130px) !important;
}
.full-tab-container {
  padding: 20px 24px 0 24px;
  background: white;
  height: 100% !important;
  overflow: auto;
}
.adapta-tab-container {
  height: 100vh !important;
}
.cardHd {
  min-height: calc(100vh - 200px) !important;
  overflow: auto;
}
.all-cardHd {
  background: white;
  height: 100vh !important;
  overflow: auto;
}
.components-container {
  margin: 30px 50px;
  position: relative;
}
.pagination-sty {
  display: inline-block;
  margin-top: 0;
}
.pagination-sty-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.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;
}
.text-ep {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ep-two {
  word-break: break-all;
  overflow: hidden;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.text-ep-three {
  word-break: break-all;
  overflow: hidden;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.text-ep-one {
  word-break: break-all;
  overflow: hidden;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.text-ep-one-noheight {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.text-wrap {
  white-space: pre-wrap;
}
.text-popover {
  max-height: 400px;
  overflow: auto;
}
.filter-container {
  padding-bottom: 10px;
}
.filter-container .filter-item {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
.multiselect {
  white-space: pre-wrap;
}
.text-popover {
  max-height: 400px;
  overflow: auto;
}
.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-cascader input::-webkit-input-placeholder {
  font-size: 12px !important;
}
.el-cascader input::-moz-placeholder {
  font-size: 12px !important;
}
.el-cascader input::-ms-input-placeholder {
  font-size: 12px !important;
}
.el-cascader input::placeholder {
  font-size: 12px !important;
}
.el-table td > .cell .el-button.mark-red {
  color: #fb4a46 !important;
}
.mark-red {
  color: #fb4a46 !important;
}
p {
  margin: 0;
  padding: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.el-table td > .cell .el-button--text {
  padding: 0 !important;
  color: #007dff !important;
}
@media (min-width: 1360px) and (max-width: 1921px) {
  .el-table__cell {
    padding: 2px !important;
  }

  .el-table td > .cell {
    padding: 6px 10px !important;
  }
}
@media (min-width: 1921px) and (max-width: 2560px) {
  .el-table td > .cell {
    padding: 12px 10px !important;
  }
}
.el-button-default {
  color: #000 !important;
  background-color: #f5f6f6 !important;
}
.el-button-default:hover {
  color: #000;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.el-button-primary {
  color: #fff !important;
  background-color: #3e92ef !important;
}
.el-button-primary:hover {
  background-color: #3389eb !important;
  border-color: #3389eb !important;
}
.el-select .el-input.is-focus .el-input__inner {
  border-color: #dcdfe6;
}
.independent-select-style {
  width: 100px;
}
.independent-select-style .el-input {
  padding-right: 12px;
  width: 100px;
}
.independent-select-style .el-input__inner {
  height: 32px;
  width: 100px;
  background: #f5f6fa;
  border-radius: 4px 0px 0px 4px;
  border-right: none;
}
.independent-select-style .el-input__inner:focus {
  border-color: #dcdfe6;
}
.independent-picker-style {
  border-radius: 0px 4px 4px 0px;
}
.h-40 {
  height: 40px !important;
}
.function-btn {
  border-top: 1px solid #dfe6ec;
  padding: 14px 0;
}
.dialog-form .el-form-item {
  height: 32px;
  margin-bottom: 16px !important;
}
.dialog-form .el-form-item .el-form-item__label {
  height: 32px;
  line-height: 32px;
}
.dialog-full .el-dialog {
  margin-top: 0 !important;
  height: 100% !important;
  width: 80%;
}
.disable-grey span {
  color: #9da0ad !important;
}
.contextmenu {
  margin: 0;
  background: #fff;
  z-index: 3000;
  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);
}
.contextmenu li {
  margin: 0;
  padding: 7px 16px;
  cursor: pointer;
}
.contextmenu li:hover {
  background: #eee;
}
.circular-num {
  background-color: #ff4949;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #fff;
  z-index: 99;
}
.text-btn {
  color: #409eff;
  cursor: pointer;
  font-size: 14px;
  line-height: 32px;
}
.text-btn:hover {
  color: #66b1ff;
}
.wnag-table-content {
  /* table 样式 */
  /* table 样式 */
}
.wnag-table-content table {
  border-top: 1px solid #ccc !important;
  border-left: 1px solid #ccc !important;
}
.wnag-table-content table td,
.wnag-table-content table th {
  border-bottom: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  padding: 3px 5px !important;
}
.wnag-table-content table th {
  border-bottom: 2px solid #ccc !important;
  text-align: center !important;
}
.cli-img {
  cursor: pointer;
  vertical-align: middle;
  width: 16px;
  display: none;
}
.clipboard-sty .clipboard-node:hover .img-sty {
  display: inline-block;
}
.table-batch-delete {
  margin: 10px 0;
  display: inline-block;
}
.cascader-popper-panel {
  padding: 0 !important;
}
.cascader-popper-panel .el-input__icon {
  line-height: 32px;
}
.cascader-popper-hidden {
  display: none;
}
.edit-icon {
  cursor: pointer;
  color: #409eff;
  font-size: 16px;
  margin-right: 6px;
}
.edit-icon:hover {
  color: #66b1ff;
}
/*定义整个滚动条高宽及背景：高宽分别对应横竖滚动条的尺寸*/
.knowledge-list .knowledge-item[data-v-e6ce2b78] {
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  margin-bottom: 15px;
  overflow: hidden;
}
.knowledge-list .knowledge-item .item-header[data-v-e6ce2b78] {
  background: #f5f5f5;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: 12px;
}
.knowledge-list .knowledge-item .item-header .item-number[data-v-e6ce2b78] {
  font-weight: bold;
  color: #000000;
}
.knowledge-list .knowledge-item .item-header .user-info[data-v-e6ce2b78] {
  color: #333;
}
.knowledge-list .knowledge-item .item-header .create-time-score[data-v-e6ce2b78] {
  color: #999;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
}
.knowledge-list .knowledge-item .item-content[data-v-e6ce2b78] {
  padding: 15px;
  overflow-x: auto;
  line-height: 1.6;
  color: #666;
  font-size: 13px;
}
.empty-text[data-v-e6ce2b78] {
  color: #999;
  font-size: 14px;
  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;
  height: 100%;
}
.knowledge-list .item-content img {
  max-width: 100% !important;
  height: auto !important;
  vertical-align: bottom !important;
  display: inline-block !important;
  cursor: pointer !important;
  -webkit-transition: opacity 0.3s ease !important;
  transition: opacity 0.3s ease !important;
}
.knowledge-list .item-content img:hover {
  opacity: 0.8 !important;
}
.knowledge-list .item-content h1,
.knowledge-list .item-content h2,
.knowledge-list .item-content h3,
.knowledge-list .item-content h4,
.knowledge-list .item-content h5,
.knowledge-list .item-content h6 {
  margin: 10px 0;
  font-weight: bold;
}
.knowledge-list .item-content h1 {
  font-size: 18px;
}
.knowledge-list .item-content h2 {
  font-size: 16px;
}
.knowledge-list .item-content h3 {
  font-size: 14px;
}
.knowledge-list .item-content p {
  margin: 8px 0;
  line-height: 1.6;
}
.knowledge-list .item-content strong,
.knowledge-list .item-content b {
  font-weight: bold;
}
.knowledge-list .item-content table {
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0;
}
.knowledge-list .item-content table th,
.knowledge-list .item-content table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
.knowledge-list .item-content table th {
  background-color: #f5f5f5;
  font-weight: bold;
}
.knowledge-list .item-content ul,
.knowledge-list .item-content ol {
  margin: 8px 0;
  padding-left: 20px;
}
.knowledge-list .item-content li {
  margin: 4px 0;
}
.ai-kno-search[data-v-4a10c198] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 162px);
  background: #fff;
}
.ai-kno-search > p[data-v-4a10c198] {
  text-align: center;
  margin: 0 20px;
  font-size: 16px;
  color: #606266;
}
.ai-kno-search .search-container[data-v-4a10c198] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 20px 20px 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
}
.ai-kno-search .search-container .search-box[data-v-4a10c198] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.ai-kno-search .search-container .search-box .search-input[data-v-4a10c198] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ai-kno-search .search-container .search-box .search-input[data-v-4a10c198]  .el-input__inner {
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
}
.ai-kno-search .search-title[data-v-4a10c198] {
  color: #606266;
  font-weight: 600;
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
}
.ai-kno-search .search-btn-box[data-v-4a10c198] {
  height: 40px;
  margin-top: 10px;
  text-align: center;
}
.ai-kno-search .content-container[data-v-4a10c198] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  padding: 20px;
}
.ai-kno-search .content-container .result-title[data-v-4a10c198] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}
.ai-kno-search .content-container .no-result[data-v-4a10c198] {
  text-align: center;
  padding: 60px 20px;
  color: #999;
}
.ai-kno-search .content-container .no-result i[data-v-4a10c198] {
  font-size: 48px;
  margin-bottom: 20px;
  display: block;
}
.ai-kno-search .content-container .no-result p[data-v-4a10c198] {
  margin: 10px 0;
  font-size: 16px;
}
.ai-kno-search .content-container .no-result p.tip[data-v-4a10c198] {
  font-size: 14px;
  color: #ccc;
}
.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: #fff;
  cursor: text;
}
.app-breadcrumb.el-breadcrumb .el-breadcrumb__inner a[data-v-b50ef614],
.app-breadcrumb.el-breadcrumb .el-breadcrumb__inner.is-link[data-v-b50ef614] {
  color: #fff;
}

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

.ai-search-drawer.el-drawer__wrapper {
  width: 50% !important;
  left: auto !important;
}
[data-v-797e31be]:export {
  menuBg: #fff;
  menuHover: #f5f6fa;
  subMenuBg: #fff;
  subMenuHover: #f5f6fa;
  sideBarWidth: 230px;
}
.navbar[data-v-797e31be] {
  height: 50px;
  background-color: #035cc0;
  border-radius: 0px !important;
}
.navbar .hamburger-container[data-v-797e31be] {
  line-height: 58px;
  height: 50px;
  float: left;
  padding: 0 10px;
}
.navbar .tool-sty[data-v-797e31be] {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  cursor: pointer;
  margin-top: -1px;
}
.navbar .tool-sty .svg-icon[data-v-797e31be] {
  font-size: 22px;
  vertical-align: middle;
}
.navbar .tool-sty[data-v-797e31be]:hover {
  background-color: #024a9c;
}
.navbar .ai-search-container[data-v-797e31be] {
  display: inline-block;
  cursor: pointer;
}
.navbar .ai-search-container .ai-search[data-v-797e31be] {
  color: #000;
  background: #fff;
  padding: 8% 12px;
  border-radius: 5px;
}
.navbar .ai-search-container .ai-search[data-v-797e31be]:hover {
  background-color: #ededed;
}
.navbar .screenfull[data-v-797e31be] {
  position: absolute;
  right: 90px;
  top: 16px;
  color: red;
}
.navbar .avatar-container[data-v-797e31be] {
  height: 50px;
  display: inline-block;
}
.navbar .avatar-container .avatar-wrapper[data-v-797e31be] {
  color: #fff;
  cursor: pointer;
  margin-top: 5px;
  position: relative;
}
.navbar .avatar-container .avatar-wrapper .user-avatar[data-v-797e31be] {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  vertical-align: middle;
}
.navbar .avatar-container .avatar-wrapper .super-admin[data-v-797e31be] {
  color: #fff;
}
.navbar .avatar-container .avatar-wrapper .el-icon-caret-bottom[data-v-797e31be] {
  position: absolute;
  right: -20px;
  top: 15px;
  font-size: 12px;
}
.ai-search-drawer[data-v-797e31be]  .el-drawer__header {
  margin-bottom: 14px;
  color: #606266;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
.fixed-header[data-v-797e31be] {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  width: calc(100% - 230px);
  -webkit-transition: width 0.28s;
  transition: width 0.28s;
}
.fixed-header-close[data-v-797e31be] {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  width: calc(100% - 80px);
  -webkit-transition: width 0.28s;
  transition: width 0.28s;
}
.user-roles[data-v-797e31be] {
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.message-badge[data-v-797e31be] {
  position: relative;
}
.message-badge[data-v-797e31be]  .el-badge__content {
  top: 14px;
  right: 10px;
  border: none;
}
.plugin-item[data-v-797e31be] {
  width: 160px !important;
}
.message-item[data-v-797e31be] {
  width: 300px !important;
}
.message-item .message-detail span[data-v-797e31be],
.message-item .message-detail i[data-v-797e31be] {
  color: #409eff;
}
.message-item .message-item-num[data-v-797e31be] {
  display: inline-block;
  width: 36px;
  height: 18px;
  line-height: 18px;
  background-color: #ff4949;
  border-radius: 50px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
[data-v-797e31be] .el-carousel {
  height: 100% !important;
}
[data-v-797e31be] .el-carousel .el-carousel__container {
  height: 100% !important;
}
[data-v-797e31be] .el-carousel .el-carousel__arrow--left {
  left: 0 !important;
}
[data-v-797e31be] .el-carousel .el-carousel__arrow--right {
  right: 0 !important;
}
[data-v-797e31be] .el-drawer__wrapper {
  pointer-events: none;
}
[data-v-797e31be] .el-drawer__wrapper .el-drawer {
  pointer-events: auto;
}

.sub-el-icon[data-v-321df034] {
  color: currentColor;
  width: 1em;
  height: 1em;
}

.sidebarLogoFade-enter-active[data-v-64c82ecc] {
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}
.sidebarLogoFade-enter[data-v-64c82ecc],
.sidebarLogoFade-leave-to[data-v-64c82ecc] {
  opacity: 0;
}
.sidebar-logo-container[data-v-64c82ecc] {
  position: relative;
  width: 100%;
  height: 49px;
  line-height: 49px;
  background: #035cc0;
  text-align: center;
  overflow: hidden;
}
.sidebar-logo-container .sidebar-logo-link[data-v-64c82ecc] {
  height: 100%;
  width: 100%;
}
.sidebar-logo-container .sidebar-logo-link .sidebar-logo[data-v-64c82ecc] {
  width: 59px;
  height: 14px;
  vertical-align: middle;
  margin-right: 12px;
}
.sidebar-logo-container .sidebar-logo-link .sidebar-title[data-v-64c82ecc] {
  display: inline-block;
  margin: 0;
  color: #fff;
  font-weight: 600;
  line-height: 50px;
  font-size: 14px;
  font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
  vertical-align: middle;
}
.sidebar-logo-container.collapse .sidebar-logo[data-v-64c82ecc] {
  margin-right: 0px;
}
[data-v-ac0285ee]:export {
  menuBg: #fff;
  menuHover: #f5f6fa;
  subMenuBg: #fff;
  subMenuHover: #f5f6fa;
  sideBarWidth: 230px;
}
.scroll-container[data-v-ac0285ee] {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.scroll-container .scroll-wrapper[data-v-ac0285ee] {
  position: absolute;
  width: 100% !important;
}
.el-scrollbar[data-v-276800be] {
  height: calc(100% - 110px);
  background-color: #fff;
}
.search-wrap[data-v-276800be] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  padding-bottom: 2px;
}
.search-wrap .search-input[data-v-276800be] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
}
.search-wrap .search-input .search-icon[data-v-276800be] {
  width: 32px;
  height: 32px;
  line-height: 32px;
  padding: 0 8px;
  vertical-align: top;
  cursor: pointer;
}
.search-wrap .search-input .el-input[data-v-276800be] {
  width: 100%;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
.search-wrap .search-input[data-v-276800be]  .el-input__inner {
  border: none;
  padding: 0;
}
.search-wrap .search-input[data-v-276800be]  .el-input__inner:hover {
  border: none;
}
.search-wrap .expand-all[data-v-276800be] {
  cursor: pointer;
  display: inline-block;
  width: 60px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  color: #909399;
}
.search-wrap .expand-all[data-v-276800be]:hover {
  color: #409eff;
}
.search-wrap .collapsed[data-v-276800be] {
  border: 1px solid rgba(227, 227, 227, 0);
}
.search-wrap .collapsed .el-input[data-v-276800be] {
  width: 0;
}
.search-wrap .collapsed .search-icon[data-v-276800be]:hover {
  background-color: #eee;
}
.search-wrap .expanded[data-v-276800be] {
  border: 1px solid #e3e3e3;
}
#app .search-wrap .search-icon.svg-icon[data-v-276800be] {
  margin-right: 0;
}
.app-main[data-v-6beed8bc] {
  /* 50= navbar  50  */
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f5f6fa;
}
.fixed-header + .app-main[data-v-6beed8bc] {
  padding-top: 50px;
}
.hasTagsView .app-main[data-v-6beed8bc] {
  /* 130 = navbar + tags-view = 70 + 60 */
  min-height: calc(100vh - 130px);
}
.hasTagsView .fixed-header + .app-main[data-v-6beed8bc] {
  padding-top: 93px;
}


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

.drawer-container[data-v-8e66eed8] {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}
.drawer-container .drawer-title[data-v-8e66eed8] {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 22px;
}
.drawer-container .drawer-item[data-v-8e66eed8] {
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  padding: 12px 0;
}
.drawer-container .drawer-switch[data-v-8e66eed8] {
  float: right;
}
.drawer-container .job-link[data-v-8e66eed8] {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.scroll-container[data-v-13a31ef0] {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.scroll-container[data-v-13a31ef0]  .el-scrollbar__bar {
  bottom: 0px;
}
.scroll-container[data-v-13a31ef0]  .el-scrollbar__wrap {
  height: 60px;
}
.tags-view-container[data-v-449dad0f] {
  height: 43px;
  padding-top: 8px;
  width: 100%;
  background: #f5f6fa;
  -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[data-v-449dad0f] {
  width: 94%;
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-449dad0f] {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 28px;
  line-height: 28px;
  border: 1px solid #d8dce5;
  border-radius: 2px;
  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-449dad0f]:first-of-type {
  margin-left: 22px;
}
.tags-view-container .tags-view-wrapper .tags-view-item[data-v-449dad0f]:last-of-type {
  margin-right: 15px;
}
.tags-view-container .tags-view-wrapper .tags-view-item.active[data-v-449dad0f] {
  background-color: #ffffff;
  color: #ff7800;
}
.tags-view-container .tags-view-wrapper[data-v-449dad0f]  .el-scrollbar__view {
  height: 33px;
}
.tags-view-container .refresh-sty[data-v-449dad0f] {
  border: 1px solid #c3c3c3;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 32px;
  margin-right: 32px;
  cursor: pointer;
  border-radius: 50%;
}
.tags-view-container .refresh-sty[data-v-449dad0f]:hover {
  border: 1px solid #007dff;
  color: #007dff;
}
.tags-view-wrapper .tags-view-item .el-icon-close {
  width: 18px;
  height: 18px;
  vertical-align: 4px;
  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;
}

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

.rightPanel-background[data-v-1e488bfb] {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  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-1e488bfb] {
  width: 100%;
  max-width: 260px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.25s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: all 0.25s cubic-bezier(0.7, 0.3, 0.1, 1);
  -webkit-transform: translate(100%);
          transform: translate(100%);
  background: #fff;
  z-index: 40000;
}
.show[data-v-1e488bfb] {
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.show .rightPanel-background[data-v-1e488bfb] {
  z-index: 20000;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.show .rightPanel[data-v-1e488bfb] {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.handle-button[data-v-1e488bfb] {
  width: 48px;
  height: 48px;
  position: absolute;
  left: -48px;
  text-align: center;
  font-size: 24px;
  border-radius: 6px 0 0 6px !important;
  z-index: 0;
  pointer-events: auto;
  cursor: pointer;
  color: #fff;
  line-height: 48px;
}
.handle-button i[data-v-1e488bfb] {
  font-size: 24px;
  line-height: 48px;
}
[data-v-038e7047]:export {
  menuBg: #fff;
  menuHover: #f5f6fa;
  subMenuBg: #fff;
  subMenuHover: #f5f6fa;
  sideBarWidth: 230px;
}
.app-wrapper[data-v-038e7047] {
  position: relative;
  height: 100%;
  width: 100%;
}
.app-wrapper[data-v-038e7047]:after {
  content: "";
  display: table;
  clear: both;
}
.app-wrapper.mobile.openSidebar[data-v-038e7047] {
  position: fixed;
  top: 0;
}
.drawer-bg[data-v-038e7047] {
  background: #000;
  opacity: 0.3;
  width: 100%;
  top: 0;
  height: 100%;
  position: absolute;
  z-index: 999;
}
.fixed-header[data-v-038e7047] {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  width: calc(100% - 230px);
  -webkit-transition: width 0.28s;
  transition: width 0.28s;
}
.hideSidebar .fixed-header[data-v-038e7047] {
  width: calc(100% - 54px);
}
.mobile .fixed-header[data-v-038e7047] {
  width: 100%;
}
/**
* I think element-ui's default theme color is too light for long-term use.
* So I modified the default color and you can modify it to your liking.
**/
/* theme color */
/* icon font path, required */
#app {
  height: 100% !important;
  position: relative;
}
.context-menu[data-v-ebf95a9e] {
  position: fixed;
  z-index: 3000;
  background-color: #fff;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  -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);
  padding: 5px 0;
}
.context-menu ul[data-v-ebf95a9e] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.context-menu li[data-v-ebf95a9e] {
  padding: 0 20px;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
  font-size: 14px;
  color: #606266;
}
.context-menu li[data-v-ebf95a9e]:hover {
  background-color: #f5f7fa;
  color: #303133;
}

.svg-icon[data-v-c8a70580] {
  width: 1.2em;
  height: 1.2em;
  vertical-align: -0.18em;
  fill: currentColor;
  overflow: hidden;
}
.svg-icon-alt[data-v-c8a70580] {
  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;
  width: 1.2em;
  height: 1.2em;
  overflow: hidden;
  border-radius: 2px;
  color: white;
}

[data-v-7fbc8e78] .custom-dialog .el-dialog__header {
  padding: 10px 20px;
}
[data-v-7fbc8e78] .custom-dialog .el-dialog__header .el-dialog__title {
  font-size: 17px;
}
[data-v-7fbc8e78] .custom-dialog .el-dialog__header .el-dialog__headerbtn {
  top: 15px;
}
[data-v-7fbc8e78] .custom-dialog .el-dialog__header .el-dialog__headerbtn .i {
  font-size: large;
}
[data-v-7fbc8e78] .custom-dialog .el-dialog__footer {
  padding: 10px 20px;
}
.border[data-v-7fbc8e78]  .el-dialog__header {
  border-bottom: 1px solid #e8e8e8;
}
.border[data-v-7fbc8e78]  .el-dialog__footer {
  border-top: 1px solid #e8e8e8;
}
.line[data-v-2a464c48] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lines[data-v-2a464c48] {
  display: -webkit-box;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: var(--row);
  -webkit-box-orient: vertical;
}

.el-dialog__header {
  cursor: move;
}
.el-dialog__wrapper {
  width: 100vw;
  height: 100vh;
  /* 隐藏滚动条但保持滚动功能 */
  overflow: auto;
  /* WebKit 浏览器 (Chrome, Safari, Edge) */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge */
}

/* 隐藏 WebKit 浏览器的滚动条 */
.el-dialog__wrapper::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

