*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
}
a{
	text-decoration:none;
}
a:link{
	color: black;
}
a:hover{
	color: purple;
}
a:visited{
	color:skyblue;
}
a:active{
	color: blue;
}
#logo img{
	height: 130px;
	width: 100%;
	display: block;
	margin: 0 auto;
}
#head{
	width: 100%;
	height: 130px;
	background-color: black;
	color: rgba(255,255,255,0.6);
	text-align: center;
	font-size: 50px;
	line-height: 130px;
	transition: 2s;
}
#head:hover{
	background-color: transparent;
	color: black;
	text-shadow: black 20px 20px 30px;

}
#nav{
	width: 100%;
	height: 30px;
	background-color: yellow;
}
.nav{
	width: auto;
	padding: 20px 8% 20px 8%;
	margin: 0 auto;
	line-height: 1.5;
}
.navHyper{
	display: block;
	font-size:20px;
	font-weight: 100;
	width: 25%;
	float: left;
	background-color: lightcyan;
	text-decoration: none;
	color: yellowgreen;
	text-align: center;
}
.navHyper:hover{
	background-color: #bfa;
	text-decoration: underline;
}
#content{
	width: 84%;
	height: 700px;
	padding-left: 8%;
	padding-right: 8%;
	margin: 0 auto;
	background-color:lightyellow;
	overflow: hidden;
	position: relative;
}
#banner{
	width: 100%;
	height: 30%;
	background-color: blue;
	overflow: hidden;
	position: relative;
}
#songs{
	width: 30%;
	height: 70%;
	background-color: pink;
	float: left;
	text-align: center;
}
#share{
	width: 28%;
	height: 70%;
	background-color: lightyellow;
	float: left;
	padding-right: 1%;
	padding-left: 1%;
}
#commits{
	width: 40%;
	height:70%;
	background-color: lightgreen;
	float: left;
	box-sizing: border-box;
	padding: 10px;
}
.footer{
	width: auto;
	height: 50px;
	padding-left: 8%;
	padding-right: 8%;
	/*background-color: orange;*/
	margin: 0 auto 0 auto;
	overflow: hidden;
}
.copyright{
	color: white;
	width: 100%;
	float: left;
	height: 45%;
	background-color: #8470FF;
	text-align: center;
	margin-bottom: 1px;
}
.link{
	width: 100%;
	height: 55%;
	background-color: aliceblue;
	float: left;
}
.text{
	float: left;
	margin:6px 20px 0 30%;
}
.sicon{
	float: left;
	margin-top: 4px;
	margin-right: 20px;
}
.icon{
	width: 20px;
	height: 20px;
}
h1,h2{
	text-align: center;
}
#content #commits #super{
	font: 18px "微软雅黑";
	line-height: 30px;
}
#content #commits #super #name{
	font: bold 30px "微软雅黑";
}