/*.play-button {
    margin: 20px;
    padding: 10px 20px;
    font-size: 13px;
    cursor: pointer;
}


.container {
    display: none;*/ /* 默认隐藏 */
    /*position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ccc;
    z-index: 1000;*/ /* 确保容器在最上层 */
    /*justify-content: center;*/ /* 水平居中子元素 */
/*}*/

/* 播放列表按钮容器 */
/*.listButton {
    position: relative;*/ /* 相对定位使播放列表容器定位于该按钮 */
/*}

.payaaa {
    display: flex;
    align-items: flex-end;*/ /* 底部对齐 */
/*}
#listButton {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-right: 0px;*/ /* 按钮和数字之间的间距 */
/*}
    #listButton img {
        display: block;
    }
#palynum {
    font-size: 8px;*/ /* 根据需要调整字体大小 */
/*}

.playlist-container {
    position: absolute;
    bottom: 35px;*/ /*让选择框出现在播放按钮上方，可以根据需要调整*/
    /*background: linear-gradient( 180deg, #FFFFFF 0%, #F0EFE2 100%);
    border: 1px solid #ccc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 350px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/ /* 添加阴影效果 */
    /*display:none;
    left: -120px;
    z-index: 1000;*/ /*确保在其他元素之上 */
/*}

.playlist-header {
    padding: 10px;
    background: linear-gradient( 180deg, #FFFFFF 0%, #F0EFE2 100%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 16px;
    color: #666666;
    line-height: 21px;
    text-align: justify;
    font-style: normal;
    text-transform: none;
    position: sticky;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;*/ /* 播放列表靠左，图标靠右 */
/*}
.right-icons {
    display: flex;
    align-items: center;
}
    .right-icons img {
        cursor: pointer;*/ /* 鼠标悬停时显示手形指针 */
    /*}

    .right-icons span {
        margin: 0 5px;*/ /* 调整图标之间的间距 */
    /*}
.icon-space {
    width:15px;
}

    .icon-space:last-child {
        margin-right: 0;*/ /* 确保最后一张图片没有右边距 */
    /*}

.playlist-wrapper {
    max-height: 300px;*/ /* 固定高度 */
    /*overflow-y: auto;*/ /* 自动显示滚动条 */
    /*position: relative;
}*/

/* 设置滚动条宽度 */
/*.playlist-wrapper::-webkit-scrollbar {
    width: 6px;*/ /* 垂直滚动条宽度 */
    /*height: 6px;*/ /* 水平滚动条高度 */
/*}*/

/* 滚动条轨道 */
    /*.playlist-wrapper::-webkit-scrollbar-track {
        background: #f1f1f1;
    }*/

/* 滚动条滑块 */
    /*.playlist-wrapper::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px;*/ /* 圆角 */
    /*}*/

    /* 当悬停时的滚动条颜色 */
/*.playlist-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.vertical-divider {
    width: 0;
    height: 14px;*/ /* 线的高度 */
    /*border-left: 1px solid #999999;*/ /* 关键：左边界作为竖线 */
