/* 顶部选项卡 */

.header {
    /*display: flex;*/
    /*position: fixed;*/
    /*top: 0;*/
    width: 100%;
    /*height: 88rpx;*/
    color: #333;
    font-size: 0.6rem;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    z-index: 100;
    /*overflow: hidden;*/
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: scroll;

}

.header .cs {
    display: inline-block;
    padding: 0 0.3rem;
    text-align: center;
    min-width: 20%;
    height: 1.6rem;
    line-height: 1.6rem;
    box-sizing: border-box;
}

.header .cs span {
    display: block;
    height: 100%;
}

.header .cs.active span {
    color: #fd4a5f;
    border-bottom: 1px solid #fd4a5f;
}

/* 文章列表 */

.article-list {
    margin-top: 0.8rem;
    line-height: 1;
    /* padding: 0 20rpx; */
}

.article-list .article-item {
    margin-bottom: 0.3rem;
    padding: 0.6rem;
    background: #fff;
}

.article-list .article-item:last-child {
    margin-bottom: 0;
}

.article-list .article-item .article-item__title {
    line-height: 1.3;
}

.article-list .article-item .article-item__image img {
    display: block;
}

/* 小图模式 */

.show-type__10 {
    display: flex;
}

.show-type__10 .article-item__left {
    padding-right: 0.6rem;
}

.show-type__10 .article-item__image img {
    width: 3.5rem;
    height: 3.5rem;
    object-fit: cover;
}

/* 大图模式 */

.show-type__20 .article-item__image img {
    width: 100%;
}
