.jv-container{box-sizing:border-box;position:relative}.jv-container.boxed{border:1px solid #eee;border-radius:6px}.jv-container.boxed:hover{box-shadow:0 2px 7px rgba(0,0,0,.15);border-color:transparent;position:relative}.jv-container.jv-light{background:#fff;white-space:nowrap;color:#525252;font-size:14px;font-family:Consolas,Menlo,Courier,monospace}.jv-container.jv-dark{background:#282c34;white-space:nowrap;color:#fff;font-size:14px;font-family:Consolas,Menlo,Courier,monospace}.jv-container.jv-light .jv-ellipsis{color:#999;background-color:#eee;display:inline-block;line-height:.9;font-size:.9em;padding:0 4px 2px 4px;margin:0 4px;border-radius:3px;vertical-align:2px;cursor:pointer;user-select:none}.jv-container.jv-dark .jv-ellipsis{color:#f8f8f8;background-color:#2c3e50;display:inline-block;line-height:.9;font-size:.9em;padding:0 4px 2px 4px;margin:0 4px;border-radius:3px;vertical-align:2px;cursor:pointer;user-select:none}.jv-container.jv-light .jv-button{color:#49b3ff}.jv-container.jv-dark .jv-button{color:#49b3ff}.jv-container.jv-light .jv-key{color:#111;margin-right:4px}.jv-container.jv-dark .jv-key{color:#fff;margin-right:4px}.jv-container.jv-dark .jv-item.jv-array{color:#111}.jv-container.jv-dark .jv-item.jv-array{color:#fff}.jv-container.jv-dark .jv-item.jv-boolean{color:#fc1e70}.jv-container.jv-dark .jv-item.jv-function{color:#067bca}.jv-container.jv-dark .jv-item.jv-number{color:#fc1e70}.jv-container.jv-dark .jv-item.jv-object{color:#fff}.jv-container.jv-dark .jv-item.jv-undefined{color:#e08331}.jv-container.jv-dark .jv-item.jv-string{color:#42b983;word-break:break-word;white-space:normal}.jv-container.jv-dark .jv-item.jv-string .jv-link{color:#0366d6}.jv-container.jv-dark .jv-code .jv-toggle:before{padding:0 2px;border-radius:2px}.jv-container.jv-dark .jv-code .jv-toggle:hover:before{background:#eee}.jv-container.jv-light .jv-item.jv-array{color:#111}.jv-container.jv-light .jv-item.jv-boolean{color:#fc1e70}.jv-container.jv-light .jv-item.jv-function{color:#067bca}.jv-container.jv-light .jv-item.jv-number{color:#fc1e70}.jv-container.jv-light .jv-item.jv-object{color:#111}.jv-container.jv-light .jv-item.jv-undefined{color:#e08331}.jv-container.jv-light .jv-item.jv-string{color:#42b983;word-break:break-word;white-space:normal}.jv-container.jv-light .jv-item.jv-string .jv-link{color:#0366d6}.jv-container.jv-light .jv-code .jv-toggle:before{padding:0 2px;border-radius:2px}.jv-container.jv-light .jv-code .jv-toggle:hover:before{background:#eee}.jv-container .jv-code{overflow:hidden;padding:30px 20px}.jv-container .jv-code.boxed{max-height:300px}.jv-container .jv-code.open{max-height:initial!important;overflow:visible;overflow-x:auto;padding-bottom:45px}.jv-container .jv-toggle{background-image:url(/assets/icon.a080a8a4.svg);background-repeat:no-repeat;background-size:contain;background-position:center center;cursor:pointer;width:10px;height:10px;margin-right:2px;display:inline-block;transition:transform .1s}.jv-container .jv-toggle.open{transform:rotate(90deg)}.jv-container .jv-more{position:absolute;z-index:1;bottom:0;left:0;right:0;height:40px;width:100%;text-align:center;cursor:pointer}.jv-container .jv-more .jv-toggle{position:relative;top:40%;z-index:2;color:#888;transition:all .1s;transform:rotate(90deg)}.jv-container .jv-more .jv-toggle.open{transform:rotate(-90deg)}.jv-container .jv-more:after{content:"";width:100%;height:100%;position:absolute;bottom:0;left:0;z-index:1;background:linear-gradient(to bottom,rgba(0,0,0,0) 20%,rgba(230,230,230,.3) 100%);transition:all .1s}.jv-container .jv-more:hover .jv-toggle{top:50%;color:#111}.jv-container .jv-more:hover:after{background:linear-gradient(to bottom,rgba(0,0,0,0) 20%,rgba(230,230,230,.3) 100%)}.jv-container .jv-button{position:relative;cursor:pointer;display:inline-block;padding:5px;z-index:5}.jv-container .jv-button.copied{opacity:.4;cursor:default}.jv-container .jv-tooltip{position:absolute}.jv-container .jv-tooltip.right{right:15px}.jv-container .jv-tooltip.left{left:15px}.jv-container .j-icon{font-size:12px}.jv-node{position:relative}.jv-node:after{content:","}.jv-node:last-of-type:after{content:""}.jv-node.toggle{margin-left:13px!important}.jv-node .jv-node{margin-left:25px}.icon[data-v-88eeafcf] {
  margin: 0 10px;
}
[data-v-7a7a37b1] .ant-table-column-sorters {
  align-items: flex-start !important;
}