/*}
.playlist {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .playlist li {
        padding: 10px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
        transition: background-color 0.3s, color 0.3s;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width:300px;
    }
        .playlist li .delete-wrapper {
            display: none;
        }
        .playlist li:hover .delete-wrapper {
            display: flex;
            align-items: center;
        }

        .playlist li .track-info {
            display: flex;
            align-items: center;
            flex: 1;
        }

            .playlist li .track-info img {
                width: 30px;
                height: 30px;
                border-radius: 50%;
                margin-right: 10px;
                cursor: pointer;*/ /* 添加指针光标以表明可点击 */
            /*}

            .playlist li .track-info .track-details {
                display: flex;
                flex-direction: column;
                justify-content: center;
                flex: 1;*/ /* 使 track-details 占据足够宽度 */
            /*}

            .playlist li .track-info .track-details {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                flex: 1;
            }

            .playlist li .track-info .track-title {
                font-family: Microsoft YaHei, Microsoft YaHei;
                font-weight: 540;
                font-size: 14px;
                color: #0F0F0F;
                line-height: 18px;
                text-align: justify;
                font-style: normal;
                text-transform: none;
                max-width: 200px;*/ /* 设置最大宽度，可以根据实际需求调整 */
                /*white-space: nowrap;*/ /* 防止换行 */
                /*overflow: hidden;
                text-overflow: ellipsis;*/ /* 超过宽度时显示省略号 */
            /*}

            .playlist li .track-info .track-author {
                font-size: 12px;
                color: #666;
                margin-right: 30px;
                white-space: nowrap;*/ /* 防止换行 */
                /*overflow: hidden;
                text-overflow: ellipsis;*/ /* 超过宽度时显示省略号 */
            /*}

        .playlist li .track-duration {
            width: 36px;
            height: 16px;
            font-family: Microsoft YaHei, Microsoft YaHei;
            font-weight: 400;
            font-size: 12px;
            color: #999999;
            line-height: 16px;
            text-align: justify;
            font-style: normal;
            text-transform: none;
        }

        .playlist li:last-child {
            border-bottom: none;
        }

        .playlist li:hover {
            background-color: #DFDDD0;
        }

        .playlist li.active {
            color: #5D6146;
            position: relative;*/ /* 确保伪元素定位正确 */
        /*}*/
            /* 当列表项是 active 时，修改 track-title 的样式 */
            /*.playlist li.active .track-title {
                width: 170px;
                height: 18px;
                font-family: 'Microsoft YaHei', sans-serif;
                font-weight: 700;
                font-size: 14px;
                color: #5D6146 !important;*/ /* 使用 !important 确保优先级（可选） */
                /*line-height: 18px;
                text-align: justify;
                font-style: normal;
                text-transform: none;*/
                /* 防止换行，超出省略（可选增强体验） */
                /*white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }*/

            /* 在 active 行前面添加播放图标 */
            /*.playlist li.active .track-info::before {
                content: '';
                display: inline-block;
                width: 16px;
                height: 16px;
                background-image: url('/img/play/playing.png');*/ /* 替换为你自己的小图标路径 */
                /*background-size: cover;
                margin-right: 6px;
                vertical-align: middle;
            }*/
            /* 在不是 active 行前面添加空白位置保持对齐 */
            /*.playlist li .track-info::before {
                content: '';
                display: inline-block;
                width: 16px;
                height: 16px;
                background-size: cover;
                margin-right: 6px;
                vertical-align: middle;
            }
        .playlist li .track-info {
            display: flex;
            align-items: center;
        }

        .playlist li img
        {
            width:15px;
        }



        .audio-player-container {
            padding: 5px;
            width: 1200px;*/ /* 设置宽度 */
            /*display: flex;
            flex-direction: column;
        }

.audio-player-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    .audio-player-controls button {
        background: none;*/ /* 去掉背景色 */
        /*border: none;*/ /* 去掉边框 */
        /*padding: 0;*/ /* 去掉内边距 */
        /*margin: 0 10px;*/ /* 按钮间距 */
        /*cursor: pointer;*/ /* 鼠标悬停时显示手型 */
       /* display: inline-flex;*/ /* 保持图片大小 */
        /*align-items: center;*/ /* 垂直居中对齐图片 */
        /*justify-content: center;*/ /* 水平居中对齐图片 */
    /*}

        .audio-player-controls button img {
            width: 18px;
            height: 18px;
            border-radius: 0px 0px 0px 0px;
        }*/

        /* 可选：悬停时添加效果 */
        /*.audio-player-controls button:hover img {
            opacity: 0.8;*/ /* 悬停时减少不透明度 */
        /*}


.progress-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

.progressBackground {
    height: 4px;
    background-color: #D4D1BB;*/ /* 未播放部分的颜色 */
    /*width: 100%;
    border-radius: 2px;
    position: absolute;
    cursor: pointer;*/ /* 鼠标悬停时显示手型 */
    /*top: 22px;
    left: 0;
}
.progress {
    height: 4px;
    background-color: #5D6146;*/ /* 播放中的颜色 */
    /*width: 0%;*/ /* 初始宽度为0% */
    /*border-radius: 2px;
    position: absolute;
    cursor: pointer;*/ /* 鼠标悬停时显示手型 */
    /*top: 22px;
    left: 0;
    transition: width 0.1s;*/ /* 平滑过渡 */
