.components-header{box-sizing:border-box;padding:12px 25px}.components-header .caption{font-size:20px;text-indent:20px}.container-player{width:700px;margin:auto;margin-top:120px}.container-player .caption{font-size:16px;color:rgba(77,77,77,.5)}.container-player .cover{width:180px;height:180px;margin-left:20px;border-radius:50%;border:5px solid hsla(0,0%,78%,.4)}.container-player .cover img{width:180px;height:180px;border-radius:50%;box-shadow:-1px -1px 13px #888}.container-player .cover .spin{animation:myRotate 20s linear infinite}@keyframes myRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.container-player .volume-container{position:relative;left:20px;top:-3px}.container-player .volume-container .volume-wrapper{opacity:0;transition:opacity .5s linear}.container-player .volume-container:hover .volume-wrapper{opacity:1}.container-player .music-title{font-size:25px;font-weight:400;color:#464545;height:36px;line-height:36px}.container-player .music-artist{font-size:15px;font-weight:400;color:#4a4a4a}.container-player .left-time{font-size:14px;color:#4d4d4d;font-weight:400;width:40px}.container-player .icon{cursor:pointer}.container-player .ml20{margin-left:20px}.container-player .mt35{margin-top:35px}.container-player .volume-wrapper{width:60px;display:inline-block}.components-progress{margin-top:10px;width:100%;height:3px;background-color:rgba(77,77,77,.8);cursor:pointer}.components-progress .progress{width:0;height:3px;background-color:#2f9856}.components-musiclistitem{height:36px;line-height:36px;border-bottom:1px solid rgba(77,77,77,.5);text-indent:10px;transition:all .1s;user-select:none;cursor:pointer}.components-musiclistitem .delete{cursor:pointer;height:30px;width:30px;top:3px;position:relative;transform:rotate(45deg);margin-right:15px}.components-musiclistitem .delete:after,.components-musiclistitem .delete:before{content:"";display:block;background:rgba(77,77,77,.5);position:absolute}.components-musiclistitem .delete:before{width:100%;height:1px;top:14px;left:0}.components-musiclistitem .delete:after{height:100%;width:1px;left:15px;top:0}.components-musiclistitem.focus{color:#2f9842;background:hsla(0,0%,84%,.5)}.components-musiclistitem:hover{background:rgba(77,77,77,.25)}.components-musiclistitem:active{background:hsla(0,0%,84%,.5)}