.PageCotainer {
	text-align:center;
}
.LayFormContainer {
	margin:7px;
}
.searchitem {
	width:250px;
}

.layui-input-text {
	height: 38px;
	line-height: 38px;
	overflow: auto;
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* Internet Explorer 10+ */
}

	.layui-input-text::-webkit-scrollbar { /* WebKit */
		width: 0;
		height: 0;
	}

	.layui-input-text.disabled {
		background-color: #FAFAFA;
		color: #757575
	}

.layui-form-item {
	margin-bottom: 5px !important;
}