/*}*/
/* 播放点球形 */
/*.progressBall {
    position: absolute;
    width: 6px;*/ /* 球的直径 */
    /*height: 6px;
    background-color: #5D6146;*/ /* 球的颜色 */
    /*border: 2px solid #5D6146;*/ /* 边框颜色 */
    /*border-radius: 50%;*/ /* 圆形 */
    /*top: 19px;*/ /* 垂直位置调整，使球位于进度条正上方 */
    /*left: 0;
    cursor: pointer;*/ /* 鼠标悬停时显示手型 */
    /*transition: left 0.1s;*/ /* 使球的移动平滑 */
    /*z-index: 1;*/ /* 保证球形在其他元素之上 */
/*}



.time-info {
    font-size: 12px;*/ /* 时间信息字体大小 */
    /*display: flex;
    cursor: pointer;*/ /* 鼠标悬停时显示手型 */
    /*justify-content: space-between;*/ /* 左右对齐 */
    /*width: 100%;
    margin-bottom: 4px;*/ /* 时间信息和进度条之间的间隙 */
/*}

.time-infoleft, .time-inforight {
    font-size: 12px;*/ /* 时间信息字体大小 */
    /*color: #333;*/ /* 时间信息字体颜色 */
/*}

.time-infoleft {
    flex-direction: column;
}

.time-inforight {
    display: flex;
    flex-direction: column;
    text-align: right;*/ /* 右对齐 */
/*}




.volume-controls {
    display: flex;
    align-items: center;
    margin-top: 5px;
}


.volume-control {
    display: flex;
    align-items: center;
    margin-top: 0px;
    margin-left: 15px;
}

    .volume-control input[type="range"] {
        width: 60px;
        margin-left: 4px;
        -webkit-appearance: none;
        background: #D4D1BB;*/ /* 默认背景颜色 */
        /*height: 2px;
        border-radius: 2px;
        cursor: pointer;
        position: relative;
    }

        .volume-control input[type="range"]::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 4px;
            height: 4px;
            background: #5D6146;*/ /* 默认滑块颜色 */
            /*border-radius: 50%;
            cursor: pointer;
            position: relative;
            z-index: 1;
        }

        .volume-control input[type="range"]::-moz-range-thumb {
            width: 4px;
            height: 2px;
            background: #5D6146;
            border-radius: 50%;
            cursor: pointer;
        }
    .volume-control span img
    {
        width:15px;
    }

    .speed-controls {
        position: absolute;
        bottom: 55px;*/ /*让选择框出现在播放按钮上方，可以根据需要调整*/
        /*background-color: white;*/ /*背景颜色 */
        /*border: 1px solid #ccc;
        border-radius: 4px;
        height: 290px;
        width: 90px;
        z-index: 10;*/ /*确保在播放器之上 */
        /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/ /*添加阴影效果 */
        /*display: none;
        right: 110px;
        z-index: 1000;*/ /* 确保在其他元素之上 */
    /*}
.speed-options {
    list-style: none;*/ /* 去掉列表项前的标记 */
    /*padding: 0;
    margin: 0;
    background-color: #fff;*/ /* 背景颜色 */
    /*border: 1px solid #ddd;*/ /* 边框颜色 */
    /*border-radius: 5px;*/ /* 边角圆润 */
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);*/ /* 阴影效果 */
    /*overflow-y: auto;*/ /* 自动出现滚动条 */
    /*position: absolute;*/ /* 定位 */
    /*height: 300px;
    width: 90px;
}

    .speed-options li {
        font-size: 14px;
        padding: 10px;
        cursor: pointer;*/ /* 鼠标悬停时显示手型 */
        /*width: 70px;
    }

        .speed-options li.selected {
            background-color: #DFDDD0;*/ /* 选中项背景颜色 */
        /*}

        .speed-options li:hover {
            background-color: #DFDDD0;*/ /* 悬停项背景颜色 */
        /*}


.audio-player-controls {
    position: relative;*/  /*让播放按钮成为参照对象 */
