#award{
	width: 100%;
	margin: auto;
	margin-top: 30px;
	min-width: 600px;
}

.asmusic {
	padding: 10px;
}

.asmusic .any_list{
    opacity: 0.9;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    height: 380px;
    width: 247px;
    box-shadow: -6px 0px 12px -12px #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;	
}

.asmusic .any_list_body{
	overflow-x: auto;
    overflow-y: auto;
    height: calc(100% - 44px);	
}
.asmusic .any_title{
    background: rgba(0,0,0,.5);
    padding: 2px 10px;
    color: #acacac;
    font-size: 16px;
    line-height: 40px;
}
.asmusic .any_list_open{
	position: absolute;
	right: -50px;
	z-index: 999;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.asmusic .any_list_open i{
    font-size: 24px;
    padding: 6px 10px;
    color: #fff;
    text-align: center;
    margin: 5px;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.asmusic .any_list_open:hover i{
	color: #d1fdff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.asmusic .any_list_close{
    font-size: 17px;
    float: right;
    padding: 4px;
    background: rgba(255,255,255,.2);
    color: #fff;
    border-radius: 20px;
    width: 24px;
    height: 24px;
    text-align: center;
    margin: 8px 0;
	cursor: pointer;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}
.asmusic .any_list_close:hover{
	color: #d1fdff;
	background: rgba(255,255,255,.3);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}
.asmusic .any_list ul{}
.asmusic .any_list li{
    display: block;
    padding: 0 10px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;	
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    border-bottom: 1px solid rgba(174,221,255,.1);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}
.asmusic .any_list li:hover,.asmusic .any_list li.current{
    background-color: rgba(174,221,255,.1);
    color: #b9ff6d;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.asmusic .u-volume .volume-process{
	width: 86px;
    height: 6px;
    border-radius: 3px;
    background: rgba(255,255,255,.4);
    position: relative;
    cursor: pointer;
    visibility: hidden;
}
.asmusic .u-volume .volume-process.show{
    visibility: visible;
}
.asmusic .u-volume .volume-process .volume-current,
.asmusic .u-volume .volume-process .volume-event{
    display: inline-block;
    width: 50%;
    height: 6px;
    background-color: #99ffe7;
    position: absolute;
    border-radius: 3px;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    left: 0;
    bottom:0;
    -webkit-transition: width .1s linear;
    transition: width .1s linear;
}
.asmusic .u-volume .volume-process .volume-event{
    width: 21px;
    left: 0;
    background: none;
    width: 100%;
    z-index: 1;
}
.asmusic .u-volume .volume-process .volume-bar{
    visibility: hidden;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #a9d4ff;
    position: absolute;
    left: 0px;
    bottom:-4px;
	margin-left: -7px;
    -webkit-transition: left .1s linear;
    transition: left .1s linear;
}

.asmusic .u-volume .volume-div{
	width: 32px;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;	
    align-self: center;
}

.asmusic .u-volume .volume-div a{
	color: #fff;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;	
}

.asmusic .u-volume .volume-div a:hover{
	color: #8ceaff;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;	
}
	
.asmusic .u-volume .volume-div.speed{
    width: 45px;
    height: 36px;
	margin: 6px;
	position: relative;
}

.asmusic .u-volume .speed .speed_menu{
	opacity:0;
	position: absolute;
    bottom: 36px;
	width: 86px;
    left: -22px;
	padding-bottom: 9px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;	
	visibility: hidden;
	z-index: 1999;
}
.asmusic .u-volume .speed .speed_menu .ch-speed{
    background: rgba(0,0,0,.7);
}

.asmusic .u-volume .speed:hover .speed_menu{
	opacity: 1;
	visibility: visible;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;	
}
	
.asmusic .u-volume .speed .speed_menu ul li{
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	border-top: 1px solid rgba(255,255,255,.2);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;	
}

.asmusic .u-volume .speed .speed_menu ul li:hover{
	background: rgba(223,245,255,0.1);
	color: #8ceaff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;	
}

.asmusic .u-volume .speed .speed_menu ul li:first-child{
	border-top: 0;
}

/*设置菜单*/
.asmusic .u-volume .setting .speed_menu{
	opacity:0;
	position: absolute;
    bottom: 36px;
    width: 128px;
    left: -60px;
    padding-bottom: 7px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    visibility: hidden;
    z-index: 1999;
}
.asmusic .u-volume .setting .speed_menu .ch-speed{
    background: rgba(0,0,0,.7);
}

.asmusic .u-volume .setting:hover .speed_menu{
	opacity: 1;
	visibility: visible;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;	
}
	
.asmusic .u-volume .setting .speed_menu ul li{
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	padding: 0 10px;
	text-align:left;
	border-top: 1px solid rgba(255,255,255,.2);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;	
}

.asmusic .u-volume .setting .speed_menu ul li span{
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	font-weight: 300;
	margin: 10px 0 8px 0;
    padding: 2px 4px;
	float: right;
	border-radius: 12px;
	background: #4caf50;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;	
}

.asmusic .u-volume .setting .speed_menu ul li:hover{
	background: rgba(223,245,255,0.1);
	color: #8ceaff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;	
}

.asmusic .u-volume .setting .speed_menu ul li:hover span{
	color: #fff;
	background: #8bc34a;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;		
}

.asmusic .u-volume .setting .speed_menu ul li:first-child{
	border-top: 0;
}
/*设置菜单*/

.asmusic .u-volume .volume-div.speed:hover{
	font-size: 18px;
}

.asmusic .u-volume .volume-div:hover{
	color: #c1fff9;
	font-size: 19px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;	

}
.asmusic .u-volume .volume-hover-div{
    align-self: center;
}

.asmusic .u-volume .volume-div .volume-speed{
	font-size: 14px;
}
.asmusic .u-volume .volume-control.muted{
	color: #9e9e9e;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;	
}

.asmusic .m-play-controls.left .current{
	color: #99ffe7;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;	
}

.asmusic .m-play-controls.left{
	margin-left:10px;
}
.asmusic .m-play-controls.left a, .u-control .volume-div{
	width: 32px;
	font-size: 18px;
	text-align: center;
}
.asmusic .m-play-controls.left a:hover{
	font-size: 20px;
}

.asmusic .mode-single{
	position:relative;
}

.asmusic .mode-single em{
	position: absolute;
    font-size: 9px;
    left: 12px;
}

.asmusic .m-play-controls{
    margin-top: 6px;
}
.asmusic .m-play-controls a{
    display: inline-block;
    vertical-align: middle;
}

.asmusic .m-play-controls .u-play-btn{
    cursor: pointer;
	color: #fff;
	font-size: 20px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;	
}
.asmusic .m-play-controls .u-play-btn:hover{
	color: #c1fff9;
	font-size: 23px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;	
}
.as-mbox {
	background-color: #28282d;
	height: 100%;
	overflow: hidden;
}
.asmusic .mymusic{
	visibility: hidden;
	opacity: 0;
}
.as-mbox .progress-bar .u-process{
	cursor: pointer;
}
.as-mbox .cover_box {
	height: 360px;
}

.as-mbox .cover_box #canvas {
	border: 0;
    width: 100%;
    height: 100%;
    position: absolute;
	border:0;
}
.as-mbox .isblur {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 300%;
	height: 300%;
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-filter: blur(60px);
	filter: blur(60px);
}
.as-mbox .isblur::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
}
.rel {
	position: relative;
}

