/* 焦点图 */
.bbs-focus-box{
    margin-bottom: 5px;
}
.p_text{ height: 36px; overflow: hidden; font-size: 12px;line-height: 18px;padding:0 2px;margin-top: 6px;color: #010101;}
.swiper-container.bbs-focus{border-radius: 5px;overflow: hidden;margin-top: 10px}
.bbs-focus .swiper-slide img{width: 100%}

.focus_txt{ box-sizing: border-box; max-width: 100%;  position: absolute;bottom: 18px;left:0;padding: 5px 18px; z-index: 100;overflow: hidden; background: linear-gradient(to right, #000, transparent); box-sizing: border-box;}
.focus_txt p{color: #fff;font-size: 12px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap }
.focus_txt p:nth-child(2){font-size: 12px;font-weight: bold}
.focus_pagination{position: absolute;bottom: 5px !important;text-align: center;z-index: 99}
.focus_pagination span{width: 5px;height: 5px;background: #fff;opacity: .5;margin: 0 2.5px !important}
.bbs-focus > .focus_pagination .swiper-pagination-bullet-active{opacity: 1}

/* 热门板块 */
.bbs-hot-boards-wrapper{
    position: relative;
    width: 100%;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 7px;
    padding-bottom: 5px;
    background-color: #fff;
}
.bbs-hot-boards-wrapper::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background-image: linear-gradient(to right, transparent , #fff );
    z-index: 999;
}
.bbs-hot-boards{
    display: block;
}
.bbs-hot-boards-title{
    margin-left: 10px;
    margin-bottom: 5px;
    width: 40px;
    height: 14px;
    line-height: 14px;
    font-size: 7px;
    color: #999999;
    background-image: linear-gradient(to bottom, #f0d4b1, #f3e7dd);
    border: 1px solid #f0d4b1;
    text-align: center;
}
.bbs-hot-boards-list .swiper-slide{
    width: calc(120 * 100vw / 750);
}
.bbs-hot-board-item-pic{
    width: calc(120 * 100vw / 750);
    height: calc(60 * 100vw / 750);
    overflow: hidden;
}
.bbs-hot-board-item-pic img{
    width: 100%;
}
.bbs-hot-board-item-name{
    line-height: 30px;
    font-size: 10px;
    text-align: center;
    
}

/* 分类 */
.bbs-category{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 10px;
    /* padding: 10px 0px; */
    padding: 20px 0px;
    background-color: #fff;
}
.bbs-category-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.bbs-category-item-pic{
    width: 22.5px;
    height: 22.5px;
    overflow: hidden;
}
.bbs-category-item-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.bbs-category-item-title{
    font-size: 10px;
    color: #000;
    line-height: 3;
}
/* 今日推荐 */
.today-recommend{
    display: flex;
    align-items: center;
    padding: 8px 0 8px 8px;
    background-color: #fff;
    box-shadow: 0 0 5px #999;
    border-radius: 6px;
}
.today-recommend-title{
    flex-shrink: 0;
    width: 28px;
    height: 29px;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #eeeeee;
    text-indent: -999px;
    overflow: hidden;
    background: url(../../images/wap4.0/bbs/today-recommend.png) no-repeat 0 0;
    background-size: 28px 29px;
}
.today-recommend-swiper{
    flex: 1;
    min-width: 0;
    height: 29px;
    position: relative;
}

.today-recommend-pagination{
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 2px;
    z-index: 2;
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 0;
}
.today-recommend-pagination .swiper-pagination-bullet{
    width: 4px;
    height: 5px;
    background: #dfe1e8;
    border-radius: 0;
    opacity: 1;
}

.today-recommend-pagination .swiper-pagination-bullet-active{
    height: 9px;
    background: #552a15;
}

.today-recommend-swiper .swiper-slide .today-recommend-article{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.today-recommend-swiper .swiper-slide em{
    display: flex;
    align-items: center;
    font-style: normal;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.today-recommend-swiper .swiper-slide em::before{
    content: "";
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    background: url(../../images/wap4.0/bbs/icon-fire.png) no-repeat center / contain;
}

.today-recommend-swiper .swiper-slide span{
    display: block;
    font-size: 10px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 90%;
}

/* post-list */
.post-list{
}

.post-list > ul{
}

/* 分割线 */
.post-list > ul > li.underline{
    position: relative;
}
.post-list > ul > li.underline::after{
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right,  transparent 0%,  #e5e5e5 25%, #e5e5e5 75%, transparent 100%);
}

.post-list > ul > li.picture{
}

.post-list > ul > li.video{
}

.post-list .author{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 0;
}

.post-list .author-avatar{
    width: 17.5px;
    height: 17.5px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 4px;
}

.post-list .author-avatar img{
    width: 100%;
}

.post-list .author-name{
    font-size: 11px;
    color: #999;
    margin-right: 5px;
}
/* .post-list .author-badge{} */
.post-list .author-badge span.author-vip{
    display: block;
    width: 11px;
    height: 11px;
    background: url(../../images/wap4.0/bbs/icon-vip@2x.png) no-repeat 0 0;
    background-size: 11px 11px;
}


.post-list .post-content{
    padding: 15px 0 0;
}

.post-list .post-title{
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 10px;
}

.post-list .post-card-picture{

}

.post-list .post-card-picture ul{
    display: flex;
    justify-content: flex-start;
    gap: 2px;
}

.post-list .post-card-picture li{
    flex: 0 0 calc((100% - 4px) / 3);
    aspect-ratio: 234 / 157;
    overflow: hidden;
}
.post-list .post-card-picture li:first-child{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.post-list .post-card-picture li:last-child{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.post-list .post-card-picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.post-list .post-info{
    display: flex;
    height: 18px;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.post-list .post-info-left{
    display: flex;
    align-items: center;
}
.post-list .post-info-left span{margin-right: 5px;}

.post-list .style-default{
    font-size: 11px;
    color: #a0a0a0;
}

.post-list .style-brand{
    color: #999;
    background-color: #f5f4f9;
    font-size: 9px;
    line-height: 15px;
    height: 15px;
    border-radius: 7.5px;
    padding: 0 .5em;
}

.post-list .post-info-right{
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}


.post-list .post-info-icon{
    background: url(../../images/wap4.0/bbs/icon-comment.png) no-repeat 0 0;
    background-size: 18px 75px;
    height: 18px;
    padding-left: 22px;
    font-size: 11px;
    line-height: 18px;
}
.post-list .post-info-share{
    background-position: 0 -50px;
}

.post-list .post-info-comment{
    background-position: 0 -25px;
}

.post-list .post-info-like{
    background-position: 0 0px;
}

.video-landscape .post-card-video{
    width: 100%;
}

.video-portrait .post-card-video{
    width: calc(320 * 100vw / 750);
}


.post-card-video{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.post-card-video img{
    width: 100%;
}
.post-card-video::after{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -22.5px;
    margin-top: -22.5px;
    content: "";
    width: 45px;
    height: 45px;
    background: rgba(255,255,255,0.5) url(../../images/wap4.0/bbs/icon-play.png) no-repeat 50% 50%;
    border-radius: 50%;
    background-size: 13.5px 15.5px;
}
.post-card-video span{
    position: absolute;
    right: 17px;
    bottom: 10px;
    font-size: 12px;
    color: #fff;

}

.bbs-write-wrapper{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 55px;
    height: 55px;
    background-color: #894d32;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
}
.bbs-write-wrapper .bbs-write{
    width: 19px;
    height: 18.5px;
    background: url(../../images/wap4.0/bbs/icon-write.png) no-repeat 0 0;
    background-size: cover;
}
.bbs-write-wrapper em{
    font-size: 11px;
    color: #fff;
}

/* 热门话题 */
.hot-topic{
    padding-bottom: 15px;
}
.hot-topic h3{
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    font-weight: bold;
}

            /* <div class="hot-posts-wrapper">
                <div class="hot-posts-item">
                        <img src="http://placehold.co/230x413/f88/fff" alt="">
                        <div class="pa hot-posts-black"></div>
                        <div class="pa hot-posts-title">
                            <span></span>
                            <em>表友游记</em>
                        </div>
                        <div class="pa hot-posts-intro">
                            24302个帖子
                        </div>
                </div>
            </div> */
.hot-posts-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hot-posts-item{
    width: calc( (100% - 10px )/3 );
    height: 206.5px;
    border-radius: 5px;
    overflow: hidden;
}
.hot-posts-item img{
    width: 100%;
}
.hot-posts-black{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent 30%);
}
.hot-posts-title{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 5px;
    top: 0;
    height: 30px;
    font-size: 12px;
    color: #fff;
}
.hot-posts-title::before{
    display: block;
    content: "#";
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    font-size: 9px;
    background-color: #f9e0c7;
    color: #8b807f;
    border-radius: 50%;
    border-bottom-right-radius: 0;
    margin-right: 3px;
}
.hot-posts-intro{
    position: absolute;
    right: 5px;
    bottom: 10px;
    height: 13px;
    line-height: 13px;
    font-size: 8px;
    color: #666;
    padding: 0 1em;
    background-color: rgba(225,225,225,0.5);
    border-radius: 7px;
}

