.article-audio-podcast-wrapper {
    background: #FFFFFF;
}

.article-audio-podcast-main-player-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.article-audio-podcast-main-player-wrapper-col-left {
    width: 35%;
    flex: 0 0 35%;
    max-width: 35%;
    transition: 0.5s;
}

.article-audio-podcast-main-player-wrapper-col-right {
    width: 65%;
    flex: 0 0 65%;
    max-width: 65%;
    padding-left: 30px;
    position: relative;
}

.podcast-cover-image-frame {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding-top: 52.3333%;
}

.podcast-cover-image-frame img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.podcast-title {
    width: 100%;
    padding: 5px 0px;
    font-size: 1.2rem;
    font-weight: 700;
}

.current-podcast-meta {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 2px 0;
    font-size: 0.9rem;
}

.current-podcast-meta .meta-time {
    margin-right: 50px;
}

.current-podcast-meta .meta-view img {
    margin-right: 5px;
}

.current-podcast-main-topic {
    width: 100%;
    padding: 2px 0;
    color: #824CEF;
    font-size: 0.9rem;
}

.current-podcast-main-player-control-wrapper {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.podcast .current-podcast-main-player-control-wrapper{
    padding: 0.15rem 1rem;
}

.current-podcast-main-player-media-wrapper {
    flex: 0 0 60%;
    width: 60%;
    max-width: 60%;
}

.podcast .current-podcast-main-player-media-wrapper {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.podcast .current-podcast-player-media {
    flex: 0 0 80%;
    width: 80%;
    max-width: 80%;
}

div#media {
    width: 100%;
    background: transparent;
}

.current-podcast-time {
    display: flex;
    justify-content: space-between;
    color: #824CEF;
    font-size: 0.7rem;
    margin: 5px 0;
}

.podcast .current-podcast-time {
    width: 80%;
}

.article-audio-podcast-main-player-control-panel {
    flex: 0 0 40%;
    width: 40%;
    max-width: 40%;
}

.podcast .article-audio-podcast-main-player-control-panel {
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
}

.article-audio-podcast-player-control {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
}

.podcast-floating-player-pause,
.podcast-floating-player-play {
    display: none;
}

.podcast-floating-player-pause.active,
.podcast-floating-player-play.active {
    display: block;
}

.podcast-player-previous.disabled,
.podcast-player-next.disabled {
    pointer-events: none;
}

.podcast-player-previous.disabled img,
.podcast-player-next.disabled img {
    filter: grayscale(1) opacity(0.4);
}

/** TOGGLE BUTTON START */
.current-podcast-autoplay-toggle {
    flex: 0 0 60%;
    width: 60%;
    max-width: 60%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.podcast-autoplay-switch {
    position: relative;
    display: inline-block;
    width: 105px;
    height: 24px;
}

.podcast-autoplay-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.podcast-autoplay-switch-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    border-radius: 25px;
    border: solid 1px #824CEF;
    background: #824CEF;
    cursor: pointer;
}

.podcast-autoplay-switch-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 2px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    border-radius: 50%;
    border: solid 1px #824CEF;
    background-color: #FFFFFF;
    -webkit-transform: translateX(77px);
    -ms-transform: translateX(77px);
    transform: translateX(77px);
}

.podcast-autoplay-switch-label:before {
    position: absolute;
    content: "自动播放";
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #FFFFFF;
    font-size: 1rem;
}

.podcast-autoplay-switch input:focus+.podcast-autoplay-switch-slider {
    box-shadow: 0 0 1px #33B312;
}

.podcast-autoplay-switch input:checked+.podcast-autoplay-switch-slider {
    background: #FFFFFF;
}

.podcast-autoplay-switch input:checked+.podcast-autoplay-switch-slider:before {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    background: #824CEF;
}

.podcast-autoplay-switch input:checked~.podcast-autoplay-switch-label:before {
    content: "自动播放";
    left: unset;
    right: 10px;
    color: #824CEF;
}

/** TOGGLE BUTTON END */

/** PROGRESS BAR START */
.article-audio-podcast-progress-bar {
    background-color: #DDDDDD;
    width: 100%;
}

