.nav-pills > li > a {
    border-radius: 4px;
    background-color: rgb(255 255 255 / 15%);
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
}
.aplayer {
    background-color: rgb(255 255 255 / 15%);
    /* 毛玻璃效果 */
    backdrop-filter: blur(8px);
}
@media screen and (max-width:575px ) {

}
@media screen and (min-width:575px ) {
}
@media screen and (min-width: 768px) {

}
@media screen and (min-width:992px ) {

}
@media screen and (min-width: 1200px) {

}