.smart-qrcode[data-v-6743fc22] {
  display: inline-block;
  cursor: pointer;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.wrapper[data-v-6922f3af] {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.wrapper .avatar-image[data-v-6922f3af] {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 50%;
}
.header-trigger[data-v-6922f3af] {
  height: 40px;
  line-height: 40px;
}
.header-trigger .avatar[data-v-6922f3af] {
  vertical-align: middle;
}
.header-trigger .name[data-v-6922f3af] {
  margin-left: 5px;
  font-weight: 500;
}
.footer[data-v-13ea6271] {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #e9e9e9;
  padding: 10px 16px;
  background: #fff;
  text-align: left;
  z-index: 1;
}
.color-container[data-v-13ea6271] {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.color[data-v-13ea6271] {
  margin-left: 8px;
  height: 26px;
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.message-icon-div[data-v-ae262de0] {
  cursor: pointer;
  height: 32px;
  width: 42px;
  padding-left: 10px;
}
.message-icon-div[data-v-ae262de0]:hover {
  background: rgba(0, 0, 0, 0.025) !important;
}
.header-notice[data-v-ae262de0] {
  display: inline-block;
  transition: all 0.3s;
}
.header-notice span[data-v-ae262de0] {
  vertical-align: initial;
}
.header-notice .notice-badge[data-v-ae262de0] {
  color: inherit;
}
.title[data-v-ae262de0] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.dropdown-tabs[data-v-ae262de0] {
  background-color: #fff;
  border-radius: 4px;
}
.tab-pane[data-v-ae262de0] {
  height: auto;
}
.user-space-item[data-v-1154a2e8] {
  height: 100%;
  color: inherit;
  padding: 0 12px;
  cursor: pointer;
  align-self: center;
}
.user-space-item a[data-v-1154a2e8] {
  color: inherit;
}
.user-space-item a i[data-v-1154a2e8] {
  font-size: 16px;
}
.user-space-item[data-v-1154a2e8]:hover {
  color: var(--1154a2e8-token\.colorPrimary);
  background-color: rgba(0, 0, 0, 0.025) !important;
}
.setting[data-v-1154a2e8] {
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.operate-icon[data-v-1154a2e8] {
  margin-left: 20px;
}
.breadcrumb[data-v-f5bc3110] {
  line-height: 40px;
}
.smart-page-tag-operate[data-v-4f08bbfa] {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  font-size: 17px;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  padding-right: 10px;
  cursor: pointer;
  color: #606266;
}
.smart-page-tag-operate .smart-page-tag-operate-icon[data-v-4f08bbfa] {
  width: 20px;
  height: 20px;
  transition: all 1s;
  transform-origin: 10px 20px;
}
.smart-page-tag-operate .smart-page-tag-operate-icon[data-v-4f08bbfa]:hover {
  width: 20px;
  height: 20px;
  transform: rotate(360deg);
}
.smart-page-tag-operate[data-v-4f08bbfa]:hover {
  color: var(--4f08bbfa-token\.colorPrimary);
}
.smart-page-tag[data-v-4f08bbfa] {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  user-select: none;
  background: #fff;
  width: calc(100% - 40px);
  /**  覆盖 ant design vue的 tabs 样式，变小一点 **/
}
.smart-page-tag .smart-page-tag-close[data-v-4f08bbfa] {
  margin-left: 5px;
  font-size: 10px;
  color: #666666;
}
.smart-page-tag[data-v-4f08bbfa] .ant-tabs-nav {
  margin: 0;
  padding: 0 0 2px 0;
  max-height: 32px;
}
.smart-page-tag[data-v-4f08bbfa] .ant-tabs-nav::before {
  border-bottom: 1px solid #ffffff;
}
.smart-page-tag[data-v-4f08bbfa] .ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 5px 8px 3px 20px;
  border-radius: var(--4f08bbfa-borderRadius);
  margin: 0 0 0 5px !important;
}
.smart-page-tag[data-v-4f08bbfa] .ant-tabs-tab-active {
  background-color: #eeeeee;
}
.smart-page-tag[data-v-4f08bbfa] .ant-tabs-tab-active .smart-page-tag-close {
  color: var(--4f08bbfa-token\.colorPrimary);
}
.smart-page-tag[data-v-4f08bbfa] .ant-tabs-nav .ant-tabs-tab:hover {
  background-color: #eeeeee;
}
.smart-page-tag[data-v-4f08bbfa] .ant-tabs-nav .ant-tabs-tab:hover .smart-page-tag-close {
  color: var(--4f08bbfa-token\.colorPrimary);
}
.smart-page-tag-operate[data-v-ca394b20] {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  font-size: 17px;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  padding-right: 10px;
  cursor: pointer;
  color: #606266;
}
.smart-page-tag-operate .smart-page-tag-operate-icon[data-v-ca394b20] {
  width: 20px;
  height: 20px;
  transition: all 1s;
  transform-origin: 10px 20px;
}
.smart-page-tag-operate .smart-page-tag-operate-icon[data-v-ca394b20]:hover {
  width: 20px;
  height: 20px;
  transform: rotate(360deg);
}
.smart-page-tag-operate[data-v-ca394b20]:hover {
  color: var(--ca394b20-token\.colorPrimary);
}
.smart-page-tag[data-v-ca394b20] {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  user-select: none;
  background: #fff;
  width: calc(100% - 40px);
  /**  覆盖 ant design vue的 tabs 样式，变小一点 **/
}
.smart-page-tag .smart-page-tag-close[data-v-ca394b20] {
  margin-left: 5px;
  font-size: 10px;
  color: #666666;
}
.smart-page-tag[data-v-ca394b20] .ant-tabs-nav {
  margin: 0;
}
.smart-page-tag[data-v-ca394b20] .ant-tabs-nav::before {
  border-bottom: 1px solid #ffffff;
}
.smart-page-tag[data-v-ca394b20] .ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 5px 8px 3px 15px;
  margin: 8px 0 0 5px;
  min-width: 60px;
  height: 32px;
  border-radius: var(--ca394b20-borderRadius) var(--ca394b20-borderRadius) 0 0;
  border-bottom: 0;
}
.smart-page-tag[data-v-ca394b20] .ant-tabs-tab-active .smart-page-tag-close {
  color: var(--ca394b20-token\.colorPrimary);
}
.smart-page-tag[data-v-ca394b20] .ant-tabs-nav .ant-tabs-tab:hover {
  background-color: white;
}
.smart-page-tag[data-v-ca394b20] .ant-tabs-nav .ant-tabs-tab:hover .smart-page-tag-close {
  color: var(--ca394b20-token\.colorPrimary);
}
.smart-page-tag-operate[data-v-86fdbea9] {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  font-size: 17px;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  padding-right: 10px;
  cursor: pointer;
  color: #606266;
}
.smart-page-tag-operate .smart-page-tag-operate-icon[data-v-86fdbea9] {
  width: 20px;
  height: 20px;
  transition: all 1s;
  transform-origin: 10px 20px;
}
.smart-page-tag-operate .smart-page-tag-operate-icon[data-v-86fdbea9]:hover {
  width: 20px;
  height: 20px;
  transform: rotate(360deg);
}
.smart-page-tag-operate[data-v-86fdbea9]:hover {
  color: var(--86fdbea9-token\.colorPrimary);
}
.smart-page-tag[data-v-86fdbea9] {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-content: center;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  user-select: none;
  background: #fff;
  width: calc(100% - 40px);
  /**  覆盖 ant design vue的 tabs 样式，变小一点 **/
}
.smart-page-tag .smart-page-tag-close[data-v-86fdbea9] {
  margin-left: 5px;
  font-size: 12px;
  color: #666666;
}
.smart-page-tag[data-v-86fdbea9] .ant-tabs-nav {
  margin: 0;
  min-height: 35px;
  min-width: 120px;
  box-sizing: border-box;
}
.smart-page-tag[data-v-86fdbea9] .ant-tabs-nav::before {
  border-bottom: 1px solid #ffffff;
}
.smart-page-tag[data-v-86fdbea9] .ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 5px 18px 3px 24px;
  border-radius: var(--86fdbea9-borderRadius) var(--86fdbea9-borderRadius) 0 0;
  margin: 0 -10px;
}
.smart-page-tag[data-v-86fdbea9] .ant-tabs-small > .ant-tabs-nav .ant-tabs-tab:nth-child(1) {
  margin-left: 0 !important;
}
.smart-page-tag[data-v-86fdbea9] .ant-tabs-small > .ant-tabs-nav .ant-tabs-tab:nth-last-child(2) {
  margin-right: 0 !important;
}
.smart-page-tag .smart-page-tag-content[data-v-86fdbea9] {
  display: inline-block;
  min-width: 100px;
}
.smart-page-tag .smart-page-tag-content[data-v-86fdbea9]::after {
  content: '';
  width: 1px;
  height: 16px;
  position: absolute;
  right: 9px;
  z-index: -2;
  top: 10px;
  background: #eeeeee;
}
.smart-page-tag .smart-page-tag-content .smart-page-tag-icon[data-v-86fdbea9] {
  margin-right: 5px;
}
.smart-page-tag[data-v-86fdbea9] .ant-tabs-tab-active {
  position: relative;
  background-size: 60% 100%;
}
.smart-page-tag[data-v-86fdbea9] .ant-tabs-tab-active + .ant-tabs-tab {
  margin-left: -50px;
}
.smart-page-tag[data-v-86fdbea9] .ant-tabs-tab-active::before {
  content: '';
  background: url(/assets/active_bg2.1c9bf5ee.svg) no-repeat left;
  width: 50%;
  height: 35px;
  z-index: -1;
  position: absolute;
  left: -4px;
  bottom: 0;
}
.smart-page-tag[data-v-86fdbea9] .ant-tabs-tab-active::after {
  content: '';
  background: url(/assets/active_bg2.1c9bf5ee.svg) no-repeat left;
  width: 50%;
  height: 35px;
  transform: scaleX(-1);
  z-index: -1;
  position: absolute;
  right: -4px;
  bottom: 0;
}
.smart-page-tag[data-v-86fdbea9] .ant-tabs-tab-active .smart-page-tag-content::before {
  content: '';
  position: absolute;
  height: 35px;
  background: #e9efff;
  width: 60%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.smart-page-tag[data-v-86fdbea9] .ant-tabs-tab-active .smart-page-tag-content::after {
  display: none;
}
.smart-page-tag[data-v-86fdbea9] .ant-tabs-tab-active .smart-page-tag-close {
  color: var(--86fdbea9-token\.colorPrimary);
}
.smart-page-tag[data-v-86fdbea9] .ant-tabs-ink-bar {
  display: none;
}
.smart-page-tag[data-v-86fdbea9] .ant-tabs-nav .ant-tabs-tab:hover:not(.ant-tabs-tab-active)::before {
  content: '';
  background: url(/assets/active_bg2_default.04210318.svg) no-repeat left;
  width: 50%;
  height: 35px;
  z-index: -2;
  position: absolute;
  left: -4px;
  bottom: 0;
}
.smart-page-tag[data-v-86fdbea9] .ant-tabs-nav .ant-tabs-tab:hover:not(.ant-tabs-tab-active)::after {
  content: '';
  background: url(/assets/active_bg2_default.04210318.svg) no-repeat left;
  width: 50%;
  height: 35px;
  transform: scaleX(-1);
  z-index: -1;
  position: absolute;
  right: -4px;
  bottom: 0;
}
.smart-page-tag[data-v-86fdbea9] .ant-tabs-nav .ant-tabs-tab:hover:not(.ant-tabs-tab-active) .smart-page-tag-content {
  color: rgba(0, 0, 0, 0.88);
}
.smart-page-tag[data-v-86fdbea9] .ant-tabs-nav .ant-tabs-tab:hover:not(.ant-tabs-tab-active) .smart-page-tag-content::before {
  content: '';
  position: absolute;
  height: 35px;
  background: #dee1e6;
  width: 60%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.smart-page-tag[data-v-86fdbea9] .ant-tabs-nav .ant-tabs-tab:hover:not(.ant-tabs-tab-active) .smart-page-tag-content::after {
  display: none;
}
.smart-page-tag[data-v-86fdbea9] .ant-tabs-nav .ant-tabs-tab:hover .smart-page-tag-close {
  color: var(--86fdbea9-token\.colorPrimary);
}
[data-v-f4d2ff49] .ant-menu-item-selected {
  border-right: 3px solid #1890ff !important;
}
.recursion-container[data-v-c8496217] {
  height: 100vh;
  background: #ffffff;
}
.bottom-menu[data-v-c8496217] {
  overflow: auto;
  display: flex;
  height: 90%;
  color: #515a6e;
}
.top-menu[data-v-c8496217] {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 16px;
  color: #515a6e;
  border-bottom: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
}
.top-menu-container[data-v-b612400b] {
  height: 100%;
}
.logo[data-v-b612400b] {
  height: 40px;
  line-height: 40px;
  padding: 0px 15px 0px 15px;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.logo .logo-img[data-v-b612400b] {
  width: 30px;
  height: 30px;
}
.logo .title[data-v-b612400b] {
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  word-wrap: break-word;
  white-space: nowrap;
  color: var(--b612400b-theme\ \=\=\=\ \"light\"\ \?\ \"\#001529\"\:\ \"\#ffffff\");
}
.menu-container[data-v-4b959542] {
  display: flex;
  height: 100%;
}
.menu-container .top-menu[data-v-4b959542] {
  width: 114px;
  flex-shrink: 0;
}
.menu-container .recursion-menu[data-v-4b959542] {
  min-width: 126px;
  flex: 1;
}
.version[data-v-84bec811] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}
.version a[data-v-84bec811] {
  color: rgba(0, 0, 0, 0.45);
}
.version a[data-v-84bec811]:hover {
  color: #1677ff;
}
[data-v-0500d42c] .ant-layout-header {
  height: auto;
}
[data-v-0500d42c] .layout-header {
  height: auto;
}
.smart-layout-header[data-v-0500d42c] {
  background: #fff;
  padding: 0;
  z-index: 21;
}
.smart-layout-header-user[data-v-0500d42c] {
  height: 40px;
  border-bottom: 1px solid #f6f6f6;
}
.smart-layout-header-left[data-v-0500d42c] {
  display: flex;
  height: 40px;
}
.smart-layout-header-left .collapsed-button[data-v-0500d42c] {
  margin-left: 10px;
  line-height: 40px;
}
.smart-layout-header-left .home-button[data-v-0500d42c] {
  margin-left: 15px;
  cursor: pointer;
  padding: 0 5px;
  line-height: 40px;
}
.smart-layout-header-left .home-button[data-v-0500d42c]:hover {
  background-color: #efefef;
}
.smart-layout-header-left .location-breadcrumb[data-v-0500d42c] {
  width: calc(100% - 56px);
  margin-left: 15px;
  line-height: 40px;
}
.smart-layout-header-right[data-v-0500d42c] {
  display: flex;
  height: 40px;
}
.admin-layout .side-menu[data-v-0500d42c] {
  flex: 0 !important;
  min-width: inherit !important;
  max-width: none !important;
  width: auto !important;
}
.admin-layout .side-menu.fixed-side[data-v-0500d42c] {
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
}
.admin-layout .help-doc-sider[data-v-0500d42c] {
  flex: 0 !important;
  min-width: 100px;
  height: 100vh;
  max-width: 100px;
  width: auto !important;
}
.admin-layout .help-doc-sider.fixed-side[data-v-0500d42c] {
  position: fixed;
  height: 100vh;
  right: 0;
  top: 0;
}
.admin-layout .virtual-side[data-v-0500d42c] {
  transition: all 0.2s;
}
.admin-layout .virtual-header[data-v-0500d42c] {
  transition: all 0.2s;
  opacity: 0;
}
.admin-layout .virtual-header.fixed-tabs.multi-page[data-v-0500d42c]:not(.fixed-header) {
  height: 0;
}
.admin-layout .admin-layout-main[data-v-0500d42c] {
  overflow-x: hidden;
}
.admin-layout .admin-layout-content[data-v-0500d42c] {
  background-color: inherit;
  min-height: auto;
  position: relative;
  padding: 10px 10px 0px 10px;
  height: calc(100% - var(--0500d42c-dueHeight) px);
  overflow-x: hidden;
}
.smart-layout-footer[data-v-0500d42c] {
  position: relative;
  padding: 10px 0;
  display: flex;
  justify-content: center;
}
[data-v-7718b977] .ant-menu-item-selected {
  border-right: 3px !important;
}
.recursion-container[data-v-be7daabe] {
  height: 100%;
  background-color: var(--be7daabe-color\.background);
}
.min-logo[data-v-be7daabe] {
  height: 40px;
  line-height: 40px;
  padding: 0px 15px 0px 15px;
  width: 80px;
  z-index: 21;
  display: flex;
  justify-content: center;
  align-items: center;
}
.min-logo .logo-img[data-v-be7daabe] {
  width: 30px;
  height: 30px;
}
.top-menu[data-v-be7daabe] {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 16px;
  color: #515a6e;
  border-bottom: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
}
.logo[data-v-be7daabe] {
  height: 40px;
  line-height: 40px;
  padding: 0px 15px 0px 15px;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.logo .logo-img[data-v-be7daabe] {
  width: 30px;
  height: 30px;
}
.logo .title[data-v-be7daabe] {
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  word-wrap: break-word;
  white-space: nowrap;
  color: var(--be7daabe-theme\ \=\=\=\ \"light\"\ \?\ \"\#001529\"\:\ \"\#ffffff\");
}
.top-menu[data-v-5ae54160] {
  position: absolute;
  transition: all 0.2s, background 0s;
  top: 0;
  right: var(--5ae54160-menuInfo\.right);
  width: var(--5ae54160-menuInfo\.width);
  flex-shrink: 0;
}
.ant-menu-dark[data-v-5ae54160] {
  background: #1677ff;
  color: #fff;
}
.ant-menu-light[data-v-5ae54160] {
  background: #1677ff;
  color: #fff;
}
[data-v-5ae54160] .ant-menu-item-selected {
  background: #0958d9 !important;
  color: #fff !important;
}
.top-menu-container[data-v-5ae54160] {
  height: 100%;
}
.logo[data-v-5ae54160] {
  height: 40px;
  line-height: 40px;
  padding: 0px 15px 0px 15px;
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.logo .logo-img[data-v-5ae54160] {
  width: 30px;
  height: 30px;
}
.logo .title[data-v-5ae54160] {
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  word-wrap: break-word;
  white-space: nowrap;
  color: var(--5ae54160-theme\ \=\=\=\ \"light\"\ \?\ \"\#001529\"\:\ \"\#ffffff\");
}
.menu-container[data-v-a4954c4d] {
  height: 100%;
  position: relative;
}
[data-v-57cd060f] .ant-layout-header {
  height: auto;
}
[data-v-57cd060f] .layout-header {
  height: auto;
}
.smart-layout-header[data-v-57cd060f] {
  background: #fff;
  padding: 0;
  z-index: 21;
}
.smart-layout-header-user[data-v-57cd060f] {
  height: 40px;
  border-bottom: 1px solid #f6f6f6;
}
.smart-layout-header-left[data-v-57cd060f] {
  display: flex;
  height: 40px;
}
.smart-layout-header-left .collapsed-button[data-v-57cd060f] {
  margin-left: 10px;
  line-height: 40px;
}
.smart-layout-header-left .home-button[data-v-57cd060f] {
  margin-left: 15px;
  cursor: pointer;
  padding: 0 5px;
  line-height: 40px;
}
.smart-layout-header-left .home-button[data-v-57cd060f]:hover {
  background-color: #efefef;
}
.smart-layout-header-left .location-breadcrumb[data-v-57cd060f] {
  width: calc(100% - 56px);
  margin-left: 15px;
  line-height: 40px;
}
.smart-layout-header-right[data-v-57cd060f] {
  display: flex;
  height: 40px;
}
.admin-layout .side-menu[data-v-57cd060f] {
  height: 100vh;
  flex: 0 !important;
  min-width: inherit !important;
  max-width: none !important;
}
.admin-layout .side-menu.fixed-side[data-v-57cd060f] {
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
}
.admin-layout .side-menu[data-v-57cd060f]::-webkit-scrollbar {
  width: 4px;
}
.admin-layout .side-menu[data-v-57cd060f]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.admin-layout .side-menu[data-v-57cd060f]::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.admin-layout .help-doc-sider[data-v-57cd060f] {
  flex: 0 !important;
  min-width: 100px;
  height: 100vh;
  max-width: 100px;
  width: auto !important;
}
.admin-layout .help-doc-sider.fixed-side[data-v-57cd060f] {
  position: fixed;
  height: 100vh;
  right: 0;
  top: 0;
}
.admin-layout .virtual-side[data-v-57cd060f] {
  transition: all 0.2s;
}
.admin-layout .virtual-header[data-v-57cd060f] {
  transition: all 0.2s;
  opacity: 0;
}
.admin-layout .virtual-header.fixed-tabs.multi-page[data-v-57cd060f]:not(.fixed-header) {
  height: 0;
}
.admin-layout .admin-layout-main[data-v-57cd060f] {
  padding-top: 46px;
  overflow-x: hidden;
}
.admin-layout .admin-layout-content[data-v-57cd060f] {
  background-color: inherit;
  min-height: auto;
  position: relative;
  padding: 10px 10px 0px 10px;
  height: calc(100% - var(--57cd060f-dueHeight) px);
  overflow-x: hidden;
}
.smart-layout-footer[data-v-57cd060f] {
  position: relative;
  padding: 10px 0;
  display: flex;
  justify-content: center;
}
.smart-menu[data-v-213a64e1] {
  position: relative;
}
.logo[data-v-b68b22a2],
.min-logo[data-v-b68b22a2] {
  height: 40px;
  background-color: #ffffff;
  position: fixed;
  z-index: 21;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
}
.logo[data-v-b68b22a2] {
  padding: 0 14px;
}
.min-logo[data-v-b68b22a2] {
  width: 80px;
  padding: 0 10px;
}
.logo-img[data-v-b68b22a2] {
  display: block;
  max-width: 100%;
  object-fit: contain;
}
.brand-shell[data-v-b68b22a2],
.min-brand-shell[data-v-b68b22a2] {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ffffff 0%, #f6fbff 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}
.brand-shell[data-v-b68b22a2] {
  width: 100%;
  height: 32px;
  padding: 0 10px 0 12px;
  border-radius: 12px;
  justify-content: space-between;
}
.min-brand-shell[data-v-b68b22a2] {
  width: 36px;
  height: 36px;
  border-radius: 12px;
}
.full-logo-img[data-v-b68b22a2] {
  width: 130px;
  max-height: 24px;
  filter: drop-shadow(0 2px 4px rgba(15, 23, 42, 0.08));
}
.brand-badge[data-v-b68b22a2] {
  flex-shrink: 0;
  padding: 2px 8px;
  border-radius: 999px;
  background: #eef4ff;
  color: #3156d3;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.min-logo-img[data-v-b68b22a2] {
  width: 18px;
  height: 18px;
}
.menu[data-v-b68b22a2] {
  margin-top: 40px;
}
[data-v-410a1feb] .ant-layout-header {
  height: auto;
}
[data-v-410a1feb] .layout-header {
  height: auto;
}
.layout-header[data-v-410a1feb] {
  background: #fff;
  padding: 0;
  z-index: 21;
}
.layout-header-user[data-v-410a1feb] {
  height: 40px;
  border-bottom: 1px solid #f6f6f6;
}
.layout-header-left[data-v-410a1feb] {
  display: flex;
  height: 40px;
}
.layout-header-left .layout-header-box[data-v-410a1feb] {
  width: 100%;
  overflow: hidden;
  display: flex;
}
.layout-header-left .collapsed-button[data-v-410a1feb] {
  margin-left: 10px;
  line-height: 40px;
}
.layout-header-left .home-button[data-v-410a1feb] {
  margin-left: 15px;
  cursor: pointer;
  padding: 0 5px;
  line-height: 40px;
}
.layout-header-left .home-button[data-v-410a1feb]:hover {
  background-color: #efefef;
}
.layout-header-left .location-breadcrumb[data-v-410a1feb] {
  width: calc(100% - 56px);
  margin-left: 15px;
  line-height: 40px;
}
.layout-header-right[data-v-410a1feb] {
  display: flex;
  height: 40px;
}
.layout-container[data-v-410a1feb] {
  height: calc(100vh - 80px);
  overflow-x: hidden;
}
.admin-layout .side-menu[data-v-410a1feb] {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
}
.admin-layout .side-menu.fixed-side[data-v-410a1feb] {
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
}
.admin-layout .side-menu[data-v-410a1feb]::-webkit-scrollbar {
  width: 4px;
}
.admin-layout .side-menu[data-v-410a1feb]::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.admin-layout .side-menu[data-v-410a1feb]::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.admin-layout .help-doc-sider[data-v-410a1feb] {
  flex: 0 !important;
  min-width: 100px;
  height: 100vh;
  max-width: 100px;
  width: auto !important;
}
.admin-layout .help-doc-sider.fixed-side[data-v-410a1feb] {
  position: fixed;
  height: 100vh;
  right: 0;
  top: 0;
}
.admin-layout .virtual-side[data-v-410a1feb] {
  transition: all 0.2s;
}
.admin-layout .virtual-header[data-v-410a1feb] {
  transition: all 0.2s;
  opacity: 0;
}
.admin-layout .virtual-header.fixed-tabs.multi-page[data-v-410a1feb]:not(.fixed-header) {
  height: 0;
}
.admin-layout .admin-layout-main[data-v-410a1feb] {
  overflow-y: hidden;
  overflow-x: hidden;
}
.admin-layout .admin-layout-content[data-v-410a1feb] {
  background-color: inherit;
  min-height: auto;
  position: relative;
  overflow-x: hidden;
  padding: 10px 10px 0px 10px;
  height: calc(100% - var(--410a1feb-dueHeight) px);
}
.layout-footer[data-v-410a1feb] {
  position: relative;
  padding: 7px 0px;
  display: flex;
  justify-content: center;
}
.smart-menu[data-v-2a4a3a79] {
  position: relative;
}
.header-main[data-v-aa0437f8] {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  padding-left: 16px;
  height: 48px;
  z-index: 21;
  border-bottom: 1px solid #eeeeee;
}
.header-main .logo[data-v-aa0437f8] {
  min-width: 192px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header-main .logo .logo-img[data-v-aa0437f8] {
  display: inline-block;
  height: 30px;
  vertical-align: middle;
}
.header-main .logo .title[data-v-aa0437f8] {
  font-size: 16px;
  font-weight: 600;
  margin-left: 8px;
}
.header-main .logo .title-light[data-v-aa0437f8] {
  color: #001529;
}
.header-main .logo .title-dark[data-v-aa0437f8] {
  color: #ffffff;
}
.header-main .user-space[data-v-aa0437f8] {
  min-width: 208px;
  margin-left: auto;
  padding-right: 10px;
  color: var(--aa0437f8-color\.color);
  display: flex;
  flex-direction: row;
  vertical-align: middle;
  align-items: center;
  justify-content: flex-end;
}
.header-main .user-space .setting[data-v-aa0437f8] {
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.header-main .user-space .setting[data-v-aa0437f8] .ant-badge {
  color: var(--aa0437f8-color\.color);
}
.header-main .user-space .operate-icon[data-v-aa0437f8] {
  margin-left: 20px;
  color: var(--aa0437f8-color\.color);
}
.header-main .user-space .user-space-item[data-v-aa0437f8] {
  margin-left: 10px;
}
[data-v-aa0437f8] .ant-menu-horizontal {
  border-bottom: 0;
}
.admin-layout[data-v-1f55a0cd] {
  min-height: 100%;
}
.admin-layout .top-menu[data-v-1f55a0cd] {
  padding: 0px;
  height: 48px;
  line-height: 48px;
  width: 100%;
  z-index: 3;
  right: 0;
  position: fixed;
  background-color: var(--1f55a0cd-color\.background);
}
.admin-layout .admin-layout-content[data-v-1f55a0cd] {
  background-color: inherit;
  min-height: auto;
  position: relative;
  overflow-x: hidden;
  padding: 10px 0;
  width: var(--1f55a0cd-pageWidth);
  margin-top: var(--1f55a0cd-dueHeight);
  margin-left: auto;
  margin-right: auto;
}
.admin-layout .admin-layout-content .page-tag-div[data-v-1f55a0cd] {
  position: fixed;
  top: 48px;
  width: var(--1f55a0cd-pageWidth);
  height: 40px;
  line-height: 40px;
  z-index: 3;
}
.layout-footer[data-v-1f55a0cd] {
  position: relative;
  padding: 7px 0px;
  display: flex;
  justify-content: center;
}
[data-v-09741c88] .ant-layout-header {
  height: auto;
}
[data-v-09741c88] .layout-header {
  height: auto;
}
[data-v-09741c88] .ant-tree-treenode {
  margin: 2px 0;
}
.help-doc-layout[data-v-09741c88] {
  overflow-y: hidden;
  height: 100vh;
  overflow-x: hidden;
}
.layout-header[data-v-09741c88] {
  background: #1677ff;
  padding: 0;
  z-index: 999;
  color: white;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: flex-start;
}
.layout-header .layout-header-title[data-v-09741c88] {
  height: 40px;
  line-height: 40px;
  padding: 0px 15px 0px 15px;
  z-index: 9999;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.layout-header .layout-header-title .logo-img[data-v-09741c88] {
  width: 40px;
  height: 40px;
}
.layout-header .layout-header-title .title[data-v-09741c88] {
  font-size: 18px;
  font-weight: 600;
  margin-left: 10px;
  text-align: center;
  color: '#001529';
}
.layout-header .layout-header-title .avatar[data-v-09741c88] {
  position: fixed;
  top: 0;
  right: 18px;
}
.layout-container[data-v-09741c88] {
  height: calc(100vh - 80px);
  overflow-x: hidden;
  overflow-y: auto;
}
.side-menu[data-v-09741c88] {
  height: 100vh;
  overflow: scroll;
}
.side-menu .help-doc-tree[data-v-09741c88] {
  color: #001529;
  margin-top: 10px;
  font-size: 16px;
}
.help-doc-layout-content[data-v-09741c88] {
  min-height: auto;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-left: 5px;
  margin-top: 8px;
  height: calc(100% - 40px);
}
.layout-footer[data-v-09741c88] {
  padding: 0 !important;
  position: fixed;
  bottom: 0;
  right: calc(50% - 300px);
  display: flex;
  height: 30px;
  justify-content: center;
}

.public-agreement-page[data-v-ee4397c4] {
    min-height: 100vh;
    padding: 20px;
    background-color: #f5f5f5;
}
.page-title[data-v-ee4397c4] {
    text-align: center;
    margin-bottom: 20px;
}
.page-title h1[data-v-ee4397c4] {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0;
}
.version-info[data-v-ee4397c4] {
    margin-top: 40px;
    padding: 15px;
    background-color: #f0f0f0;
    border-radius: 4px;
    font-size: 14px;
    color: #666;
    text-align: center;
}
.version-info span[data-v-ee4397c4] {
    margin-right: 20px;
}
.version-info span[data-v-ee4397c4]:last-child {
    margin-right: 0;
}
.content-body[data-v-ee4397c4] {
    line-height: 1.8;
    font-size: 16px;
    color: #333;
}
.content-body h2[data-v-ee4397c4] {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}
.content-body h3[data-v-ee4397c4] {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.content-body p[data-v-ee4397c4] {
    margin-bottom: 15px;
}
.content-body ul[data-v-ee4397c4], .content-body ol[data-v-ee4397c4] {
    margin-bottom: 15px;
    padding-left: 20px;
}
.content-body li[data-v-ee4397c4] {
    margin-bottom: 5px;
}
.loading-section[data-v-ee4397c4] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}
/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
.vue3-tabs-chrome{padding-top:10px;background-color:#dee1e6;position:relative}.vue3-tabs-chrome .tabs-content{height:34px;position:relative;overflow:hidden}.vue3-tabs-chrome .tabs-divider{left:0;top:50%;width:1px;height:20px;background-color:#a9adb0;position:absolute;transform:translateY(-50%)}.vue3-tabs-chrome .tabs-item{height:100%;display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;box-sizing:border-box;position:absolute}.vue3-tabs-chrome .tabs-item:hover{z-index:1}.vue3-tabs-chrome .tabs-item:hover .tabs-background-divider{display:none}.vue3-tabs-chrome .tabs-item:hover .tabs-background-content{background-color:#f2f3f5}.vue3-tabs-chrome .tabs-item:hover .tabs-background-after,.vue3-tabs-chrome .tabs-item:hover .tabs-background-before{fill:#f2f3f5}.vue3-tabs-chrome .tabs-item.move{transition:.15s}.vue3-tabs-chrome .tabs-item.is-dragging{z-index:3}.vue3-tabs-chrome .tabs-item.is-dragging .tabs-background-content{background-color:#f2f3f5}.vue3-tabs-chrome .tabs-item.is-dragging .tabs-background-divider{display:none}.vue3-tabs-chrome .tabs-item.is-dragging .tabs-background-after,.vue3-tabs-chrome .tabs-item.is-dragging .tabs-background-before{fill:#f2f3f5}.vue3-tabs-chrome .tabs-item.active{z-index:2}.vue3-tabs-chrome .tabs-item.active .tabs-close{background-color:#fff}.vue3-tabs-chrome .tabs-item.active .tabs-background-divider{display:none}.vue3-tabs-chrome .tabs-item.active .tabs-background-content{background-color:#fff}.vue3-tabs-chrome .tabs-item.active .tabs-background-after,.vue3-tabs-chrome .tabs-item.active .tabs-background-before{fill:#fff}.vue3-tabs-chrome .tabs-item:first-of-type .tabs-background-divider:before{display:none}.vue3-tabs-chrome .tabs-main{height:100%;left:0;right:0;margin:0 14px;border-top-left-radius:5px;border-top-right-radius:5px;transition:.15s;display:flex;align-items:center;position:absolute;box-sizing:border-box;overflow:hidden}.vue3-tabs-chrome .tabs-close{top:50%;right:14px;width:16px;height:16px;z-index:1;position:absolute;transform:translateY(-50%)}.vue3-tabs-chrome .tabs-close-icon{width:100%;height:100%;border-radius:50%}.vue3-tabs-chrome .tabs-close-icon:hover{stroke:#000;background-color:#e8eaed}.vue3-tabs-chrome .tabs-favico{height:16px;margin-left:3%;display:flex;align-items:center;overflow:hidden}.vue3-tabs-chrome .tabs-favico img{height:100%}.vue3-tabs-chrome .tabs-label{flex:1;margin-left:5%;margin-right:16px;box-sizing:border-box;overflow:hidden;white-space:nowrap;position:relative}.vue3-tabs-chrome .tabs-label.no-close{margin-right:0}.vue3-tabs-chrome .tabs-label.no-icon{margin-left:0}.vue3-tabs-chrome .tabs-background{width:100%;height:100%;padding:0 6px;position:absolute;box-sizing:border-box}.vue3-tabs-chrome .tabs-background-divider{left:0;width:calc(100% - 14px);height:100%;margin:0 7px;position:absolute}.vue3-tabs-chrome .tabs-background-divider:before{content:"";top:20%;right:100%;width:1px;height:60%;background-color:#81878c;position:absolute}.vue3-tabs-chrome .tabs-background-divider:after{content:"";top:20%;left:calc(100% - 1px);width:1px;height:60%;background-color:#81878c;position:absolute}.vue3-tabs-chrome .tabs-background-content{height:100%;border-top-left-radius:5px;border-top-right-radius:5px;transition:.15s}.vue3-tabs-chrome .tabs-background-after,.vue3-tabs-chrome .tabs-background-before{bottom:-1px;position:absolute;fill:transparent;transition:.15s}.vue3-tabs-chrome .tabs-background-before{left:-1px}.vue3-tabs-chrome .tabs-background-after{right:-1px}.vue3-tabs-chrome .tabs-footer{height:4px;background-color:#fff}.vue3-tabs-chrome .tabs-after{top:50%;display:flex;position:absolute;overflow:hidden;transform:translateY(-50%)}@keyframes tab-show{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.theme-dark{color:#999;background-color:#1d1e21}.theme-dark .tabs-item:hover .tabs-background-content{background-color:#212529}.theme-dark .tabs-item:hover .tabs-background-after,.theme-dark .tabs-item:hover .tabs-background-before{fill:#212529}.theme-dark .tabs-item.active{color:#fff}.theme-dark .tabs-item.active .tabs-background-content{background-color:#2f2f33}.theme-dark .tabs-item.active .tabs-background-after,.theme-dark .tabs-item.active .tabs-background-before{fill:#2f2f33}.theme-dark .tabs-item.active .tabs-close{background-color:#2f2f33}.theme-dark .tabs-item.active .tabs-close-icon,.theme-dark .tabs-item.active .tabs-close-icon:hover{stroke:#fff}.theme-dark .tabs-item .tabs-close-icon:hover{stroke:#bbb;background-color:#4b4b4e}.theme-dark .tabs-item .tabs-background-divider:after,.theme-dark .tabs-item .tabs-background-divider:before{background-color:#535458}/* 
 * 默认样式的修改
 * 
 * @Author:    logan 
 * @Date:      2022-09-12 14:41:59 
 *  
 *  
 *  
 */
/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
/*
 * SmartAdmin 独有的样式
 *
 * @Author:    logan
 * @Date:      2022-09-12 14:43:01
 * 
 * 
 * 
 */
/**********************************  宽度 **********************************/
.smart-width-100 {
  width: 100%;
}
/**********************************  左间距 **********************************/
.smart-margin-left5 {
  margin-left: 5px;
}
.smart-margin-left10 {
  margin-left: 10px;
}
.smart-margin-left15 {
  margin-left: 15px;
}
.smart-margin-left20 {
  margin-left: 20px;
}
/**********************************  右间距 **********************************/
.smart-margin-right5 {
  margin-right: 5px;
}
.smart-margin-right10 {
  margin-right: 10px;
}
.smart-margin-right15 {
  margin-right: 15px;
}
.smart-margin-right20 {
  margin-right: 20px;
}
/******************************** 上间距 ********************************/
.smart-margin-top5 {
  margin-top: 5px;
}
.smart-margin-top10 {
  margin-top: 10px;
}
/******************************** 下间距 ********************************/
.smart-margin-bottom5 {
  margin-bottom: 5px;
}
.smart-margin-bottom10 {
  margin-bottom: 10px;
}
/******************************** 查询表格样式 ********************************/
.smart-query-form {
  background-color: #ffffff;
  padding: 5px 10px;
  margin-bottom: 10px;
}
.smart-table-operate .ant-btn {
  padding: 0 3px !important;
  height: auto;
}
.smart-table-column-operate {
  float: right;
}
.smart-query-form-row:not(:first-child) {
  margin-top: 8px;
}
.smart-query-form-row .smart-query-form-item {
  margin-right: 8px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.smart-query-table-page {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}
.smart-table-btn-block {
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.smart-table-btn-block .smart-table-operate-block .ant-btn {
  margin-right: 12px;
}
.smart-table-btn-block .smart-table-setting-block {
  float: right;
}
/**********************************  基础样式 **********************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none !important;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  background-color: #f8f8f8;
  font-size: 14px;
  position: relative;
}
#app {
  width: 100%;
  height: 100%;
}
/**********************************  ant design spin **********************************/
.ant-spin-blur {
  opacity: 0.2;
}
/**********************************  ant design table **********************************/
.ant-table-tbody :deep(.smart-table-striped) {
  background-color: #fafafa;
}
/**********************************  ant design form **********************************/
.ant-form-inline .ant-form-item-with-help {
  margin-bottom: 0px !important;
}
/**********************************  ant design spin **********************************/
.ant-spin-nested-loading {
  width: 100%;
  height: 100%;
}
.ant-spin-container {
  width: 100%;
  height: 100%;
}
/**********************************  富文本HTML样式 **********************************/
.html-content {
  /* table 样式 */
  /* blockquote 样式 */
  /* code 样式 */
  /* ul ol 样式 */
}
.html-content table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.html-content table td,
.html-content table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 3px 5px;
}
.html-content table th {
  border-bottom: 2px solid #ccc;
  text-align: center;
}
.html-content blockquote {
  display: block;
  border-left: 8px solid #d0e5f2;
  padding: 5px 10px;
  margin: 10px 0;
  line-height: 1.4;
  font-size: 100%;
  background-color: #f1f1f1;
}
.html-content code {
  display: inline-block;
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 3px 5px;
  margin: 0 3px;
}
.html-content pre code {
  display: block;
}
.html-content ul,
.html-content ol {
  margin: 10px 0 10px 20px;
}
