html,
body {
	background-color: #292F38;
}

.hr {
	border-bottom: 1px solid #16181C !important;
}

.layui-tab-content{
	padding: 0;
}

.layui-tab-title {
	color: white;
	font-weight: bold;
	border-color: #292F38;
	background-color: #292F38;
}

/*tab-title的文字颜色*/
.layui-tab-brief > .layui-tab-title .layui-this {
	color: darkorange;
	font-weight: bold;
}
/*tab-title的下横线颜色*/
.layui-tab-brief > .layui-tab-title .layui-this:after {
	border-bottom: 2px solid darkorange;
}

/*修改tab弹出按钮样式*/
.layui-tab-bar{
	background-color: #292F38;
	border-color: #292F38;
}

/*修改表头样式*/
.layui-table-header,
.layui-table th {
	border-color: #16181C;
	text-align: center;
	background-color: #20252C;
	color: #A9ADB3;
}

.layui-table td {
	background-color: #20252C;
	color: whitesmoke;
	border-color: #16181C;
}