@import url("./mobie/table.css");

@media (min-width: 668px) {
    .price {
        width: 75rem;
        margin: 0 auto;
        margin-bottom: 5.375rem;
        overflow: hidden;
    }

    .price-title {
        font-size: 2.25rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
        line-height: 3.125rem;
        text-align: center;
        margin-bottom: 2.5rem;
    }

    table {
        width: 100%;
        border-collapse: collapse;
        border: 1px solid transparent;
    }

    thead tr {
        height: 3.5rem;
        background: #C99E71;
        font-size: 1.25rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 1.75rem;
    }

    tbody tr {
        height: 3.5rem;
        border: 1px solid #EEEEEE;
    }

    tbody tr td {
        font-size: 1rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 1.5625rem;
        border: 1px solid #EEEEEE;
        text-align: center;
    }
}