/* music.css */
#audio {
    display: none; /* 隐藏音频播放器 */
}

/* 其他样式 */
body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    text-align: center;
}