.header {
	background-color: #b0252b;
	height: 100px;
	padding-top: 15px;	/* logo 与上方的距离 */
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.header {
		background-color: #b0252b;
		height: 122px;
		padding-top: 0px;	/* logo 与上方的距离 */
	}
	.login-box {
		margin-top: 130px;
	}
}

body {
	background-color: #e9e8e8;
	padding-bottom: 70px;
}

th, td {
	text-align: center;
}

/*
@media (min-width: 1024px) {
	.footer-bottom-fixed {
		background-color: #b0252b;
		height: 150px;
		width: 100%;
		position: fixed;
		bottom: 0px;
	}
}

.footer-bottom-fixed {
		background-color: #b0252b;
		height: 70px;
		width: 100%;
		/*position: fixed;
		bottom: 0px;
}*/
.footer {
	background-color: #b0252b;
	height: 70px;
	width: 100%;
	position: fixed;
	bottom: 0px;
}