.song-list{margin-top:20px}.song-list .song-item{display:flex;height:120px;align-items:center;width:100%;background-color:#fff;padding:0 30px;margin-bottom:20px;border-radius:10px}.song-list .song-item .svg-icon{cursor:pointer}.song-list .song-item .number{margin-right:40px;margin-left:20px;width:20px}.song-list .song-item .name{width:25%;font-weight:700}.song-list .song-item .artist{flex:1}.song-list .song-item .file{width:20%}.song-list .song-item .operate{width:200px;text-align:right}.song-list .song-item .icon-button{width:40px;height:40px;border-radius:50%;display:inline-block;background-color:#ebeef5;margin-right:10px;cursor:pointer;border:none;text-align:center}.song-list .song-item .icon-button:after{content:"";width:14px;height:14px;background-size:cover;display:inline-block}.song-list .song-item .icon-button.edit:hover,.song-list .song-item .icon-button.look:hover,.song-list .song-item .icon-button.play:hover,.song-list .song-item .icon-button.stop:hover{background-color:#000}.song-list .song-item .icon-button.delete:hover{background-color:#e02b2b}.song-list .song-item .icon-button.play:after{background:url(../../static/img/tool_play.47036a88.svg) 50% no-repeat}.song-list .song-item .icon-button.play:hover:after{background:url(../../static/img/tool_play_hover.34c5a580.svg) 50% no-repeat}.song-list .song-item .icon-button.stop:after{background:url(../../static/img/tool_stop.f0e2defa.svg) 50% no-repeat}.song-list .song-item .icon-button.stop:hover:after{background:url(../../static/img/tool_stop_hover.d96a1166.svg) 50% no-repeat}.song-list .song-item .icon-button.edit:after{background:url(../../static/img/tool_edit.10ce636b.svg) 50% no-repeat}.song-list .song-item .icon-button.edit:hover:after{background:url(../../static/img/tool_edit_hover.4a1b6aa0.svg) 50% no-repeat}.song-list .song-item .icon-button.delete:after{background:url(../../static/img/tool_delete.880e270c.svg) 50% no-repeat}.song-list .song-item .icon-button.delete:hover:after{background:url(../../static/img/tool_delete_hover.af01a580.svg) 50% no-repeat}.song-list .song-item .icon-button.look:after{background:url(../../static/img/tool_look.0dbbe4e7.svg) 50% no-repeat}.song-list .song-item .icon-button.look:hover:after{background:url(../../static/img/tool_look_hover.855f838e.svg) 50% no-repeat}