/*}

.play-mode {
    position: absolute;
    bottom: 45px;*/ /*让选择框出现在播放按钮上方，可以根据需要调整*/
    /*background-color: white;*/ /*背景颜色 */
    /*border: 1px solid #ccc;
    border-radius: 4px;
    height: 168px;
    width: 130px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/ /*添加阴影效果 */
    /*display: none;
    right: 120px;
    z-index: 1000;*/ /* 确保在其他元素之上 */
/*}

.close-button {
    position: absolute;
    width: 38px;*/ /* 按钮的宽度 */
    /*height: 38px;*/ /* 按钮的高度 */
    /*display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    bottom: 31px;*/ /*让选择框出现在播放按钮上方，可以根据需要调整*/
    /*right: -50px;
    z-index: 1000;*/ /* 确保在其他元素之上 */
/*}

    .close-button img {
        width: 100%;*/ /* 图片占满按钮 */
        /*height: auto;
    }
.play-options {
    list-style: none;*/ /* 去掉列表项前的标记 */
    /*padding: 0;
    margin: 0;
    background-color: #fff;*/ /* 背景颜色 */
    /*border: 1px solid #ddd;*/ /* 边框颜色 */
    /*border-radius: 5px;*/ /* 边角圆润 */
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);*/ /* 阴影效果 */
    /*overflow-y: auto;*/ /* 自动出现滚动条 */
    /*position: absolute;*/ /* 定位 */
    /*height: 168px;
    width: 130px;
}

    .play-options li {
        font-size: 13px;
        padding: 10px;
        cursor: pointer;*/ /* 鼠标悬停时显示手型 */
        /*width: 110px;
    }

        .play-options li.selected {
            background-color: #DFDDD0;*/ /* 选中项背景颜色 */
        /*}

        .play-options li:hover {
            background-color: #DFDDD0;*/ /* 悬停项背景颜色 */
        /*}
.list-item {
    display: flex;
    align-items: center;*/ /* 垂直居中 */
    /*justify-content: center;*/ /* 水平居中 */
    /*padding: 10px 0;
}
.icon {
    margin-right: 15px;
    vertical-align: middle;*/ /* 确保图片和文字在同一基线上 */
    /*width:21px;
}

.timenamestr {
    width: 75px;
    height: 16px;*/
/*    font-family: Microsoft YaHei, Microsoft YaHei;*/
    /*font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
    font-style: normal;
    text-transform: none;
}
.time-langsong {*/
/*    font-family: Microsoft YaHei, Microsoft YaHei;*/
    /*font-size: 11px;
}*/


/* ========== 以下是你原有样式（完全保留，一字不改） ========== */
.play-button {
    margin: 20px;
    padding: 10px 20px;
    font-size: 13px;
    cursor: pointer;
}

.container {
    display: none; /* 默认隐藏 */
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ccc;
    z-index: 1000; /* 确保容器在最上层 */
    justify-content: center; /* 水平居中子元素 */
}

.listButton {
    position: relative; /* 相对定位使播放列表容器定位于该按钮 */
}

.payaaa {
    display: flex;
    align-items: flex-end; /* 底部对齐 */
}

#listButton {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-right: 0px; /* 按钮和数字之间的间距 */
}

    #listButton img {
        display: block;
    }

#palynum {
    font-size: 8px; /* 根据需要调整字体大小 */
}

