body {
	background-color: #e9e8e8;
	padding-bottom: 90px;
}

th, td {
	text-align: center;
}

/* 小屏幕上的header设置 */
.header {
	background-color: #4E92DF;
	height: 130px;
	padding-top: 10px;	/* logo 与上方的距离 */
	padding-bottom: 6px;
}

.navbar {
	margin-top: -30px;
}

/* 小屏幕上的footer设置 */
.footer {
	background-color: #4E92DF;
	height: 40px;
	width: 100%;
	position: fixed;
	bottom: 0px;
}

/* 320px以上屏幕 */
@media (min-width: 320px) {
	.header {
		height: 56px;
	}
	.navbar {
		margin-top: -20px;
	}
	/* 住宿标准单选按钮换行,手机端对其 */
	.br-radio {
		padding-left: 10px;	/* 缩小间距,让其对齐 */
	}
}

/* 360px以上屏幕，设备：Galaxy S9/S9+ 竖屏 */
@media (min-width: 360px) {
	.header {
		height: 60px;
	}
	.navbar {
		margin-top: -20px;
	}
	.login-box {
		margin-top: 60px;
	}
}

/* 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: 40px;
	}
	/* 住宿标准单选按钮换行,手机端对其 */
	.br-radio {
		padding-left: 20px;	/* 恢复默认间隔距离 */
	}
}

/* 1024px以上屏幕,设备：iPad 横屏 */
@media (min-width: 1024px) {
	.header {
		height: 130px;
	}
}