.project-class .layui-btn.active{
    background-color: #ff5722;
    color: #fff;
    border-color: #ff5722;
}
.project-class>.layui-btn-sm{
    height: 26px !important;
    line-height: 20px !important;
    padding: 0 5px !important;
    font-size: 14px !important;
}
.project-class .layui-btn {
    margin-right: 1px !important;
    margin-bottom: 4px !important;
    word-spacing: normal !important;
}
.layui-input-inline-desc{
    font-size: 12px;
    color: #999;
}
.province-list button{
    position: relative;;
}
.province-list button[data-count]:not([data-count="0"])::after {
    content: attr(data-count);
    position: absolute;
    right: -5px;
    top: -5px;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(255, 107, 107, 0.4);
}
.node-card .node-card-body .city li span{
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cart-list{
    list-style: none;
    padding: 0 20px;
    margin: 0;
}
.cart-list li{
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #333;
    font-weight: 400;
}
.no-data{
    width: 100%;
    text-align: center;
    color: #999;
    font-size: 14px;
    img{
        width: 120px;
        opacity: 0.8;
    }
    p{
        margin-top: 10px;
    }
}