.ls-ta-rm {
    background: #fff;
}
.ls-ta-rm>ul {
    display: flex;
}
.ls-ta-rm>ul>span {
    color: #000;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    padding: 0 15px;
}
.ls-ta-rm>ul>li {
    flex: 1;
    min-width: inherit;
    background: #f5f5f5;
}
.ls-ta-rm>ul .layui-this {
    background: #fff;
}
.ls-ta-rm>ul .layui-this:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--jinsom-color);
}
.layui-tab>div {
    padding: 5px 10px;
}
.layui-tab>div>div>a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 37px;
    color: #000;
    border-bottom: 1px #eee dashed;
}
.layui-tab>div>div>a>span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-right: 7px;
    font-size: 12px;
    background: #f2f2f2;
}
.layui-tab>div>div>a .num1 {
    background: #f44336;
    color: #fff;
}
.layui-tab>div>div>a .num2 {
    background: #ff9800;
    color: #fff;
}
.layui-tab>div>div>a .num3 {
    background: #8bc34a;
    color: #fff;
}
.layui-tab>div>div>a:last-of-type {
    border: 0;
}




