* {
	padding: 0;
	margin: 0;
}
body {
	width: 800px;
    height: 0 auto;
    
}
#music-box {
	border-radius: 14px;
	color: #303150;
	height: 500px;
	width: 740px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -250px -370px;
}
.left-box {
	background: rgba(255,255,255,.9);
	border-radius: 14px;
	float: left;
	height: 350px;
	width: 500px;
	margin-right: 40px;
	padding: 20px 50px;
}
/*#lyrics h1 {
	font-size: 16px;
	margin-top: 20px;
}
.lyrics h2 {
	font-size: 13px;
}
.lyrics h2:nth-child(2) {
	margin-top: 20px;
}*/
#lyric p {
	font-size: 14px;
	line-height: 40px;
}
.right-box {
	background: rgba(255,255,255,.9);
	border-radius: 14px;
	float: left;
	height: 350px;
	width: 200px;
	text-align: center;
	padding: 20px 0;
}
table {
	/*height: 300px;*/
	width: 400px;
}
tr {
	border-bottom: 1px solid #303150;
	font-size: 10px;
}
td {
	width: 200px;
	height: 40px;
}
th {
	height: 40px;
	width: 200px;
}
tr:last-child {
	border-bottom: none;
}
tbody tr {
	cursor: pointer;
}
tbody tr:hover {
	background: rgb(247,209,0);
}
.foot-box {
	background: rgba(255,255,255,.9);
	border-radius: 14px;
	float: left;
	height: 130px;
	width: 740px;
	margin-top: 20px;
}
.play-operation span{
	cursor: pointer;
	float: left;
	font-size: 30px;
	height: 57px;
	width: 57px;
	text-align: center;
}
#play {
	display: none;
}
#pause {
	display: block;
}
#play-progress .glyphicon {
	cursor: pointer;
	/*display: inline-block;*/
	font-size: 20px;
	height: 30px;
	width: 30px;
}
#order {
	display: block;
	position: absolute;
	top: 57px;
	right: 40px;
}
#repeat {
	display: none;
	position: absolute;
	top: 57px;
	right: 40px;
}
#volume-up {
	display: block;
	position: absolute;
	top: 57px;
	right: 0;
}
#volume-off {
	display: none;
	position: absolute;
	top: 57px;
	right: 0;
}
.play-operation {
	float: right;
	width: 200px;
	padding: 50px 10px;
}
#play-progress {
	float: left;
	height: 130px;
	width: 490px;
	margin-left: 50px;
	position: relative;
}
#circle {
	background: #303150;
	border-radius: 10px;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 62px;
	left: 0;
	z-index: 3;
}
#line {
	background: #303150;
	cursor: pointer;
	height: 6px;
	width: 395px;
	position: absolute;
	top: 64px;
	left: 5px;
	z-index: 1;
}
#line1 {
	background: rgb(247,209,0);
	height: 6px;
	width: 0;
	position: absolute;
	top: 64px;
	left: 5px;
	z-index: 2;
}
.time-bar span {
	font-size: 14px;
	position: absolute;
	top: 30px;
}
#cur-time {
	left: 320px;
}
#end-time {
	left: 360px;
}
#song {
	left: 0;
}
#singer {
	left: 110px;
}

