.audio-share {
    position: relative;
    backdrop-filter: blur(10px);
    overflow: hidden;
    height: calc(100vh - 14.4vw - 40px);
    padding: 20px;
}
.audio-share::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgb(0, 0, 0);
    opacity: 0.6;
    backdrop-filter: blur(10px);
}
.audio-share::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    filter: blur(10px);
    transform: scale(1.1);
    z-index: -2;
    background-image: var(--bg-image);
}
.audio-share *{
    max-width: 100%;
}

.audio-share .top {
    font-family: Charter_xh_news, Charter;
    height: calc(100% - 140px);
    overflow-y: auto;
}
.audio-share .top::-webkit-scrollbar {
    display: none;
}
.audio-share .logo {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    margin-bottom: 32px;
}
.audio-share .logo.newlogo {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}
.audio-share .title {
    font-weight: bold;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 34px;
    margin-bottom: 20px;
}
.audio-share .newTitle {
    font-size: 18px;
    line-height: 22px;
    margin-left: 6px;
}
.audio-share .top-container {
    display: flex;
    align-items: center;
}
/* .audio-share .desc {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 26px;
} */
.audio-share .roundup {
    font-weight: bold;
    font-size: 18px;
    color: rgb(203, 206, 209);
    line-height: 26px;
}
.audio-share .bottom {
    font-family: PingFangSC, PingFang SC;
    color: #CCCCCC;
    position: absolute;
    bottom: 27px;
    left: 20px;
    right: 20px;
}
.bottom .time_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom .time_container .time{
    /* margin: 0 15px; */
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #CCCCCC;
    font-family: PingFangSC, PingFang SC;
}
.bottom .time_container .time .current_time,
.bottom .time_container .time .total_time{
    width: 40px;
}
.bottom .time_container .time .current_time {
    text-align: right;
}
.bottom .progress_bar {
    z-index: 3;
    width: 45vw;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
    position: relative;
    border-radius: 3px;
    margin: 0 10px;
}
.bottom .progress_bar .bar-container {
    height: 2px;
    width: 0;
    background-color: #fff;
}
.bottom .progress_bar .current-dot {
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 1px;
    transform: translate(-50%, -50%);
}
.action-tpl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}
.audio-speed {
    width: 34px;
    height: 20px;
    background: rgba(255,255,255,0.2);
    border-radius: 4px;
    border: 1px solid rgba(255,255,255,0.2);
    font-family: SFProText, SFProText;
    font-size: 10px;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
}
.desc * {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 18px !important;
    max-width: 100% !important;
    box-sizing: border-box;
    line-height: 1.6 !important;
}

.desc {
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 18px !important;
    max-width: 100% !important;
    box-sizing: border-box;
    line-height: 1.6 !important;
}