.musicBoxList-bigPic_text ul li {
    -webkit-line-clamp: 2;
}

/* 修正 style.scss start */
.btn-download-icon {
    padding: 0;
}
.musicBoxList-bigPic_pic > img {
    content: normal;
}
/* 修正 style.scss end */

.mouseHand {
    cursor: pointer;
}

.playToneText {
    cursor: pointer;
}

header.fui-header a,header.fui-header a:link,header.fui-header a:visited{
    padding-top: 10px;
    padding-bottom: 10px;
}

h1.has_info {
    padding: 0px 0px;
}

h1.title_info, h2.title_info {
    padding: 0px 5px;
    color: #7A7A7A;
    width: 55%;
}

/* 搜尋更多歌曲 */
div.search_more {
    display: flex;
    align-items: center;
    justify-content: center;
}
.search_more span {
    font-size: 16px;
    color: #D3060F;
    margin-right: 4px;
}
.search_more img {
    width: 24px;
}