.app-top-menu-popup {
  min-width: 150px;
}
.vben-basic-menu {
  width: 100%;
}
.vben-basic-menu .ant-menu-item {
  transition: unset;
}
.vben-basic-menu__sidebar-hor.ant-menu-horizontal {
  display: flex;
  align-items: center;
}
.vben-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark {
  background-color: transparent;
}
.vben-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-submenu:hover, .vben-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-item-open, .vben-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-submenu-open, .vben-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-item-selected, .vben-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-submenu-selected, .vben-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-item:hover, .vben-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-item-active, .vben-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open, .vben-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-submenu-active, .vben-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-submenu-title:hover {
  color: #fff;
  background-color: var(--header-active-menu-bg-color) !important;
}
.vben-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-item:hover, .vben-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-item-active, .vben-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open, .vben-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-submenu-active, .vben-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-submenu-title:hover {
  background-color: var(--header-active-menu-bg-color);
}
.vben-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .vben-basic-menu-item__level1 {
  background-color: transparent;
}
.vben-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .vben-basic-menu-item__level1.ant-menu-item-selected, .vben-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .vben-basic-menu-item__level1.ant-menu-submenu-selected {
  background-color: var(--header-active-menu-bg-color) !important;
}
.vben-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-item.vben-basic-menu-item__level1, .vben-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-submenu.vben-basic-menu-item__level1, .vben-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-item .ant-menu-submenu-title, .vben-basic-menu__sidebar-hor.ant-menu-horizontal.ant-menu-dark .ant-menu-submenu .ant-menu-submenu-title {
  height: 48px;
  line-height: 48px;
}
.vben-basic-menu .ant-menu-submenu, .vben-basic-menu .ant-menu-submenu-inline {
  transition: unset;
}
.vben-basic-menu .ant-menu-inline.ant-menu-sub {
  box-shadow: unset !important;
  transition: unset;
}.vben-simple-menu__children .vben-simple-menu-sub-title {
  font-size: 12px;
}
.vben-simple-menu__children:not(.vben-menu-item-active) .vben-simple-menu-sub-title {
  color: #666;
}
html[data-theme='dark'] .vben-simple-menu__children:not(.vben-menu-item-active) .vben-simple-menu-sub-title {
  color: #999;
}
.light-border::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 2px;
  background-color: #536dfe;
  content: '';
}
.vben-menu-menu-popover .ant-popover-arrow {
  display: none;
}
.vben-menu-menu-popover .ant-popover-inner-content {
  padding: 0;
}
.vben-menu-menu-popover .vben-menu-opened > * > .vben-menu-menu-popover .vben-menu-submenu-title-icon {
  transform: translateY(-50%) rotate(90deg) !important;
}
.vben-menu-menu-popover .vben-menu-item, .vben-menu-menu-popover .vben-menu-submenu-title {
  position: relative;
  z-index: 1;
  padding: 12px 20px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.vben-menu-menu-popover .vben-menu-item-icon, .vben-menu-menu-popover .vben-menu-submenu-title-icon {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.vben-menu-menu-popover .vben-menu-dark .vben-menu-item, .vben-menu-menu-popover .vben-menu-dark .vben-menu-submenu-title {
  color: rgba(255, 255, 255, 0.7);
}
.vben-menu-menu-popover .vben-menu-dark .vben-menu-item:hover, .vben-menu-menu-popover .vben-menu-dark .vben-menu-submenu-title:hover {
  color: #fff;
}
.vben-menu-menu-popover .vben-menu-dark .vben-menu-item-selected, .vben-menu-menu-popover .vben-menu-dark .vben-menu-submenu-title-selected {
  color: #fff;
  background-color: #536dfe !important;
}
.vben-menu-menu-popover .vben-menu-light .vben-menu-item, .vben-menu-menu-popover .vben-menu-light .vben-menu-submenu-title {
  color: rgba(0, 0, 0, 0.85);
}
.vben-menu-menu-popover .vben-menu-light .vben-menu-item:hover, .vben-menu-menu-popover .vben-menu-light .vben-menu-submenu-title:hover {
  color: #536dfe;
}
.vben-menu-menu-popover .vben-menu-light .vben-menu-item-selected, .vben-menu-menu-popover .vben-menu-light .vben-menu-submenu-title-selected {
  z-index: 2;
  color: #536dfe;
  background-color: rgba(83, 109, 254, 0.1);
}
.vben-menu-menu-popover .vben-menu-light .vben-menu-item-selected::after, .vben-menu-menu-popover .vben-menu-light .vben-menu-submenu-title-selected::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 2px;
  background-color: #536dfe;
  content: '';
}
.vben-menu {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  list-style: none;
  outline: none;
}
.vben-menu-light {
  background-color: #fff;
}
.vben-menu-light .vben-menu-submenu-active {
  color: #536dfe !important;
}
.vben-menu-light .vben-menu-submenu-active-border::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 2px;
  background-color: #536dfe;
  content: '';
}
.vben-menu-dark .vben-menu-submenu-active {
  color: #fff !important;
}
.vben-menu-item {
  position: relative;
  z-index: 1;
  display: flex;
  font-size: 14px;
  color: inherit;
  list-style: none;
  cursor: pointer;
  outline: none;
  align-items: center;
}
.vben-menu-item:hover, .vben-menu-item:active {
  color: inherit;
}
.vben-menu-item > i {
  margin-right: 6px;
}
.vben-menu-submenu-title > i, .vben-menu-submenu-title span > i {
  margin-right: 8px;
}
.vben-menu-vertical .vben-menu-item, .vben-menu-vertical .vben-menu-submenu-title {
  position: relative;
  z-index: 1;
  padding: 14px 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #2e2e33;
  cursor: pointer;
}
.vben-menu-vertical .vben-menu-item:hover, .vben-menu-vertical .vben-menu-submenu-title:hover {
  background: rgba(100, 100, 100, 0.1) !important;
}
.vben-menu-vertical .vben-menu-item .vben-menu-tooltip, .vben-menu-vertical .vben-menu-submenu-title .vben-menu-tooltip {
  width: calc(100% - 0px);
  padding: 12px 0;
  text-align: center;
}
.vben-menu-vertical .vben-menu-item .vben-menu-submenu-popup, .vben-menu-vertical .vben-menu-submenu-title .vben-menu-submenu-popup {
  padding: 12px 0;
}
.vben-menu-vertical .vben-menu-submenu-collapse .vben-menu-submenu-popup {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vben-menu-vertical .vben-menu-submenu-collapse .vben-menu-submenu-collapsed-show-tit {
  flex-direction: column;
}
.vben-menu-vertical.vben-menu-collapse .vben-menu-item, .vben-menu-vertical.vben-menu-collapse .vben-menu-submenu-title {
  padding: 0;
}
.vben-menu-vertical .vben-menu-submenu-title-icon {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
.vben-menu-submenu-title-icon {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.vben-menu-vertical .vben-menu-opened > * > .vben-menu-submenu-title-icon {
  transform: translateY(-50%) rotate(180deg);
}
.vben-menu-vertical .vben-menu-submenu-nested {
  padding-left: 20px;
}
.vben-menu-vertical .vben-menu-submenu .vben-menu-item {
  padding-left: 43px;
}
.vben-menu-light.vben-menu-vertical .vben-menu-item-active:not(.vben-menu-submenu) {
  z-index: 2;
  color: #536dfe;
  background-color: rgba(83, 109, 254, 0.1);
}
.vben-menu-light.vben-menu-vertical .vben-menu-item-active:not(.vben-menu-submenu)::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 2px;
  background-color: #536dfe;
  content: '';
}
.vben-menu-light.vben-menu-vertical .vben-menu-item-active.vben-menu-submenu {
  color: #536dfe;
}
.vben-menu-light.vben-menu-vertical.vben-menu-collapse > li.vben-menu-item-active, .vben-menu-light.vben-menu-vertical.vben-menu-collapse .vben-menu-submenu-active {
  position: relative;
  background-color: rgba(83, 109, 254, 0.05);
}
.vben-menu-light.vben-menu-vertical.vben-menu-collapse > li.vben-menu-item-active::after, .vben-menu-light.vben-menu-vertical.vben-menu-collapse .vben-menu-submenu-active::after {
  display: none;
}
.vben-menu-light.vben-menu-vertical.vben-menu-collapse > li.vben-menu-item-active::before, .vben-menu-light.vben-menu-vertical.vben-menu-collapse .vben-menu-submenu-active::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #536dfe;
  content: '';
}
.vben-menu-dark.vben-menu-vertical .vben-menu-item, .vben-menu-dark.vben-menu-vertical .vben-menu-submenu-title {
  color: rgba(255, 255, 255, 0.7);
}
.vben-menu-dark.vben-menu-vertical .vben-menu-item-active:not(.vben-menu-submenu), .vben-menu-dark.vben-menu-vertical .vben-menu-submenu-title-active:not(.vben-menu-submenu) {
  color: #fff !important;
  background-color: #536dfe !important;
}
.vben-menu-dark.vben-menu-vertical .vben-menu-item:hover, .vben-menu-dark.vben-menu-vertical .vben-menu-submenu-title:hover {
  color: #fff;
}
.vben-menu-dark.vben-menu-vertical.vben-menu-collapse > li.vben-menu-item-active, .vben-menu-dark.vben-menu-vertical.vben-menu-collapse .vben-menu-submenu-active {
  position: relative;
  color: #fff !important;
  background-color: var(--sider-dark-darken-bg-color) !important;
}
.vben-menu-dark.vben-menu-vertical.vben-menu-collapse > li.vben-menu-item-active::before, .vben-menu-dark.vben-menu-vertical.vben-menu-collapse .vben-menu-submenu-active::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #536dfe;
  content: '';
}
.vben-menu-dark.vben-menu-vertical.vben-menu-collapse > li.vben-menu-item-active .vben-menu-submenu-collapse, .vben-menu-dark.vben-menu-vertical.vben-menu-collapse .vben-menu-submenu-active .vben-menu-submenu-collapse {
  background-color: transparent;
}
.vben-menu-dark.vben-menu-vertical .vben-menu-submenu .vben-menu-item-active, .vben-menu-dark.vben-menu-vertical .vben-menu-submenu .vben-menu-item-active:hover {
  color: #fff;
  border-right: none;
}
.vben-menu-dark.vben-menu-vertical .vben-menu-child-item-active > .vben-menu-submenu-title {
  color: #fff;
}
.vben-menu-dark.vben-menu-vertical .vben-menu-opened .vben-menu-submenu-has-parent-submenu .vben-menu-submenu-title {
  background-color: transparent;
}.vben-menu-dark.vben-menu-vertical .vben-simple-menu__parent {
  background-color: var(--sider-dark-bg-color);
}
.vben-menu-dark.vben-menu-vertical .vben-simple-menu__parent > .vben-menu-submenu-title {
  background-color: var(--sider-dark-bg-color);
}
.vben-menu-dark.vben-menu-vertical .vben-simple-menu__children, .vben-menu-dark.vben-menu-popup .vben-simple-menu__children {
  background-color: var(--sider-dark-lighten-bg-color);
}
.vben-menu-dark.vben-menu-vertical .vben-simple-menu__children > .vben-menu-submenu-title, .vben-menu-dark.vben-menu-popup .vben-simple-menu__children > .vben-menu-submenu-title {
  background-color: var(--sider-dark-lighten-bg-color);
}
.vben-menu .collapse-title {
  overflow: hidden;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vben-simple-menu-sub-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}
