.contextmenu[data-v-5365b35a] {
  position: fixed;
  z-index: 1;
  border-radius: 4px;
  box-shadow: 2px 2px 10px #aaaaaaa6 !important;
}

.page-router-tabs[data-v-82cbaa42] {
  height: 54px;
  display: block;
}
.page-router-tabs > .page-router-tabs-fixed[data-v-82cbaa42] {
  position: fixed;
  height: 54px;
  right: 0;
  top: 49px;
  width: calc(100% - 200px);
  background-color: #ffffff;
  z-index: 50;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 10px;
}
[data-v-82cbaa42] .ant-tabs-tab {
  border-top-color: #fff !important;
  border-left-color: #fff !important;
  border-right-color: #fff !important;
  background-color: #FFFFFF !important;
  position: relative;
  margin-right: 0 !important;
  padding: 0 24px !important;
}
[data-v-82cbaa42] .ant-tabs-tab .ant-tabs-close-x {
  position: absolute;
  top: 12px;
  right: 8px;
}
[data-v-82cbaa42] .ant-tabs-tab-active {
  border-bottom-color: #1890FF !important;
}


.global-root[data-v-681a027c] {
	position: relative;
	width: 100%;
	min-width: 1080px;
	min-height: 100vh;
	max-height: 100vh;
	height: 100vh;
}
.global-main-menu-root[data-v-681a027c] {
	min-height: calc(100vh - 64px);
	background-color: #ffffff;
	position: relative;
}
.global-main-menu-root-right-action-col[data-v-681a027c] {
	position: fixed;
	left: 200px;
	top: 50%;
	transition: all 0.2s ease;
	transform: translateY(-50%);
	z-index: 50;
	display: inline-block;
	width: 16px;
	height: 56px;
	border: 1px solid #e4e4e4;
	border-left-width: 0;
	background: #FFFFFF;
	color: #333333;
	border-radius: 0 8px 8px 0;
	cursor: pointer;
	font-size: 12px;
	box-sizing: border-box;
}
.global-main-menu-root-right-action-col[data-v-681a027c]:hover {
	background: #1890ff !important;
	color: #fff !important;
	border-width: 0;
}
.global-main-menu-root-right-action-col-left[data-v-681a027c] {
	background: #1890ff;
	color: #fff;
}
.global-main-menu-fixed-root[data-v-681a027c] {
	position: fixed;
	padding-top: 53px;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	background-color: #ffffff;
	border-right: 1px solid #e4e4e4;
}
.global-main-menu-fixed-content-root[data-v-681a027c] {
	height: calc(100vh - 72px);
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width: none; /** 火狐浏览器隐藏滚动条 **/
}
.global-main-menu-fixed-content-root[data-v-681a027c]::-webkit-scrollbar {
	width: 0;
}
.global-main-view-root[data-v-681a027c] {
	padding: 16px;
	box-sizing: border-box;
	overflow-x: hidden;
	transition: all 0.2s;
}
.global-main-view-content[data-v-681a027c] {
	width: 100%;
	/*padding: 24px;*/
	/*background-color: #ffffff;*/
	/*box-sizing: border-box;*/
}

