*{
	margin: 0;
	padding: 0;
	font-family: myfont;
}
@font-face{
	font-family: myfont;
	src: url('../font/OPPOSans-H.ttf');
}

.bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	/*background: url(../pic/HomeSick.jpg);*/
	filter: blur(100px);
	background-size: 100% auto;
	background-repeat: no-repeat;
	overflow: hidden;
}
.bg img{
	position: absolute;
	width: 100%;
	height: auto;
}
.content{
	position: absolute;
	left: 10%;
	top: 5%;
	width: 260px;
	height: 300px;
	background: white;
	overflow: hidden;
	border-radius: 30px;
}
.info{
	width: 200px;
	height: 100px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
/*	background: #999;*/
}
.info_left{
	width: 100px;
	height: 100px;
	/*background: skyblue;*/
	float: left;
}
.info_left img{
	width: 80px;
	height: 80px;
	margin: 10px;
	border-radius: 6px;
	box-shadow: 2.5px 2.5px 5px #d9d9d9;
}
.info_right{
	width: 100px;
	height: 100px;
	/*background: orange;*/
	float: right;
	overflow: hidden;
}
.info_right_in{
	width: 100%;
	height: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*background: red;*/
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#song_name{
	width: 95px;
	white-space: normal;
	word-break: break-all;
	max-height: 60px;
	overflow: hidden;
	font-size: 16px;
	/*line-height: 30px;*/
	padding-left: 5px;
	/*background: gray;*/
}
#singer{
	width: 95px;
	overflow: hidden;
	max-height: 30px;
	font-size: 10px;
	line-height: 30px;
	padding-left: 5px;
	/*background: beige;*/
}
.progress{
	width: 200px;
	height: 4px;
	margin: 20px auto;
	background: #f2f2f2;
	overflow: hidden;
	border-radius: 12px;
}
.progress_update{
	width: 0%;
	height: 100%;
	border-radius: 12px;
	background: #00e6aa;
}
.fi{
	margin: 0 auto;
	width: 200px;
	height: 60px;
	background: white;
	display: flex;
	justify-content: space-between;
}
.fi a{
	display: inline-block;
	text-align: center;
	line-height: 60px;
	width: 60px;
	height: 60px;
}
.fi a:nth-of-type(1) i{
	font-size: 30px;
	color: #bfbfbf;vertical-align: middle;
}
.fi a:nth-of-type(2) i{
	font-size: 60px;
	color: #bfbfbf;vertical-align: middle;
}
.fi a:nth-of-type(2){
	display: none;
}
.fi a:nth-of-type(3) i{
	font-size: 60px;
	color: #00e6aa;vertical-align: middle;
}
.fi a:nth-of-type(4) i{
	font-size: 30px;
	color: #bfbfbf;vertical-align: middle;
}
