.tst_section,.brand_section{float:left;width: 100%;background-color:#ffffff;box-sizing:border-box;border-radius:8px;margin-bottom:10px}

.tst_section span,.brand_section span{
    float:left;
    font-size:14px;   
    padding: 5px 10px;
    background: #eee;
    margin: 4px;
    border-radius: 50px;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    
}
.tst_section .active,.brand_section .active {
    background-color: var(--main-color) !important;
    color: #ffffff !important;
}

.table_section{float:left;width: 100%;background-color:#ffffff;box-sizing:border-box;border-radius:8px}
.tst_section_ul,.brand_section_ul,.table_section_ul{
    float:left;width: 100%;padding:10px;
}
.ndata{
    float: left;
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color: #999999;
}
.loading{
    float: left;
    width: 100%;
    text-align: center;
}
.loading .layui-icon{ font-size:30px}
.ndata_notice{
    float: left;
    width: 100%;
    line-height: 40px;
    font-size: 18px;
    color: #999999;
    text-align: center;
}