
@charset "utf-8";

/*底部*/



.lbottom {

	width: 100%;
	max-width:450px !important; 

	padding: 10px 0px;

	font-size: 12px;

	color: #666;

	text-align: center;

	line-height: 20px;

	border-top: 1px solid #d7d8d8;

	margin-top: 30px;

}

/*footer*/



.lfooter {

	width: 100%;
	max-width:450px !important; 

	height: 70px;

	background-color: #0061a8;

	position: fixed;

	bottom: 0px;

}

.lfooter ul li {

	width: 25%;

	height: auto;

	float: left;

	text-align: center;

	padding: 10px 0px;

}

.lfooter ul li a {

	color: #FFF;

	line-height: 12px;

	font-size: 12px;

}
.lfooter img{width:30px !important; height:30px !important}

