.tab-bar-container {
    position: relative;
}
.tab-bar-container a {
    position: absolute;
    top: 50%;
    right: 0.2rem;
    color: #666;
    font-size: .22rem;
    display: flex;
    align-items: center;
    z-index: 1;
    transform: translateY(-50%);
}
.tab-bar-container a i,
.list-card a i,
.video_list a i {
    display: inline-block;
    width: 0.13rem;
    height: 0.13rem;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    margin-left: -2px;
}
.tab-bar-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    aspect-ratio: 1;
    background: linear-gradient(265deg, #FFFFFF 0%, #FFFFFF 51%, rgba(255,255,255,0) 100%);
    opacity: 0.95;
}
.tab-bar-list {
    position: relative;
    display: flex;
    gap: 0 .48rem;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: .24rem .4rem;
    background-color: #FFF;
    margin-bottom: 0.16rem;
    padding-right: 1.5rem;
    justify-content: space-between;
}
.tab-bar-item {
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #969799;
    line-height: 0.4rem;
    flex-shrink: 0;
}
.tab-bar-item.active {
    position: relative;
    font-size: 0.24rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #323233;
    line-height: 0.4rem;
}
.tab-bar-item.active::after {
    content: '';
    position: absolute;
    width: 70%;
    height: .06rem;
    bottom: -40%;
    left: 50%;
    transform: translateX(-50%);
    background: #A53D78;
    border-radius: 0.03rem;
}
.comm-list-container {
    background-color: #FFF;
    margin-bottom: .16rem;
}
.comm-article-list {
    padding: .24rem .16rem 0;
    overflow: hidden;
    height: 3.2rem;
}
.comm-article-item {
    margin-bottom: .24rem;
}
.comm-article-item .article-title {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 0.28rem;
}
.comm-article-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.comm-article-item .istop {
    display: inline-block;
    background: #EE0A24;
    padding: .02rem .13rem .1rem;
    border-radius: 0.8rem 2rem 2rem 0.8rem;
    font-size: 0.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.32rem;
}
.comm-article-item .article-publish-time {
    width: 1.6rem;
    font-size: 0.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #595959;
    line-height: 0.28rem;
    margin-left: .14rem;
}
.article-empty {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
/* 首页模块样式 */
.list-card .list-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 .32rem .16rem;
}
.list-card .list-title-text {
    font-size: 0.30rem;
    font-family: AlibabaPuHuiTiM;
    color: #323233;
    line-height: 0.4rem;
    font-weight: 600;
}
.list-card .list-more-icon a {
    font-size: .30rem;
    font-family: AlibabaPuHuiTiR;
    color: #323233;
    line-height: 0.4rem;
}
.list-card .list-body {
    padding: 0 .24rem;
}
.list-card .list-body .com-show-list {
    --gap: .16rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--gap);
}
.com-show-list a {
    box-sizing: border-box;
    width: calc((100% - var(--gap)) / 2);
    padding: .24rem;
    background-color: #FFF;
    border-radius: 0.03rem;
}
.com-show-list .com-show-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: .24rem;
    background-color: #FFF;
    border-radius: 0.03rem;

}
.com-show-headimg {
    width: 60%;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: .16rem;
}
.com-show-headimg img {
    display: block;
    width: 100%;
    height: 100%;
}
.com-show-name {
    margin-bottom: .16rem;
}
.com-show-info {
    font-size: 0.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 0.28rem;
    text-align: center;
    margin-bottom: .16rem;
}
.list-card .list-body .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;
}
.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 {
    flex: 1;
    min-width: 0;
    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 {
    /* display: flex;
    justify-content: space-between; */
}
.active-info .active-time {
    width: 100%;
    margin-right: 0rem;
}
.active-info .active-adress {
    /* flex: 1;
    min-width: 0; */
    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;
}
/* 列表空状态样式 */
.list-empty {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.list-empty img {
    display: block;
    width: 2rem;
    height: 1.62rem;
}
.list-empty .tip {
    font-size: 0.24rem;
    font-family: AlibabaPuHuiTiR;
    color: #999999;
    line-height: 0.34rem;
    margin-top: .16rem;
}