/* 官网壳：左栏目录 + 手机框。手机内部样式见 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-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: #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; }
.mp-wx.hk-app .hk-detail-cover { width: 100%; height: 200px; object-fit: cover; display: block; }
.mp-wx.hk-app .hk-detail-card { background: #fff; margin: 10px; padding: 14px; border-radius: 12px; }
.mp-wx.hk-app .hk-detail-name { font-size: 18px; font-weight: 700; }
.mp-wx.hk-app .hk-detail-price { color: var(--app-primary); font-size: 22px; font-weight: 800; margin: 8px 0 6px; }
.mp-wx.hk-app .hk-detail-unit { font-size: 12px; font-weight: 500; color: #9ca3af; }
.mp-wx.hk-app .hk-detail-sum { margin-top: 10px; color: #6b7280; font-size: 13px; line-height: 1.6; }
.mp-wx.hk-app .hk-detail-bar {
    position: absolute; left: 0; right: 0; bottom: 0;
    display: flex; align-items: center; justify-content: space-between;
    padding: 10px 14px; background: #fff; border-top: 1px solid #f0f0f0; z-index: 90;
}
.mp-wx.hk-app .hk-detail-bar-price { color: var(--app-primary); font-size: 20px; font-weight: 800; }
.mp-wx.hk-app .hk-detail-book { padding: 10px 22px; font-size: 14px; border-radius: 20px; }

.mp-wx.hk-app .hk-worker { background: #fff; min-height: 100%; padding-bottom: 24px; }
.mp-wx.hk-app .hk-worker-cover { width: 100%; height: 280px; object-fit: cover; display: block; }
.mp-wx.hk-app .tech-base-info { padding: 14px 16px; }
.mp-wx.hk-app .hk-worker-name { font-size: 20px; font-weight: 800; display: flex; align-items: center; gap: 8px; }
.mp-wx.hk-app .tech-status { font-size: 11px; padding: 3px 8px; border-radius: 10px; font-weight: 600; }
.mp-wx.hk-app .tech-status--available { background: var(--app-primary-light); color: var(--app-primary); }
.mp-wx.hk-app .skills { font-size: 13px; color: #666; margin: 8px 0; }
.mp-wx.hk-app .price { color: var(--app-primary); font-weight: 700; margin-top: 10px; }
.mp-wx.hk-app .book-btn, .mp-wx.hk-app .hk-worker-book {
    display: block; margin: 16px; background: var(--app-primary); color: #fff;
    text-align: center; padding: 12px; border-radius: 22px; font-size: 15px; cursor: pointer;
}

.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-phone { position: static; }
}
@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; }
