/* 官网壳：左栏目录 + 手机框。手机内部样式见 mp-wx.css（从小程序 WXSS 转换，不改小程序源码） */
.mp-stage {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 400px;
    gap: 40px;
    align-items: start;
    padding: 8px 0 48px;
}
.mp-copy .eye {
    color: var(--of-primary, #2563eb);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    margin-bottom: 10px;
}
.mp-copy h1 {
    margin: 0;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    letter-spacing: -0.03em;
    line-height: 1.25;
}
.mp-copy > p {
    color: var(--of-muted, #64748b);
    line-height: 1.75;
    margin: 14px 0 0;
}
.mp-copy ul {
    padding: 0;
    margin: 22px 0 0;
    list-style: none;
}
.mp-copy li {
    padding: 12px 0;
    border-top: 1px solid var(--of-border, #e2e8f0);
    font-size: 0.875rem;
    line-height: 1.6;
    color: var(--of-muted, #64748b);
}
.mp-copy li b {
    display: block;
    margin-bottom: 3px;
    color: var(--of-text, #0f172a);
}
.mp-copy .mp-links { margin-top: 18px; font-size: 0.875rem; }
.mp-copy .mp-steps {
    margin-top: 22px;
    padding: 14px 16px 16px;
    background: #fff;
    border: 1px solid var(--of-border, #e2e8f0);
    border-radius: 10px;
}
.mp-copy .mp-steps h3 {
    margin: 0 0 8px;
    font-size: 0.8125rem;
    color: var(--of-text, #0f172a);
}
.mp-copy .mp-steps ol {
    margin: 0;
    padding-left: 1.2em;
    color: var(--of-muted, #64748b);
    font-size: 0.875rem;
    line-height: 1.7;
}
.mp-copy .mp-note {
    margin-top: 16px;
    padding: 12px 14px;
    background: #f8fafc;
    border-radius: 8px;
    font-size: 0.8125rem;
    color: #64748b;
    line-height: 1.7;
}
.mp-wx textarea.ta,
.mp-wx input.inp,
.mp-wx input.r2-inp,
.mp-wx input.search-input {
    font: inherit;
    border: 0;
    outline: none;
    background: #f6f7fb;
}
.mp-wx .bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 58px;
    z-index: 90;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 12px;
    background: #fff;
    border-top: 1px solid #f0f0f0;
}
.mp-wx .bar-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    border: 0;
    border-radius: 22px;
    background: linear-gradient(135deg, #ff8c5a, #ff4d24);
    color: #fff;
    cursor: pointer;
}
.mp-wx .fee-row { display: flex; justify-content: space-between; padding: 6px 0; font-size: 13px; }
.mp-wx .fee-val { color: #ff4d24; font-weight: 700; }
.mp-wx .fee-tip { color: #999; font-size: 12px; }
.mp-phone {
    width: 397px;
    height: 812px;
    background: #111;
    border-radius: 40px;
    padding: 11px;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.18);
    position: sticky;
    top: 88px;
    margin: 0 auto;
}
.mp-stage--tablet {
    grid-template-columns: minmax(0, 1fr) 860px;
}
.mp-phone--tablet {
    width: 844px;
    height: 637px;
    border-radius: 16px;
    padding: 8px;
    background: linear-gradient(180deg, #2a2a2a 0%, #111 100%);
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}
.mp-phone--tablet .mp-screen {
    width: 828px;
    height: 621px;
    border-radius: 10px;
}
.mp-screen {
    height: 100%;
    width: 375px;
    background: #f5f5f5;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.mp-wx .cart-footer { bottom: 58px !important; }
.mp-wx .display_noAllrow { display: flex; flex-direction: row; }
.mp-wx .all-back-color-fff { background: #fff; }
.mp-wx .all-padding-20 { padding: 10px; }
.mp-wx .all-padding-l-r-20 { padding-left: 10px; padding-right: 10px; }
.mp-wx .all-padding-l-r-10 { padding-left: 5px; padding-right: 5px; }
.mp-wx .all-padding-top-18 { padding-top: 9px; }
.mp-wx .all-padding-t-d-20 { padding-top: 10px; padding-bottom: 10px; }
.mp-wx .all-margin-bottom-20 { margin-bottom: 10px; }
.mp-wx .all-margin-right-20 { margin-right: 10px; }
.mp-wx .border-radius-12 { border-radius: 6px; }
.mp-wx .border-radius-6 { border-radius: 3px; }
.mp-wx .text-size-26 { font-size: 13px; }
.mp-wx .text-color-333 { color: #333; }
.mp-wx .more_text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mp-wx .category-item-wrapper { display: inline-block; }
.mp-wx .category-item {
    display: inline-block;
    padding: 6px 12px;
    margin-right: 8px;
    background: #f5f5f5;
    border-radius: 14px;
    font-size: 12px;
    white-space: nowrap;
}
.mp-wx .category-item.active {
    background: var(--app-primary-light);
    color: var(--app-primary);
    font-weight: 600;
}
.mp-wx .hk-text-secondary { color: var(--app-primary); }
.mp-wx .content_row { display: flex; align-items: center; }
.mp-wx .position-relative { position: relative; }
.mp-wx .position-absolute { position: absolute; }
.mp-wx .flex_foll { flex: 1; min-width: 0; }
.mp-wx .all-scroll-view { white-space: nowrap; overflow-x: auto; }
.mp-wx .all-back-color-F1F8E9 { background: var(--app-primary-light); }
.mp-wx .display_row_end_jbetween { display: flex; justify-content: space-between; align-items: flex-end; }
.mp-wx .shop-goods-add { width: 22px; height: 22px; border-radius: 50%; background: var(--app-primary); color: #fff; text-align: center; line-height: 22px; font-size: 16px; cursor: pointer; }
.mp-wx .shop-cart-bar { position: absolute; left: 0; right: 0; bottom: 58px; background: #fff; border-top: 1px solid #eee; padding: 8px 12px; display: flex; align-items: center; justify-content: space-between; z-index: 80; }
.mp-wx .price-style { color: #f63536; font-weight: 700; }
.mp-wx .text-hengxian { text-decoration: line-through; }
.mp-wx .text-more-2 { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.mp-wx .menu-layout { display: flex; min-height: 280px; }
.mp-wx .shop-menu-left { width: 88px; flex-shrink: 0; background: #f7f7f7; }
.mp-wx .shop-menu-right { flex: 1; min-width: 0; background: #fff; }
.mp-wx .menu-cate-item { padding: 14px 8px; font-size: 13px; text-align: center; cursor: pointer; }
.mp-wx .menu-cate-item--active { background: #fff; color: var(--app-primary); font-weight: 600; }
.mp-wx .shop-goods-cover { width: 72px; height: 72px; border-radius: 6px; flex-shrink: 0; object-fit: cover; }
.mp-wx .shop-tab-bar { background: #fff; padding: 10px 12px; }
.mp-wx .shop-tab-item { margin-right: 20px; cursor: pointer; }
.mp-wx .shop-tab-line { height: 2px; background: var(--sd-primary, #f63536); margin-top: 4px; }
.mp-wx .shop-header-logo { width: 56px; height: 56px; border-radius: 8px; object-fit: cover; }
.mp-wx .uc-signin-entry { display: none; }
.mp-wx .uc-valign-center { align-items: center; }
.mp-wx .uc-flex-1 { flex: 1; }
.mp-wx .uc-id-txt { font-size: 12px; opacity: .85; }

/* —— 预约家政预览（绿主题，对齐参考图 + housekeeping 字段） —— */
.mp-wx.hk-app {
    --app-primary: #22c55e;
    --app-primary-light: #ecfdf5;
    --app-primary-dark: #16a34a;
    --app-primary-soft: rgba(34, 197, 94, .14);
    --app-secondary: #16a34a;
    --app-gradient-from: #22c55e;
    --app-gradient-to: #16a34a;
    background: #f7f8fa;
}
.mp-wx.hk-app .wx-chrome--bare { background: #fff; border-bottom: 0; }
.mp-wx.hk-app .wx-chrome--bare .wx-titlebar { display: none; }
.mp-wx.hk-app .navbar { padding-bottom: 6px; }
.mp-wx.hk-app .search-input {
    flex: 1;
    height: 32px;
    background: rgba(0, 0, 0, .04);
    border-radius: 16px;
    padding: 0 12px;
    font-size: 13px;
    width: 100%;
    box-sizing: border-box;
}
.mp-wx.hk-app .top-bar {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background: #fff;
}
.mp-wx.hk-app .jz-tpl-book-btn {
    display: inline-block;
    background: var(--app-primary);
    color: #fff;
    font-size: 12px;
    padding: 5px 12px;
    border-radius: 14px;
    line-height: 1.3;
    cursor: pointer;
    white-space: nowrap;
}
.mp-wx.hk-app .book-home-header { padding: 12px 14px 8px; }
.mp-wx.hk-app .book-home-header__row { display: flex; align-items: center; justify-content: space-between; }
.mp-wx.hk-app .book-home-header__left { display: flex; align-items: center; gap: 6px; }
.mp-wx.hk-app .book-home-header__accent {
    width: 4px; height: 14px; border-radius: 2px; background: var(--app-primary);
}
.mp-wx.hk-app .book-home-header__title { font-size: 16px; font-weight: 700; color: #111; }
.mp-wx.hk-app .book-home-header__more { font-size: 12px; color: #999; cursor: pointer; }

.mp-wx.hk-app .hk-search-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px 10px;
    background: #fff;
}
.mp-wx.hk-app .hk-city { font-size: 15px; font-weight: 700; color: #111; flex-shrink: 0; cursor: pointer; }
.mp-wx.hk-app .hk-search {
    flex: 1;
    height: 34px;
    border-radius: 17px;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    padding: 0 12px;
}
.mp-wx.hk-app .hk-search-ph { font-size: 12px; color: #9ca3af; }
.mp-wx.hk-app .hk-bell { font-size: 16px; cursor: pointer; }
.mp-wx.hk-app .hk-banner { padding: 0 12px 8px; background: #fff; }
.mp-wx.hk-app .hk-banner-img { width: 100%; height: 128px; object-fit: cover; border-radius: 12px; display: block; }
.mp-wx.hk-app .hk-trust {
    display: flex;
    justify-content: space-around;
    padding: 8px 8px 12px;
    background: #fff;
    font-size: 11px;
    color: #4b5563;
}
.mp-wx.hk-app .hk-trust-item { color: #16a34a; font-weight: 600; }
.mp-wx.hk-app .hk-cats {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 6px 4px 14px;
    margin-bottom: 8px;
}
.mp-wx.hk-app .hk-cat { width: 25%; text-align: center; padding: 8px 0; cursor: pointer; }
.mp-wx.hk-app .hk-cat-ico { width: 44px; height: 44px; margin: 0 auto 6px; display: block; }
.mp-wx.hk-app .hk-cat-n { font-size: 12px; color: #333; }
.mp-wx.hk-app .hk-rec { background: #fff; padding-bottom: 12px; }
.mp-wx.hk-app .hk-rec-scroll {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 0 14px 8px;
    -webkit-overflow-scrolling: touch;
}
.mp-wx.hk-app .hk-rec-scroll::-webkit-scrollbar { height: 0; }
.mp-wx.hk-app .hk-rec-card {
    flex: 0 0 148px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(15, 23, 42, .06);
    cursor: pointer;
}
.mp-wx.hk-app .hk-rec-img { width: 100%; height: 92px; object-fit: cover; display: block; }
.mp-wx.hk-app .hk-rec-name { font-size: 13px; font-weight: 650; padding: 8px 8px 0; color: #111; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mp-wx.hk-app .hk-rec-sum { font-size: 11px; color: #9ca3af; padding: 4px 8px 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.mp-wx.hk-app .hk-svc { display: flex; min-height: 100%; background: #f7f8fa; }
.mp-wx.hk-app .hk-svc-search { width: 100%; }
.mp-wx.hk-app .hk-svc { flex-wrap: wrap; align-content: flex-start; }
.mp-wx.hk-app .hk-svc-search { flex: 0 0 100%; }
.mp-wx.hk-app .hk-svc-left { flex: 0 0 80px; background: #fff; }
.mp-wx.hk-app .hk-svc-right { flex: 1; min-width: 0; padding: 8px; }
.mp-wx.hk-app .hk-svc-card { box-shadow: 0 2px 8px rgba(15, 23, 42, .04); cursor: pointer; }
.mp-wx.hk-app .hk-svc-foot { display: flex; align-items: center; justify-content: space-between; margin-top: 6px; }
.mp-wx.hk-app .vae_left_content { cursor: pointer; }

.mp-wx.hk-app .hk-tech { background: #f7f8fa; min-height: 100%; }
.mp-wx.hk-app .hk-tech-tabs {
    display: flex;
    overflow-x: auto;
    padding: 4px 8px 0;
    border-bottom: 1px solid #eee;
    background: #fff;
    white-space: nowrap;
}
.mp-wx.hk-app .hk-tech-tabs::-webkit-scrollbar { height: 0; }
.mp-wx.hk-app .hk-tech-tabs .tab-item {
    flex: 0 0 auto;
    padding: 8px 10px;
    font-size: 13px;
    color: #666;
    cursor: pointer;
}
.mp-wx.hk-app .hk-tech-tabs .tab-item.active {
    color: var(--app-primary);
    font-weight: 700;
    border-bottom: 2px solid var(--app-primary);
}
.mp-wx.hk-app .hk-pills {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 10px 12px;
    background: #fff;
    margin-bottom: 8px;
}
.mp-wx.hk-app .hk-pills::-webkit-scrollbar { height: 0; }
.mp-wx.hk-app .hk-pill {
    flex-shrink: 0;
    padding: 5px 12px;
    border-radius: 14px;
    background: #f3f4f6;
    color: #555;
    font-size: 12px;
    cursor: pointer;
}
.mp-wx.hk-app .hk-pill.is-on { background: var(--app-primary); color: #fff; font-weight: 600; }
.mp-wx.hk-app .hk-tech-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 12px 16px;
}
.mp-wx.hk-app .hk-tech-card {
    width: calc(50% - 5px);
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(15, 23, 42, .06);
    cursor: pointer;
}
.mp-wx.hk-app .hk-tech-photo { width: 100%; height: 168px; object-fit: cover; display: block; }
.mp-wx.hk-app .hk-tech-body { padding: 8px 8px 10px; }
.mp-wx.hk-app .hk-tech-name { font-size: 14px; font-weight: 700; color: #111; }
.mp-wx.hk-app .hk-tech-count { font-size: 11px; color: #9ca3af; margin: 3px 0 6px; }
.mp-wx.hk-app .hk-tech-tags { display: flex; flex-wrap: wrap; gap: 4px; }
.mp-wx.hk-app .hk-tech-tag {
    font-size: 10px;
    color: #16a34a;
    background: #ecfdf5;
    padding: 2px 6px;
    border-radius: 4px;
}

.mp-wx.hk-app .hk-detail { background: #f7f8fa; min-height: 100%; padding-bottom: 64px; }

/* projectdetails */
.mp-wx.hk-app .hk-pd-page { background: #f1f1f1; min-height: 100%; padding-bottom: 72px; }
.mp-wx.hk-app .hk-pd-cover { width: 100%; height: 225px; object-fit: cover; display: block; }
.mp-wx.hk-app .guigebox { margin: 8px 10px; border-radius: 8px; background: #fff; padding: 10px 5px; }
.mp-wx.hk-app .pd-goods-card { padding: 14px 12px 12px; box-shadow: 0 1px 6px rgba(0,0,0,.04); }
.mp-wx.hk-app .pd-goods-title-row { display: flex; align-items: flex-start; margin-bottom: 9px; }
.mp-wx.hk-app .pd-goods-name { flex: 1; font-size: 17px; color: #222; font-weight: 600; line-height: 1.45; }
.mp-wx.hk-app .pd-goods-price-row { display: flex; justify-content: space-between; align-items: flex-start; }
.mp-wx.hk-app .pd-goods-price-wrap { flex: 1; min-width: 0; }
.mp-wx.hk-app .pd-goods-price-main { display: flex; align-items: baseline; flex-wrap: wrap; }
.mp-wx.hk-app .pd-goods-yen { font-size: 13px; font-weight: 600; margin-right: 1px; }
.mp-wx.hk-app .pd-goods-price { font-size: 22px; font-weight: 700; line-height: 1.1; }
.mp-wx.hk-app .pd-goods-origin { margin-left: 6px; font-size: 12px; color: #bbb; text-decoration: line-through; }
.mp-wx.hk-app .pd-goods-sales { margin-left: 10px; font-size: 11px; color: #999; }
.mp-wx.hk-app .pd-goods-vip { display: inline-flex; align-items: center; border-radius: 3px; margin-top: 6px; overflow: hidden; }
.mp-wx.hk-app .pd-goods-vip-tag { padding: 1px 5px; font-size: 10px; color: #fff; font-weight: 600; }
.mp-wx.hk-app .pd-goods-vip-price { color: #fff; font-size: 12px; padding-right: 6px; font-weight: 500; }
.mp-wx.hk-app .pd-goods-share { padding: 4px 2px 4px 8px; flex-shrink: 0; cursor: pointer; }
.mp-wx.hk-app .pd-goods-share-icon { font-size: 20px; color: #999; }
.mp-wx.hk-app .pd-goods-summary { margin-top: 10px; padding-bottom: 9px; border-bottom: 1px solid #f5f5f5; font-size: 13px; color: #666; line-height: 1.65; }
.mp-wx.hk-app .pd-goods-services { display: flex; flex-wrap: wrap; margin-top: 9px; gap: 8px 12px; }
.mp-wx.hk-app .pd-goods-service-item { display: flex; align-items: center; font-size: 11px; }
.mp-wx.hk-app .pd-goods-service-check { margin-right: 3px; font-size: 12px; }
.mp-wx.hk-app .hk-pd-notice { padding: 10px 12px; }
.mp-wx.hk-app .hk-pd-notice-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.mp-wx.hk-app .hk-pd-notice-bar { width: 2px; height: 14px; background: #e01212; border-radius: 1px; margin-right: 7px; }
.mp-wx.hk-app .hk-pd-notice-title { flex: 1; font-size: 13px; color: #333; font-weight: 600; display: flex; align-items: center; }
.mp-wx.hk-app .hk-pd-notice-link { font-size: 12px; color: #999; }
.mp-wx.hk-app .hk-pd-notice-text { font-size: 12px; color: #999; line-height: 1.6; }
.mp-wx.hk-app .pd-detail-panel { padding-bottom: 12px; }
.mp-wx.hk-app .hk-pd-tabs { display: flex; border-bottom: 1px solid #f1f1f1; }
.mp-wx.hk-app .hk-pd-tab { flex: 1; text-align: center; padding: 12px 0; font-size: 14px; color: #333; cursor: pointer; }
.mp-wx.hk-app .hk-tab-active { color: var(--app-primary) !important; font-weight: 600; border-bottom: 2px solid var(--app-primary); margin-bottom: -1px; }
.mp-wx.hk-app .hk-pd-detail-body { padding: 15px 10px; }
.mp-wx.hk-app .hk-pd-detail-line { font-size: 13px; color: #333; margin-bottom: 10px; }
.mp-wx.hk-app .hk-pd-detail-text { font-size: 13px; color: #555; line-height: 1.7; }
.mp-wx.hk-app .hk-pd-comment-panel { padding: 12px 10px; }
.mp-wx.hk-app .hk-pd-comment-stats { display: flex; margin-bottom: 12px; }
.mp-wx.hk-app .hk-pd-comment-stat { flex: 1; text-align: center; font-size: 11px; color: #666; }
.mp-wx.hk-app .hk-pd-comment-item { padding: 12px 0; border-top: 1px solid #f0f0f0; }
.mp-wx.hk-app .hk-pd-comment-head { display: flex; justify-content: space-between; margin-bottom: 6px; }
.mp-wx.hk-app .hk-pd-comment-name { font-size: 13px; font-weight: 700; }
.mp-wx.hk-app .hk-pd-comment-time { font-size: 11px; color: #888; }
.mp-wx.hk-app .hk-pd-comment-text { font-size: 13px; color: #333; line-height: 1.6; }
.mp-wx.hk-app .pd-bottom-bar {
    position: absolute; left: 0; right: 0; bottom: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    min-height: 55px; padding: 6px 12px 10px; background: #fff;
    box-shadow: 0 -2px 10px rgba(0,0,0,.06); box-sizing: border-box;
}
.mp-wx.hk-app .pd-bottom-bar__left { display: flex; gap: 4px; flex-shrink: 0; }
.mp-wx.hk-app .pd-bottom-bar__item { display: flex; flex-direction: column; align-items: center; width: 48px; cursor: pointer; }
.mp-wx.hk-app .pd-bottom-bar__icon { font-size: 22px; line-height: 1; color: #555; }
.mp-wx.hk-app .pd-bottom-bar__label { margin-top: 3px; font-size: 10px; color: #888; }
.mp-wx.hk-app .pd-bottom-bar__right { flex: 1; margin-left: 8px; min-width: 0; }
.mp-wx.hk-app .pd-bottom-bar__cta {
    height: 40px; line-height: 40px; text-align: center; color: #fff;
    font-size: 15px; font-weight: 600; border-radius: 20px;
    box-shadow: 0 3px 8px rgba(0,0,0,.12); cursor: pointer;
}

/* submitAppointment */
.mp-wx.hk-app .yy-submit-page { background: #f5f5f5; min-height: 100%; padding-bottom: 72px; }
.mp-wx.hk-app .yy-submit-card { margin-top: 8px; padding: 0 8px; box-shadow: 0 1px 6px rgba(0,0,0,.04); }
.mp-wx.hk-app .yy-submit-section-title { display: flex; align-items: center; padding: 14px 4px 11px; border-bottom: 1px solid #f0f0f0; }
.mp-wx.hk-app .yy-submit-title-tag { width: 3px; height: 14px; background: var(--app-primary); border-radius: 2px; margin-right: 7px; flex-shrink: 0; }
.mp-wx.hk-app .yy-submit-title-text { font-size: 16px; color: #222; font-weight: 600; }
.mp-wx.hk-app .yy-submit-project-row { display: flex; align-items: center; padding: 14px 4px 10px; border-bottom: 1px solid #f5f5f5; }
.mp-wx.hk-app .yy-submit-cover { width: 74px; height: 74px; border-radius: 6px; margin-right: 11px; flex-shrink: 0; object-fit: cover; }
.mp-wx.hk-app .yy-submit-project-info { flex: 1; min-width: 0; }
.mp-wx.hk-app .yy-submit-goods-name { font-size: 15px; color: #222; font-weight: 600; line-height: 1.4; }
.mp-wx.hk-app .yy-submit-attr-line { font-size: 12px; color: #999; margin-top: 5px; }
.mp-wx.hk-app .yy-submit-price-row { display: flex; justify-content: space-between; align-items: baseline; padding: 9px 4px 11px; }
.mp-wx.hk-app .yy-submit-meta-label { font-size: 12px; color: #999; }
.mp-wx.hk-app .yy-submit-meta-price { font-size: 14px; color: #e01212; font-weight: 600; }
.mp-wx.hk-app .yy-submit-meta-price--right { font-size: 15px; }
.mp-wx.hk-app .yy-submit-row { display: flex; align-items: flex-start; padding: 12px 4px; }
.mp-wx.hk-app .yy-submit-row--border { border-bottom: 1px solid #f5f5f5; }
.mp-wx.hk-app .yy-submit-label { width: 70px; flex-shrink: 0; font-size: 14px; color: #333; font-weight: 500; }
.mp-wx.hk-app .yy-submit-service-types { flex: 1; display: flex; flex-wrap: wrap; gap: 10px; }
.mp-wx.hk-app .yy-submit-service-opt { display: flex; align-items: center; gap: 6px; cursor: pointer; }
.mp-wx.hk-app .yy-submit-radio-outer { width: 16px; height: 16px; border-radius: 50%; border: 1px solid #ccc; display: flex; align-items: center; justify-content: center; }
.mp-wx.hk-app .yy-submit-radio-outer.is-on { border-color: var(--app-primary); }
.mp-wx.hk-app .yy-submit-radio-inner { width: 8px; height: 8px; border-radius: 50%; background: var(--app-primary); }
.mp-wx.hk-app .yy-submit-service-name { font-size: 13px; color: #666; }
.mp-wx.hk-app .yy-submit-service-name.is-on { color: var(--app-primary); font-weight: 600; }
.mp-wx.hk-app .yy-submit-form-row { display: flex; align-items: center; padding: 12px 4px; border-bottom: 1px solid #f5f5f5; }
.mp-wx.hk-app .yy-submit-form-row--last { border-bottom: none; }
.mp-wx.hk-app .yy-submit-form-value-wrap { flex: 1; display: flex; align-items: center; justify-content: space-between; cursor: pointer; min-width: 0; }
.mp-wx.hk-app .yy-submit-form-value { flex: 1; font-size: 13px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mp-wx.hk-app .yy-submit-form-placeholder { flex: 1; font-size: 13px; color: #999; }
.mp-wx.hk-app .yy-submit-arrow { color: #ccc; font-size: 16px; margin-left: 6px; }
.mp-wx.hk-app .yy-submit-date-scroll { display: flex; gap: 12px; overflow-x: auto; padding: 12px 4px; white-space: nowrap; }
.mp-wx.hk-app .yy-submit-date-item { flex-shrink: 0; text-align: center; padding: 6px 10px; cursor: pointer; border-bottom: 2px solid transparent; }
.mp-wx.hk-app .yy-submit-date-item.is-on { border-bottom-color: var(--app-primary); }
.mp-wx.hk-app .yy-submit-date-week { display: block; font-size: 14px; color: #333; font-weight: 600; }
.mp-wx.hk-app .yy-submit-date-item.is-on .yy-submit-date-week { color: var(--app-primary); }
.mp-wx.hk-app .yy-submit-date-day { display: block; font-size: 12px; color: #666; margin-top: 3px; }
.mp-wx.hk-app .yy-submit-time-row { display: flex; padding: 8px 4px; align-items: flex-start; }
.mp-wx.hk-app .yy-submit-time-label { width: 36px; flex-shrink: 0; font-size: 14px; color: #333; padding-top: 6px; }
.mp-wx.hk-app .yy-submit-time-grid { flex: 1; display: flex; flex-wrap: wrap; gap: 6px; }
.mp-wx.hk-app .yy-submit-time-chip { width: 23%; text-align: center; padding: 8px 0; border-radius: 4px; font-size: 12px; color: #999; background: #f5f5f5; cursor: pointer; }
.mp-wx.hk-app .yy-submit-time-chip.is-on { background: var(--app-primary); color: #fff; }
.mp-wx.hk-app .yy-submit-worker-block { padding: 10px 4px 12px; border-top: 1px solid #f5f5f5; }
.mp-wx.hk-app .yy-submit-worker-label { font-size: 14px; color: #333; font-weight: 500; margin-bottom: 8px; display: block; }
.mp-wx.hk-app .yy-submit-worker-scroll { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 4px; }
.mp-wx.hk-app .yy-submit-worker-item { flex-shrink: 0; width: 80px; text-align: center; padding: 8px 4px; border-radius: 8px; cursor: pointer; }
.mp-wx.hk-app .yy-submit-worker-item.is-on { background: #ecfdf5; }
.mp-wx.hk-app .yy-submit-worker-avatar { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; margin: 0 auto; display: block; border: 2px solid transparent; }
.mp-wx.hk-app .yy-submit-worker-item.is-on .yy-submit-worker-avatar { border-color: var(--app-primary); }
.mp-wx.hk-app .yy-submit-worker-name { display: block; margin-top: 6px; font-size: 12px; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mp-wx.hk-app .yy-submit-worker-item.is-on .yy-submit-worker-name { color: var(--app-primary); font-weight: 600; }
.mp-wx.hk-app .yy-submit-time-tip { font-size: 12px; color: #666; padding: 8px 4px 0; }
.mp-wx.hk-app .yy-submit-fee-card { margin-top: 8px; padding: 0 8px 8px; }
.mp-wx.hk-app .yy-submit-fee-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 4px; border-bottom: 1px solid #f5f5f5; }
.mp-wx.hk-app .yy-submit-fee-label { font-size: 14px; color: #333; }
.mp-wx.hk-app .yy-submit-fee-value { font-size: 14px; color: #333; }
.mp-wx.hk-app .yy-submit-fee-value.is-red { color: #e01212; font-weight: 600; }
.mp-wx.hk-app .yy-submit-pay-tag { font-size: 13px; color: var(--app-primary); }
.mp-wx.hk-app .yy-submit-protocol { display: flex; align-items: center; gap: 6px; padding: 12px 16px; font-size: 12px; }
.mp-wx.hk-app .yy-submit-protocol-check { width: 16px; height: 16px; border-radius: 50%; border: 1px solid var(--app-primary); display: flex; align-items: center; justify-content: center; }
.mp-wx.hk-app .yy-submit-protocol-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--app-primary); }
.mp-wx.hk-app .yy-submit-protocol-plain { color: #666; }
.mp-wx.hk-app .yy-submit-protocol-link { color: var(--app-primary); }
.mp-wx.hk-app .yy-submit-footer {
    position: absolute; left: 0; right: 0; bottom: 0; z-index: 100;
    display: flex; align-items: center; padding: 8px 12px 10px; background: #fff;
    box-shadow: 0 -2px 10px rgba(0,0,0,.06);
}
.mp-wx.hk-app .yy-submit-footer-total-label { font-size: 13px; color: #333; }
.mp-wx.hk-app .yy-submit-footer-total-price { font-size: 18px; color: #e01212; font-weight: 700; margin-right: auto; margin-left: 4px; }
.mp-wx.hk-app .yy-submit-footer-btn-wrap { flex-shrink: 0; }
.mp-wx.hk-app .yy-submit-submit-btn { padding: 0 22px; height: 40px; line-height: 40px; border-radius: 20px; color: #fff; font-size: 15px; font-weight: 600; cursor: pointer; }

/* technicians/details */
.mp-wx.hk-app .hk-tech-detail { background: var(--app-primary-light, #ecfdf5); min-height: 100%; padding-bottom: 72px; }
.mp-wx.hk-app .hero-card { display: flex; align-items: flex-start; background: #fff; padding: 16px 12px 14px; margin-bottom: 8px; }
.mp-wx.hk-app .hero-avatar { width: 60px; height: 60px; border-radius: 50%; flex-shrink: 0; border: 2px solid var(--app-primary-light); object-fit: cover; }
.mp-wx.hk-app .hero-main { flex: 1; min-width: 0; margin-left: 12px; display: flex; flex-direction: column; gap: 10px; }
.mp-wx.hk-app .hero-row-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.mp-wx.hk-app .hero-name-row { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; flex: 1; min-width: 0; }
.mp-wx.hk-app .hero-name { font-size: 16px; font-weight: 600; color: #2f2f2f; }
.mp-wx.hk-app .state-badge { font-size: 11px; padding: 3px 8px; border-radius: 5px; color: #fff; }
.mp-wx.hk-app .state-badge--ok { background: var(--app-primary); }
.mp-wx.hk-app .state-badge--off { background: #bdbdbd; }
.mp-wx.hk-app .hero-dist { display: flex; align-items: center; flex-shrink: 0; }
.mp-wx.hk-app .hero-dist-text { font-size: 11px; color: #494949; }
.mp-wx.hk-app .hero-dist-icon { font-size: 14px; margin-left: 4px; }
.mp-wx.hk-app .hero-row-bottom { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; }
.mp-wx.hk-app .hero-stars { font-size: 12px; letter-spacing: 1px; }
.mp-wx.hk-app .hero-service-count { font-size: 12px; color: #6d6d6d; }
.mp-wx.hk-app .intro-card { background: #fff; padding: 12px; margin-bottom: 8px; font-size: 13px; color: #8e8e8e; line-height: 1.55; }
.mp-wx.hk-app .section-bar { display: flex; align-items: center; justify-content: space-between; background: #fff; padding: 14px 12px; margin-bottom: 1px; }
.mp-wx.hk-app .section-bar-left { display: flex; align-items: center; gap: 4px; }
.mp-wx.hk-app .section-pronoun { font-size: 14px; font-weight: 500; }
.mp-wx.hk-app .section-title { font-size: 14px; color: #2f2f2f; font-weight: 500; }
.mp-wx.hk-app .section-arrow { color: #ccc; font-size: 14px; }
.mp-wx.hk-app .goods-panel { background: #fff; padding: 0 12px 12px; }
.mp-wx.hk-app .goods-row { display: flex; align-items: center; padding: 12px 0; border-top: 1px solid #e5e5e5; cursor: pointer; }
.mp-wx.hk-app .goods-row:first-child { border-top: none; }
.mp-wx.hk-app .goods-cover { width: 70px; height: 70px; border-radius: 6px; flex-shrink: 0; object-fit: cover; background: #f5f5f5; }
.mp-wx.hk-app .goods-info { flex: 1; min-width: 0; margin-left: 12px; display: flex; flex-direction: column; justify-content: space-between; min-height: 70px; }
.mp-wx.hk-app .goods-name { font-size: 14px; font-weight: 500; color: #2f2f2f; }
.mp-wx.hk-app .goods-desc { font-size: 12px; color: #6e6e6e; margin-top: 4px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mp-wx.hk-app .goods-price-row { display: flex; align-items: flex-end; margin-top: auto; }
.mp-wx.hk-app .goods-price { font-size: 15px; font-weight: 600; line-height: 1; }
.mp-wx.hk-app .goods-price-unit { font-size: 11px; margin-left: 3px; line-height: 1; }
.mp-wx.hk-app .footer-cta { position: absolute; left: 0; right: 0; bottom: 0; background: #fff; padding: 8px 12px 10px; box-shadow: 0 -2px 10px rgba(0,0,0,.06); }
.mp-wx.hk-app .footer-cta-btn { width: 100%; height: 44px; line-height: 44px; text-align: center; border-radius: 22px; font-size: 15px; color: #fff; font-weight: 600; cursor: pointer; }
.mp-wx.hk-app .hk-theme-text { color: var(--app-primary); }
.mp-wx.hk-app .hk-theme-bg { background: linear-gradient(90deg, var(--app-gradient-from, #22c55e), var(--app-gradient-to, #16a34a)); }

.mp-wx.hk-app .hk-worker { background: #fff; min-height: 100%; padding-bottom: 24px; }

.mp-wx.hk-app .hk-order-tabs { background: #fff; border-bottom: 1px solid #f0f0f0; }
.mp-wx.hk-app .hk-order-tabs .flex-grow-li { text-align: center; padding: 12px 0; font-size: 12px; color: #666; cursor: pointer; position: relative; }
.mp-wx.hk-app .hk-order-tabs .flex-grow-li.active { color: var(--app-primary); font-weight: 700; }
.mp-wx.hk-app .hk-order-line { width: 18px; height: 3px; background: var(--app-primary); border-radius: 2px; margin: 6px auto 0; }
.mp-wx.hk-app .hk-od-item { background: #fff; margin: 10px; border-radius: 10px; padding: 10px 12px 12px; }
.mp-wx.hk-app .hk-od-head { display: flex; justify-content: space-between; font-size: 12px; color: #888; margin-bottom: 8px; }
.mp-wx.hk-app .order-leabl { color: var(--app-primary); }
.mp-wx.hk-app .hk-od-row { display: flex; gap: 10px; }
.mp-wx.hk-app .hk-od-pic { width: 64px; height: 64px; border-radius: 6px; object-fit: cover; flex-shrink: 0; }
.mp-wx.hk-app .goods-name { font-size: 14px; font-weight: 650; color: #111; }
.mp-wx.hk-app .goods-name_0 { font-size: 12px; color: #999; margin-top: 4px; }
.mp-wx.hk-app .hk-od-pay { text-align: right; font-size: 13px; margin-top: 6px; color: var(--app-secondary); font-weight: 700; }
.mp-wx.hk-app .btn-group { justify-content: flex-end; margin-top: 10px; }
.mp-wx.hk-app .hk-od-btn {
    background: var(--app-primary); color: #fff; font-size: 12px; padding: 6px 14px; border-radius: 14px; cursor: pointer;
}
.mp-wx.hk-app .hk-od-btn.ghost { background: #ecfdf5; color: #15803d; }
.mp-wx.hk-app .hk-uc-header { background: linear-gradient(135deg, #22c55e, #16a34a); }
.mp-wx.hk-app .uc-menu-grid { display: flex; flex-wrap: wrap; }
.mp-wx.hk-app .uc-menu-cell { width: 33.33%; text-align: center; padding: 16px 0; cursor: pointer; }
.mp-wx.hk-app .uc-menu-txt { font-size: 13px; color: #333; }
.mp-wx.hk-app .uc-panel { background: #fff; border-radius: 10px; }
@media (max-width: 980px) {
    .mp-stage { grid-template-columns: 1fr; }
    .mp-stage--tablet { grid-template-columns: 1fr; }
    .mp-phone { position: static; }
    .mp-phone--tablet {
        width: min(100%, 844px);
        height: auto;
        aspect-ratio: 1024 / 768;
    }
    .mp-phone--tablet .mp-screen {
        width: 100%;
        height: 100%;
        min-height: 480px;
    }
}
@media (max-width: 767px) {
    .docs-hub-shell { flex-direction: column; }
    .docs-hub-sidebar {
        position: static;
        width: 100%;
        flex: none;
        max-height: none;
        border-right: 0;
        border-bottom: 1px solid var(--of-border);
        padding: 12px 0 8px;
    }
    .docs-hub-main { padding-left: 0; }
}

.mp-wx .tag-scenic, .mp-wx .tag-route {
    display: inline-block;
    font-size: 10px;
    padding: 1px 5px;
    border-radius: 3px;
    margin-right: 4px;
    color: #fff;
}
.mp-wx .tag-scenic { background: #2f6bff; }
.mp-wx .tag-route { background: #10b981; }
.mp-wx .text-theme { color: #2f6bff; }

.mp-wx.tv-app {
    --app-primary: #2f6bff;
    --app-primary-light: #eef2ff;
    --app-secondary: #2f6bff;
    background: #f4f6fb;
}
.mp-wx.tv-app .wx-chrome--bare { background: #fff; border-bottom: 0; }
.mp-wx.tv-app .wx-chrome--bare .wx-titlebar { display: none; }
.mp-wx.tv-app .tv-home { background: #f4f6fb; padding-bottom: 12px; }
.mp-wx.tv-app .tv-search-row {
    display: flex; align-items: center; gap: 6px;
    padding: 8px 10px 10px; background: #fff;
}
.mp-wx.tv-app .tv-city { font-size: 13px; font-weight: 700; color: #1d4ed8; flex-shrink: 0; cursor: pointer; }
.mp-wx.tv-app .tv-search {
    flex: 1; height: 32px; border-radius: 16px; background: #f3f4f6;
    display: flex; align-items: center; padding: 0 4px 0 10px;
}
.mp-wx.tv-app .tv-search-ph { flex: 1; font-size: 12px; color: #9ca3af; }
.mp-wx.tv-app .tv-search-btn {
    background: #2f6bff; color: #fff; font-size: 11px; font-weight: 700;
    padding: 5px 10px; border-radius: 12px;
}
.mp-wx.tv-app .tv-msg { position: relative; font-size: 16px; cursor: pointer; padding: 0 2px; }
.mp-wx.tv-app .tv-badge {
    position: absolute; top: -6px; right: -8px;
    background: #ef4444; color: #fff; font-size: 9px; font-weight: 700;
    padding: 0 3px; border-radius: 8px; line-height: 14px;
}
.mp-wx.tv-app .tv-tiles {
    display: flex; flex-wrap: wrap; gap: 8px; padding: 10px 10px 4px; background: #fff;
}
.mp-wx.tv-app .tv-tile { width: calc(50% - 4px); cursor: pointer; }
.mp-wx.tv-app .tv-tile-img { width: 100%; height: 64px; object-fit: cover; border-radius: 12px; display: block; }
.mp-wx.tv-app .tv-tile-n { display: block; text-align: center; font-size: 12px; font-weight: 700; margin-top: 4px; color: #111; }
.mp-wx.tv-app .tv-icons {
    display: flex; flex-wrap: wrap; background: #fff; padding: 8px 4px 12px; margin-bottom: 8px;
}
.mp-wx.tv-app .tv-icon { width: 20%; text-align: center; padding: 8px 0 4px; position: relative; cursor: pointer; }
.mp-wx.tv-app .tv-icon-dot {
    width: 36px; height: 36px; margin: 0 auto 4px; border-radius: 10px;
    background: #eef2ff; color: #2f6bff; font-size: 13px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
}
.mp-wx.tv-app .tv-icon-n { font-size: 11px; color: #333; }
.mp-wx.tv-app .tv-tip {
    position: absolute; top: -2px; left: 50%; transform: translateX(-50%);
    background: #fbbf24; color: #7c2d12; font-size: 8px; line-height: 1.2;
    padding: 1px 4px; border-radius: 4px; white-space: nowrap; z-index: 2;
}
.mp-wx.tv-app .tv-sec { background: #fff; padding: 10px 0 8px; margin-bottom: 8px; }
.mp-wx.tv-app .tv-sec-hd { display: flex; justify-content: space-between; align-items: center; padding: 0 12px 8px; }
.mp-wx.tv-app .tv-sec-t { font-size: 15px; font-weight: 800; color: #111; }
.mp-wx.tv-app .tv-more { font-size: 12px; color: #999; cursor: pointer; }
.mp-wx.tv-app .tv-hscroll {
    display: flex; overflow-x: auto; gap: 8px; padding: 0 12px 8px;
    -webkit-overflow-scrolling: touch;
}
.mp-wx.tv-app .tv-hscroll::-webkit-scrollbar { height: 0; }
.mp-wx.tv-app .tv-hcard {
    flex: 0 0 118px; position: relative; cursor: pointer;
}
.mp-wx.tv-app .tv-himg { width: 118px; height: 86px; object-fit: cover; border-radius: 10px; display: block; }
.mp-wx.tv-app .tv-htag, .mp-wx.tv-app .tv-heat {
    position: absolute; left: 6px; font-size: 10px; color: #fff;
    background: rgba(0,0,0,.45); padding: 1px 5px; border-radius: 4px;
}
.mp-wx.tv-app .tv-htag { bottom: 28px; }
.mp-wx.tv-app .tv-heat { top: 6px; background: #f97316; }
.mp-wx.tv-app .tv-hn {
    display: block; font-size: 12px; font-weight: 650; color: #111;
    padding-top: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.mp-wx.tv-app .tv-banner { padding: 0 12px 8px; }
.mp-wx.tv-app .tv-banner-img { width: 100%; height: 86px; object-fit: cover; border-radius: 12px; display: block; }
.mp-wx.tv-app .tv-utils { display: flex; gap: 8px; padding: 0 12px 10px; }
.mp-wx.tv-app .tv-util {
    flex: 1; background: #fff; border-radius: 10px; padding: 10px 8px;
    box-shadow: 0 2px 8px rgba(15,23,42,.05); cursor: pointer;
}
.mp-wx.tv-app .tv-util-t { display: block; font-size: 12px; font-weight: 700; color: #111; }
.mp-wx.tv-app .tv-util-s { display: block; font-size: 10px; color: #9ca3af; margin-top: 3px; }

/* ---- 旅游 scenic 列表/详情/下单/订单（newTravel/scenic） ---- */
.mp-wx.tv-app .page-travel {
    min-height: 100%;
    box-sizing: border-box;
    background: #f2f4f7;
}
.mp-wx.tv-app .page-pad { padding: 12px; }
.mp-wx.tv-app .card {
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.mp-wx.tv-app .text-theme { color: #2f6bff; }
.mp-wx.tv-app .tag-scenic {
    display: inline-block;
    padding: 2px 7px;
    font-size: 11px;
    border-radius: 4px;
    background: rgba(47, 107, 255, 0.12);
    color: #2f6bff;
}
.mp-wx.tv-app .tag-route {
    display: inline-block;
    padding: 2px 7px;
    font-size: 11px;
    border-radius: 4px;
    background: rgba(82, 196, 26, 0.12);
    color: #52c41a;
}
.mp-wx.tv-app .section-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 8px;
    color: #1f1f1f;
}
.mp-wx.tv-app .empty-tip {
    text-align: center;
    color: #999;
    padding: 40px 16px;
    font-size: 14px;
}
.mp-wx.tv-app .filter-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    padding: 8px 10px !important;
}
.mp-wx.tv-app .search-mini {
    flex: 1;
    font-size: 13px;
    border: 0;
    outline: none;
    background: transparent;
}
.mp-wx.tv-app .row.card {
    display: flex;
    padding: 10px !important;
    margin-bottom: 8px;
    cursor: pointer;
}
.mp-wx.tv-app .cover {
    width: 100px;
    height: 75px;
    border-radius: 6px;
    background: #f0f0f0;
    flex-shrink: 0;
    object-fit: cover;
}
.mp-wx.tv-app .meta { flex: 1; margin-left: 10px; min-width: 0; }
.mp-wx.tv-app .name-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}
.mp-wx.tv-app .name {
    font-size: 14px;
    font-weight: 600;
    color: #222;
}
.mp-wx.tv-app .sub {
    font-size: 12px;
    color: #888;
    margin-top: 4px;
}
.mp-wx.tv-app .foot {
    margin-top: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mp-wx.tv-app .price {
    font-size: 15px;
    font-weight: 700;
}
.mp-wx.tv-app .scenic {
    font-size: 11px;
    color: #999;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mp-wx.tv-app .tv-detail-page { position: relative; padding-bottom: 72px; }
.mp-wx.tv-app .cover-top {
    width: 100%;
    height: 210px;
    object-fit: cover;
    background: #eee;
    display: block;
}
.mp-wx.tv-app .tv-detail-page .title {
    font-size: 17px;
    font-weight: 700;
    color: #1f1f1f;
    flex: 1;
    min-width: 100px;
}
.mp-wx.tv-app .price-block { margin-top: 10px; }
.mp-wx.tv-app .tv-detail-page .price { font-size: 20px; font-weight: 700; }
.mp-wx.tv-app .child { font-size: 13px; color: #888; margin-left: 8px; }
.mp-wx.tv-app .meta-line { font-size: 13px; color: #555; margin-top: 5px; }
.mp-wx.tv-app .tv-rich { font-size: 13px; color: #666; line-height: 1.6; }
.mp-wx.tv-app .bottom-placeholder { height: 20px; }
.mp-wx.tv-app .tv-bottom-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px 12px;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06);
}
.mp-wx.tv-app .btn-theme {
    background: #2f6bff;
    color: #fff;
    border-radius: 22px;
    padding: 11px 24px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.mp-wx.tv-app .btn-theme.full { width: 100%; }
.mp-wx.tv-app .p-title { font-size: 15px; font-weight: 600; color: #222; }
.mp-wx.tv-app .p-sub { font-size: 14px; margin-top: 6px; }
.mp-wx.tv-app .p-uniform { font-size: 12px; color: #999; font-weight: 400; margin-left: 4px; }
.mp-wx.tv-app .form-block .field {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
}
.mp-wx.tv-app .form-block .field--remark { align-items: flex-start; }
.mp-wx.tv-app .form-block .label {
    width: 90px;
    font-size: 14px;
    color: #333;
    flex-shrink: 0;
}
.mp-wx.tv-app .picker-val { font-size: 14px; color: #666; cursor: pointer; flex: 1; }
.mp-wx.tv-app .field--input .input-cell { flex: 1; min-width: 0; }
.mp-wx.tv-app .input-native {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    box-sizing: border-box;
    padding: 0 8px;
    border: 1px solid #ececec;
    border-radius: 5px;
    background: #fafafa;
    outline: none;
}
.mp-wx.tv-app .textarea-native {
    width: 100%;
    min-height: 70px;
    line-height: 1.5;
    font-size: 14px;
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #ececec;
    border-radius: 5px;
    background: #fafafa;
    outline: none;
    resize: none;
}
.mp-wx.tv-app .row-num .step { display: flex; align-items: center; gap: 12px; margin-left: auto; }
.mp-wx.tv-app .step-btn {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 4px;
    background: rgba(47, 107, 255, 0.12);
    color: #2f6bff;
    font-size: 16px;
    cursor: pointer;
}
.mp-wx.tv-app .step-val { min-width: 24px; text-align: center; font-size: 15px; }
.mp-wx.tv-app .sum {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
}
.mp-wx.tv-app .sum-price { font-size: 18px; font-weight: 700; }
.mp-wx.tv-app .submit-btn { width: 100%; margin-top: 16px; }
.mp-wx.tv-app .tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 10px !important;
    margin-bottom: 8px;
}
.mp-wx.tv-app .tab {
    font-size: 13px;
    color: #666;
    padding: 4px 8px;
    cursor: pointer;
}
.mp-wx.tv-app .tab.active { font-weight: 700; }
.mp-wx.tv-app .order-item {
    margin-bottom: 8px;
    padding: 12px !important;
    cursor: pointer;
}
.mp-wx.tv-app .row-top {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #888;
}
.mp-wx.tv-app .order-item .pname {
    font-size: 15px;
    font-weight: 600;
    margin: 8px 0 4px;
    color: #222;
}
.mp-wx.tv-app .line2 { font-size: 12px; color: #888; }
.mp-wx.tv-app .order-item .pay {
    font-size: 16px;
    font-weight: 700;
    color: #f5222d;
    margin-top: 6px;
}
.mp-wx.tv-app .status { font-size: 18px; font-weight: 700; }
.mp-wx.tv-app .no { font-size: 12px; color: #888; margin-top: 6px; }
.mp-wx.tv-app .tv-detail-row {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5;
    font-size: 14px;
}
.mp-wx.tv-app .tv-detail-row .k {
    width: 80px;
    color: #888;
    flex-shrink: 0;
}
.mp-wx.tv-app .tv-detail-row .v { flex: 1; color: #333; }
.mp-wx.tv-app .tv-detail-row .v.price {
    color: #f5222d;
    font-weight: 700;
    font-size: 16px;
}

/* ---- 酒店 ht-app（newTravel/hotel/Hotel_detail + confirm/order） ---- */
.mp-wx.ht-app {
    --app-primary: #2e86ab;
    --app-primary-light: #eef6fa;
    --app-secondary: #2e86ab;
    background: #f4f5f7;
}
.mp-wx.ht-app .wx-chrome--bare { background: #fff; border-bottom: 0; }
.mp-wx.ht-app .wx-chrome--bare .wx-titlebar { display: none; }
.mp-wx.ht-app .text-theme { color: #2e86ab; }
.mp-wx.ht-app .ht-page {
    min-height: 100%;
    padding-bottom: 20px;
    background: #f4f5f7;
}
.mp-wx.ht-app .ht-hero {
    position: relative;
    width: 100%;
    height: 190px;
    background: #e5e5e5;
}
.mp-wx.ht-app .ht-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.mp-wx.ht-app .ht-hero-mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.35));
}
.mp-wx.ht-app .ht-main {
    position: relative;
    margin-top: -30px;
    z-index: 10;
    padding: 0 12px;
}
.mp-wx.ht-app .ht-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
    margin-bottom: 10px;
}
.mp-wx.ht-app .ht-info-card { padding: 14px 12px 4px; }
.mp-wx.ht-app .ht-name {
    font-size: 19px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    display: block;
}
.mp-wx.ht-app .ht-summary {
    margin-top: 5px;
    font-size: 13px;
    color: #888;
    line-height: 1.5;
}
.mp-wx.ht-app .ht-info-row {
    display: flex;
    align-items: center;
    padding: 9px 0;
    border-top: 1px solid #f5f5f5;
}
.mp-wx.ht-app .ht-info-row--last { justify-content: space-between; cursor: pointer; }
.mp-wx.ht-app .ht-info-ico { font-size: 14px; flex-shrink: 0; margin-right: 5px; }
.mp-wx.ht-app .ht-info-txt {
    flex: 1;
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mp-wx.ht-app .ht-info-txt--link { color: #2e86ab; }
.mp-wx.ht-app .ht-call-hint {
    flex-shrink: 0;
    font-size: 12px;
    color: #2e86ab;
    font-weight: 500;
    margin-left: 6px;
    padding: 3px 9px;
    background: rgba(46, 134, 171, 0.08);
    border-radius: 999px;
}
.mp-wx.ht-app .ht-date-card { padding: 12px; }
.mp-wx.ht-app .ht-date-title {
    font-size: 15px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 8px;
}
.mp-wx.ht-app .ht-date-row { display: flex; gap: 10px; }
.mp-wx.ht-app .ht-date-item {
    flex: 1;
    background: #f6f8fb;
    border-radius: 7px;
    border: 1px solid #e6ebf2;
    padding: 8px 10px;
    cursor: pointer;
}
.mp-wx.ht-app .ht-date-label { font-size: 11px; color: #8a93a3; display: block; }
.mp-wx.ht-app .ht-date-val { font-size: 14px; color: #1f2937; font-weight: 600; display: block; margin-top: 2px; }
.mp-wx.ht-app .ht-nights {
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    height: 20px;
    padding: 0 8px;
    border-radius: 999px;
    color: #2e86ab;
    background: rgba(46, 134, 171, 0.1);
    font-size: 12px;
    font-weight: 500;
}
.mp-wx.ht-app .ht-section-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 4px 0 8px;
    padding: 0 2px;
}
.mp-wx.ht-app .ht-section-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    padding-left: 8px;
    border-left: 3px solid #2e86ab;
    line-height: 1.3;
}
.mp-wx.ht-app .ht-section-sub { font-size: 12px; color: #999; }
.mp-wx.ht-app .ht-room-card {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
    gap: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef0f3;
}
.mp-wx.ht-app .ht-room-cover {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 6px;
    object-fit: cover;
    background: #f0f2f5;
}
.mp-wx.ht-app .ht-room-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mp-wx.ht-app .ht-room-name {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    line-height: 1.4;
}
.mp-wx.ht-app .ht-room-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 6px;
    margin-top: 6px;
}
.mp-wx.ht-app .ht-meta-chip {
    font-size: 11px;
    color: #6b7280;
    padding: 3px 6px;
    background: #f7f8fa;
    border-radius: 4px;
}
.mp-wx.ht-app .ht-room-bottom {
    margin-top: auto;
    padding-top: 8px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
}
.mp-wx.ht-app .ht-room-price { display: flex; align-items: baseline; }
.mp-wx.ht-app .ht-price-sym { font-size: 12px; color: #2e86ab; font-weight: 600; }
.mp-wx.ht-app .ht-price-num { font-size: 17px; font-weight: 700; color: #2e86ab; }
.mp-wx.ht-app .ht-price-unit { font-size: 11px; color: #9ca3af; }
.mp-wx.ht-app .ht-room-btns { display: flex; gap: 6px; flex-shrink: 0; }
.mp-wx.ht-app .ht-btn {
    min-width: 60px;
    height: 28px;
    line-height: 26px;
    padding: 0 11px;
    font-size: 12px;
    border-radius: 999px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}
.mp-wx.ht-app .ht-btn--ghost {
    background: #fff;
    color: #374151;
    border: 1px solid #d1d5db;
}
.mp-wx.ht-app .ht-btn--primary {
    background: #2e86ab;
    color: #fff;
    font-weight: 500;
}
.mp-wx.ht-app .page-travel {
    min-height: 100%;
    background: #f2f4f7;
}
.mp-wx.ht-app .page-pad { padding: 12px; }
.mp-wx.ht-app .card {
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.mp-wx.ht-app .tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 10px !important;
    margin-bottom: 8px;
}
.mp-wx.ht-app .tab {
    font-size: 13px;
    color: #666;
    padding: 4px 8px;
    cursor: pointer;
}
.mp-wx.ht-app .tab.active { font-weight: 700; }
.mp-wx.ht-app .order-item {
    margin-bottom: 8px;
    padding: 12px !important;
    cursor: pointer;
}
.mp-wx.ht-app .row-top {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #888;
}
.mp-wx.ht-app .order-item .pname {
    font-size: 15px;
    font-weight: 600;
    margin: 8px 0 4px;
    color: #222;
}
.mp-wx.ht-app .line2 { font-size: 12px; color: #888; margin-top: 4px; }
.mp-wx.ht-app .order-item .pay,
.mp-wx.ht-app .hotel-confirm .pay {
    font-size: 16px;
    font-weight: 700;
    color: #f5222d;
    margin-top: 6px;
}
.mp-wx.ht-app .empty-tip {
    text-align: center;
    color: #999;
    padding: 40px 16px;
    font-size: 14px;
}
.mp-wx.ht-app .hotel-confirm .text-muted { color: #888; font-size: 13px; }
.mp-wx.ht-app .hotel-confirm .block { margin-top: 0; }
.mp-wx.ht-app .row-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}
.mp-wx.ht-app .row-line:last-child { border-bottom: none; }
.mp-wx.ht-app .picker-val { color: #333; cursor: pointer; }
.mp-wx.ht-app .stepper { display: flex; align-items: center; gap: 12px; }
.mp-wx.ht-app .stepper .btn {
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}
.mp-wx.ht-app .stepper .num { min-width: 24px; text-align: center; }
.mp-wx.ht-app .inp {
    flex: 1;
    text-align: right;
    margin-left: 12px;
    border: 0;
    outline: none;
    font-size: 14px;
    background: transparent;
}
.mp-wx.ht-app .foot-submit { margin: 16px 0 24px; }
.mp-wx.ht-app .btn-primary {
    background: linear-gradient(90deg, #2e86ab, #3a9bc4);
    color: #fff;
    border-radius: 24px;
    font-size: 15px;
    text-align: center;
    padding: 12px 0;
    cursor: pointer;
}
.mp-wx.ht-app .link-order {
    display: block;
    text-align: center;
    margin-top: 16px;
    font-size: 14px;
    color: #2e86ab;
    cursor: pointer;
}
.mp-wx.ht-app .ht-foot-bar { padding: 12px; }
.mp-wx.ht-app .btn-pay {
    background: #fff;
    border: 1px solid #2e86ab;
    border-radius: 24px;
    text-align: center;
    padding: 11px 0;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}
.mp-wx.ht-app .ht-mine-page { min-height: 100%; background: #f4f5f7; }
.mp-wx.ht-app .ht-mine-head {
    display: flex;
    gap: 12px;
    padding: 20px 16px;
    background: linear-gradient(135deg, #2e86ab, #3a9bc4);
    cursor: pointer;
}
.mp-wx.ht-app .ht-mine-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
}
.mp-wx.ht-app .ht-mine-meta { flex: 1; color: #fff; }
.mp-wx.ht-app .ht-mine-name { font-size: 17px; font-weight: 700; display: block; }
.mp-wx.ht-app .ht-mine-sub { font-size: 12px; opacity: 0.9; margin-top: 6px; display: block; }
.mp-wx.ht-app .ht-mine-panel {
    margin-top: 8px;
    background: #fff;
}
.mp-wx.ht-app .ht-mine-panel-hd {
    padding: 12px 16px 4px;
    font-size: 13px;
    font-weight: 600;
    color: #666;
}
.mp-wx.ht-app .ht-mine-cell {
    padding: 14px 16px;
    border-bottom: 1px solid #f3f4f6;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

/* ---- 活动报名 party-app（activity 详情/确认/订单） ---- */
.mp-wx.party-app {
    --app-primary: #ff1625;
    --app-primary-light: #fff0f1;
    --app-gradient-from: #ff1625;
    --app-gradient-to: #ff4544;
}
.mp-wx.party-app .party-empty {
    text-align: center;
    color: #999;
    padding: 40px 16px;
    font-size: 14px;
    grid-column: 1 / -1;
}
.mp-wx.party-app .ed-page {
    min-height: 100%;
    background: linear-gradient(180deg, #fff0f1 0%, rgba(255, 255, 255, 0) 150px), #f0f2f5;
    padding-bottom: 72px;
    position: relative;
}
.mp-wx.party-app .activity-header {
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.mp-wx.party-app .banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.mp-wx.party-app .ed-price-float {
    margin: -20px 12px 4px;
    position: relative;
    z-index: 2;
}
.mp-wx.party-app .price-countdown {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.mp-wx.party-app .price-text {
    font-size: 16px;
    font-weight: 700;
    color: #ff1625;
}
.mp-wx.party-app .price-text--free { color: #16a34a; }
.mp-wx.party-app .countdown-label { font-size: 12px; color: #666; margin-bottom: 4px; }
.mp-wx.party-app .countdown-time { display: flex; align-items: center; gap: 2px; }
.mp-wx.party-app .time-box {
    background: #ff1625;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
}
.mp-wx.party-app .time-colon { color: #ff1625; font-weight: 700; }
.mp-wx.party-app .activity-card {
    margin: 8px 12px;
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.mp-wx.party-app .activity-title {
    font-size: 17px;
    font-weight: 700;
    color: #111;
    line-height: 1.4;
}
.mp-wx.party-app .stats-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
.mp-wx.party-app .stats-text { font-size: 13px; color: #666; }
.mp-wx.party-app .ed-share-pill {
    font-size: 12px;
    color: #ff1625;
    border: 1px solid rgba(255, 22, 37, 0.2);
    padding: 4px 10px;
    border-radius: 999px;
    cursor: pointer;
}
.mp-wx.party-app .remaining-quota {
    margin-top: 10px;
    font-size: 13px;
    color: #666;
}
.mp-wx.party-app .quota-num { color: #ff1625; font-weight: 700; }
.mp-wx.party-app .section-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}
.mp-wx.party-app .title-line {
    width: 3px;
    height: 14px;
    background: #ff1625;
    border-radius: 2px;
}
.mp-wx.party-app .info-item {
    display: flex;
    padding: 6px 0;
    font-size: 13px;
    line-height: 1.5;
}
.mp-wx.party-app .info-label { color: #888; flex-shrink: 0; }
.mp-wx.party-app .info-value { color: #333; flex: 1; }
.mp-wx.party-app .detail-content,
.mp-wx.party-app .notice-content {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}
.mp-wx.party-app .party-bottom-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06);
}
.mp-wx.party-app .party-bottom-bar .bar-item {
    text-align: center;
    font-size: 11px;
    color: #666;
    cursor: pointer;
    min-width: 44px;
}
.mp-wx.party-app .action-button {
    flex: 1;
    text-align: center;
    padding: 11px 0;
    border-radius: 22px;
    font-size: 14px;
    font-weight: 600;
}
.mp-wx.party-app .action-active {
    background: linear-gradient(90deg, #ff1625, #ff4544);
    color: #fff;
    cursor: pointer;
}
.mp-wx.party-app .action-disabled {
    background: #e5e7eb;
    color: #9ca3af;
}
.mp-wx.party-app .party-confirm-page {
    min-height: 100%;
    background: #fafafa;
    padding-bottom: 80px;
}
.mp-wx.party-app .party-confirm-page .page-container { padding: 12px; }
.mp-wx.party-app .party-confirm-page .title-text { font-size: 15px; font-weight: 700; }
.mp-wx.party-app .event-card {
    display: flex;
    gap: 10px;
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 10px;
}
.mp-wx.party-app .event-img {
    width: 90px;
    height: 72px;
    border-radius: 6px;
    object-fit: cover;
}
.mp-wx.party-app .event-info-wrap { flex: 1; min-width: 0; }
.mp-wx.party-app .event-name { font-size: 14px; font-weight: 700; color: #333; }
.mp-wx.party-app .event-time,
.mp-wx.party-app .event-location,
.mp-wx.party-app .event-address {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
}
.mp-wx.party-app .event-price-wrap {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mp-wx.party-app .price-style { color: #ff1625; font-weight: 700; font-size: 15px; }
.mp-wx.party-app .price-count { font-size: 12px; color: #666; }
.mp-wx.party-app .payment-section {
    background: #fff;
    border-radius: 10px;
    padding: 4px 12px;
    margin-bottom: 10px;
}
.mp-wx.party-app .payment-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}
.mp-wx.party-app .payment-item:last-child { border-bottom: 0; }
.mp-wx.party-app .item-input {
    flex: 1;
    text-align: right;
    border: 0;
    outline: none;
    font-size: 14px;
    margin-left: 12px;
    background: transparent;
}
.mp-wx.party-app .method-btn {
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    border: 1px solid #ddd;
}
.mp-wx.party-app .method-btn.active {
    color: #ff1625;
    border-color: #ff1625;
    background: rgba(255, 22, 37, 0.06);
}
.mp-wx.party-app .confirm-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06);
    gap: 12px;
}
.mp-wx.party-app .bar-left { flex: 1; }
.mp-wx.party-app .bar-text { font-size: 12px; color: #666; display: block; }
.mp-wx.party-app .bar-price { font-size: 18px; font-weight: 700; color: #ff1625; }
.mp-wx.party-app .bar-btn {
    padding: 11px 24px;
    background: linear-gradient(90deg, #ff1625, #ff4544);
    color: #fff;
    border-radius: 22px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.mp-wx.party-app .party-orders-page {
    min-height: 100%;
    background: #fafafa;
    padding-bottom: 60px;
}
.mp-wx.party-app .tab-bar {
    display: flex;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}
.mp-wx.party-app .tab-item {
    flex: 1;
    text-align: center;
    padding: 12px 4px 8px;
    cursor: pointer;
}
.mp-wx.party-app .tab-text { font-size: 13px; color: #666; }
.mp-wx.party-app .tab-text-active { color: #ff1625; font-weight: 700; }
.mp-wx.party-app .tab-underline {
    width: 20px;
    height: 2px;
    margin: 6px auto 0;
    border-radius: 1px;
    background: transparent;
}
.mp-wx.party-app .tab-underline-active { background: #ff1625; }
.mp-wx.party-app .order-scroll { padding: 10px 12px; }
.mp-wx.party-app .order-card {
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
.mp-wx.party-app .order-header {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
}
.mp-wx.party-app .order-status { color: #ff1625; font-weight: 600; }
.mp-wx.party-app .order-content { display: flex; gap: 10px; }
.mp-wx.party-app .order-cover {
    width: 72px;
    height: 72px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
    background: #f5f5f5;
}
.mp-wx.party-app .order-cover image { width: 100%; height: 100%; object-fit: cover; }
.mp-wx.party-app .order-main { flex: 1; min-width: 0; }
.mp-wx.party-app .order-title { font-size: 14px; font-weight: 700; color: #333; }
.mp-wx.party-app .order-loc,
.mp-wx.party-app .order-sponsor { font-size: 12px; color: #666; margin-top: 4px; }
.mp-wx.party-app .order-foot {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 8px;
}
.mp-wx.party-app .order-price { color: #ff1625; font-weight: 700; font-size: 15px; }
.mp-wx.party-app .order-num { font-size: 12px; color: #666; }
.mp-wx.party-app .order-actions {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}
.mp-wx.party-app .order-actions .action-btn {
    padding: 6px 12px;
    border-radius: 16px;
    font-size: 12px;
    cursor: pointer;
}
.mp-wx.party-app .action-btn-primary {
    background: #ff1625;
    color: #fff;
}
.mp-wx.party-app .action-btn-secondary {
    background: #333;
    color: #fff;
}
.mp-wx.party-app .action-btn-gray {
    background: #f5f5f5;
    color: #999;
}
.mp-wx.party-app .party-voucher-page {
    min-height: 100%;
    background: #fafafa;
    padding: 12px;
}
.mp-wx.party-app .qrcode-card-top {
    background: linear-gradient(180deg, #0066ff, #0052cc);
    border-radius: 10px 10px 0 0;
    padding: 20px 16px;
    text-align: center;
    color: #fff;
}
.mp-wx.party-app .qrcode-title { font-size: 14px; opacity: 0.9; }
.mp-wx.party-app .qrcode-number { font-size: 18px; font-weight: 700; margin: 8px 0 12px; }
.mp-wx.party-app .qrcode-demo {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: #333;
}
.mp-wx.party-app .qrcode-page { font-size: 12px; margin-top: 10px; opacity: 0.9; }
.mp-wx.party-app .divider-line {
    height: 12px;
    background: #fafafa;
}
.mp-wx.party-app .info-card {
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 12px 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.mp-wx.party-app .info-divider {
    height: 1px;
    background: #f0f0f0;
    margin: 8px 0;
}
.mp-wx.party-app .text-primary { color: #ff1625; font-weight: 600; }
.mp-wx.party-app .party-mine-page { min-height: 100%; background: #f0f2f5; }
.mp-wx.party-app .party-mine-head {
    display: flex;
    gap: 12px;
    padding: 20px 16px;
    background: linear-gradient(135deg, #ff1625, #ff4544);
    cursor: pointer;
}
.mp-wx.party-app .party-mine-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
}
.mp-wx.party-app .party-mine-meta { flex: 1; color: #fff; }
.mp-wx.party-app .party-mine-name { font-size: 17px; font-weight: 700; display: block; }
.mp-wx.party-app .party-mine-sub { font-size: 12px; opacity: 0.9; margin-top: 6px; display: block; }
.mp-wx.party-app .party-mine-panel { margin-top: 8px; background: #fff; }
.mp-wx.party-app .party-mine-panel-hd {
    padding: 12px 16px 4px;
    font-size: 13px;
    font-weight: 600;
    color: #666;
}
.mp-wx.party-app .party-mine-cell {
    padding: 14px 16px;
    border-bottom: 1px solid #f3f4f6;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

/* ---- 同城生活圈首页预览（mp-preview local） ---- */
.mp-wx .lc-home {
    min-height: 100%;
    background: #f5f6f8;
    padding-bottom: 72px;
    position: relative;
}
.mp-wx .lc-head {
    padding: 8px 12px 10px;
    background: linear-gradient(180deg, #ff4544 0%, #ff6b6b 72%, #ffecec 100%);
}
.mp-wx .lc-head__title {
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}
.mp-wx .lc-head__bar {
    display: flex;
    align-items: center;
    gap: 8px;
}
.mp-wx .lc-head__city {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}
.mp-wx .lc-head__city-arrow { font-size: 10px; opacity: 0.85; }
.mp-wx .lc-head__search {
    flex: 1;
    min-width: 0;
    height: 32px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    background: #fff;
    border-radius: 16px;
    cursor: pointer;
}
.mp-wx .lc-head__search-ph { font-size: 12px; color: #9ca3af; }
.mp-wx .lc-head__msg {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255,255,255,.22);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
}
.mp-wx .lc-banner {
    margin: -6px 10px 0;
    position: relative;
    z-index: 2;
}
.mp-wx .lc-banner__img {
    width: 100%;
    height: 118px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
    box-shadow: 0 8px 20px rgba(255,69,68,.18);
}
.mp-wx .lc-banner__dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    display: flex;
    justify-content: center;
    gap: 5px;
}
.mp-wx .lc-banner__dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,.45);
}
.mp-wx .lc-banner__dot--on { background: #fff; width: 14px; border-radius: 999px; }
.mp-wx .lc-weather {
    margin: 8px 10px 0;
    padding: 8px 10px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.mp-wx .lc-weather__left { min-width: 0; }
.mp-wx .lc-weather__loc {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #1f2937;
}
.mp-wx .lc-weather__txt {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    color: #6b7280;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mp-wx .lc-weather__share {
    flex-shrink: 0;
    padding: 4px 10px;
    border-radius: 999px;
    background: #ff4544;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
}
.mp-wx .lc-grid {
    margin: 8px 10px 0;
    padding: 10px 6px 4px;
    background: #fff;
    border-radius: 12px;
    display: grid;
    gap: 8px 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.mp-wx .lc-grid--5 { grid-template-columns: repeat(5, 1fr); }
.mp-wx .lc-grid__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.mp-wx .lc-grid__icon-wrap {
    position: relative;
    width: 44px;
    height: 44px;
}
.mp-wx .lc-grid__icon {
    width: 44px;
    height: 44px;
    display: block;
}
.mp-wx .lc-grid__badge {
    position: absolute;
    top: -2px;
    right: -4px;
    z-index: 2;
    padding: 0 4px;
    line-height: 14px;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
}
.mp-wx .lc-grid__name {
    margin-top: 4px;
    font-size: 10px;
    color: #374151;
    text-align: center;
    line-height: 1.25;
}
.mp-wx .lc-quick {
    margin: 8px 10px 0;
    padding: 8px 4px;
    background: #fff;
    border-radius: 12px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.mp-wx .lc-quick__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.mp-wx .lc-quick__icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: block;
}
.mp-wx .lc-quick__name {
    margin-top: 4px;
    font-size: 10px;
    color: #374151;
}
.mp-wx .lc-notice {
    margin: 8px 10px 0;
    padding: 8px 10px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.mp-wx .lc-notice__tag {
    flex-shrink: 0;
    font-size: 11px;
    font-weight: 700;
    color: #333;
    padding-right: 8px;
    border-right: 1px solid #f0f0f0;
}
.mp-wx .lc-notice__tag-hot { color: #ff4544; }
.mp-wx .lc-notice__text {
    flex: 1;
    min-width: 0;
    font-size: 11px;
    color: #6b7280;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mp-wx .lc-notice__btn {
    flex-shrink: 0;
    font-size: 11px;
    color: #ff4544;
    font-weight: 600;
    cursor: pointer;
}
.mp-wx .lc-tip {
    margin: 8px 10px 0;
    padding: 7px 10px;
    background: #fff7ed;
    border-radius: 8px;
    font-size: 11px;
    color: #c2410c;
    cursor: pointer;
}
.mp-wx .lc-info-tabs {
    margin: 10px 10px 0;
    display: flex;
    gap: 0;
    overflow-x: auto;
    white-space: nowrap;
    border-bottom: 1px solid #eceff3;
    padding-bottom: 0;
}
.mp-wx .lc-info-tabs__item {
    flex-shrink: 0;
    padding: 8px 10px 10px;
    font-size: 13px;
    color: #6b7280;
    position: relative;
    cursor: pointer;
}
.mp-wx .lc-info-tabs__item--on {
    color: #111827;
    font-size: 15px;
    font-weight: 700;
}
.mp-wx .lc-info-tabs__item--on::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 22px;
    height: 3px;
    border-radius: 999px;
    background: #ff4544;
}
.mp-wx .lc-post-section { margin-top: 6px; }
.mp-wx .lc-post-section .postli-container {
    padding: 0 10px 10px;
    background: transparent;
}
.mp-wx .lc-float {
    position: absolute;
    right: 10px;
    z-index: 20;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
}
.mp-wx .lc-float--sign {
    top: 430px;
    padding: 6px 10px;
    background: #fff;
    color: #ff4544;
    border: 1px solid #fecaca;
}
.mp-wx .lc-float--share {
    top: 468px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #22c55e;
    color: #fff;
}
.mp-wx .navbar--local .mp-nav-item { flex: 1; min-width: 0; }
.mp-wx .navbar--local .navbar-text { font-size: 10px; }
.mp-wx .navbar--local .mp-nav-item--publish { transform: translateY(-8px); }
.mp-wx .navbar--local .navbar-icon--publish {
    width: 44px;
    height: 44px;
}

/* ===== 同城发布 publishType + information ===== */
.mp-wx .lc-publish-type {
    min-height: 100%;
    padding-bottom: 74px;
    background: #f5f6fa;
    box-sizing: border-box;
}
.mp-wx .lc-publish-notice {
    background: #e8f4fd;
    color: #1d65e9;
    padding: 11px 15px;
    font-size: 13px;
    text-align: center;
    margin: 8px 10px 0;
    border-radius: 6px;
}
.mp-wx .lc-publish-type__title {
    text-align: center;
    color: #999;
    font-size: 13px;
    padding: 18px 0 12px;
}
.mp-wx .lc-cate-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}
.mp-wx .lc-cate-item {
    width: 25%;
    text-align: center;
    padding: 8px 3px 12px;
    box-sizing: border-box;
    cursor: pointer;
}
.mp-wx .lc-cate-icon-wrap {
    width: 50px;
    height: 50px;
    margin: 0 auto 6px;
    border-radius: 11px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
}
.mp-wx .lc-cate-icon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
}
.mp-wx .lc-cate-name {
    font-size: 12px;
    color: #444;
    display: block;
    line-height: 1.3;
}
.mp-wx .lc-sub-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 280;
}
.mp-wx .lc-sub-sheet {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 290;
    background: #fff;
    border-radius: 12px 12px 0 0;
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mp-wx .lc-sub-sheet--show {
    transform: translateY(0);
}
.mp-wx .lc-sub-sheet-hd {
    background: linear-gradient(135deg, #ff6b3b, #e0552a);
    color: #fff;
    padding: 12px 14px;
    text-align: center;
    border-radius: 12px 12px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
}
.mp-wx .lc-sub-sheet-tt { font-size: 15px; font-weight: 600; }
.mp-wx .lc-sub-sheet-fee { font-size: 12px; opacity: 0.85; }
.mp-wx .lc-sub-sheet-list {
    padding: 4px 0;
    max-height: 50vh;
    overflow-y: auto;
}
.mp-wx .lc-sub-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    padding: 13px 14px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
}
.mp-wx .lc-sub-item:active { background: #f9f9f9; }
.mp-wx .lc-sub-fee { font-size: 12px; color: #e0552a; }
.mp-wx .lc-sub-sheet-ft {
    margin-top: 5px;
    padding: 11px;
    text-align: center;
    font-size: 14px;
    color: #999;
    border-top: 3px solid #f5f5f5;
    cursor: pointer;
}
.mp-wx .lc-sub-sheet-ft:active { background: #f5f5f5; }

.mp-wx .lc-publish-form {
    min-height: 100%;
    padding-bottom: 20px;
    background: #f2f4f7;
    box-sizing: border-box;
}
.mp-wx .lc-fee-banner {
    margin: 10px 12px 0;
    padding: 9px 12px;
    background: linear-gradient(135deg, #fff5f5, #fff);
    border-radius: 7px;
    border: 1px solid rgba(255, 69, 68, 0.12);
    display: flex;
    align-items: center;
    gap: 6px;
}
.mp-wx .lc-fee-banner__icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    color: #ff4544;
    background: rgba(255, 69, 68, 0.1);
    border-radius: 50%;
    flex-shrink: 0;
}
.mp-wx .lc-fee-banner__text { font-size: 12px; color: #666; flex: 1; }
.mp-wx .lc-fee-banner__money { color: #ff4544; font-weight: 600; }
.mp-wx .lc-publish-sheet {
    margin: 8px 12px 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(15, 23, 42, 0.05);
    overflow: hidden;
    padding-bottom: 2px;
}
.mp-wx .lc-pub-section { padding: 12px 14px 2px; }
.mp-wx .lc-pub-section--divider {
    border-top: 1px solid #f0f0f0;
    margin-top: 2px;
    padding-top: 14px;
}
.mp-wx .lc-pub-section__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 7px;
}
.mp-wx .lc-pub-section__title { font-size: 14px; font-weight: 600; color: #222; }
.mp-wx .lc-pub-section__hint { font-size: 11px; color: #999; }
.mp-wx .lc-pub-section__hint--block {
    display: block;
    margin-top: 1px;
    font-weight: 400;
}
.mp-wx .lc-pub-cat-badge {
    display: inline-block;
    padding: 6px 10px;
    background: #fff5f5;
    color: #ff4544;
    border-radius: 6px;
    font-size: 12px;
}
.mp-wx .lc-pub-field {
    width: 100%;
    box-sizing: border-box;
    background: #f5f7fa;
    border-radius: 6px;
    padding: 9px 11px;
    font-size: 13px;
    color: #333;
    border: 0;
    outline: none;
    font-family: inherit;
}
.mp-wx .lc-pub-field--single { min-height: 41px; line-height: 23px; }
.mp-wx .lc-pub-field--area {
    min-height: 90px;
    line-height: 1.7;
    resize: vertical;
}
.mp-wx .lc-pub-field--tap {
    color: #333;
    cursor: pointer;
}
.mp-wx .lc-field-row { margin-bottom: 8px; }
.mp-wx .lc-field-row--last { margin-bottom: 0; }
.mp-wx .lc-field-row__label {
    display: block;
    font-size: 12px;
    color: #999;
    margin-bottom: 4px;
}
.mp-wx .lc-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.mp-wx .lc-tag {
    padding: 5px 11px;
    font-size: 12px;
    color: #666;
    background: #f5f7fa;
    border-radius: 999px;
    border: 1px solid transparent;
    cursor: pointer;
}
.mp-wx .lc-tag--on {
    color: #fff;
    background: linear-gradient(135deg, #4a90d9, #2b73ef);
    border-color: #2b73ef;
    box-shadow: 0 2px 6px rgba(43, 115, 239, 0.2);
}
.mp-wx .lc-seg {
    display: flex;
    padding: 2px;
    background: #f0f2f5;
    border-radius: 6px;
    margin-bottom: 9px;
}
.mp-wx .lc-seg__item {
    flex: 1;
    text-align: center;
    padding: 8px 0;
    font-size: 12px;
    color: #999;
    border-radius: 5px;
    cursor: pointer;
}
.mp-wx .lc-seg__item--on {
    background: #fff;
    color: #2b73ef;
    font-weight: 600;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.mp-wx .lc-media-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.mp-wx .lc-thumb {
    width: 105px;
    height: 105px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    background: #f5f7fa;
}
.mp-wx .lc-thumb__img { width: 100%; height: 100%; display: block; object-fit: cover; }
.mp-wx .lc-thumb__del {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 21px;
    height: 21px;
    line-height: 19px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 50%;
    cursor: pointer;
}
.mp-wx .lc-thumb--add {
    border: 1px dashed #d9d9d9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.mp-wx .lc-thumb__plus {
    font-size: 26px;
    font-weight: 300;
    color: #bfbfbf;
    line-height: 1;
}
.mp-wx .lc-thumb__sub { margin-top: 3px; font-size: 11px; color: #999; }
.mp-wx .lc-video-placeholder {
    height: 170px;
    border-radius: 7px;
    border: 1px dashed #d9d9d9;
    background: #fafafa;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #999;
    cursor: pointer;
}
.mp-wx .lc-row-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.mp-wx .lc-switch {
    width: 44px;
    height: 24px;
    border-radius: 12px;
    background: #d9d9d9;
    position: relative;
    cursor: pointer;
    transition: background 0.2s;
}
.mp-wx .lc-switch::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    transition: transform 0.2s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.mp-wx .lc-switch--on { background: #ff4544; }
.mp-wx .lc-switch--on::after { transform: translateX(20px); }
.mp-wx .lc-top-scroll {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    padding: 1px 0 5px;
}
.mp-wx .lc-top-scroll::-webkit-scrollbar { height: 0; }
.mp-wx .lc-top-card {
    min-width: 95px;
    padding: 10px 11px;
    background: #f5f7fa;
    border-radius: 6px;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    flex-shrink: 0;
    cursor: pointer;
}
.mp-wx .lc-top-card--on {
    background: #fff7e6;
    border-color: #fa8c16;
    box-shadow: 0 2px 7px rgba(250, 140, 22, 0.12);
}
.mp-wx .lc-top-card__name {
    font-size: 11px;
    color: #666;
    text-align: center;
}
.mp-wx .lc-top-card--on .lc-top-card__name { color: #ad6800; font-weight: 500; }
.mp-wx .lc-top-card__price { font-size: 14px; font-weight: 700; color: #fa541c; }
.mp-wx .lc-submit { padding: 12px 14px 16px; }
.mp-wx .lc-agree {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    font-size: 11px;
    color: #999;
    cursor: pointer;
}
.mp-wx .lc-agree__box {
    width: 16px;
    height: 16px;
    line-height: 14px;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    margin-right: 4px;
    font-size: 10px;
    color: #fff;
    flex-shrink: 0;
}
.mp-wx .lc-agree__box--on {
    background: #ff4544;
    border-color: #ff4544;
}
.mp-wx .lc-agree__link { color: #2b73ef; margin-left: 1px; }
.mp-wx .lc-btn-publish {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 22px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: linear-gradient(135deg, #ff7b7b, #ff4544);
    box-shadow: 0 4px 11px rgba(255, 69, 68, 0.3);
    cursor: pointer;
}
.mp-wx .lc-btn-publish:active { opacity: 0.9; transform: scale(0.98); }

/* ===== 帖子详情 post_detail ===== */
.mp-wx .detail-page {
    min-height: 100%;
    padding-bottom: 74px;
    box-sizing: border-box;
    background: #f0f2f5;
}
.mp-wx .detail-container {
    background: #fff;
    margin: 10px 10px 0;
    padding: 16px 18px 18px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
}
.mp-wx .user-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 14px;
}
.mp-wx .user-header__avatar {
    margin-right: 10px;
    flex-shrink: 0;
}
.mp-wx .user-header__avatar-img {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: block;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.mp-wx .user-header__info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.mp-wx .user-header__row1 {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
}
.mp-wx .user-header__nickname {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mp-wx .user-header__tag {
    background: #fff2e8;
    color: #ff6b35;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 999px;
    border: 1px solid #ffd8bf;
    flex-shrink: 0;
}
.mp-wx .user-header__time {
    color: #8c8c8c;
    font-size: 11px;
}
.mp-wx .content-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
}
.mp-wx .content-tag {
    background: #f3f4f6;
    color: #5c5c5c;
    font-size: 11px;
    padding: 5px 11px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.04);
}
.mp-wx .content-tag--primary {
    background: #fff2e8;
    color: #ff6b35;
    border-color: #ffd8bf;
    font-weight: 500;
}
.mp-wx .content-main__title {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 10px;
}
.mp-wx .content-main__text {
    font-size: 14px;
    color: #3d3d3d;
    line-height: 1.75;
    margin-bottom: 12px;
}
.mp-wx .content-main__img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.mp-wx .content-main__action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    margin-top: 4px;
    border-top: 1px solid #f0f0f0;
}
.mp-wx .content-main__view-count {
    color: #8c8c8c;
    font-size: 11px;
}

/* ===== 招聘详情 recruit_detail ===== */
.mp-wx .recruit-page-shell {
    min-height: 100%;
    background: #f6f6f6;
}
.mp-wx .rd-page {
    padding: 12px;
    padding-bottom: 100px;
    box-sizing: border-box;
}
.mp-wx .guigebox {
    margin: 5px 10px;
    border-radius: 8px;
    background: #fff;
    padding: 10px 5px;
}
.mp-wx .shangjiabt,
.mp-wx .shangjiabt-left {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-left: 10px;
}
.mp-wx .rd-job-title {
    font-size: 19px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 1.35;
}
.mp-wx .rd-sub {
    margin-top: 6px;
    font-size: 13px;
    color: #666;
}
.mp-wx .rd-meta-row {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
}
.mp-wx .rd-meta {
    font-size: 13px;
    color: #555;
}
.mp-wx .rd-foot-row {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mp-wx .rd-update {
    font-size: 12px;
    color: #999;
}
.mp-wx .rd-salary {
    font-size: 18px;
    font-weight: 600;
    color: #e54545;
}
.mp-wx .rd-card { margin-bottom: 12px; }
.mp-wx .rd-contact {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.mp-wx .rd-contact--plain { padding-top: 4px; }
.mp-wx .rd-avatar {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    flex-shrink: 0;
    background: #f0f0f0;
    object-fit: cover;
}
.mp-wx .rd-contact-main {
    flex: 1;
    margin-left: 12px;
    min-width: 0;
}
.mp-wx .rd-name {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}
.mp-wx .rd-company-line {
    margin-top: 4px;
    font-size: 13px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mp-wx .rd-phone-mask-tip {
    margin-top: 4px;
    font-size: 12px;
    color: #d48806;
}
.mp-wx .rd-phone {
    flex-shrink: 0;
    padding: 6px 14px;
    font-size: 13px;
    color: #fff;
    background: #dc143c;
    border-radius: 999px;
}
.mp-wx .rd-phone--pay {
    background: #fff7e6;
    color: #d4380d;
    border: 1px solid #ffd591;
}
.mp-wx .rd-tags {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.mp-wx .rd-tag {
    font-size: 12px;
    padding: 4px 8px;
    margin: 0;
    background: #f5f5f5;
    border-radius: 4px;
    color: #666;
}
.mp-wx .rd-remark {
    margin-top: 10px;
    font-size: 14px;
    color: #444;
    line-height: 1.65;
    white-space: pre-wrap;
}
.mp-wx .rd-info-line {
    margin-top: 6px;
    font-size: 14px;
    color: #444;
}
.mp-wx .rd-company-name {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}
.mp-wx .rd-arrow {
    flex-shrink: 0;
    font-size: 22px;
    color: #ccc;
    line-height: 1;
    padding-left: 8px;
}
.mp-wx .rd-addr-block {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #eee;
}
.mp-wx .rd-addr-label {
    font-size: 13px;
    color: #999;
    margin-bottom: 4px;
}
.mp-wx .rd-addr-text {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}
.mp-wx .rd-pay-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    padding: 8px 12px 16px;
    background: #fff;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
}
.mp-wx .rd-pay-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.mp-wx .rd-pay-bar-tip {
    flex: 1;
    font-size: 13px;
    color: #666;
}
.mp-wx .rd-pay-bar-btn {
    padding: 0 18px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    background: #1677ff;
    border-radius: 18px;
    cursor: pointer;
}
.mp-wx .recruit-page .job-card,
.mp-wx .recruit-page .talent-card {
    cursor: pointer;
}

/* ===== 婚庆 wedding 分包 ===== */
.mp-wx.mf-app { background: #f0f4ff; }
.mp-wx .mf-scroll.after-mf-tabbar { padding-bottom: 62px; }
.mp-wx .mf-home {
    min-height: 100%;
    background: linear-gradient(180deg, #eff6ff 0%, #f5f7ff 90px, #f0f4ff 100%);
    padding-bottom: 62px;
    box-sizing: border-box;
}
.mp-wx .mf-home-nav {
    height: 44px;
    display: flex;
    align-items: center;
    padding: 0 12px;
}
.mp-wx .mf-home-filter {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 12px;
    color: #64748b;
    min-width: 50px;
    cursor: pointer;
}
.mp-wx .mf-home-filter-icon { font-size: 14px; }
.mp-wx .mf-home-title {
    flex: 1;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
}
.mp-wx .mf-home-register {
    min-width: 50px;
    text-align: right;
    font-size: 13px;
    color: #3b82f6;
    font-weight: 600;
    cursor: pointer;
}
.mp-wx .mf-home-scroll-inner { padding-bottom: 80px; }
.mp-wx .mf-home-banner-static {
    height: 140px;
    margin: 0 12px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    box-shadow: 0 4px 16px rgba(59, 130, 246, 0.15);
}
.mp-wx .mf-home-banner-title {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}
.mp-wx .mf-home-banner-sub {
    margin-top: 6px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.92);
}
.mp-wx .mf-home-quick {
    display: flex;
    padding: 14px 8px 4px;
}
.mp-wx .mf-home-quick-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 11px;
    color: #475569;
    cursor: pointer;
}
.mp-wx .mf-home-quick-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #fff;
    margin-bottom: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
.mp-wx .mf-home-section { padding: 10px 12px 0; }
.mp-wx .mf-home-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.mp-wx .mf-home-section-title {
    font-size: 17px;
    font-weight: 800;
    color: #3b82f6;
    font-style: italic;
}
.mp-wx .mf-home-section-link {
    font-size: 12px;
    color: #3b82f6;
    font-weight: 600;
    cursor: pointer;
}
.mp-wx .mf-home-vip-row {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
}
.mp-wx .mf-home-vip-card {
    width: 100px;
    flex-shrink: 0;
    border-radius: 10px;
    padding: 8px;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.mp-wx .mf-home-vip-avatar {
    width: 100%;
    height: 80px;
    border-radius: 6px;
    object-fit: cover;
    background: rgba(255, 255, 255, 0.2);
}
.mp-wx .mf-home-vip-name {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mp-wx .mf-home-vip-meta { font-size: 10px; opacity: 0.85; }
.mp-wx .mf-home-notice {
    margin: 10px 12px 0;
    padding: 8px 10px;
    border-radius: 8px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
.mp-wx .mf-home-notice-icon { font-size: 14px; }
.mp-wx .mf-home-notice-text {
    flex: 1;
    font-size: 12px;
    color: #64748b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mp-wx .mf-home-user-card {
    display: flex;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(59, 130, 246, 0.08);
    cursor: pointer;
}
.mp-wx .mf-home-user-photo {
    width: 110px;
    height: 130px;
    border-radius: 8px;
    background: #e2e8f0;
    flex-shrink: 0;
    object-fit: cover;
}
.mp-wx .mf-home-user-main {
    flex: 1;
    margin-left: 10px;
    min-width: 0;
}
.mp-wx .mf-home-user-title {
    font-size: 16px;
    font-weight: 800;
    color: #3b82f6;
    margin-bottom: 8px;
}
.mp-wx .mf-home-user-line {
    font-size: 12px;
    color: #64748b;
    line-height: 1.8;
}
.mp-wx .mf-home-fab-col {
    position: absolute;
    right: 12px;
    bottom: 78px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 50;
}
.mp-wx .mf-home-fab {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #60a5fa, #3b82f6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 5px 12px rgba(59, 130, 246, 0.35);
    cursor: pointer;
}
.mp-wx .mf-home-fab.small {
    width: 36px;
    height: 36px;
    background: #fff;
    color: #3b82f6;
    font-size: 11px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
}

/* mf-tabbar */
.mp-wx .mf-tabbar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: flex;
    align-items: flex-end;
    height: 55px;
    padding: 0 4px 8px;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid rgba(99, 102, 241, 0.12);
    box-shadow: 0 -4px 15px rgba(59, 130, 246, 0.08);
}
.mp-wx .mf-tabbar-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    color: #999;
    cursor: pointer;
}
.mp-wx .mf-tabbar-item.is-on { color: #6366f1; }
.mp-wx .mf-tabbar-item.is-center { position: relative; top: -12px; }
.mp-wx .mf-tabbar-icon { font-size: 17px; line-height: 1; }
.mp-wx .mf-tabbar-text { margin-top: 3px; font-size: 11px; }
.mp-wx .mf-tabbar-center-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #60a5fa, #6366f1);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 12px rgba(99, 102, 241, 0.35);
}
.mp-wx .mf-tabbar-center-icon { color: #fff; font-size: 19px; }
.mp-wx .mf-tabbar-text--center { margin-top: 4px; }

/* personnelList */
.mp-wx .mf-nearby-page {
    min-height: 100%;
    background: #f5f5f8;
    padding-bottom: 80px;
}
.mp-wx .mf-nearby-toolbar {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    gap: 8px;
    background: #fff;
}
.mp-wx .mf-nearby-match {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 11px;
    color: #666;
    min-width: 40px;
    cursor: pointer;
}
.mp-wx .mf-nearby-match-icon { font-size: 15px; }
.mp-wx .mf-nearby-search {
    flex: 1;
    display: flex;
    align-items: center;
    height: 36px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f5f5f8;
}
.mp-wx .mf-nearby-search-ph { flex: 1; font-size: 13px; color: #999; }
.mp-wx .mf-nearby-search-btn { font-size: 14px; padding-left: 6px; }
.mp-wx .mf-nearby-list { padding: 8px 12px; }
.mp-wx .mf-nearby-card {
    display: flex;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(80, 60, 120, 0.06);
    cursor: pointer;
}
.mp-wx .mf-nearby-photo-wrap {
    position: relative;
    width: 100px;
    height: 120px;
    flex-shrink: 0;
}
.mp-wx .mf-nearby-photo {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #eee;
    object-fit: cover;
}
.mp-wx .mf-nearby-tag {
    position: absolute;
    font-size: 9px;
    padding: 2px 5px;
    border-radius: 4px;
    color: #fff;
}
.mp-wx .mf-nearby-tag.vip { top: 4px; left: 4px; background: rgba(255, 107, 157, 0.88); }
.mp-wx .mf-nearby-tag.verify { right: 4px; bottom: 4px; background: rgba(123, 104, 238, 0.88); }
.mp-wx .mf-nearby-main { flex: 1; margin-left: 10px; min-width: 0; }
.mp-wx .mf-nearby-title {
    font-size: 15px;
    font-weight: 800;
    color: #7b68ee;
    margin-bottom: 6px;
}
.mp-wx .mf-nearby-line { font-size: 12px; color: #666; line-height: 1.8; }
.mp-wx .mf-nearby-action {
    display: inline-flex;
    margin-top: 8px;
    padding: 5px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #9b8cff, #7b68ee);
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}
.mp-wx .mf-nearby-fab-col {
    position: absolute;
    right: 12px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 50;
}
.mp-wx .mf-nearby-fab {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #9b8cff, #7b68ee);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 5px 12px rgba(123, 104, 238, 0.35);
    cursor: pointer;
}
.mp-wx .mf-nearby-fab.small {
    width: 36px;
    height: 36px;
    background: #fff;
    color: #7b68ee;
    font-size: 11px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
}

/* matchmakerList */
.mp-wx .mf-mm-page { min-height: 100%; background: #f5f5f8; padding-bottom: 80px; }
.mp-wx .mf-mm-toolbar {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    gap: 8px;
    background: #fff;
}
.mp-wx .mf-mm-match {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 11px;
    color: #666;
    min-width: 40px;
}
.mp-wx .mf-mm-match-icon { font-size: 15px; }
.mp-wx .mf-mm-search {
    flex: 1;
    display: flex;
    align-items: center;
    height: 36px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f5f5f8;
}
.mp-wx .mf-mm-search-ph { flex: 1; font-size: 13px; color: #999; }
.mp-wx .mf-mm-search-btn { font-size: 14px; padding-left: 6px; }
.mp-wx .mf-mm-filter-row {
    display: flex;
    gap: 8px;
    padding: 6px 12px;
    background: #fff;
    border-top: 1px solid #f0f0f0;
}
.mp-wx .mf-mm-filter-item {
    flex: 1;
    text-align: center;
    height: 28px;
    line-height: 28px;
    border-radius: 6px;
    background: #f7f7fa;
    font-size: 12px;
    color: #555;
}
.mp-wx .mf-mm-scroll-inner { padding: 8px 12px; }
.mp-wx .mf-mm-card {
    display: flex;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(80, 60, 120, 0.06);
    cursor: pointer;
}
.mp-wx .mf-mm-photo-wrap {
    position: relative;
    width: 100px;
    height: 120px;
    flex-shrink: 0;
}
.mp-wx .mf-mm-photo {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #eee;
    object-fit: cover;
}
.mp-wx .mf-mm-tag {
    position: absolute;
    font-size: 9px;
    padding: 2px 5px;
    border-radius: 4px;
    color: #fff;
}
.mp-wx .mf-mm-tag.vip { top: 4px; left: 4px; background: rgba(123, 104, 238, 0.88); }
.mp-wx .mf-mm-tag.verify { right: 4px; bottom: 4px; background: rgba(46, 204, 113, 0.88); }
.mp-wx .mf-mm-main { flex: 1; margin-left: 10px; min-width: 0; }
.mp-wx .mf-mm-title {
    font-size: 15px;
    font-weight: 800;
    color: #7b68ee;
    margin-bottom: 6px;
}
.mp-wx .mf-mm-line { font-size: 12px; color: #666; line-height: 1.8; }
.mp-wx .mf-mm-action {
    display: inline-flex;
    margin-top: 8px;
    padding: 5px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #9b8cff, #7b68ee);
    color: #fff;
    font-size: 12px;
}
.mp-wx .mf-mm-fab-col {
    position: absolute;
    right: 12px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 50;
}
.mp-wx .mf-mm-fab {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #9b8cff, #7b68ee);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 5px 12px rgba(123, 104, 238, 0.35);
    cursor: pointer;
}
.mp-wx .mf-mm-fab.small {
    width: 36px;
    height: 36px;
    background: #fff;
    color: #7b68ee;
    font-size: 11px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
}

/* userDetail */
.mp-wx .mf-detail-page {
    min-height: 100%;
    background: linear-gradient(180deg, #f8f4ff 0%, #faf8fc 30%, #f5f5f8 100%);
    padding-bottom: 70px;
}
.mp-wx .mf-detail-nav {
    height: 44px;
    display: flex;
    align-items: center;
    padding: 0 12px;
}
.mp-wx .mf-detail-back {
    width: 32px;
    font-size: 24px;
    color: #333;
    line-height: 1;
    cursor: pointer;
}
.mp-wx .mf-detail-nav-title {
    flex: 1;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}
.mp-wx .mf-detail-nav-right { width: 32px; }
.mp-wx .mf-detail-head { padding: 6px 14px 12px; }
.mp-wx .mf-detail-name-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mp-wx .mf-detail-name {
    font-size: 22px;
    font-weight: 800;
    color: #222;
}
.mp-wx .mf-detail-super {
    padding: 5px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff8eb8, #ff6b9d);
    color: #fff;
    font-size: 11px;
    cursor: pointer;
}
.mp-wx .mf-detail-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}
.mp-wx .mf-detail-badge {
    padding: 3px 8px;
    border-radius: 4px;
    background: #ede9ff;
    color: #7b68ee;
    font-size: 11px;
}
.mp-wx .mf-detail-badge.is-purple { background: #7b68ee; color: #fff; }
.mp-wx .mf-detail-summary {
    margin-top: 8px;
    font-size: 13px;
    color: #666;
}
.mp-wx .mf-detail-card {
    margin: 0 12px 10px;
    padding: 12px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(80, 60, 120, 0.06);
}
.mp-wx .mf-detail-card-title {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin-bottom: 9px;
}
.mp-wx .mf-detail-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9px;
}
.mp-wx .mf-detail-card-head .mf-detail-card-title { margin-bottom: 0; }
.mp-wx .mf-detail-auth-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px;
}
.mp-wx .mf-detail-auth-item {
    width: calc(33.33% - 6px);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #bbb;
    font-size: 11px;
}
.mp-wx .mf-detail-auth-item.is-on { color: #7b68ee; }
.mp-wx .mf-detail-auth-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f3f3f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    margin-bottom: 4px;
}
.mp-wx .mf-detail-auth-item.is-on .mf-detail-auth-icon { background: #ede9ff; }
.mp-wx .mf-detail-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 6px;
}
.mp-wx .mf-detail-pill-row.muted { margin-top: 4px; }
.mp-wx .mf-detail-pill {
    padding: 4px 9px;
    border-radius: 999px;
    background: #f3f0ff;
    color: #5a4a8a;
    font-size: 12px;
}
.mp-wx .mf-detail-pill.light { background: #f7f7fa; color: #888; }
.mp-wx .mf-detail-link,
.mp-wx .mf-detail-link-inline {
    color: #7b68ee;
    font-size: 12px;
    cursor: pointer;
}
.mp-wx .mf-detail-signature {
    margin-top: 6px;
    font-size: 13px;
    color: #555;
    line-height: 1.5;
}
.mp-wx .mf-detail-gift-empty {
    font-size: 12px;
    color: #aaa;
    padding: 10px 0;
}
.mp-wx .mf-detail-spacer { height: 20px; }
.mp-wx .mf-detail-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px 12px 12px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.06);
}
.mp-wx .mf-detail-contact-btn {
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 999px;
    background: linear-gradient(135deg, #9b8cff, #7b68ee);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}
.mp-wx .mf-detail-unlock-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 0;
    border-bottom: 1px solid #f3f0ff;
}
.mp-wx .mf-detail-unlock-left { flex: 1; min-width: 0; }
.mp-wx .mf-detail-unlock-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.mp-wx .mf-detail-unlock-hint {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #999;
}
.mp-wx .mf-detail-unlock-btn {
    padding: 5px 11px;
    border-radius: 999px;
    background: linear-gradient(135deg, #9b8cff, #7b68ee);
    color: #fff;
    font-size: 11px;
    flex-shrink: 0;
    margin-left: 8px;
    cursor: pointer;
}

/* dynamicList */
.mp-wx .mf-dynamic-page {
    min-height: 100%;
    background: #f5f5f8;
    padding-bottom: 70px;
}
.mp-wx .mf-dynamic-tabs {
    display: flex;
    background: linear-gradient(180deg, #f3ecff, #faf8fc);
    padding: 0 12px;
}
.mp-wx .mf-dynamic-tab {
    flex: 1;
    text-align: center;
    padding: 12px 0 10px;
    font-size: 15px;
    color: #888;
    position: relative;
    cursor: pointer;
}
.mp-wx .mf-dynamic-tab.is-on { color: #7b68ee; font-weight: 700; }
.mp-wx .mf-dynamic-tab.is-on::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 4px;
    transform: translateX(-50%);
    width: 24px;
    height: 3px;
    border-radius: 2px;
    background: #7b68ee;
}
.mp-wx .mf-dynamic-filter {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    gap: 8px;
    background: #fff;
}
.mp-wx .mf-dynamic-filter-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    height: 32px;
    border-radius: 6px;
    background: #f7f7fa;
    font-size: 12px;
    color: #555;
}
.mp-wx .mf-dynamic-filter-btn {
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    border-radius: 6px;
    background: linear-gradient(135deg, #9b8cff, #7b68ee);
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}
.mp-wx .mf-dynamic-list { padding: 8px 12px 0; }
.mp-wx .mf-dynamic-card {
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 10px;
    box-shadow: 0 4px 12px rgba(80, 60, 120, 0.05);
    cursor: pointer;
}
.mp-wx .mf-dynamic-head { display: flex; }
.mp-wx .mf-dynamic-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 8px;
    background: #eee;
}
.mp-wx .mf-dynamic-head-main { flex: 1; min-width: 0; }
.mp-wx .mf-dynamic-name-row {
    display: flex;
    align-items: center;
    gap: 6px;
}
.mp-wx .mf-dynamic-name {
    font-size: 15px;
    font-weight: 700;
    color: #222;
}
.mp-wx .mf-dynamic-vip {
    padding: 2px 6px;
    border-radius: 999px;
    background: #f3ecff;
    color: #7b68ee;
    font-size: 10px;
}
.mp-wx .mf-dynamic-meta { font-size: 11px; color: #999; margin-top: 2px; }
.mp-wx .mf-dynamic-content {
    margin-top: 8px;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
}
.mp-wx .mf-dynamic-foot {
    display: flex;
    gap: 12px;
    margin-top: 8px;
    font-size: 11px;
    color: #999;
}
.mp-wx .mf-dynamic-tag {
    margin-top: 6px;
    font-size: 12px;
    color: #7b68ee;
}
.mp-wx .mf-dynamic-publish {
    position: absolute;
    right: 12px;
    bottom: 68px;
    padding: 8px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, #9b8cff, #7b68ee);
    color: #fff;
    font-size: 12px;
    box-shadow: 0 4px 12px rgba(123, 104, 238, 0.3);
    cursor: pointer;
    z-index: 20;
}

/* my_personal simplified */
.mp-wx .mf-mine-page {
    min-height: 100%;
    background: linear-gradient(180deg, #f3ecff, #f5f5f8 120px);
    padding-bottom: 70px;
}
.mp-wx .mf-mine-head {
    display: flex;
    align-items: center;
    padding: 20px 16px;
    gap: 12px;
}
.mp-wx .mf-mine-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.mp-wx .mf-mine-info { flex: 1; min-width: 0; }
.mp-wx .mf-mine-name {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #222;
}
.mp-wx .mf-mine-sub {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #888;
}
.mp-wx .mf-mine-login {
    padding: 6px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, #9b8cff, #7b68ee);
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}
.mp-wx .mf-mine-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0 16px;
}
.mp-wx .mf-mine-grid-item {
    padding: 16px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    font-size: 13px;
    color: #555;
    box-shadow: 0 2px 8px rgba(80, 60, 120, 0.05);
    cursor: pointer;
}

/* --- 餐饮 fd-app（对齐 food/restaurant） --- */
.mp-wx.fd-app {
    --primary: #5a7238;
    --secondary: #5a7238;
}
.mp-wx .fd-scroll.after-fd-tabbar {
    padding-bottom: 56px;
}
.mp-wx .fd-tabbar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 52px;
    display: flex;
    background: #fff;
    border-top: 1px solid #eee;
    z-index: 20;
}
.mp-wx .fd-tabbar-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    cursor: pointer;
    color: #888;
}
.mp-wx .fd-tabbar-item.is-on {
    color: var(--primary, #5a7238);
}
.mp-wx .fd-tabbar-icon {
    font-size: 18px;
    line-height: 1;
}
.mp-wx .fd-tabbar-text {
    font-size: 11px;
}

.mp-wx .fd-home-page {
    min-height: 100%;
    background: #f5f6f4;
    padding-bottom: 16px;
}
.mp-wx .fd-home-page .store-bar {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background: #fff;
    margin-bottom: 4px;
    gap: 6px;
    cursor: pointer;
}
.mp-wx .fd-home-page .store-bar-label {
    font-size: 12px;
    color: #999;
}
.mp-wx .fd-home-page .store-bar-name {
    flex: 1;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.mp-wx .fd-home-page .store-bar-switch {
    font-size: 12px;
    color: var(--primary, #5a7238);
}
.mp-wx .fd-home-page .hero-wrap {
    position: relative;
}
.mp-wx .fd-hero-img {
    width: 100%;
    height: 180px;
    display: block;
    object-fit: cover;
}
.mp-wx .fd-home-page .member-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 44px;
    background: rgba(90, 114, 56, 0.92);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    box-sizing: border-box;
}
.mp-wx .fd-home-page .member-bar-left {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 6px;
    overflow: hidden;
}
.mp-wx .fd-home-page .member-icon {
    color: #f5c542;
    font-size: 14px;
}
.mp-wx .fd-home-page .member-tip {
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mp-wx .fd-home-page .member-btn {
    background: #fff;
    color: var(--primary, #5a7238);
    border-radius: 16px;
    font-size: 12px;
    padding: 4px 14px;
    cursor: pointer;
    white-space: nowrap;
}
.mp-wx .fd-home-page .actions-card {
    margin: 12px;
    padding: 16px 0;
    display: flex;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.mp-wx .fd-home-page .action-half {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    cursor: pointer;
}
.mp-wx .fd-home-page .action-divider {
    width: 1px;
    background: #eee;
    margin: 4px 0;
}
.mp-wx .fd-home-page .action-title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
}
.mp-wx .fd-home-page .action-sub {
    margin-top: 4px;
    font-size: 12px;
    color: #999;
}
.mp-wx .fd-home-page .nav-grid {
    display: flex;
    justify-content: space-around;
    padding: 16px 12px;
    background: linear-gradient(180deg, #fff 0%, #f5f6f4 100%);
}
.mp-wx .fd-home-page .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
.mp-wx .fd-home-page .nav-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid var(--primary, #5a7238);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.mp-wx .fd-home-page .nav-emoji {
    font-size: 20px;
    color: var(--primary, #5a7238);
}
.mp-wx .fd-home-page .nav-label {
    font-size: 12px;
    color: #555;
}
.mp-wx .fd-home-page .promo-wrap {
    padding: 0 12px 12px;
}
.mp-wx .fd-promo-card {
    position: relative;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
}
.mp-wx .fd-promo-card .promo-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mp-wx .fd-promo-card .promo-bg-solid {
    background: linear-gradient(120deg, var(--primary, #5a7238), #3d4d2c);
}
.mp-wx .fd-promo-card .promo-content {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}
.mp-wx .fd-promo-card .promo-badge {
    position: absolute;
    top: 10px;
    right: 12px;
    padding: 3px 8px;
    background: #f5c542;
    border-radius: 999px;
    font-size: 11px;
    color: #3d3310;
    font-weight: 600;
}
.mp-wx .fd-promo-card .promo-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}
.mp-wx .fd-promo-card .promo-sub-row {
    margin-top: 4px;
}
.mp-wx .fd-promo-card .promo-sub-big {
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.95);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.mp-wx .fd-store-page {
    min-height: 100%;
    background: #f5f6f4;
    padding: 12px;
    box-sizing: border-box;
}
.mp-wx .fd-store-page .search-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #fff;
    border-radius: 8px;
    padding: 8px 10px;
    margin-bottom: 8px;
}
.mp-wx .fd-store-page .loc {
    display: flex;
    align-items: center;
    max-width: 100px;
}
.mp-wx .fd-store-page .loc-icon {
    color: #5a7238;
    margin-right: 3px;
}
.mp-wx .fd-store-page .loc-text {
    font-size: 12px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mp-wx .fd-store-page .search-input {
    flex: 1;
    font-size: 13px;
    border: none;
    outline: none;
    min-width: 0;
}
.mp-wx .fd-store-page .search-btn {
    font-size: 13px;
    color: #5a7238;
    padding: 4px 6px;
}
.mp-wx .fd-store-page .sort-row {
    display: flex;
    gap: 12px;
    margin-bottom: 8px;
    padding: 0 4px;
}
.mp-wx .fd-store-page .sort-item {
    font-size: 13px;
    color: #888;
    cursor: pointer;
}
.mp-wx .fd-store-page .sort-item.on {
    color: #5a7238;
    font-weight: 600;
}
.mp-wx .fd-store-page .hq-tip {
    font-size: 12px;
    color: #999;
    margin-bottom: 8px;
    padding: 0 4px;
}
.mp-wx .fd-store-page .store-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.mp-wx .fd-store-page .store-card {
    display: flex;
    gap: 10px;
    padding: 12px;
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
}
.mp-wx .fd-store-page .store-card.disabled {
    opacity: 0.55;
}
.mp-wx .fd-store-page .store-logo {
    width: 56px;
    height: 56px;
    border-radius: 6px;
    object-fit: cover;
    flex-shrink: 0;
}
.mp-wx .fd-store-page .store-body {
    flex: 1;
    min-width: 0;
}
.mp-wx .fd-store-page .store-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.mp-wx .fd-store-page .store-name {
    font-size: 15px;
    font-weight: 600;
    color: #222;
}
.mp-wx .fd-store-page .store-status {
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 4px;
    flex-shrink: 0;
}
.mp-wx .fd-store-page .store-status.open {
    background: #ecfdf5;
    color: #059669;
}
.mp-wx .fd-store-page .store-status.closed {
    background: #f3f4f6;
    color: #999;
}
.mp-wx .fd-store-page .store-addr {
    margin-top: 4px;
    font-size: 12px;
    color: #888;
}
.mp-wx .fd-store-page .store-meta {
    margin-top: 4px;
    font-size: 11px;
    color: #aaa;
}

.mp-wx .fd-detail-page {
    min-height: 100%;
    background: #f5f6f4;
    padding-bottom: 64px;
}
.mp-wx .fd-detail-cover {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}
.mp-wx .fd-detail-card {
    margin: 12px;
    padding: 16px;
    background: #fff;
    border-radius: 8px;
}
.mp-wx .fd-detail-name {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #222;
}
.mp-wx .fd-detail-price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 8px;
}
.mp-wx .fd-detail-price {
    font-size: 20px;
    font-weight: 700;
    color: #e11;
}
.mp-wx .fd-detail-origin {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
}
.mp-wx .fd-detail-sales {
    font-size: 12px;
    color: #aaa;
    margin-left: auto;
}
.mp-wx .fd-detail-desc {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
.mp-wx .fd-detail-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    gap: 10px;
    padding: 10px 12px;
    background: #fff;
    border-top: 1px solid #eee;
}
.mp-wx .fd-detail-btn {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    border-radius: 22px;
    background: var(--primary, #5a7238);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.mp-wx .fd-detail-btn--ghost {
    background: #fff;
    color: var(--primary, #5a7238);
    border: 1px solid var(--primary, #5a7238);
}

.mp-wx .co-page {
    min-height: 100%;
    background: #f5f6f8;
    padding-bottom: 72px;
}
.mp-wx .co-body {
    padding: 0 12px 20px;
}
.mp-wx .co-tip {
    margin: 8px 0 10px;
    padding: 7px 10px;
    font-size: 12px;
    color: #b8860b;
    background: #fff9e6;
    border-radius: 6px;
}
.mp-wx .co-fulfill-wrap {
    background: #fff;
    border-radius: 8px;
    padding: 4px 4px 0;
    margin-bottom: 10px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
}
.mp-wx .co-fulfill-tabs {
    display: flex;
}
.mp-wx .co-fulfill-tab {
    flex: 1;
    text-align: center;
    padding: 14px 0;
    font-size: 15px;
    color: #888;
    cursor: pointer;
}
.mp-wx .co-fulfill-tab--on {
    color: var(--primary, #5a7238);
    font-weight: 600;
}
.mp-wx .co-fulfill-underline-wrap {
    height: 3px;
    position: relative;
}
.mp-wx .co-fulfill-underline {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 3px;
    background: var(--primary, #5a7238);
    border-radius: 2px;
    transition: transform 0.25s ease;
}
.mp-wx .co-fulfill-underline--right {
    transform: translateX(100%);
}
.mp-wx .co-card {
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 10px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04);
}
.mp-wx .co-store-name {
    font-size: 16px;
    font-weight: 600;
    color: #222;
}
.mp-wx .co-store-address {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #888;
    line-height: 1.45;
}
.mp-wx .co-phone-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.mp-wx .co-label {
    font-size: 14px;
    color: #666;
}
.mp-wx .co-phone-input {
    flex: 1;
    text-align: right;
    font-size: 14px;
    border: none;
    outline: none;
}
.mp-wx .co-mode-grid {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.mp-wx .co-mode-item {
    flex: 1;
    position: relative;
    padding: 16px 10px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #eee;
    text-align: center;
    cursor: pointer;
}
.mp-wx .co-mode-item--on {
    border-color: var(--primary, #5a7238);
    background: rgba(90, 114, 56, 0.06);
}
.mp-wx .co-mode-icon {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 6px;
    border-radius: 50%;
}
.mp-wx .co-mode-icon--cup {
    background: linear-gradient(145deg, #e8f5e9, #c8e6c9);
}
.mp-wx .co-mode-icon--bag {
    background: linear-gradient(145deg, #fff8e1, #ffe082);
}
.mp-wx .co-mode-title {
    display: block;
    font-size: 14px;
    color: #333;
}
.mp-wx .co-mode-check {
    position: absolute;
    right: 6px;
    bottom: 6px;
    font-size: 14px;
    color: var(--primary, #5a7238);
    font-weight: bold;
}
.mp-wx .co-address-card {
    cursor: pointer;
}
.mp-wx .co-cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mp-wx .co-label-strong {
    font-size: 14px;
    font-weight: 600;
    color: #222;
}
.mp-wx .co-arrow {
    color: #ccc;
    font-size: 18px;
}
.mp-wx .co-address-hint {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: #999;
}
.mp-wx .co-goods-shop-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}
.mp-wx .co-goods-row {
    display: flex;
    gap: 10px;
    padding: 8px 0;
    border-top: 1px solid #f5f5f5;
}
.mp-wx .co-goods-row:first-of-type {
    border-top: none;
}
.mp-wx .co-goods-pic {
    width: 52px;
    height: 52px;
    border-radius: 6px;
    object-fit: cover;
}
.mp-wx .co-goods-main {
    flex: 1;
    min-width: 0;
}
.mp-wx .co-goods-line1 {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}
.mp-wx .co-goods-name {
    font-size: 14px;
    color: #333;
}
.mp-wx .co-goods-price {
    font-size: 14px;
    color: #e11;
    font-weight: 600;
}
.mp-wx .co-goods-num {
    font-size: 12px;
    color: #999;
}
.mp-wx .co-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    background: #fff;
    border-top: 1px solid #eee;
    gap: 12px;
}
.mp-wx .co-footer-sum {
    flex: 1;
    font-size: 14px;
    color: #333;
}
.mp-wx .co-footer-price {
    font-size: 18px;
    font-weight: 700;
    color: #e11;
}
.mp-wx .co-footer-btn {
    padding: 10px 24px;
    border-radius: 22px;
    background: var(--primary, #5a7238);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.mp-wx .fd-order-page {
    min-height: 100%;
    background: #f5f6f4;
}
.mp-wx .fd-order-tabs {
    display: flex;
    overflow-x: auto;
    background: #fff;
    padding: 0 8px;
    border-bottom: 1px solid #eee;
}
.mp-wx .fd-order-tab {
    flex-shrink: 0;
    padding: 12px 14px;
    font-size: 13px;
    color: #888;
    cursor: pointer;
}
.mp-wx .fd-order-tab.is-on {
    color: var(--primary, #5a7238);
    font-weight: 600;
    border-bottom: 2px solid var(--primary, #5a7238);
}
.mp-wx .fd-order-list {
    padding: 10px 12px;
}
.mp-wx .fd-order-page .order-card {
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 10px;
}
.mp-wx .fd-order-page .order-hd {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.mp-wx .fd-order-page .order-no {
    font-size: 12px;
    color: #888;
}
.mp-wx .fd-order-page .order-st {
    font-size: 12px;
    color: var(--primary, #5a7238);
    font-weight: 600;
}
.mp-wx .fd-order-page .order-goods {
    display: flex;
    gap: 8px;
    padding: 6px 0;
}
.mp-wx .fd-order-page .g-pic {
    width: 44px;
    height: 44px;
    border-radius: 4px;
    object-fit: cover;
}
.mp-wx .fd-order-page .g-meta {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mp-wx .fd-order-page .g-name {
    font-size: 13px;
    color: #333;
}
.mp-wx .fd-order-page .g-num {
    font-size: 12px;
    color: #999;
}
.mp-wx .fd-order-page .order-ft {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #f0f0f0;
}
.mp-wx .fd-order-page .order-time {
    font-size: 11px;
    color: #aaa;
}
.mp-wx .fd-order-page .order-pay {
    font-size: 15px;
    font-weight: 700;
    color: #e11;
}
.mp-wx .fd-order-page .empty {
    text-align: center;
    padding: 40px 0;
    color: #999;
    font-size: 14px;
}

.mp-wx .fd-mine-page {
    min-height: 100%;
    background: #f5f6f4;
}
.mp-wx .fd-mine-head {
    display: flex;
    align-items: center;
    padding: 20px 16px;
    gap: 12px;
    background: linear-gradient(135deg, #5a7238, #6b8e23);
}
.mp-wx .fd-mine-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
}
.mp-wx .fd-mine-info {
    flex: 1;
    min-width: 0;
}
.mp-wx .fd-mine-name {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}
.mp-wx .fd-mine-sub {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
}
.mp-wx .fd-mine-login {
    padding: 6px 14px;
    border-radius: 999px;
    background: #fff;
    color: var(--primary, #5a7238);
    font-size: 12px;
    cursor: pointer;
}
.mp-wx .fd-mine-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 16px;
}
.mp-wx .fd-mine-grid-item {
    padding: 16px;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    font-size: 13px;
    color: #555;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    cursor: pointer;
}

/* --- buffetOrder 点单页（对齐 food/restaurant/buffetOrder） --- */
.mp-wx .fd-scroll--bo {
    padding-bottom: 0;
    overflow: hidden;
}
.mp-wx .bo-order-page {
    min-height: 100%;
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    padding-bottom: 110px;
    box-sizing: border-box;
}
.mp-wx .bo-order-page .top-bar {
    height: 65px;
    background: linear-gradient(135deg, #ff7a18, #ff4d00);
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}
.mp-wx .bo-order-page .top-left {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}
.mp-wx .bo-order-page .shop-name {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mp-wx .bo-order-page .table-num {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
}
.mp-wx .bo-order-page .top-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}
.mp-wx .bo-order-page .switch-pill-wrap {
    display: flex;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    padding: 2px;
}
.mp-wx .bo-order-page .switch-pill {
    padding: 4px 9px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.85);
    border-radius: 12px;
    cursor: pointer;
}
.mp-wx .bo-order-page .switch-pill.on {
    background: #fff;
    color: #ff7a18;
    font-weight: 600;
}
.mp-wx .bo-order-page .switch-store-btn {
    padding: 5px 9px;
    font-size: 11px;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    cursor: pointer;
}
.mp-wx .bo-order-page .call-btn {
    height: 36px;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.mp-wx .bo-order-page .call-icon {
    font-size: 15px;
    margin-right: 5px;
}
.mp-wx .bo-order-page .call-text {
    font-size: 12px;
}
.mp-wx .bo-order-page .main-box {
    flex: 1;
    display: flex;
    padding: 10px 0;
    min-height: 0;
}
.mp-wx .bo-order-page .cate-scroll {
    width: 90px;
    background: #fff;
    border-radius: 10px 0 0 10px;
    margin-left: 10px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.04);
    flex-shrink: 0;
    overflow-y: auto;
    max-height: 420px;
}
.mp-wx .bo-order-page .cate-header {
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
}
.mp-wx .bo-order-page .cate-item {
    min-height: 53px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #666;
    padding: 5px;
    cursor: pointer;
}
.mp-wx .bo-order-page .cate-item.active {
    background: #fff7f0;
    color: #ff7a18;
    font-weight: 500;
}
.mp-wx .bo-order-page .cate-icon--text {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #ff7a18;
    background: #fff5f0;
    margin-bottom: 4px;
}
.mp-wx .bo-order-page .cate-name {
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70px;
}
.mp-wx .bo-order-page .food-scroll {
    flex: 1;
    margin: 0 10px 0 5px;
    overflow-y: auto;
    max-height: 420px;
}
.mp-wx .bo-order-page .search-box {
    height: 41px;
    background: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.mp-wx .bo-order-page .search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 13px;
}
.mp-wx .bo-order-page .search-icon {
    font-size: 14px;
    color: #999;
}
.mp-wx .bo-order-page .food-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mp-wx .bo-order-page .food-item {
    width: 48%;
    margin-bottom: 12px;
}
.mp-wx .bo-order-page .food-card {
    background: #fff;
    border-radius: 11px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}
.mp-wx .bo-order-page .food-img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    cursor: pointer;
}
.mp-wx .bo-order-page .food-info {
    padding: 11px;
}
.mp-wx .bo-order-page .food-name {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.mp-wx .bo-order-page .food-tag-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.mp-wx .bo-order-page .food-tag {
    font-size: 10px;
    color: #ff7a18;
    background: #fff5f0;
    padding: 3px 6px;
    border-radius: 6px;
    margin-right: 5px;
    margin-bottom: 4px;
}
.mp-wx .bo-order-page .food-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mp-wx .bo-order-page .food-price {
    font-size: 15px;
    font-weight: bold;
    color: #ff7a18;
}
.mp-wx .bo-order-page .food-ctrl {
    display: flex;
    align-items: center;
}
.mp-wx .bo-order-page .minus,
.mp-wx .bo-order-page .plus {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 13px;
    background: #ff7a18;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.mp-wx .bo-order-page .num {
    font-size: 12px;
    color: #333;
    margin: 0 6px;
    min-width: 16px;
    text-align: center;
}
.mp-wx .bo-order-page .bottom-cart {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 52px;
    height: 64px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06);
    z-index: 15;
}
.mp-wx .bo-order-page .cart-info {
    display: flex;
    align-items: center;
    position: relative;
    flex: 1;
    cursor: pointer;
}
.mp-wx .bo-order-page .cart-icon {
    font-size: 21px;
    margin-right: 10px;
}
.mp-wx .bo-order-page .cart-text {
    display: flex;
    flex-direction: column;
}
.mp-wx .bo-order-page .cart-title {
    font-size: 12px;
    color: #666;
}
.mp-wx .bo-order-page .cart-total {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.mp-wx .bo-order-page .cart-count {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #ff7a18;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    position: absolute;
    top: -9px;
    left: 11px;
}
.mp-wx .bo-order-page .submit-btn {
    width: 130px;
    height: 43px;
    background: linear-gradient(90deg, #ff7a18, #ff4d00);
    color: #fff;
    border-radius: 21px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.mp-wx .bo-order-page .submit-btn--disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

/* --- 房产详情 zf_detail / hourse_detail --- */
.mp-wx .zf-empty-list {
    text-align: center;
    padding: 40px 16px;
    color: #999;
    font-size: 14px;
}
.mp-wx .zf-detail-shell {
    background: #f5f5f5;
    padding-bottom: 72px;
}
.mp-wx .zf-detail-shell .img-slider {
    position: relative;
    background: #000;
}
.mp-wx .zf-detail-shell .slide-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.mp-wx .zf-detail-shell .img-count {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 10px;
}
.mp-wx .zf-detail-shell .house-basic {
    background: #fff;
    padding: 16px;
    margin-bottom: 10px;
}
.mp-wx .zf-detail-shell .house-basic .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
    color: #1d2129;
}
.mp-wx .zf-detail-shell .address {
    display: flex;
    align-items: center;
    color: #4e5969;
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.4;
    cursor: pointer;
}
.mp-wx .zf-detail-shell .address-pin {
    color: #ff7d00;
    margin-right: 4px;
    flex-shrink: 0;
}
.mp-wx .zf-detail-shell .address-arrow {
    color: #c9cdd4;
    margin-left: auto;
    flex-shrink: 0;
}
.mp-wx .zf-detail-shell .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}
.mp-wx .zf-detail-shell .tag {
    background: #f5f7fa;
    color: #4e5969;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 4px;
}
.mp-wx .zf-detail-shell .price-area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.mp-wx .zf-detail-shell .price {
    display: flex;
    align-items: baseline;
}
.mp-wx .zf-detail-shell .price .num {
    font-size: 24px;
    font-weight: 600;
    color: #ff7d00;
    margin-right: 4px;
}
.mp-wx .zf-detail-shell .price .unit {
    color: #ff7d00;
    font-size: 14px;
}
.mp-wx .zf-detail-shell .deposit {
    color: #4e5969;
    font-size: 14px;
}
.mp-wx .zf-detail-shell .source-tag {
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 4px;
    margin-left: auto;
}
.mp-wx .zf-detail-shell .house-info,
.mp-wx .zf-detail-shell .house-description,
.mp-wx .zf-detail-shell .facilities,
.mp-wx .zf-detail-shell .around,
.mp-wx .zf-detail-shell .landlord {
    background: #fff;
    padding: 16px;
    margin-bottom: 10px;
}
.mp-wx .zf-detail-shell .info-title,
.mp-wx .zf-detail-shell .section-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f2f3f5;
    color: #1d2129;
}
.mp-wx .zf-detail-shell .info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 0;
}
.mp-wx .zf-detail-shell .info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 4px;
}
.mp-wx .zf-detail-shell .info-item .label {
    color: #86909c;
    font-size: 13px;
    margin-bottom: 4px;
}
.mp-wx .zf-detail-shell .info-item .value {
    color: #1d2129;
    font-size: 14px;
    text-align: center;
}
.mp-wx .zf-detail-shell .description-content {
    color: #4e5969;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
}
.mp-wx .zf-detail-shell .facilities-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px 8px;
}
.mp-wx .zf-detail-shell .facility-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #4e5969;
}
.mp-wx .zf-detail-shell .facility-dot {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    background: #f2f3f5;
    color: #c9cdd4;
    font-size: 12px;
}
.mp-wx .zf-detail-shell .facility-dot--on {
    background: #e8ffea;
    color: #36cfc9;
}
.mp-wx .zf-detail-shell .around-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.mp-wx .zf-detail-shell .around-item {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.mp-wx .zf-detail-shell .around-pin {
    margin-right: 8px;
    flex-shrink: 0;
}
.mp-wx .zf-detail-shell .around-item .name {
    color: #1d2129;
    flex: 1;
}
.mp-wx .zf-detail-shell .around-item .distance {
    color: #86909c;
    margin-left: 8px;
    flex-shrink: 0;
}
.mp-wx .zf-detail-shell .landlord-info {
    display: flex;
    align-items: center;
    gap: 12px;
}
.mp-wx .zf-detail-shell .landlord .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.mp-wx .zf-detail-shell .landlord-detail .name {
    font-size: 16px;
    font-weight: 600;
    color: #1d2129;
    margin-bottom: 4px;
}
.mp-wx .zf-detail-shell .landlord-detail .type {
    font-size: 13px;
    color: #86909c;
    margin-bottom: 6px;
}
.mp-wx .zf-detail-shell .credentials {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.mp-wx .zf-detail-shell .cred-item {
    font-size: 12px;
    color: #86909c;
}
.mp-wx .zf-detail-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 56px;
    background: #fff;
    display: flex;
    align-items: center;
    padding: 0 12px;
    gap: 10px;
    border-top: 1px solid #eee;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
    z-index: 12;
}
.mp-wx .zf-detail-bar .favorite-btn,
.mp-wx .zf-detail-bar .contact-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    font-size: 11px;
    color: #666;
    cursor: pointer;
    gap: 2px;
}
.mp-wx .zf-detail-bar .contact-btn {
    color: #ff7d00;
}
.mp-wx .zf-detail-bar .appointment-btn {
    flex: 1;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: linear-gradient(90deg, #ff7a18, #ff4d00);
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
.mp-wx .zf-phone-modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 280px;
    background: #fff;
    border-radius: 12px;
    padding: 20px 16px 16px;
    text-align: center;
}
.mp-wx .zf-phone-modal__title {
    font-size: 16px;
    font-weight: 600;
    color: #1d2129;
    margin-bottom: 12px;
}
.mp-wx .zf-phone-modal__num {
    font-size: 22px;
    font-weight: 700;
    color: #ff7d00;
    margin-bottom: 16px;
    letter-spacing: 1px;
}
.mp-wx .zf-phone-modal__btns {
    display: flex;
    gap: 8px;
}
.mp-wx .zf-phone-modal__btn {
    flex: 1;
    padding: 10px 0;
    border-radius: 8px;
    background: #f2f3f5;
    color: #4e5969;
    font-size: 13px;
    cursor: pointer;
}
.mp-wx .zf-phone-modal__btn--primary {
    background: #ff7d00;
    color: #fff;
}

/* --- 二手闲置 xy-index + secondhand 详情/订单 --- */
.mp-wx .sh-scroll.after-sh-tabbar {
    padding-bottom: 58px;
}
.mp-wx .xy-index {
    background: #f3f4f6;
    padding-bottom: 12px;
}
.mp-wx .xy-top-tabs {
    display: flex;
    align-items: center;
    padding: 8px 12px 4px;
    background: #fff;
    gap: 4px;
    overflow-x: auto;
}
.mp-wx .xy-top-tab {
    flex-shrink: 0;
    padding: 6px 10px;
    font-size: 15px;
    color: #666;
    position: relative;
    cursor: pointer;
}
.mp-wx .xy-top-tab.is-on {
    color: #111;
    font-weight: 700;
}
.mp-wx .xy-top-tab.is-on::after {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 2px;
    background: #111;
    border-radius: 1px;
}
.mp-wx .xy-top-tag {
    display: inline-block;
    margin-left: 2px;
    padding: 0 4px;
    font-size: 10px;
    color: #fff;
    background: #ff6a00;
    border-radius: 4px;
    vertical-align: middle;
}
.mp-wx .xy-sign-btn {
    margin-left: auto;
    flex-shrink: 0;
    font-size: 11px;
    color: #666;
    padding: 4px 8px;
    border: 1px solid #eee;
    border-radius: 12px;
    cursor: pointer;
}
.mp-wx .xy-search-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: #fff;
}
.mp-wx .xy-search-scan,
.mp-wx .xy-search-cam {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}
.mp-wx .xy-search-main {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 6px;
    height: 36px;
    background: #f3f4f6;
    border-radius: 18px;
    padding: 0 12px;
    cursor: pointer;
}
.mp-wx .xy-search-hot {
    font-size: 12px;
}
.mp-wx .xy-search-promo {
    margin-left: auto;
    font-size: 10px;
    color: #ff4544;
    background: #fff1f0;
    padding: 2px 6px;
    border-radius: 4px;
}
.mp-wx .xy-search-go {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
}
.mp-wx .xy-sub-tabs {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 12px;
    background: #fff;
    overflow-x: auto;
    border-bottom: 1px solid #f3f4f6;
}
.mp-wx .xy-sub-tab {
    flex-shrink: 0;
    font-size: 14px;
    color: #888;
    cursor: pointer;
}
.mp-wx .xy-sub-tab.is-on {
    color: #111;
    font-weight: 700;
}
.mp-wx .xy-sub-more {
    margin-left: auto;
    color: #ccc;
    font-size: 18px;
}
.mp-wx .xy-icon-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px 4px;
    padding: 12px;
    background: #fff;
}
.mp-wx .xy-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}
.mp-wx .xy-icon-circle {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.mp-wx .xy-icon-name {
    font-size: 11px;
    color: #555;
    text-align: center;
}
.mp-wx .xy-switch {
    width: 36px;
    height: 20px;
    border-radius: 10px;
    background: #e5e7eb;
    position: relative;
    display: inline-block;
}
.mp-wx .xy-switch--on {
    background: #ff4544;
}
.mp-wx .xy-switch--on::after {
    content: '';
    position: absolute;
    right: 2px;
    top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
}
.mp-wx .sh-index__cat-emoji {
    font-size: 22px;
}
.mp-wx .sh-index__top--mini {
    margin-top: 8px;
}
.mp-wx .xy-feed .xy-card {
    cursor: pointer;
}
.mp-wx .xy-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 4px;
}
.mp-wx .xy-ship-tag {
    display: inline-block;
    padding: 0 4px;
    margin-right: 4px;
    font-size: 10px;
    font-weight: 700;
    color: #111;
    background: #ffe60f;
    border-radius: 2px;
    vertical-align: middle;
}
.mp-wx .xy-card-cond {
    display: block;
    font-size: 11px;
    color: #999;
    margin-bottom: 4px;
}
.mp-wx .xy-card-price-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 6px;
}
.mp-wx .xy-card-want {
    font-size: 11px;
    color: #999;
}
.mp-wx .xy-card-seller {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 4px;
}
.mp-wx .xy-card-avatar {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
.mp-wx .xy-card-seller-name {
    font-size: 11px;
    color: #666;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mp-wx .xy-card-credit {
    font-size: 10px;
    color: #ff6a00;
    flex-shrink: 0;
}
.mp-wx .xy-tabbar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 54px;
    display: flex;
    background: #fff;
    border-top: 1px solid #eee;
    z-index: 20;
}
.mp-wx .xy-tabbar-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    position: relative;
    color: #888;
    cursor: pointer;
}
.mp-wx .xy-tabbar-item.is-on {
    color: #111;
}
.mp-wx .xy-tabbar-icon {
    font-size: 18px;
    line-height: 1;
}
.mp-wx .xy-tabbar-text {
    font-size: 10px;
}
.mp-wx .xy-tabbar-badge {
    position: absolute;
    top: 4px;
    right: 18px;
    min-width: 16px;
    height: 16px;
    line-height: 16px;
    padding: 0 4px;
    border-radius: 8px;
    background: #ff4544;
    color: #fff;
    font-size: 10px;
    text-align: center;
}
.mp-wx .xy-tabbar-sell-btn {
    width: 46px;
    height: 46px;
    margin-top: -18px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffe60f, #ffd000);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(255, 230, 15, 0.5);
}
.mp-wx .xy-tabbar-sell-icon {
    font-size: 20px;
}
.mp-wx .xy-tabbar-item--sell .xy-tabbar-text {
    margin-top: 2px;
    font-weight: 600;
    color: #111;
}

.mp-wx .sh-page {
    min-height: 100%;
    background: #f3f4f6;
    padding-bottom: 72px;
}
.mp-wx .sh-page .gallery {
    height: 280px;
    background: #000;
}
.mp-wx .sh-page .gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mp-wx .sh-page .panel {
    background: #fff;
    padding-bottom: 4px;
}
.mp-wx .sh-page .price-row {
    display: flex;
    align-items: center;
    padding: 14px 14px 0;
    gap: 8px;
}
.mp-wx .sh-page .price {
    font-size: 24px;
    font-weight: 700;
    color: #ff4544;
}
.mp-wx .sh-page .status-tag {
    font-size: 12px;
    padding: 2px 8px;
    background: #fff7ed;
    color: #ea580c;
    border-radius: 4px;
}
.mp-wx .sh-page .title {
    padding: 8px 14px 0;
    font-size: 17px;
    font-weight: 600;
    color: #111;
}
.mp-wx .sh-page .desc {
    padding: 8px 14px;
    font-size: 14px;
    color: #374151;
    line-height: 1.6;
}
.mp-wx .sh-page .loc-block {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin: 4px 14px 12px;
    padding: 10px;
    background: #f9fafb;
    border-radius: 6px;
}
.mp-wx .sh-page .loc-block__label {
    display: block;
    font-size: 11px;
    color: #9ca3af;
    margin-bottom: 2px;
}
.mp-wx .sh-page .seller {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 14px;
    margin-top: 8px;
    background: #fff;
    cursor: pointer;
}
.mp-wx .sh-page .seller__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}
.mp-wx .sh-page .seller__main {
    flex: 1;
}
.mp-wx .sh-page .seller__name {
    display: block;
    font-size: 15px;
    font-weight: 600;
}
.mp-wx .sh-page .seller__count {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    color: #9ca3af;
}
.mp-wx .sh-page .seller__arrow {
    font-size: 18px;
    color: #d1d5db;
}
.mp-wx .sh-page .related {
    margin-top: 8px;
    background: #fff;
    padding: 12px 0 14px;
}
.mp-wx .sh-page .related__head {
    padding: 0 14px 8px;
    font-size: 15px;
    font-weight: 600;
}
.mp-wx .sh-page .related__row {
    display: flex;
    gap: 8px;
    padding: 0 10px;
    overflow-x: auto;
}
.mp-wx .sh-page .related__item {
    width: 110px;
    flex-shrink: 0;
    cursor: pointer;
}
.mp-wx .sh-page .related__img {
    width: 110px;
    height: 110px;
    border-radius: 6px;
    object-fit: cover;
}
.mp-wx .sh-page .related__price {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #ff4544;
}
.mp-wx .sh-page .related__title {
    margin-top: 3px;
    font-size: 12px;
    color: #374151;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mp-wx .sh-page .bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    gap: 8px;
    padding: 8px 12px;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06);
}
.mp-wx .sh-page .bar__btn {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
}
.mp-wx .sh-page .bar__btn--ghost {
    background: #fff;
    color: #374151;
    border: 1px solid #e5e7eb;
}
.mp-wx .sh-page .bar__btn--primary {
    background: #ff4544;
    color: #fff;
}

.mp-wx .sh-confirm {
    min-height: 100%;
    background: #f3f4f6;
    padding-bottom: 72px;
}
.mp-wx .sh-confirm__goods {
    display: flex;
    gap: 10px;
    padding: 12px;
    background: #fff;
    margin-bottom: 8px;
}
.mp-wx .sh-confirm__img {
    width: 90px;
    height: 90px;
    border-radius: 6px;
    object-fit: cover;
}
.mp-wx .sh-confirm__info {
    flex: 1;
    min-width: 0;
}
.mp-wx .sh-confirm__title {
    font-size: 15px;
    color: #111;
    line-height: 1.4;
}
.mp-wx .sh-confirm__price {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #ff4544;
}
.mp-wx .sh-confirm__seller {
    margin-top: 6px;
    font-size: 12px;
    color: #6b7280;
}
.mp-wx .sh-confirm__panel {
    background: #fff;
    margin-bottom: 8px;
    padding: 4px 12px;
}
.mp-wx .sh-confirm__row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f3f4f6;
    font-size: 13px;
}
.mp-wx .sh-confirm__row:last-child {
    border-bottom: none;
}
.mp-wx .sh-confirm__label {
    color: #6b7280;
    flex-shrink: 0;
}
.mp-wx .sh-confirm__value {
    color: #111;
    text-align: right;
    flex: 1;
}
.mp-wx .sh-confirm__tip {
    padding: 0 12px 12px;
    font-size: 12px;
    color: #9ca3af;
    line-height: 1.6;
}
.mp-wx .sh-confirm__bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06);
}
.mp-wx .sh-confirm__total-price {
    font-size: 18px;
    font-weight: 700;
    color: #ff4544;
}
.mp-wx .sh-confirm__btn {
    min-width: 110px;
    padding: 10px 16px;
    border-radius: 20px;
    background: #ff4544;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.mp-wx .sh-orders {
    min-height: 100%;
    background: #f3f4f6;
}
.mp-wx .sh-orders__tabs {
    display: flex;
    background: #fff;
    border-bottom: 1px solid #f3f4f6;
}
.mp-wx .sh-orders__tab {
    flex: 1;
    text-align: center;
    padding: 12px 0;
    font-size: 14px;
    color: #6b7280;
    cursor: pointer;
}
.mp-wx .sh-orders__tab--on {
    color: #ff4544;
    font-weight: 600;
    border-bottom: 2px solid #ff4544;
}
.mp-wx .sh-orders__list {
    padding: 8px 12px;
}
.mp-wx .sh-order {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 8px;
    overflow: hidden;
    cursor: pointer;
}
.mp-wx .sh-order__head {
    display: flex;
    justify-content: space-between;
    padding: 10px 12px 0;
    font-size: 12px;
}
.mp-wx .sh-order__no {
    color: #9ca3af;
}
.mp-wx .sh-order__status {
    color: #ff4544;
}
.mp-wx .sh-order__body {
    display: flex;
    gap: 10px;
    padding: 10px 12px 12px;
}
.mp-wx .sh-order__img {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    object-fit: cover;
}
.mp-wx .sh-order__title {
    font-size: 14px;
    color: #111;
    line-height: 1.4;
}
.mp-wx .sh-order__price {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 700;
    color: #ff4544;
}
.mp-wx .sh-order__meta {
    margin-top: 4px;
    font-size: 11px;
    color: #9ca3af;
}
.mp-wx .sh-orders__empty {
    text-align: center;
    padding: 40px;
    color: #9ca3af;
}

.mp-wx .sh-order-detail {
    min-height: 100%;
    background: #f3f4f6;
    padding-bottom: 72px;
}
.mp-wx .sh-order-detail .panel {
    background: #fff;
    padding: 12px;
    margin-bottom: 8px;
}
.mp-wx .sh-order-detail .status-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.mp-wx .sh-order-detail .status-row__text {
    font-size: 16px;
    font-weight: 600;
    color: #ff4544;
}
.mp-wx .sh-order-detail .status-row__no {
    font-size: 12px;
    color: #9ca3af;
}
.mp-wx .sh-order-detail .goods {
    display: flex;
    gap: 10px;
    cursor: pointer;
}
.mp-wx .sh-order-detail .goods__img {
    width: 80px;
    height: 80px;
    border-radius: 6px;
    object-fit: cover;
}
.mp-wx .sh-order-detail .goods__title {
    font-size: 14px;
    color: #111;
}
.mp-wx .sh-order-detail .goods__price {
    margin-top: 6px;
    font-size: 16px;
    font-weight: 700;
    color: #ff4544;
}
.mp-wx .sh-order-detail .loc {
    margin-top: 12px;
    padding: 10px;
    background: #f9fafb;
    border-radius: 6px;
    font-size: 13px;
    color: #374151;
}
.mp-wx .sh-order-detail .party__row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-top: 1px solid #f3f4f6;
    font-size: 13px;
}
.mp-wx .sh-order-detail .party__label {
    color: #6b7280;
}
.mp-wx .sh-order-detail .bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px 12px;
    background: #fff;
}

.mp-wx .sh-user {
    min-height: 100%;
    background: #f3f4f6;
}
.mp-wx .sh-user__head {
    display: flex;
    gap: 12px;
    padding: 20px 16px;
    background: #fff;
}
.mp-wx .sh-user__avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.mp-wx .sh-user__name {
    font-size: 17px;
    font-weight: 700;
}
.mp-wx .sh-user__credit {
    margin-top: 6px;
    font-size: 12px;
    color: #666;
    display: flex;
    gap: 8px;
}
.mp-wx .sh-user__score {
    color: #ff4544;
    font-weight: 600;
}
.mp-wx .sh-user__stats {
    display: flex;
    background: #fff;
    margin-top: 8px;
    padding: 16px 0;
}
.mp-wx .sh-user__stat {
    flex: 1;
    text-align: center;
    font-size: 12px;
    color: #666;
}
.mp-wx .sh-user__stat-num {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin-bottom: 4px;
}
.mp-wx .sh-user__intro {
    margin-top: 8px;
    padding: 16px;
    background: #fff;
}
.mp-wx .sh-user__intro-head {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}
.mp-wx .sh-user__intro-text {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}
.mp-wx .sh-user__menu {
    margin-top: 8px;
    background: #fff;
}
.mp-wx .sh-user__menu-item {
    padding: 14px 16px;
    border-bottom: 1px solid #f3f4f6;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

/* secondhand publish — align tongcheng/secondhand/publish */
.mp-wx .sh-publish-page {
    min-height: 100%;
    padding-bottom: 24px;
    background: #f2f4f7;
}
.mp-wx .sh-publish-page .tip {
    margin: 10px 12px 0;
    padding: 9px 12px;
    background: #fff7ed;
    color: #c2410c;
    font-size: 13px;
    border-radius: 6px;
    line-height: 1.4;
}
.mp-wx .sh-publish-form.sheet {
    margin: 8px 12px 0;
    background: #fff;
    border-radius: 10px;
    padding-bottom: 16px;
}
.mp-wx .sh-publish-form .section {
    padding: 12px 14px 0;
}
.mp-wx .sh-publish-form .section__head {
    display: flex;
    align-items: baseline;
    margin-bottom: 8px;
}
.mp-wx .sh-publish-form .section__title {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
}
.mp-wx .sh-publish-form .section__hint {
    margin-left: auto;
    font-size: 12px;
    color: #9ca3af;
}
.mp-wx .sh-publish-form .field {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    padding: 0 12px;
    background: #f9fafb;
    border: 0;
    border-radius: 6px;
    font-size: 14px;
    color: #111827;
    outline: none;
}
.mp-wx .sh-publish-form .field--area {
    height: 100px;
    padding: 10px 12px;
    resize: none;
    line-height: 1.5;
}
.mp-wx .sh-publish-form .cat-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.mp-wx .sh-publish-form .cat-chip {
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 13px;
    color: #666;
    background: #f3f4f6;
    cursor: pointer;
}
.mp-wx .sh-publish-form .cat-chip--on {
    color: #fff;
    background: #ff4544;
}
.mp-wx .sh-publish-form .media-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.mp-wx .sh-publish-form .thumb {
    width: 100px;
    height: 100px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.mp-wx .sh-publish-form .thumb__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mp-wx .sh-publish-form .thumb__del {
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    cursor: pointer;
}
.mp-wx .sh-publish-form .thumb--add {
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #d1d5db;
    cursor: pointer;
}
.mp-wx .sh-publish-form .thumb__plus {
    font-size: 32px;
    color: #9ca3af;
    line-height: 1;
}
.mp-wx .sh-publish-form .locate-row {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 0 12px;
    background: #f9fafb;
    border-radius: 6px;
    cursor: pointer;
}
.mp-wx .sh-publish-form .locate-row__text {
    flex: 1;
    font-size: 14px;
    color: #111827;
    min-width: 0;
}
.mp-wx .sh-publish-form .locate-row__text--empty {
    color: #9ca3af;
}
.mp-wx .sh-publish-form .locate-row__arrow {
    color: #9ca3af;
    font-size: 18px;
    margin-left: 8px;
}
.mp-wx .sh-publish-form .btn-publish {
    margin: 20px 14px 0;
    padding: 12px 0;
    background: #ff4544;
    color: #fff;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}

/* ===== 商城确认下单 order-submit ===== */
.mp-wx .ms-page {
    min-height: 100%;
    background: #f5f5f5;
    padding-bottom: 60px;
    box-sizing: border-box;
}
.mp-wx .ms-body { padding-bottom: 12px; }
.mp-wx .ms-address,
.mp-wx .ms-row,
.mp-wx .ms-shop {
    background: #fff;
    padding: 14px 12px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.mp-wx .ms-address { align-items: flex-start; cursor: pointer; }
.mp-wx .ms-address__main { flex: 1; min-width: 0; }
.mp-wx .ms-address__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 14px;
}
.mp-wx .ms-address__name { font-weight: 600; }
.mp-wx .ms-address__detail {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mp-wx .ms-arrow { color: #ccc; font-size: 18px; margin-left: 8px; flex-shrink: 0; }
.mp-wx .ms-row { cursor: pointer; border-bottom: 1px solid #f0f0f0; }
.mp-wx .ms-row--plain { cursor: default; }
.mp-wx .ms-row__label { flex: 1; font-size: 14px; color: #333; }
.mp-wx .ms-row__val { font-size: 14px; color: #666; margin-right: 4px; }
.mp-wx .ms-row__val--price { color: #ff4544; font-weight: 600; }
.mp-wx .ms-shop { flex-direction: column; align-items: flex-start; cursor: default; }
.mp-wx .ms-shop__name { font-size: 14px; font-weight: 600; margin-bottom: 6px; }
.mp-wx .ms-shop__line { font-size: 13px; color: #666; margin-bottom: 4px; }
.mp-wx .ms-mch { background: #fff; margin-bottom: 10px; }
.mp-wx .ms-mch-hd {
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
}
.mp-wx .ms-cart-item {
    padding: 12px;
    border-bottom: 1px solid #f5f5f5;
}
.mp-wx .ms-goods-pic { width: 78px; height: 78px; border-radius: 6px; object-fit: cover; margin-right: 10px; }
.mp-wx .ms-goods-name { font-size: 14px; line-height: 1.4; margin-bottom: 6px; }
.mp-wx .ms-attr-item { font-size: 12px; color: #888; }
.mp-wx .ms-num { font-size: 12px; color: #888; }
.mp-wx .ms-price { font-size: 14px; color: #ff4544; }
.mp-wx .ms-ship-mode {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    border-top: 1px solid #f0f0f0;
}
.mp-wx .ms-ship-tabs { display: flex; gap: 16px; }
.mp-wx .ms-ship-tab {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #666;
    cursor: pointer;
}
.mp-wx .ms-ship-tab--on { color: #ff4544; }
.mp-wx .ms-check {
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 50%;
    position: relative;
}
.mp-wx .ms-ship-tab--on .ms-check { border-color: #ff4544; }
.mp-wx .ms-ship-tab--on .ms-check::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ff4544;
}
.mp-wx .ms-remark {
    flex: 1;
    border: 0;
    outline: none;
    font-size: 14px;
    text-align: right;
    font-family: inherit;
    background: transparent;
}
.mp-wx .ms-bottom-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: #fff;
    border-top: 1px solid #e3e3e3;
    z-index: 100;
}
.mp-wx .ms-bottom-total {
    padding: 0 12px;
    font-size: 14px;
    color: #333;
}
.mp-wx .ms-bottom-money { color: #ff4544; font-weight: 700; font-size: 16px; }
.mp-wx .ms-submit-btn {
    width: 135px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ff4544;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

/* ===== 商城订单详情 order-detail ===== */
.mp-wx .mod-page {
    min-height: 100%;
    background: #f5f5f5;
    padding-bottom: 70px;
    box-sizing: border-box;
}
.mp-wx .mod-status {
    display: flex;
    gap: 14px;
    padding: 18px 14px;
    background: linear-gradient(135deg, #ff6b6b, #ff4544);
    color: #fff;
}
.mp-wx .mod-status__side { text-align: center; flex-shrink: 0; }
.mp-wx .mod-status__icon {
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    font-size: 12px;
    font-weight: 700;
    margin: 0 auto;
}
.mp-wx .mod-status__label { display: block; margin-top: 6px; font-size: 13px; font-weight: 600; }
.mp-wx .mod-status__main { flex: 1; min-width: 0; }
.mp-wx .mod-status__row { display: flex; gap: 10px; font-size: 15px; font-weight: 600; }
.mp-wx .mod-status__addr { margin-top: 8px; font-size: 13px; opacity: 0.92; line-height: 1.5; }
.mp-wx .mod-card {
    background: #fff;
    margin: 10px 12px 0;
    border-radius: 10px;
    padding: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
.mp-wx .mod-card__shop { padding-bottom: 8px; border-bottom: 1px solid #f0f0f0; margin-bottom: 4px; }
.mp-wx .mod-card__shop-name { font-size: 14px; font-weight: 600; }
.mp-wx .mod-goods { padding: 10px 0; border-top: 1px solid #f5f5f5; }
.mp-wx .mod-goods:first-of-type { border-top: 0; }
.mp-wx .mod-goods__pic-wrap { flex-shrink: 0; margin-right: 10px; }
.mp-wx .mod-goods__pic { width: 72px; height: 72px; border-radius: 6px; object-fit: cover; }
.mp-wx .mod-goods__name { font-size: 14px; line-height: 1.4; margin-bottom: 8px; }
.mp-wx .mod-goods__row { justify-content: space-between; font-size: 13px; }
.mp-wx .mod-goods__num { color: #888; }
.mp-wx .mod-goods__price { color: #ff4544; }
.mp-wx .mod-info__row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
    font-size: 13px;
    color: #666;
}
.mp-wx .mod-info__row:last-child { border-bottom: 0; }
.mp-wx .mod-info__row--sum { padding-top: 12px; }
.mp-wx .mod-info__label { color: #999; }
.mp-wx .mod-info__pay { color: #ff4544; font-size: 16px; font-weight: 700; }
.mp-wx .mod-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 8px 12px;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06);
}
.mp-wx .mod-bar__btn {
    min-width: 88px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.mp-wx .mod-bar__btn--ghost { border: 1px solid #ddd; color: #666; }
.mp-wx .mod-bar__btn--primary { background: #ff4544; color: #fff; font-weight: 600; }

/* ---- 多商户本地生活（外卖 + 团购） ---- */
.mp-wx.mm-app { --primary: #ffc300; --secondary: #ff6a00; }
.mp-wx.mm-app .mm-scroll { background: #f5f5f5; }
.mp-wx.mm-app .mm-home { padding-bottom: 72px; }
.mp-wx.mm-app .mm-head {
    padding: 10px 12px 14px;
    background: linear-gradient(180deg, #ffc300 0%, #ffe082 100%);
}
.mp-wx.mm-app .mm-head__loc {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    cursor: pointer;
}
.mp-wx.mm-app .mm-head__loc-arrow { font-size: 12px; opacity: 0.7; }
.mp-wx.mm-app .mm-head__search {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border-radius: 20px;
    padding: 4px 4px 4px 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.mp-wx.mm-app .mm-head__search-ph {
    flex: 1;
    font-size: 13px;
    color: #9ca3af;
}
.mp-wx.mm-app .mm-head__search-btn {
    background: #ffc300;
    color: #1a1a1a;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 16px;
    cursor: pointer;
}
.mp-wx.mm-app .mm-head__icons { display: none; }
.mp-wx.mm-app .mm-nav-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 8px 4px;
    background: #fff;
    border-radius: 0 0 16px 16px;
}
.mp-wx.mm-app .mm-nav-item {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 8px 0;
    position: relative;
    cursor: pointer;
}
.mp-wx.mm-app .mm-nav-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff7ed;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.mp-wx.mm-app .mm-nav-label { font-size: 11px; color: #374151; }
.mp-wx.mm-app .mm-nav-badge {
    position: absolute;
    top: 4px;
    right: 8px;
    background: #ef4444;
    color: #fff;
    font-size: 9px;
    padding: 1px 5px;
    border-radius: 8px;
}
.mp-wx.mm-app .mm-section { margin: 10px 10px 0; }
.mp-wx.mm-app .mm-section-hd {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.mp-wx.mm-app .mm-section-title { font-size: 16px; font-weight: 800; color: #111; }
.mp-wx.mm-app .mm-section-tag {
    font-size: 11px;
    color: #ff6a00;
    background: #fff7ed;
    padding: 2px 8px;
    border-radius: 999px;
}
.mp-wx.mm-app .mm-section-more {
    margin-left: auto;
    font-size: 12px;
    color: #6b7280;
    cursor: pointer;
}
.mp-wx.mm-app .mm-deal-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.mp-wx.mm-app .mm-deal-card {
    width: calc(50% - 4px);
    background: #fff;
    border-radius: 10px;
    padding: 8px;
    box-sizing: border-box;
    cursor: pointer;
}
.mp-wx.mm-app .mm-deal-pic {
    width: 100%;
    height: 72px;
    border-radius: 8px;
    object-fit: cover;
}
.mp-wx.mm-app .mm-deal-name {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mp-wx.mm-app .mm-deal-sub {
    display: block;
    font-size: 10px;
    color: #6b7280;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mp-wx.mm-app .mm-deal-price { margin-top: 6px; display: flex; align-items: baseline; gap: 4px; }
.mp-wx.mm-app .mm-deal-yen { font-size: 11px; color: #ef4444; font-weight: 700; }
.mp-wx.mm-app .mm-deal-num { font-size: 16px; color: #ef4444; font-weight: 800; }
.mp-wx.mm-app .mm-deal-disc { font-size: 10px; color: #ff6a00; background: #fff7ed; padding: 1px 4px; border-radius: 4px; }
.mp-wx.mm-app .mm-store-list { display: flex; flex-direction: column; gap: 10px; }
.mp-wx.mm-app .mm-store-card {
    display: flex;
    gap: 10px;
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    cursor: pointer;
}
.mp-wx.mm-app .mm-store-logo {
    width: 64px;
    height: 64px;
    border-radius: 8px;
    flex-shrink: 0;
    object-fit: cover;
}
.mp-wx.mm-app .mm-store-body { flex: 1; min-width: 0; }
.mp-wx.mm-app .mm-store-name {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #111;
}
.mp-wx.mm-app .mm-store-meta,
.mp-wx.mm-app .mm-store-deliver {
    display: block;
    font-size: 11px;
    color: #6b7280;
    margin-top: 4px;
}
.mp-wx.mm-app .mm-store-card--lg { align-items: center; }
.mp-wx.mm-app .mm-store-arrow { font-size: 20px; color: #d1d5db; }
.mp-wx.mm-app .mm-tag-row { display: flex; gap: 4px; margin-top: 6px; flex-wrap: wrap; }
.mp-wx.mm-app .mm-tag {
    font-size: 10px;
    color: #ff6a00;
    border: 1px solid #fed7aa;
    padding: 1px 6px;
    border-radius: 4px;
}
.mp-wx.mm-app .mm-sub-page { padding: 12px 12px 24px; min-height: 100%; }
.mp-wx.mm-app .mm-sub-head { margin-bottom: 12px; }
.mp-wx.mm-app .mm-sub-title { display: block; font-size: 20px; font-weight: 800; }
.mp-wx.mm-app .mm-sub-sub { display: block; font-size: 12px; color: #6b7280; margin-top: 4px; }
.mp-wx.mm-app .mm-filter-row {
    display: flex;
    gap: 16px;
    margin-bottom: 12px;
    font-size: 13px;
    color: #6b7280;
}
.mp-wx.mm-app .mm-filter.on { color: #111; font-weight: 700; }
.mp-wx.mm-app .mm-tg-page .mm-tg-head {
    background: linear-gradient(135deg, #ff6a00, #ffc300);
    margin: -12px -12px 12px;
    padding: 16px 12px;
    border-radius: 0 0 16px 16px;
}
.mp-wx.mm-app .mm-tg-title { display: block; font-size: 22px; font-weight: 800; color: #fff; }
.mp-wx.mm-app .mm-tg-sub { display: block; font-size: 12px; color: rgba(255,255,255,.9); margin-top: 4px; }
.mp-wx.mm-app .mm-tg-cats {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.mp-wx.mm-app .mm-tg-cat {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    opacity: 0.65;
}
.mp-wx.mm-app .mm-tg-cat.on { opacity: 1; }
.mp-wx.mm-app .mm-tg-cat-emoji { font-size: 24px; }
.mp-wx.mm-app .mm-tg-cat-name { font-size: 11px; color: #374151; }
.mp-wx.mm-app .mm-tg-cat.on .mm-tg-cat-name { color: #ff6a00; font-weight: 700; }
.mp-wx.mm-app .mm-tg-list { display: flex; flex-direction: column; gap: 12px; }
.mp-wx.mm-app .mm-tg-card {
    display: flex;
    gap: 10px;
    background: #fff;
    border-radius: 12px;
    padding: 12px;
    cursor: pointer;
}
.mp-wx.mm-app .mm-tg-pic { width: 88px; height: 88px; border-radius: 8px; flex-shrink: 0; object-fit: cover; }
.mp-wx.mm-app .mm-tg-body { flex: 1; min-width: 0; }
.mp-wx.mm-app .mm-tg-store { display: block; font-size: 15px; font-weight: 700; }
.mp-wx.mm-app .mm-tg-deal { display: block; font-size: 12px; color: #374151; margin-top: 4px; }
.mp-wx.mm-app .mm-tg-note { display: block; font-size: 10px; color: #0d9488; margin-top: 4px; }
.mp-wx.mm-app .mm-tg-meta { display: block; font-size: 11px; color: #9ca3af; margin-top: 6px; }
.mp-wx.mm-app .mm-tg-foot { display: flex; justify-content: space-between; align-items: center; margin-top: 8px; }
.mp-wx.mm-app .mm-tg-price { display: flex; align-items: baseline; gap: 4px; }
.mp-wx.mm-app .mm-tg-yen { font-size: 11px; color: #ef4444; font-weight: 700; }
.mp-wx.mm-app .mm-tg-num { font-size: 18px; color: #ef4444; font-weight: 800; }
.mp-wx.mm-app .mm-tg-disc { font-size: 10px; color: #ff6a00; }
.mp-wx.mm-app .mm-tg-btn {
    background: linear-gradient(135deg, #ff6a00, #ffc300);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mp-wx.mm-app .mm-shop-page { padding-bottom: 24px; }
.mp-wx.mm-app .mm-shop-cover { width: 100%; height: 160px; object-fit: cover; }
.mp-wx.mm-app .mm-shop-card,
.mp-wx.mm-app .mm-shop-deal {
    background: #fff;
    margin: 10px;
    padding: 14px;
    border-radius: 12px;
}
.mp-wx.mm-app .mm-shop-name { display: block; font-size: 18px; font-weight: 800; }
.mp-wx.mm-app .mm-shop-meta { display: block; font-size: 12px; color: #6b7280; margin-top: 6px; }
.mp-wx.mm-app .mm-shop-deal-title { display: block; font-size: 15px; font-weight: 700; }
.mp-wx.mm-app .mm-shop-deal-note { display: block; font-size: 11px; color: #0d9488; margin-top: 6px; }
.mp-wx.mm-app .mm-shop-price-row { display: flex; align-items: baseline; gap: 8px; margin-top: 12px; }
.mp-wx.mm-app .mm-shop-price { font-size: 24px; color: #ef4444; font-weight: 800; }
.mp-wx.mm-app .mm-shop-origin { font-size: 12px; color: #9ca3af; text-decoration: line-through; }
.mp-wx.mm-app .mm-shop-disc { font-size: 11px; color: #ff6a00; }
.mp-wx.mm-app .mm-shop-buy {
    margin-top: 16px;
    background: linear-gradient(135deg, #ff6a00, #ffc300);
    color: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
.mp-wx.mm-app .mm-menu-page { min-height: 100%; padding-bottom: 80px; }
.mp-wx.mm-app .mm-menu-store {
    display: flex;
    gap: 10px;
    padding: 12px;
    background: #fff;
    border-bottom: 1px solid #f3f4f6;
}
.mp-wx.mm-app .mm-menu-logo { width: 48px; height: 48px; border-radius: 8px; }
.mp-wx.mm-app .mm-menu-name { display: block; font-size: 15px; font-weight: 700; }
.mp-wx.mm-app .mm-menu-meta { display: block; font-size: 11px; color: #6b7280; margin-top: 4px; }
.mp-wx.mm-app .mm-menu-mode {
    display: flex;
    gap: 8px;
    padding: 8px 12px;
    background: #fff;
}
.mp-wx.mm-app .mm-submit-btn { background: #ffc300 !important; color: #1a1a1a !important; }
.mp-wx.mm-app .mm-order-page { padding: 0 0 72px; }
.mp-wx.mm-app .mm-order-tabs {
    display: flex;
    overflow-x: auto;
    background: #fff;
    padding: 0 8px;
    border-bottom: 1px solid #f3f4f6;
}
.mp-wx.mm-app .mm-order-tab {
    flex-shrink: 0;
    padding: 12px 10px;
    font-size: 13px;
    color: #6b7280;
    cursor: pointer;
}
.mp-wx.mm-app .mm-order-tab.on { color: #ff6a00; font-weight: 700; border-bottom: 2px solid #ffc300; }
.mp-wx.mm-app .mm-order-list { padding: 10px; display: flex; flex-direction: column; gap: 10px; }
.mp-wx.mm-app .mm-order-card {
    background: #fff;
    border-radius: 12px;
    padding: 12px;
}
.mp-wx.mm-app .mm-order-hd { display: flex; justify-content: space-between; margin-bottom: 8px; }
.mp-wx.mm-app .mm-order-type {
    font-size: 11px;
    color: #ff6a00;
    background: #fff7ed;
    padding: 2px 8px;
    border-radius: 4px;
}
.mp-wx.mm-app .mm-order-st { font-size: 12px; color: #ff6a00; font-weight: 600; }
.mp-wx.mm-app .mm-order-store { display: block; font-size: 14px; font-weight: 700; }
.mp-wx.mm-app .mm-order-goods { display: block; font-size: 12px; color: #6b7280; margin-top: 4px; }
.mp-wx.mm-app .mm-order-ft { display: flex; justify-content: space-between; margin-top: 10px; font-size: 12px; color: #9ca3af; }
.mp-wx.mm-app .mm-order-pay { color: #ef4444; font-weight: 700; font-size: 14px; }
.mp-wx.mm-app .mm-mine-page { padding-bottom: 72px; }
.mp-wx.mm-app .mm-mine-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 24px 16px;
    background: linear-gradient(135deg, #ffc300, #ffe082);
}
.mp-wx.mm-app .mm-mine-avatar { width: 56px; height: 56px; border-radius: 50%; }
.mp-wx.mm-app .mm-mine-name { display: block; font-size: 17px; font-weight: 800; }
.mp-wx.mm-app .mm-mine-sub { display: block; font-size: 12px; color: #6b7280; margin-top: 4px; }
.mp-wx.mm-app .mm-mine-login {
    margin-left: auto;
    background: #fff;
    padding: 6px 14px;
    border-radius: 16px;
    font-size: 13px;
    cursor: pointer;
}
.mp-wx.mm-app .mm-mine-panel {
    margin: 12px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}
.mp-wx.mm-app .mm-mine-cell {
    padding: 14px 16px;
    font-size: 14px;
    border-bottom: 1px solid #f3f4f6;
    cursor: pointer;
}
.mp-wx.mm-app .mm-empty {
    text-align: center;
    padding: 40px 0;
    color: #9ca3af;
    font-size: 13px;
}

/* ---- 外卖列表推荐 ---- */
.mp-wx.mm-app .mm-wm-page { padding-bottom: 24px; background: #f5f5f5; }
.mp-wx.mm-app .mm-wm-top { background: linear-gradient(180deg, #ffc300 0%, #fff7ed 100%); padding-bottom: 12px; }
.mp-wx.mm-app .mm-wm-search {
    display: flex; align-items: center; gap: 8px;
    margin: 0 12px 12px; padding: 0 14px; height: 36px;
    background: #fff; border-radius: 18px; box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.mp-wx.mm-app .mm-wm-search-ph { font-size: 13px; color: #9ca3af; }
.mp-wx.mm-app .mm-wm-banner {
    margin: 0 12px 12px; padding: 16px; border-radius: 14px;
    background: linear-gradient(135deg, #ff6a00, #ffc300);
    box-shadow: 0 8px 20px rgba(255,106,0,.25);
}
.mp-wx.mm-app .mm-wm-banner-tag {
    display: inline-block; font-size: 11px; color: #fff; background: rgba(0,0,0,.12);
    padding: 2px 8px; border-radius: 999px; margin-bottom: 8px;
}
.mp-wx.mm-app .mm-wm-banner-title { display: block; font-size: 18px; font-weight: 800; color: #fff; }
.mp-wx.mm-app .mm-wm-banner-sub { display: block; font-size: 12px; color: rgba(255,255,255,.9); margin-top: 4px; }
.mp-wx.mm-app .mm-wm-brands { padding: 0 12px 8px; }
.mp-wx.mm-app .mm-wm-brands-label { font-size: 12px; color: #6b7280; margin-bottom: 8px; display: block; }
.mp-wx.mm-app .mm-wm-brands-scroll { display: flex; gap: 12px; overflow-x: auto; padding-bottom: 4px; }
.mp-wx.mm-app .mm-wm-brand {
    flex-shrink: 0; display: flex; flex-direction: column; align-items: center; gap: 6px; cursor: pointer;
}
.mp-wx.mm-app .mm-wm-brand-logo { width: 48px; height: 48px; border-radius: 50%; border: 2px solid #fff; box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.mp-wx.mm-app .mm-wm-brand-name { font-size: 11px; color: #374151; }
.mp-wx.mm-app .mm-wm-section { margin: 10px 12px 0; }
.mp-wx.mm-app .mm-wm-section-hd { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.mp-wx.mm-app .mm-wm-section-title { font-size: 15px; font-weight: 800; color: #111; }
.mp-wx.mm-app .mm-wm-section-count { margin-left: auto; font-size: 12px; color: #9ca3af; }
.mp-wx.mm-app .mm-wm-hot-scroll { display: flex; gap: 10px; overflow-x: auto; padding-bottom: 4px; }
.mp-wx.mm-app .mm-wm-hot-card {
    flex-shrink: 0; width: 120px; background: #fff; border-radius: 12px; padding: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,.05); cursor: pointer;
}
.mp-wx.mm-app .mm-wm-hot-pic { width: 100%; height: 72px; border-radius: 8px; object-fit: cover; }
.mp-wx.mm-app .mm-wm-hot-name { display: block; font-size: 12px; font-weight: 700; margin-top: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mp-wx.mm-app .mm-wm-hot-store { display: block; font-size: 10px; color: #9ca3af; margin-top: 2px; }
.mp-wx.mm-app .mm-wm-hot-foot { display: flex; justify-content: space-between; margin-top: 6px; align-items: baseline; }
.mp-wx.mm-app .mm-wm-hot-price { font-size: 14px; font-weight: 800; color: #ef4444; }
.mp-wx.mm-app .mm-wm-hot-sales { font-size: 10px; color: #9ca3af; }
.mp-wx.mm-app .mm-wm-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; }
.mp-wx.mm-app .mm-wm-filter {
    font-size: 12px; color: #6b7280; background: #fff; padding: 6px 12px; border-radius: 999px; cursor: pointer;
}
.mp-wx.mm-app .mm-wm-filter.on { background: #fff7ed; color: #ff6a00; font-weight: 700; border: 1px solid #fed7aa; }
.mp-wx.mm-app .mm-wm-store-list { display: flex; flex-direction: column; gap: 10px; }
.mp-wx.mm-app .mm-wm-store {
    position: relative; display: flex; gap: 10px; align-items: center;
    background: #fff; border-radius: 12px; padding: 12px; cursor: pointer;
    box-shadow: 0 2px 10px rgba(0,0,0,.04);
}
.mp-wx.mm-app .mm-wm-store--featured { border: 1px solid #fed7aa; background: linear-gradient(180deg, #fffbeb, #fff); }
.mp-wx.mm-app .mm-wm-store-logo { width: 72px; height: 72px; border-radius: 10px; flex-shrink: 0; object-fit: cover; }
.mp-wx.mm-app .mm-wm-store-body { flex: 1; min-width: 0; }
.mp-wx.mm-app .mm-wm-store-name { display: block; font-size: 15px; font-weight: 700; color: #111; }
.mp-wx.mm-app .mm-wm-store-meta, .mp-wx.mm-app .mm-wm-store-deliver { display: block; font-size: 11px; color: #6b7280; margin-top: 4px; }
.mp-wx.mm-app .mm-wm-rank {
    position: absolute; top: 8px; left: 8px; z-index: 1;
    font-size: 10px; font-weight: 800; color: #fff; background: #ff6a00; padding: 2px 6px; border-radius: 4px;
}
.mp-wx.mm-app .mm-wm-rec-tag {
    position: absolute; top: 8px; right: 28px; z-index: 1;
    font-size: 10px; color: #ff6a00; background: #fff7ed; padding: 2px 6px; border-radius: 4px; border: 1px solid #fed7aa;
}
.mp-wx.mm-app .mm-wm-coupon-row { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 6px; }
.mp-wx.mm-app .mm-wm-coupon { font-size: 10px; color: #ef4444; border: 1px solid #fecaca; padding: 1px 6px; border-radius: 4px; }

/* ---- shopDetails / 外卖菜单预览（独立布局，避免 mp-wx menu-box 冲突） ---- */
.mp-wx.mm-app .mp-wx-body--dock,
.mp-wx.fd-app .mp-wx-body--dock {
    display: flex;
    flex-direction: column;
}
.mp-wx.mm-app .mp-wx-body--dock .mp-wx-scroll.mm-scroll--dock,
.mp-wx.fd-app .mp-wx-body--dock .mp-wx-scroll.fd-scroll--dock {
    flex: 1;
    min-height: 0;
    overflow: auto;
}
.mp-wx.mm-app .mm-food-menu,
.mp-wx.fd-app .mm-food-menu {
    background: #f5f6f8;
    padding-bottom: 8px;
}
.mp-wx.mm-app .mm-food-menu__banner,
.mp-wx.fd-app .mm-food-menu__banner {
    padding: 10px 12px 0;
}
.mp-wx.mm-app .mm-food-menu__banner-img,
.mp-wx.fd-app .mm-food-menu__banner-img {
    width: 100%;
    height: 96px;
    border-radius: 8px;
    object-fit: cover;
    display: block;
}
.mp-wx.mm-app .mm-food-menu__body,
.mp-wx.fd-app .mm-food-menu__body {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    border-top: 1px solid #eceef1;
    min-height: 320px;
}
.mp-wx.mm-app .mm-food-menu__cates,
.mp-wx.fd-app .mm-food-menu__cates {
    width: 88px;
    flex-shrink: 0;
    background: #f3f4f6;
    align-self: flex-start;
}
.mp-wx.mm-app .mm-food-menu__cate,
.mp-wx.fd-app .mm-food-menu__cate {
    padding: 14px 8px;
    font-size: 12px;
    line-height: 1.35;
    text-align: center;
    color: #666;
    cursor: pointer;
    border-left: 3px solid transparent;
    background: #f3f4f6;
}
.mp-wx.mm-app .mm-food-menu__cate--on,
.mp-wx.fd-app .mm-food-menu__cate--on {
    background: #fff;
    color: #ff6a00;
    font-weight: 600;
    border-left-color: #ff6a00;
}
.mp-wx.mm-app .mm-food-menu__list,
.mp-wx.fd-app .mm-food-menu__list {
    flex: 1;
    min-width: 0;
    background: #f5f6f8;
    padding: 0 10px 12px;
}
.mp-wx.mm-app .mm-food-menu__list-title,
.mp-wx.fd-app .mm-food-menu__list-title {
    padding: 10px 4px 8px;
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
}
.mp-wx.mm-app .mm-food-menu__item,
.mp-wx.fd-app .mm-food-menu__item {
    display: flex;
    gap: 10px;
    padding: 10px;
    margin-bottom: 8px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.mp-wx.mm-app .mm-food-menu__pic,
.mp-wx.fd-app .mm-food-menu__pic {
    width: 72px;
    height: 72px;
    border-radius: 6px;
    flex-shrink: 0;
    object-fit: cover;
}
.mp-wx.mm-app .mm-food-menu__info,
.mp-wx.fd-app .mm-food-menu__info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 72px;
}
.mp-wx.mm-app .mm-food-menu__name,
.mp-wx.fd-app .mm-food-menu__name {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mp-wx.mm-app .mm-food-menu__sub,
.mp-wx.fd-app .mm-food-menu__sub {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    color: #999;
    line-height: 1.4;
}
.mp-wx.mm-app .mm-food-menu__foot,
.mp-wx.fd-app .mm-food-menu__foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    gap: 8px;
}
.mp-wx.mm-app .mm-food-menu__price,
.mp-wx.fd-app .mm-food-menu__price {
    font-size: 15px;
    font-weight: 700;
    color: #f63536;
    white-space: nowrap;
}
.mp-wx.mm-app .mm-food-menu__yen { font-size: 12px; }
.mp-wx.fd-app .mm-food-menu__yen { font-size: 12px; }
.mp-wx.mm-app .mm-food-menu__origin,
.mp-wx.fd-app .mm-food-menu__origin {
    margin-left: 6px;
    font-size: 11px;
    color: #bbb;
    text-decoration: line-through;
    font-weight: 400;
}
.mp-wx.mm-app .mm-food-menu__ctrl,
.mp-wx.fd-app .mm-food-menu__ctrl {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}
.mp-wx.mm-app .mm-food-menu__minus,
.mp-wx.fd-app .mm-food-menu__minus,
.mp-wx.mm-app .mm-food-menu__plus,
.mp-wx.fd-app .mm-food-menu__plus {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    cursor: pointer;
    flex-shrink: 0;
}
.mp-wx.mm-app .mm-food-menu__minus,
.mp-wx.fd-app .mm-food-menu__minus {
    border: 1px solid #ddd;
    color: #666;
    background: #fff;
}
.mp-wx.mm-app .mm-food-menu__plus,
.mp-wx.fd-app .mm-food-menu__plus {
    background: #ff6a00;
    color: #fff;
    box-shadow: 0 2px 6px rgba(255, 106, 0, 0.35);
}
.mp-wx.mm-app .mm-food-menu__qty,
.mp-wx.fd-app .mm-food-menu__qty {
    min-width: 18px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}
.mp-wx.mm-app .mm-food-cart-dock,
.mp-wx.fd-app .mm-food-cart-dock {
    flex-shrink: 0;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.08);
    z-index: 1002;
}
.mp-wx.mm-app .mm-food-cart-dock__inner,
.mp-wx.fd-app .mm-food-cart-dock__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    min-height: 54px;
    box-sizing: border-box;
}
.mp-wx.mm-app .mm-food-cart-dock__left,
.mp-wx.fd-app .mm-food-cart-dock__left {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 0;
    gap: 8px;
}
.mp-wx.mm-app .mm-food-cart-dock__icon,
.mp-wx.fd-app .mm-food-cart-dock__icon {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6a00, #ea580c);
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.mp-wx.mm-app .mm-food-cart-dock__badge,
.mp-wx.fd-app .mm-food-cart-dock__badge {
    position: absolute;
    top: -2px;
    right: -2px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    border-radius: 8px;
    background: #f63536;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
}
.mp-wx.mm-app .mm-food-cart-dock__label,
.mp-wx.fd-app .mm-food-cart-dock__label {
    font-size: 13px;
    color: #333;
}
.mp-wx.mm-app .mm-food-cart-dock__total,
.mp-wx.fd-app .mm-food-cart-dock__total {
    font-size: 16px;
    font-weight: 700;
    color: #f63536;
}
.mp-wx.mm-app .mm-food-cart-dock__hint,
.mp-wx.fd-app .mm-food-cart-dock__hint {
    font-size: 12px;
    color: #999;
}
.mp-wx.mm-app .mm-food-cart-dock__btn,
.mp-wx.fd-app .mm-food-cart-dock__btn {
    flex-shrink: 0;
    padding: 0 18px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    background: linear-gradient(135deg, #ff6a00, #ea580c);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}
.mp-wx.mm-app .mm-food-cart-dock__btn--disabled,
.mp-wx.fd-app .mm-food-cart-dock__btn--disabled {
    background: #ccc;
    cursor: default;
}
.mp-wx.mm-app .mm-shop-details,
.mp-wx.fd-app .mm-shop-details {
    min-height: 100%;
    box-sizing: border-box;
}
.mp-wx.mm-app .mm-shop-details .shop-details-inner { padding-bottom: 0; }
.mp-wx.fd-app .mm-shop-details .shop-details-inner { padding-bottom: 0; }
.mp-wx.mm-app .mm-stars { color: #ffc300; font-size: 12px; letter-spacing: 1px; }
.mp-wx.fd-app .mm-stars { color: #ffc300; font-size: 12px; letter-spacing: 1px; }
.mp-wx.mm-app .mm-shop-details .display_row_between_no_center,
.mp-wx.fd-app .mm-shop-details .display_row_between_no_center,
.mp-wx.mm-app .mm-shop-details .display_column_no,
.mp-wx.fd-app .mm-shop-details .display_column_no,
.mp-wx.mm-app .mm-shop-details .display_row,
.mp-wx.fd-app .mm-shop-details .display_row,
.mp-wx.mm-app .mm-shop-details .display_row_end,
.mp-wx.fd-app .mm-shop-details .display_row_end,
.mp-wx.mm-app .mm-shop-details .display_row_start,
.mp-wx.fd-app .mm-shop-details .display_row_start,
.mp-wx.mm-app .mm-shop-details .display_noAllrow,
.mp-wx.fd-app .mm-shop-details .display_noAllrow,
.mp-wx.mm-app .mm-shop-details .display_row_end_jbetween,
.mp-wx.fd-app .mm-shop-details .display_row_end_jbetween,
.mp-wx.mm-app .mm-shop-details .display_column_between_no_content,
.mp-wx.fd-app .mm-shop-details .display_column_between_no_content,
.mp-wx.mm-app .mm-shop-details .flex_foll { display: flex; }
.mp-wx.fd-app .mm-shop-details .flex_foll { display: flex; }
.mp-wx.mm-app .mm-shop-details .display_row_between_no_center { justify-content: space-between; align-items: flex-start; }
.mp-wx.fd-app .mm-shop-details .display_row_between_no_center { justify-content: space-between; align-items: flex-start; }
.mp-wx.mm-app .mm-shop-details .display_column_no { flex-direction: column; }
.mp-wx.fd-app .mm-shop-details .display_column_no { flex-direction: column; }
.mp-wx.mm-app .mm-shop-details .display_row_end { align-items: center; flex-wrap: wrap; }
.mp-wx.fd-app .mm-shop-details .display_row_end { align-items: center; flex-wrap: wrap; }
.mp-wx.mm-app .mm-shop-details .display_row_end_jbetween { justify-content: space-between; align-items: flex-end; width: 100%; }
.mp-wx.fd-app .mm-shop-details .display_row_end_jbetween { justify-content: space-between; align-items: flex-end; width: 100%; }
.mp-wx.mm-app .mm-shop-details .display_column_between_no_content { flex-direction: column; justify-content: space-between; flex: 1; min-height: 120px; }
.mp-wx.fd-app .mm-shop-details .display_column_between_no_content { flex-direction: column; justify-content: space-between; flex: 1; min-height: 120px; }
.mp-wx.mm-app .mm-shop-details .flex_foll { flex: 1; min-width: 0; }
.mp-wx.fd-app .mm-shop-details .flex_foll { flex: 1; min-width: 0; }
.mp-wx.mm-app .mm-shop-details .width-full { width: 100%; }
.mp-wx.fd-app .mm-shop-details .width-full { width: 100%; }
.mp-wx.mm-app .mm-shop-details .all-margin-left-30 { margin-left: 12px; }
.mp-wx.fd-app .mm-shop-details .all-margin-left-30 { margin-left: 12px; }
.mp-wx.mm-app .mm-shop-details .all-margin-right-10 { margin-right: 6px; }
.mp-wx.fd-app .mm-shop-details .all-margin-right-10 { margin-right: 6px; }
.mp-wx.mm-app .mm-shop-details .all-padding-l-r-20 { padding-left: 10px; padding-right: 10px; }
.mp-wx.fd-app .mm-shop-details .all-padding-l-r-20 { padding-left: 10px; padding-right: 10px; }
.mp-wx.mm-app .mm-shop-details .all-padding-t-d-20 { padding-top: 10px; padding-bottom: 10px; }
.mp-wx.fd-app .mm-shop-details .all-padding-t-d-20 { padding-top: 10px; padding-bottom: 10px; }
.mp-wx.mm-app .mm-shop-details .all-padding-right-20 { padding-right: 10px; }
.mp-wx.fd-app .mm-shop-details .all-padding-right-20 { padding-right: 10px; }
.mp-wx.mm-app .mm-shop-details .all-margin-right-40 { margin-right: 20px; }
.mp-wx.fd-app .mm-shop-details .all-margin-right-40 { margin-right: 20px; }
.mp-wx.mm-app .mm-shop-details .all-padding-l-r-25 { padding-left: 12px; padding-right: 12px; }
.mp-wx.fd-app .mm-shop-details .all-padding-l-r-25 { padding-left: 12px; padding-right: 12px; }
.mp-wx.mm-app .mm-shop-details .all-margin-left-20 { margin-left: 10px; }
.mp-wx.fd-app .mm-shop-details .all-margin-left-20 { margin-left: 10px; }
.mp-wx.mm-app .mm-shop-details .all-margin-bottom-20 { margin-bottom: 10px; }
.mp-wx.fd-app .mm-shop-details .all-margin-bottom-20 { margin-bottom: 10px; }
.mp-wx.mm-app .mm-shop-details .all-padding-top-10 { padding-top: 5px; }
.mp-wx.fd-app .mm-shop-details .all-padding-top-10 { padding-top: 5px; }
.mp-wx.mm-app .mm-shop-details .all-padding-l-r-15 { padding-left: 8px; padding-right: 8px; }
.mp-wx.fd-app .mm-shop-details .all-padding-l-r-15 { padding-left: 8px; padding-right: 8px; }
.mp-wx.mm-app .mm-shop-details .all-padding-t-d-15 { padding-top: 8px; padding-bottom: 8px; }
.mp-wx.fd-app .mm-shop-details .all-padding-t-d-15 { padding-top: 8px; padding-bottom: 8px; }
.mp-wx.mm-app .mm-shop-details .all-margin-left-10 { margin-left: 6px; }
.mp-wx.fd-app .mm-shop-details .all-margin-left-10 { margin-left: 6px; }
.mp-wx.mm-app .mm-shop-details .text-size-24 { font-size: 12px; }
.mp-wx.fd-app .mm-shop-details .text-size-24 { font-size: 12px; }
.mp-wx.mm-app .mm-shop-details .text-size-22 { font-size: 11px; }
.mp-wx.fd-app .mm-shop-details .text-size-22 { font-size: 11px; }
.mp-wx.mm-app .mm-shop-details .text-color-999 { color: #999; }
.mp-wx.fd-app .mm-shop-details .text-color-999 { color: #999; }
.mp-wx.mm-app .mm-shop-details .text-color-FFA100 { color: #ffa100; }
.mp-wx.fd-app .mm-shop-details .text-color-FFA100 { color: #ffa100; }
.mp-wx.mm-app .mm-shop-details .text-color-F63536 { color: #f63536; }
.mp-wx.fd-app .mm-shop-details .text-color-F63536 { color: #f63536; }
.mp-wx.mm-app .mm-shop-details .text-weight-bold { font-weight: 700; }
.mp-wx.fd-app .mm-shop-details .text-weight-bold { font-weight: 700; }
.mp-wx.mm-app .mm-shop-details .position-relative { position: relative; }
.mp-wx.fd-app .mm-shop-details .position-relative { position: relative; }
.mp-wx.mm-app .mm-shop-details .content_column { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.mp-wx.fd-app .mm-shop-details .content_column { display: flex; flex-direction: column; align-items: center; justify-content: center; }
.mp-wx.mm-app .mm-shop-details .shop-coupon-bar { display: flex; align-items: center; margin: 0 15px; }
.mp-wx.fd-app .mm-shop-details .shop-coupon-bar { display: flex; align-items: center; margin: 0 15px; }
.mp-wx.mm-app .mm-shop-details .shop-coupon-scroll { display: flex; gap: 8px; overflow-x: auto; padding: 6px 0; }
.mp-wx.fd-app .mm-shop-details .shop-coupon-scroll { display: flex; gap: 8px; overflow-x: auto; padding: 6px 0; }
.mp-wx.mm-app .mm-shop-details .shop-coupon-chip { display: inline-block; flex-shrink: 0; }
.mp-wx.fd-app .mm-shop-details .shop-coupon-chip { display: inline-block; flex-shrink: 0; }

/* ---- 团购 shop_index / 家政 Housekeeping 店铺页 ---- */
.mp-wx.mm-app .mm-tg-shop { background: #f4f5f7; min-height: 100%; }
.mp-wx.fd-app .mm-tg-shop { background: #f4f5f7; min-height: 100%; }
.mp-wx.mm-app .mm-tg-shop .tg-hero { position: relative; height: 180px; background: #e5e5e5; }
.mp-wx.fd-app .mm-tg-shop .tg-hero { position: relative; height: 180px; background: #e5e5e5; }
.mp-wx.mm-app .mm-tg-shop .tg-hero-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mp-wx.fd-app .mm-tg-shop .tg-hero-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mp-wx.mm-app .mm-tg-shop .tg-hero-mask { position: absolute; left: 0; right: 0; bottom: 0; height: 60px; background: linear-gradient(180deg, transparent, rgba(0,0,0,.35)); }
.mp-wx.fd-app .mm-tg-shop .tg-hero-mask { position: absolute; left: 0; right: 0; bottom: 0; height: 60px; background: linear-gradient(180deg, transparent, rgba(0,0,0,.35)); }
.mp-wx.mm-app .mm-tg-shop .tg-main { position: relative; margin-top: -50px; z-index: 2; padding: 0 12px 20px; }
.mp-wx.fd-app .mm-tg-shop .tg-main { position: relative; margin-top: -50px; z-index: 2; padding: 0 12px 20px; }
.mp-wx.mm-app .mm-tg-shop .tg-card { background: #fff; border-radius: 10px; box-shadow: 0 6px 20px rgba(0,0,0,.08); margin-bottom: 10px; }
.mp-wx.fd-app .mm-tg-shop .tg-card { background: #fff; border-radius: 10px; box-shadow: 0 6px 20px rgba(0,0,0,.08); margin-bottom: 10px; }
.mp-wx.mm-app .mm-tg-shop .tg-store-head { padding: 14px 12px 8px; }
.mp-wx.fd-app .mm-tg-shop .tg-store-head { padding: 14px 12px 8px; }
.mp-wx.mm-app .mm-tg-shop .tg-store-name { font-size: 20px; font-weight: 700; color: #1a1a1a; }
.mp-wx.fd-app .mm-tg-shop .tg-store-name { font-size: 20px; font-weight: 700; color: #1a1a1a; }
.mp-wx.mm-app .mm-tg-shop .tg-store-meta { margin-top: 6px; font-size: 12px; color: #666; }
.mp-wx.fd-app .mm-tg-shop .tg-store-meta { margin-top: 6px; font-size: 12px; color: #666; }
.mp-wx.mm-app .mm-tg-shop .tg-rate { color: #ff6a00; font-weight: 600; margin-right: 8px; }
.mp-wx.fd-app .mm-tg-shop .tg-rate { color: #ff6a00; font-weight: 600; margin-right: 8px; }
.mp-wx.mm-app .mm-tg-shop .tg-meta-item { margin-right: 8px; }
.mp-wx.fd-app .mm-tg-shop .tg-meta-item { margin-right: 8px; }
.mp-wx.mm-app .mm-tg-shop .tg-notice { display: flex; align-items: center; gap: 6px; margin-top: 8px; padding: 6px 8px; background: #fff7ed; border-radius: 6px; font-size: 12px; }
.mp-wx.fd-app .mm-tg-shop .tg-notice { display: flex; align-items: center; gap: 6px; margin-top: 8px; padding: 6px 8px; background: #fff7ed; border-radius: 6px; font-size: 12px; }
.mp-wx.mm-app .mm-tg-shop .tg-notice-tag { color: #ff6a00; font-weight: 600; }
.mp-wx.fd-app .mm-tg-shop .tg-notice-tag { color: #ff6a00; font-weight: 600; }
.mp-wx.mm-app .mm-tg-shop .tg-store-sub { padding: 0 12px 8px; font-size: 12px; color: #666; }
.mp-wx.fd-app .mm-tg-shop .tg-store-sub { padding: 0 12px 8px; font-size: 12px; color: #666; }
.mp-wx.mm-app .mm-tg-shop .tg-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #ccc; margin-right: 4px; }
.mp-wx.fd-app .mm-tg-shop .tg-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #ccc; margin-right: 4px; }
.mp-wx.mm-app .mm-tg-shop .tg-dot--on { background: #22c55e; }
.mp-wx.fd-app .mm-tg-shop .tg-dot--on { background: #22c55e; }
.mp-wx.mm-app .mm-tg-shop .tg-split { margin: 0 6px; color: #ddd; }
.mp-wx.fd-app .mm-tg-shop .tg-split { margin: 0 6px; color: #ddd; }
.mp-wx.mm-app .mm-tg-shop .tg-address-row { padding: 8px 12px 12px; border-top: 1px solid #f0f0f0; }
.mp-wx.fd-app .mm-tg-shop .tg-address-row { padding: 8px 12px 12px; border-top: 1px solid #f0f0f0; }
.mp-wx.mm-app .mm-tg-shop .tg-addr-txt { font-size: 12px; color: #666; }
.mp-wx.fd-app .mm-tg-shop .tg-addr-txt { font-size: 12px; color: #666; }
.mp-wx.mm-app .mm-tg-shop .tg-tabs { display: flex; background: #fff; border-radius: 10px 10px 0 0; padding: 0 8px; border-bottom: 1px solid #f0f0f0; }
.mp-wx.fd-app .mm-tg-shop .tg-tabs { display: flex; background: #fff; border-radius: 10px 10px 0 0; padding: 0 8px; border-bottom: 1px solid #f0f0f0; }
.mp-wx.mm-app .mm-tg-shop .tg-tab { flex: 1; text-align: center; padding: 12px 4px; font-size: 13px; color: #666; cursor: pointer; }
.mp-wx.fd-app .mm-tg-shop .tg-tab { flex: 1; text-align: center; padding: 12px 4px; font-size: 13px; color: #666; cursor: pointer; }
.mp-wx.mm-app .mm-tg-shop .tg-tab--on { color: #ff6a00; font-weight: 600; border-bottom: 2px solid #ff6a00; }
.mp-wx.fd-app .mm-tg-shop .tg-tab--on { color: #ff6a00; font-weight: 600; border-bottom: 2px solid #ff6a00; }
.mp-wx.mm-app .mm-tg-shop .tg-scroll-pad { background: #fff; border-radius: 0 0 10px 10px; padding: 10px 12px 16px; }
.mp-wx.fd-app .mm-tg-shop .tg-scroll-pad { background: #fff; border-radius: 0 0 10px 10px; padding: 10px 12px 16px; }
.mp-wx.mm-app .mm-tg-shop .tg-block-title { font-size: 15px; font-weight: 600; }
.mp-wx.fd-app .mm-tg-shop .tg-block-title { font-size: 15px; font-weight: 600; }
.mp-wx.mm-app .mm-tg-shop .tg-deal-row { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid #f5f5f5; cursor: pointer; }
.mp-wx.fd-app .mm-tg-shop .tg-deal-row { display: flex; align-items: center; gap: 10px; padding: 10px 0; border-bottom: 1px solid #f5f5f5; cursor: pointer; }
.mp-wx.mm-app .mm-tg-shop .tg-deal-img { width: 72px; height: 72px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.mp-wx.fd-app .mm-tg-shop .tg-deal-img { width: 72px; height: 72px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.mp-wx.mm-app .mm-tg-shop .tg-deal-body { flex: 1; min-width: 0; }
.mp-wx.fd-app .mm-tg-shop .tg-deal-body { flex: 1; min-width: 0; }
.mp-wx.mm-app .mm-tg-shop .tg-deal-name { font-size: 14px; font-weight: 600; line-height: 1.35; }
.mp-wx.fd-app .mm-tg-shop .tg-deal-name { font-size: 14px; font-weight: 600; line-height: 1.35; }
.mp-wx.mm-app .mm-tg-shop .tg-tag { font-size: 10px; padding: 1px 4px; border-radius: 3px; margin-right: 4px; background: #fff1f0; color: #ff4d4f; }
.mp-wx.fd-app .mm-tg-shop .tg-tag { font-size: 10px; padding: 1px 4px; border-radius: 3px; margin-right: 4px; background: #fff1f0; color: #ff4d4f; }
.mp-wx.mm-app .mm-tg-shop .tg-price { color: #ff4d4f; font-weight: 700; font-size: 16px; }
.mp-wx.fd-app .mm-tg-shop .tg-price { color: #ff4d4f; font-weight: 700; font-size: 16px; }
.mp-wx.mm-app .mm-tg-shop .tg-origin { margin-left: 6px; font-size: 11px; color: #bbb; text-decoration: line-through; }
.mp-wx.fd-app .mm-tg-shop .tg-origin { margin-left: 6px; font-size: 11px; color: #bbb; text-decoration: line-through; }
.mp-wx.mm-app .mm-tg-shop .tg-discount { margin-left: 6px; font-size: 11px; color: #ff6a00; }
.mp-wx.fd-app .mm-tg-shop .tg-discount { margin-left: 6px; font-size: 11px; color: #ff6a00; }
.mp-wx.mm-app .mm-tg-shop .tg-sales { display: block; margin-top: 4px; font-size: 11px; color: #999; }
.mp-wx.fd-app .mm-tg-shop .tg-sales { display: block; margin-top: 4px; font-size: 11px; color: #999; }
.mp-wx.mm-app .mm-tg-shop .tg-buy-pill { flex-shrink: 0; padding: 6px 14px; border-radius: 16px; background: linear-gradient(135deg, #ff6a00, #ff4d4f); color: #fff; font-size: 13px; font-weight: 600; }
.mp-wx.fd-app .mm-tg-shop .tg-buy-pill { flex-shrink: 0; padding: 6px 14px; border-radius: 16px; background: linear-gradient(135deg, #ff6a00, #ff4d4f); color: #fff; font-size: 13px; font-weight: 600; }
.mp-wx.mm-app .mm-tg-shop .tg-comment-row { padding: 10px 0; border-bottom: 1px solid #f5f5f5; }
.mp-wx.fd-app .mm-tg-shop .tg-comment-row { padding: 10px 0; border-bottom: 1px solid #f5f5f5; }
.mp-wx.mm-app .mm-tg-shop .tg-comment-user { font-size: 13px; font-weight: 600; }
.mp-wx.fd-app .mm-tg-shop .tg-comment-user { font-size: 13px; font-weight: 600; }
.mp-wx.mm-app .mm-tg-shop .tg-comment-stars { color: #ffc300; font-size: 12px; margin-left: 8px; }
.mp-wx.fd-app .mm-tg-shop .tg-comment-stars { color: #ffc300; font-size: 12px; margin-left: 8px; }
.mp-wx.mm-app .mm-tg-shop .tg-comment-text { display: block; margin-top: 6px; font-size: 12px; color: #666; line-height: 1.5; }
.mp-wx.fd-app .mm-tg-shop .tg-comment-text { display: block; margin-top: 6px; font-size: 12px; color: #666; line-height: 1.5; }
.mp-wx.mm-app .mm-tg-shop .tg-shop-intro { font-size: 13px; color: #666; line-height: 1.6; }
.mp-wx.fd-app .mm-tg-shop .tg-shop-intro { font-size: 13px; color: #666; line-height: 1.6; }
.mp-wx.mm-app .mm-hk-shop { background: #f5f7fa; min-height: 100%; padding-bottom: 20px; }
.mp-wx.fd-app .mm-hk-shop { background: #f5f7fa; min-height: 100%; padding-bottom: 20px; }
.mp-wx.mm-app .mm-hk-shop .hk-mch__hero { position: relative; height: 160px; }
.mp-wx.fd-app .mm-hk-shop .hk-mch__hero { position: relative; height: 160px; }
.mp-wx.mm-app .mm-hk-shop .hk-mch__banner-img { width: 100%; height: 100%; object-fit: cover; }
.mp-wx.fd-app .mm-hk-shop .hk-mch__banner-img { width: 100%; height: 100%; object-fit: cover; }
.mp-wx.mm-app .mm-hk-shop .hk-mch__hero-mask { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.25)); }
.mp-wx.fd-app .mm-hk-shop .hk-mch__hero-mask { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,.25)); }
.mp-wx.mm-app .mm-hk-shop .hk-mch__shop-card { display: flex; gap: 12px; margin: -30px 12px 0; padding: 12px; background: #fff; border-radius: 10px; box-shadow: 0 4px 16px rgba(0,0,0,.08); position: relative; z-index: 2; }
.mp-wx.fd-app .mm-hk-shop .hk-mch__shop-card { display: flex; gap: 12px; margin: -30px 12px 0; padding: 12px; background: #fff; border-radius: 10px; box-shadow: 0 4px 16px rgba(0,0,0,.08); position: relative; z-index: 2; }
.mp-wx.mm-app .mm-hk-shop .hk-mch__shop-logo { width: 56px; height: 56px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.mp-wx.fd-app .mm-hk-shop .hk-mch__shop-logo { width: 56px; height: 56px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.mp-wx.mm-app .mm-hk-shop .hk-mch__shop-name { font-size: 16px; font-weight: 700; }
.mp-wx.fd-app .mm-hk-shop .hk-mch__shop-name { font-size: 16px; font-weight: 700; }
.mp-wx.mm-app .mm-hk-shop .hk-mch__shop-meta { display: flex; gap: 8px; margin-top: 4px; font-size: 11px; color: #666; }
.mp-wx.fd-app .mm-hk-shop .hk-mch__shop-meta { display: flex; gap: 8px; margin-top: 4px; font-size: 11px; color: #666; }
.mp-wx.mm-app .mm-hk-shop .hk-mch__rating { color: #22c55e; }
.mp-wx.fd-app .mm-hk-shop .hk-mch__rating { color: #22c55e; }
.mp-wx.mm-app .mm-hk-shop .hk-mch__shop-hours { margin-top: 4px; font-size: 11px; color: #999; }
.mp-wx.fd-app .mm-hk-shop .hk-mch__shop-hours { margin-top: 4px; font-size: 11px; color: #999; }
.mp-wx.mm-app .mm-hk-shop .hk-mch__tabs { display: flex; margin: 12px; background: #fff; border-radius: 8px; overflow: hidden; }
.mp-wx.fd-app .mm-hk-shop .hk-mch__tabs { display: flex; margin: 12px; background: #fff; border-radius: 8px; overflow: hidden; }
.mp-wx.mm-app .mm-hk-shop .hk-mch__tab { flex: 1; text-align: center; padding: 12px; font-size: 13px; color: #666; cursor: pointer; }
.mp-wx.fd-app .mm-hk-shop .hk-mch__tab { flex: 1; text-align: center; padding: 12px; font-size: 13px; color: #666; cursor: pointer; }
.mp-wx.mm-app .mm-hk-shop .hk-mch__tab--on { color: #22c55e; font-weight: 600; background: #f0fdf4; }
.mp-wx.fd-app .mm-hk-shop .hk-mch__tab--on { color: #22c55e; font-weight: 600; background: #f0fdf4; }
.mp-wx.mm-app .mm-hk-shop .hk-mch__panel { padding: 0 12px; }
.mp-wx.fd-app .mm-hk-shop .hk-mch__panel { padding: 0 12px; }
.mp-wx.mm-app .mm-hk-shop .hk-mch__service-card { display: flex; gap: 10px; align-items: center; padding: 12px; margin-bottom: 10px; background: #fff; border-radius: 10px; cursor: pointer; }
.mp-wx.fd-app .mm-hk-shop .hk-mch__service-card { display: flex; gap: 10px; align-items: center; padding: 12px; margin-bottom: 10px; background: #fff; border-radius: 10px; cursor: pointer; }
.mp-wx.mm-app .mm-hk-shop .hk-mch__service-pic { width: 72px; height: 72px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.mp-wx.fd-app .mm-hk-shop .hk-mch__service-pic { width: 72px; height: 72px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.mp-wx.mm-app .mm-hk-shop .hk-mch__service-body { flex: 1; min-width: 0; }
.mp-wx.fd-app .mm-hk-shop .hk-mch__service-body { flex: 1; min-width: 0; }
.mp-wx.mm-app .mm-hk-shop .hk-mch__service-name { font-size: 14px; font-weight: 600; }
.mp-wx.fd-app .mm-hk-shop .hk-mch__service-name { font-size: 14px; font-weight: 600; }
.mp-wx.mm-app .mm-hk-shop .hk-mch__service-desc { margin-top: 4px; font-size: 11px; color: #999; }
.mp-wx.fd-app .mm-hk-shop .hk-mch__service-desc { margin-top: 4px; font-size: 11px; color: #999; }
.mp-wx.mm-app .mm-hk-shop .hk-mch__price-num { color: #22c55e; font-weight: 700; font-size: 16px; }
.mp-wx.fd-app .mm-hk-shop .hk-mch__price-num { color: #22c55e; font-weight: 700; font-size: 16px; }
.mp-wx.mm-app .mm-hk-shop .hk-mch__book-btn { flex-shrink: 0; padding: 6px 12px; border-radius: 16px; background: #22c55e; color: #fff; font-size: 12px; }
.mp-wx.fd-app .mm-hk-shop .hk-mch__book-btn { flex-shrink: 0; padding: 6px 12px; border-radius: 16px; background: #22c55e; color: #fff; font-size: 12px; }
.mp-wx.mm-app .mm-hk-shop .hk-mch__empty-block { padding: 20px; background: #fff; border-radius: 10px; font-size: 13px; color: #666; line-height: 1.6; }
.mp-wx.fd-app .mm-hk-shop .hk-mch__empty-block { padding: 20px; background: #fff; border-radius: 10px; font-size: 13px; color: #666; line-height: 1.6; }
.mp-wx.mm-app .mm-hk-shop .hk-mch__empty-block { padding: 20px; background: #fff; border-radius: 10px; font-size: 13px; color: #666; line-height: 1.6; }
.mp-wx.fd-app .mm-hk-shop .hk-mch__empty-block { padding: 20px; background: #fff; border-radius: 10px; font-size: 13px; color: #666; line-height: 1.6; }

/* ---- 多商户：酒店 mm-ht-shop（对齐 ht-app / Hotel_detail） ---- */
.mp-wx.mm-app .mm-ht-shop {
    --app-primary: #2e86ab;
}
.mp-wx.mm-app .mm-ht-shop .ht-page {
    min-height: 100%;
    padding-bottom: 20px;
    background: #f4f5f7;
}
.mp-wx.mm-app .mm-ht-shop .ht-hero {
    position: relative;
    width: 100%;
    height: 190px;
    background: #e5e5e5;
    overflow: hidden;
}
.mp-wx.mm-app .mm-ht-shop .ht-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.mp-wx.mm-app .mm-ht-shop .ht-hero-mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.35));
}
.mp-wx.mm-app .mm-ht-shop .ht-main {
    position: relative;
    margin-top: -30px;
    z-index: 10;
    padding: 0 12px;
}
.mp-wx.mm-app .mm-ht-shop .ht-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
    margin-bottom: 10px;
}
.mp-wx.mm-app .mm-ht-shop .ht-info-card { padding: 14px 12px 4px; }
.mp-wx.mm-app .mm-ht-shop .ht-name {
    font-size: 19px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    display: block;
}
.mp-wx.mm-app .mm-ht-shop .ht-summary {
    margin-top: 5px;
    font-size: 13px;
    color: #888;
    line-height: 1.5;
}
.mp-wx.mm-app .mm-ht-shop .ht-info-row {
    display: flex;
    align-items: center;
    padding: 9px 0;
    border-top: 1px solid #f5f5f5;
}
.mp-wx.mm-app .mm-ht-shop .ht-info-ico { font-size: 14px; flex-shrink: 0; margin-right: 5px; }
.mp-wx.mm-app .mm-ht-shop .ht-info-txt {
    flex: 1;
    font-size: 13px;
    color: #555;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mp-wx.mm-app .mm-ht-shop .ht-date-card { padding: 12px; }
.mp-wx.mm-app .mm-ht-shop .ht-date-title {
    font-size: 15px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 8px;
}
.mp-wx.mm-app .mm-ht-shop .ht-date-row { display: flex; gap: 10px; }
.mp-wx.mm-app .mm-ht-shop .ht-date-item {
    flex: 1;
    background: #f6f8fb;
    border-radius: 7px;
    border: 1px solid #e6ebf2;
    padding: 8px 10px;
    cursor: pointer;
}
.mp-wx.mm-app .mm-ht-shop .ht-date-label { font-size: 11px; color: #8a93a3; display: block; }
.mp-wx.mm-app .mm-ht-shop .ht-date-val { font-size: 14px; color: #1f2937; font-weight: 600; display: block; margin-top: 2px; }
.mp-wx.mm-app .mm-ht-shop .ht-nights {
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    height: 20px;
    padding: 0 8px;
    border-radius: 999px;
    color: #2e86ab;
    background: rgba(46, 134, 171, 0.1);
    font-size: 12px;
    font-weight: 500;
}
.mp-wx.mm-app .mm-ht-shop .ht-section-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 4px 0 8px;
    padding: 0 2px;
}
.mp-wx.mm-app .mm-ht-shop .ht-section-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    padding-left: 8px;
    border-left: 3px solid #2e86ab;
    line-height: 1.3;
}
.mp-wx.mm-app .mm-ht-shop .ht-room-card {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
    gap: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #eef0f3;
}
.mp-wx.mm-app .mm-ht-shop .ht-room-cover {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 6px;
    object-fit: cover;
    background: #f0f2f5;
}
.mp-wx.mm-app .mm-ht-shop .ht-room-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mp-wx.mm-app .mm-ht-shop .ht-room-name {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    line-height: 1.4;
}
.mp-wx.mm-app .mm-ht-shop .ht-room-bottom {
    margin-top: auto;
    padding-top: 8px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
}
.mp-wx.mm-app .mm-ht-shop .ht-room-price { display: flex; align-items: baseline; }
.mp-wx.mm-app .mm-ht-shop .ht-price-sym { font-size: 12px; color: #2e86ab; font-weight: 600; }
.mp-wx.mm-app .mm-ht-shop .ht-price-num { font-size: 17px; font-weight: 700; color: #2e86ab; }
.mp-wx.mm-app .mm-ht-shop .ht-price-unit { font-size: 11px; color: #9ca3af; }
.mp-wx.mm-app .mm-ht-shop .ht-room-btns { display: flex; gap: 6px; flex-shrink: 0; }
.mp-wx.mm-app .mm-ht-shop .ht-btn {
    min-width: 60px;
    height: 28px;
    line-height: 26px;
    padding: 0 11px;
    font-size: 12px;
    border-radius: 999px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}
.mp-wx.mm-app .mm-ht-shop .ht-btn--primary {
    background: #2e86ab;
    color: #fff;
    font-weight: 500;
}

/* ---- 多商户：景区 mm-scenic-shop（对齐 tv-app / scenic_details） ---- */
.mp-wx.mm-app .mm-scenic-shop .page-travel {
    min-height: 100%;
    box-sizing: border-box;
    background: #f2f4f7;
}
.mp-wx.mm-app .mm-scenic-shop .page-pad { padding: 12px; }
.mp-wx.mm-app .mm-scenic-shop .card {
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.mp-wx.mm-app .mm-scenic-shop .text-theme { color: #2f6bff; }
.mp-wx.mm-app .mm-scenic-shop .cover-top {
    width: 100%;
    height: 210px;
    object-fit: cover;
    background: #eee;
    display: block;
}
.mp-wx.mm-app .mm-scenic-shop .title-card .title {
    font-size: 17px;
    font-weight: 700;
    color: #1f1f1f;
}
.mp-wx.mm-app .mm-scenic-shop .title-card .sub {
    font-size: 13px;
    color: #666;
    margin-top: 4px;
}
.mp-wx.mm-app .mm-scenic-shop .price-row {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    align-items: center;
}
.mp-wx.mm-app .mm-scenic-shop .price {
    font-size: 18px;
    font-weight: 700;
}
.mp-wx.mm-app .mm-scenic-shop .sales {
    font-size: 12px;
    color: #999;
}
.mp-wx.mm-app .mm-scenic-shop .addr {
    font-size: 12px;
    color: #888;
    margin-top: 6px;
}
.mp-wx.mm-app .mm-scenic-shop .section-title {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 8px;
    color: #1f1f1f;
}
.mp-wx.mm-app .mm-scenic-shop .tv-rich {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}
.mp-wx.mm-app .mm-scenic-shop .ticket-section { margin-top: 0; }
.mp-wx.mm-app .mm-scenic-shop .ticket-row {
    display: flex;
    align-items: stretch;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}
.mp-wx.mm-app .mm-scenic-shop .ticket-row:last-of-type { border-bottom: none; }
.mp-wx.mm-app .mm-scenic-shop .ticket-cover {
    width: 80px;
    height: 60px;
    border-radius: 6px;
    flex-shrink: 0;
    object-fit: cover;
    background: #f5f5f5;
}
.mp-wx.mm-app .mm-scenic-shop .ticket-meta {
    flex: 1;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
}
.mp-wx.mm-app .mm-scenic-shop .ticket-title {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mp-wx.mm-app .mm-scenic-shop .ticket-foot {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 6px;
}
.mp-wx.mm-app .mm-scenic-shop .ticket-price {
    font-size: 15px;
    font-weight: 700;
}
.mp-wx.mm-app .mm-scenic-shop .ticket-more {
    font-size: 11px;
    color: #999;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mp-wx.mm-app .mm-scenic-shop .text-more {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ---- 多商户：酒店/景区确认页 ---- */
.mp-wx.mm-app .page-travel {
    min-height: 100%;
    background: #f2f4f7;
}
.mp-wx.mm-app .page-travel.page-pad { padding: 12px; }
.mp-wx.mm-app .page-travel .card {
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 10px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.mp-wx.mm-app .page-travel .pname {
    font-size: 15px;
    font-weight: 600;
    color: #222;
}
.mp-wx.mm-app .page-travel .line2,
.mp-wx.mm-app .page-travel .text-muted {
    font-size: 12px;
    color: #888;
    margin-top: 4px;
}
.mp-wx.mm-app .page-travel .row-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}
.mp-wx.mm-app .page-travel .row-line:last-child { border-bottom: none; }
.mp-wx.mm-app .page-travel .picker-val { color: #333; cursor: pointer; }
.mp-wx.mm-app .page-travel .stepper { display: flex; align-items: center; gap: 12px; }
.mp-wx.mm-app .page-travel .stepper .btn {
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}
.mp-wx.mm-app .page-travel .stepper .num { min-width: 24px; text-align: center; }
.mp-wx.mm-app .page-travel .inp {
    flex: 1;
    text-align: right;
    margin-left: 12px;
    border: 0;
    outline: none;
    font-size: 14px;
    background: transparent;
}
.mp-wx.mm-app .page-travel .pay {
    font-size: 16px;
    font-weight: 700;
    color: #f5222d;
    margin-top: 6px;
}
.mp-wx.mm-app .page-travel .foot-submit { margin: 16px 0 24px; }
.mp-wx.mm-app .page-travel .btn-primary {
    background: linear-gradient(90deg, #2e86ab, #3a9bc4);
    color: #fff;
    border-radius: 24px;
    font-size: 15px;
    text-align: center;
    padding: 12px 0;
    cursor: pointer;
}

/* ---- 餐饮 fd-app：绿主题 + 点单底栏与 Tab 栏叠放 ---- */
.mp-wx.fd-app .mp-wx-body--dock {
    padding-bottom: 52px;
    box-sizing: border-box;
}
.mp-wx.fd-app .mp-wx-body--dock .mp-wx-scroll.fd-scroll--dock.after-fd-tabbar {
    padding-bottom: 0;
}
.mp-wx.fd-app .mp-wx-body--dock .mm-food-cart-dock {
    flex-shrink: 0;
    z-index: 15;
}
.mp-wx.fd-app .mm-food-menu__cate--on {
    color: var(--primary, #5a7238);
    border-left-color: var(--primary, #5a7238);
}
.mp-wx.fd-app .mm-food-menu__plus {
    background: var(--primary, #5a7238);
    box-shadow: 0 2px 6px rgba(90, 114, 56, 0.35);
}
.mp-wx.fd-app .mm-food-cart-dock__btn:not(.mm-food-cart-dock__btn--disabled) {
    background: linear-gradient(135deg, #5a7238, #3d4d2c);
}
.mp-wx.fd-app .hk-themed {
    --sd-primary-soft: rgba(90, 114, 56, 0.12);
}
.mp-wx.fd-app .mm-shop-details .shop-coupon-chip {
    border-color: rgba(90, 114, 56, 0.35);
}
.mp-wx.fd-app .mm-shop-details .fd-switch-store.switch-store-btn {
    margin-left: 10px;
    padding: 4px 10px;
    font-size: 11px;
    line-height: 1.2;
    color: var(--primary, #5a7238);
    background: rgba(90, 114, 56, 0.08);
    border: 1px solid rgba(90, 114, 56, 0.28);
    border-radius: 14px;
    cursor: pointer;
    white-space: nowrap;
}
.mp-wx.fd-app .mm-shop-details .shop-collect-icon {
    font-size: 20px;
    color: #bbb;
    cursor: pointer;
}

/* ---- 会员储值 pages/recharge/recharge ---- */
.mp-wx.fd-app .fd-recharge-page {
    min-height: 100%;
    background: #f5f6f8;
    padding-bottom: 72px;
    box-sizing: border-box;
    position: relative;
}
.mp-wx.fd-app .fd-recharge-page .r-topbar {
    margin: 8px 12px 0;
    display: flex;
    gap: 8px;
}
.mp-wx.fd-app .fd-recharge-page .r-topbar__item {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03);
    cursor: pointer;
}
.mp-wx.fd-app .fd-recharge-page .r-topbar__icon {
    font-size: 15px;
    margin-right: 5px;
}
.mp-wx.fd-app .fd-recharge-page .r-topbar__txt {
    flex: 1;
    font-size: 13px;
    color: #4e5969;
}
.mp-wx.fd-app .fd-recharge-page .r-topbar__arr {
    font-size: 11px;
    color: #c0c4cc;
}
.mp-wx.fd-app .fd-recharge-page .r-section {
    margin: 8px 12px 0;
    padding: 12px;
    background: #fff;
    border-radius: 8px;
}
.mp-wx.fd-app .fd-recharge-page .r-section--list {
    padding-bottom: 14px;
}
.mp-wx.fd-app .fd-recharge-page .r-section__hd {
    margin-bottom: 10px;
}
.mp-wx.fd-app .fd-recharge-page .r-section__title {
    display: block;
    font-size: 15px;
    color: #1d2129;
    font-weight: 600;
}
.mp-wx.fd-app .fd-recharge-page .r-section__sub {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    color: #86909c;
}
.mp-wx.fd-app .fd-recharge-page .r-custom {
    display: flex;
    align-items: center;
    height: 44px;
    padding: 0 10px;
    border-radius: 6px;
    background: #f5f6f8;
    border: 1px solid transparent;
}
.mp-wx.fd-app .fd-recharge-page .r-custom__sym {
    font-size: 17px;
    color: var(--app-primary, #5a7238);
    font-weight: 700;
    margin-right: 5px;
}
.mp-wx.fd-app .fd-recharge-page .r-custom__input {
    flex: 1;
    min-width: 0;
    height: 44px;
    border: 0;
    outline: none;
    font-size: 17px;
    color: #1d2129;
    font-weight: 600;
    background: transparent;
}
.mp-wx.fd-app .fd-recharge-page .r-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.mp-wx.fd-app .fd-recharge-page .r-tile {
    box-sizing: border-box;
    width: calc((100% - 8px) / 2);
    padding: 14px 10px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid transparent;
    text-align: center;
    cursor: pointer;
}
.mp-wx.fd-app .fd-recharge-page .r-tile--on {
    background: var(--app-primary-light, #eef2e8);
    border-color: var(--app-primary, #5a7238);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.mp-wx.fd-app .fd-recharge-page .r-tile__pay {
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.mp-wx.fd-app .fd-recharge-page .r-tile__num {
    font-size: 22px;
    font-weight: 700;
    color: #1d2129;
}
.mp-wx.fd-app .fd-recharge-page .r-tile--on .r-tile__num {
    color: var(--app-primary, #5a7238);
}
.mp-wx.fd-app .fd-recharge-page .r-tile__unit {
    margin-left: 2px;
    font-size: 12px;
    color: #86909c;
}
.mp-wx.fd-app .fd-recharge-page .r-tile__gift {
    margin-top: 5px;
    font-size: 12px;
    color: #86909c;
}
.mp-wx.fd-app .fd-recharge-page .r-tile--on .r-tile__gift {
    color: var(--app-primary, #5a7238);
    font-weight: 500;
}
.mp-wx.fd-app .fd-recharge-page .r-tile__total {
    margin-top: 7px;
    padding-top: 7px;
    font-size: 11px;
    color: #c0c4cc;
    border-top: 1px solid #eee;
}
.mp-wx.fd-app .fd-recharge-page .r-tile--on .r-tile__total {
    border-top-color: var(--app-primary-light, #eef2e8);
    color: #4e5969;
}
.mp-wx.fd-app .fd-recharge-page .r-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid #eee;
    z-index: 10;
}
.mp-wx.fd-app .fd-recharge-page .r-bottom__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
}
.mp-wx.fd-app .fd-recharge-page .r-bottom__sum {
    display: flex;
    align-items: baseline;
}
.mp-wx.fd-app .fd-recharge-page .r-bottom__label {
    font-size: 13px;
    color: #86909c;
    margin-right: 4px;
}
.mp-wx.fd-app .fd-recharge-page .r-bottom__price {
    font-size: 20px;
    color: var(--app-primary, #5a7238);
    font-weight: 700;
}
.mp-wx.fd-app .fd-recharge-page .r-bottom__pay {
    min-width: 120px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--app-gradient-from, #5a7238), var(--app-gradient-to, #3d4d2c));
    cursor: pointer;
}
.mp-wx.fd-app .fd-recharge-page .r-mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}
.mp-wx.fd-app .fd-recharge-page .r-card-modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 86%;
    max-width: 300px;
    background: #fff;
    border-radius: 10px;
    z-index: 101;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.mp-wx.fd-app .fd-recharge-page .r-card-modal__hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 15px 10px;
}
.mp-wx.fd-app .fd-recharge-page .r-card-modal__title {
    font-size: 16px;
    font-weight: 600;
    color: #1d2129;
}
.mp-wx.fd-app .fd-recharge-page .r-card-modal__close {
    font-size: 18px;
    color: #c0c4cc;
    cursor: pointer;
    padding: 4px;
}
.mp-wx.fd-app .fd-recharge-page .r-card-modal__body {
    padding: 4px 15px 15px;
}
.mp-wx.fd-app .fd-recharge-page .r-card-modal__input {
    width: 100%;
    height: 44px;
    padding: 0 10px;
    font-size: 14px;
    color: #1d2129;
    background: #f5f6f8;
    border-radius: 6px;
    border: 0;
    outline: none;
    box-sizing: border-box;
}
.mp-wx.fd-app .fd-recharge-page .r-card-modal__btn {
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border-radius: 999px;
    margin-top: 12px;
    background: linear-gradient(135deg, var(--app-gradient-from, #5a7238), var(--app-gradient-to, #3d4d2c));
    cursor: pointer;
}

/* ---- 会员中心 application/member/member/member ---- */
.mp-wx.fd-app .fd-member-page {
    min-height: 100%;
    padding: 0 0 16px;
    background: linear-gradient(180deg, #ede6dc 0%, #e8e4df 18%, #e5e5e5 55%, #ebebeb 100%);
    box-sizing: border-box;
}
.mp-wx.fd-app .fd-member-page .member-block--margin {
    margin: 0 12px 12px;
    border-radius: 11px;
    background: #faf8f5;
    box-shadow: 0 5px 18px rgba(45, 35, 28, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.8);
    overflow: hidden;
}
.mp-wx.fd-app .fd-member-page .member-block--margin:first-child {
    margin-top: 12px;
}
.mp-wx.fd-app .fd-member-page .mb-info-card {
    margin: 0;
    padding: 14px 12px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.mp-wx.fd-app .fd-member-page .mb-info-card--vip {
    background: linear-gradient(155deg, #353028 0%, #2a241e 38%, #1c1814 100%);
    border: 1px solid rgba(227, 180, 130, 0.28);
}
.mp-wx.fd-app .fd-member-page .mb-info-card__shine {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.35;
    background-image:
        radial-gradient(ellipse 85% 65% at 12% 88%, rgba(243, 213, 181, 0.12) 0%, transparent 55%),
        radial-gradient(ellipse 70% 55% at 92% 12%, rgba(225, 179, 130, 0.1) 0%, transparent 48%);
}
.mp-wx.fd-app .fd-member-page .mb-info-card__row {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.mp-wx.fd-app .fd-member-page .mb-info-card__avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.38);
    flex-shrink: 0;
    object-fit: cover;
}
.mp-wx.fd-app .fd-member-page .mb-info-card__meta {
    flex: 1;
    margin-left: 11px;
    min-width: 0;
}
.mp-wx.fd-app .fd-member-page .mb-info-card__titles {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.mp-wx.fd-app .fd-member-page .mb-info-card__nick {
    font-size: 15px;
    font-weight: 600;
    color: #f0e6d8;
}
.mp-wx.fd-app .fd-member-page .mb-info-card__badge {
    font-size: 10px;
    padding: 2px 7px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.32);
}
.mp-wx.fd-app .fd-member-page .mb-info-card__sub {
    display: block;
    margin-top: 7px;
    font-size: 12px;
    color: #9a9086;
}
.mp-wx.fd-app .fd-member-page .mb-info-card__save {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    color: rgba(240, 214, 176, 0.75);
}
.mp-wx.fd-app .fd-member-page .mb-info-card__go-wrap {
    flex-shrink: 0;
    margin-left: 6px;
}
.mp-wx.fd-app .fd-member-page .mb-info-card__go {
    font-size: 12px;
    font-weight: 600;
    padding: 9px 14px;
    background: linear-gradient(92deg, #fdf3e4 0%, #f0d4b0 42%, #d4a574 100%);
    color: #4a3018;
    border-radius: 999px;
    white-space: nowrap;
}
.mp-wx.fd-app .fd-member-page .mb-nav {
    padding-bottom: 8px;
}
.mp-wx.fd-app .fd-member-page .mb-nav__head {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 0 4px;
}
.mp-wx.fd-app .fd-member-page .mb-nav__head-ico {
    font-size: 22px;
}
.mp-wx.fd-app .fd-member-page .mb-nav__head-txt {
    margin-top: 4px;
    font-size: 15px;
    font-weight: 600;
    color: #3d3328;
}
.mp-wx.fd-app .fd-member-page .mb-nav__row {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 6px 4px;
}
.mp-wx.fd-app .fd-member-page .mb-nav__cell {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 4px;
    box-sizing: border-box;
    cursor: pointer;
}
.mp-wx.fd-app .fd-member-page .mb-nav__cell-emoji {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fdf3e4, #eacf98);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #6f5410;
}
.mp-wx.fd-app .fd-member-page .mb-nav__cell-txt {
    margin-top: 6px;
    font-size: 12px;
    color: #6f5410;
    text-align: center;
    line-height: 1.3;
}
.mp-wx.fd-app .fd-member-page .mb-notice {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    background: linear-gradient(90deg, #f7ecd6, #eacf98);
}
.mp-wx.fd-app .fd-member-page .mb-notice__ico {
    font-size: 16px;
    flex-shrink: 0;
}
.mp-wx.fd-app .fd-member-page .mb-notice__txt {
    flex: 1;
    margin-left: 8px;
    font-size: 12px;
    color: #6f5410;
    line-height: 1.4;
}
.mp-wx.fd-app .fd-member-page .mb-coupon-block {
    padding: 12px 10px 14px;
}
.mp-wx.fd-app .fd-member-page .mb-coupon-block__title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}
.mp-wx.fd-app .fd-member-page .mb-coupon-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}
.mp-wx.fd-app .fd-member-page .mb-coupon-pill {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 6px;
    background: #f5f0e8;
    font-size: 12px;
    color: #6f5410;
    border: 1px dashed #d4c4a8;
}
.mp-wx.fd-app .fd-member-page .mb-coupon-pill--accent {
    background: rgba(90, 114, 56, 0.08);
    border-color: #5a7238;
    color: #5a7238;
}
.mp-wx.fd-app .fd-member-page .mb-goods-entry {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 12px;
    cursor: pointer;
}
.mp-wx.fd-app .fd-member-page .mb-goods-entry__title {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}
.mp-wx.fd-app .fd-member-page .mb-goods-entry__sub {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #999;
}
.mp-wx.fd-app .fd-member-page .mb-goods-entry__more {
    font-size: 13px;
    color: #5a7238;
    flex-shrink: 0;
}
