/* ── 页脚组件 footer.css ── */

.site-footer{
	text-align:center;
	padding:28px 0 14px;
	color:#bbb;
	font-size:12px;
	line-height:1.8;
	width:min(720px,100% - 34px);
	margin:0 auto;
}
.site-footer a.footer-link{
	color:#999;
	text-decoration:none;
}
.site-footer a.footer-link:hover{
	color:#f39800;
	text-decoration:underline;
}
.site-footer .footer-beian{
	margin-top:4px;
	font-size:11px;
}

@media(max-width:560px){
	.site-footer{
		padding:20px 0 10px;
		font-size:11px;
		line-height:1.7;
	}
	.site-footer .footer-beian{
		font-size:10px;
	}
}
