@CHARSET "UTF-8";
html{
	background-color: white;
}
.layui-card {
	border-radius: 6px;
}
.layui-table-body {
    overflow-x: hidden;
}
.layui-table-body::-webkit-scrollbar { 
	width: 9px; 
	height: 10px; 
	-webkit-border-radius: 3px; 
}
body::-webkit-scrollbar {
	/*婊氬姩鏉℃暣浣撴牱寮�*/
	width : 10px;  /*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*/
	height: 1px;
}
body::-webkit-scrollbar-thumb {
	/*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
	border-radius: 10px;
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	background   : #535353;
}
body::-webkit-scrollbar-track {
	/*婊氬姩鏉￠噷闈㈣建閬�*/
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background   : #ededed;
}
.label{
	background-color: #F9F9F9;
	text-align: center;
}
th,td{
	background-clip: padding-box;
}

/*.el-container--row-toolbar {
	margin-top: 5px;
}*/