html {
	height: 100%;
}
body {
	background-color: #f7f8fa;
	height: 100%;
	overflow-y: auto;
}

.main-contain {
	padding-bottom: 60px;
}