/* 精彩推荐 */

.section2 .section-h2{
    background-position: 0 -100px;
    margin-bottom: 3%;
}

.section2 .section-pro-item{
    width: calc(5% - 20px);
}
.section2 .section-pro-box-a:hover .music-cover{
    transform: scale(1);
}

/* 排行榜 */

.section4 .section-h2{
    background-position: 0 -200px;
}
.section-top{
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
.section-top-li {
    width: calc((100% - 80px) / 5);
    /* max-width: 224px; */
    position: relative;
    box-sizing: border-box;
    padding: 10px 10px;
    /* width: 225px; */
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.section-top-li:first-child{
    background-image: url(../images/ayote-eijfk_01.jpg);
}
.section-top-li:nth-child(2){
    background-image: url(../images/ayote-eijfk_02.gif);
}
.section-top-li:nth-child(3){
    background-image: url(../images/ayote-eijfk_03.gif);
}
.section-top-li:nth-child(4){
    background-image: url(../images/ayote-eijfk_04.gif);
}
.section-top-li:nth-child(5){
    background-image: url(../images/ayote-eijfk_05.gif);
}
.section-top-h3{
    text-align: center;
}
.section-top-a{
    color: #fff;
    font-size: 1.75rem;
}
.section-top-a:hover{
    color: #fff;
}
.line{
    width: 40px;
    height: 3px;
    background-color: #fff;
    margin: 15px auto;
}
.section-top-li:hover .line {
    /* visibility: hidden; */
    background-color: #5cb85c;
}
.section4 .icon-play{
    height: 315px;
    background-size: 25%;
}
.section-top-li:hover .icon-play{
    transform: scale(1);
    opacity: 1;
}
.section-top-list{
    padding: 10px 0;
    position: relative;
}
.section-top-item{
    display: flex;
    gap: 10px;
}
.section-top-title,.section-top-author{
    color: #fff;
    font-size: 16px;
}
.section-top-title:hover,.section-top-author:hover{
    color: #fff;
}
.section-top-item~.section-top-item{
    margin-top: 15px;
}

.section4 .section-h2{
    margin-bottom: 3%;
}
.section4 .more{
    top: 70px;
}
.section-top-title,.section-top-author{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section4 .section-container{
    margin-right: 0;
}
.section-top-content{
    width: 0;
    flex: 1;
}
.section5 .section-h2{
    background-position: 0 -250px;
}
.section-count-icon{
    width: 20px;
    height: 13px;
    background: url(../images/icon_sprite.png) no-repeat -180px -20px;
}
.section-count-num{
    font-size: 0.875rem;
    color: #999;
}
.section-count{
    display: flex;
    gap: 10px;
    align-items: center;
}


/*小屏幕*/
@media screen and (max-width: 768px) {
    .section-top {
        display:block;
        gap: 20px;
        justify-content: space-between;
    }
    .section-top-li {
        box-sizing: border-box;
        margin:3%;
        padding: 10px 10px;
        width: 94%;
        color: #fff;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 8px;
    }
}