/* 利率表 */
.lilv_table {
    padding: 0.24rem;
}

.lilv_table p:first-of-type {
    margin-bottom: 0.24rem;
    font-size: 0.28rem;
    font-weight: 700;
    text-align: center;
}

.lilv_table table {
    width: 100%;
    border: 0.01rem solid #aaa;
    border-radius: 0.2rem;
    border-spacing: 0;
    font-size: 0.23rem;
    text-align: center;
    border-collapse: unset;
}

.lilv_table table tr:first-child {
    height: 0.9rem;
    background-color: #e1ebff;
}

.lilv_table table tr:first-child td:first-child {
    border-radius: 0.2rem 0 0 0;
}

.lilv_table table tr:first-child td:last-child {
    border-radius: 0 0.2rem 0 0;
}

.lilv_table table tr:first-child td:nth-child(-n+2) {
    border-right: 0.01rem solid rgba(0, 0, 0, .08);
}

.lilv_table table td {
    width: 33.3%;
}

.lilv_table table tr:nth-child(n+2) td {
    height: 0.7rem;
    border-top: 0.01rem solid rgba(0, 0, 0, .08);
    border-right: 0.01rem solid rgba(0, 0, 0, .08);
}

.lilv_table p:last-of-type {
    margin-top: 0.24rem;
    font-size: 0.22rem;
    color: #999;
    text-align: right;
}

.lilv_table img {
    position: absolute;
    width: 0.27rem;
    height: 0.27rem;
    margin-left: 0.1rem;
    margin-top: 0.02rem;
}

.popup {
    display: none;
}

.show-toast {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 7.5rem;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.border {
    border-radius: 0.2rem;
    background-color: #fff;
}