<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.body_Footcont{
	width:100%;
	height:65px;
}
.body_Footcont .footer{	
	position:fixed;
	width:100%;
	z-index:100;
	left:0;
	bottom:0;
}
.body_Footcont .footer ul{
	display: flex;
	border-top:#DDD solid 1px;
	background: rgba(255,255,255,0.8);
}
.body_Footcont .footer ul li{
	flex: 1;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.body_Footcont .footer ul li a{
	display: flex;
	flex-direction: column;
}
.body_Footcont .footer ul li a i{
	display: block;
	width:100%;
	text-align: center;
}
.body_Footcont .footer ul li a span{
	width:100%;
	font-size: 14px;
	line-height: 15px;
	padding-top: 5px;
}
/*.body_Footcont .footer ul{
	display:table;
	width:100%;
	border-top:#DDD solid 1px;
	background: rgba(255,255,255,0.8);
}
.body_Footcont .footer ul li{
	display:table-cell;
	padding:5px 0px;
	vertical-align:middle;
	color:#666;	
	width: 20%;
	text-align: center;
}
.body_Footcont .footer ul li i{
	display: block;
	margin-top: 5px;
}
@media (max-width: 640px) and (min-width:501px) {
	.body_Footcont .footer ul{
		line-height:30px;
		font-size:18px;
	}
}
@media (max-width: 500px) {
	.body_Footcont .footer ul{
		line-height:20px;
		font-size:15px;
	}
}*/</pre></body></html>