/*底部*/
.bottom{
	width: 100%;
	background: #04a059;
	margin-top: 10px;
	float: left;
	padding: 10px;
}
.top{
    float: right;
	
}
.copyright{
	width: 100%;
	background: #fff;
	color: #646464;
	float: left;
	padding: 5px;
}
.copyright .container{
	text-align: center;
}
.copyright .container span a{
	color: #646464;
}
