.fmls_a { margin-bottom: 20px; }
.fmls_b table { border-collapse: collapse; width: 100%; }
.fmls_b th, .fmls_b td { border: 1px solid #ccc; padding: 5px; }

/* 移动端适配 */
@media (max-width: 768px) {
    .fmls_a {
        display: flex;
        flex-direction: column;
        gap: 10px;
        padding: 10px;
    }
    .fmls_a label {
        display: flex;
        flex-direction: column;
        gap: 4px;
        width: 100%;
    }
    .fmls_a select {
        width: 100% !important;
        min-width: 0 !important;
    }
    .fmls_a button {
        width: 100%;
        padding: 10px;
        font-size: 14px;
    }
    .fmls_b {
        padding: 0 10px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .fmls_b table {
        min-width: 500px;
        font-size: 12px;
    }
    .fmls_b th, .fmls_b td {
        padding: 4px 6px;
        white-space: nowrap;
    }
}
