.box {
	width: 1200px;
	margin: auto;
}

.loading .loadingBox {
	height: 300px;
}

#wrap1 {
	position: absolute;
	width: 100%;
	z-index: 99999;
	z-index: -1;
}

#wrap2 {
	position: absolute;
	width: 100%;
}

.app-main-container {
	height: 100%;
}

.app-main-wrap {
	height: 100%;
	/*overflow-y: auto;*/
	display: flex;
	flex-direction: column;
}

.app-main-wrap .app-main-header {
	height: auto;
}

.app-main-wrap .app-main-content {
	flex-shrink: 0;
	flex-grow: 1;
}

.app-main-wrap .app-main-footer {
	position: relative;
	bottom: 0;
	overflow: unset;
}
