/* ============ 网盘管理页面整体布局 ============ */
.src-components-NetdiskPage--style-m--page--3CQj3 {
  display: flex;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #f5f7fa;
}
/* 左侧菜单 */
.src-components-NetdiskPage--style-m--aside--WcfKg {
  position: relative;
  width: 200px;
  min-width: 200px;
  background: #fff;
  border-right: 1px solid #e8e8e8;
  display: flex;
  flex-direction: column;
  /* 允许按钮骑在右边界上并向右凸出到内容区 */
  overflow: visible;
  /* 右侧留白，供收起/展开竖条按钮使用，按钮不遮挡菜单内容 */
  padding-right: 14px;
  transition: width 0.2s ease, min-width 0.2s ease;
}
/* 收起后的左侧菜单（保留窄图标栏） */
.src-components-NetdiskPage--style-m--asideCollapsed--QdNyF {
  width: 64px;
  min-width: 64px;
  /* 收起状态不保留右侧留白，避免 antd inlineCollapsed 菜单(最小80px)被裁剪导致图标显示不全 */
  padding-right: 0;
}
/* 折叠/展开按钮（紧贴菜单区右边、整体位于内容区，向右凸出） */
.src-components-NetdiskPage--style-m--asideToggle--3s9e6 {
  position: absolute;
  top: calc(50% - 50px);
  right: -18px;
  z-index: 5;
  width: 18px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  background: #d9d9d9;
  border-radius: 0 8px 8px 0;
  box-shadow: -1px 0 4px rgba(0, 0, 0, 0.08);
  font-size: 12px;
  transition: background 0.2s ease, opacity 0.2s ease;
}
.src-components-NetdiskPage--style-m--asideToggle--3s9e6:hover {
  opacity: 0.75;
  background: #c0c4cc;
}
.src-components-NetdiskPage--style-m--asideMenu--2plm_ {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.src-components-NetdiskPage--style-m--asideMenuBody--o_rrV {
  flex: 1 1;
  overflow-y: auto;
  padding: 8px 0;
}
/* 空间切换器 */
.src-components-NetdiskPage--style-m--spaceSwitcher--1819T {
  padding: 4px 12px 12px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 4px;
}
.src-components-NetdiskPage--style-m--spaceSwitcherTitle--AotCq {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #999;
  margin-bottom: 6px;
}
.src-components-NetdiskPage--style-m--spaceSwitcherTitle--AotCq .src-components-NetdiskPage--style-m--ant-btn--11ik0 {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}
.src-components-NetdiskPage--style-m--menu--ksIRa {
  border-right: none;
}
.src-components-NetdiskPage--style-m--menu--ksIRa .ant-menu-item,
.src-components-NetdiskPage--style-m--menu--ksIRa .ant-menu-submenu-title {
  height: 44px !important;
  line-height: 44px !important;
  margin: 4px 8px;
  border-radius: 6px;
  text-align: left;
}
/* 菜单图标加大并美化 */
.src-components-NetdiskPage--style-m--menu--ksIRa .ant-menu-item .anticon,
.src-components-NetdiskPage--style-m--menu--ksIRa .ant-menu-submenu-title .anticon {
  font-size: 18px;
  color: #4a5568;
}
/* 收起状态：图标居中并放大到 20px（antd inlineCollapsed 对 SubMenu 图标默认 16px） */
/* 注意：inline-collapsed 类在 menu 元素自身，需用 .menu:global(.ant-menu-inline-collapsed) 匹配同一元素 */
/* antd 收起态 Menu 默认 width/min-width:80px 会让 Menu 比 aside(64px) 宽，回收站/我的分享图标中心(240)与"我的文件"(232)不一致 → 统一为 64px 居中 */
.src-components-NetdiskPage--style-m--menu--ksIRa.ant-menu-inline-collapsed {
  width: 64px !important;
  min-width: 64px !important;
}
.src-components-NetdiskPage--style-m--menu--ksIRa.ant-menu-inline-collapsed .ant-menu-item,
.src-components-NetdiskPage--style-m--menu--ksIRa.ant-menu-inline-collapsed .ant-menu-submenu-title {
  margin: 4px 0;
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.src-components-NetdiskPage--style-m--menu--ksIRa.ant-menu-inline-collapsed .ant-menu-item .anticon,
.src-components-NetdiskPage--style-m--menu--ksIRa.ant-menu-inline-collapsed .ant-menu-submenu-title .anticon {
  font-size: 20px !important;
  color: #4a5568;
}
/* 收起态隐藏 SubMenu 箭头（"我的文件"改用右键弹出子菜单） */
.src-components-NetdiskPage--style-m--menu--ksIRa.ant-menu-inline-collapsed .ant-menu-submenu-title .ant-menu-submenu-arrow {
  display: none;
}
.src-components-NetdiskPage--style-m--menu--ksIRa .ant-menu-item-selected {
  background: #e6f0ff;
}
.src-components-NetdiskPage--style-m--menu--ksIRa .ant-menu-item-selected .anticon {
  color: #4e83fd;
}
/* 收起态"我的文件"独立图标（鼠标悬停弹出子菜单） */
.src-components-NetdiskPage--style-m--collapsedMyFileIcon--3Aqpm {
  width: 64px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 0;
  border-radius: 6px;
  cursor: pointer;
}
.src-components-NetdiskPage--style-m--collapsedMyFileIcon--3Aqpm .anticon {
  font-size: 20px;
  color: #4a5568;
}
.src-components-NetdiskPage--style-m--collapsedMyFileIcon--3Aqpm:hover {
  background: rgba(0, 0, 0, 0.06);
}
.src-components-NetdiskPage--style-m--collapsedMyFileIconActive--2aBkK {
  background: #e6f0ff;
}
.src-components-NetdiskPage--style-m--collapsedMyFileIconActive--2aBkK .anticon {
  color: #4e83fd;
}
/* "我的文件"hover 子菜单 Popover */
.src-components-NetdiskPage--style-m--myFilePopover--2R5dr .ant-popover-inner-content {
  padding: 4px;
}
.src-components-NetdiskPage--style-m--myFilePopover--2R5dr .ant-menu {
  border-right: none;
}
/* 存储空间（固定在左侧菜单下角） */
.src-components-NetdiskPage--style-m--storageBox--3-GHF {
  flex-shrink: 0;
  padding: 12px 16px;
  border-top: 1px solid #f0f0f0;
  background: #fafafa;
}
/* 收起时的存储区：圆形进度，居中 */
.src-components-NetdiskPage--style-m--storageBoxCollapsed--LOc8N {
  padding: 10px 0;
}
.src-components-NetdiskPage--style-m--storageCircle--28Sdg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.src-components-NetdiskPage--style-m--storageTextCollapsed--1IIJE {
  margin-top: 6px;
  font-size: 11px;
  color: #999;
  text-align: center;
  line-height: 1.2;
  word-break: break-all;
  max-width: 56px;
}
.src-components-NetdiskPage--style-m--storageTitle--XGENz {
  font-size: 12px;
  color: #666;
  margin-bottom: 6px;
}
.src-components-NetdiskPage--style-m--storageText--3WBGj {
  font-size: 12px;
  color: #999;
  margin-top: 4px;
}
/* 右侧内容 */
.src-components-NetdiskPage--style-m--content--3v-qT {
  position: relative;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0 16px;
}
/* 操作栏 */
.src-components-NetdiskPage--style-m--operationMenu--18xec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  flex-wrap: wrap;
  grid-gap: 8px;
  gap: 8px;
}
.src-components-NetdiskPage--style-m--opLeft--Mo0Js {
  display: flex;
  grid-gap: 8px;
  gap: 8px;
  flex-wrap: wrap;
}
.src-components-NetdiskPage--style-m--opRight--1fW6Z {
  display: flex;
  grid-gap: 8px;
  gap: 8px;
}
/* 搜索输入框 */
.src-components-NetdiskPage--style-m--searchBox--1Zyy3 {
  display: flex;
  align-items: center;
}
.src-components-NetdiskPage--style-m--searchBox--1Zyy3 .ant-input-affix-wrapper {
  width: 200px;
  border-radius: 4px;
}
.src-components-NetdiskPage--style-m--searchClear--2osXU {
  color: #999;
  cursor: pointer;
}
.src-components-NetdiskPage--style-m--searchClear--2osXU:hover {
  color: #4e83fd;
}
/* 搜索结果提示条 */
.src-components-NetdiskPage--style-m--searchBar--3vYL7 {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  padding: 8px 12px;
  margin-bottom: 8px;
  background: #eef4ff;
  border: 1px solid #d6e4ff;
  border-radius: 4px;
  color: #333;
  font-size: 13px;
}
.src-components-NetdiskPage--style-m--searchBarText--1xxjR {
  flex: 1 1;
}
/* 面包屑 */
.src-components-NetdiskPage--style-m--breadcrumb--kjMME {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}
.src-components-NetdiskPage--style-m--breadcrumb--kjMME .ant-breadcrumb-link {
  cursor: pointer;
  color: #4e83fd;
}
.src-components-NetdiskPage--style-m--breadcrumbStatic--1RB0S {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.src-components-NetdiskPage--style-m--pathInputBtn--1pDLN {
  margin-left: 8px;
  cursor: pointer;
  font-size: 14px;
}
/* 文件区域 */
.src-components-NetdiskPage--style-m--fileArea--HAUPB {
  position: relative;
  flex: 1 1;
  overflow-y: auto;
  background: #fff;
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 12px;
}
.src-components-NetdiskPage--style-m--paginationWrap--16BjE {
  display: flex;
  justify-content: flex-end;
  padding: 12px 8px;
}
/* ============ 设置表格列显隐对话框 ============ */
.src-components-NetdiskPage--style-m--columnSettingBody--2ViU2 {
  padding: 8px 4px 16px;
}
.src-components-NetdiskPage--style-m--columnSettingGroup--3snPI .ant-checkbox-wrapper {
  display: block;
  margin-left: 0;
  margin-bottom: 12px;
  font-size: 13px;
}
.src-components-NetdiskPage--style-m--columnSettingFooter--280hS {
  display: flex;
  justify-content: flex-end;
  grid-gap: 8px;
  gap: 8px;
  border-top: 1px solid #f0f0f0;
  padding-top: 12px;
}
/* ============ 设置图标 Popover（列显隐 + 网格图标大小） ============ */
.src-components-NetdiskPage--style-m--settingPopover--1pP9N {
  min-width: 200px;
  padding: 4px 0;
}
.src-components-NetdiskPage--style-m--settingPopoverItem--2qsIY {
  display: flex;
  align-items: center;
  grid-gap: 6px;
  gap: 6px;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 13px;
  color: #333;
  border-radius: 4px;
}
.src-components-NetdiskPage--style-m--settingPopoverItem--2qsIY:hover {
  background: #f0f6ff;
  color: #4e83fd;
}
.src-components-NetdiskPage--style-m--gridSizeBox--1r52A {
  padding: 8px 12px 4px;
  border-top: 1px solid #f0f0f0;
}
.src-components-NetdiskPage--style-m--gridSizeTitle--6p1Un {
  font-size: 13px;
  color: #333;
  margin-bottom: 4px;
}
/* ============ 移动/复制 目标路径对话框 ============ */
.src-components-NetdiskPage--style-m--moveDialogBody--2DarD {
  padding: 8px 0 0;
}
.src-components-NetdiskPage--style-m--movePathRow--cQ42v {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.src-components-NetdiskPage--style-m--movePathLabel--1coRx {
  flex-shrink: 0;
  margin-right: 8px;
  font-size: 13px;
  color: #333;
}
.src-components-NetdiskPage--style-m--movePathInput--icdQB {
  flex: 1 1;
}
.src-components-NetdiskPage--style-m--moveTreeBox--3l4Af {
  height: 300px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 8px;
  background: #fff;
}
.src-components-NetdiskPage--style-m--moveTreeBox--3l4Af .ant-tree {
  background: transparent;
}
.src-components-NetdiskPage--style-m--moveTreeBox--3l4Af .ant-tree-treenode {
  padding: 2px 0;
}
.src-components-NetdiskPage--style-m--moveDialogFooter--9hdt8 {
  display: flex;
  justify-content: flex-end;
  grid-gap: 8px;
  gap: 8px;
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #f0f0f0;
}
/* ============ 右键菜单 ============ */
.src-components-NetdiskPage--style-m--contextMenu--2qd50 {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  padding: 4px 0;
  min-width: 140px;
  /* 兜底：菜单过长时允许内部滚动，避免超出视口被裁剪 */
  max-height: calc(100vh - 16px);
  overflow-y: auto;
}
.src-components-NetdiskPage--style-m--contextMenu--2qd50 .ant-menu {
  border-right: none;
  box-shadow: none;
}
.src-components-NetdiskPage--style-m--contextMenu--2qd50 .ant-menu-item {
  height: 36px;
  line-height: 36px;
  margin: 2px 4px;
  border-radius: 4px;
}
.src-components-NetdiskPage--style-m--contextMenu--2qd50 .ant-menu-item:hover {
  background: #e6f0ff;
}
/* ============ 文件表格 ============ */
.src-components-NetdiskPage--style-m--fileNameCell--3uvuA {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
}
.src-components-NetdiskPage--style-m--fileIcon--2_ZNh {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
}
/* 文件类型图标 */
.src-components-NetdiskPage--style-m--fileTypeIcon--3_9_F {
  display: inline-block;
  object-fit: contain;
  vertical-align: middle;
}
/* 图标/缩略图加载失败占位 */
.src-components-NetdiskPage--style-m--fileIconFailed--ZrfBE {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #bbb;
  font-size: 12px;
  background: #f5f5f5;
  border-radius: 4px;
  text-align: center;
  line-height: 1.3;
  word-break: break-all;
}
.src-components-NetdiskPage--style-m--fileNameText--1OZSz {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 400px;
}
/* ============ 网格视图 ============ */
.src-components-NetdiskPage--style-m--gridWrap--1YrIO {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 12px;
  gap: 12px;
  padding: 12px;
}
.src-components-NetdiskPage--style-m--gridItem--Cw-gT {
  width: 120px;
  height: 140px;
  border: 1px solid transparent;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  padding: 8px;
  transition: all 0.2s;
}
.src-components-NetdiskPage--style-m--gridItem--Cw-gT:hover {
  background: #f5f7fa;
}
.src-components-NetdiskPage--style-m--gridItemSelected--D9IFC {
  background: #e6f0ff;
  border-color: #4e83fd;
}
.src-components-NetdiskPage--style-m--gridCheckbox--3hXuY {
  position: absolute;
  top: 6px;
  left: 6px;
}
.src-components-NetdiskPage--style-m--gridIcon--rzGiK {
  margin-bottom: 8px;
}
.src-components-NetdiskPage--style-m--gridName--25l6V {
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #333;
}
/* ============ 上传面板 ============ */
.src-components-NetdiskPage--style-m--fileDropOverlay--z7iED {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(78, 131, 253, 0.08);
  border: 2px dashed #4e83fd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 12px;
  gap: 12px;
  color: #4e83fd;
  font-size: 18px;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
}
.src-components-NetdiskPage--style-m--fileDropOverlayIcon--2QY-3 {
  font-size: 48px;
}
.src-components-NetdiskPage--style-m--uploadPanel--3Zlg4 {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 360px;
  max-height: 400px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.src-components-NetdiskPage--style-m--uploadPanelHeader--2bPas {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  font-weight: 500;
}
/* 上传面板头部按钮组（折叠 + 关闭） */
.src-components-NetdiskPage--style-m--uploadPanelActions--2kL1h {
  display: flex;
  align-items: center;
  grid-gap: 2px;
  gap: 2px;
}
.src-components-NetdiskPage--style-m--uploadPanelBody--2EYQw {
  overflow-y: auto;
  max-height: 320px;
  padding: 8px;
}
.src-components-NetdiskPage--style-m--uploadItem--3mZay {
  display: flex;
  align-items: flex-start;
  grid-gap: 8px;
  gap: 8px;
  padding: 8px 4px;
  border-bottom: 1px solid #fafafa;
}
.src-components-NetdiskPage--style-m--uploadItemIcon--3EGWd {
  font-size: 20px;
  color: #4e83fd;
  margin-top: 4px;
}
.src-components-NetdiskPage--style-m--uploadItemInfo--1jX7o {
  flex: 1 1;
}
.src-components-NetdiskPage--style-m--uploadItemRow--dDe05 {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
.src-components-NetdiskPage--style-m--uploadItemName--3FOwG {
  font-size: 13px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 1;
  min-width: 0;
}
.src-components-NetdiskPage--style-m--uploadItemSize--2Gb3o {
  font-size: 12px;
  color: #999;
  margin-left: 8px;
  flex-shrink: 0;
}
.src-components-NetdiskPage--style-m--uploadItemStatus--2FTyn {
  font-size: 12px;
  color: #999;
  margin-left: 8px;
  flex-shrink: 0;
}
.src-components-NetdiskPage--style-m--uploadItemStatusSuccess--1QTcq {
  color: #52c41a;
}
.src-components-NetdiskPage--style-m--uploadItemStatusError--15feu {
  color: #ff4d4f;
}
.src-components-NetdiskPage--style-m--uploadError--2vjlk {
  color: #ff4d4f;
  font-size: 12px;
  margin-top: 2px;
}
/* ============ 预览 ============ */
.src-components-NetdiskPage--style-m--previewImgWrap--467Sm {
  text-align: center;
  max-height: 70vh;
  overflow: auto;
}
.src-components-NetdiskPage--style-m--previewImg--3o03q {
  max-width: 100%;
  max-height: 70vh;
}
.src-components-NetdiskPage--style-m--previewVideo--13BQt {
  width: 100%;
  max-height: 70vh;
  background: #000;
}
.src-components-NetdiskPage--style-m--previewAudioWrap--1iPyU {
  padding: 40px 20px;
}
.src-components-NetdiskPage--style-m--previewPdf--1JxVR {
  width: 100%;
  height: 70vh;
  border: none;
}
.src-components-NetdiskPage--style-m--previewLoading--9htwN {
  text-align: center;
  padding: 40px;
}
.src-components-NetdiskPage--style-m--previewOfficeTip--anwYR {
  text-align: center;
  padding: 40px;
  color: #666;
}
.src-components-NetdiskPage--style-m--previewOfficeTip--anwYR a {
  color: #4e83fd;
  cursor: pointer;
}
/* ============ 全屏视频预览（深色风格） ============ */
.src-components-NetdiskPage--style-m--videoPreview--1spNH {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 1100;
  display: flex;
  flex-direction: column;
}
.src-components-NetdiskPage--style-m--videoPreviewToolbar--3Uh22 {
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.src-components-NetdiskPage--style-m--videoPreviewName--1L2AH {
  font-size: 14px;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-components-NetdiskPage--style-m--videoPreviewSize--3U2jQ {
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
.src-components-NetdiskPage--style-m--videoPreviewActions--3Dg7C {
  display: flex;
  align-items: center;
  grid-gap: 14px;
  gap: 14px;
}
.src-components-NetdiskPage--style-m--videoPreviewActionIcon--1nCAV {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.src-components-NetdiskPage--style-m--videoPreviewActionIcon--1nCAV:hover {
  color: #4e83fd;
}
.src-components-NetdiskPage--style-m--videoPreviewBody--_2YiQ {
  flex: 1 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  overflow: hidden;
}
.src-components-NetdiskPage--style-m--videoPreviewVideo--xIE87 {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
  border-radius: 6px;
  outline: none;
}
/* ============ 全屏音频预览（仿 VideoPreview 深色风格 + 频谱动画） ============ */
.src-components-NetdiskPage--style-m--audioPreview--2hVF5 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 1100;
  display: flex;
  flex-direction: column;
}
.src-components-NetdiskPage--style-m--audioPreviewToolbar--1lA8R {
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.src-components-NetdiskPage--style-m--audioPreviewName--C-TFz {
  font-size: 14px;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-components-NetdiskPage--style-m--audioPreviewSize--3I103 {
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
.src-components-NetdiskPage--style-m--audioPreviewActions--1Er6A {
  display: flex;
  align-items: center;
  grid-gap: 14px;
  gap: 14px;
}
.src-components-NetdiskPage--style-m--audioPreviewActionIcon--87c7y {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.src-components-NetdiskPage--style-m--audioPreviewActionIcon--87c7y:hover {
  color: #4e83fd;
}
.src-components-NetdiskPage--style-m--audioPreviewBody--wgr6D {
  flex: 1 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  overflow: auto;
}
.src-components-NetdiskPage--style-m--audioPreviewCard--3LvPu {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 24px;
  gap: 24px;
  width: 100%;
  max-width: 560px;
  padding: 48px 40px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}
.src-components-NetdiskPage--style-m--audioPreviewIconWrap--3cGA5 {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #4e83fd, #7fb0ff);
  box-shadow: 0 8px 24px rgba(78, 131, 253, 0.4);
}
.src-components-NetdiskPage--style-m--audioPreviewIcon--3hWAo {
  font-size: 42px;
  color: #fff;
}
.src-components-NetdiskPage--style-m--audioPreviewWave--uIoqy {
  display: flex;
  align-items: center;
  grid-gap: 6px;
  gap: 6px;
  height: 40px;
}
.src-components-NetdiskPage--style-m--audioPreviewWave--uIoqy span {
  width: 4px;
  border-radius: 2px;
  background: linear-gradient(180deg, #4e83fd, #7fb0ff);
  transition: height 0.3s ease;
}
/* 静态均衡器（暂停时） */
.src-components-NetdiskPage--style-m--audioPreviewWave--uIoqy span:nth-child(1) {
  height: 14px;
}
.src-components-NetdiskPage--style-m--audioPreviewWave--uIoqy span:nth-child(2) {
  height: 24px;
}
.src-components-NetdiskPage--style-m--audioPreviewWave--uIoqy span:nth-child(3) {
  height: 32px;
}
.src-components-NetdiskPage--style-m--audioPreviewWave--uIoqy span:nth-child(4) {
  height: 24px;
}
.src-components-NetdiskPage--style-m--audioPreviewWave--uIoqy span:nth-child(5) {
  height: 14px;
}
/* 播放时频谱律动 */
.src-components-NetdiskPage--style-m--audioPreviewWavePlaying--1VaYH span {
  -webkit-animation: src-components-NetdiskPage--style-m--audioWave--r30OL 1s ease-in-out infinite;
          animation: src-components-NetdiskPage--style-m--audioWave--r30OL 1s ease-in-out infinite;
}
.src-components-NetdiskPage--style-m--audioPreviewWavePlaying--1VaYH span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.src-components-NetdiskPage--style-m--audioPreviewWavePlaying--1VaYH span:nth-child(2) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.src-components-NetdiskPage--style-m--audioPreviewWavePlaying--1VaYH span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.src-components-NetdiskPage--style-m--audioPreviewWavePlaying--1VaYH span:nth-child(4) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.src-components-NetdiskPage--style-m--audioPreviewWavePlaying--1VaYH span:nth-child(5) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@-webkit-keyframes src-components-NetdiskPage--style-m--audioWave--r30OL {
  0%,
  100% {
    height: 12px;
  }
  50% {
    height: 36px;
  }
}
@keyframes src-components-NetdiskPage--style-m--audioWave--r30OL {
  0%,
  100% {
    height: 12px;
  }
  50% {
    height: 36px;
  }
}
.src-components-NetdiskPage--style-m--audioPreviewFileName--3FJH1 {
  max-width: 100%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-components-NetdiskPage--style-m--audioPreviewAudio--1hs4h {
  width: 100%;
  outline: none;
}
.src-components-NetdiskPage--style-m--previewUnsupported--2Y9zP {
  text-align: center;
  padding: 60px;
  color: #999;
}
/* ============ 欢迎页（备用） ============ */
.src-components-NetdiskPage--style-m--wrap--2Glck {
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.src-components-NetdiskPage--style-m--welcome--3gF9h {
  font-size: 24px;
  color: #333;
  letter-spacing: 2px;
}
/* 空间详情：标题(label)与值一行显示 */
.src-components-NetdiskPage--style-m--spaceDetailModal--39Z5Z .ant-descriptions-item-label {
  width: 120px;
  min-width: 120px;
  white-space: nowrap;
}
/* ============ 全屏预览 ============ */
.src-components-NetdiskPage--style-m--fullPreview--21QnO {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  -webkit-animation: src-components-NetdiskPage--style-m--fullPreviewFade--2qsjk 0.3s ease;
          animation: src-components-NetdiskPage--style-m--fullPreviewFade--2qsjk 0.3s ease;
}
@-webkit-keyframes src-components-NetdiskPage--style-m--fullPreviewFade--2qsjk {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes src-components-NetdiskPage--style-m--fullPreviewFade--2qsjk {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 顶部工具栏 */
.src-components-NetdiskPage--style-m--fullPreviewToolbar--2d-Dk {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 2;
}
.src-components-NetdiskPage--style-m--fullPreviewName--3KQi5 {
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 50%;
}
.src-components-NetdiskPage--style-m--fullPreviewMode--NDplK {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  padding: 0 6px;
  margin-left: 12px;
  line-height: 20px;
  white-space: nowrap;
}
.src-components-NetdiskPage--style-m--fullPreviewActions--10tJx {
  margin-left: auto;
  display: flex;
  align-items: center;
  grid-gap: 16px;
  gap: 16px;
}
.src-components-NetdiskPage--style-m--fullPreviewActions--10tJx .anticon {
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.src-components-NetdiskPage--style-m--fullPreviewActions--10tJx .anticon:hover {
  color: #4e83fd;
}
/* 在线编辑（沿用预览样式） */
.src-components-NetdiskPage--style-m--fullPreviewEditHost--1YAWn {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  overflow: auto;
}
.src-components-NetdiskPage--style-m--fullPreviewEditBtn--2kJK- {
  font-size: 13px;
  color: #fff;
  background: #1890ff;
  border-radius: 4px;
  padding: 2px 14px;
  cursor: pointer;
  line-height: 24px;
}
.src-components-NetdiskPage--style-m--fullPreviewEditBtn--2kJK-:hover {
  background: #40a9ff;
}
.src-components-NetdiskPage--style-m--fullPreviewEditBack--JQIay {
  font-size: 13px;
  color: #fff;
  cursor: pointer;
}
.src-components-NetdiskPage--style-m--fullPreviewEditBack--JQIay:hover {
  color: #4e83fd;
}
/* 在线编辑（沿用预览样式） */
.src-components-NetdiskPage--style-m--fullPreviewEditHost--1YAWn {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  overflow: auto;
}
.src-components-NetdiskPage--style-m--fullPreviewEditBtn--2kJK- {
  font-size: 13px;
  color: #fff;
  background: #1890ff;
  border-radius: 4px;
  padding: 2px 14px;
  cursor: pointer;
  line-height: 24px;
}
.src-components-NetdiskPage--style-m--fullPreviewEditBtn--2kJK-:hover {
  background: #40a9ff;
}
.src-components-NetdiskPage--style-m--fullPreviewEditBack--JQIay {
  font-size: 13px;
  color: #fff;
  cursor: pointer;
}
.src-components-NetdiskPage--style-m--fullPreviewEditBack--JQIay:hover {
  color: #4e83fd;
}
/* 图片预览主体 */
.src-components-NetdiskPage--style-m--fullPreviewImgBody--22_7h {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}
/* 左侧缩略图列表 */
.src-components-NetdiskPage--style-m--fullPreviewMinList--1JzFO {
  width: 96px;
  height: 100%;
  margin: 0;
  padding: 8px;
  list-style: none;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.35);
  flex-shrink: 0;
}
.src-components-NetdiskPage--style-m--fullPreviewMinItem--2FRL1 {
  width: 80px;
  height: 80px;
  margin-bottom: 8px;
  border: 2px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.src-components-NetdiskPage--style-m--fullPreviewMinItem--2FRL1:hover {
  border-color: rgba(255, 255, 255, 0.4);
}
.src-components-NetdiskPage--style-m--fullPreviewMinActive--2uCqx {
  border-color: #4e83fd;
}
.src-components-NetdiskPage--style-m--fullPreviewMinItem--2FRL1 img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* 大图区域 */
.src-components-NetdiskPage--style-m--fullPreviewImgMain--2yKuw {
  flex: 1 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.src-components-NetdiskPage--style-m--fullPreviewImgFull--RGDTJ {
  margin-left: 0;
}
.src-components-NetdiskPage--style-m--fullPreviewImg--3-9pp {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.src-components-NetdiskPage--style-m--fullPreviewLoading--23zD9 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* 左右切换箭头 */
.src-components-NetdiskPage--style-m--fullPreviewNav--ZsIEQ {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.src-components-NetdiskPage--style-m--fullPreviewNav--ZsIEQ:hover {
  background: rgba(0, 0, 0, 0.7);
}
.src-components-NetdiskPage--style-m--fullPreviewNavLeft--1VhAY {
  left: 16px;
}
.src-components-NetdiskPage--style-m--fullPreviewNavRight--2aB9- {
  right: 16px;
}
/* 底部缩放条 */
.src-components-NetdiskPage--style-m--fullPreviewZoomBar--3bLHf {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 280px;
  display: flex;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  z-index: 2;
}
.src-components-NetdiskPage--style-m--fullPreviewZoomBar--3bLHf .ant-slider {
  flex: 1 1;
  margin: 0;
}
.src-components-NetdiskPage--style-m--fullPreviewZoomBar--3bLHf .ant-slider-rail {
  background: rgba(255, 255, 255, 0.3);
}
.src-components-NetdiskPage--style-m--fullPreviewZoomBar--3bLHf .ant-slider-track {
  background: #4e83fd;
}
.src-components-NetdiskPage--style-m--fullPreviewZoomBar--3bLHf .ant-slider-handle {
  border-color: #4e83fd;
  background: #fff;
}
.src-components-NetdiskPage--style-m--fullPreviewZoomText--1KtoY {
  color: #fff;
  font-size: 12px;
  min-width: 36px;
  text-align: right;
}
/* markdown / 代码滚动区 */
.src-components-NetdiskPage--style-m--fullPreviewScroll--2YODD {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background: #fff;
}
.src-components-NetdiskPage--style-m--fullPreviewContentSpin--2nxbT {
  display: block;
  margin: 80px auto;
}
/* markdown 渲染（github 风格） */
.src-components-NetdiskPage--style-m--fullPreviewMd--3oTyT {
  max-width: 920px;
  margin: 0 auto;
  padding: 32px 24px 80px;
  color: #24292e;
  font-size: 15px;
  line-height: 1.6;
  word-wrap: break-word;
}
.src-components-NetdiskPage--style-m--fullPreviewMd--3oTyT h1,
.src-components-NetdiskPage--style-m--fullPreviewMd--3oTyT h2,
.src-components-NetdiskPage--style-m--fullPreviewMd--3oTyT h3,
.src-components-NetdiskPage--style-m--fullPreviewMd--3oTyT h4,
.src-components-NetdiskPage--style-m--fullPreviewMd--3oTyT h5,
.src-components-NetdiskPage--style-m--fullPreviewMd--3oTyT h6 {
  margin: 1.2em 0 0.6em;
  font-weight: 600;
  line-height: 1.25;
  border-bottom: 1px solid #eaecef;
  padding-bottom: 0.3em;
}
.src-components-NetdiskPage--style-m--fullPreviewMd--3oTyT h1 {
  font-size: 2em;
}
.src-components-NetdiskPage--style-m--fullPreviewMd--3oTyT h2 {
  font-size: 1.5em;
}
.src-components-NetdiskPage--style-m--fullPreviewMd--3oTyT h3 {
  font-size: 1.25em;
}
.src-components-NetdiskPage--style-m--fullPreviewMd--3oTyT p {
  margin: 0.8em 0;
}
.src-components-NetdiskPage--style-m--fullPreviewMd--3oTyT a {
  color: #0366d6;
  text-decoration: none;
}
.src-components-NetdiskPage--style-m--fullPreviewMd--3oTyT a:hover {
  text-decoration: underline;
}
.src-components-NetdiskPage--style-m--fullPreviewMd--3oTyT code {
  background: rgba(27, 31, 35, 0.05);
  border-radius: 3px;
  padding: 0.2em 0.4em;
  font-size: 85%;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
}
.src-components-NetdiskPage--style-m--fullPreviewMd--3oTyT pre {
  background: #f6f8fa;
  border-radius: 6px;
  padding: 16px;
  overflow: auto;
}
.src-components-NetdiskPage--style-m--fullPreviewMd--3oTyT pre code {
  background: transparent;
  padding: 0;
  font-size: 85%;
  line-height: 1.45;
}
.src-components-NetdiskPage--style-m--fullPreviewMd--3oTyT blockquote {
  margin: 0.8em 0;
  padding: 0 1em;
  color: #6a737d;
  border-left: 0.25em solid #dfe2e5;
}
.src-components-NetdiskPage--style-m--fullPreviewMd--3oTyT ul,
.src-components-NetdiskPage--style-m--fullPreviewMd--3oTyT ol {
  padding-left: 2em;
  margin: 0.8em 0;
}
.src-components-NetdiskPage--style-m--fullPreviewMd--3oTyT table {
  border-collapse: collapse;
  margin: 0.8em 0;
  width: 100%;
}
.src-components-NetdiskPage--style-m--fullPreviewMd--3oTyT th,
.src-components-NetdiskPage--style-m--fullPreviewMd--3oTyT td {
  border: 1px solid #dfe2e5;
  padding: 6px 13px;
}
.src-components-NetdiskPage--style-m--fullPreviewMd--3oTyT th {
  background: #f6f8fa;
  font-weight: 600;
}
.src-components-NetdiskPage--style-m--fullPreviewMd--3oTyT img {
  max-width: 100%;
}
/* ============ 标签视图面板 ============ */
.src-components-NetdiskPage--style-m--tagPanel--201XL {
  padding: 8px 4px;
}
.src-components-NetdiskPage--style-m--tagPanelHeader--2QKUR {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.src-components-NetdiskPage--style-m--tagPanelTitle--y78o9 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
}
.src-components-NetdiskPage--style-m--tagGrid--B9Deg {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 12px;
  gap: 12px;
}
.src-components-NetdiskPage--style-m--tagCard--2mBSr {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  cursor: pointer;
  background: #fff;
  transition: all 0.2s;
  min-width: 160px;
}
.src-components-NetdiskPage--style-m--tagCard--2mBSr:hover {
  border-color: #4e83fd;
  box-shadow: 0 2px 8px rgba(78, 131, 253, 0.12);
}
.src-components-NetdiskPage--style-m--tagDot--3f10c {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}
.src-components-NetdiskPage--style-m--tagName--123nT {
  font-size: 13px;
  color: #333;
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-components-NetdiskPage--style-m--tagCount--1JKmG {
  font-size: 12px;
  color: #999;
  flex-shrink: 0;
}
.src-components-NetdiskPage--style-m--tagDelete--19Nu0 {
  color: #bbb;
  font-size: 13px;
  flex-shrink: 0;
}
.src-components-NetdiskPage--style-m--tagDelete--19Nu0:hover {
  color: #ff4d4f;
}
/* ============ 标签对话框 ============ */
.src-components-NetdiskPage--style-m--tagDialogSection--JIpKs {
  margin-bottom: 16px;
}
.src-components-NetdiskPage--style-m--tagDialogLabel--23sdE {
  font-size: 13px;
  color: #666;
  margin-bottom: 8px;
}
.src-components-NetdiskPage--style-m--tagDialogTags--2unqb {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 8px;
  gap: 8px;
}
.src-components-NetdiskPage--style-m--tagDialogEmpty--26PlH {
  color: #999;
  font-size: 13px;
}
.src-components-NetdiskPage--style-m--tagDialogCreate--2rcja {
  display: flex;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
  flex-wrap: wrap;
}
.src-components-NetdiskPage--style-m--tagColorPicker--JKJDz {
  display: flex;
  grid-gap: 6px;
  gap: 6px;
}
.src-components-NetdiskPage--style-m--tagColorItem--1SzhG {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
}
.src-components-NetdiskPage--style-m--tagColorItem--1SzhG:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.src-components-NetdiskPage--style-m--tagColorActive--xjwjd {
  border-color: #333;
}
/* ============ 操作审计弹窗 ============ */
.src-components-NetdiskPage--style-m--auditFilter--1tSc2 {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
/* 审计统计汇总卡片 */
.src-components-NetdiskPage--style-m--auditStats--2RMFx {
  margin-bottom: 12px;
  background: #fafafa;
}
.src-components-NetdiskPage--style-m--auditStats--2RMFx .ant-statistic-title {
  font-size: 12px;
  margin-bottom: 2px;
}
.src-components-NetdiskPage--style-m--auditStats--2RMFx .ant-statistic-content {
  line-height: 1.2;
}
.src-components-NetdiskPage--style-m--fullPreviewMd--3oTyT hr {
  height: 0.25em;
  background: #e1e4e8;
  border: 0;
  margin: 24px 0;
}
/* 代码/文本预览 */
.src-components-NetdiskPage--style-m--fullPreviewCode--2IAWL {
  margin: 0;
  padding: 20px 24px 60px;
  background: #fff;
  font-size: 13px;
  line-height: 1.6;
  color: #333;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  overflow: visible;
}
/* ============ 分享过期时间（图标） ============ */
.src-components-NetdiskPage--style-m--shareEndCell--3kEej {
  display: inline-flex;
  align-items: center;
  grid-gap: 6px;
  gap: 6px;
}
.src-components-NetdiskPage--style-m--shareEndNormal--3p5g4 {
  font-size: 14px;
  color: #67c23a;
}
.src-components-NetdiskPage--style-m--shareEndWarning--2Z5iK {
  font-size: 14px;
  color: #e6a23c;
}
.src-components-NetdiskPage--style-m--shareEndText--3O0jj {
  color: #e6a23c;
}
/* ============ 时间线模式 ============ */
.src-components-NetdiskPage--style-m--timelineWrap--321wx {
  margin-top: 16px;
  height: calc(100vh - 240px);
  overflow-y: auto;
  padding: 0 16px;
}
.src-components-NetdiskPage--style-m--timelineSort--Ia623 {
  font-size: 13px;
  color: #333;
  display: flex;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  margin-bottom: 8px;
}
.src-components-NetdiskPage--style-m--timelineList--3mFhq {
  border-left: 2px solid #e4e7ed;
  margin: 4px 0 0 6px;
  padding-left: 0;
}
.src-components-NetdiskPage--style-m--timelineItem--1S9Yy {
  position: relative;
  padding: 0 0 24px 20px;
}
.src-components-NetdiskPage--style-m--timelineItem--1S9Yy::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #409eff;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #e4e7ed;
}
.src-components-NetdiskPage--style-m--timelineDate--3_g6g {
  font-size: 13px;
  font-weight: 500;
  color: #606266;
  margin-bottom: 10px;
}
.src-components-NetdiskPage--style-m--timelineImages--Pfadk {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.src-components-NetdiskPage--style-m--timelineImageItem--2E22N {
  margin: 0 16px 16px 0;
  padding: 8px;
  text-align: center;
  cursor: pointer;
}
.src-components-NetdiskPage--style-m--timelineImageItem--2E22N:hover {
  background: #f5f7fa;
}
.src-components-NetdiskPage--style-m--timelineImageName--1emEb {
  margin-top: 8px;
  height: 40px;
  line-height: 20px;
  font-size: 12px;
  color: #333;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.src-components-SharePage--style-m--sharePage--1HBZd {
  padding: 20px 24px;
  background: #fff;
  min-height: calc(100vh - 80px);
  box-sizing: border-box;
}
.src-components-SharePage--style-m--shareHeader--1ZKhb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.src-components-SharePage--style-m--shareHeader--1ZKhb .src-components-SharePage--style-m--shareTitle--201ln {
  font-size: 18px;
  font-weight: 600;
  color: #303133;
}
.src-components-SharePage--style-m--shareBreadcrumb---Rq8L {
  margin-bottom: 12px;
  padding: 8px 12px;
  background: #fafafa;
  border-radius: 4px;
}
.src-components-SharePage--style-m--shareFileNameCell--2aKEd {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.src-components-SharePage--style-m--shareFileNameCell--2aKEd .src-components-SharePage--style-m--shareFileIcon--1J3NK {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
}
.src-components-SharePage--style-m--shareFileNameCell--2aKEd .src-components-SharePage--style-m--shareFileNameText--1EPcP {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-components-SharePage--style-m--shareExpired--2tGx5 {
  text-align: center;
  padding: 16px 0;
  color: #e6a23c;
  font-size: 15px;
}
.src-components-SharePage--style-m--shareCodeForm--2Ulwx {
  padding: 8px 0 4px;
}
.src-components-SharePage--style-m--shareCodeForm--2Ulwx .src-components-SharePage--style-m--shareCodeLabel--3U0yI {
  margin-bottom: 8px;
  color: #606266;
}
.src-components-SharePage--style-m--shareCodeFooter--1xb5n {
  display: flex;
  justify-content: flex-end;
  grid-gap: 8px;
  gap: 8px;
  margin-top: 16px;
}
.src-components-SharePage--style-m--shareLoading--32cPr {
  display: flex;
  justify-content: center;
  padding: 80px 0;
}
/* 保存到网盘对话框（"选择目标路径"样式） */
.src-components-SharePage--style-m--moveDialogBody--1j4lh {
  max-height: 420px;
  overflow-y: auto;
}
.src-components-SharePage--style-m--movePathRow--1pPvU {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.src-components-SharePage--style-m--movePathRow--1pPvU .src-components-SharePage--style-m--movePathLabel--2j3WT {
  flex-shrink: 0;
  margin-right: 8px;
  color: #606266;
}
.src-components-SharePage--style-m--movePathRow--1pPvU .src-components-SharePage--style-m--movePathInput--3lUG_ {
  flex: 1 1;
}
.src-components-SharePage--style-m--moveTree--391jt {
  min-height: 200px;
  max-height: 320px;
  overflow-y: auto;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  padding: 8px;
}
.src-components-SharePage--style-m--moveFooter--1CDcF {
  display: flex;
  justify-content: flex-end;
  grid-gap: 8px;
  gap: 8px;
  margin-top: 16px;
}

.src-components-UserSetting-UserForm--style--warp--3Ph-i{
  padding: 0 40px;
}
.src-components-UserSetting-UserForm--style--title--110CQ{
  height: 52px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
}
.src-components-UserSetting-UserForm--style--photo--p7j9j{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid var(--border-color-2);
  overflow: hidden;
  margin-right: 24px;
}
.src-components-UserSetting-UserForm--style--titleBar--30yts{
  display: inline-block;
  width: 114px;
  line-height: 32px;
  position: relative;
}
.src-components-UserSetting-UserForm--style--require--2mfF7{
  position: absolute;
  left: -12px;
  line-height: 36px;
  color: red;
}
.src-components-UserSetting-UserForm--style--content--2qUn5{
  display: inline-block;
}
.src-components-UserSetting-UserForm--style--row--tXOIt{
  margin-bottom: 24px;
}
.src-components-UserSetting-UserForm--style--formitem--2jyVl{
  display: inline-block;
}
.src-components-UserSetting-UserForm--style--bigwidth--297y-{
  width: calc(100% - 114px);
  min-width: 240px;
  max-width: 420px;
}
.src-components-UserSetting-UserForm--style--save--3IlR7{
  width: 76px;
}
.src-components-UserSetting-UserForm--style--line--2GH6k{
  position: relative;
  line-height: 24px;
  color: var(--box-shadow-color-7);
  border-bottom: 1px solid var(--backaground-color-1);
  margin-bottom: 14px;
}
.src-components-UserSetting-UserForm--style--lineCon--1batq{
  color: var(--box-shadow-color-5);
  margin-bottom: 14px;
}
.src-components-UserSetting-UserForm--style--modified--23aRt{
  position: absolute;
  right: 0;
  top: 14px;
  cursor: pointer;
  color: #1890ff;
}    
.src-components-UserSetting-UserForm--style--captchaImg--rVG3u{
  height: 32px;
  width: 100%;
  border: 1px solid var(--border-color-2);
  border-radius: 4px;
  cursor: pointer;
}
.src-components-UserSetting-UserForm--style--formSubmit--2hPFc {
  width: 100%;
}
.src-components-UserSetting-UserForm--style--userMobile--1ay0Y{
  margin: 15px 0;
  font-size: 16px;
}
.src-components-UserSetting-UserForm--style--successAlert--3QYDM{
  text-align: center;
  font-size: 14px;
  margin: 5px;
}

.src-components-UserSetting-UserForm--style--msgModal--3FKua {
  display: flex;
}
.src-components-UserSetting-UserForm--style--msgIcon--EX8Dh {
  color: #52c41a;
  font-size: 22px;
  margin-right: 16px;
}
.src-components-UserSetting-UserForm--style--msgTitle--3y2fI {
  color: var(--box-shadow-color-9);
  font-size: 16px;
  line-height: 24px;
}
.src-components-UserSetting-UserForm--style--msgCon--la-fJ {
  color: var(--box-shadow-color-7);
  line-height: 22px;
  padding: 20px 0;
}
.src-components-UserSetting-UserForm--style--msgBtn--3okTQ {
  text-align: right;
}

.src-components-UserSetting-UserForm--style--weChat--3sewu {
  width: 38px;
  height: 38px;
  background: #1cdd6e;
  font-size: 30px;
  border-radius: 4px;
  line-height: 45px;
  text-align: center;
  color: var(--backaground-color-1);
  margin: 6px 12px 0 0;
}

.src-components-UserSetting-UserForm--style--resetForm--fFK1D {
  padding: 0 30px;
}
html .src-components-UserSetting-UserForm--style--resetForm--fFK1D .ant-form-item-required::before {
  content: '';
}
.src-components-UserSetting-UserForm--style--pwdlist--7Z68D p{
  color: var(--font-color-6);
  font-size: 12px;
  margin-bottom: 10px;
}
.src-components-UserSetting-UserForm--style--pwdItems--3bxiC{
  width: 100%;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px solid var(--color-3);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 18px;
  padding: 0 5px;
}
.src-components-UserSetting-UserForm--style--pwdItems--3bxiC.src-components-UserSetting-UserForm--style--active--2V2pg,
.src-components-UserSetting-UserForm--style--pwdItems--3bxiC:hover{
  border-color: #1890ff;
  background-color: var(--color-b-8);
}
.src-components-MessageBox--style--msgBoxWrap--l7xD- {
  -webkit-transform: scale(1);
          transform: scale(1);
  background: var(--backaground-color-2);
  -webkit-user-select: none;
          user-select: none;
}
@-webkit-keyframes src-components-MessageBox--style--antZoomIn--3ag_7{
  from {height: 0;width: 100%;-webkit-transform: scale(1);transform: scale(1);}
  to {height: 100%;width: 100%;-webkit-transform: scale(1);transform: scale(1);}
}
@keyframes src-components-MessageBox--style--antZoomIn--3ag_7{
  from {height: 0;width: 100%;-webkit-transform: scale(1);transform: scale(1);}
  to {height: 100%;width: 100%;-webkit-transform: scale(1);transform: scale(1);}
}
@-webkit-keyframes src-components-MessageBox--style--mymove--n1YGW{
  from {height: 100%;width: 100%;-webkit-transform: scale(1);transform: scale(1);}
  to {height: 0;width: 100%;-webkit-transform: scale(1);transform: scale(1);}
}
@keyframes src-components-MessageBox--style--mymove--n1YGW{
  from {height: 100%;width: 100%;-webkit-transform: scale(1);transform: scale(1);}
  to {height: 0;width: 100%;-webkit-transform: scale(1);transform: scale(1);}
}
.src-components-MessageBox--style--msgBoxWrap--l7xD-,
.src-components-MessageBox--style--msgBoxWrap--l7xD- .src-components-MessageBox--style--MessageBox---eCap,
.src-components-MessageBox--style--msgBoxWrap--l7xD-.zoom-enter.zoom-enter-active,
.src-components-MessageBox--style--msgBoxWrap--l7xD- .src-components-MessageBox--style--MessageBox---eCap.zoom-enter.zoom-enter-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation-name: src-components-MessageBox--style--antZoomIn--3ag_7;
          animation-name: src-components-MessageBox--style--antZoomIn--3ag_7;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s
}
.src-components-MessageBox--style--msgBoxWrap--l7xD- .src-components-MessageBox--style--MessageBox---eCap.zoom-leave.zoom-leave-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation-name: src-components-MessageBox--style--mymove--n1YGW;
          animation-name: src-components-MessageBox--style--mymove--n1YGW;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s
}
html .src-components-MessageBox--style--MessageBox---eCap{
  top:0;
}
html .src-components-MessageBox--style--MessageBox---eCap .ant-modal-content{
  width: 80%;
  height:100%;
  margin: 88px auto 0;
  border-radius:0;
  box-shadow:none;
  background: var(--backaground-color-1);
}
html .src-components-MessageBox--style--MessageBox---eCap .ant-modal-body{
  padding:0;
  height:100%;
}
html .src-components-MessageBox--style--MessageBox---eCap .ant-modal-body .src-components-MessageBox--style--header--V1IfO {
  left: 0;
}
html .src-components-MessageBox--style--MessageBox---eCap .ant-tabs-bar,
html .src-components-MessageBox--style--MessageBox---eCap .ant-tabs-nav{
  height:46px;
  margin: 0;
  background: var(--backaground-color-1);
}
html .src-components-MessageBox--style--MessageBox---eCap .ant-tabs {
  height: 100%;
}
html .src-components-MessageBox--style--MessageBox---eCap .ant-tabs-content {
  height: 100%;
  margin-top: 24px;
}

.src-components-MessageBox--style--close--nNNDO {
  position: absolute;
  top: 0;
  right: -70px;
  width: 46px;
  height: 46px;
  background-color: var(--backaground-color-1);
  color: var(--color-9);
  font-size: 16px;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
}
.src-components-MessageBox--style--appname--YXXIn {
  display: inline-block;
  max-width: 280px;
  overflow: hidden;
  margin-right: 6px;
  text-overflow: ellipsis;
}
.src-components-MessageBox--style--unRead--1Gmns {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: red;
  margin-bottom: 6px;
}
.src-components-MessageBox--style--centerCon--1blif {
  padding: 25px 32px;
  background: var(--backaground-color-1);
}
.src-components-MessageBox--style--msgState--2pOXe {
  padding: 20px 32px;
  background: var(--backaground-color-1);
  -webkit-user-select: none;
          user-select: none;
}
.src-components-MessageBox--style--msgState--2pOXe>p {
  height: 42px;
  font-size: 14px;
  font-weight: 900;
  color: var(--box-shadow-color-9);
  line-height: 24px;
}
.src-components-MessageBox--style--msgState--2pOXe>ul li {
  display: inline-block;
  font-size: 14px;
  color: var(--box-shadow-color-7);
  line-height: 22px;
  margin: 4px 24px 6px 0;
  cursor: pointer;
}
.src-components-MessageBox--style--msgState--2pOXe>ul li:hover {
  color: #1890FF;
}
.src-components-MessageBox--style--msgState--2pOXe>ul li.src-components-MessageBox--style--checked--2j6ig {
  padding: 0 8px;
  background: #1890FF;
  border-radius: 4px;
  color: var(--backaground-color-1);
}
.src-components-MessageBox--style--operations--3XOf3 {
  height: 40px;
}
.src-components-MessageBox--style--operations--3XOf3>button {
  margin-right: 24px;
}

.src-components-MessageBox--style--unReadImg--3MbaK {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: var(--backaground-color-1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAkxJREFUSA21lU9rE0EYxrMxSCxoKF7yBcT2ELzYm0qhx2K9Nn82PfgVLIJgDgUlNUjALxCo+eNVimhvQjzV3AL9AF7aQ8WbsrrZ9PduZmRIZzfpagfe3Znnfd/nnXlmdsdJ/WOrVCr3gyDYhuauohqk0+lGu93uy/iKAhO9SqXSM8jfknwbu65M+luFQsEfDod9h0GiBvmD8Xj8meQ/juPUmPWeEFGwCr4DlgFbzQiYsD0hDx6n1u12dw2OXYqnKFIX6TLFYnFsOGd28/n8QrPZ/EVgqLmeuZko2Gg0qkuMXsEJg0MzKKqfy+W8KJ8N1wUOe73eI1tADDbA91A0521KFO6DyhvoAjE8dhcyNCBflw0VzbVUxiYHEmMtQMIHaHM2agi9bDa72Wq1+uxfjU3ekQ1VmocpYAGd5/ItpG0kYLewJZuRfMfzvNeSh6wvmOUq2D52rGxfME7WS4lJySnC3oeDS3hYJSqXyyVqZeephzw/me07Heu67jJyFcFqglkLkPQGu6mT4t7I8h3/3wK+79cZb2DRBdCwQsBVbJ72Oy7IugJ2/1Nc0kV81gIc09MZEr3iBD2dp5C1AOQfSb4RRYCER1G+adxagNm504FJx1EfWlK+c3l6BffQ/cs57wTwOYrbnU7nqwz5RlaQsEFX506i1BPfsglk1DkWbMl0GP1Fkg6q1eqaYJzzA17yn/oh4+kGn9wv8m2EbeaVycrKRO5hmnAREpcVdScU8c+Zlz4X95AL/Bur2ITqGuSP+Q3IRf9/m6xEreZCxGfAgd2qbT2O5AAAAABJRU5ErkJggg==) no-repeat center;
  background-size: 100% 100%;
  margin-right: 6px;
}
.src-components-MessageBox--style--disunReadImg--DZ3BS {
  background: var(--backaground-color-1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAk5JREFUSA2tVUtrGlEUdnQE+4qFQEMXpZhQSzchdJ1FfoE7BZ+I+EP8IS58+0Oy6q4lEMliGBIXpYtgbBEk6ky/bzpXrsMxTtJcGO+953znfc7ViPznqlarbxeLxQfDMN5Qleu6f+Lx+LjVat3xbvDnqatQKHyMRqMpSd5xHHswGFw/2QA9Xy6XJ6vVyoXHdjKZ/EVD0+n0ABGlYrGYYZrmd1OyHobmpyVC5Z1O50aTualUKhFEcEiMWSqVzjTmzmMmkznP5XIrlXPluS5I2mQyOSRGRXDP4uigbedsNuts40l0zwCV9/v9CwkQpAHnkSgDD/eZcxD0FHl1IIgYFYEn9JgftiKKvM+CMucqVVqRWZ+xaAACxyiSyAPdSafTl41G4w5taqNbUiwoc64cBI1FtjkLUUXUd4T2Au33UvrAe21Z1hHx7HO2Imi3uN7z45k08ogRvex2u9/IDLP8ifWmVsKLBur1+sF8PhejCypBlM5wOPSGjLxyufwK2zs4afMuGpjNZp+QR5FHocBa4r42wHqwu0DbbgDVHyUSiVDPCCJ1AwY3rqKXGH0W7VmWaCCfz58+lCLwxu122wrjgWgAbXaLXIo8KkWOZ2GUEyMqQQeMwirYhQvViruUPMT3IkA6kni2v0pA/GO56HULj9xv8ovF4h5qcAQZscs4/eCvVZkgsI8jZKypmwcTAse1Wu0HyXjgvHdKyW1C/910nuiFLuRP9RclBGMmZmTUbDbXw6Xjg+edBiiA9L3H9tkXvur1ej/98/NtjITfYzX+BaOzJMJVV42eAAAAAElFTkSuQmCC) no-repeat center;
  background-size: 100% 100%;
}
.src-components-MessageBox--style--operations--3XOf3 button:hover .src-components-MessageBox--style--unReadImg--3MbaK,
.src-components-MessageBox--style--operations--3XOf3 button:focus .src-components-MessageBox--style--unReadImg--3MbaK {
  background: var(--backaground-color-1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAk9JREFUSA2tVb9rFEEU/t5m/YGFQW3csxZMr52KYClqpfgrQcT67gpFEDxCUEmUQHJoK5JCbC1E04laqbV/geauUOwM5yX3/N7cjbe3zl42uQzMzsx737xv5v2YFYzYkrqeUMVtKI46U4IvInjcKMsHW8so9pMFvauC+zSetdOh4F6jKg+zisJ8yRM9qet4J4q2RKjt2IUl29xuYUo7mFEgpvxUXNhiBkjjt+zkZnylLHMp9VypriDJrLkuPrjAYRMtLmHPt4uy6n3uT542YbLWKmYN072BoMnFpzQob37zAlrTecqAvEtA482qnA/o/xNNV3siZgsPddZ8TknaRS4ODkXMlmNgqUjnnrGAms+9q3yQSdAxTJAgWdTXPN1476wDAwPWQoRLlufE1UgyYwF1Pu8ju2lKTJCAuMPM7P19fH/m8loxT8lUoyIPWGjvLVssoA6VKTRYFrG/6pvY3lnwBqVFvcIb7C5Epfi9UpGXHps81QlZw2XKaiYLEtDPdfr1gN80bGQgf1L/j0DbLDDgHGX5BFRei8awc5hhr+NB/vh5aAzegMF7GwJvRRYkYPr9YGbku0jwqFmRO0UIgwTc+IZ97xADX4foBlRBArpocgA1wiIaYW+hre4GrM7j/Dt9DO4QrFml8jH8bHoW5TF7Y1i5wdsTMpF+/+NeHtveI/bJNhrfR8wyH7TTpuN6mX2csl9ZbG/Nv6irDbfc8JfJt+Yqc33JGzTCSDDJSn2RQzAg3pDA0Ifqen1d8czmY4Ib38vy3Obb2uwm1jdr9C/G2tHlROAuxQAAAABJRU5ErkJggg==) no-repeat center;
  background-size: 100% 100%;
  transition: all 0.3s;
}
.src-components-MessageBox--style--operations--3XOf3 button:hover .src-components-MessageBox--style--disunReadImg--DZ3BS {
  background: var(--backaground-color-1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAk5JREFUSA2tVUtrGlEUdnQE+4qFQEMXpZhQSzchdJ1FfoE7BZ+I+EP8IS58+0Oy6q4lEMliGBIXpYtgbBEk6ky/bzpXrsMxTtJcGO+953znfc7ViPznqlarbxeLxQfDMN5Qleu6f+Lx+LjVat3xbvDnqatQKHyMRqMpSd5xHHswGFw/2QA9Xy6XJ6vVyoXHdjKZ/EVD0+n0ABGlYrGYYZrmd1OyHobmpyVC5Z1O50aTualUKhFEcEiMWSqVzjTmzmMmkznP5XIrlXPluS5I2mQyOSRGRXDP4uigbedsNuts40l0zwCV9/v9CwkQpAHnkSgDD/eZcxD0FHl1IIgYFYEn9JgftiKKvM+CMucqVVqRWZ+xaAACxyiSyAPdSafTl41G4w5taqNbUiwoc64cBI1FtjkLUUXUd4T2Au33UvrAe21Z1hHx7HO2Imi3uN7z45k08ogRvex2u9/IDLP8ifWmVsKLBur1+sF8PhejCypBlM5wOPSGjLxyufwK2zs4afMuGpjNZp+QR5FHocBa4r42wHqwu0DbbgDVHyUSiVDPCCJ1AwY3rqKXGH0W7VmWaCCfz58+lCLwxu122wrjgWgAbXaLXIo8KkWOZ2GUEyMqQQeMwirYhQvViruUPMT3IkA6kni2v0pA/GO56HULj9xv8ovF4h5qcAQZscs4/eCvVZkgsI8jZKypmwcTAse1Wu0HyXjgvHdKyW1C/910nuiFLuRP9RclBGMmZmTUbDbXw6Xjg+edBiiA9L3H9tkXvur1ej/98/NtjITfYzX+BaOzJMJVV42eAAAAAElFTkSuQmCC) no-repeat center;
  background-size: 100% 100%;
  transition: all 0.3s;
}

.src-components-MessageBox--style--isReadImg--3UHaN {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: var(--backaground-color-1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAY9JREFUSA3VVb1Kw1AUbpJKMlmfQRBdnEQHcRVxEXTLzyC+QQX1GUTQF2jAIT+b4iguLnXQ0UUnoatQSrcUk/gdSSEJJ7kpiYIHLjm/35d7zs1Nq/XfRdJ1Pf7NTbQT8IkkSR8NEy3GcTz3Q0DgnuetNElgGMYb8JblJkE5rGmLMjHTNFfhWM84xcaL67qv+TSWAEm7URSd55PLbFmWzxCvRoDhPCYFZZiZGNVkHInB7gADf0acVm1hCTCDfbTocBZ07PgaM7jN17AESFrC2ssnC+w+F2cJNE3rBUFwxxUU+VRV/eRiLIFt20Mk06otLAFmcCo6pvj6+zgMW6I3YAkAPgTAe1kxjuWgLD6NsQS+7/eQQKu2/M1dhO120PejotdFfIR+36TjuC0P0MaFtC+to80dsiv/cAB2BZJjKgL4JUi7pIukLbpzAERzOiFAAE8IkHQQjqBe4PlFviKRigJpP4A3YD8AeJ78AB3jsZ3cWeQqlEoEVG1Z1mYYhvekK4qy4zjOE+mNCnayRmsW0G+EeYRkHvBTfwAAAABJRU5ErkJggg==) no-repeat center;
  background-size: 100% 100%;
  margin-right: 6px;
}
.src-components-MessageBox--style--disisReadImg--2kM-E {
  background: var(--backaground-color-1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAZZJREFUSA3VVctKw0AU7eRR0mKzUASF6ELcu3TrfyRtSZf9oC6y6aIt9FfcCLoWN4oKutAYUJqX5wYXZXo7SWkUvDDMzH2cM3fuPBqN/y7C87yL30zCIPA0TXPDML5qJrLyPBcFAYFPJpPLOgm63e458FpanaAcVpGBbBgOhzthGHZkvWpu2/bHaDSKZB+WIIqiXTieyM6qOWLuYK9GgKK/6bpOAZWFYjhnNoPZbBbCmdrWwhL4vr+/WCwONkFvNpvP4/H4RY5hCZBuSwixJzur5oh55+wsgWVZT3B+5QIUupizsQRBEJAzG8CBqHQsQa/XO86yrOyYhtPp9EoFTjaWAAVOTNP8VAVjAZXeLpZgPp8/Apza1vI3bxGeVR3/wuG65WK7EvmM012J45jdAcIhTOo3+XAeUNRbCsJiTtE5NC4TQ9M05ZuTJInAf3GEojr9fj8nQFwqB3EwJfewFbp1RGKdYVnvuq6Nm30GXZE2+hRbcP3zZi27rowrFZmA2u32DQFTo3EV8BW2MsVgMOhQK/Nbtn8DTC+R6VN4sBsAAAAASUVORK5CYII=) no-repeat center;
  background-size: 100% 100%;
}
.src-components-MessageBox--style--operations--3XOf3 button:hover .src-components-MessageBox--style--isReadImg--3UHaN,
.src-components-MessageBox--style--operations--3XOf3 button:focus .src-components-MessageBox--style--isReadImg--3UHaN {
  background: var(--backaground-color-1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAZ5JREFUSA3VVT1LA0EQnTmijWAsTUgliDZWooXYitgI+gtEbE1UUH+DCJrENoW/QLEUGxsttLSJlSDBFEIIlhJufHNEuJxzHyGn4MByszsz7+3uzcwS/Xfh8bLIbx4io+BM9InPS5pEwjRBQkMegYI3d3g6TYJcWeq4miknTVAL6/sEPbbCmcy4QnM9izETh+mxsc1PQTeTwHVpBQRHQefIOdMh7MkIsJtbOGtAYunG/PA3T9Ao8gM8dQwsJkGuImuojo1+0JnpvFniy2CMSYC6mESKrQado+aIubPsJoEzQjWU3pUVELbmDNO7ZTMJGlvcgrOOgcUkyFfkIC5N9UpQ/YtxOzAJENQCwHNM8GuM3TObBG8lrsGqY2D5m16E1prNV2UzbLtI2XazyBd+e64q67jGMf+aX8c/zKJdU+IHB4V0ikLaUxAU4gkKcdcPGKZn0EMiew6A9D/tKyBeP32YSHXsvg31GMQdXQsT+MVLoSrzHaEbHHnU82b6yDAtdXtWJEAiAkVAbSy4RNeqIzOWkWn3qqcquPtZHf2AfgHFS3A286w9XQAAAABJRU5ErkJggg==) no-repeat center;
  background-size: 100% 100%;
  transition: all 0.3s;
}
.src-components-MessageBox--style--operations--3XOf3 button:hover .src-components-MessageBox--style--disisReadImg--2kM-E {
  background: var(--backaground-color-1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAZZJREFUSA3VVctKw0AU7eRR0mKzUASF6ELcu3TrfyRtSZf9oC6y6aIt9FfcCLoWN4oKutAYUJqX5wYXZXo7SWkUvDDMzH2cM3fuPBqN/y7C87yL30zCIPA0TXPDML5qJrLyPBcFAYFPJpPLOgm63e458FpanaAcVpGBbBgOhzthGHZkvWpu2/bHaDSKZB+WIIqiXTieyM6qOWLuYK9GgKK/6bpOAZWFYjhnNoPZbBbCmdrWwhL4vr+/WCwONkFvNpvP4/H4RY5hCZBuSwixJzur5oh55+wsgWVZT3B+5QIUupizsQRBEJAzG8CBqHQsQa/XO86yrOyYhtPp9EoFTjaWAAVOTNP8VAVjAZXeLpZgPp8/Apza1vI3bxGeVR3/wuG65WK7EvmM012J45jdAcIhTOo3+XAeUNRbCsJiTtE5NC4TQ9M05ZuTJInAf3GEojr9fj8nQFwqB3EwJfewFbp1RGKdYVnvuq6Nm30GXZE2+hRbcP3zZi27rowrFZmA2u32DQFTo3EV8BW2MsVgMOhQK/Nbtn8DTC+R6VN4sBsAAAAASUVORK5CYII=) no-repeat center;
  background-size: 100% 100%;
  transition: all 0.3s;
}

.src-components-MessageBox--style--delImg--1NZu4 {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: var(--backaground-color-1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAbVJREFUSA3tVb9Lw1AQbtLYbiIIgv+Bgx1EqDg4uLkKrdJk6eCguIgIbpJ/wFl0sZKmKHb1DxAEseAmFNpB6KK4dVFjm8bvSq4kz+R1yiI9CPfju+/du6O9l0olLMq4803TVFut1rXneZvI1ThfUZROOp3esizriWNRekSIAinWbrdXcXgRB77C7VAMvopvrd/vH8EtUixOQh3our6MxJyQnMNhh4jVUeSOMOipwWBwAfMF9inFAuLWajWLfbGDIg47ZlDQBWAFikEztAj7kh1fO9CxBW5xo3WQ8tAHSOwKZJm75/NobCMJdYDWnjEmmnU+k8ncVCqV91HmGAO8DZ9XD6aqQScJO9SBWKBUKi0g1lRV9dy27V3ckn6u29lsdt5xnJkgJnLZT7yDSQEedayejCh2NAwkPiLpHw37vuu67hVu8+jf6B76G2vkC6taETC+dEhLC1Sr1Tdkl5mBXXUGmz4SWoRlMmQSNaJPImAlzMqIEdgwv9frDfmMhx4cChqGoeMxsbGuP+A2OVGmcZlp4EvgNNDlSjD3TwECseROkLwP4lwwWWL/AHvQNG0HbzSt+38kvxJpmDWUujMDAAAAAElFTkSuQmCC) no-repeat center;
  background-size: 100% 100%;
  margin-right: 6px;
}
.src-components-MessageBox--style--operations--3XOf3 button:hover .src-components-MessageBox--style--delImg--1NZu4,
.src-components-MessageBox--style--operations--3XOf3 button:focus .src-components-MessageBox--style--delImg--1NZu4 {
  background: var(--backaground-color-1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAbFJREFUSA3tVT1LA0EQfXvJaSoRBEniH0hjIYJiYeFPsFDBKoWgEjUpBDuxtDRR8KMTEQRrf4AgiIJ1ypggJNil0Ri5G2cv2XB7yd2BkkLIwjFz896bmZ3jdoE+LxGW/4DIOMvjhnmL/EQVXwhUIhEsv22JJxXrZTuCXqCMXZxgjs0SBErcTaXNM4gwb1nYdbB2sJfRCiTyNG0ITLqJtt165+QvjN1JzAZMcAECUhMFSmt8glXNiisV00YUP6JDBvYU+BvLo/viAjGl1XbA4C13tcDdzbCf447rihhmLcKmoyNnbB26tgMZ5V3ID7oSM5F4zYhahxni+OmMEN2fYW1E3mzJY0rZFoq8zfNqTmy4u2zaGHVjXq167/sOBgXUqH3tYES+o1FA30cU+KOZQ6h/N3DJp+ej05GBe4PQMKL4NAGhYapljw0sUF4XVeanlaa2I07Zl49c8iBMSydodY9I4EMKbMJYkNCL8enr8KNWS6/wrtM0madVTn7NhHcWFRUxxI7wDTfFt95zLStm3dyuAhKMF2ifr60Mu+Nusp/PSZp8jzwMR7BW3hYlP97/jP8AQ8x3TngQyy4AAAAASUVORK5CYII=) no-repeat center;
  background-size: 100% 100%;
  transition: all 0.3s;
}

.src-components-MessageBox--style--tableTitle--r4Lul {
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: var(--backgournd-color-b-2);
  border: 1px solid var(--color-o-4);
  color: var(--box-shadow-color-7);
  padding-left: 16px;
}
.src-components-MessageBox--style--tableTitle--r4Lul>span {
  color: #1890FF;
}
.src-components-MessageBox--style--msgTable--38yi3 .ant-table-thead tr th {
  font-weight: 900;
}
.src-components-MessageBox--style--msgContent--3636w {
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.src-components-MessageBox--style--sendTime--1HJG5 {
  line-height: 24px;
  font-size: 12px;
  color: rgba(0,0,0,.35);
}
.src-components-MessageBox--style--toDetail--JTfIc {
  display: none;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border: 0;
  box-shadow: 0px 3px 6px 0px var(--box-shadow-color-2);
}
.src-components-MessageBox--style--msgTable--38yi3 .ant-table-row:hover .src-components-MessageBox--style--toDetail--JTfIc{
  display: inline-block;
}
.src-components-MessageBox--style--msgTable--38yi3 .ant-table-row .src-components-MessageBox--style--toDetail--JTfIc:hover{
  border: 1px solid #1890FF;
  transition: all 0;
}
.src-components-MessageBox--style--toDetailImg--3Q9Hj {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: var(--backaground-color-1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAjxJREFUSA3tlrtrVEEUhzdRI74CSkx8FVaaBEt7GzsbDeI/YCdYiq2Fna3amWCTQkm08J+wEAQF0cJG1IRAwFcQRPH7dmc2597cu7mbTSUe+HbmzJw5vzuve7fV+tdtaJsmuJc8MzAFx2AZ3sICfIWubYfgNNmuwaGU9TfljlT/RnkXXiW/NajgGRLdgF3wHB7BEhyGS3AOFDWmPdP8JPh9WxR7wuhZ+J6y/KB8AWNwCnbDS2gN+7MFK4s9rsnhg2inO8XWBJuKqbEC7umEjtbvDE8wJu+ZT183M3NrR8Bt+6Sj7ewUjX/3E/kHPO6ymV1JAW82C+zV33RVFJsHr4X3tG1NBruMkynewhlqLtXRdm3jj2IX4RfchzVoZB6QhzAH8eH24N8CZ3ASouWZOc7xBYtJCh048TQ+w88zU+wmeL8+ghc9W5zZHRpf545c1glGsacE5wMyQj2K3cb/mZJdpszLWClmXJVgWczXVTZnlWem2JfUYZ4L4J7ViqXYQjGN59rPg8tTNg/KWdhX7sD3YB2vaK9tMsk9qBOrGli1QlVx3bY4wLf7Qchv/W5QTcU9ewDxytSErjdHwanUHPdsPbJYc7n94Drez09ji4J+qT368ZhXJSoffa9GY4uCCumP9xhdFttwz3qMbXdFwXcp2LtUZQOLmTR+8d/j+5fAezYGH2ANfF9ehfPQ9z1jTMGGCl7ndXadtgOp3T3Nq7BK3Wsz0KemLKjOKHgC/VswAZ9BkUVwxv+t5wr8BffOZ9DQaU++AAAAAElFTkSuQmCC) no-repeat center;
  background-size: 100% 100%;
  margin-right: 6px;
}
.src-components-MessageBox--style--msgTable--38yi3 .src-components-MessageBox--style--toDetail--JTfIc:hover .src-components-MessageBox--style--toDetailImg--3Q9Hj {
  background: var(--backaground-color-1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAwRJREFUSA3lVk1IVFEUPndmciyohBRmVKiUmmjXWiujZbS0RUHQKkIZW7RLa2zctXHECBfmJgpy2aJNkdPPrk1CxVjGQJMjWZBGPzo6p+883n1eX+8NMy9XdeFx7z33nPPd83sf0b8+1GYY2DbGO38t0wAzdTFRAkpnMT8jRYPzSbVgYvw1YGyEjyqm2wBrtRQrKhHTFlkrRQv4Ts8l1UMNGtKLIHNLho+rMj2wwSbDEUoUkxSNhqkN1t0CvQnfHVyqKYj+DTICFh/mH7Fh5uYMX9twaG9iGR6Xc8yj+jyQhQJWZrqPOG0NKUrP9akrWqE5R0M0JHvErVPTawasFkwA8r2UB1oJF2sPBIhYHKzGMq289QbtkwSChTlNq8lCCO5iRWu4dcrPjVqxzGurtksVTZn0mtYp5qouiYRKS8LEM/xB6rRqEHFjfIQPuwW6HnOkZZT3u+myB8iQBSZZjDo1eSre1q6zF4xa677HYS2YGOftuZc0BZflmkf4kKbLLJah9i7D/T+RwSfRabLmuS+gmY2I2fXJU2pNBAVs6RuKnagDXeR1YwPNaIUWGFG/BvvYpx7pMz17AppgEB6a71ODIrBngutNsG11dGz6rPouZyj+FC5REUz4/gB0gxUvqgFhlFFaog5tmYDNXlCfhC7uRrlcqmSZ8MkAz/qQAFu9ER1ELDPBhEsSZWaaTtTtoGz+nPq6LmlZ2MkR+lLsUW9Muu8a7mpADAp2dqV9GY0DM5EMcsWl49LlJbxnRC3gnnRb5qVBYvZ0jha9SsaLX9McQLSgI0LEE9OvD/1myUbE7CrcHqIwffbj86I7gGhZB8CwWuiht16MmuZO/apjZitwAPFqvwMtsvsm7dXK3bMbzKvO3DLuvQMIC5/L4UrJ26WbASb6nbJASTTBylfyWwDqBB7PtLxn8sTYXb8bzFa7CmKZgMlwAGVjFT3RXQtUCIgpvogs0MYKSJAzxV71RPZBxwZAUdI8xo3lZWRgmTpRJu1gyKkQZeujlH5/Xi0GBfp/5H4Df/JSzZqucC8AAAAASUVORK5CYII=) no-repeat center;
  background-size: 100% 100%;
  transition: all 0.3s;
}

.src-components-MessageBox--style--msgTable--38yi3 .ant-pagination-options {
  display: none;
}

.src-components-MessageBox--style--noData--3V0iW {
  margin: 32px 0;
  color: var(--box-shadow-color-5);
  text-align: center;
}
.src-components-MessageBox--style--noData--3V0iW > p {
  padding-top: 8px;
}

.src-components-MessageBox--style--wfLi--obC4X {
  display: flex;
  padding: 20px 25px 20px 40px;
  border-bottom: 1px solid var(--backaground-color-1);
}

.src-components-MessageBox--style--wfLeft--34w_P {
  width: 50px;
  padding-top: 8px;
}

.src-components-MessageBox--style--wfheadImg--1z1zS {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  overflow: hidden;
}

.src-components-MessageBox--style--wfMainContent--2geBQ {
  flex: 1 1;
  max-width: 100%;
}

.src-components-MessageBox--style--topPart--JGrHl {
  display: flex;
  justify-content: space-between;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}

.src-components-MessageBox--style--titlePart--3R8Sp{
  cursor: pointer;
  display: flex;
  max-width: calc(100% - 120px);
  overflow: hidden;
}
.src-components-MessageBox--style--todoTitle--3OFYg {
  font-weight: 900;
  color: var(--box-shadow-color-9);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.src-components-MessageBox--style--todoTime--1g_Kw {
  display: inline-block;
  text-indent: 6px;
  font-weight: 500;
  color: var(--box-shadow-color-9);
  white-space: nowrap;
}

.src-components-MessageBox--style--todoOpers--3bDCi {
  color: #0091FF;
  margin-left: 10px;
}

.src-components-MessageBox--style--todoOpers--3bDCi>span, .src-components-MessageBox--style--operitem--1KW1m {
 margin-right: 20px;
 cursor: pointer;
 word-break: keep-all;
}
.src-components-MessageBox--style--operitem--1KW1m {
  display: inline-block;
  position: relative;
}
.src-components-MessageBox--style--todoOpers--3bDCi>span:hover, .src-components-MessageBox--style--operitem--1KW1m:hover {
  background: var(--backgournd-color-b-2);
}

.src-components-MessageBox--style--otherOpers--2f0qZ {
  min-width: 80px;
  line-height: 24px;
  color: #0091FF;
  cursor: pointer;
  word-break: keep-all;
  position: relative;
 }
.src-components-MessageBox--style--otherOpers--2f0qZ:hover {
  background: var(--backgournd-color-b-2);
}

.src-components-MessageBox--style--centerPart--1EQAE {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  border-left: 2px solid var(--border-color-2);
  padding-left: 8px;
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 14px;
  color: var(--box-shadow-color-9);
}

.src-components-MessageBox--style--bottomPart--TcdVr {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  line-height: 20px;
}

.src-components-MessageBox--style--nodeUsers--3B6ST {
  display: flex;
  align-items: center;
  height: 20px;
  margin-right: 24px;
}

.src-components-MessageBox--style--nodeUsers--3B6ST .src-components-MessageBox--style--users--OyNQo {
  margin-left: -4px;
}

.src-components-MessageBox--style--username--3V_e2 {
  display: inline-block;
  text-indent: 6px;
  font-size: 12px;
  color: var(--box-shadow-color-5);
}

.src-components-MessageBox--style--minHeadImg--3ABSR {
  display: flex;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  overflow: hidden;
}

.src-components-MessageBox--style--minHeadImgAction--3YFjW {
  font-size: 16px;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
}
.src-components-MessageBox--style--wfPagewrap--2ycHB {
  height: 32px;
  margin: 40px 32px 10px 0;
}

.src-components-MessageBox--style--wfPagination--3tTgD {
  float: right;
}
.src-components-MessageBox--style--wfPagination--3tTgD .ant-pagination-options {
  display: none;
}

.src-components-MessageBox--style--wfDiagram--1Ft48 .ant-modal-confirm-title {
  height: 30px;
  border-bottom: 1px solid var(--color-5);
}

.src-components-MessageBox--style--wfDiagram--1Ft48 .ant-modal-confirm-content {
  overflow: auto;
}

.src-components-MessageBox--style--treeSider--2Hlvs{
  flex: 0 0 300px;
  margin-right: 10px;
}
.src-components-MessageBox--style--tigTitle--2F8qz{
  height: 26px;
  line-height: 20px;
  color: var(--box-shadow-color-5);
  font-size: 12px;
  font-weight: 900;
}

.src-components-MessageBox--style--refWrap--3BHdV{
  position: relative;
}
html .src-components-MessageBox--style--refWrap--3BHdV .ant-select-clear{
  right: 32px;
}
html .src-components-MessageBox--style--refWrap--3BHdV .ant-select-selection--multiple .ant-select-selection__clear{
  right: 32px;
}
html .src-components-MessageBox--style--refWrap--3BHdV .ant-select-disabled .ant-select-selection{
  background: var(--backaground-color-1);
  cursor: default;
}
.src-components-MessageBox--style--refbtnClass--14_Tw{
  width: 30px;
  height: 32px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid var(--border-color-2);
  text-align: center;
}

.src-components-MessageBox--style--styletop--8z46H {
  margin-top: 33px;
}
html .ant-tabs-dropdown .src-components-MessageBox--style--appname--YXXIn{
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 0;
}

.src-components-QueryBuilds--style--queryBuilds--3O-yr{
  width:100%;
}
.src-components-QueryBuilds--style--group--1Eybx{
  width: calc(100% - 10px);
  padding: 10px;
  /* border-radius: 4px; */
  /* margin-bottom:5px;  */

  border-left: 1px solid var( --border-color-3);
  position: relative;
  margin-left: 10px;
}
.src-components-QueryBuilds--style--group--1Eybx:last-child{
  border:none;
}

.src-components-QueryBuilds--style--group--1Eybx .src-components-QueryBuilds--style--andor--1fM4Z{
  width: 100px;
  float: left;
  margin-top:5px;
}
.src-components-QueryBuilds--style--andor--1fM4Z .ant-radio-button-wrapper-checked{
  background: #108ee9;
  color: var(--backaground-color-1);
}
.src-components-QueryBuilds--style--operator--3iyHr{
  position: absolute;
}
.src-components-QueryBuilds--style--group--1Eybx .src-components-QueryBuilds--style--operator--3iyHr span{
  margin-right: 5px;
}
.src-components-QueryBuilds--style--group--1Eybx .src-components-QueryBuilds--style--operator--3iyHr{
  width: 80px;
  right: 10px;
  top:23px;
}

.src-components-QueryBuilds--style--query--33XnL .src-components-QueryBuilds--style--operator--3iyHr{
  top:0px;
  right: -35px;
}
.src-components-QueryBuilds--style--operator--3iyHr>i{
  cursor: pointer;
  display: inline-block;
  line-height: 40px;
  font-size: 14px;
  margin-left: 5px;
  color: var(--box-shadow-color-3);
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.src-components-QueryBuilds--style--group--1Eybx .src-components-QueryBuilds--style--operator--3iyHr>i:hover{
  color: var(--box-shadow-color-6);
}
.src-components-QueryBuilds--style--operatorwarp--3HIUR{
  height: 40px;
}
.src-components-QueryBuilds--style--query--33XnL{
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  border-left: 1px solid var( --border-color-3);
  margin-left:10px;
}
.src-components-QueryBuilds--style--query--33XnL .src-components-QueryBuilds--style--queryLine--1EyBC{
  display: inline-block;
  border-top: 1px solid var( --border-color-3);
  width: 10px;
  padding-top: 2px;
}
.src-components-QueryBuilds--style--query--33XnL:last-child .src-components-QueryBuilds--style--queryLineNone--3L5bs{
  display: block;
}
.src-components-QueryBuilds--style--queryLineNone--3L5bs{
    position: absolute;
    width: 11px;
    height: 18px;
    z-index: 1;
    top: 23px;
    left: -1px;
    display: none;
}
.src-components-QueryBuilds--style--query--33XnL:hover{
background:var(--color-o-5);
}
.src-components-QueryBuilds--style--query--33XnL:hover .src-components-QueryBuilds--style--queryLineNone--3L5bs{
    background:var(--color-o-5) !important;
}
.src-components-QueryBuilds--style--querycomponent--23Ogm{
  width: 58%;
  float: right;
  margin-right: 45px;
}
.src-components-QueryBuilds--style--querycomponentForm--95ol2{
  width: 44%;
  float: right;
  margin-right: 45px;
}
.src-components-QueryBuilds--style--querycomponent--23Ogm .ant-calendar-picker{
  width: 100%  !important;
}
.src-components-QueryBuilds--style--groupHeightLine--1GBDG{
  border: none;
  position: absolute;
  height: 100%;
  left: 0;
  top:0;
  height: 31px;
}
.src-components-QueryBuilds--style--group--1Eybx:last-child>.src-components-QueryBuilds--style--groupHeightLine--1GBDG{
  border-left: 1px solid var( --border-color-3);
}
.src-components-QueryBuilds--style--groupWidthLine--3BSIv{
  border-top:1px solid var( --border-color-3);
  width: 10px;
  position: absolute;
  left: 0;
  top: 30px;
}
.src-components-QueryBuilds--style--noborder--3bkG-{
  border: none !important;
}

.src-components-QueryBuilds--style--pulsClass--10hQ8:before{
  margin-left: 48px;
}

.src-components-Permissions-GroupSelector--style--permTag--1Ed8n {
  display: inline-flex;
  align-items: center;
  grid-gap: 4px;
  gap: 4px;
  height: 26px;
  line-height: 26px;
  padding: 0 8px 0 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  cursor: default;
  -webkit-user-select: none;
          user-select: none;
  transition: opacity 0.15s ease;
}

.src-components-Permissions-GroupSelector--style--permTagLabel--16Co- {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.src-components-Permissions-GroupSelector--style--permTagClose--3bIu5 {
  font-size: 10px;
  cursor: pointer;
  opacity: 0.75;
  transition: opacity 0.15s ease;
  display: inline-flex;
  align-items: center;
}

.src-components-Permissions-GroupSelector--style--permTagClose--3bIu5:hover {
  opacity: 1;
}

/* .imageCropWarp{
  max-height: 376px;
  display: flex;
  justify-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
} */
.src-components-ImageCrop--style--imageCropWarp--37C3h {
  background-color: var(--backaground-color-1);
  width: 100%;
  height: 408px;
}
.src-components-ImageCrop--style--imagePreview--3zqqd{
  position: relative;
}
.src-components-ImageCrop--style--imagePreviewprogress--3ew4J{
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.src-components-ImageCrop--style--imageCropPreviewWarp--1-yw0 {
  background-color: var(--backaground-color-1);
  width: 100%;
  height: 316px;
  display: flex;
  justify-content: center;
  margin-left: 10px;
}
.src-components-ImageCrop--style--imageCropPreviewWarp--1-yw0 canvas{
  align-self: center;
}
.src-components-ImageCrop--style--imageCropWarp--37C3h .src-components-ImageCrop--style--srcImage--3tGAx{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.src-components-ImageCrop--style--cropedImage--3WgET{
  padding: 0 10px;
}
.src-components-ImageCrop--style--modalfooter--1IYCh{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 5px;
  height: 55px;
  line-height: 55px;
}

.src-components-ImageCrop--style--cancenbutton--3AWig{
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  width: 74px;
  text-align: center;
  color: var(--box-shadow-color-7)
}

.src-components-ImageCrop--style--previewlabel--1uyp_{
  height: 50px;
  margin-left: 20px;
}

/* .tableScrollY .dataColumn{
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  user-select: none;
} */
.src-components-NewDataTable--style--tableScrollY--2QDPg{
  clear: both;
}
.src-components-NewDataTable--style--tableScrollY--2QDPg .ant-table-scroll table{
  width: 100%;
}
.src-components-NewDataTable--style--tableScrollY--2QDPg .ant-table-fixed-right{
  box-shadow:none;
}
.src-components-NewDataTable--style--tableScrollY--2QDPg .ant-table-tbody > tr > td,
.src-components-NewDataTable--style--tableScrollY--2QDPg .ant-table-footer,
.src-components-NewDataTable--style--tableScrollY--2QDPg .ant-table-thead > tr > th
{
  padding: 10px 8px;
}
.src-components-NewDataTable--style--table--3wuUD{
  clear: both;
}
.src-components-NewDataTable--style--table--3wuUD .src-components-NewDataTable--style--dataColumn--PFA2Q {
  /* white-space: pre; */
  -webkit-user-select: none;
          user-select: none;
}
/* tabel启用内容换行影响区域 */
.src-components-NewDataTable--style--tableLf--2IoZo .src-components-NewDataTable--style--dataColumn--PFA2Q{
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
  height:  auto;
}
.src-components-NewDataTable--style--tableNotLf--2kHXU .src-components-NewDataTable--style--dataColumn--PFA2Q{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.src-components-NewDataTable--style--tableScrollY--2QDPg .src-components-NewDataTable--style--picture--3F8m3{
  padding-top:0px !important;
  padding-bottom: 0px !important;
}

.src-components-NewDataTable--style--number--2WYVa {
  text-align: right;
}
/* .actionColomn.dataColumn{
  width: 80px;
} */
.src-components-NewDataTable--style--filterDropdown--20wPU {
  padding: 8px;
  border-radius: 6px;
  background: var(--backaground-color-1);
  box-shadow: 0 1px 6px var(--box-shadow-color-2);
}

.src-components-NewDataTable--style--filterDropdownInput--DoP3h {
  width: 130px;
  margin-right: 8px;
}
.src-components-NewDataTable--style--deletebutton--3HzJd{
    color: #108ee9;
    background: transparent;
    cursor: pointer;
    transition: color .3s ease;
}
.src-components-NewDataTable--style--datatableWarp--ZoLPI{
  position: relative;
}
.src-components-NewDataTable--style--operationsWarp--2U4zH{
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  right: 0;
  font-size: 12px;
}
.src-components-NewDataTable--style--operations--JAhZq{
  float: right;
  min-width: 475px;
}
.src-components-NewDataTable--style--operations--JAhZq>div{
  float: left;
}

.src-components-NewDataTable--style--selectText--3_wpS{
  float: left;
}
.src-components-NewDataTable--style--operations--JAhZq>div.src-components-NewDataTable--style--addButton--2blMJ{
  float: right;
  margin-right:10px;
}
.src-components-NewDataTable--style--operations--JAhZq>div.src-components-NewDataTable--style--exportButton--3wK7W{
  float: right;
  height: 28px;
  margin-right: 10px;
  max-width: 380px;
}
.src-components-NewDataTable--style--exportButton--3wK7W>span{
  float: left;
  width: auto;
}
.src-components-NewDataTable--style--exportButton--3wK7W>button{
  float: left;
  margin-top:11px;
  margin-left:10px;
}

.src-components-NewDataTable--style--searchInput--2i4Dg{
  width: 25%
}
.src-components-NewDataTable--style--searchbutton--38Gpp>button{
  margin-left:5px
}
.src-components-NewDataTable--style--batchOperators--bUt3m{
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  background:var(-border-color-1);
  height: 50px;
  line-height: 50px;
  z-index: 1;
  overflow: hidden;
  transition: all 0.2s ;
}
.src-components-NewDataTable--style--show--1lE-t.src-components-NewDataTable--style--batchOperators--bUt3m{
  width: 100%;
}
.src-components-NewDataTable--style--closeBatchOperations--RNAFj{
  position: absolute;
  right: 10px;
  font-size: 24px;
  top:13px;
  cursor: pointer;
}
.src-components-NewDataTable--style--batchOperators--bUt3m>button{
  margin: 0 10px;
}
.src-components-NewDataTable--style--refreshBtn--2FmB1{
  position: absolute;
  bottom: 30px;
  left: 5px;
  cursor: pointer;
}

.src-components-NewDataTable--style--tooltip--3HpsH .ant-tooltip-inner{
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
}
.src-components-NewDataTable--style--tooltip--3HpsH .ant-tooltip-arrow {
  border: none;
}

.src-components-NewDataTable--style--importFile--3j4AX .ant-upload-list {
  max-height: 100px;
  overflow: auto;
}
.src-components-NewDataTable--style--importFile--3j4AX .ant-upload-drag {
  height: 200px;
}
.src-components-NewDataTable--style--tabelHeader--17T2c{
  width:100%;
  height:40px;
  line-height: 40px;
  border-bottom:1px solid var(--color-f-1);
}
.src-components-NewDataTable--style--tabelHeader--17T2c div{
  width:50%;
  float:left;
  text-align: center;
  background-color:var(--backaground-color-2);
}
.src-components-NewDataTable--style--fieldTabel--5ypdS{
  width:100%;
  max-height:440px;
  overflow-y: scroll;
}
.src-components-NewDataTable--style--fieldTabel--5ypdS li{
  width:100%;
  height:40px;
  line-height: 40px;
}
.src-components-NewDataTable--style--fieldTabel--5ypdS li>div{
  width:50%;
  height:40px;
  float:left;
}
.src-components-NewDataTable--style--required--2kLJK{
  color:red;
}
.src-components-NewDataTable--style--fieldTabel--5ypdS>li:nth-child(2n-1)>div:first-child{
  background-color: var(-border-color-1);
}
.src-components-NewDataTable--style--fieldTabel--5ypdS>li:nth-child(2n)>div:first-child{
  background-color:var(--backaground-color-2);
}
.src-components-NewDataTable--style--fieldTabel--5ypdS>li:nth-child(2n-1)>div:last-child{
  background-color: var(--color-7);
}
.src-components-NewDataTable--style--fieldTabel--5ypdS>li>div:last-child{
  height:40px;
  padding-left:90px;
}
.src-components-NewDataTable--style--fieldTabel--5ypdS>li:hover>div:first-child{
  background-color: var(--color-o-5);
}
.src-components-NewDataTable--style--fieldTabel--5ypdS>li:hover>div:last-child{
  background-color: var(--color-8);
}
.src-components-NewDataTable--style--fieldTabel--5ypdS>li>div:nth-child(2) span{
  height:27px;
  line-height: 22px;
}
.src-components-NewDataTable--style--header--3LXFq{
  width:100%;
  max-height:50px;
  text-align: center;
  line-height: 30px;
  font-weight: 900;
}
.src-components-NewDataTable--style--matchMsg--fnpbU {
  color: #ff7100;
  font-size: 12px;
  font-weight: 500;
}
.src-components-NewDataTable--style--tabelBotton--1aP91{
  width:100%;
  height:40px;
  line-height: 40px;
  border-bottom:1px solid var(--color-f-1);
}
.src-components-NewDataTable--style--tabelBotton--1aP91 .ant-btn{
  float:right;
  margin:6px 10px 6px 0;
}
.src-components-NewDataTable--style--fieldRelation--2FdnK .ant-modal-body {
  padding:0;
}
.src-components-NewDataTable--style--fieldTabel--5ypdS>li>div.src-components-NewDataTable--style--chooseMsg--1rhbL {
  padding: 0;
  text-align: center;
  font-weight: bold;
}
.src-components-NewDataTable--style--doUpdateRule--3HunQ {
  margin: 15px;
  color: var(--color-r-9);
}
.src-components-NewDataTable--style--dataProcess--1WpH9{
  top:50%;
}
.src-components-NewDataTable--style--picturePopover--ZFX8M{
  width:382px;
}
.src-components-NewDataTable--style--picturePopover--ZFX8M .ant-popover-title{
  display: none;
}
.src-components-NewDataTable--style--dataProcess--1WpH9 .ant-modal-body {
  padding:0;
  text-align: center;
}
.src-components-NewDataTable--style--dataProcess--1WpH9 .ant-modal-body div span{
  margin:0 20px;
}
.src-components-NewDataTable--style--dataProcess--1WpH9 .ant-modal-content {
  background-color:rgba(0,0,0,0);
  box-shadow:none;
}

.src-components-NewDataTable--style--importResult--2nP-5 .ant-modal-body div{
  width:100%;
  text-align: center;
  margin:20px 0;
}
.src-components-NewDataTable--style--inputColor--39GVa input{
  border-color:red;
}
.src-components-NewDataTable--style--dataValidate--1XCDq {
  padding: 10px 20px;
}

.src-components-NewDataTable--style--view--1sCCm{
  float: left;
}
.src-components-NewDataTable--style--view--1sCCm button{
  margin-left: 10px;
}
.src-components-NewDataTable--style--selectView--2rTMp{
  position: relative;
  width: 240px;
  display: inline-block;
}
.src-components-NewDataTable--style--selectView--2rTMp>input{
  cursor: pointer;
}
.src-components-NewDataTable--style--selectviewIcon--1Hxiq{
  position: absolute;
  font-style: normal;
  right: 8px;
  top:20px;
  z-index: 1;
  background: var(--backaground-color-1);
  font-size: 12px;
  color: var(--box-shadow-color-7);
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.src-components-NewDataTable--style--selectviewIcon--1Hxiq.src-components-NewDataTable--style--show--1lE-t{
  -webkit-transform:  rotate(180deg) scale(0.8);
          transform:  rotate(180deg) scale(0.8);
}
.src-components-NewDataTable--style--viewList--KKRLX{
  position:absolute;
  top:39px;
  width: 100%;
  max-height: 500px;
  overflow-y: auto;
  background: var(--backaground-color-1);
  border:1px solid var(--border-color-2);
  border-radius: 4px;
  z-index: 100;
  padding: 5px;
  display: none;
}
.src-components-NewDataTable--style--viewList--KKRLX.src-components-NewDataTable--style--showViewList--KPbSP{
  display: block;
}
.src-components-NewDataTable--style--viewList--KKRLX li{
  height: 30px;
  cursor: pointer;
  line-height: 30px;
  color: var(--box-shadow-color-6);
  padding-left: 25px;
  border-radius: 4px;
  position: relative;
  transition: all 0.3s ease;
  margin-bottom:2px;
}
.src-components-NewDataTable--style--viewList--KKRLX li.src-components-NewDataTable--style--viewListHeader--12f1E{
  border-bottom:1px solid var(--border-color-2);
  color: var(--box-shadow-color-7);
  padding-left: 21px;
}
.src-components-NewDataTable--style--viewList--KKRLX li:hover{
  background: #4789f7;
  color: var(--backaground-color-1);
}
.src-components-NewDataTable--style--viewList--KKRLX li.src-components-NewDataTable--style--viewListItem--1I_pC:hover .src-components-NewDataTable--style--viewListop--3oKqy{
  opacity: 1;
}
.src-components-NewDataTable--style--viewList--KKRLX li .src-components-NewDataTable--style--viewListop--3oKqy{
  position: absolute;
  right: 10px;
  top:0;
  opacity: 0;
  transition: all 0.3s ease;
  color: var(--backaground-color-1);
}
.src-components-NewDataTable--style--viewList--KKRLX li .src-components-NewDataTable--style--viewListop--3oKqy>i{
  margin-left:10px;
}
.src-components-NewDataTable--style--viewlistItemname--RABW3{
  width: 150px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
.src-components-NewDataTable--style--copyBut--3GISR{
  margin-right:10px;
}
.src-components-NewDataTable--style--sumRow--2hswc{
  background: var(--backaground-color-1);
}
.src-components-NewDataTable--style--countRow--3_xqm{
  background: var(--color-10);

}
.ant-table-tbody tr.src-components-NewDataTable--style--sumRow--2hswc:hover>td{
  background: var(--backaground-color-1);
}
.ant-table-tbody tr.src-components-NewDataTable--style--countRow--3_xqm:hover>td{
  background: var(--color-10);
}

.src-components-NewDataTable--style--stocksumlist--3XCKZ .ant-table-bordered .ant-table-header > table,
.src-components-NewDataTable--style--stocksumlist--3XCKZ .ant-table-bordered .ant-table-body > table{
  border-color:  var(--font-color-8)
}
.src-components-NewDataTable--style--stocksumlist--3XCKZ .ant-table-bordered .ant-table-tbody > tr > td,
.src-components-NewDataTable--style--stocksumlist--3XCKZ .ant-table-bordered .ant-table-tbody > tr > td,
.src-components-NewDataTable--style--stocksumlist--3XCKZ .ant-table-bordered .ant-table-thead > tr > th{
  border-right-color: var(--font-color-8);
}
.src-components-NewDataTable--style--stocksumlist--3XCKZ .ant-table-tbody > tr > td,
.src-components-NewDataTable--style--stocksumlist--3XCKZ .ant-table-bordered .ant-table-thead > tr > th{
  border-bottom-color:  var(--font-color-8);
}
.src-components-NewDataTable--style--holidayColumn--2h97l,
 .ant-table-thead > tr > th.src-components-NewDataTable--style--holidayColumn--2h97l,
 .ant-table-tbody > tr:hover > td.src-components-NewDataTable--style--holidayColumn--2h97l {
  background: var(--color-o-6)
}

.src-components-NewDataTable--style--selectedRow--2eyNb .src-components-NewDataTable--style--selectedCol--3jgHR,
.ant-table-tbody > tr.src-components-NewDataTable--style--selectedRow--2eyNb:hover > td.src-components-NewDataTable--style--selectedCol--3jgHR{
  background: rgba(90, 182, 255, 0.5)
}


.src-components-NewDataTable-View--style--queryButton--2sqiT{
  height: 30px;
  margin-top:30px;
}
.src-components-NewDataTable-View--style--queryButton--2sqiT button{
  float: right;
  margin-left:10px; 
}
.src-components-NewDataTable-View--style--viewName--1x-ff .anticon-exclamation-circle{
  display: none;
}
.src-components-NewDataTable-View--style--viewName--1x-ff .ant-popover-message-title{
  padding-left: 0;
}
.src-components-NewDataTable-View--style--titleRender--2tAll{
  width: 150px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.src-components-NewDataTable-TableColumnAdjust--style--columnBlock--3GT7w {
  display: inline-block;
  margin: 5px 10px;
  cursor: pointer;
}

.src-components-NewDataTable-TableColumnAdjust--style--sortItem--2Y-ta {
  background:var(--backaground-color-2);
  border:1px solid var(--color-f-1);
  width:78px;
  height:35px;
  display: inline-block;
  font-size:12px;
  color:var(--font-color-4);
  text-align: center;
  line-height: 35px;
}

.src-components-NewDataTable-TableColumnAdjust--style--sortList--3_6YF {
  /* border: 1px solid black; */
  overflow-x: auto;
  white-space: nowrap;
}

.src-components-NewDataTable-TableColumnAdjust--style--title--2c_-J {
  font-size:14px;
  color:var(--font-color-4);
  letter-spacing:0px;
  text-align:left;
  margin: 10px 0px;
}

.src-components-NewDataTable-TableColumnAdjust--style--helperClass--3Fvt_ {
   z-index: 1000;
}

.src-components-IconSelector--style--iconWrapper--Fb1tz{
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.src-components-IconSelector--style--iconSvg--2mSoW{
    fill: var(--backaground-color-1)
}


.src-components-IconSelector--style--selectorIcon--3WcLy{
    float: left;
    margin: 5px;
    transition: all 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
    background: var(--backaground-color-2);
}
.src-components-IconSelector--style--selectorIcon--3WcLy:hover{
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
.src-components-IconSelector--style--searchWrap--bKCcN{
    width: 50%;
    display: flex;
    align-items: center;
}
.src-components-IconSelector--style--searchWrap--bKCcN span{
    display: inline-block;
    width: 50px;
    flex-shrink: 1;
}
.src-components-ImportResult--style--notify--2Mzob{
  position: fixed;
  width: 32%;
  min-width: 520px;
  right: 5px;
  bottom: 5px;
  top: auto;
  left: auto;
  background-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}
html .src-components-ImportResult--style--notify--2Mzob .ant-modal{
  height: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  top: 0;
}
html .src-components-ImportResult--style--notify--2Mzob .ant-modal .ant-modal-content{
  box-shadow: 0 2px 10px var(--box-shadow-color-1);
}
html .src-components-ImportResult--style--notify--2Mzob .ant-modal-header{
  padding: 19px 20px 20px;
  border-bottom-color: var(--border-color-2);
  background-color: var(--backaground-color-1);
}
html .src-components-ImportResult--style--notify--2Mzob .ant-modal-header .ant-modal-title{
  height: 18px;
}
html .src-components-ImportResult--style--notify--2Mzob .ant-modal-body{
  height: 274px;
  padding: 0;
}
.src-components-ImportResult--style--notifyTitle--3fGx_{
  font-size: 12px;
  color: var(--font-color-6);
  font-weight: 600;
}
.src-components-ImportResult--style--notifyBody--snkUo{
  height: 100%;
}
.src-components-ImportResult--style--emptyBody--2p8Nl{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.src-components-ImportResult--style--emptyBody--2p8Nl span{
  font-size: 12px;
  color: var(--color-6);
  font-weight: 600;
}
.src-components-ImportResult--style--itemWrap--3errz{
  height: 100%;
  padding: 10px 10px 5px;
  overflow: auto;
}
.src-components-ImportResult--style--rowStyle--81FaN {
  height: 60px;
  box-sizing: border-box;
  border: 1px solid rgba(217,217,217,0.3);
  border-radius: 4px;
  margin-bottom: 5px;
}
.src-components-ImportResult--style--rowStyle--81FaN:hover{
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.08);
}
.src-components-ImportResult--style--leftCol--tnRp6{
  width: 38%;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.src-components-ImportResult--style--rightCol--QlHI9{
  width: 56%;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.src-components-ImportResult--style--iconCol--baRkd{
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.src-components-ImportResult--style--nameCol--12ibL{
  width: 74%;
}
.src-components-ImportResult--style--nameCol--12ibL p{
  white-space: nowrap; 
  text-overflow: ellipsis; 
  overflow: hidden; 
}
.src-components-ImportResult--style--timeCol--KOs8H{
  padding-right: 44px;
  max-width: 100%;
}
.src-components-ImportResult--style--timeCol--KOs8H p{
  width: 100%;
  color: var(--color-6);
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.src-components-ImportResult--style--statusCol--2QfxC{
  width: 48px;
  min-width: 48px;
  color: var(--box-shadow-color-7);
  text-align: right;
  margin-right: 22px;
}
.src-components-ImportResult--style--delCol--3TB6j{
  display: flex;
  width: 0;
  min-width: 0;
  height: 58px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: var(--backaground-color-1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAApElEQVQ4T2P89evXfwY08P/7d4Y3Lu7owmC+yJ6dDIycnBhyjCCDXlvbYdVErKDo0UMMYINAGr7OnQ/Wx52cSJR+dPW0NQjZNmLYIC9gdRExmony2qhBKMllNLAhWQdXsqB9giQm1+JO2QsWMfz/+JGBJz+XGHMYvkyczMDIz8/AnRAHVg+P/j9PnjB8LChm+Pf8OVEGMUlKMvBP6GVgkZEBqwcA7iwYzMvsQzEAAAAASUVORK5CYII=) no-repeat center;
  transition: width 0.3s, min-width 0.3s;
  -moz-transition: width 0.3s, min-width 0.3s; /* Firefox 4 */
  -webkit-transition: width 0.3s, min-width 0.3s; /* Safari and Chrome */
  -o-transition: width 0.3s, min-width 0.3s; /* Opera */
}
.src-components-ImportResult--style--undelCol--vsjEG{
  display: flex;
  width: 0;
  min-width: 0;
  height: 58px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  cursor: not-allowed;
  background: var(--backaground-color-1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAn0lEQVQ4T+2UPQ7DIAyFHxjlAqkypVvb3P84/dmSKQoXsDCJIFLV5kfyki1MyPh9YHjGMPOI5YgR4f1ZhVPA3W+Atas1k0Dh+doUaYOueSCDkiAOPuvspVTpl/nHgn5308xTCZsn0ohVpZ2gP7uclz23zp4tjjekpmt3nS3eAyKgqtJwIH0PEIHK+bf4Pv/IDGk7IAQVCM6BrjVMUeT8CRufFcwiVXLoAAAAAElFTkSuQmCC) no-repeat center;
  transition: width 0.3s, min-width 0.3s;
  -moz-transition: width 0.3s, min-width 0.3s; /* Firefox 4 */
  -webkit-transition: width 0.3s, min-width 0.3s; /* Safari and Chrome */
  -o-transition: width 0.3s, min-width 0.3s; /* Opera */
}
.src-components-ImportResult--style--rowStyle--81FaN:hover .src-components-ImportResult--style--delCol--3TB6j{
  width: 60px;
  min-width: 54px;
  border-left: 1px solid rgba(217,217,217,0.3);
}
.src-components-ImportResult--style--rowStyle--81FaN:hover .src-components-ImportResult--style--undelCol--vsjEG{
  width: 60px;
  min-width: 54px;
  border-left: 1px solid rgba(217,217,217,0.3);
}
.src-components-ImportResult--style--notify--2Mzob .src-components-ImportResult--style--notifyBody--snkUo .src-components-ImportResult--style--itemWrap--3errz .src-components-ImportResult--style--leftCol--tnRp6 .src-components-ImportResult--style--importResImg--2Sfvc{
  -webkit-animation: src-components-ImportResult--style--rotation--1vQ23 1.6s linear infinite;
          animation: src-components-ImportResult--style--rotation--1vQ23 1.6s linear infinite;
}
@-webkit-keyframes src-components-ImportResult--style--rotation--1vQ23 {
  form {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes src-components-ImportResult--style--rotation--1vQ23 {
  form {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.src-components-RunTime-RuntimeNav-H5Nav--style--navWarp--aWGif{
  width: 100%;
  height: 100%;
}
.src-components-RunTime-RuntimeNav-H5Nav--style--navList--2kHsA{
  border-top: 1px solid var(--backaground-color-1);
  max-height: calc(100% - 50px);
  overflow-y: auto;
  margin-top: 55px;

}
.src-components-RunTime-RuntimeNav-H5Nav--style--navItem--35nyJ{
  width: 100%;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
  border-bottom: 1px solid var(--backaground-color-1);
  background: var(--backaground-color-1);
}
.src-components-RunTime-RuntimeNav-H5Nav--style--navItem--35nyJ p{
  font-size: 16px;
  color: var(--font-color-1);
}
html .src-components-RunTime-RuntimeNav-H5Nav--style--navItem--35nyJ .anticon{
  font-size: 12px;
  color: var(--box-shadow-color-3);
}

.src-components-RunTime-RuntimeNav-H5Nav--style--navtitles--2cawA{
  height: 50px;
  padding: 0 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: var(--backaground-color-1);
  justify-content: space-between;
  box-shadow: 0px 1px 4px 0px rgba(0,21,41,0.12);
  position: absolute;
  top: -53px;
}
html .src-components-RunTime-RuntimeNav-H5Nav--style--navtitles--2cawA .anticon{
  font-size: 20px;
}
.src-components-RunTime-RuntimeNav-H5Nav--style--icon--ouMTv{
  width: 24px;
}
.src-components-RunTime-RuntimeNav-H5Nav--style--icon--ouMTv img{
  width: 24px;
  height: 24px;
}
.src-components-RunTime-RuntimeNav-H5Nav--style--navtitles--2cawA p{
  font-size: 18px;
  color:var(--box-shadow-color-5);
}

.container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid var(--border-color-3);
  border-radius: 8px;
  padding: 15px;
}
.container p,
.container h2,
.container h3,
.container h4 {
  margin: 0;
  padding: 0;
}
.container .plans {
  width: 100%;
}
.container .plans .item {
  padding: 15px;
  border-bottom: 1px dashed var(--border-color-3);
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.container .reports {
  width: 100%;
}
.container .reports .report-item {
  padding: 15px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px dashed var(--color-b-5);
}
.anses {
  width: 100%;
}
.anses .item {
  color: var(--color-b-5);
  cursor: pointer;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px dashed var(--color-5);
}
.anses .item .item-title {
  color: var(--font-color-6);
  font-size: 12px;
  padding: 10px 0;
}

