/* ============================================
   底部移动端样式 (Footer Mobile Styles)
   ============================================ */

/* 移动设备 (最大宽度 767px) */
@media screen and (max-width: 767px) {
	.footer {
		padding: 20px 0;
		margin-top: 30px;
		font-size: 14px;
	}

	.footer .footright {
		width: 100%;
		max-width: 100%;
		padding: 0 15px;
		flex-direction: column;
		align-items: center;
		text-align: center;
		box-sizing: border-box;
	}

	.footright .jiucuo {
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 10px;
	}

	.footright .red {
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 10px;
	}

	.footer .information {
		margin-bottom: 15px;
		text-align: center;
		width: 100%;
	}

	.footer .information p {
		font-size: 13px;
		line-height: 1.6;
		padding: 3px 0;
	}

	.footer .ffbox {
		margin-left: 0;
		text-align: center;
	}

	.footer .ffbox img {
		max-width: 90px;
	}
}

/* iPhone 6/7/8 优化 (375px) */
@media screen and (max-width: 375px) {
	.footer {
		padding: 18px 0;
		margin-top: 25px;
		font-size: 13px;
	}

	.footer .footright {
		width: 100%;
		max-width: 100%;
		padding: 0 12px;
		box-sizing: border-box;
	}

	.footer .information p {
		font-size: 13px;
		line-height: 1.6;
		padding: 3px 0;
	}

	.footer .ffbox img {
		max-width: 85px;
	}
}

/* 小屏幕移动设备 (最大宽度 480px) */
@media screen and (max-width: 480px) {
	.footer {
		padding: 15px 0;
		margin-top: 20px;
		font-size: 12px;
	}

	.footer .footright {
		width: 100%;
		max-width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.footer .information p {
		font-size: 12px;
		line-height: 1.5;
		padding: 2px 0;
	}

	.footer .ffbox img {
		max-width: 80px;
	}
}