.vben-simple-menu-tag {
  position: absolute;
  top: calc(50% - 8px);
  right: 30px;
  display: inline-block;
  padding: 2px 3px;
  margin-right: 4px;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  border-radius: 2px;
}
.vben-simple-menu-tag--collapse {
  top: 6px !important;
  right: 2px;
}
.vben-simple-menu-tag--dot {
  top: calc(50% - 2px);
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 50%;
}
.vben-simple-menu-tag--primary {
  background-color: #536dfe;
}
.vben-simple-menu-tag--error {
  background-color: #F26161;
}
.vben-simple-menu-tag--success {
  background-color: #47B347;
}
.vben-simple-menu-tag--warn {
  background-color: #F2920C;
}.vben-layout-menu-logo {
  height: 48px;
  padding: 10px 4px 10px 10px;
}
.vben-layout-menu-logo img {
  width: 44px;
  height: 44px;
}
.vben-layout-menu--mobile .vben-app-logo__title {
  opacity: 1;
}html[data-theme='dark'] .border-b-1[data-v-46d60120] {
  border-color: #333 !important;
}[data-v-67ce4912] .ant-modal-footer .vben-layout-header-action__item {
  text-align: right !important;
}
[data-v-67ce4912] .contents-item .ant-input {
  border: none !important;
}
[data-v-67ce4912] .contents-item .ant-input:focus {
  box-shadow: none !important;
}.vben-layout-header {
  display: flex;
  height: 48px;
  padding: 0;
  margin-left: -1px;
  line-height: 48px;
  color: #fff;
  background-color: #fff;
  align-items: center;
  justify-content: space-between;
}
.vben-layout-header--mobile .vben-layout-breadcrumb, .vben-layout-header--mobile .error-action, .vben-layout-header--mobile .notify-item, .vben-layout-header--mobile .fullscreen-item {
  display: none;
}
.vben-layout-header--mobile .vben-app-logo {
  min-width: unset;
  padding-right: 0;
}
.vben-layout-header--mobile .vben-app-logo__title {
  display: none;
}
.vben-layout-header--mobile .vben-layout-header-trigger {
  padding: 0 4px 0 8px !important;
}
.vben-layout-header--mobile .vben-layout-header-action {
  padding-right: 4px;
}
.vben-layout-header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
}
.vben-layout-header-logo {
  height: 48px;
  min-width: 192px;
  padding: 0 10px;
  font-size: 14px;
}
.vben-layout-header-logo img {
  width: 44px;
  height: 44px;
  margin-right: 2px;
}
.vben-layout-header-left {
  display: flex;
  height: 100%;
  align-items: center;
}
.vben-layout-header-left .vben-layout-header-trigger {
  display: flex;
  height: 100%;
  padding: 1px 10px 0;
  cursor: pointer;
  align-items: center;
}
.vben-layout-header-left .vben-layout-header-trigger .anticon {
  font-size: 16px;
}
.vben-layout-header-left .vben-layout-header-trigger.light:hover {
  background-color: #f6f6f6;
}
.vben-layout-header-left .vben-layout-header-trigger.light svg {
  fill: #000;
}
.vben-layout-header-left .vben-layout-header-trigger.dark:hover {
  background-color: var(--header-bg-hover-color);
}
.vben-layout-header-menu {
  height: 100%;
  min-width: 0;
  flex: 1;
  align-items: center;
}
.vben-layout-header-action {
  display: flex;
  min-width: 180px;
  justify-content: flex-end;
  align-items: center;
}
.vben-layout-header-action__item {
  display: flex !important;
  height: 48px;
  padding: 0 2px;
  font-size: 1.2em;
  cursor: pointer;
  align-items: center;
}
.vben-layout-header-action__item .ant-badge {
  height: 48px;
  line-height: 48px;
}
.vben-layout-header-action__item .ant-badge-dot {
  top: 10px;
  right: 2px;
}
.vben-layout-header-action span[role='img'] {
  padding: 0 8px;
}
.vben-layout-header--light {
  background-color: #fff !important;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}
.vben-layout-header--light .vben-layout-header-logo {
  color: rgba(0, 0, 0, 0.85);
}
.vben-layout-header--light .vben-layout-header-logo:hover {
  background-color: #f6f6f6;
}
.vben-layout-header--light .vben-layout-header-action__item {
  color: rgba(0, 0, 0, 0.85);
}
.vben-layout-header--light .vben-layout-header-action__item .app-iconify {
  padding: 0 10px;
  font-size: 16px !important;
}
.vben-layout-header--light .vben-layout-header-action__item:hover {
  background-color: #f6f6f6;
}
.vben-layout-header--light .vben-layout-header-action-icon, .vben-layout-header--light .vben-layout-header-action span[role='img'] {
  color: rgba(0, 0, 0, 0.85);
}
.vben-layout-header--dark {
  background-color: var(--header-bg-color) !important;
  border-left: 1px solid #d9d9d9;
}
.vben-layout-header--dark .vben-layout-header-logo:hover {
  background-color: var(--header-bg-hover-color);
}
.vben-layout-header--dark .vben-layout-header-action__item .app-iconify {
  padding: 0 10px;
  font-size: 16px !important;
}
.vben-layout-header--dark .vben-layout-header-action__item .ant-badge span {
  color: #fff;
}
.vben-layout-header--dark .vben-layout-header-action__item:hover {
  background-color: var(--header-bg-hover-color);
}/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-back-top {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: tnum;
  position: fixed;
  right: 100px;
  bottom: 50px;
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.ant-back-top:empty {
  display: none;
}
.ant-back-top-rtl {
  right: auto;
  left: 100px;
  direction: rtl;
}
.ant-back-top-content {
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 20px;
  transition: all 0.3s;
}
.ant-back-top-content:hover {
  background-color: rgba(0, 0, 0, 0.85);
  transition: all 0.3s;
}
.ant-back-top-icon {
  font-size: 24px;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .ant-back-top {
    right: 60px;
  }
}
@media screen and (max-width: 480px) {
  .ant-back-top {
    right: 20px;
  }
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.animation[data-v-0ce6119c] {
  animation: carmove-0ce6119c 0.5s ease-in-out;
}
@keyframes carmove-0ce6119c {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.ball[data-v-0ce6119c] {
  width: 50px;
  height: 50px;
  background: chocolate;
  position: fixed;
  top: 50px;
  left: 50px;
  z-index: 2001;
  border-radius: 50%;
  overflow: hidden;
}
[data-v-0ce6119c] .ant-table-cell-fix-left-first::after, [data-v-0ce6119c] .ant-table-cell-fix-left-last::after {
  right: 10px !important;
}
[data-v-0ce6119c] .ant-table-cell-fix-right-first::after, [data-v-0ce6119c] .ant-table-cell-fix-right-last::after {
  left: 10px !important;
}
.cartButton[data-v-0ce6119c] {
  width: 66px;
  height: 80px;
  color: #fff;
  text-align: center;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}.vben-layout-content {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  padding: 10px;
}
.vben-layout-content.fixed {
  width: 1200px;
  margin: 0 auto;
}
.vben-layout-content-loading {
  position: absolute;
  top: 200px;
  z-index: 10000;
}
html[data-theme='dark'] .fixed-box {
  background-color: #444;
  color: #fff;
}
html[data-theme='dark'] .fixed-box .ant-back-top {
  background-color: #444;
  border-top: 1px solid #555;
  color: #999;
}
html[data-theme='dark'] .fixed-box .icon-yijianfankui {
  color: #ccc;
}
.fixed-box {
  position: fixed;
  top: calc(100% - 260px);
  left: calc(100% - 83px);
  width: 66px;
  cursor: pointer !important;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
.fixed-box .ant-back-top {
  width: 66px;
  height: 60px;
  font-size: 28px;
  color: #666;
  background-color: #fff;
  position: initial;
  text-align: center;
  line-height: 60px;
  border-top: 1px solid #e8e8e8;
}
.fixed-box .icon-yijianfankui {
  font-size: 24px;
}
@media (max-width: 1280px) {
  .fixed-box {
    left: calc(100% - 64px);
    transform: scale(0.7);
  }
}.vben-darg-bar[data-v-d1707536] {
  position: absolute;
  top: 0;
  right: -2px;
  z-index: 200;
  width: 2px;
  height: 100%;
  cursor: col-resize;
  border-top: none;
  border-bottom: none;
}
.vben-darg-bar--hide[data-v-d1707536] {
  display: none;
}
.vben-darg-bar[data-v-d1707536]:hover {
  background-color: #536dfe;
  box-shadow: 0 0 4px 0 rgba(28, 36, 56, 0.15);
}.vben-layout-sideBar {
  z-index: 510;
}
.vben-layout-sideBar--fixed {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
}
.vben-layout-sideBar--mix {
  top: 48px;
  height: calc(100% - 48px);
}
.vben-layout-sideBar.ant-layout-sider-dark {
  background-color: var(--sider-dark-bg-color);
}
.vben-layout-sideBar.ant-layout-sider-dark .ant-layout-sider-trigger {
  color: #bfbfbf;
  background-color: rgba(255, 255, 255, 0.1);
}
.vben-layout-sideBar.ant-layout-sider-dark .ant-layout-sider-trigger:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.vben-layout-sideBar:not(.ant-layout-sider-dark) .ant-layout-sider-trigger {
  color: rgba(0, 0, 0, 0.85);
  border-top: 1px solid #d9d9d9;
}
.vben-layout-sideBar .ant-layout-sider-zero-width-trigger {
  top: 40%;
  z-index: 10;
}
.vben-layout-sideBar .ant-layout-sider-trigger {
  height: 36px;
  line-height: 36px;
}.vben-header-lock-modal__entry {
  position: relative;
  padding: 130px 30px 30px;
  border-radius: 10px;
}
.vben-header-lock-modal__header {
  position: absolute;
  top: 0;
  left: calc(50% - 45px);
  width: auto;
  text-align: center;
}
.vben-header-lock-modal__header-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.vben-header-lock-modal__header-name {
  margin-top: 5px;
}
.vben-header-lock-modal__footer {
  text-align: center;
}.vben-layout-mix-sider {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 550;
  height: 100%;
  overflow: hidden;
  background-color: #273453;
  transition: all 0.2s ease 0s;
}
.vben-layout-mix-sider__logo {
  width: 50px;
  height: 50px;
  background: #f8f8f8;
  border-radius: 50px;
}
.vben-layout-mix-sider-dom {
  height: 100%;
  overflow: hidden;
  transition: all 0.2s ease 0s;
}
.vben-layout-mix-sider-logo {
  display: flex;
  height: 66px;
  padding-left: 0 !important;
  justify-content: center;
}
.vben-layout-mix-sider-logo img {
  width: 44px;
  height: 44px;
  border-radius: 4px;
}
.vben-layout-mix-sider.light .vben-layout-mix-sider-module__item {
  font-weight: normal;
  color: rgba(255, 255, 255, 0.65);
}
.vben-layout-mix-sider.light .vben-layout-mix-sider-module__item--active {
  color: #fff;
}
.vben-layout-mix-sider.light .vben-layout-mix-sider-menu-list__content {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.vben-layout-mix-sider.light .vben-layout-mix-sider-menu-list__title .pushpin {
  color: rgba(0, 0, 0, 0.35);
}
.vben-layout-mix-sider.light .vben-layout-mix-sider-menu-list__title .pushpin:hover {
  color: rgba(0, 0, 0, 0.85);
}
.vben-layout-mix-sider.light .vben-layout-mix-sider-menu-list__title .text {
  font-size: 20px;
  font-weight: bolder;
  padding-left: 10px;
}
.vben-layout-mix-sider.dark.open > .scrollbar {
  border-right: 1px solid var(--sider-dark-lighten-bg-color);
}
.vben-layout-mix-sider.dark .vben-layout-mix-sider-menu-list {
  background-color: var(--sider-dark-bg-color);
}
.vben-layout-mix-sider.dark .vben-layout-mix-sider-menu-list__title {
  color: #fff;
  border-bottom: none;
  border-bottom: 1px solid var(--sider-dark-lighten-bg-color);
}
.vben-layout-mix-sider > .scrollbar {
  height: calc(100% - 48px - 68px);
}
.vben-layout-mix-sider.mini .vben-layout-mix-sider-module__name {
  display: none;
}
.vben-layout-mix-sider.mini .vben-layout-mix-sider-module__icon {
  margin-bottom: 0;
}
.vben-layout-mix-sider-module {
  position: relative;
  padding-top: 1px;
}
.vben-layout-mix-sider-module__item {
  position: relative;
  padding: 12px 5px;
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.vben-layout-mix-sider-module__item_div {
  padding: 10px 0;
  border-radius: 5px;
  overflow: hidden;
}
.vben-layout-mix-sider-module__item_div:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.vben-layout-mix-sider-module__item--active {
  font-weight: 700;
  color: #fff;
}
.vben-layout-mix-sider-module__item--active_div {
  background-color: #536dfe;
}
.vben-layout-mix-sider-module__item--active_div:hover {
  color: #fff;
  background-color: #536dfe;
}
.vben-layout-mix-sider-module__icon {
  margin-bottom: 8px;
  font-size: 24px;
  transition: all 0.2s;
}
.vben-layout-mix-sider-module__name {
  margin-bottom: 0;
  font-size: 12px;
  transition: all 0.2s;
}
.vben-layout-mix-sider-trigger {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  height: 36px;
  line-height: 36px;
}
.vben-layout-mix-sider.light .vben-layout-mix-sider-trigger {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-top: 1px solid #eee;
}
.vben-layout-mix-sider-menu-list {
  position: fixed;
  top: 0;
  width: 200px;
  height: calc(100%);
  background-color: #fff;
  transition: all 0.2s;
}
.vben-layout-mix-sider-menu-list__title {
  display: flex;
  height: 48px;
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
  opacity: 0;
  transition: unset;
  align-items: center;
  justify-content: space-between;
}
.vben-layout-mix-sider-menu-list__title.show {
  min-width: 130px;
  opacity: 1;
  transition: all 0.5s ease;
}
.vben-layout-mix-sider-menu-list__title .pushpin {
  margin-right: 6px;
  color: rgba(255, 255, 255, 0.65);
  cursor: pointer;
}
.vben-layout-mix-sider-menu-list__title .pushpin:hover {
  color: #fff;
}
.vben-layout-mix-sider-menu-list__content {
  height: calc(100% - 48px) !important;
}
.vben-layout-mix-sider-menu-list__content .scrollbar__wrap {
  height: 100%;
  overflow-x: hidden;
}
.vben-layout-mix-sider-menu-list__content .scrollbar__bar.is-horizontal {
  display: none;
}
.vben-layout-mix-sider-menu-list__content .ant-menu {
  height: 100%;
}
.vben-layout-mix-sider-menu-list__content .ant-menu-inline, .vben-layout-mix-sider-menu-list__content .ant-menu-vertical, .vben-layout-mix-sider-menu-list__content .ant-menu-vertical-left {
  border-right: 1px solid transparent;
}
.vben-layout-mix-sider-drag-bar {
  position: absolute;
  top: 50px;
  right: -1px;
  width: 1px;
  height: calc(100% - 50px);
  cursor: ew-resize;
  background-color: #f8f8f9;
  border-top: none;
  border-bottom: none;
  box-shadow: 0 0 4px 0 rgba(28, 36, 56, 0.15);
}
.set-btn > div {
  border-radius: 5px;
}
.set-btn > div:hover {
  background-color: rgba(255, 255, 255, 0.15);
}.vben-layout-sider-wrapper .ant-drawer-body {
  height: 100vh;
  padding: 0;
}
.vben-layout-sider-wrapper .ant-drawer-header-no-title {
  display: none;
}html[data-theme='dark'] .vben-multiple-tabs .ant-tabs-tab {
  border-bottom: 1px solid #d9d9d9;
}
html[data-theme='light'] .vben-multiple-tabs .ant-tabs-tab:not(.ant-tabs-tab-active) {
  border: 1px solid #d9d9d9 !important;
}
.vben-multiple-tabs {
  z-index: 10;
  height: 32px;
  line-height: 32px;
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9;
}
.vben-multiple-tabs .ant-tabs-small {
  height: 30px;
}
.vben-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-card-bar {
  height: 30px;
  margin: 0;
  background-color: #fff;
  border: 0;
  box-shadow: none;
}
.vben-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {
  height: 30px;
  padding-top: 2px;
}
.vben-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  height: calc(30px - 2px);
  padding-right: 12px;
  line-height: calc(30px - 2px);
  color: rgba(0, 0, 0, 0.85);
  background-color: #fff;
  transition: none;
}
.vben-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab:hover .ant-tabs-close-x {
  opacity: 1;
}
.vben-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x {
  width: 8px;
  height: 12px;
  font-size: 12px;
  color: inherit;
  opacity: 0;
  transition: none;
}
.vben-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x:hover svg {
  width: 0.8em;
}
.vben-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vben-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab svg {
  fill: rgba(0, 0, 0, 0.85);
}
.vben-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab:not(.ant-tabs-tab-active):hover {
  color: #536dfe;
}
.vben-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  position: relative;
  padding-left: 18px;
  color: #fff !important;
  background: #536dfe;
  border: 0;
  transition: none;
}
.vben-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active .ant-tabs-close-x {
  opacity: 1;
}
.vben-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active svg {
  width: 0.7em;
  fill: #fff;
}
.vben-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-nav > div:nth-child(1) {
  padding: 0 6px;
}
.vben-multiple-tabs .ant-tabs.ant-tabs-card .ant-tabs-nav > div:nth-child(1) .ant-tabs-tab {
  margin-right: 3px !important;
}
.vben-multiple-tabs .ant-tabs-tab:not(.ant-tabs-tab-active) .anticon-close {
  font-size: 12px;
}
.vben-multiple-tabs .ant-tabs-tab:not(.ant-tabs-tab-active) .anticon-close svg {
  width: 0.6em;
}
.vben-multiple-tabs .ant-tabs-extra-content {
  margin-top: 2px;
  line-height: 30px !important;
}
.vben-multiple-tabs .ant-dropdown-trigger {
  display: inline-flex;
}
.vben-multiple-tabs--hide-close .ant-tabs-close-x {
  opacity: 0 !important;
}
.vben-multiple-tabs-content__extra-quick, .vben-multiple-tabs-content__extra-redo, .vben-multiple-tabs-content__extra-fold {
  display: inline-block;
  width: 36px;
  height: 30px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  cursor: pointer;
  border-left: 1px solid #d9d9d9;
}
.vben-multiple-tabs-content__extra-quick:hover, .vben-multiple-tabs-content__extra-redo:hover, .vben-multiple-tabs-content__extra-fold:hover {
  color: rgba(0, 0, 0, 0.85);
}
.vben-multiple-tabs-content__extra-quick span[role='img'], .vben-multiple-tabs-content__extra-redo span[role='img'], .vben-multiple-tabs-content__extra-fold span[role='img'] {
  transform: rotate(90deg);
}
.vben-multiple-tabs-content__extra-redo span[role='img'] {
  transform: rotate(0deg);
}
.vben-multiple-tabs-content__info {
  display: inline-block;
  width: 100%;
  height: 28px;
  padding-left: 0;
  margin-left: -10px;
  font-size: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}.vben-layout-multiple-header[data-v-16f90d9d] {
  transition: width 0.2s;
  flex: 0 0 auto;
}
.vben-layout-multiple-header--dark[data-v-16f90d9d] {
  margin-left: -1px;
}
.vben-layout-multiple-header--fixed[data-v-16f90d9d] {
  position: fixed;
  top: 0;
  z-index: 505;
  width: 100%;
}.vben-default-layout {
  display: flex;
  width: 100%;
  min-height: 100%;
  background-color: #f4f7f9;
  flex-direction: column;
}
.vben-default-layout > .ant-layout {
  min-height: 100%;
}
.vben-default-layout-main {
  width: 100%;
  margin-left: 1px;
}