#custom {
    overflow: hidden;
}
/* 切换栏样式 */
.tab-bar-container {
    padding: 0 .16rem;
    margin-bottom: .08rem;
    margin-top: .2rem;
}
.tab-bar-container .tab-bar {
    display: flex;
}
.tab-bar .tab-bar-item {
    flex: 1;
    padding: .16rem 0rem;
    text-align: center;
    border: 0.01rem solid #D9D9D9;
    font-size: 0.24rem;
    font-family: AlibabaPuHuiTiR;
    color: #595959;
    line-height: 0.34rem;
}
.tab-bar .tab-bar-item.post {
    border-radius: 0.02rem 0rem 0rem 0.02rem;
}
.tab-bar .tab-bar-item.detail {
    border-radius: 0rem 0.02rem 0.02rem 0rem;
}
.tab-bar .tab-bar-item.active {
    font-size: 0.24rem;
    font-family: AlibabaPuHuiTiM;
    color: #812358;
    line-height: 0.34rem;
    background: #ECD0E0;
    border: 0.01rem solid #ECD0E0;
}
/* 列表样式 */
.list-container {
    padding: 0 .16rem;
}
.list-item {
    padding: .24rem .16rem;
    background: #FFFFFF;
    border-radius: 0.08rem;
}
.list-item {
    position: relative;
    margin-bottom: .16rem;
}
.list-item-title {
    display: flex;
    align-items: center;
    width: 85%;
}
.live-icon {
    padding: 0.02rem .1rem;
    border-radius: 0.16rem;
    border: 0.02rem solid;
    font-size: 0.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 0.28rem;
    margin-right: .08rem;
}
.live-icon.live {
    color: #A53D78;
    border-color: #A53D78;
}
.live-icon.video {
    color: #DC5E1C;
    border-color: #DC5E1C;
}
.live-title {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.28rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #151718;
    line-height: 0.34rem;
}
.list-item-info p {
    font-size: 0.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #777777;
    line-height: 0.28rem;
    margin-top: .16rem;
}
.item-status-btn {
    position: absolute;
    bottom: .24rem;
    right: .24rem;
    width: 1.14rem;
    height: .44rem;
    border-radius: 0.08rem;
    text-align: center;
    line-height: .44rem;
    font-size: 0.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #F7F8FA;
}
.active-remark {
    font-size: 0.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #777777;
    line-height: 0.28rem;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.active-info .active-adress {
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.active-info-icon {
    width: .24rem;
    height: .24rem;
    vertical-align: middle;
}
.active-info-icon.time {
    vertical-align: baseline;
}
.preach-address-info {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 列表状态 */
.status_box {
    position: absolute;
    top: .24rem;
    right: .16rem;
}
.typestyle {
    border-radius: 0px 0.14rem 0px 0.14rem;
    color: white;
    font-size: 0.24rem;
    float: right;
    padding: 0.1rem 0.25rem;
}
.audit_status_box {
    position: absolute;
    bottom: .16rem;
    right: .16rem;
}
.audit_text {
    font-size: 0.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 0.28rem;
}
/* 小火箭样式 */
.back_top {z-index: 9999;position: fixed;width: 60px;height: 60px;bottom: 45px;right: 10px;border-radius: 100%;display: none;}
.back_top img {width: 100%;height: 100%;border-radius: 100%;}
.back_top{bottom:2rem!important;}