/* 论坛-品牌页 */

/* 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-title img{
    display: inline;
    vertical-align: middle;
    vertical-align: -2px;
}
.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;
}

/* 品牌顶部 */
.brand-top{
    background-image: linear-gradient(to bottom, transparent, #5b1b10, transparent);
}

.brand-header{
    padding: 13px 11px 15px 11px;
    font-size: 0;
    background-size: cover;
}

.brand-name{
    font-size: 22px;
    color: #fff;
    line-height: 32px;
    height: 32px;
}

.brand-intro{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-banzhu{
}

.brand-banzhu dl{
    display: flex;
}

.brand-banzhu dt{
    width: 35px;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 4px;
    text-align: center;
    margin-right: 10px;
}

.brand-banzhu dd{
    height: 15px;
    line-height: 15px;
    font-size: 12px;
    margin-right: 10px;
    color: #fff;
}

.brand-favorite{
    width: 52.5px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-favorite::before{
    content: "+";
    display: inline-block;
    margin-right: 3px;
    font-size: 14px;
    line-height: 1;
    vertical-align: middle;
    transform: translateY(-1px);
}
.brand-favorited::before{
    display: none;
}
.brand-theme{
}

.brand-theme ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
}

.brand-theme li{
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    margin-right: 10px;
    margin-top: 7.5px;
    font-size: 12px;
    background-color: #af7756;
    border-radius: 3px;
}

.brand-theme li a{
    color: #fff;
    background-color: #af7756;
}
.brand-door{
    border-top: .5px solid rgba(225, 225, 225, .5);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.brand-nav{
}

.brand-nav ul{
    display: flex;

}

.brand-nav li{
    position: relative;
    font-size: 12px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    width: 25%;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.brand-nav li a{
    color: #fff;
    display: block;
}
.brand-nav li::before{
    content: "";
    position: absolute;
    left: -1px;
    top: 50%;
    width: .5px;
    height: 12px;
    background-color: #fff;
    margin-top: -6px;
}
.brand-nav li.act{
    color: #885233;
    background-color: #fff;
}
.brand-nav li.act a{
    color: #885233;
    background-color: #fff;
}

.brand-content{
    padding-top: 15px;
    padding-bottom: 11px;
    background-color: #fff;
}

.brand-item{
    
}
.brand-item ul{
    display: block;
}
.brand-item ul li{
    padding: 0 9px;
    margin-bottom: 15px;
}

.brand-item ul li a{
    display: inline-block;
    font-size: 12px;
    height: 18.5px;
    line-height: 18.5px;
}

.brand-item ul li.top a{
    padding-left: 70px;
    background: url(../../images/wap4.0/bbs/icon-top.png) no-repeat 0 100% / 60px 52px;
}



.brand-item ul li.top-red a{
    background-position: 0 0;
}

.brand-item ul li.top-yellow a{
    background-position: 0 100%;
}


