*{
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
	font-size: 12px;
}
/*logo*/
.top{
	margin: 15px;
}
body{
	max-width:1024px;
	min-width:300px;
	margin:0 auto;
}
.logo img{
	/*float: left;*/
	width: 100%;
}

.user{
	text-align: right;
}

.user img{
	width: 70%;
}
/*logo结束*/

/*footer*/
footer{
	background: #0c0c11;
	color: #fff;
	text-align: center;
	line-height: 3em;
	/*margin-top: 50px;*/
	/*font-size: 1.1em;*/
}

footer span{
	margin: 0 5px;
	/*font-size: 1.1em;*/
}

footer a,
footer a:hover,
footer a:after{
	color: #fff;
	/*font-size: 1.1em;*/
	text-decoration: none;
}
/*footer结束*/