/*.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;
        }
}