.podcast-detail-info{
    width: 100%;
    display: flex;
    gap: 0.2rem;
}
.podcast-detail-info>img{
    width: 4.89rem;
    height: 3.26rem;
    object-fit: cover;
}
.podcast-detail-info .oc-main-sam-blog-content-date{
    font-size: 0.24rem;
    color: var(--Color);
    line-height: 0.45rem;
    margin-bottom: 0.05rem;
}
.podcast-detail-info-right{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.podcast-detail-info-description{
    font-size: 0.2rem;
    color: #666666;
    line-height: 0.37rem;
    margin-bottom: 0.26rem;
}

.podcast-right-bottom{
    margin-top: auto;
    display: flex;
    justify-content: space-between;
}
.podcast-right-bottom .podcast-all-btn{
    color: var(--Color);
}
.podcast-right-bottom .podcast-all-btn>span{
    text-transform: uppercase;
}
.podcast-detail-info-share{
    display:flex;
    color: #333333;
    gap: 0.5rem;
    margin-top: 0.3rem;
}
.podcast-detail-info-share .info-share-btn{
    position: relative;
    cursor: pointer;
    padding: 0.1rem;
    font-size: 0.22rem;
}
.podcast-detail .podcast-all-content{
    top: 110%;
    right: 0.2rem;
    width: 9.1rem;
}
.post-list,.post-categories{
    min-height: 2rem;
    position: relative;
}
.podcast-rich-btns{
    display: flex;
    margin-top: 0.36rem;
    margin-bottom: 0.24rem;
    gap: 0.13rem;
    justify-content: end;
}
.podcast-rich-btn{
    padding: 0 0.48rem;
    height: 0.49rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.2rem;
    font-weight: 900;
    cursor: pointer;
    border-radius: 0.06rem;
    background-color: #EBEBEB;
    color: #333333;
}
.podcast-rich-btn .icon{
    width: 0.24rem;
    height: 0.24rem;
    margin: 0 0.17rem 0 0;
}
.podcast-rich-btn>img{
    width: 0.24rem;
    height: 0.24rem;
    margin: 0 0.17rem 0 0;
}
.podcast-rich-btn.podcast-rich-btn-active{
    color: #fff;
    background-color: #A9A9A9;
}
.info-share-content{
    position: relative;
}
.oc-main-sam-blog-pagination  .no-blog{
    color: #8c8c8c;
}
/* 小屏pc */
@media screen and (max-width: 1300px) {
    .right_3 .g-recaptcha {
        transform: scale(0.8);
        transform-origin: left;
    }
}
/* pc */
@media screen and (min-width: 1026px){
    .info-share-bullet{
        display: none;
        position: absolute;
        flex-direction: column;
        top: 100%;
        left: 0;
        width: max-content;
        box-shadow: 0px 1px 4px 0px #00000040;
        background: #FFFFFF;
        /* transform: translateX(-50%); */
        border-radius: 0.06rem;
    }
    .podcast-transcript-rich{
        display: none;
    }
    .info-share-item{
        display: flex;
        align-items: center;
        padding: 0 0.18rem;
        height: 0.5rem;
        cursor: pointer;
        font-size: 0.2rem;
        line-height: 0.5rem;
        color: #333;
    }
    .info-share-item:hover{
        background-color: #F1F1F1;
    }
    .info-share-item svg{
        width: 0.22rem;
        height: 0.22rem;
        margin-right: 0.1rem;
    }
    .mobile-close,.info-share-bullet-mask{
        display: none;
    }
    .podcast-right-bottom{
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}


@media screen and (max-width: 1025px){
    .left-right-wrapper .right_3{
        display: none;
    }
    .podcast-detail-info{
        flex-direction: column;
    }
    .podcast-detail-info{
        position: relative;
        padding-top: 0.5rem;
    }
    .podcast-detail-info>img{
        width: 100%;
        height: 4.59rem;
    }
    .podcast-detail-info-share{
        position: absolute;
        top: 0;
        margin-top:0;
        justify-content: space-between;
        width: 100%;
        flex-direction: row-reverse;
    }
    .podcast-detail-info-share .info-share-btn{
        font-size: 0.28rem;
    }
    .info-share-btn>span,.info-share-content>span{
        display: none;
    }


    .info-share-bullet{
        position: fixed;
        background: #00000099;
        width: 100%;
        bottom: 0;
        left: 0;
        height: 2.51rem;
        transform: translateY(100%);
        display: flex;
        z-index: 6000;
        justify-content: space-evenly;
        align-items: center;
        color: #fff;
        transition: all 0.3s;
        border-top-left-radius: 0.08rem;
        border-top-right-radius: 0.08rem;
    }
    .info-share-bullet-mask{
        display: none;
        content:"";
        inset: 0;
        z-index: 5000;
        position: fixed;
        background: #00000059;
    }
    .mobile-close{
        position: absolute;
        font-size: 0.5rem;
        right: 0.13rem;
        top: 0.09rem;
        padding: 0.05rem;
    }
    .info-share-item{
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        font-size: 0.24rem;
        line-height: 0.6rem;
    }
    .info-share-item:hover{
        background-color: #F1F1F1;
    }
    .info-share-item svg{
        font-size: 0.66rem;
    }
    .info-share-item span{
        display: block;
    }
    .info-share-bullet-show{
        display: flex;
        transform: translateY(0);
    }
}