.list_tab{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0.10rem;
    padding-bottom: 0;
    background-color: white;
    /* border-radius: 0.12rem; */
    /* margin-top: 0.4rem; */
    width: 100%;
    overflow-x: auto;
    position: sticky;
    top: 0;
    z-index: 12;
    border-bottom: 1px solid rgb(235, 235, 235);
    box-sizing: border-box;
    /* box-shadow: 0 0 12px 0 rgba(0, 0, 0, .08); */
}

.list_tab span{
    display: block;
    padding: 0 0.2rem;
    text-align: center;
    border-radius: 0.1rem;
    height: 0.66rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
    color: #444;
    position: relative;
    flex-shrink: 0;
    /* border-left: 1px solid rgb(214, 214, 214); */
}
/* .list_tab span:first-child{
    border-left: none;
} */
.list_tab span.nandu{
    font-size: 0.20rem;
    color: #999;
    padding: 0;
    width: fit-content;
    margin-left: 0.1rem;
    font-weight: 500 !important;
    margin-bottom: -0.05rem;
}

.list_tab span.active{
    /* background-color: #fff; */
    color: #629CDB;
    font-weight: 700;
    position: relative;

}
.list_tab span.active::after{
    content: "";
    display: block;
    width: 1rem;
    height: 0.08rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: #629CDB;
    border-radius: 0.5rem;

}
.top-breadcrumb{
    padding: 0rem;
    padding-bottom: 0.22rem;
}