.ant-modal-close-x {
  margin-right: 10px;
  width: auto;
}
.ant-modal-close-x .anticon {
  padding: 20px 10px;
}
.full-modal .ant-modal {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
.full-modal .ant-modal-content {
  display: flex;
  flex-direction: column;
  height: calc(100vh) !important;
  transform: translate(0px, 0px) !important;
  resize: none !important;
}
.full-modal .ant-modal-header {
  cursor: default !important;
}
.full-modal .ant-modal-body {
  flex: 1;
}
/* 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;
  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%;
  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;
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.ant-menu-light.ant-menu-horizontal > .ant-menu-submenu-selected[data-v-0820f86b] {
  background-color: var(--primary-1);
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu-selected[data-v-0820f86b] {
  background-color: var(--primary-5);
}
.ant-menu-light.ant-menu-horizontal > .ant-menu-item-selected[data-v-0820f86b] {
  background-color: none;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item-selected[data-v-0820f86b] {
  background-color: var(--primary-5);
}
.xn-pd20[data-v-0820f86b] {
  padding: 20px;
}
.el-menu[data-v-0820f86b] {
  background: transparent !important;
}
.el-menu[data-v-0820f86b] .el-menu-item,
.el-menu[data-v-0820f86b] .el-sub-menu__title {
  background: transparent !important;
}
.el-menu[data-v-0820f86b] .el-menu-item:hover,
.el-menu[data-v-0820f86b] .el-sub-menu__title:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}
[data-v-0820f86b] .ant-menu-submenu-popup {
  background: transparent !important;
}
[data-v-0820f86b] .ant-menu-submenu-popup .ant-menu {
  background: transparent !important;
}
[data-v-0820f86b] .ant-menu-submenu-popup .ant-menu-item {
  background: transparent !important;
}
[data-v-0820f86b] .ant-menu-submenu-popup .ant-menu-item:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}
.xn-appout-line[data-v-ef75f4d2] {
  font-size: 20px;
  color: white;
}
.xn-inline-line[data-v-ef75f4d2] {
  width: 208px;
  margin-left: -24px;
}
.mobile-nav[data-v-ef75f4d2] {
  margin-top: -24px;
  margin-left: -24px;
  margin-right: -24px;
}
.mobile-nav-button[data-v-ef75f4d2] {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 10;
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  box-shadow: 0 2px 12px 0 var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iframe-pages[data-v-ea3f9011] {
		width: 100%;
		height: 100%;
		background: #fff;
}
iframe[data-v-ea3f9011] {
		border: 0;
		width: 100%;
		height: 100%;
		display: block;
}
.user-avatar-modern[data-v-cb7d169d] {
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.user-avatar-modern[data-v-cb7d169d]:hover {
  transform: scale(1.1) rotate(5deg);
}
.shadow-glow-mini[data-v-cb7d169d] {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border: 2px solid rgba(255, 255, 255, 0.9);
}
.modern-dropdown-menu[data-v-cb7d169d] {
  min-width: 180px;
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  border: 1px solid #f1f5f9;
}
.modern-dropdown-menu[data-v-cb7d169d] .ant-dropdown-menu-item-group-title {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 8px 12px;
  color: #94a3b8;
}
.modern-dropdown-menu[data-v-cb7d169d] .ant-dropdown-menu-item {
  border-radius: 8px;
  margin: 2px 0;
  padding: 8px 12px;
  font-weight: 500;
}
.modern-dropdown-menu[data-v-cb7d169d] .ant-dropdown-menu-item:hover {
  background: #f8fafc;
}
.modern-dropdown-menu .active-module[data-v-cb7d169d] {
  background: linear-gradient(90deg, #f0f7ff 0%, #ffffff 100%);
  color: #4f46e5;
  font-weight: 700;
}
.modern-dropdown-menu .active-module[data-v-cb7d169d]::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 20%;
  height: 60%;
  width: 3px;
  background: #4f46e5;
  border-radius: 2px;
}
.glass-sidebar-layout[data-v-2c6d923f] {
  height: 100vh;
  background: radial-gradient(circle at top left, #e0e7ff 0%, #f1f5f9 40%, #f8fafc 100%);
  overflow: hidden;
}
.glass-sider-main[data-v-2c6d923f] {
  background: rgba(255, 255, 255, 0.6) !important;
  backdrop-filter: blur(20px) saturate(180%);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 100;
}
.glass-sider-main .sider-glass-wrapper[data-v-2c6d923f] {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 12px;
  position: relative;
}
.sider-user-section-glass[data-v-2c6d923f] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 4px 16px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.sider-user-section-glass .user-info-text[data-v-2c6d923f] {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.sider-user-section-glass .user-info-text .user-name-premium[data-v-2c6d923f] {
  font-size: 14px;
  font-weight: 900;
  color: #1e293b;
  letter-spacing: -0.5px;
}
.sider-user-section-glass .user-info-text .user-tag-pro[data-v-2c6d923f] {
  font-size: 8px;
  font-weight: 800;
  color: #4f46e5;
  background: #eef2ff;
  padding: 0px 5px;
  border-radius: 4px;
}
.glass-action-group[data-v-2c6d923f] {
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.glass-action-group .glass-action-item[data-v-2c6d923f] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 12px;
  cursor: pointer;
  color: #475569;
  font-weight: 700;
  transition: all 0.2s ease;
  position: relative;
}
.glass-action-group .glass-action-item .icon-wrap-glass[data-v-2c6d923f] {
  font-size: 16px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}
.glass-action-group .glass-action-item .label-glass[data-v-2c6d923f] {
  font-size: 13px;
}
.glass-action-group .glass-action-item .glass-badge[data-v-2c6d923f] {
  position: absolute;
  right: 10px;
  top: 10px;
}
.glass-action-group .glass-action-item[data-v-2c6d923f]:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: translateY(-1px);
}
.glass-action-group .glass-action-item.active[data-v-2c6d923f] {
  background: #fff;
  color: #4f46e5;
  box-shadow: 0 10px 25px rgba(79, 70, 229, 0.08);
}
.glass-action-group .glass-action-item.active .icon-wrap-glass[data-v-2c6d923f] {
  background: #4f46e5;
  color: #fff;
}
.menu-scroll-glass[data-v-2c6d923f] {
  flex: 1;
  overflow-y: auto;
  padding-right: 2px;
}
.glass-antd-menu[data-v-2c6d923f] {
  background: transparent !important;
  border: none !important;
}
.glass-antd-menu[data-v-2c6d923f] .ant-menu-item,
.glass-antd-menu[data-v-2c6d923f] .ant-menu-submenu-title {
  height: 40px !important;
  line-height: 40px !important;
  margin: 4px 0 !important;
  border-radius: 10px !important;
  color: #334155 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}
.glass-antd-menu[data-v-2c6d923f] .ant-menu-item:hover,
.glass-antd-menu[data-v-2c6d923f] .ant-menu-submenu-title:hover {
  background: rgba(255, 255, 255, 0.8) !important;
  color: #4f46e5 !important;
}
.glass-antd-menu[data-v-2c6d923f] .ant-menu-item-selected {
  background: #ffffff !important;
  color: #4f46e5 !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.glass-antd-menu[data-v-2c6d923f] .ant-menu-item-selected::after {
  display: none;
}
.sider-footer-glass[data-v-2c6d923f] {
  padding: 16px 0 8px;
  text-align: center;
}
.sider-footer-glass .brand-text-glass[data-v-2c6d923f] {
  font-size: 11px;
  font-weight: 900;
  color: #94a3b8;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.collapse-glass-btn[data-v-2c6d923f] {
  position: absolute;
  bottom: 32px;
  right: -20px;
  width: 44px;
  height: 44px;
  background: #4f46e5;
  color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 110;
  box-shadow: 0 8px 20px rgba(79, 70, 229, 0.3);
  border: 2px solid #ffffff;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-size: 18px;
}
.collapse-glass-btn[data-v-2c6d923f]:hover {
  transform: scale(1.1);
  background: #4338ca;
}
.glass-main-container[data-v-2c6d923f] {
  background: transparent;
  display: flex;
  flex-direction: column;
}
.viewport-top-spacer[data-v-2c6d923f] {
  height: 16px;
  flex-shrink: 0;
}
.glass-tags-bar[data-v-2c6d923f] {
  background: transparent;
  padding: 0 16px 10px 16px;
}
.glass-tags-bar[data-v-2c6d923f] .ant-tag {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #475569;
  padding: 4px 12px;
  font-weight: 700;
}
.glass-content-body[data-v-2c6d923f] {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0 16px 16px 16px;
}
.glass-canvas-card[data-v-2c6d923f] {
  flex: 1;
  border-radius: 20px;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.04);
  position: relative;
  /* 优雅的内部滚动条 */
}
.glass-canvas-card[data-v-2c6d923f]::-webkit-scrollbar {
  width: 5px;
}
.glass-canvas-card[data-v-2c6d923f]::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.glass-canvas-card[data-v-2c6d923f]::-webkit-scrollbar-track {
  background: transparent;
}
.custom-scrollbar-glass[data-v-2c6d923f]::-webkit-scrollbar {
  width: 4px;
}
.custom-scrollbar-glass[data-v-2c6d923f]::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.shortcut-panel-glass[data-v-2c6d923f] {
  width: 260px;
  padding: 16px;
}
.shortcut-panel-glass .panel-header-glass[data-v-2c6d923f] {
  font-size: 10px;
  font-weight: 900;
  color: #94a3b8;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}
.shortcut-panel-glass .shortcut-grid-glass[data-v-2c6d923f] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.shortcut-panel-glass .shortcut-icon-card[data-v-2c6d923f] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 6px;
  border-radius: 14px;
  cursor: pointer;
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  transition: all 0.3s ease;
  position: relative;
}
.shortcut-panel-glass .shortcut-icon-card .icon[data-v-2c6d923f] {
  font-size: 22px;
  margin-bottom: 6px;
}
.shortcut-panel-glass .shortcut-icon-card .name[data-v-2c6d923f] {
  font-size: 10px;
  color: #64748b;
  font-weight: 700;
  text-align: center;
}
.shortcut-panel-glass .shortcut-icon-card .delete-hint[data-v-2c6d923f] {
  position: absolute;
  top: -4px;
  right: -4px;
  color: #ff4d4f;
  opacity: 0;
  transform: scale(0.8);
  transition: 0.2s;
}
.shortcut-panel-glass .shortcut-icon-card[data-v-2c6d923f]:hover {
  background: #fff;
  transform: translateY(-2px);
  border-color: #e0e7ff;
}
.shortcut-panel-glass .shortcut-icon-card:hover .delete-hint[data-v-2c6d923f] {
  opacity: 1;
  transform: scale(1);
}
.shortcut-popover-glass .ant-popover-inner {
  border-radius: 20px !important;
  padding: 0 !important;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px) !important;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15) !important;
  border: 1px solid #ffffff !important;
}
.add-shortcut-panel {
  width: 280px;
  max-height: 400px;
  overflow-y: auto;
}
.add-shortcut-panel .add-header {
  font-size: 12px;
  font-weight: 900;
  padding: 12px;
  border-bottom: 1px solid #f1f5f9;
}
.glass-tree-menu {
  border: none !important;
}
.glass-tree-menu .ant-menu-item,
.glass-tree-menu .ant-menu-submenu-title {
  font-weight: 700 !important;
  font-size: 13px !important;
}
.snowy-setting-checkbox[data-v-8684b0c6] {
  display: flex;
  margin-bottom: 20px;
}
.snowy-setting-checkbox-item[data-v-8684b0c6] {
  position: relative;
  width: 44px;
  height: 36px;
  margin-right: 16px;
  overflow: hidden;
  background-color: #ebeef1;
  border-radius: 2px;
  box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.18);
  cursor: pointer;
}
.snowy-setting-checkbox-item[data-v-8684b0c6]::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 33%;
  height: 100%;
  background-color: #fff;
  content: '';
}
.snowy-setting-checkbox-item[data-v-8684b0c6]::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background-color: #fff;
  content: '';
}
.snowy-setting-checkbox-item-light[data-v-8684b0c6] {
  background-color: #ebeef1;
  content: '';
}
.snowy-setting-checkbox-item-light[data-v-8684b0c6]::before {
  background-color: #fff;
  content: '';
}
.snowy-setting-checkbox-item-light[data-v-8684b0c6]::after {
  background-color: #fff;
}
.snowy-setting-checkbox-item-dark[data-v-8684b0c6] {
  z-index: 1;
  background-color: #ebeef1;
  content: '';
}
.snowy-setting-checkbox-item-dark[data-v-8684b0c6]::before {
  z-index: 1;
  background-color: #001529;
  content: '';
}
.snowy-setting-checkbox-item-dark[data-v-8684b0c6]::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background-color: #fff;
  content: '';
}
.snowy-setting-checkbox-item-realdark[data-v-8684b0c6] {
  background-color: rgba(0, 21, 41, 0.85);
}
.snowy-setting-checkbox-item-realdark[data-v-8684b0c6]::before {
  z-index: 1;
  background-color: rgba(0, 21, 41, 0.65);
  content: '';
}
.snowy-setting-checkbox-item-realdark[data-v-8684b0c6]::after {
  background-color: rgba(0, 21, 41, 0.85);
}
.snowy-setting-checkbox-item-select-icon[data-v-8684b0c6] {
  position: absolute;
  right: 8px;
  bottom: 8px;
  color: #1677ff;
  font-weight: 700;
  font-size: 14px;
  pointer-events: none;
}
.snowy-setting-theme-color-colorBlock[data-v-8684b0c6] {
  margin-top: 8px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  float: left;
  cursor: pointer;
  margin-right: 8px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.snowy-setting-layout-menu-doublerow[data-v-8684b0c6] {
  z-index: 1;
  background-color: #ebeef1;
  content: '';
}
.snowy-setting-layout-menu-doublerow[data-v-8684b0c6]::before {
  z-index: 1;
  width: 16%;
  background-color: #001529;
  content: '';
}
.snowy-setting-layout-menu-doublerow-inner[data-v-8684b0c6] {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 33%;
  height: 100%;
  background-color: #fff;
  content: '';
}
.snowy-setting-layout-menu-doublerow[data-v-8684b0c6]::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background-color: #fff;
  content: '';
}
.snowy-setting-layout-menu-classical[data-v-8684b0c6] {
  z-index: 1;
  background-color: #ebeef1;
  content: '';
}
.snowy-setting-layout-menu-classical[data-v-8684b0c6]::before {
  z-index: 1;
  background-color: #001529;
  content: '';
}
.snowy-setting-layout-menu-classical[data-v-8684b0c6]::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background-color: #fff;
  content: '';
}
.snowy-setting-layout-menu-top[data-v-8684b0c6] {
  z-index: 1;
  background-color: #ebeef1;
  content: '';
}
.snowy-setting-layout-menu-top[data-v-8684b0c6]::before {
  z-index: 1;
  background-color: #ebeef1;
  content: '';
}
.snowy-setting-layout-menu-top[data-v-8684b0c6]::after {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background-color: #001529;
  content: '';
}
.scrollbar[data-v-8684b0c6] {
  margin: 0 auto;
}
.setting-item-title[data-v-8684b0c6] {
  color: var(--font-color);
}
[data-v-8684b0c6] .ant-form-item {
  margin-bottom: 12px !important;
}
[data-v-e0962c72] .ant-input {
  height: 35px;
}
[data-v-e0962c72] .ant-input:not(:first-child) {
  padding-left: 10px;
}
[data-v-e0962c72] .ant-input-prefix {
  font-size: 20px;
}
[data-v-e0962c72] .ant-list-sm .ant-list-item {
  padding: 4px 16px;
}
[data-v-e0962c72] .ant-list-item-meta {
  align-items: center;
}
[data-v-e0962c72] .ant-list-item.active {
  background-color: var(--primary-1);
}
.xn-mn10p0[data-v-e0962c72] {
  margin: 10px 0;
}
.xn-pr10[data-v-e0962c72] {
  padding-right: 10px;
}
.search-box[data-v-e0962c72] {
  width: 100%;
}
.beauty-scroll[data-v-e0962c72] {
  scrollbar-color: var(--primary-color) var(--primary-2);
  scrollbar-width: thin;
  -ms-overflow-style: none;
  position: relative;
}
.beauty-scroll[data-v-e0962c72]::-webkit-scrollbar {
  width: 3px;
  height: 1px;
}
.beauty-scroll[data-v-e0962c72]::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: var(--primary-color);
}
.beauty-scroll[data-v-e0962c72]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
  border-radius: 3px;
  background: var(--primary-3);
}
.search-card[data-v-e0962c72] {
  height: 380px;
  overflow: hidden;
  overflow-y: scroll;
}
.search-tips[data-v-e0962c72] {
  display: flex;
  border-top: 1px solid var(--component-background);
  padding-top: 10px;
}
.search-tips .tips[data-v-e0962c72] {
  margin-right: 10px;
}
.search-tips .key[data-v-e0962c72] {
  width: 30px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  padding-bottom: 2px;
  margin: 0px 4px;
  border-radius: 2px;
  box-shadow: inset 0 -2px #cdcde6, inset 0 0 1px 1px #fff, 0 1px 2px 1px #1e235a66;
  font-weight: bold;
}
[data-v-f9ed0416] .ant-modal {
  top: 20px;
}
[data-v-f9ed0416] .ant-modal-content {
  border-radius: 10px;
}
.user-bar[data-v-f9ed0416] {
  display: flex;
  align-items: center;
  height: 100%;
}
.user-bar .user-avatar[data-v-f9ed0416] {
  height: 49px;
  display: flex;
  align-items: center;
}
.user-bar .user-avatar label[data-v-f9ed0416] {
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
}
.setting[data-v-f9ed0416] {
  margin-right: 10px;
}
.xn-pxn-r {
  position: relative;
}
.module-row {
  max-width: 357px;
}
.module-card {
  width: 70px;
  height: 70px;
  background-color: #0d84ff;
  text-align: center;
  align-items: center;
  cursor: pointer;
}
.module-card-radius-default {
  border-radius: 2px;
}
.module-card-radius-round {
  border-radius: 6px;
}
.module-card-icon {
  color: white;
  font-size: 16px;
  margin-top: 15px;
}
.module-card-font {
  color: white;
}
.ant-menu-horizontal > .ant-menu-item::after,
.ant-menu-horizontal > .ant-menu-submenu::after {
  content: none;
}
.module-menu {
  line-height: 50px;
  border-bottom: 0;
  width: 105%;
  flex: 0 0 auto;
}
.module-menu-color {
  color: white;
  background-color: var(--primary-color);
}
.module-menu-color .ant-menu-item {
  color: white !important;
}
.module-card-scope {
  height: 49px;
}
.ant-menu-item-select {
  color: #ccc;
  background-color: var(--primary-7);
}
.xn-ml-5 {
  margin-left: -5px;
}
.ant-menu-horizontal > .ant-menu-item::after,
.ant-menu-horizontal > .ant-menu-submenu::after {
  display: none;
}

