/*部分layui样式重写*/
.menu a{
	padding-left: 40px !important;
} 
.menu_child a{
	padding-left: 60px !important;
}
.layui-logo{
	font-size: 18px !important;
}
.o_content{
	margin: 20px;
}
.markBigBox{
	margin: 5px;
	padding: 10px 20px 10px 0px;
	box-sizing: border-box;
}
.ele-center{
	text-align: center;
	height: 30px;
	padding: 25px 0px 10px 0px;
}
.table_img{
	width: 50px;
	height: 50px;
	
}

.outside-mark {
			display: none;
			width: 100%;
			height: 100%;
			position: fixed;
			top: 0;
			background-color: rgba(0, 0, 0, 0.4);
		}
		
		.inside-box {
			width: 60%;
			height: 80%;
			background-color: white;
			position: fixed;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			margin: auto;
		}
		
		.mark-title {
			background-color: #F8F8F8;
			color: #323438;
			padding: 15px 30px;
		}
		
		.mark-title a {
			color: #323438 !important;
		}
		
		.mark-content {
			height: 91%;
			overflow-y: auto;
		}