.as-mbox .play-btn {
	cursor: pointer;
}
.as-mbox .xm-icon {
	font-style: normal;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.as-mbox .title {
	margin: 20px 15px 12px;
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
}

.as-mbox .box-tool{
	display: flex;
	height: 46px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3));
}

.flexcss{
	display: flex;
}
.flex1{
	flex: 1;
}
.flex2{
	flex: 2;
}

.volume-hover{
    padding: 9px 12px;
    background: unset;
    bottom: 12px;
    right: 6px;
    border-radius: 20px;
	-webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.volume-hover:hover{
    background: rgba(255,255,255,.1);
}	

.grid-music-container .u-volume .volume-hover:hover .volume-bar{
    visibility: visible;
}	

.box-tool .btn.cover {
	display: inline-block;
	padding: 2px 7px;
	background: rgba(65, 65, 65, 0.3);
	border: .05rem solid #bababa;
	border-radius: 3px;
	font-size: 0.65rem;
	color: #ffffff;
}
.box-tool .btn.cover:hover {
	color:#fff;
}

.progress-bar.barin {
	position: relative;
	height: 4px;
	background-color: rgba(255,255,255,.4);
}
.touch-box.barin {
	position: absolute;
	cursor: pointer;
	left: 0;
	right: 0;
	top: 50%;
	height: 18px;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.progress-bar .cache-round.barin, .progress-bar .play-round.barin {
	position: absolute;
	left: 0;
	top: 0;
	height: 4px;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;	
}
.u-time{
	padding: 6px 6px 6px 12px;
	color: #fff;
}
.progress-bar .cache-round.barin {
	position: absolute;
	left: 0;
	height: 3px;
	top: 1px;
	background-color: rgba(0,188,212, .2);
}

.progress-bar .current-process{
	top: 1px;
	background-color: #f86442;
}

.progress-bar .play-round.barin::before {
	width: 22px;
	height: 22px;
	background-color: rgba(255,255,255,.2);
}
.progress-bar .play-round.barin::after {
	width: 15px;
	height: 15px;
	background-color: rgba(255,255,255,.9);
}
.progress-bar .play-round.barin::after, .progress-bar .play-round.barin::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(50%,-50%);
	-ms-transform: translate(50%,-50%);
	transform: translate(50%,-50%);
	border-radius: 50%;
	opacity: 0;	
    -webkit-transition: all .2s linear;
    transition: all .2s linear;	
	
}

.progress-bar:hover .play-round.barin::after, .progress-bar:hover .play-round.barin::before{
	opacity: 1;	
}


