// app-main  路由子内容主题样式
.wui-main {
	height: 100%;
	font-family: PingFang HK;
	.iconfont {
		font-size: 14px;
	}
	.obit-main {
		margin: 10px 15px;
		background: @bodyBackColor;
	}
	.obit-page {
		overflow: auto;
		height: 100%;
		.scrollBar();
	}
	.obit-main-full {
		height: calc(100% - 20px);
	}
	.pd {
		padding: 10px;
	}
	.ant-btn-link {
		border-color: transparent !important;
	}
	.obit-content {
		padding: 18px 16px;
		.content-title {
			font-size: 16px;
			font-weight: bold;
		}
	}
	.ant-layout-header {
		background: @headerBg;
		padding: 0;
	}
	.menuMain {
		background: @menuBg;
		.ant-menu {
			background: @menuBg;
		}
		.ant-menu-sub {
			background: @menuCBg;
		}
		.ant-menu-item-selected {
			color: @menuTSC;
			background-color: @menuSBC !important;
		}
		.ant-menu-submenu-selected {
			color: @menuTSC;
			background: @menuBg;
		}

		.ant-menu-submenu-title:active {
			background: @menuBg;
		}
		.ant-menu-item:active {
			background: @menuCBg;
		}

		.ant-menu-item:hover,
		.ant-menu-submenu-active,
		.ant-menu-item:active .ant-menu-submenu-title:hover {
			color: @menuTSC;
		}
		.ant-menu-item {
			margin-top: 0;
			margin-bottom: 0;
		}
		.ant-menu-submenu-arrow {
			color: @menuTSC !important;
		}
	}
	.ant-layout {
		background: @mainBackColor;
	}
}

//   ------------------------------------------ 左侧布局 菜单相关样式 START-------------------------------
.left-menu {
	border-right: 1px solid @border;
	.ant-menu-inline {
		border-right: 0;
	}
}
.layoutLeft-menu,
.topLeftRight-menu {
	display: flex;
	flex-direction: column;
	height: 100%;
	.menu-main {
		height: 300px;
	}
	.obit-scrollbar {
		.scrollbar-wrapper {
			overflow-x: hidden;
		}
	}
	.ant-menu-submenu-title {
		display: flex;
		align-items: center;
	}
	.ant-menu-item {
		display: flex;
		align-items: center;
	}
}
//   ------------------------------------------ 左侧布局 菜单相关样式 END-------------------------------

// ---------------------------搜索 多条件搜索 form 表单样式  START-------------------------------
.table-content {
	border: 1px solid #ebebeb;
	border-radius: 3px;
	transition: 0.2s;
	padding: 24px;

	.table-header {
		font-weight: 400;
		color: #1f2f3d;
		font-size: 22px;
		margin: 5px 0 20px;
	}
}
// ---------------------------搜索 多条件搜索 form 表单样式  END-------------------------------

.center-header {
	font-weight: 400;
	color: #1f2f3d;
	font-size: 28px;
	text-align: center;
	padding: 10px;
}

.table-content:hover {
	box-shadow: 0 0 8px 0 rgba(232, 237, 250, 0.6),
		0 2px 4px 0 rgba(232, 237, 250, 0.5);
}

.obit-card {
	border-radius: 4px;
	overflow: hidden;
	background-color: #fff;
	color: #303133;
	transition: 0.3s;
	border: 1px solid #ebeef5;
}
.obit-card:hover {
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.obit-card.hover {
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.color-tip {
	color: #909399;
}
.color-active {
	color: #1890ff;
}
.f-b {
	font-weight: bold;
}
.one-line {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.drawing-board {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	.form-item {
		margin-bottom: 0;
	}
}
