::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track-piece {
	background-color: #f2f2f2;
	-webkit-border-radius: 6px;
}

::-webkit-scrollbar-track {
	background-color: #ffffff;
	border-radius: 3px;
}

::-webkit-scrollbar-thumb {
	height: 5px;
	background-color: #ccc;
	-webkit-border-radius: 6px;
}

.layui-btn {
	background-color: #3492ed !important;
	border-radius: 4px !important;
}

.layui-btn-disabled,
.layui-btn-disabled:active,
.layui-btn-disabled:hover {
	background-color: #fbfbfb !important;
}

.layui-input,
.layui-textarea {
	border-radius: 4px !important;
	resize: none;
}

.layui-input:focus,
.layui-textarea:focus {
	border-color: #3492ed !important;
	box-shadow: 0 0 0 3px rgba(112, 169, 248, .08);
}

.layui-form-checked[lay-skin=primary]>i {
	border-color: #3492ed !important;
	background-color: #3492ed;
	color: #fff;
}

.layui-form-checkbox[lay-skin=primary]:hover>i {
	border-color: #3492ed;
	color: #fff;
}

.layui-form-onswitch {
	border-color: #3492ed;
	background-color: #3492ed;
}

button[type="reset"] {
	background-color: #fff !important;
}

.layui-input-block-lyt {
	min-height: inherit;
	padding: 9px 0px;
}

.layui-btn-primary:hover {
	border-color: #3492ed;
	color: #333;
}

.layui-tab-brief>.layui-tab-title .layui-this {
	color: #3492ed;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after,
.layui-tab-brief>.layui-tab-title .layui-this:after {
	border-bottom: 2px solid #3492ed;
}

.layui-footer .layui-btn {
	line-height: 1.875rem;
	height: 1.875rem;
}

.layui-tab-lyt {
	margin: 0 !important;
}

.layui-table thead tr {
	background: #F4F6F9;
}

.layui-laypage a:hover {
	color: #3492ed;
}
.layui-nav-tree .layui-nav-bar{
	background-color: #3492ed;
}
.toolsInside {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.forLinkColor {
	color: #3492ed;
	cursor: pointer;
}

.toolsInside span {
	padding-right: 10px;
}

.toolsInside span+span::before {
	content: '';
	border-left: 1px solid #EDECF3;
	padding-left: 10px;
}

.pageNoContent {
	text-align: center;
	padding: 37px;
}

.pageNoContentText {
	margin-top: 24px;
	color: rgba(0, 21, 41, 0.4);
}

.layui-row-tool {
	margin-bottom: 5px;
}

.dialogVerlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2020;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.dialogVerlay .commonDialog {
	width: 420px;
	min-height: 150px;
	background: #ffffff;
	box-shadow: -3px 3px 16px rgba(0, 21, 41, 0.1);
	opacity: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.dialogVerlay .dialogTop {
	display: flex;
	height: 54px;
	align-items: center;
	padding: 0px 24px;
	justify-content: space-between;
	border-bottom: 1px solid #f2f5f9;
}

.dialogVerlay .dialogClose {
	width: 14px;
	height: 18px;
	display: block;
	cursor: pointer;
}

.dialogVerlay .dialogMiddle {
	padding: 0 24px;
	margin: 15.5px 0px;
}

.dialogVerlay .dialogBottomBtn {
	display: flex;
	height: 55px;
	align-items: center;
	padding: 0px 24px;
	justify-content: flex-end;
	/* position: absolute; */
	bottom: 0px;
	width: 100%;
	box-sizing: border-box;
}

.dialogVerlay .dialogBottomBtn .layui-btn {
	height: 30px;
	line-height: 30px;
}

.layui-form-select dl dd.layui-this {
	color: #3492ed;
}

.layui-progress-bar {
	background-color: #3492ed;
}

.layui-input-wrap .layui-input:focus+.layui-input-split {
	border-color: #3492ed;
}

.layui-btn-primary {
	background-color: #fff !important;
}

.layui-nav .layui-this:after,
.layui-nav-bar {
	background-color: #3492ed;
}

.layui-table-checked {
	background-color: #fff;
}

.layui-table-hover {
	background-color: rgb(237, 244, 255) !important;
}

.layui-table-checked+.layui-table-hover {
	background-color: rgb(237, 244, 255);
}

.layui-form-checkbox[lay-skin=primary]>.layui-icon-indeterminate {
	border-color: #3492ed;
}

.layui-form-radio:hover>*,
.layui-form-radioed,
.layui-form-radioed>i {
	color: #3492ed;
}

.layui-form-select dl dd {
	text-align: left;
}

.layui-form-select dl dt {
	text-align: left;
}

.success {
	color: #16b777;
}

.warn {
	color: #ffb800;
}

.blue {
	color: #0C66FF;
}

.green {
	color: #21BA45;
}

.red {
	color: #F03D3D;
}

.grey {
	color: #999999;
}

.checkedColor {
	background-color: rgb(237, 244, 255);
}

.layui-form-label .layui-icon {
	vertical-align: middle;
	margin-left: 5px;
	color: #999 !important;
	cursor: pointer;
}

.kind-container {
	display: flex;
	flex-direction: row;
	background-color: #ffffff;
	height: calc(100vh - 176px);
}

.kind-left {
	width: 180PX;
	flex: 0 0 180PX;
	border-right: 1px solid #F0F2F5;
}

.kind-right {
	width: 100%;
	box-sizing: border-box;
	padding: 18px;
	padding-bottom: 0;
	overflow: hidden;
}

.grouping_hd {
	height: 56px;
	display: flex;
	padding: 0 24px;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
}

.grouping_hd h3 {
	width: 100%;
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 24px;
	color: #001529;
	flex: auto;
}

.grouping_hd span>i {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 24px;
	color: #666666;
}

.grouping_bd {
	height: 100%;
	max-height: calc(100% - 54px);
}

.grouping_bd>ul {
	height: 100%;
	overflow-y: auto;
}

.grouping_bd>ul>li.active {
	background-color: rgb(237, 244, 255) !important;
}

.grouping_bd>ul>li {
	height: 48px;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	font-weight: 400;
	line-height: 48px;
	color: rgb(0, 21, 41);
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 0px 24px;
}

.grouping_bd>ul>li:hover {
	background: rgb(237, 244, 255);
}

.grouping_bd>ul>li.active span {
	color: #3492ed !important;
}

.grouping_bd>ul>li>span {
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


.grouping_bd>ul>li:hover .sort-tools b {
	display: block;
}

.sort-tools {
	position: relative;
}

.grouping_bd>ul>li .sort-tools b {
	font-size: 14px;
	cursor: pointer;
	position: relative;
	right: -4px;
	display: none;
}

.toolClassify {
	width: 80px;
	display: none;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 8px;
	position: absolute;
	top: 40px;
	z-index: 2;
	right: -10px;
	background: rgb(255, 255, 255);
	border-radius: 4px;
	padding: 4px 0px;
}

.toolClassify>li {
	line-height: 40px;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0px 16px;
	overflow: hidden;
}

.toolClassify>li:hover {
	background: rgb(237, 244, 255);
}

.forFlexBetween {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.forFlexCenter {
	display: flex;
	justify-content: center;
	align-items: center;
}

.forFlexColumn {
	flex-direction: column;
}