.playlist-container {
    position: absolute;
    bottom: 40px; /*让选择框出现在播放按钮上方，可以根据需要调整*/
    background: linear-gradient( 180deg, #FFFFFF 0%, #F0EFE2 100%);
    border: 1px solid #ccc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 350px;
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/ /* 添加阴影效果 */
    display: none;
    left: -190px;
    z-index: 1000; /*确保在其他元素之上 */
}

.playlist-header {
    padding: 10px;
    background: linear-gradient( 180deg, #FFFFFF 0%, #F0EFE2 100%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 700;
    font-size: 16px;
    color: #666666;
    line-height: 21px;
    text-align: justify;
    font-style: normal;
    text-transform: none;
    position: sticky;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between; /* 播放列表靠左，图标靠右 */
}

.right-icons {
    display: flex;
    align-items: center;
}

    .right-icons img {
        cursor: pointer; /* 鼠标悬停时显示手形指针 */
    }

    .right-icons span {
        margin: 0 5px; /* 调整图标之间的间距 */
    }

.icon-space {
    width: 15px;
}

    .icon-space:last-child {
        margin-right: 0; /* 确保最后一张图片没有右边距 */
    }

.playlist-wrapper {
    max-height: 300px; /* 固定高度 */
    overflow-y: auto; /* 自动显示滚动条 */
    position: relative;
}

    .playlist-wrapper::-webkit-scrollbar {
        width: 6px; /* 垂直滚动条宽度 */
        height: 6px; /* 水平滚动条高度 */
    }

    .playlist-wrapper::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .playlist-wrapper::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 4px; /* 圆角 */
    }

        .playlist-wrapper::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.vertical-divider {
    width: 0;
    height: 14px; /* 线的高度 */
    border-left: 1px solid #999999; /* 关键：左边界作为竖线 */
}

.playlist {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .playlist li {
        padding: 10px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
        transition: background-color 0.3s, color 0.3s;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 300px;
    }

        .playlist li .delete-wrapper {
            display: none;
        }

        .playlist li:hover .delete-wrapper {
            display: flex;
            align-items: center;
        }

        .playlist li .track-info {
            display: flex;
            align-items: center;
            flex: 1;
        }

            .playlist li .track-info img {
                width: 30px;
                height: 30px;
                border-radius: 50%;
                margin-right: 10px;
                cursor: pointer; /* 添加指针光标以表明可点击 */
            }

            .playlist li .track-info .track-details {
                display: flex;
                flex-direction: column;
                justify-content: center;
                flex: 1; /* 使 track-details 占据足够宽度 */
            }

            .playlist li .track-info .track-details {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                flex: 1;
            }

            .playlist li .track-info .track-title {
                font-family: Microsoft YaHei, Microsoft YaHei;
                font-weight: 540;
                font-size: 14px;
                color: #0F0F0F;
                line-height: 18px;
                text-align: justify;
                font-style: normal;
                text-transform: none;
                max-width: 200px; /* 设置最大宽度，可以根据实际需求调整 */
                white-space: nowrap; /* 防止换行 */
                overflow: hidden;
                text-overflow: ellipsis; /* 超过宽度时显示省略号 */
            }

            .playlist li .track-info .track-author {
                font-size: 12px;
                color: #666;
                margin-right: 30px;
                white-space: nowrap; /* 防止换行 */
                overflow: hidden;
                text-overflow: ellipsis; /* 超过宽度时显示省略号 */
            }

        .playlist li .track-duration {
            width: 36px;
            height: 16px;
            font-family: Microsoft YaHei, Microsoft YaHei;
            font-weight: 400;
            font-size: 12px;
            color: #999999;
            line-height: 16px;
            text-align: justify;
            font-style: normal;
            text-transform: none;
        }

        .playlist li:last-child {
            border-bottom: none;
        }

        .playlist li:hover {
            background-color: #DFDDD0;
        }

        .playlist li.active {
            color: #5D6146;
            position: relative; /* 确保伪元素定位正确 */
        }

            .playlist li.active .track-title {
                width: 170px;
                height: 18px;
                font-family: 'Microsoft YaHei', sans-serif;
                font-weight: 700;
                font-size: 14px;
                color: #5D6146 !important; /* 使用 !important 确保优先级（可选） */
                line-height: 18px;
                text-align: justify;
                font-style: normal;
                text-transform: none;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .playlist li.active .track-info::before {
                content: '';
                display: inline-block;
                width: 16px;
                height: 16px;
                background-image: url('/img/play/playing.png'); /* 替换为你自己的小图标路径 */
                background-size: cover;
                margin-right: 6px;
                vertical-align: middle;
            }

        .playlist li .track-info::before {
            content: '';
            display: inline-block;
            width: 16px;
            height: 16px;
            background-size: cover;
            margin-right: 6px;
            vertical-align: middle;
        }

        .playlist li .track-info {
            display: flex;
            align-items: center;
        }

        .playlist li img {
            width: 15px;
        }

.audio-player-container {
    padding: 5px;
    width: 1200px; /* 设置宽度 */
    display: flex;
    flex-direction: column;
}

.audio-player-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    .audio-player-controls button {
        background: none; /* 去掉背景色 */
        border: none; /* 去掉边框 */
        padding: 0; /* 去掉内边距 */
        margin: 0 10px; /* 按钮间距 */
        cursor: pointer; /* 鼠标悬停时显示手型 */
        align-items: center; /* 垂直居中对齐图片 */
        justify-content: center; /* 水平居中对齐图片 */
    }

        .audio-player-controls button img {
            width: 18px;
            height: 18px;
            border-radius: 0px 0px 0px 0px;
        }

        .audio-player-controls button:hover img {
            opacity: 0.8; /* 悬停时减少不透明度 */
        }

.progress-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

.progressBackground {
    height: 4px;
    background-color: #D4D1BB; /* 未播放部分的颜色 */
    width: 100%;
    border-radius: 2px;
    position: absolute;
    cursor: pointer; /* 鼠标悬停时显示手型 */
    top: 22px;
    left: 0;
}

.progress {
    height: 4px;
    background-color: #5D6146; /* 播放中的颜色 */
    width: 0%; /* 初始宽度为0% */
    border-radius: 2px;
    position: absolute;
    cursor: pointer; /* 鼠标悬停时显示手型 */
    top: 22px;
    left: 0;
    transition: width 0.1s; /* 平滑过渡 */
}

.progressBall {
    position: absolute;
    width: 6px; /* 球的直径 */
    height: 6px;
    background-color: #5D6146; /* 球的颜色 */
    border: 2px solid #5D6146; /* 边框颜色 */
    border-radius: 50%; /* 圆形 */
    top: 19px; /* 垂直位置调整，使球位于进度条正上方 */
    left: 0;
    cursor: pointer; /* 鼠标悬停时显示手型 */
    transition: left 0.1s; /* 使球的移动平滑 */
    z-index: 1; /* 保证球形在其他元素之上 */
}

.time-info {
    font-size: 12px; /* 时间信息字体大小 */
    display: flex;
    cursor: pointer; /* 鼠标悬停时显示手型 */
    justify-content: space-between; /* 左右对齐 */
    width: 100%;
    margin-bottom: 4px; /* 时间信息和进度条之间的间隙 */
}

.time-infoleft, .time-inforight {
    font-size: 12px; /* 时间信息字体大小 */
    color: #333; /* 时间信息字体颜色 */
}

.time-infoleft {
    flex-direction: column;
}

.time-inforight {
    display: flex;
    flex-direction: column;
    text-align: right; /* 右对齐 */
}

.volume-controls {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.volume-control {
    display: flex;
    align-items: center;
    margin-top: 0px;
    margin-left: 15px;
}

    .volume-control input[type="range"] {
        width: 60px;
        margin-left: 4px;
        -webkit-appearance: none;
        background: #D4D1BB; /* 默认背景颜色 */
        height: 2px;
        border-radius: 2px;
        cursor: pointer;
        position: relative;
    }

        .volume-control input[type="range"]::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 4px;
            height: 4px;
            background: #5D6146; /* 默认滑块颜色 */
            border-radius: 50%;
            cursor: pointer;
            position: relative;
            z-index: 1;
        }

        .volume-control input[type="range"]::-moz-range-thumb {
            width: 4px;
            height: 2px;
            background: #5D6146;
            border-radius: 50%;
            cursor: pointer;
        }

    .volume-control span img {
        width: 15px;
    }

.speed-controls {
    position: absolute;
    bottom: 55px; /*让选择框出现在播放按钮上方，可以根据需要调整*/
    background-color: white; /*背景颜色 */
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 290px;
    width: 90px;
    z-index: 10; /*确保在播放器之上 */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /*添加阴影效果 */
    display: none;
    right: 110px;
    z-index: 1000; /* 确保在其他元素之上 */
}

.speed-options {
    list-style: none; /* 去掉列表项前的标记 */
    padding: 0;
    margin: 0;
    background-color: #fff; /* 背景颜色 */
    border: 1px solid #ddd; /* 边框颜色 */
    border-radius: 5px; /* 边角圆润 */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* 阴影效果 */
    overflow-y: auto; /* 自动出现滚动条 */
    position: absolute; /* 定位 */
    height: 300px;
    width: 90px;
}

    .speed-options li {
        font-size: 14px;
        padding: 10px;
        cursor: pointer; /* 鼠标悬停时显示手型 */
        width: 70px;
    }

        .speed-options li.selected {
            background-color: #DFDDD0; /* 选中项背景颜色 */
        }

        .speed-options li:hover {
            background-color: #DFDDD0; /* 悬停项背景颜色 */
        }

.audio-player-controls {
    position: relative; /*让播放按钮成为参照对象 */
}

.play-mode {
    position: absolute;
    bottom: 45px; /*让选择框出现在播放按钮上方，可以根据需要调整*/
    background-color: white; /*背景颜色 */
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 168px;
    width: 130px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /*添加阴影效果 */
    display: none;
    right: 120px;
    z-index: 1000; /* 确保在其他元素之上 */
}

.close-button {
    position: absolute;
    width: 38px; /* 按钮的宽度 */
    height: 38px; /* 按钮的高度 */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    bottom: 40px; /*让选择框出现在播放按钮上方，可以根据需要调整*/
    right: -45px;
    z-index: 1000; /* 确保在其他元素之上 */
}

    .close-button img {
        width: 100%; /* 图片占满按钮 */
        height: auto;
    }

.play-options {
    list-style: none; /* 去掉列表项前的标记 */
    padding: 0;
    margin: 0;
    background-color: #fff; /* 背景颜色 */
    border: 1px solid #ddd; /* 边框颜色 */
    border-radius: 5px; /* 边角圆润 */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* 阴影效果 */
    overflow-y: auto; /* 自动出现滚动条 */
    position: absolute; /* 定位 */
    height: 168px;
    width: 130px;
}

    .play-options li {
        font-size: 13px;
        padding: 10px;
        cursor: pointer; /* 鼠标悬停时显示手型 */
        width: 110px;
    }

        .play-options li.selected {
            background-color: #DFDDD0; /* 选中项背景颜色 */
        }

        .play-options li:hover {
            background-color: #DFDDD0; /* 悬停项背景颜色 */
        }

.list-item {
    display: flex;
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */
    padding: 10px 0;
}

.icon {
    margin-right: 15px;
    vertical-align: middle; /* 确保图片和文字在同一基线上 */
    width: 21px;
}

.timenamestr {
    width: 75px;
    height: 16px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
    font-style: normal;
    text-transform: none;
}

.time-langsong {
    font-size: 11px;
}

/* ========== 以下是QQ浏览器兼容模式补丁（仅对IE/Trident内核生效，不影响原样式） ========== */
/* 1. 为IE11/QQ兼容模式添加flex前缀 */
@supports (-ms-ime-align: auto) {
    .container {
        display: -ms-flexbox;
        -ms-flex-pack: center;
    }

    .payaaa {
        display: -ms-flexbox;
        -ms-flex-align: end;
    }

    .playlist-header {
        display: -ms-flexbox;
        -ms-flex-pack: justify;
    }

    .right-icons {
        display: -ms-flexbox;
        -ms-flex-align: center;
    }

    .playlist li {
        display: -ms-flexbox;
        -ms-flex-align: center;
        -ms-flex-pack: justify;
    }

        .playlist li:hover .delete-wrapper {
            display: -ms-flexbox;
            -ms-flex-align: center;
        }

        .playlist li .track-info {
            display: -ms-flexbox;
            -ms-flex-align: center;
            -ms-flex: 1;
        }

            .playlist li .track-info .track-details {
                display: -ms-flexbox;
                -ms-flex-direction: row;
                -ms-flex-pack: justify;
                -ms-flex-align: center;
                -ms-flex: 1;
            }

    .audio-player-container {
        display: -ms-flexbox;
        -ms-flex-direction: column;
    }

    .audio-player-controls {
        display: -ms-flexbox;
        -ms-flex-align: center;
        -ms-flex-pack: center;
    }

        .audio-player-controls button {
            display: -ms-flexbox;
            -ms-flex-align: center;
            -ms-flex-pack: center;
        }

    .progress-container {
        display: -ms-flexbox;
        -ms-flex-direction: column;
    }

    .time-info {
        display: -ms-flexbox;
        -ms-flex-pack: justify;
    }

    .time-inforight {
        display: -ms-flexbox;
        -ms-flex-direction: column;
        text-align: right;
    }

    .volume-controls {
        display: -ms-flexbox;
        -ms-flex-align: center;
    }

    .volume-control {
        display: -ms-flexbox;
        -ms-flex-align: center;
    }

    .list-item {
        display: -ms-flexbox;
        -ms-flex-align: center;
        -ms-flex-pack: center;
    }
    /* 修复IE11滚动条样式 */
    .playlist-wrapper {
        scrollbar-width: thin;
        scrollbar-color: #888 #f1f1f1;
    }
}
.container {
    /* 补充：让container成为居中容器的基准 */
    text-align: center; /* 兼容IE/QQ兼容模式 */
    padding: 0;
    margin: 0;
}

.audio-player-container {
    /* 现代浏览器flex居中 + 兼容模式margin居中（双重保障） */
    margin: 0 auto !important; /* 核心：左右margin自动，实现居中 */
    flex: none !important; /* 防止flex拉伸影响居中 */
    text-align: left; /* 重置内部元素对齐，避免文字居中 */
}

/* QQ兼容模式（IE内核）额外保障 */
@supports (-ms-ime-align: auto) {
    .audio-player-container {
        -ms-flex: none !important;
        margin: 0 auto !important;
    }
}
/* 修复QQ兼容模式下按钮截断问题 - 核心！ */
.audio-player-controls {
    padding: 5px 0 !important; /* 增加内边距，防止按钮被容器边缘截断 */
    box-sizing: content-box !important; /* 兼容IE盒模型 */
}

    .audio-player-controls button {
        display: inline-block !important; /* 替换flex，避免IE解析异常 */
        width: 24px !important; /* 固定按钮宽度（略大于图片18px，留余量） */
        height: 24px !important; /* 固定按钮高度 */
        overflow: visible !important; /* 强制显示完整按钮，防止截断 */
        position: relative !important; /* 防止偏移 */
    }

        .audio-player-controls button img {
            position: relative !important;
            left: 0 !important;
            top: 0 !important; /* 重置图片位置，避免偏移 */
            margin: 0 auto !important; /* 图片在按钮内居中 */
        }

/* QQ兼容模式（IE内核）按钮修复兜底 */
@supports (-ms-ime-align: auto) {
    .audio-player-controls {
        -ms-flex-wrap: wrap !important; /* 防止按钮挤在一起 */
        padding: 5px 0 !important;
    }

        .audio-player-controls button {
            -ms-flex: 0 0 24px !important; /* 固定尺寸，不拉伸不收缩 */
            width: 24px !important;
            height: 24px !important;
            overflow: visible !important;
        }
}