html,body{margin:0;padding:0;min-height:100%;background:var(--page-bg,#f5f6fa);color:#1f2937;font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;-webkit-font-smoothing:antialiased}
*{box-sizing:border-box}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
a,button{-webkit-tap-highlight-color:transparent}
img{max-width:100%;display:block}
img.fit-contain{object-fit:contain!important;background:#f3f6ff}
img.img-broken{opacity:.35}
#ges-tabbar{display:none!important;pointer-events:none!important}
:root{--primary:#5369f8;--search-color:#5369f8;--nav:#edf4ff;--page-bg:#f5f6fa;--accent:#6b7cff;--price:#b90d14;--card:#fff}
.hide{display:none!important}
.page{min-height:100vh;padding-bottom:calc(70px + env(safe-area-inset-bottom));animation:paIn .28s ease-out}
.page.no-tab{padding-bottom:24px}
@keyframes paIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){.page{animation:none}}

.mb-navbar{
  position:relative;z-index:3;
  height:calc(44px + env(safe-area-inset-top,0px));
  padding-top:env(safe-area-inset-top,0px);
  display:flex;align-items:center;justify-content:center;
  font-size:17px;font-weight:800;color:#111;background:var(--nav);
  letter-spacing:.02em;
}
.mb-bg{
  position:absolute;top:0;left:0;width:100%;height:400px;z-index:0;pointer-events:none;
  background:linear-gradient(180deg,var(--search-color) 0%,color-mix(in srgb,var(--search-color) 88%,#fff) 52%,#fff 100%);
}
@supports not (background: color-mix(in srgb,red,blue)){
  .mb-bg{background:linear-gradient(180deg,var(--search-color) 0%,var(--search-color) 58%,#fff 100%)}
}
.mb-bg-bot{position:absolute;left:-10%;right:-10%;bottom:-18px;height:48px;background:#fff;border-radius:50% 50% 0 0}
.home-ref{position:relative;background:var(--page-bg)}
.mb-hero{position:relative;z-index:2;margin:10px 15px 0;border-radius:14px;overflow:hidden;box-shadow:0 8px 22px rgba(17,24,39,.10)}
.mb-swiper{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}
.mb-swiper::-webkit-scrollbar{display:none}
.mb-swiper img{flex:0 0 100%;width:100%;height:160px;object-fit:cover;scroll-snap-align:start;background:#eef2ff}
.mb-swiper a{display:block;flex:0 0 100%;position:relative}
.slide-item{position:relative;flex:0 0 100%}
.slide-cap{position:absolute;left:0;right:0;bottom:0;padding:28px 14px 12px;background:linear-gradient(0deg,rgba(0,0,0,.55),transparent);color:#fff}
.slide-cap b{display:block;font-size:15px;font-weight:800;line-height:1.35;text-shadow:0 1px 3px rgba(0,0,0,.35)}
.slide-cap em{display:block;margin-top:4px;font-size:12px;font-style:normal;opacity:.92;line-height:1.4}
.mb-swiper-cap{background:#fff;margin:0;padding:10px 14px;font-size:13px;color:#374151;line-height:1.45}
.mb-swiper-cap b{color:var(--search-color);font-weight:800}
.biz-intro-list{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}
.biz-intro-card{background:#fff;border-radius:12px;padding:14px;box-shadow:0 2px 12px rgba(17,24,39,.07);border:1px solid #eef0f4}
.biz-intro-top{display:flex;gap:12px;align-items:flex-start}
.biz-intro-top img,.biz-intro-top .ph{width:56px;height:56px;border-radius:12px;flex:none}
.biz-intro-top .ph{display:flex;align-items:center;justify-content:center;background:#eef2ff;color:var(--search-color);font-weight:800}
.biz-intro-meta{flex:1;min-width:0}
.biz-intro-meta b{display:block;font-size:16px;font-weight:800;color:#111}
.biz-intro-meta p{margin:6px 0 0;font-size:13px;color:#6b7280;line-height:1.55}
.biz-intro-meta .fee{margin-top:6px;color:var(--price);font-weight:800;font-size:15px}
.biz-intro-actions{display:flex;gap:10px;margin-top:12px}
.biz-intro-actions .btn{min-height:42px;font-size:14px}
.biz-intro-actions .btn-outline{flex:1}
.intro-price{font-size:22px;font-weight:800;color:var(--price);margin:4px 0 8px}
.intro-lead{font-size:14px;color:#4b5563;line-height:1.65;margin:0}
.mb-swiper-dots{position:absolute;left:0;right:0;bottom:8px;display:flex;justify-content:center;gap:5px;pointer-events:none}
.mb-swiper-dots i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.45);display:block}
.mb-swiper-dots i.on{background:#fff;width:14px;border-radius:4px}
.mb-body{position:relative;z-index:2;padding:14px 15px 28px}
.mb-search-block{margin:0 0 18px}
.mb-section-title{color:#fff;font-weight:900;font-size:17px;display:flex;align-items:center;margin-bottom:12px;text-shadow:0 1px 4px rgba(0,0,0,.28);letter-spacing:.02em}
.mb-search-logo{width:27px;height:27px;margin-right:6px;object-fit:contain}
.n_icon{width:26px;height:26px;margin-right:6px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}
.n-icon-cha{font-style:normal;font-weight:800;font-size:14px;line-height:1;color:#fff;background:rgba(255,255,255,.22);border:1px solid rgba(255,255,255,.55);border-radius:8px;width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;letter-spacing:0}
.mb-search-unified{display:flex;align-items:center;min-height:50px;border:1px solid rgba(255,255,255,.45);border-radius:44px;background:#fff;padding:4px 4px 4px 14px;box-shadow:0 6px 18px rgba(17,24,39,.12)}
.mb-search-ico{margin-right:6px;display:flex;opacity:.65}
.mb-search-unified input{flex:1;border:0;background:transparent;font-size:16px;min-height:40px;outline:none;min-width:0;color:#111}
.mb-search-unified input::placeholder{color:#9ca3af}
.mb-search-unified button{white-space:nowrap;margin-left:auto;font-size:15px;font-weight:800;color:#fff;padding:10px 22px;border-radius:26px;border:0;background:var(--search-color);min-height:44px;box-shadow:0 4px 12px rgba(83,105,248,.28)}
.mb-search-stat{margin-top:10px;text-align:center;font-size:12px;color:rgba(255,255,255,.92);text-shadow:0 1px 3px rgba(0,0,0,.18)}
.mb-search-stat strong{font-size:17px;font-weight:800;margin:0 3px}
.mb-search-hint{margin:8px 0 0;text-align:center;font-size:12px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2)}
.modebox,.mb-card{background:var(--card);border-radius:14px;padding:15px;box-shadow:0 2px 12px rgba(17,24,39,.07);margin-bottom:14px;border:1px solid rgba(238,240,244,.9)}
.n_top{color:#333;font-weight:800;display:flex;align-items:center}
.n_top .more{margin-left:auto;color:#a1a1a1;font-size:12px;font-weight:500}
.n_list{padding:14px 0;display:flex;align-items:center;border-bottom:1px dashed #ededed;gap:6px}
.n_list:last-child{border:0;padding-bottom:4px}
.n_list .label{color:#fff;padding:3px 5px;border-radius:3px;white-space:nowrap;font-size:12px;background:var(--search-color)}
.n_list p{flex:1;min-width:0;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;color:#333}
.n_list .time{margin-left:auto;white-space:nowrap;font-size:12px;color:#a1a1a1}
.t_top{display:flex;align-items:center;margin-bottom:5px;color:#333;font-weight:700}
.tips-content{margin-left:7px;font-size:14px;line-height:1.65;color:#6b7280}
.tips-content i{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;margin:0 3px;border-radius:50%;font-style:normal;font-weight:800;font-size:12px;line-height:18px;color:#fff;background:var(--search-color);vertical-align:middle}
.mb-grid-head{margin-bottom:12px}
.mb-grid-title{font-size:16px;font-weight:800;color:#1f2937}
.mb-grid-line{width:40px;height:3px;border-radius:2px;margin-top:4px;background:var(--search-color)}
.mb-grid{display:flex;flex-wrap:wrap;gap:13px}
.mb-grid.cols-2{display:flex;flex-wrap:wrap;gap:13px}
.biz{width:calc(50% - 6.5px);text-align:center;border:1px solid #eef0f4;border-radius:14px;padding:15px 10px 13px;background:#fff;display:flex;flex-direction:column;align-items:center;box-shadow:0 2px 10px rgba(17,24,39,.06);transition:transform .12s ease}
.biz:active{transform:scale(.985)}
.biz .biz-main{display:flex;flex-direction:column;align-items:center;width:100%;flex:1;min-height:0;-webkit-tap-highlight-color:transparent}
.biz .biz-main:active{opacity:.92}
.biz img,.biz .ph{width:56px;height:56px;border-radius:14px;object-fit:contain;background:#f3f6ff;margin-bottom:8px;display:flex;align-items:center;justify-content:center;color:var(--search-color);font-weight:800}
.biz b{display:block;font-size:15px;font-weight:800;color:#111;line-height:1.35}
.biz em{display:block;margin-top:4px;font-style:normal;color:#6b7280;font-size:12px;line-height:1.45;max-height:34px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.biz .grid-fee{display:block;margin-top:6px;color:var(--price);font-weight:800;font-size:15px}
.biz .go{display:inline-flex;align-items:center;justify-content:center;margin-top:10px;min-height:40px;width:100%;border:0;border-radius:22px;color:#fff;background:var(--search-color);font-size:13px;font-weight:700;box-shadow:0 3px 10px rgba(83,105,248,.22);-webkit-tap-highlight-color:transparent}
.biz .go:active{transform:scale(.98)}
.mb-footer-tip{text-align:center;font-size:12px;color:#9ca3af;padding:20px 0 10px;border-top:1px dashed #ededed}
.wait{padding:28px 12px;text-align:center;color:#6b7280}
.sk-biz{width:calc(50% - 6.5px);border:1px solid #eef0f4;border-radius:14px;padding:15px 10px 13px;background:#fff;display:flex;flex-direction:column;align-items:center;pointer-events:none}
.sk-sq{width:56px;height:56px;border-radius:14px;margin-bottom:10px}

.result-head{display:flex;align-items:center;justify-content:space-between;margin:4px 2px 12px;color:#4b5563;font-size:13px;font-weight:600}
.result-head a{color:var(--search-color);font-weight:700}
.search-kw-bar{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#fff;border-radius:10px;margin-bottom:12px;font-size:13px;color:#6b7280;box-shadow:0 2px 8px rgba(17,24,39,.06);border:1px solid #eef0f4}
.search-kw-bar strong{flex:1;min-width:0;color:var(--search-color);font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.company-card{display:block;background:#fff;border-radius:14px;padding:15px 14px 13px;margin-bottom:12px;box-shadow:0 2px 12px rgba(17,24,39,.07);border:1px solid #eef0f4;transition:transform .12s ease}
.company-card:active{transform:scale(.99)}
.c-top{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;padding-bottom:10px;border-bottom:1px solid #f0f0f0;margin-bottom:10px}
.c-name{flex:1;font-weight:800;font-size:16px;line-height:1.4;color:#111}
.c-status{flex:none;font-size:11px;font-weight:700;color:#059669;background:#ecfdf5;border-radius:4px;padding:3px 6px}
.kv{display:grid;grid-template-columns:88px 1fr;gap:6px 8px;font-size:13px;line-height:1.5}
.kv dt{color:#8a8f99;font-weight:500}
.kv dd{margin:0;color:#1f2937;font-weight:600;word-break:break-all}
.c-actions{display:flex;justify-content:flex-end;margin-top:12px}
.c-badge{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;color:#fff;background:var(--search-color);border-radius:20px;font-size:13px;font-weight:700;border:0;box-shadow:0 3px 10px rgba(83,105,248,.22)}
.c-pick-btn{cursor:pointer}
.skeleton{pointer-events:none}
.sk-line{height:12px;border-radius:6px;background:linear-gradient(90deg,#eef2ff 25%,#f8faff 50%,#eef2ff 75%);background-size:200% 100%;animation:sk 1.2s ease infinite;margin-bottom:10px}
.sk-line.w60{width:60%}.sk-line.w80{width:80%}
@keyframes sk{0%{background-position:200% 0}100%{background-position:-200% 0}}
.biz-inline{margin-top:12px;padding-top:12px;border-top:1px dashed #e5e7eb}
.biz-inline-h{font-size:13px;font-weight:700;color:#374151;margin-bottom:10px}
.empty-box{background:#fff;border-radius:14px;padding:28px 18px;text-align:center;box-shadow:0 2px 9px rgba(0,0,0,.08)}
.empty-box h3{margin:0 0 8px;font-size:16px}
.empty-box p{margin:0 0 16px;color:#6b7280;font-size:13px}
.empty-ico{margin:0 auto 12px;width:48px;height:48px;display:flex;align-items:center;justify-content:center}

.shell{position:relative;background:var(--page-bg);min-height:100vh}
.shell-bg{position:absolute;left:0;right:0;top:0;height:220px;z-index:0;pointer-events:none;background:linear-gradient(180deg,var(--search-color) 0%,var(--search-color) 55%,var(--page-bg) 100%)}
.nav-inner{position:relative;z-index:2;height:44px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:17px;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.12)}
.nav-inner .back{position:absolute;left:8px;top:6px;height:32px;width:32px;display:flex;align-items:center;justify-content:center;font-size:24px;line-height:1;color:#fff;background:rgba(255,255,255,.18);border-radius:50%}
.inner{position:relative;z-index:1;padding:14px 15px 108px}
.step{display:flex;align-items:center;justify-content:center;gap:6px;margin:4px 0 16px;font-size:11px;color:rgba(255,255,255,.72)}
.step span{padding:4px 8px;border-radius:12px;background:rgba(255,255,255,.12)}
.step span.on{color:#fff;font-weight:700;background:rgba(255,255,255,.22)}
.step i{width:14px;height:1px;background:rgba(255,255,255,.35)}
.firm{background:#fff;border-radius:14px;padding:15px 14px;margin-bottom:14px;box-shadow:0 2px 12px rgba(17,24,39,.07);border:1px solid #eef0f4}
.firm-k{display:flex;align-items:center;gap:6px;font-size:12px;color:#6b7280;letter-spacing:.04em;margin-bottom:4px}
.firm-badge{font-size:10px;font-weight:700;color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:4px;padding:1px 5px;line-height:1.5;letter-spacing:0}
.firm .name{font-size:16px;font-weight:800;margin-bottom:8px}
.biz-pick{display:flex;flex-direction:column;gap:10px}
.pick-lead{margin:0 0 12px;font-size:13px;color:#6b7280;line-height:1.55}
.biz-row{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #eef0f4;border-radius:14px;padding:13px;box-shadow:0 2px 10px rgba(17,24,39,.05);min-height:74px}
.biz-row.on{border-color:var(--search-color);box-shadow:0 0 0 1px var(--search-color)}
.biz-row img,.biz-row .ph{width:48px;height:48px;border-radius:10px;object-fit:contain;background:#f3f6ff;display:flex;align-items:center;justify-content:center;flex:none;font-weight:800;color:var(--search-color)}
.biz-row .meta{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:2px}
.biz-row .meta b{display:block;font-size:15px;font-weight:800;color:#111;line-height:1.35}
.biz-row .meta span{display:block;font-size:12px;color:#6b7280;line-height:1.4}
.biz-row .meta .fee{color:var(--price);font-weight:800;font-size:14px;line-height:1.3}
.biz-row .go{
  flex:none;align-self:center;
  display:inline-flex;align-items:center;justify-content:center;gap:1px;
  min-width:76px;height:36px;padding:0 10px 0 14px;
  border:0;border-radius:18px;
  color:#fff;background:var(--search-color);
  font-size:13px;font-weight:700;line-height:1;
  box-shadow:0 2px 8px rgba(83,105,248,.22);
}
.biz-row .go em{font-style:normal;color:#fff;line-height:1;position:relative;top:0}
.biz-row .go .go-ico{display:block;flex:none;color:#fff;opacity:.95}
.biz-row:active .go{filter:brightness(.96)}
.biz-row .go:active{transform:none}
.svc{display:flex;align-items:center;gap:12px}
.svc img,.svc .ph{width:52px;height:52px;border-radius:12px;object-fit:cover;background:#eef2ff;display:flex;align-items:center;justify-content:center;flex:none;font-weight:800;color:var(--search-color)}
.svc .meta{flex:1;min-width:0}
.svc .meta em{display:block;font-style:normal;font-size:12px;color:#6b7280}
.svc .meta b{display:block;font-size:16px;margin-top:2px}
.svc .fee{display:block;margin-top:4px;color:var(--price);font-weight:800}
.svc .chg{flex:none;font-size:13px;font-weight:700;color:var(--search-color)}
.svc-link{display:block;margin-top:10px;font-size:13px;font-weight:700;color:var(--search-color)}
.card{background:#fff;border-radius:16px;box-shadow:0 2px 12px rgba(17,24,39,.07);margin-bottom:15px;padding:18px 15px 16px;border:1px solid #eef0f4}
.card-h{display:flex;align-items:center;gap:8px;font-weight:800;margin-bottom:14px;font-size:15px;line-height:1.3}
.card-h i{display:inline-block;width:3px;height:14px;background:var(--search-color);border-radius:2px;flex:none}
.card.form-card{padding:6px 16px 10px}
.card.form-card > .tip{margin:12px 0 0}
.fill-hint{margin:10px 0 0;font-size:12px;color:#9ca3af;line-height:1.6}
.field-stack{display:flex;flex-direction:column;gap:0}
.field{
  display:block;margin:0;padding:13px 0 12px;
  background:transparent;border:0;border-bottom:1px solid #f3f4f6;border-radius:0;
  transition:border-color .15s ease;
}
.field:last-child{border-bottom:0}
.field:focus-within{border-bottom-color:var(--search-color)}
.field:focus-within > span.label{color:var(--search-color)}
.media-card{border-radius:14px;overflow:hidden;background:#fff;margin-bottom:15px;box-shadow:0 2px 10px rgba(17,24,39,.06);border:1px solid #eef0f4}
.media-card img{width:100%;display:block;background:#f3f6ff}
.media-cap{padding:8px 12px;font-size:12px;color:#6b7280;text-align:center;background:#fff;border-top:1px solid #f3f4f6}
.field span.label{display:block;font-size:13px;font-weight:500;margin-bottom:3px;color:#6b7280;line-height:1.35;transition:color .15s ease}
.field .req{color:#ef4444;margin-left:1px}
.field input,.field textarea,.field select{
  width:100%;border:0;background:transparent;outline:none;
  min-height:36px;padding:0;font-size:16px;line-height:1.45;color:#111;
  -webkit-appearance:none;appearance:none;
}
.field input::placeholder,.field textarea::placeholder{color:#9ca3af}
.field textarea{background:#f7f8fa;border-radius:10px;padding:10px 12px;margin-top:6px;min-height:88px;resize:vertical}
.field select{padding-right:8px;background-image:linear-gradient(45deg,transparent 50%,#9ca3af 50%),linear-gradient(135deg,#9ca3af 50%,transparent 50%);background-position:calc(100% - 14px) 55%,calc(100% - 9px) 55%;background-size:5px 5px;background-repeat:no-repeat}
.pay-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0 6px}
.pay-row .wx{display:flex;align-items:center;gap:8px;font-weight:700;font-size:15px}
.pay-row .wx svg{width:22px;height:22px;flex:none}
.pay-ok{width:22px;height:22px;border-radius:50%;background:var(--search-color);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px}
.btn{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:48px;border:0;border-radius:24px;background:var(--search-color);color:#fff;font-weight:700;font-size:16px;box-shadow:0 6px 16px rgba(83,105,248,.28);transition:transform .12s ease,opacity .15s ease}
.btn:active{transform:scale(.985)}
.btn-outline{background:#fff;color:var(--search-color);border:1px solid var(--search-color);box-shadow:none}
.btn[disabled]{opacity:.55}
.settle{position:fixed;left:0;right:0;bottom:0;z-index:55;display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.96);-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);padding:10px 16px calc(12px + env(safe-area-inset-bottom));border-top:1px solid #f0f1f5;box-shadow:0 -4px 16px rgba(17,24,39,.05)}
.settle .pri{flex:1;font-size:13px;color:#6b7280;font-weight:500}
.settle .pri span{color:var(--price);font-size:22px;font-weight:800;margin-left:2px}
.settle button{min-width:152px;min-height:46px;border:0;border-radius:23px;background:var(--search-color);color:#fff;font-weight:800;font-size:15px;box-shadow:0 6px 16px rgba(83,105,248,.30);transition:transform .12s ease}
.settle button:active{transform:scale(.98)}
.order-item{display:block;background:#fff;border-radius:14px;box-shadow:0 2px 12px rgba(17,24,39,.06);padding:15px 14px;margin-bottom:12px;border:1px solid #eef0f4;transition:transform .12s ease}
.order-item:active{transform:scale(.988)}
.order-item .b_top{display:flex;justify-content:space-between;gap:8px;align-items:flex-start}
.order-item .title{font-weight:800;font-size:15px}
.order-co{margin:6px 0 2px;font-size:13px;color:#6b7280}
.order-item .row .pay{color:var(--price);font-weight:800;font-size:16px}
.order-fab{margin-top:14px}
.status-btn{flex:none;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:700;border:1px solid #e5e7eb;color:#6b7280;background:#f9fafb}
.status-btn.pending{color:#b45309;border-color:#fde68a;background:#fffbeb}
.status-btn.active{color:var(--search-color);border-color:#c7d2fe;background:#eef2ff}
.status-btn.done{color:#059669;border-color:#a7f3d0;background:#ecfdf5}
.status-btn.refund{color:#6b7280;border-color:#e5e7eb;background:#f9fafb}
.filter-bar{display:flex;gap:8px;overflow-x:auto;padding:0 0 12px}
.filter-bar button{flex:none;border:0;background:#f3f4f6;border-radius:999px;padding:6px 14px;color:#6b7280;font-size:13px}
.filter-bar button.on{background:var(--search-color);color:#fff;font-weight:600}
.filter-bar button:disabled,.search-unified button:disabled{opacity:.55}
.status-bar{border-radius:14px;padding:18px 16px;margin-bottom:12px;color:#fff;font-weight:700;background:linear-gradient(135deg,var(--search-color) 0%,var(--accent) 100%);box-shadow:0 6px 16px rgba(83,105,248,.25)}
.status-bar.pending{background:linear-gradient(135deg,#f59e0b,#f97316);box-shadow:0 6px 16px rgba(245,158,11,.25)}
.status-bar.done{background:linear-gradient(135deg,#059669,#10b981);box-shadow:0 6px 16px rgba(5,150,105,.25)}
.status-bar.refund{background:linear-gradient(135deg,#6b7280,#9ca3af);box-shadow:none}
.row{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-top:1px solid #f3f4f6;font-size:14px}
.row:first-of-type{border-top:0}
.row span:last-child{text-align:right;color:#111;font-weight:600}
.modal-mask{position:fixed;inset:0;z-index:80;background:rgba(15,23,42,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px}
.modal{background:#fff;border-radius:18px;padding:22px 18px;width:100%;max-width:320px;text-align:center;box-shadow:0 20px 50px rgba(0,0,0,.18)}
.modal-title{font-size:17px;font-weight:800;margin-bottom:10px}
.modal .btn-outline{margin-top:10px}
.tip{color:#6b7280;font-size:13px;line-height:1.55}
.muted{color:#9ca3af;font-size:13px}
.media img{width:100%;display:block;border-radius:10px;margin-bottom:12px}
.rich{font-size:14px;line-height:1.75;color:#374151;overflow:hidden}
.rich h3{font-size:16px;font-weight:800;color:#111;margin:16px 0 6px}
.rich h3:first-child{margin-top:0}
.rich p{margin:0 0 10px}
.rich p:last-child{margin-bottom:0}
.rich strong{color:#111}
.logo{width:100px;height:100px;object-fit:contain;margin:0 auto 16px;display:block;border-radius:8px;background:#edf4ff}
.center{text-align:center}
.code-row{display:flex;gap:8px;align-items:center}
.code-row input{flex:1}
.code-btn{border:1px solid var(--search-color);background:#fff;color:var(--search-color);border-radius:22px;padding:0 12px;min-height:40px;white-space:nowrap}
.upload-add{width:64px;height:64px;border:1px dashed #cbd5e1;border-radius:8px;background:#fff;font-size:28px;color:#9ca3af}
.agree{display:flex;gap:8px;align-items:flex-start;font-size:13px;color:#6b7280;margin:14px 0 4px;line-height:1.55}
.agree input{margin-top:2px;flex:none;width:16px;height:16px;accent-color:var(--search-color)}
.agree a{color:var(--search-color);font-weight:600}
.search-bar{position:relative;z-index:2;margin:8px 0 12px}
.search-unified{display:flex;align-items:center;min-height:44px;border:1px solid #e8e8e8;border-radius:44px;background:#fff;padding:4px 4px 4px 12px;box-shadow:0 2px 8px rgba(17,24,39,.04)}
.search-unified input{flex:1;border:0;background:transparent;font-size:15px;min-height:36px;outline:none;min-width:0}
.search-unified button{white-space:nowrap;margin-left:6px;font-size:14px;font-weight:800;color:#fff;padding:8px 16px;border-radius:22px;border:0;background:var(--search-color);min-height:36px}
.contact-card{background:#fff;border-radius:16px;box-shadow:0 2px 10px rgba(0,0,0,.08);padding:28px 18px 22px;text-align:center;margin-top:8px}
.contact-qr{width:148px;height:148px;object-fit:contain;margin:0 auto 14px;display:block;border-radius:10px;background:#edf4ff}
.contact-qr.ph{display:flex;align-items:center;justify-content:center;font-size:40px;font-weight:800;color:var(--search-color)}
.contact-name{font-size:18px;font-weight:800;margin-bottom:8px}
.contact-tel{font-size:20px;font-weight:800;letter-spacing:.02em;margin:10px 0 14px}
.contact-sub{margin-top:10px}
.page.has-settle .inner{padding-bottom:128px}
.cache-clear-btn{
  display:block;margin:4px auto 20px;padding:8px 12px;border:0;background:transparent;
  color:#9ca3af;font-size:12px;text-decoration:underline;text-underline-offset:2px;
  -webkit-tap-highlight-color:transparent;
}
.cache-clear-btn:active{opacity:.7}

.tab-bar{
  position:fixed;left:0;right:0;bottom:0;z-index:50;
  display:flex;background:rgba(255,255,255,.96);
  -webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);
  box-shadow:0 -1px 0 #f0f1f5;
  padding-bottom:env(safe-area-inset-bottom);min-height:52px;
}
.tab-bar a{
  flex:1;text-align:center;color:#6b7280;font-size:11px;padding:6px 0 4px;font-weight:600;
  display:flex;flex-direction:column;align-items:center;gap:2px;
  touch-action:manipulation;-webkit-tap-highlight-color:transparent;
  user-select:none;-webkit-user-select:none;
}
.tab-bar a.on{color:var(--search-color);font-weight:700}
.tab-bar svg{display:block;pointer-events:none}
.tab-bar a .i-on{display:none}
.tab-bar a.on .i-on{display:block}
.tab-bar a.on .i-off{display:none}
.mb-search-unified button[disabled]{opacity:.7}
.company-card,.biz,.order-item,.biz-row{touch-action:manipulation;-webkit-tap-highlight-color:transparent}
.nav-inner .back{-webkit-tap-highlight-color:transparent;touch-action:manipulation}
.complaint-fab{position:fixed;right:15px;bottom:calc(56px + env(safe-area-inset-bottom) + 12px);z-index:40;display:flex;align-items:center;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #eef0f4;border-radius:20px;box-shadow:0 4px 14px rgba(17,24,39,.10);padding:6px 10px;transition:transform .12s ease}
.complaint-fab:active{transform:scale(.95)}
/* 手机输入法弹起时隐藏固定底栏/投诉钮，避免顶到搜索框上 */
html.kb-open .tab-bar,
html.kb-open .complaint-fab,
html.kb-open .settle{
  visibility:hidden!important;pointer-events:none!important;opacity:0!important;
}
.complaint-icon-wrap{width:26px;height:26px;background:var(--search-color);border-radius:50%;display:flex;align-items:center;justify-content:center}
.complaint-text{font-size:13px;color:#333;margin-left:6px;font-weight:500}
.login-wrap{padding-bottom:12px}
.login-hero{background:#fff;border-radius:16px;padding:22px 18px 18px;margin-bottom:14px;box-shadow:0 2px 12px rgba(17,24,39,.07);border:1px solid #eef0f4;text-align:center}
.login-badge{display:inline-block;font-size:11px;font-weight:800;color:#fff;background:#07c160;border-radius:10px;padding:3px 8px;margin-bottom:10px;letter-spacing:.04em}
.login-title{font-size:20px;font-weight:800;color:#111;margin-bottom:6px}
.login-sub{margin:0;font-size:13px;color:#6b7280;line-height:1.55}
.login-warn,.login-ok{border-radius:12px;padding:12px 14px;margin-bottom:12px;font-size:13px;line-height:1.55}
.login-warn{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412}
.login-ok{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46}
.login-warn b,.login-ok b{display:block;margin-bottom:4px;font-size:14px}
.login-warn p,.login-ok p{margin:0}
.btn-wx{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:50px;border:0;border-radius:25px;background:#07c160;color:#fff;font-weight:800;font-size:16px;box-shadow:0 4px 14px rgba(7,193,96,.28);margin-bottom:8px}
.btn-wx:active{transform:scale(.99)}
.btn-wx[disabled]{opacity:.7}
.login-hint{text-align:center;font-size:12px;color:#9ca3af;margin:0 0 14px}
.login-or{display:flex;align-items:center;gap:10px;margin:8px 0 14px;color:#9ca3af;font-size:12px}
.login-or::before,.login-or::after{content:"";flex:1;height:1px;background:#e5e7eb}
.login-or span{flex:none}
.login-card{margin-bottom:0}
.login-foot-tip{margin:12px 0 0;text-align:center}
.login-auto{text-align:center;font-size:13px;color:var(--search-color);font-weight:600;margin:0 0 12px}
.login-modal .btn{margin-top:4px}
.pa-toast{position:fixed;left:50%;bottom:calc(72px + env(safe-area-inset-bottom));transform:translateX(-50%);z-index:90;max-width:82%;padding:12px 18px;border-radius:12px;background:rgba(17,24,39,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:14px;line-height:1.5;text-align:center;box-shadow:0 8px 24px rgba(0,0,0,.22);pointer-events:none}
