#anMusic-page meting-js .aplayer .aplayer-body {
    width: 60%;
}
#anMusic-page meting-js .aplayer .aplayer-list {
    width: 40%;
}

@media screen and (max-width: 768px) {
    #anMusic-page meting-js .aplayer .aplayer-body {
        width: 100%!important;
        position: fixed;
        left: 0px;
        right: 0px;
        top: 100px;
        margin: auto;
    }
}

@media screen and (max-width: 768px) {
    #anMusic-page meting-js .aplayer .aplayer-body .aplayer-info .aplayer-lrc {
        margin-top: 10px!important;
        margin-left: -10px!important;
        margin-right: -10px!important;
        height: auto;
        max-height: 200%;
        min-height: 100%;
        mask-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0), rgb(0, 0, 0), rgb(0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    }
}

@media screen and (max-width: 768px) {
    #anMusic-page meting-js .aplayer .aplayer-list.aplayer-list-hide {
        bottom: 0% !important;
        width: 100% !important;
    }
}