.layui-table-tool-panel {
	margin-top: 10px !important;
}

.layui-table-tool {
	background-color: white !important;
	/*border-bottom: none !important;*/
	/*padding-bottom: 10px !important;*/
	box-shadow: 0 0 0 rgb(255 255 255);
}

.layui-table-header,
.layui-table-header th {
	background-color: #fafafa;
}

.layui-table-view {
	border: none !important;
}

.layui-table-cell {
	height: 36px;
	line-height: 36px;
}

.layui-table .layui-laypage .layui-laypage-curr .layui-laypage-em {
	border-radius: 50px !important;
	background-color: #5FB878 !important;
}

.layui-table-view .layui-table {
	width: 100%;
}

.layui-table tr {
	height: 36px;
	line-height: 36px;
}

.layui-table-cell {
	padding-top: 1px !important;
}

.layui-table-cell a{
	color: #2d8cf0 !important;
}

.layui-table-box * {
	font-size: 13px !important;
}

.layui-table-page .layui-laypage input {
    width: 40px;
    height: 26px!important;
}

.layui-table-box button {
	font-size: 13px !important;
	background-color: rgba(0, 0, 0, 0) !important;
	border-width: 0;
	border-style: none;
	border-color: initial;
	border-image: initial;
}

.layui-table-page {
	height: 45px !important;
	padding-top: 10px !important;
	background-color: #fff;
}

.layui-table-tool .layui-inline {
	border-radius: 3px !important;
	width: 30px !important;
	height: 30px !important;
	line-height: 20px !important;
}

.layui-table-view .layui-table[lay-skin=line] {
	border: none !important;
}

.layui-table-body::-webkit-scrollbar {
	width: 6px;
	height: 8px;
	border-radius: 50%;
}

.layui-table-body::-webkit-scrollbar-track {
	background: white;
	border-radius: 2px;
}

.layui-table-body::-webkit-scrollbar-thumb,
.layui-table-body::-webkit-scrollbar-thumb:vertical {
	background-color: #aaa;
	border-radius: 5px;
}

.layui-table-body::-webkit-scrollbar-thumb:hover,
.layui-table-body::-webkit-scrollbar-thumb:vertical:hover {
	/*background-color: #2D3035;*/
}

.layui-table-body::-webkit-scrollbar-corner {
	background: #f6f6f6;
}

/* 表格标题合计 */
.layui-table-cell-total {
	color: #2d8cf0;
	font-weight: 500;
}


/* 查看详情，无边框table */
.row-tbl{margin-top: 20px;}
.row-tbl th,
.row-tbl td{
	padding: 10px 12px;
}
.row-tbl th{
	font-weight: 500;
	text-align: right;
	font-size: 14px;
}
.row-tbl td{
	color: #2D3035;
}

.frm-tbl th,
.frm-tbl td{
	padding: 10px 0 10px 10px;
}
.row-tbl th::after,
.frm-tbl th::after{
	content: "：";
}
.row-tbl.not th::after,
.frm-tbl.not th::after{
	content: "";
}
.row-tbl th.not::after,
.frm-tbl th.not::after{
	content: "";
}

.text-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tb_normal{
	text-align: left;
	padding: 8px !important;
	border: 0;
	border-collapse: collapse;
	background-color: rgb(255, 255, 255);
	word-break: keep-all;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}
.tb_normal_width{
	width: 98%
}
.tb_normal tr td {
	padding: 5px;
	border: 1px #d2d2d2 solid;
	word-break: break-all;
}
.tb_normal > tbody >tr > .td_normal_title {
	background-color: #f6f6f6!important;
}










