*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{
	text-decoration: none;
	color: #333;
}
ul,li{
	list-style: none;
}
body{
	padding-bottom: 0.6rem;
}
#goback {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    z-index: 999;
    right: 0.5rem;
    top: 0.25rem;
    color: #fff;
    font-size: 0;
}
#goback span {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    font-size: 0.75rem;
}
/*播放部分*/
.header-wrap{
	width: 100%;
	height: 4.45rem;
	background: url(../image/music/banner_bg.png);
}
.header-content{
	width: 100%;
	height: 100%;
    padding: 0 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: center;
	position: relative;
}
.music-content{
	width: 100%;
	height: 3.2rem;
	text-align: center;
	position: relative;
	margin: 0 auto;
}
.jp-playlist {
	font-size: 16px;
}
.jp-playlist-current .jp-artist{
	display: none;
}
.jp-playlist li {
    display: none;
}
.jp-playlist .jp-playlist-current{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	text-align: center;
	color: white;
	font-size: 16px;
}
#myaudio{
	position: absolute;
	top: 0;
	left: 0;
	width: 1.87rem!important;
	height: 1.87rem!important;
}
.audio-img{
	width: 1.87rem;
	height: 1.87rem;
	position: relative;
	margin: 0 auto;
}
.audio-img img{
	width: 1.87rem;
	height: 1.87rem;
}
.music-content .play-btn{
	display: inline-block;
	width: 0.8rem;
	height: 0.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.75rem;
	color: white;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -0.4rem;
	margin-left: -0.4rem;
}
.prev-btn{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 2px 5px;
	color: white;
	font-size: 16px;
	background: rgb(255,255,255,0.5);
}
.next-btn{
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 2px 5px;
	color: white;
	font-size: 16px;
	background: rgb(255,255,255,0.5);
}

/*歌曲列表*/
.content-wrap{
	width: 100%;
	height: auto;
	padding-top: 0.4rem;
}
.content-box{
	width: 100%;
	height: 100%;
}
.audio-list{
	width: 100%;
	height: auto;
}
.audio-item{
	border-bottom: 1px solid #f4f4f4;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-left{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.item-img{
	width: 0.5rem;
	height: 1.4rem;
	font-size: 26px;
	color: #888;
	text-align: center;
	line-height: 1.4rem;
}
.item-img img{
	width: 100%;
	height: 100%;
}
.item-message{
	max-width: calc(100% - 1.4rem);
	height: 1.4rem;
	font-size: 16px;
	padding: 0.2rem 0 0.2rem 0.3rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.item-title{
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
}
.item-content{
	width: 100%;
	height: auto;
}
.item-icon{
	padding: 0 3px;
	font-size: 12px;
	font-weight: bold;
	color: #FE8B3A;
	border: 1px solid #fe883a;
}
.item-singer{
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
	color: #A0A0A0;
}
.item-right{
	width: auto;
	height: 1.4rem;
	color: #333;
	font-size: 16px;
	display: flex;
	align-items: center;
}




























