.none{
    display: none;
}
.tag-wrap{
    margin-top: 1rem;
    height: 100%;
}
.tag-wrap .tag-tab{
    position: relative;
    font-size: 0.16rem;
    border-bottom: 0.02rem solid rgba(0, 0, 0, 0.12);;
}
.tag-wrap .tag-tab span{
    position: absolute;
    padding: 0.15rem 0.85rem;
    display: inline-block;
    /* width: 2.4rem;
    height: 0.45rem; */
    background: rgba(242, 242, 242, 1);
    transition: all 0.5s;
    cursor: pointer;
}
.tag-wrap .tag-tab .advisory{
    bottom: 0;
    left: 0;
}
.tag-wrap .tag-tab .qa{
    bottom: 0;
    left: 2.45rem;
}
.tag-wrap .tag-tab .active{
    padding: 0.2rem 0.85rem;
    background: rgba(215, 55, 45, 1);
    font-weight: 700;
}
.advisory{
    margin-right: 0.05rem;
}
.tag-wrap ul{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.tag-list li {
    /* height: 0.75rem; */
    width: 20%;
    font-size: 0.14rem;
    padding: 0.05rem 0.35rem;
    border-left: 0.02rem solid rgba(215, 55, 45, 1);
    margin:0.25rem 0;
    margin-right: 0.1rem;
    
}
.tag-list li a{
    text-decoration: none;
    background-color: transparent;
    color: black;
    
}