.admin-ui-breadcrumb[data-v-a95de0aa] {
		padding-left: 15px;
		background: var(--breadcrumb-background);
		min-height: 40px;
		display: flex;
		border-bottom: 1px solid var(--header-bottom);
}
.admin-ui-breadcrumb .left-panel[data-v-a95de0aa] {
		display: flex;
		align-items: center;
}
.admin-ui-breadcrumb .right-panel[data-v-a95de0aa] {
		display: flex;
		align-items: center;
}
.xn-color-fff[data-v-ca231042] {
  color: #fff;
}
.xn-pdl25[data-v-ca231042] {
  padding-left: 11px;
}
.xn-menu-line[data-v-ca231042] {
  text-align: center;
  height: auto;
  line-height: 20px;
  flex: none;
  display: block;
  padding: 12px 0 !important;
}
.xn-navmenu-line[data-v-ca231042] {
  min-width: 0;
  flex: 1 1 0%;
  overflow: hidden;
}
.xn-bb0[data-v-ca231042] {
  border-bottom: none;
  position: relative;
}
.ant-layout-content[data-v-ca231042] {
  display: flex;
  flex-direction: column;
}
.xn-pd1180[data-v-ca231042] {
  padding: 10px 150px 0 150px;
}
.xn-pd050[data-v-ca231042] {
  padding: 0 50px;
}
.xn-pl10[data-v-ca231042] {
  padding-left: 10px;
}
.xn-mg050[data-v-ca231042] {
  margin: 0px 150px;
}
.xn-color-fff[data-v-cee78574] {
  color: #fff;
}
.xn-pdl25[data-v-cee78574] {
  padding-left: 11px;
}
.xn-menu-line[data-v-cee78574] {
  text-align: center;
  height: auto;
  line-height: 20px;
  flex: none;
  display: block;
  padding: 12px 0 !important;
}
.xn-navmenu-line[data-v-cee78574] {
  min-width: 0;
  flex: 1 1 0%;
  overflow: hidden;
}
.xn-bb0[data-v-cee78574] {
  border-bottom: none;
  position: relative;
}
.ant-layout-content[data-v-cee78574] {
  display: flex;
  flex-direction: column;
}
.xn-pd1180[data-v-cee78574] {
  padding: 10px 150px 0 150px;
}
.xn-pd050[data-v-cee78574] {
  padding: 0 50px;
}
.xn-pl10[data-v-cee78574] {
  padding-left: 10px;
}
.xn-mg050[data-v-cee78574] {
  margin: 0px 150px;
}
.xn-color-fff[data-v-19891a86] {
  color: #fff;
}
.xn-pdl25[data-v-19891a86] {
  padding-left: 11px;
}
.xn-menu-line[data-v-19891a86] {
  text-align: center;
  height: auto;
  line-height: 20px;
  flex: none;
  display: block;
  padding: 12px 0 !important;
}
.xn-navmenu-line[data-v-19891a86] {
  min-width: 0;
  flex: 1 1 0%;
  overflow: hidden;
}
.xn-bb0[data-v-19891a86] {
  border-bottom: none;
  position: relative;
}
.ant-layout-content[data-v-19891a86] {
  display: flex;
  flex-direction: column;
}
.xn-pd1180[data-v-19891a86] {
  padding: 10px 150px 0 150px;
}
.xn-pd050[data-v-19891a86] {
  padding: 0 50px;
}
.xn-pl10[data-v-19891a86] {
  padding-left: 10px;
}
.xn-mg050[data-v-19891a86] {
  margin: 0px 150px;
}
.login-icon-gray {
  color: rgba(0, 0, 0, 0.25);
}
.login-validCode-img {
  border: 1px solid var(--border-color-split);
  cursor: pointer;
  width: 100%;
  height: 40px;
}
.login-wrapper {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #fff;
  display: flex;
}
.login_background {
  width: 50%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-image: url(/assets/login_background-B_7w1okD-1775729168091.png);
  position: relative;
}
.tab-equal-width .ant-tabs-nav-list {
  width: 100%;
  display: flex;
}
.tab-equal-width .ant-tabs-tab {
  flex: 1;
  text-align: center;
  padding: 0;
}
.tab-equal-width .ant-tabs-tab-btn {
  justify-content: center;
  width: 100%;
}
@keyframes myfirst {
0% {
    left: 0;
    top: 0;
}
50% {
    left: 50px;
    top: 0;
}
100% {
    left: 0;
    top: 0;
}
}
.login_adv__title h2 {
  font-size: 40px;
}
.login_adv__title h4 {
  font-size: 18px;
  margin-top: 10px;
  font-weight: normal;
}
.login_adv__title p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
}
.login_adv__title div {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.login_adv__title div span {
  margin-right: 15px;
}
.login_adv__title div i {
  font-size: 40px;
}
.login_adv__title div i.add {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
}
/*background-image:linear-gradient(transparent, #000);*/
.login_main {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.login-form {
  width: 30rem;
  margin-top: 10px;
}
.login-form .ant-card {
  border: none !important;
  box-shadow: none !important;
}
.login-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.login-header h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}
.login_config {
  position: absolute;
  top: 20px;
  right: 20px;
}
.logo_background {
  margin-top: 50px;
  height: 60px;
  padding-left: 56px;
  width: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  display: flex;
  align-items: center;
}
.logo_background a {
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.logo_background a.no-link,
.logo_background a.no-link label {
  cursor: default;
}
.logo_background img {
  height: 100px;
  margin-right: 10px;
}
.logo_background a label {
  font-size: 24px;
  color: #0d84ff;
  cursor: pointer;
}
.login_background .version {
  width: 100%;
  font-size: 14px;
  color: #0d84ff;
  font-weight: 300;
  padding: 0 56px;
  box-sizing: border-box;
  position: absolute;
  bottom: 12px;
}
.login_background .version p {
  line-height: 22px;
  text-align: center;
  margin-bottom: 6px;
}
@media (max-width: 1200px) {
.login-form {
    width: 340px;
}
}
@media (max-width: 1000px) {
.login_main {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}
.login-form {
    width: 100%;
    padding: 20px 40px;
    top: 15%;
}
.logo_background {
    padding-left: 40px;
    background: transparent;
    margin-top: 30px;
}
.logo_background img {
    height: 100px;
}
.login_background {
    width: 100%;
    position: fixed;
    z-index: 0;
    opacity: 0.3;
}
.login_background .version {
    padding: 0 20px;
    display: none;
}
.login_background .version p:first-child {
    display: none;
}
}
@media (max-width: 768px) {
.logo_background {
    padding-left: 20px;
    margin-top: 20px;
    height: auto;
}
.logo_background img {
    height: 100px;
}
.login-form {
    padding: 20px 20px;
}
.login-header h2 {
    font-size: 20px;
}
}
.xn-color-0d84ff {
  color: #722ed1;
}
.text-sm {
  font-size: 12px;
  line-height: 20px;
}
.login-wrapper[data-v-5a0016bd] {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #fff;
  display: flex;
}
.login_background[data-v-5a0016bd] {
  width: 50%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-image: url(/img/login_background.png);
  position: relative;
}
.tab-equal-width .ant-tabs-nav-list[data-v-5a0016bd] {
  width: 100% !important;
  justify-content: center !important;
}
.tab-equal-width .ant-tabs-tab[data-v-5a0016bd] {
  flex: none !important;
  padding: 0 2rem !important;
}
@keyframes myfirst-5a0016bd {
0% {
    left: 0px;
    top: 0px;
}
50% {
    left: 50px;
    top: 0px;
}
100% {
    left: 0px;
    top: 0px;
}
}
.login_adv__title h2[data-v-5a0016bd] {
  font-size: 40px;
}
.login_adv__title h4[data-v-5a0016bd] {
  font-size: 18px;
  margin-top: 10px;
  font-weight: normal;
}
.login_adv__title p[data-v-5a0016bd] {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
}
.login_adv__title div[data-v-5a0016bd] {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.login_adv__title div span[data-v-5a0016bd] {
  margin-right: 15px;
}
.login_adv__title div i[data-v-5a0016bd] {
  font-size: 40px;
}
.login_adv__title div i.add[data-v-5a0016bd] {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
}
/*background-image:linear-gradient(transparent, #000);*/
.login_main[data-v-5a0016bd] {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login-form[data-v-5a0016bd] {
  width: 30rem;
  margin-top: -70px;
}
.login-form[data-v-5a0016bd] .ant-card {
  padding: 20px 0;
}
.login-header[data-v-5a0016bd] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.login-header .logo[data-v-5a0016bd] {
  display: flex;
  align-items: center;
}
.login-header .logo img[data-v-5a0016bd] {
  width: 35px;
  height: 35px;
  vertical-align: bottom;
  margin-right: 10px;
}
.login-header .logo label[data-v-5a0016bd] {
  font-size: 24px;
}
.login-header h2[data-v-5a0016bd] {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}
.login-oauth[data-v-5a0016bd] {
  display: flex;
  justify-content: space-around;
}
.login_config[data-v-5a0016bd] {
  position: absolute;
  top: 20px;
  right: 20px;
}
.logo_background[data-v-5a0016bd] {
  position: absolute;
  left: 0;
  top: 0;
  height: 60px;
  padding-left: 56px;
  width: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  display: flex;
  align-items: center;
}
.logo_background img[data-v-5a0016bd] {
  height: 100px;
  margin-right: 10px;
}
.logo_background a[data-v-5a0016bd] {
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.logo_background a.no-link[data-v-5a0016bd],
.logo_background a.no-link label[data-v-5a0016bd] {
  cursor: default;
  color: red;
}
.logo_background a label[data-v-5a0016bd] {
  font-size: 24px;
  cursor: pointer;
}
.login_background .version[data-v-5a0016bd] {
  width: 100%;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  padding: 0 56px;
  box-sizing: border-box;
  position: absolute;
  bottom: 12px;
}
.login_background .version p[data-v-5a0016bd] {
  line-height: 22px;
  text-align: center;
  margin-bottom: 6px;
}
@media (max-width: 1200px) {
.login-form[data-v-5a0016bd] {
    width: 340px;
}
}
@media (max-width: 1000px) {
.login_main[data-v-5a0016bd] {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
}
.login_background_front[data-v-5a0016bd] {
    display: none;
}
.logo_background[data-v-5a0016bd] {
    padding-left: 40px;
}
.login-form[data-v-5a0016bd] {
    width: 100%;
    padding: 20px 40px;
    top: 15%;
}
.login_background .version[data-v-5a0016bd] {
    padding: 0 20px;
}
.login_background .version p[data-v-5a0016bd]:first-child {
    display: none;
}
}
.login-icon-gray[data-v-f9c90020] {
  color: rgba(0, 0, 0, 0.25);
}
.login-validCode-img[data-v-f9c90020] {
  border: 1px solid var(--border-color-split);
  cursor: pointer;
  width: 100%;
  height: 40px;
}
.login-wrapper[data-v-f9c90020] {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #fff;
  display: flex;
}
.login_background[data-v-f9c90020] {
  width: 50%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-image: url(/assets/login_background-B_7w1okD-1775729168091.png);
  position: relative;
}
.tab-equal-width .ant-tabs-nav-list[data-v-f9c90020] {
  width: 100%;
  display: flex;
}
.tab-equal-width .ant-tabs-tab[data-v-f9c90020] {
  flex: 1;
  text-align: center;
  padding: 0;
}
.tab-equal-width .ant-tabs-tab-btn[data-v-f9c90020] {
  justify-content: center;
  width: 100%;
}
@keyframes myfirst-f9c90020 {
0% {
    left: 0;
    top: 0;
}
50% {
    left: 50px;
    top: 0;
}
100% {
    left: 0;
    top: 0;
}
}
.login_adv__title h2[data-v-f9c90020] {
  font-size: 40px;
}
.login_adv__title h4[data-v-f9c90020] {
  font-size: 18px;
  margin-top: 10px;
  font-weight: normal;
}
.login_adv__title p[data-v-f9c90020] {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
}
.login_adv__title div[data-v-f9c90020] {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.login_adv__title div span[data-v-f9c90020] {
  margin-right: 15px;
}
.login_adv__title div i[data-v-f9c90020] {
  font-size: 40px;
}
.login_adv__title div i.add[data-v-f9c90020] {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
}
/*background-image:linear-gradient(transparent, #000);*/
.login_main[data-v-f9c90020] {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.login-form[data-v-f9c90020] {
  width: 30rem;
  margin-top: 10px;
}
.login-form .ant-card[data-v-f9c90020] {
  border: none !important;
  box-shadow: none !important;
}
.login-header[data-v-f9c90020] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.login-header h2[data-v-f9c90020] {
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}
.login_config[data-v-f9c90020] {
  position: absolute;
  top: 20px;
  right: 20px;
}
.logo_background[data-v-f9c90020] {
  margin-top: 50px;
  height: 60px;
  padding-left: 56px;
  width: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  display: flex;
  align-items: center;
}
.logo_background a[data-v-f9c90020] {
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.logo_background a.no-link[data-v-f9c90020],
.logo_background a.no-link label[data-v-f9c90020] {
  cursor: default;
}
.logo_background img[data-v-f9c90020] {
  height: 100px;
  margin-right: 10px;
}
.logo_background a label[data-v-f9c90020] {
  font-size: 24px;
  color: #0d84ff;
  cursor: pointer;
}
.login_background .version[data-v-f9c90020] {
  width: 100%;
  font-size: 14px;
  color: #0d84ff;
  font-weight: 300;
  padding: 0 56px;
  box-sizing: border-box;
  position: absolute;
  bottom: 12px;
}
.login_background .version p[data-v-f9c90020] {
  line-height: 22px;
  text-align: center;
  margin-bottom: 6px;
}
@media (max-width: 1200px) {
.login-form[data-v-f9c90020] {
    width: 340px;
}
}
@media (max-width: 1000px) {
.login_main[data-v-f9c90020] {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}
.login-form[data-v-f9c90020] {
    width: 100%;
    padding: 20px 40px;
    top: 15%;
}
.logo_background[data-v-f9c90020] {
    padding-left: 40px;
    background: transparent;
    margin-top: 30px;
}
.logo_background img[data-v-f9c90020] {
    height: 100px;
}
.login_background[data-v-f9c90020] {
    width: 100%;
    position: fixed;
    z-index: 0;
    opacity: 0.3;
}
.login_background .version[data-v-f9c90020] {
    padding: 0 20px;
    display: none;
}
.login_background .version p[data-v-f9c90020]:first-child {
    display: none;
}
}
@media (max-width: 768px) {
.logo_background[data-v-f9c90020] {
    padding-left: 20px;
    margin-top: 20px;
    height: auto;
}
.logo_background img[data-v-f9c90020] {
    height: 100px;
}
.login-form[data-v-f9c90020] {
    padding: 20px 20px;
}
.login-header h2[data-v-f9c90020] {
    font-size: 20px;
}
}
