body {
	opacity: 1;
}

.layui-fluid {
	overflow: auto;
}

.layui-fluid::-webkit-scrollbar {
	width: 6px;
	height: 3px;
	border-radius: 10px;
	background-color: #F5F5F5;
}

.layui-fluid::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	border-radius: 10px;
	transition: 0.3s ease-in-out;
}

.layui-fluid::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: outset 0 0 0 rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
	background-color: #EDEDED;
}

.layui-card-header {
	border-bottom: 1px solid #eee;
	height: 32px;
	line-height: 32px;
	font-size: 13px;
	display: flex;
	align-items: center;
}

.layuiadmin-card-list {
	display: flex;
	align-items: center;
}

.dcls_t {
	font-size: 13px;
	flex: 1;
}

.dcls {
	font-size: 21px;
	color: #666;
	line-height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	white-space: nowrap;
	padding-right: 5px;
}

.sp_box {
	cursor: pointer;
}

.active_t {
	background-color: #ffeae7;
}

.active_t .dcls {
	color: #bc2c2c;
}

.dxy_cont_Value {
	top: 315px;
	bottom: 10px;
}

.bootstrap-table .fixed-table-container .fixed-table-body {
	overflow-x: hidden;
	overflow-y: auto;
}

.layui-col-space15>* {
    padding: 5px;
}

.layuiadmin-card-list {
    padding:  10px 15px;
}

.showTable {
	padding-bottom: 0px;
	height: 550px;
}

.showTablebody {
	padding: 0px;
}