.article-audio-podcast-progress-bar .article-audio-podcast-progress-percent {
    background-color: #824CEF;
    padding: 0.1rem;
}

/** PROGRESS BAR END */

.article-audio-podcast-topic-tab-wrapper {
    margin-bottom: 30px;
}

.article-audio-podcast-topic-tab-wrapper::before {
    content: "";
    flex: 1 1;
    border-bottom: 5px solid #F7F7F7;
    margin: auto;
}

.article-audio-podcast-topic-tab-wrapper::after {
    content: "";
    flex: 1 1;
    border-bottom: 5px solid #F7F7F7;
    margin: auto;
}

.article-audio-podcast-topic-tab-label {
    width: auto;
    padding: 0.5rem 1rem;
    margin: 0 0.25rem;
    border: 1px #824CEF solid;
    border-radius: 20px;
    color: #824CEF;
    background: #FFFFFF;
    cursor: pointer;
}

.article-audio-podcast-topic-tab-label.active {
    color: #FFFFFF;
    background: #824CEF;
}

.article-audio-podcast {
    width: 100%;
}

.article-audio-podcast-topic-tab-content {
    display: none;
}

.article-audio-podcast-topic-tab-content.active {
    display: block;
}

.article-audio-podcast-listing {
    display: flex;
    flex-wrap: wrap;
}

.article-audio-podcast-item {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex: 0 0 calc(25% - 20px);
    width: calc(25% - 20px);
    max-width: calc(25% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.article-audio-podcast-item>a {
    text-decoration: none;
    color: #000000;
}

.article-audio-podcast-item.ads-loaded {
    flex: 0 0 calc(33.33% - 123px);
    width: calc(33.33% - 123px);
    max-width: calc(33.33% - 123px);
}

.article-audio-podcast-item-ads {
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 auto;
    max-width: 300px;
}

.article-audio-podcast-item>div:last-child {
    margin-bottom: 0.8rem;
}

.article-audio-podcast-item-ads-fullwidth {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.border-card-frame {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.podcast-item-img {
    padding: 0.8rem;
}

.podcast-item-img img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    transform: none;
    border-radius: 15px;
}

.podcast-item-title {
    font-size: 1rem;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    padding: 0.15rem 1rem;
}

.podcast-item-main-topic {
    color: #824CEF;
    font-size: 0.8rem;
}

.podcast-item-description {
    font-size: 0.8rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    padding: 0.15rem 1rem;
}

.podcast-item-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    padding: 0 1rem 0.75rem;
}

.podcast-item-meta>div {
    display: flex;
    align-items: center;
    padding-bottom: 0.2rem;
}

.podcast-item-meta img {
    margin-right: 5px;
}

.podcast-item-player {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.podcast-item-player .podcast-item-player-pause {
    display: none;
}

.podcast-item-player .podcast-item-progress-bar {
    position: relative;
    width: 100%;
}

.podcast-item-player .podcast-item-progress-bar>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 10px);
}

.podcast-item-player .podcast-item-progress-bar>img:last-child {
    display: none;
}

.podcast-item-player .podcast-item-current-time {
    color: #824CEF;
    font-size: 0.7rem;
}

/* Works on Chrome/Edge/Safari */
.article-audio-podcast::-webkit-scrollbar {
    width: 3px;
}

.article-audio-podcast::-webkit-scrollbar-track {
    background: transparent;
}

.article-audio-podcast::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 5px;
    border: 1px solid transparent;
}

.article-audio-podcast-more {
    background: #824CEF;
    padding: 8px 0;
    color: #FFFFFF;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0;
    width: 30%;
}

.article-audio-podcast-more[loading="1"] {
    display: none;
}

.empty-content-msg {
    font-size: 20px;
    color: #824CEF;
    text-align: center;
    padding: 30px 0px;
}



.article-audio-podcast-floating-player-wrapper {
    display: none;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    position: fixed;
    bottom: 20px;
}

.article-audio-podcast-floating-player {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    padding: 10px 20px;
    background: #616161;
    border-radius: 10px;
    font-size: 0.8rem;
    color: #FFFFFF;
    opacity: 0.95;
}

