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

@media (min-width: 668px) {

    body {
        margin: 0;
        min-width: 75rem;
    }

    .path {
        width: 100%;
        height: 39.875rem;
        object-fit: cover;
    }

    .guarantee {
        width: 75rem;
        margin: 0 auto;
        margin-top: 2.6875rem;
        margin-bottom: 2.6875rem;
    }

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

    .guarantee-image {
        width: 100%;
        height: 35rem;
    }

    .charge {
        width: 75rem;
        margin: 0 auto;
        margin-bottom: 5.375rem;
    }

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

    .charge-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .charge-item {
        width: 22rem;
    }

    .charge-item:nth-child(2) .charge-top,
    .charge-item:nth-child(2) .charge-btn {
        background-color: #022361;
    }

    .charge-item:nth-child(3) .charge-btn {
        background-color: #A31216;
    }

    .charge-top {
        width: 100%;
        height: 4.375rem;
        background: #CA9E74;
        font-size: 1.5rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 800;
        color: #FFFFFF;
        line-height: 5rem;
        text-align: center;
        position: relative;
    }

    .charge-top-image {
        width: 2.375rem;
        height: 2.4375rem;
        position: absolute;
        right: 1.6875rem;
        top: 50%;
        transform: translateY(-50%);
    }

    .charge-main {
        height: 24.125rem;
        background: #EEEEEE;
        padding-top: 1.25rem;
        box-sizing: border-box;
    }

    .charge-price {
        font-size: 1.75rem;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 800;
        color: #333333;
        margin-bottom: 1.25rem;
        text-align: center;
    }

    .charge-text {
        font-size: 1.125rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 500;
        color: #333333;
        display: flex;
        align-items: center;
        margin-bottom: 1rem;
    }

    .charge-text::before {
        content: '';
        display: inline-block;
        width: 1.0625rem;
        height: 1.0625rem;
        border: 0.0625rem solid #666666;
        margin-right: 0.9375rem;
        margin-left: 1.3125rem;
    }

    .charge-btn {
        width: 15rem;
        height: 3.625rem;
        background: #C99E71;
        margin: 0 auto;
        font-size: 1.25rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 3.625rem;
        text-align: center;
        margin-top: 0.5rem;

    }
}