body,div,p,ul,li,span,h1,h2,h3,h4,h5,h6{
	padding: 0;
	margin: 0;
}
body{
	font-family: Microsoft YaHei;
	background-color: #eee;
}
a{
	text-decoration: none;
}
.content{
	width: 70%;
	min-height: 300px;
	margin: 0 auto;
	margin-top: 15px;
	font-size: 15px;
	padding: 12px;
	color: #555;
	text-align: center;
	background-color: #fff;
	border-radius: 5px;
}
.content .logo{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 50%;
    background: #fff url(../images/logo.png);
    background-size: cover;
}
.content h5{
    margin-bottom: 20px;
}

.content p{
    text-align: left;
}


/*版权*/
.copyright{
    background: #eee;
    font-size: 13px;
    text-align: center;
    color: #888;
    padding: 30px 6px;
}
.copyright a{
    color: #888;
}
.copyright a:hover{
    text-decoration: underline;
}
@media only screen and (max-width: 480px){
	.content{
		width: 95%;
	}
}