@charset "UTF-8";
body {
    font-family: "PingFang SC", "Microsoft Yahei", sans-serif;
    background: #F6F8F7;
    color: #2d3436;
}

.page-header{
    background-color: rgba(0,0,0,0);
}
.para-info .page-header .back-icon>i{
    color: #fff;
    font-size: 0.35rem;
}
.page-header{
    height: 0.9rem;
    line-height: 0.9rem;
    background-color: #fff;
    padding: 0 0.15rem 0 0.15rem;
}

/* 顶部导航 */


/* 标签卡片 */
.tag-info-card {
    background: #fff;
    margin: 0.24rem;
    border-radius: 0.28rem;
    padding: 0.36rem;
    box-shadow: 0 4px 12px rgba(56, 167, 111, 0.06);
}
.tag-top {
    display: flex;
    align-items: center;
    gap: 0.28rem;
    margin-bottom: 0.24rem;
}
.tag-avatar {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #F0F7F3;
}
.tag-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tag-name {
    font-size: 0.42rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
}
.tag-stats {
    font-size: 0.24rem;
    color: #8B9595;
    display: flex;
    gap: 0.3rem;
}
.tag-desc {
    font-size: 0.26rem;
    color: #5C6666;
    line-height: 1.5;
}

/* 内容标签 */
.content-tabs {
    display: flex;
    background: #fff;
    margin: 0 0.24rem;
    border-radius: 0.28rem;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
.tab-item {
    flex: 1;
    text-align: center;
    padding: 0.26rem 0;
    font-size: 0.3rem;
    color: #788383;
    position: relative;
    font-weight: 500;
    display: block;
}
.tab-item.active {
    color: #38A76F;
}
.tab-item.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.8rem;
    height: 0.07rem;
    background: #38A76F;
    border-radius: 99px;
}


.list{
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
    padding: 0 0.1rem 0 0.1rem;
}

.list .article-list>a{
    width: 47%;
    margin: 0.1rem 0.1rem 0.2rem 0.1rem;
    background: #fff;
    border-radius: 0.2rem;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
}
.list .cover{

}
.list .cover>img{
    height: 4.6rem;
    width: 100%;
}
.list .title{
    background-color: #fff;
    color: #686868;
    padding: 0.18rem 0.18rem 0.18rem 0.18rem;
}

.list .title .title-name{
    font-size: 0.26rem;
    height: 0.78rem;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    line-height: 1.5;
}
.list .title .user-block{
    padding-top: 0.16rem;
    line-height: 0.48rem;
}
.list .title .user-block>p{
    font-size: 0.24rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.list .title .user>img{
    width: 0.5rem;
    height:0.5rem;
    border-radius: 100rem;
    -moz-border-radius: 100rem;
    -webkit-border-radius: 100rem;
}
.list .title .user>span{
    padding-left: 0.1rem;
    font-size: 0.24rem;
    color: #686868;
}
.list .title .view{
    text-align: right;
    color: #686868;
}
.list .title .view>i{
    position: relative;
    top: 0.03rem;
    padding-right: 0.06rem;
    font-size: 0.30rem;
}

