/* 页尾 */
footer { padding: .63rem 0 .42rem; box-sizing: border-box; border-top: 1px solid #ccc;}
footer .main { width: 11.6rem;}
footer ul { display: flex; justify-content: space-between;}
footer ul li { font-size: .14rem; width: 1.6rem; float: left;}
footer ul li:last-of-type { width: 3rem;}
footer ul li span { display: block; color: #666;}
footer ul li a { display: block; color: #000; line-height: .25rem; color: #666; transition-duration: 0;}
footer ul li a:hover { color: #0061ae; text-decoration: underline;}
footer ul li p { line-height: 1.8;}
footer .li-title { margin-bottom: .37rem; line-height: 1; color: #333;}

footer .qr { width: .87rem; height: .87rem; display: block;}
footer .qr-text { margin-top: .18rem; width: .87rem; display: inline-block; text-align: center;}
footer .staff { line-height: .3rem;}
footer .all-day { line-height: .3rem}
footer .mail { margin: .2rem 0 .1rem 0; font-size: .24rem;}
footer .mail a { color: #0061ae;}
footer .info { padding-bottom: .37rem; border-bottom: 1px solid #ddd;}
footer .copyright { margin-top: .42rem; font-size: .14rem;}
footer .censt { margin: 0 .1rem;}
footer .censt a { color: #000;}
@media screen and ( max-width:768px) {
	footer .main{ width: 100%;}
	footer ul{ flex-wrap: wrap;}
	footer ul li{ width: 33%;}
	footer ul li:last-of-type{ width: 100%;}
	.info{display: none;}
}
