.channel-detail-box {
    padding: 0.4rem 0.8rem 0.32rem 0.8rem;
}

.channel-detail-title {
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 0.32rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    line-height: 0.48rem;
}


.channel-detail-des {
    margin-top: 0.32rem;
    margin-bottom: 0.32rem;
    color: rgba(102, 102, 102, 1);
    font-size: 0.2rem;
    font-family: PingFangSC-Regular;
    line-height: 0.28rem;
}

.channel-detail-imgDes {
    margin-top: 0.16rem;
    margin-bottom: 0.32rem;
    color: rgba(153, 153, 153, 1);
    font-size: 0.2rem;
    font-family: PingFangSC-Regular;
    line-height: 0.28rem;
}

.channel-detail-img {
    width: 11.2rem;
    height: 6.3rem;
}

.paragraph {
    margin-bottom: 0.32rem;
    overflow-wrap: break-word;
    color: #333333;
    font-size: 0.2rem;
    font-family: PingFangSC-Regular;
    line-height: 0.44rem;
    text-indent: 2em;
}

.channel-detail-owner {
    width: 100%;
    color: rgba(102, 102, 102, 1);
    font-size: 0.2rem;
    font-family: PingFangSC-Regular;
    text-align: right;
    line-height: 0.28rem;
}