<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
	/* CSS Document */

html { overflow-x: hidden; overflow-y: auto; } /*隐藏横向工东条*/

.le{float:left;}
.ri{float:right;}
* {
	margin:0;
	padding:0
}
html,body {
	width:100%;
	height:100%;
	overflow:hidden
}
body {
	font:12px/1.5 "hiragino sans gb","Helvetica Neue",Helvetica,STHeiTi;
	-webkit-tap-highlight-color:rgba(0,0,0,0)
}
a {
	text-decoration:none
}
li {
	list-style:none
}
a,img {
	-webkit-touch-callout:none
}
.wrap {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden
}
.box {
	position:absolute;
	top:0;
	bottom:112px;
	z-index:5;
	width:100%;
	overflow: hidden;
}
.flex_box {
	display:-webkit-box;
	-webkit-box-orient:vertical;
	display:-ms-flexbox;
	-ms-flex-direction:column;
	width:100%;
	height:100%;
	/*overflow:hidden*/
}
.flex_item {
	-webkit-box-flex:1;
	-ms-flex:1;
	position:relative
}
.user_info {
	position:absolute;
	top:10px;
	left:0;
	z-index:6;
	height:32px;
	line-height:32px;
	-webkit-border-radius:0 300px 300px 0;
	border-radius:0 300px 300px 0;
	background:rgba(0,0,0,.25)
}
.user_info .txt {
	float:left;
	margin:0 5px;
	font-size:12px;
	color:#fff
}
.user_info .avatar {
	float:left;
	width:25px;
	height:25px;
	margin:4px 4px 0 0;
	-webkit-border-radius:300px;
	border-radius:300px
}
.user_info .avatar img {
	display:block;
	width:100%;
	height:100%;
	-webkit-border-radius:300px;
	border-radius:300px
}
.song_info {
	display:-webkit-box;
	-webkit-box-align:center;
	display:-ms-flexbox;
	-ms-flex-align:center;
	position:absolute;
	top:0;
	bottom:0;
	width:100%
}
.song_info .cont {
	width:100%
}
.song_info .song,.song_info .singer {
	width:60%;
	margin:0 auto;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-align:center;
	color:#FFF
}
.song_info .song {
	font-size:16px;
	font-weight:normal
}
.song_info .singer {
	margin-top:6px;
	font-size:12px;
	color:#999;
}
.album_cover .cover_container {
	position:relative;
	max-width:80%;
	margin:0 auto;
	padding-bottom:23px;
}
@-webkit-keyframes rotation{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
.album_cover img {
	display:block;
	width:100%;
	background:#fff;
	border:6px solid rgba(0,0,0, .8);
	-webkit-border-radius:50%;
	border-radius: 50%;

	-webkit-transform: rotate(360deg);
	animation: rotation 8s linear infinite;
    -webkit-animation: rotation 8s linear infinite;
    -moz-animation: rotation 8s linear infinite;
    -o-animation: rotation 8s linear infinite;
    -webkit-animation-play-state:paused;
}

.kognzhianniu .btn_play,.kognzhianniu .btn_pause {
	position:absolute;
	bottom:0;
	left:50%;
	z-index:10;
	width:46px;
	height:46px;
	overflow:hidden;
	margin-left:-23px
}
.kognzhianniu .btn_play span,.kognzhianniu .btn_pause span {
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	width:46px;
	height:46px;
	line-height:999em;
	background:url(../images/sprite_page_play.png) no-repeat;
	background-size:50px 200px
}
.kognzhianniu .btn_pause span {
	background-position:0 -50px
}
.kognzhianniu .btn_play i,.kognzhianniu .btn_pause i {
	position:absolute;
	top:2px;
	left:2px;
	z-index:1;
	width:42px;
	height:42px;
	-webkit-border-radius:300px;
	border-radius:300px;
	background:rgba(0,0,0,.8)
}
.kognzhianniu .btn_play:active span,.kognzhianniu .btn_pause:active span {
	opacity:.5
}
.kognzhianniu .btn_play:active i,.kognzhianniu .btn_pause:active i {
	background:rgba(0,0,0,.9)
}
.lyric {
	display:-webkit-box;
	-webkit-box-align:center;
	display:-ms-flexbox;
	-ms-flex-align:center;
	position:absolute;
	top:0;
	
	width:100%
}
.lyric .cont {
	width:100%;
	height:72px;
	overflow:hidden
}
.lyric .cont.three_row {
	height:72px
}
.lyric .cont .txt {
	padding:0 50px
}
.lyric .cont p {
	width:100%;
	height:24px;
	line-height:24px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-size:13px;
	color:rgba(255,255,255,.8);
	text-align:center
}
.lyric .cont .current {
	color:#01ad0b
}
.lyric .cont p.loading {
	line-height:100%
}
.download,.love {
	position:absolute;
	right:12px;
	bottom:15px;
	z-index:6;
	width:34px;
	height:34px
}
.download {
	left:12px
}
.icon_download,.icon_love,.icon_loved {
	display:block;
	width:33px;
	height:33px;
	border:solid 1px rgba(255,255,255,.2);
	-webkit-border-radius:300px;
	border-radius:300px;
	overflow:hidden
}
.icon_download i,.icon_love i,.icon_loved i {
	display:block;
	width:17px;
	height:14px;
	line-height:999px;
	overflow:hidden;
	margin:10px auto 0;
	background:url(../images/sprite_page_play.png) no-repeat;
	background-size:50px 200px
}
.icon_download i {
	width:17px;
	height:18px;
	margin-top:5px;
	background-position:0 -140px
}
.icon_love i {
	background-position:0 -100px
}
.icon_loved i {
	background-position:0 -120px
}
.icon_download:active i,.icon_love:active i,.icon_loved:active i {
	opacity:.5
}
.play_bar {
	position:absolute;
	bottom:80px;
	z-index:5;
	width:100%;
	height:40px
}
.play_bar .progress {
	position:absolute;
	left:50px;
	right:50px;
	z-index:2;
	height:40px;
	overflow:hidden
}
.play_bar .bar {
	position:absolute;
	top:20px;
	left:0;
	z-index:3;
	width:100%;
	height:2px;
	background-color:#252525
}
.play_bar .has_load {
	position:absolute;
	top:20px;
	left:-100%;
	z-index:4;
	width:100%;
	height:2px;
	background-color:#303B35
}
.play_bar .has_play {
	position:absolute;
	top:20px;
	left:-100%;
	z-index:5;
	width:100%;
	height:2px;
	background-color:#01ad0b
}
.play_bar .has_play span {
	position:absolute;
	top:-20px;
	right:-24px;
	width:40px;
	height:40px
}
.play_bar .has_play span i {
	display:block;
	width:8px;
	height:8px;
	margin:17px auto 0;
	border-radius: 50%;
	background:#fff;
}
.play_bar .play_time {
	position:absolute;
	top:10px;
	left:5px;
	right:5px;
	z-index:1
}
.play_bar .play_time time {
	position:absolute;
	top:3px;
	font-size:12px;
	font-family:arial;
	color:#878787
}
.play_bar .play_time time:nth-child(1) {
	left:5px
}
.play_bar .play_time time:nth-child(2) {
	right:5px
}
.btns {
	position:absolute;
	left:0;
	bottom:0;
	z-index:4;
	width:100%;
	height:22px;
	overflow:hidden;
	text-align:center
}
.btn_music:active {
	background-color:#0a9244
}
.btn_music:before {
	content:"";
	position:absolute;
	top:5px;
	left:7px;
	width:27px;
	height:29px;
	background-size:cover
}
.btn_music .dot {
	display:inline-block;
	width:16px;
	overflow:hidden;
	white-space:nowrap;
	text-align:left;
	vertical-align:middle
}
.btns.disabled:after {
	content:"";
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	width:100%;
	height:100%
}
.gradient_mask {
	position:absolute;
	bottom:0;
	left:0;
	z-index:3;
	width:100%;
	height:250px;
	background-image:-webkit-linear-gradient(top,rgba(0,0,0,0),#000);
	background-image:-ms-linear-gradient(top,rgba(0,0,0,0),#000)
}
.bg {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	z-index:1;
	width:100%;
	background-size:cover;
	background-position:center;
	-webkit-filter:blur(6px);
	-webkit-transform:scale(1.05)
}
.bg_mask {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	z-index:2;
	width:100%;
	background-color:#000
}
.tips {
	position:absolute;
	top:0;
	left:0;
	z-index:11;
	width:100%;
	-webkit-transform:translateY(-100%);
	-webkit-transition:all 250ms
}
.tips.on {
	-webkit-transform:translateY(0)
}
.tips p {
	height:30px;
	line-height:30px;
	margin:0 10px;
	text-align:center;
	font-size:14px;
	color:#fff;
	-webkit-border-radius:0 0 3px 3px;
	background:rgba(0,0,0,.7)
}
.tips.success p:before {
	content:"";
	display:inline-block;
	width:11px;
	height:8.5px;
	margin-right:5px;
	vertical-align:middle;
	background-image:url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAARCAYAAADZsVyDAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACzSURBVDhPrdRhDYQwDAVgLGDhLGABC2fhPGEBC1jAAhbOwq6P7JFlWXtd1iVN+PXRvRamlNIUWDOtSHQTFOeSmqNgotlOawRcoyfiGIVb6J3zCKyiI7CJEkbrH6nFuXZ/UcJHHuU3v8CKx4USxhTL81Y6d6OEX/KAbi28Cy2Hh3w1vButt6KFM3/eBrE9/wNr2PWgWng3qu1xC3d3yltoq1XiyN51/TIaa2eB71LYmu5P/wd5jrW2jCv+WwAAAABJRU5ErkJggg==);
	background-size:cover
}


/*左边的开始*/
.zuobian{position:absolute;top:0;}

.kongzhi{width:20px;position:fixed;bottom:0;z-index:1999;}
.kongzhi .diyige{width:20px;height:15px;}
.kongzhi a{width:6px;height:6px;display:blcok;border-radius:50%;background:#fff;overflow:hidden;text-indent:-999999999999px;opacity:.5}
.kongzhi .kongzhi_2{opacity:1;}

.btns{text-align:right;}
.btns a{color:#666;padding-right:15px;font-size:14px;}
.zuobian .liebiao{overflow:auto;}

.liebiao ul{padding:20px 0 0 0;}
.liebiao ul a{display:block;border-bottom:1px dashed #666;padding:10px 0;}
.liebiao ul li{font-size:14px;color:#fff;padding:0 15px;}
.liebiao ul li span{font-size:12px;color:#999;}
.liebiao ul .danqian{
	background:url(../images/wave.gif) no-repeat 95% 50% #000;
}
.liebiao ul .danqian li, .liebiao ul .danqian span{
	color:#01ad0b;
}

/*左右按钮*/
.kognzhianniu .btn_play,.kognzhianniu .btn_pause{position:absolute;bottom:30px; z-indec:9999999;}

.kognzhianniu .play_left{left:30%;width:40px;height:40px;margin-left:-20px;}
.kognzhianniu .play_right{left:70%;width:40px;height:40px;margin-left:-20px;}
.kognzhianniu .play_right i,.kognzhianniu .play_left i{width: 36px;height: 36px;}
.kognzhianniu .play_left span{background:url(../images/bg_page_play_d9d4a05.png) no-repeat;}
.kognzhianniu .play_right span{background:url(../images/bg_page_play_d9d4a05.png) no-repeat 0 -48px;}
.kognzhianniu .play_right span,.kognzhianniu .play_left span{width: 40px;height: 40px;background-size: 40px 86px;}</pre></body></html>