.yxyh-ap-log-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    color: #94a3b8;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 14px !important;
    line-height: 1;
    transition: color .15s ease;
}
.yxyh-ap-log-btn:hover {
    color: var(--ls-primary, #1a73e8);
}
.yxyh-ap-cost-tip {
    display: inline-flex;
    align-items: center;
    color: inherit;
    font-size: inherit;
    white-space: nowrap;
}
.yxyh-ap-cost-tip::before {
    content: "·";
    margin: 0 5px;
    color: #cbd5e1;
}
.yxyh-ap-modal {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    color: #172033;
}
.yxyh-ap-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 2px 0 12px;
    border-bottom: 1px solid #edf1f7;
    color: #8a97ad;
    font-size: 13px;
}
.yxyh-ap-head-main {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    gap: 8px;
}
.yxyh-ap-head strong {
    color: #172033;
    font-size: 14px;
    font-weight: 600;
}
.yxyh-ap-batch-refund {
    height: 30px;
    padding: 0 12px;
    border: 1px solid #d8e0ec;
    border-radius: 6px;
    background: #ffffff;
    color: #28384f;
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
    transition: background .15s ease, border-color .15s ease, color .15s ease;
}
.yxyh-ap-batch-refund:hover {
    border-color: #b8c5d8;
    background: #f3f6fb;
}
.yxyh-ap-batch-refund.is-disabled {
    border-color: #edf1f7;
    background: #f9fbfe;
    color: #a3aec0;
    cursor: default;
}
.yxyh-ap-table {
    width: 100%;
    overflow: hidden;
}
.yxyh-ap-thead,
.yxyh-ap-row {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr) minmax(0, .95fr) 56px;
    align-items: center;
    column-gap: 12px;
}
.yxyh-ap-thead {
    height: 36px;
    border-bottom: 1px solid #edf1f7;
    color: #8a97ad;
    font-size: 12px;
}
.yxyh-ap-thead span:nth-child(n+2) {
    text-align: center;
}
.yxyh-ap-list {
    max-height: 56vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.yxyh-ap-row {
    min-height: 54px;
    padding: 10px 0;
    border-bottom: 1px solid #edf1f7;
    background: transparent;
}
.yxyh-ap-cell {
    display: block;
    min-width: 0;
    color: #738199;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.yxyh-ap-cell.is-user,
.yxyh-ap-cell.is-amount {
    color: #172033;
    font-weight: 500;
}
.yxyh-ap-cell.is-time,
.yxyh-ap-cell.is-amount {
    text-align: center;
}
.yxyh-ap-cell.is-user a {
    color: inherit;
    text-decoration: none;
}
.yxyh-ap-cell.is-user a:hover {
    color: var(--ls-primary, #1a73e8);
}
.yxyh-ap-action {
    display: flex;
    align-items: center;
    justify-content: center;
}
.yxyh-ap-refund {
    height: 28px;
    padding: 0 9px;
    border: 1px solid #d8e0ec;
    border-radius: 6px;
    background: #f9fbfe;
    color: #59677d;
    font-size: 12px;
    cursor: pointer;
}
.yxyh-ap-refund.is-disabled {
    border-color: transparent;
    background: transparent;
    color: #8a97ad;
    cursor: default;
}
.yxyh-ap-refund.is-disabled:hover {
    border-color: transparent;
    background: transparent;
    color: #8a97ad;
}
.yxyh-ap-refund:hover {
    border-color: #b8c5d8;
    background: #f3f6fb;
    color: #28384f;
}
.yxyh-ap-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 150px;
    color: #8a97ad;
    font-size: 14px;
}
.yxyh-ap-empty i {
    font-size: 26px;
}
.yxyh-ap-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 14px;
    color: #8a97ad;
    font-size: 12px;
}
.yxyh-ap-page-btn {
    height: 28px;
    padding: 0 10px;
    border: 1px solid #d8e0ec;
    border-radius: 6px;
    background: #ffffff;
    color: #59677d;
    font-size: 12px;
    cursor: pointer;
}
.yxyh-ap-page-btn:hover {
    border-color: #b8c5d8;
    background: #f3f6fb;
    color: #28384f;
}
.yxyh-ap-page-btn:disabled {
    border-color: #edf1f7;
    background: #f9fbfe;
    color: #a3aec0;
    cursor: default;
}
@media (max-width: 640px) {
    .yxyh-ap-thead,
    .yxyh-ap-row {
        grid-template-columns: minmax(0, 1fr) minmax(0, .9fr) minmax(0, .9fr) 44px;
        column-gap: 7px;
    }
    .yxyh-ap-cell,
    .yxyh-ap-thead {
        font-size: 11px;
    }
    .yxyh-ap-refund {
        width: 40px;
        padding: 0;
    }
}
