<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hyth-widget-single-music-list {
    padding: 0 10px 0;
}
.hyth-widget-single-music-list .aplayer {position: relative;width: calc(100% - 80px);display: inline-block;}
.hyth-widget-single-music-list li {
    margin-bottom: 20px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: initial;
}
.hyth-widget-single-music-list li a {
    display: flex;
}
.hyth-widget-single-music-list li .cover {
    margin-right: 10px;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    float: left;
    height: 66px;
    width: 66px;
    background-size: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.hyth-widget-single-music-list li .cover img {
    width: 100%;
    height: 100%;
    border-radius: var(--jinsom-border-radius);
    object-fit: cover;
    object-position: center;
}
.hyth-widget-single-music-list li .info {
    flex: 1;
}
.hyth-widget-single-music-list li.hyth-info .info {
    width: calc(100% - 80px);
    float: right;
    box-sizing: border-box;
}
.hyth-widget-single-music-list li .info .title {
    height: 100%;
    display: inline-block;
    line-height: 28px;
    margin-right: 10px;
    width: 112px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hyth-widget-single-music-list li .info .desc {
    font-size: 12px;
    color: #999;
    line-height: 28px;
    right: 0;
    float: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 10px;
}
.hyth-widget-single-music-list li .info .desc .name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    width: 60px;
}

@-webkit-keyframes rotation{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
.hyth-widget-single-music-list li .cover .hyth-yinyue-ico {
    -webkit-transform: rotate(360deg)!important;
    animation: rotation 3s linear infinite;
    -moz-animation: rotation 3s linear infinite;
    -webkit-animation: rotation 3s linear infinite;
    -o-animation: rotation 3s linear infinite;
    z-index: 1;
}
.hyth-widget-single-music-list li .cover .hyth-yinyue-ico {
    top: 50%;
    left: 50%;
    position: absolute;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-top: -25px;
    margin-left: -25px;
    font-size: 50px;
    line-height: 50px;
    display: none;
    z-index: 1;
}
.hyth-widget-single-music-list li .cover:hover .hyth-yinyue-ico {
    display: block;
}
.hyth-widget-single-music-list li.hyth-info .cover .hyth-yinyue-ico {
    top: 50%;
    left: 50%;
    position: absolute;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-top: -25px;
    margin-left: -25px;
    font-size: 35px;
    line-height: 50px;
    display: none;
    z-index: 1;
}
.hyth-widget-single-music-list li.hyth-info .cover:hover .hyth-yinyue-ico {
    display: block;
}
.hyth-widget-single-music-list li .info .desc span i {
    color: #ccc;
    vertical-align: -1px;
}
</pre></body></html>