.article-audio-podcast-floating-player-col-left {
    flex: 0 0 calc(90% - 10px);
    width: calc(90% - 10px);
    max-width: calc(90% - 10px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.article-audio-podcast-floating-player-col-right {
    flex: 0 0 10%;
    width: 10%;
    max-width: 10%;
}

.article-audio-podcast-floating-player .podcast-title {
    flex: 0 0 calc(30% - 10px);
    width: calc(30% - 10px);
    max-width: calc(30% - 10px);
    font-size: 0.8rem;
}

.article-audio-podcast-floating-player-control-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 70%;
    width: 70%;
    max-width: 70%;
}

.article-audio-podcast-floating-player-control-panel {
    flex: 0 0 35%;
    width: 35%;
    max-width: 35%;
}

.article-audio-podcast-floating-player-media-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 65%;
    width: 65%;
    max-width: 65%;
}

.article-audio-podcast-floating-player-media {
    flex: 0 0 calc(100% - 100px);
    width: calc(100% - 100px);
    max-width: calc(100% - 100px);
    margin: 0 auto;
}

/** LISTING LOADER START */
.podcast-listing-loader {
    width: 35px;
    aspect-ratio: 1;
    display: grid;
    border-radius: 50%;
    background:
        linear-gradient(0deg, rgba(130, 76, 239, 0.5) 30%, rgba(130, 76, 239, 0) 0 70%, rgba(130, 76, 239, 1) 0) 50% / 8% 100%,
        linear-gradient(90deg, rgba(130, 76, 239, 0.25) 30%, rgba(130, 76, 239, 0) 0 70%, rgba(130, 76, 239, 0.75) 0) 50% / 100% 8%;
    background-repeat: no-repeat;
    animation: l23 1s infinite steps(12);
    margin: auto;
}

.podcast-listing-loader::before,
.podcast-listing-loader::after {
    content: "";
    grid-area: 1/1;
    border-radius: 50%;
    background: inherit;
    opacity: 0.915;
    transform: rotate(30deg);
}

.podcast-listing-loader::after {
    opacity: 0.83;
    transform: rotate(60deg);
}

@keyframes l23 {
    100% {
        transform: rotate(1turn)
    }
}

/** LISTING LOADER END */

.hidden {
    display: none;
}

/** podcast page */
.article-audio-podcast-main {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.article-audio-podcast-main-left {
    width: 40%;
    flex: 0 0 40%;
    max-width: 40%;
    position: relative;
}

.article-audio-podcast-main-right {
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0px 15px 10px 15px;
    display: flex;
    flex-direction: column;
}

.article-audio-podcast-main-bottom {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-top: 10px;
    border-top: 1px solid #bbbbbb;
}

.border-hightlight-frame {
    border: 3px solid #824CEF;
}

.article-audio-podcast-main .podcast-item-title {
    font-size: 1.2rem;
}

.article-audio-podcast-main .podcast-item-meta {
    justify-content: flex-start;
    font-size: 1rem;
    padding: 0.5rem 1rem;
}

.article-audio-podcast-main .podcast-item-meta-view {
    margin-left: 20px;
}

.article-audio-podcast-main .podcast-item-main-topic {
    font-size: 1rem;
    padding: 0 1rem;
}

.podcast-item-play-pause {
    width: 20%;
    margin: 1.2rem 1rem;
    padding-bottom: 0.2rem;
    color: #FFFFFF;
    background-color: #824CEF;
    border-radius: 5px;
    cursor: pointer;
}

.podcast-item-play-pause .podcast-item-play,
.podcast-item-play-pause .podcast-item-pause {
    display: none;
}

.podcast-item-play-pause .podcast-hightlight-item-play,
.podcast-item-play-pause .podcast-hightlight-item-pause {
    justify-content: center;
    align-items: center;
    padding: 0.2rem 0.5rem 0rem;
}

.podcast-item-play-pause .podcast-item-play.active,
.podcast-item-play-pause .podcast-item-pause.active {
    display: flex;
}

.podcast-item-play-pause img {
    filter: brightness(1) invert(1);
}

.podcast-description {
    font-size: var(--font-control-size);
    line-height: 1.8;
    text-decoration: none;
}

/** podcast page end */