@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;
}


.img-block{
  margin-top: 0.1rem;
}
.list{
    padding: 0 0.1rem 0.2rem 0.1rem;
}
.list .flex-multiple-lines{

}
.list .flex-multiple-lines .variety-content{
    width: 46%;
    margin-top: 0.3rem;
    margin-bottom: 0.1rem;
    margin-left: 0.2rem;
    border-radius: 0.2rem;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
}
.list .variety-content .variety-pic{

}
.list  .variety-content .variety-pic>img{
    border-radius: 5px 5px 0 0;
    width: 100%;
    overflow: hidden;
}
.list .variety-content .variety-name {
    background-color: #fff;
    padding: 0.15rem 0.1rem 0.15rem 0.1rem;
    font-size: 0.24rem;
    color: #333;
    line-height: 1.5;
}