#app{
	margin-top: 25px;
}
.myForm{
	display: flex !important;
	align-items: center!important;
}

.appHeader{
	display: flex;
	flex-direction: row;
}

.appContent{
	margin-left: 35px;
	min-height: 520px;
}

.dataitem{
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #eaeaea;
	width: 90%;
	padding: 10px 15px;
	margin-bottom: 5px;
}
.title{
	font-size: 16px;
	font-weight: 700;
	color: #4a4a4a;
}
.content{
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
}
.conitm{
	min-width: 200px;
	margin-top:10px;
}

.nodata{
	margin-left: 80px;
	margin-top: 50px;
	color: #b10000;
	font-size: 16px;
}
.kwords{
	color: #00007f;
	font-size: 18px;
}

.appFooter{
	height: 60px;
	display: flex;
	justify-content: center;
}


.childitme{
	padding: 5px 10px;
	width: 200px;
}
.childitme:hover{
	cursor: pointer;
	color: #2966f5;	
	font-weight: 700;
}

.isActive{
	font-size: 16px;
	font-weight: 700;
	color: #0000bd !important;	
}