body {
	background-color: #f6f9fa;
}

/* header导航部分样式开始 */
.layui-header .layui-layout-left .layui-nav {
	border-radius: 0px;
}
 
 .layui-nav .layui-this:after,
 .layui-nav-bar,
 .layui-nav .layui-nav-child dd.layui-this a {
	 background-color: #1E9FFF;
 }
/* header导航部分样式结束 */

.layui-card {
	box-shadow: 1px 3px 5px 0 rgb(0 0 0 / 8%);
}

.typeLink {
	color: #1E9FFF;
	font-weight: bold;
	font-size: 14px;
}

.typeLink:hover {
	color: #00a8c6;
}

.nav-body div {
	padding-left: 10px;
}

.editormd-preview-container, .editormd-html-preview {
	width: auto!important;
}