.content-wrap {
        background-color: #f6f8f9;
    }
    img {
        height: 100%;
        width: 100%;
        display: block;
    }

    .time-row {
        display: flex;
        flex-direction: column;
        padding: 24px;
        gap: 24px;
        border-radius: 12px;
        background: #FFFFFF;
    }
    .time-row .title-col {
        display: flex;
        align-items: center;
        gap: 16px;
    }
    .time-row .title-col .icon {
        height: 44px;
        width: 44px;
    }
    .time-row .title-col .title {
        font-size: 24px;
        font-weight: bold;
        line-height: 32px;
        letter-spacing: normal;
        color: #222222;
    }
    .time-row .intro {
        font-size: 16px;
        font-weight: normal;
        line-height: 24px;
        letter-spacing: normal;
        color: #222222;
    }

    .gift-pack-row {
        margin-top: 24px;
        display: flex;
        flex-direction: column;
        padding: 24px;
        gap: 24px;
        border-radius: 12px;
        background: #FFFFFF;
    }

    .gift-pack-row .title-col {
        display: flex;
        align-items: center;
        gap: 16px;
    }
    .gift-pack-row .title-col .icon {
        height: 44px;
        width: 44px;
    }
    .gift-pack-row .title-col .title {
        font-size: 24px;
        font-weight: bold;
        line-height: 32px;
        letter-spacing: normal;
        color: #222222;
    }
    .gift-pack-row .gift-pack-box {
        margin-top: 24px;
        display: flex;
        flex-direction: column;
        padding: 24px;
        gap: 16px;
        border-radius: 16px;
        background: linear-gradient(196deg, #ffc28999 0%, #ff8d9600 21%), linear-gradient(180deg, #ff5a68 0%, #ff8b94 100%);
    }

    .gift-pack-row .gift-pack-box .tips {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        color: #FFFFFF;
    }
    .gift-pack-row .gift-pack-box .step {
        display: flex;
        align-items: center;
        padding: 24px;
        gap: 16px;
        border-radius: 12px;
        background: linear-gradient(270deg, #fff3ea 0%, #fff5f4 100%);
    }
    .gift-pack-row .gift-pack-box .step .step-number {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 20px; /* 圆角生效 */
        box-sizing: border-box;

        font-size: 20px;
        font-weight: bold;
        line-height: 26px;
        letter-spacing: normal;
        color: #F74054;


        /* 关键修复：使用背景叠加实现渐变边框 */
        border: 1px solid transparent; /* 必须保留透明边框占位 */
        background-clip: padding-box, border-box;
        background-origin: padding-box, border-box;
        background-image: 
            linear-gradient(#FFEAA7, #FFEAA7), /* 内部背景色（遮盖内部区域） */
            linear-gradient(135deg, #ff6b7700 0%, #ff6b7700 32%, #ff6b77 100%); /* 外部渐变边框 */
    }

    .gift-pack-row .gift-pack-box .step .step-cot {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .gift-pack-row .gift-pack-box .step .step-cot .title-col {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .gift-pack-row .gift-pack-box .step .step-cot .title-col .title {
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        letter-spacing: normal;
        color: #F74054;
    }
    .gift-pack-row .gift-pack-box .step .step-cot .title-col .label-1 {
        display: flex;
        flex-direction: column;
        padding: 4px 12px;
        border-radius: 16px;
        background: linear-gradient(180deg, #f74054 0%, #ff827d 100%);
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: normal;
        color: #FFFFFF;
    }
    .gift-pack-row .gift-pack-box .step .step-cot .title-col .label-2 {
        display: flex;
        flex-direction: column;
        padding: 4px 12px;
        border-radius: 16px;
        background: linear-gradient(180deg, #ff9f2a 0%, #ffbe5e 100%);
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: normal;
        color: #FFFFFF;
    }
    .gift-pack-row .gift-pack-box .step .step-cot .title-col .label-3 {
        display: flex;
        flex-direction: column;
        padding: 4px 12px;
        border-radius: 16px;
        background: #FFE2D5;
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
        letter-spacing: normal;
        color: #F74054;
    }

    .gift-pack-row .gift-pack-box .step .step-cot .cot {
        font-size: 16px;
        font-weight: normal;
        line-height: 24px;
        letter-spacing: normal;
        color: #333333;
    }
    .gift-pack-row .gift-pack-box .step .step-cot .tips {
        font-size: 14px;
        font-weight: normal;
        line-height: 22px;
        letter-spacing: normal;
        color: #F74054;
    }

    .coupon-row {
        margin-top: 24px;
        display: flex;
        flex-direction: column;
        padding: 24px;
        gap: 24px;
        border-radius: 12px;
        background: #FFFFFF;
    }
    .coupon-row .title-col {
        display: flex;
        align-items: center;
        gap: 16px;
    }
    .coupon-row .title-col .icon {
        height: 44px;
        width: 44px;
    }
    .coupon-row .title-col .title {
        font-size: 24px;
        font-weight: bold;
        line-height: 32px;
        letter-spacing: normal;
        color: #222222;
    }
    .coupon-row .menu {
        margin-top: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
    }
    .coupon-row .menu .menu-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .coupon-row .menu .menu-item .icon {
        height: 56px;
        width: 56px;
    }
    .coupon-row .menu .menu-item .title {
        margin-top: 16px;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: normal;
        /* 适用 */
        color: #222222
    }
    .coupon-row .menu .menu-item .title .title-special {
        color: #F74054;
    }
    .coupon-row .menu .menu-item .intro {
        margin-top: 6px;
        font-size: 16px;
        font-weight: normal;
        line-height: 24px;
        letter-spacing: normal;
        color: #666666;
        text-align: center;
    }

    .customer-row {
        margin-top: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 96px;
        width: 100%;
        gap: 8px;
        padding: 0 16px;
        border-radius: 12px;
        background: url('/assets/image/newMembers/customer-back.png') center center / cover no-repeat;
    }
    .customer-row .icon {
        width: 28px;
        height: 28px;
    }
    .customer-row .tips {
        font-size: 16px;
        font-weight: normal;
        line-height: 24px;
        letter-spacing: normal;
        color: #FFFFFF;
    }

    @media (min-width: 600px) and (max-width:767px){
        .time-row {
            padding: 16px;
            gap: 16px;
        }
        .time-row .title-col {
            gap: 12px;
        }
        .time-row .title-col .icon {
            height: 32px;
            width: 32px;
        }
        .time-row .title-col .title {
            font-size: 16px;
            line-height: 22px;
        }
        .time-row .intro {
            font-size: 14px;
            line-height: 22px;
        }

        .gift-pack-row {
            padding: 16px;
            gap: 16px;
        }

        .gift-pack-row .title-col {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .gift-pack-row .title-col .icon {
            height: 32px;
            width: 32px;
        }
        .gift-pack-row .title-col .title {
            font-size: 16px;
            line-height: 22px;
        }

        .gift-pack-row .gift-pack-box {
            margin-top: 16px;
            padding: 16px;
        }

        .gift-pack-row .gift-pack-box .tips {
            font-size: 14px;
            line-height: 22px;
        }
        .gift-pack-row .gift-pack-box .step {
            padding: 16px;
        }
        .gift-pack-row .gift-pack-box .step .step-number {
            min-width: 40px;
            max-width: 40px;
            min-height: 40px;
            max-height: 40px;
        }
        .gift-pack-row .gift-pack-box .step .step-cot .title-col {
            flex-wrap: wrap;
        }
        .gift-pack-row .gift-pack-box .step .step-cot .title-col .title {
            font-size: 16px;
            line-height: 22px;
        }
        .gift-pack-row .gift-pack-box .step .step-cot .title-col .label-1 {
            font-size: 14px;
            line-height: 18px;
        }
        .gift-pack-row .gift-pack-box .step .step-cot .title-col .label-2 {
            font-size: 14px;
            line-height: 18px;
        }
        .gift-pack-row .gift-pack-box .step .step-cot .title-col .label-3 {
            font-size: 14px;
            line-height: 18px;
        }

        .gift-pack-row .gift-pack-box .step .step-cot .cot {
            font-size: 14px;
            line-height: 22px;
        }


        .coupon-row .title-col {
            gap: 12px;
        }
        .coupon-row .title-col .icon {
            height: 32x;
            width: 32px;
        }
        .coupon-row .title-col .title {
            font-size: 16px;
            line-height: 22px;
        }
        .coupon-row .menu {
            flex-direction: column;
            gap: 32px;
        }
        .coupon-row .menu .menu-item .intro {
            font-size: 14px;
            line-height: 22px;
        }

        .customer-row .icon {
            width: 24px;
            height: 24px;
        }
        .customer-row .tips {
            font-size: 14px;
            line-height: 22px;
        }
        
    }

    @media (min-width: 480px) and (max-width:599px){
        .time-row {
            padding: 16px;
            gap: 16px;
        }
        .time-row .title-col {
            gap: 12px;
        }
        .time-row .title-col .icon {
            height: 32px;
            width: 32px;
        }
        .time-row .title-col .title {
            font-size: 16px;
            line-height: 22px;
        }
        .time-row .intro {
            font-size: 14px;
            line-height: 22px;
        }

        .gift-pack-row {
            padding: 16px;
            gap: 16px;
        }

        .gift-pack-row .title-col {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .gift-pack-row .title-col .icon {
            height: 32px;
            width: 32px;
        }
        .gift-pack-row .title-col .title {
            font-size: 16px;
            line-height: 22px;
        }

        .gift-pack-row .gift-pack-box {
            margin-top: 16px;
            padding: 16px;
        }

        .gift-pack-row .gift-pack-box .tips {
            font-size: 14px;
            line-height: 22px;
        }
        .gift-pack-row .gift-pack-box .step {
            padding: 16px;
        }
        .gift-pack-row .gift-pack-box .step .step-number {
            min-width: 32px;
            max-width: 32px;
            min-height: 32px;
            max-height: 32px;
        }
        .gift-pack-row .gift-pack-box .step .step-cot .title-col {
            flex-wrap: wrap;
        }
        .gift-pack-row .gift-pack-box .step .step-cot .title-col .title {
            font-size: 16px;
            line-height: 22px;
        }
        .gift-pack-row .gift-pack-box .step .step-cot .title-col .label-1 {
            font-size: 14px;
            line-height: 18px;
        }
        .gift-pack-row .gift-pack-box .step .step-cot .title-col .label-2 {
            font-size: 14px;
            line-height: 18px;
        }
        .gift-pack-row .gift-pack-box .step .step-cot .title-col .label-3 {
            font-size: 14px;
            line-height: 18px;
        }

        .gift-pack-row .gift-pack-box .step .step-cot .cot {
            font-size: 14px;
            line-height: 22px;
        }


        .coupon-row .title-col {
            gap: 12px;
        }
        .coupon-row .title-col .icon {
            height: 32x;
            width: 32px;
        }
        .coupon-row .title-col .title {
            font-size: 16px;
            line-height: 22px;
        }
        .coupon-row .menu {
            flex-direction: column;
            gap: 32px;
        }
        .coupon-row .menu .menu-item .intro {
            font-size: 14px;
            line-height: 22px;
        }

        .customer-row .icon {
            width: 24px;
            height: 24px;
        }
        .customer-row .tips {
            font-size: 14px;
            line-height: 22px;
        }
    }

    @media (max-width:479px){
        .time-row {
            padding: 16px;
            gap: 16px;
        }
        .time-row .title-col {
            gap: 12px;
        }
        .time-row .title-col .icon {
            height: 32px;
            width: 32px;
        }
        .time-row .title-col .title {
            font-size: 16px;
            line-height: 22px;
        }
        .time-row .intro {
            font-size: 14px;
            line-height: 22px;
        }

        .gift-pack-row {
            padding: 16px;
            gap: 16px;
        }

        .gift-pack-row .title-col {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .gift-pack-row .title-col .icon {
            height: 32px;
            width: 32px;
        }
        .gift-pack-row .title-col .title {
            font-size: 16px;
            line-height: 22px;
        }

        .gift-pack-row .gift-pack-box {
            margin-top: 16px;
            padding: 16px;
        }

        .gift-pack-row .gift-pack-box .tips {
            font-size: 14px;
            line-height: 22px;
        }
        .gift-pack-row .gift-pack-box .step {
            padding: 16px;
        }
        .gift-pack-row .gift-pack-box .step .step-number {
            min-width: 32px;
            max-width: 32px;
            min-height: 32px;
            max-height: 32px;
        }
        .gift-pack-row .gift-pack-box .step .step-cot .title-col {
            flex-wrap: wrap;
        }
        .gift-pack-row .gift-pack-box .step .step-cot .title-col .title {
            font-size: 16px;
            line-height: 22px;
        }
        .gift-pack-row .gift-pack-box .step .step-cot .title-col .label-1 {
            font-size: 14px;
            line-height: 18px;
        }
        .gift-pack-row .gift-pack-box .step .step-cot .title-col .label-2 {
            font-size: 14px;
            line-height: 18px;
        }
        .gift-pack-row .gift-pack-box .step .step-cot .title-col .label-3 {
            font-size: 14px;
            line-height: 18px;
        }

        .gift-pack-row .gift-pack-box .step .step-cot .cot {
            font-size: 14px;
            line-height: 22px;
        }


        .coupon-row .title-col {
            gap: 12px;
        }
        .coupon-row .title-col .icon {
            height: 32x;
            width: 32px;
        }
        .coupon-row .title-col .title {
            font-size: 16px;
            line-height: 22px;
        }
        .coupon-row .menu {
            flex-direction: column;
            gap: 32px;
        }
        .coupon-row .menu .menu-item .intro {
            font-size: 14px;
            line-height: 22px;
        }

        .customer-row .icon {
            min-width: 24px;
            max-width: 24px;
            min-height: 24px;
            max-height: 24px;
        }
        .customer-row .tips {
            font-size: 14px;
            line-height: 22px;
        }
    }