body {
	/*background-color: #e9e8e8;*/
	background: url('../images/backimg.png');
	padding-bottom: 90px;
}

th, td {
	text-align: center;
}

/* 小屏幕上的header设置 */
.header {
	/*background-color: #b0252b;
	height: 66px;*/
	padding-top: 6px;	/* logo 与上方的距离 */
	margin-bottom: 6px;
}

.navbar {
	margin-top: -30px;
}

.br-radio {
	padding-left: 30px;	/* 恢复默认间隔距离 */
}

/* 小屏幕上的footer设置 */
.footer {
	background-color: #7a1214;
	height: 90px;
	width: 100%;
	position: fixed;
	bottom: 0px;
}

/* 320px以上屏幕 */
@media (min-width: 320px) {
	.header {
		height: 56px;
	}
	.navbar {
		margin-top: -20px;
	}
}

/* 360px以上屏幕，设备：Galaxy S9/S9+ 竖屏 */
@media (min-width: 360px) {
	.header {
		height: 60px;
	}
	.navbar {
		margin-top: -20px;
	}
}

/* 414px以上屏幕 */
@media (min-width: 414px) {
	.header {
		height: 66px;
	}
	.navbar {
		margin-top: -20px;
	}
}

/* 568px以上屏幕 */
@media (min-width: 568px) {
	.header {
		height: 78px;
		padding-top: 0px;
	}
}

/* 667px以上屏幕 */
@media (min-width: 667px) {
	.header {
		height: 88px;
		padding-top: 0px;
	}
}

/* 736px以上屏幕 */
@media (min-width: 736px) {
	.header {
		height: 100px;
	}
}

/* 740px以上屏幕，手机：Galaxy S9/S9+ 横屏 */
@media (min-width: 740px) {
	.header {
		height: 100px;
		padding-top: 0px;
	}
}

/* 768px以上屏幕，设备：iPad 竖屏 */
@media (min-width: 768px) {
	.header {
		height: 122px;
		padding-top: 16px;	/* logo 与上方的距离 */
	}
	.login-box {
		margin-top: 100px;
	}
	.footer {
		height: 70px;
	}
}

/* 1024px以上屏幕,设备：iPad 横屏 */
@media (min-width: 1024px) {
	.header {
		height: 140px;
	}
	.login-box {
		margin-top: 50px;
	}
}

.show {
	display: block;
}

.hide {
	display: none;
}