/* ============ 基础 ============ */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #000;
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.6;
  background: linear-gradient(rgb(30,64,175) 0%, rgb(37,99,235) 8%, rgb(59,130,246) 15%, rgb(96,165,250) 25%, rgb(147,197,253) 40%, rgb(219,234,254) 60%, rgb(239,246,255) 80%, rgb(248,250,252) 95%, #fff 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

/* ============ 背景装饰 ============ */
.bg-grid {
  position: fixed; inset: 0; pointer-events: none; z-index: 0;
  background-image: linear-gradient(rgba(37,99,235,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37,99,235,.04) 1px, transparent 1px);
  background-size: 20px 20px;
}
.bg-glow {
  position: fixed; border-radius: 50%; pointer-events: none; z-index: 0;
  filter: blur(60px);
}
.glow-1 { left: 15%; top: 0; width: 200px; height: 200px; background: radial-gradient(circle, rgba(37,99,235,.2) 0%, transparent 70%); animation: pulseGlow 6s ease-in-out infinite; }
.glow-2 { right: 15%; bottom: 20%; width: 250px; height: 250px; background: radial-gradient(circle, rgba(59,130,246,.16) 0%, transparent 70%); animation: pulseGlow 7s ease-in-out 2s infinite; }
.glow-3 { left: 50%; top: 40%; width: 300px; height: 300px; transform: translateX(-50%); background: radial-gradient(circle, rgba(37,99,235,.12) 0%, transparent 80%); animation: pulseGlow 8s ease-in-out 1s infinite; }
@keyframes pulseGlow {
  0%, 100% { transform: scale(1); opacity: .6; }
  50% { transform: scale(1.15); opacity: 1; }
}
.watermark-bg {
  position: fixed; top: 45%; left: 50%; transform: translate(-50%,-50%) rotate(-45deg);
  font-size: 48px; color: rgba(37,99,235,.05); font-weight: bold; letter-spacing: 8px;
  white-space: nowrap; pointer-events: none; z-index: 0; user-select: none;
}

.page { position: relative; z-index: 2; }

/* ============ 顶部口号 ============ */
.hero {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 14px 0;
}
.hero-heading { font-size: 28px; font-weight: bold; color: #fff; text-shadow: 0 1px 6px rgba(30,64,175,.4), 0 2px 8px rgba(0,0,0,.2); }
.hero-heading .indent { text-indent: 1.2em; }
.hero-img { width: 120px; opacity: .9; }
.hero-img svg { width: 100%; }

/* ============ 卡片通用 ============ */
.card {
  background: #fff;
  margin: 8px 12px;
  border-radius: 12px;
  padding: 10px 12px;
  box-shadow: 0 3px 12px rgba(30,58,138,.15);
}
.card-title {
  display: flex; align-items: center;
  font-size: 18px; font-weight: bold; color: #2563eb;
  position: relative; padding-bottom: 6px;
}
.card-title svg { width: 20px; height: 20px; margin-right: 6px; flex-shrink: 0; }
.card-title::after {
  content: ""; position: absolute; bottom: 0; left: 0; height: 8px; width: 100%;
  background: linear-gradient(90deg, #2563eb, #3b82f6); opacity: .6;
  border-radius: 999px; z-index: -1;
}
.title-tag { font-size: 12px; color: #FFA319; font-weight: normal; margin-left: auto; }

/* ============ 企业信息卡 ============ */
.company-name {
  font-size: 20px; font-weight: bold; color: #ee0000;
  line-height: 1.3; margin-bottom: 8px;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.divider-grad {
  height: 1px; margin: 8px 0;
  background: linear-gradient(90deg, transparent, #e5e7eb, transparent);
}
.company-legal { font-size: 14px; color: #1f2937; margin-bottom: 8px; }
.company-legal span { font-weight: 600; color: #2563eb; }
.company-kf {
  display: flex; align-items: center; gap: 6px; flex-wrap: wrap;
  font-size: 13px; color: #374151; margin-bottom: 10px;
}
.kf-text { font-weight: 600; color: #2563eb; }
.kf-btn {
  position: relative; overflow: hidden;
  border: none; cursor: pointer;
  color: #fff; font-size: 13px; font-weight: 500;
  padding: 3px 14px; border-radius: 999px;
  background: linear-gradient(135deg, rgb(30,58,138) 0%, rgb(30,64,175) 50%, rgb(37,99,235) 100%);
  box-shadow: 0 2px 8px rgba(30,58,138,.5), inset 0 1px 0 rgba(255,255,255,.2);
  text-decoration: none;
}
.kf-btn.solid { padding: 5px 16px; font-size: 13px; }

/* 三列表格 */
.report-box {
  border: 1px solid rgb(37,99,235);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(30,58,138,.12), inset 0 1px 0 rgba(255,255,255,.5);
  padding-bottom: 10px;
}
.report-head {
  display: flex; text-align: center;
  font-size: 14px; font-weight: 600; color: #1f2937;
  background: #eff6ff; border-bottom: 1px solid rgba(30,58,138,.12);
  border-radius: 8px 8px 0 0; padding: 8px 0;
}
.report-head > div { width: 33.333%; }
.report-row { display: flex; text-align: center; padding: 6px 0; font-size: 14px; }
.report-row > div { width: 33.333%; }
.report-year { font-weight: 500; }
.report-unpub { font-weight: 600; color: #2563eb; }
.report-act { font-weight: 600; color: #E40000; cursor: pointer; }

/* 提示条 */
.warn-bar {
  display: inline-flex; align-items: center; gap: 4px;
  margin-top: 10px; padding: 5px 12px; border-radius: 6px;
  background: #fef2f2; border: 1px solid rgba(220,38,38,.2);
  color: #dc2626; font-size: 13px;
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.warn-bar svg { width: 14px; height: 14px; flex-shrink: 0; }
.card-source { font-size: 12px; color: #6b7280; margin-top: 6px; }

/* ============ 关于年报 ============ */
.law-card {
  position: relative; overflow: hidden;
  margin-top: 8px; border-radius: 8px; padding: 10px 14px;
  background: linear-gradient(135deg, rgba(30,58,138,.12) 0%, rgba(37,99,235,.1) 50%, rgba(59,130,246,.08) 100%);
  border: 1px solid rgba(30,58,138,.25);
  box-shadow: 0 2px 8px rgba(30,58,138,.2), inset 0 0 0 1px rgba(255,255,255,.3);
}
.law-title {
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: bold; color: #1e40af;
  text-shadow: 0 1px 1px rgba(30,64,175,.1);
  margin-bottom: 8px;
}
.law-warn-icon {
  width: 18px; height: 18px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(220,38,38,.15), rgba(239,68,68,.12));
  border: 1px solid rgba(220,38,38,.3);
}
.law-warn-icon svg { width: 10px; height: 10px; }
.law-body {
  font-size: 13.5px; line-height: 1.7; letter-spacing: .5px;
  background: linear-gradient(135deg, #EAF3FF, #F0F7FF);
  border: 1px solid rgba(59,130,246,.12);
  border-radius: 6px; padding: 8px 10px;
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.hl-red { color: #ee0000; font-weight: 600; }
.tip-gray {
  margin-top: 8px; font-size: 12px; color: #555; line-height: 1.6;
  background: #F9F9F9; border: 1px solid rgba(59,130,246,.1);
  border-radius: 5px; padding: 8px 10px;
}
.tip-gray a { color: #3b82f6; font-weight: 600; text-decoration: underline; }

/* ============ 企业服务办理 ============ */
.flow-card {
  position: relative; overflow: hidden;
  margin: 10px 0; border-radius: 8px; padding: 16px 10px;
  text-align: center; font-size: 16px; font-weight: bold; color: #2563eb;
  text-shadow: 0 1px 2px rgba(37,99,235,.1);
  background: linear-gradient(135deg, rgba(37,99,235,.08), rgba(59,130,246,.06) 30%, rgba(147,197,253,.04) 60%, rgba(219,234,254,.03));
  border: 1px solid rgba(37,99,235,.15);
  box-shadow: 0 2px 6px rgba(0,0,0,.08);
}

/* 服务卡片 */
.service-card {
  display: flex; align-items: center; justify-content: space-between;
  border-radius: 12px; padding: 10px 12px; margin-top: 8px;
  cursor: pointer; transition: all .2s;
}
.service-card.active { outline: 2px solid rgba(30,64,175,.4); }
.srv-red { background: linear-gradient(135deg, rgba(220,38,38,.22) 0%, rgba(239,68,68,.08) 50%, rgba(248,113,113,.06) 100%); }
.srv-blue { background: linear-gradient(135deg, rgba(30,64,175,.15) 0%, rgba(37,99,235,.12) 50%, rgba(59,130,246,.08) 100%); }
.srv-orange { background: linear-gradient(135deg, rgba(217,119,6,.22) 0%, rgba(245,158,11,.1) 50%, rgba(251,191,36,.06) 100%); }
.srv-name { font-size: 17px; font-weight: bold; text-shadow: 0 1px 1px rgba(0,0,0,.05); }
.srv-desc { font-size: 12.5px; font-weight: 500; margin-top: 3px; }
.srv-red .srv-name { color: #ee0000; }
.srv-red .srv-desc { color: #ee0000; }
.srv-blue .srv-name { color: #2563eb; }
.srv-blue .srv-desc { color: #2563eb; }
.srv-orange .srv-name { color: #b45309; }
.srv-orange .srv-desc { color: #b45309; }
.srv-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.price-old { color: #9ca3af; font-size: 12px; text-decoration: line-through; margin-right: 12px; }
.price-new { font-size: 20px; font-weight: bold; color: #1e40af; text-shadow: 0 1px 1px rgba(0,0,0,.05); }
.price-new.dark { color: #1f2937; }
/* 统一选中指示器：未选中空心圈，选中蓝底白勾 */
.radio-circle {
  width: 20px; height: 20px; border-radius: 50%; flex-shrink: 0;
  border: 2px solid rgb(59,130,246);
  background: linear-gradient(135deg, rgba(59,130,246,.1), rgba(96,165,250,.08));
  box-shadow: 0 1px 4px rgba(59,130,246,.3), inset 0 1px 1px rgba(255,255,255,.5);
  display: flex; align-items: center; justify-content: center;
}
.radio-circle svg { width: 12px; height: 12px; opacity: 0; transition: opacity .15s; }
.service-card.active .radio-circle {
  border-color: transparent;
  background: linear-gradient(135deg, rgb(30,64,175) 0%, rgb(37,99,235) 100%);
  box-shadow: 0 2px 6px rgba(30,64,175,.5), inset 0 1px 1px rgba(255,255,255,.3);
}
.service-card.active .radio-circle svg { opacity: 1; }

/* 表单 */
.form { margin-top: 10px; }
.form input {
  width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 8px;
  margin-bottom: 10px; font-size: 14px; outline: none;
}
.form input:focus { border-color: #2563eb; }

/* 提交按钮 */
.submit-btn {
  position: relative; overflow: hidden;
  margin-top: 2px; padding: 13px 0; text-align: center;
  font-size: 16px; font-weight: bold; color: #fff; cursor: pointer;
  border-radius: 999px;
  background: linear-gradient(135deg, rgb(30,58,138) 0%, rgb(30,64,175) 50%, rgb(37,99,235) 100%);
  box-shadow: 0 4px 16px rgba(30,58,138,.5), inset 0 1px 0 rgba(255,255,255,.25);
  text-shadow: 0 1px 2px rgba(0,0,0,.3);
}
.submit-btn::before {
  content: ""; position: absolute; inset: 0; opacity: .25;
  background-image: linear-gradient(rgba(59,130,246,.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59,130,246,.15) 1px, transparent 1px);
  background-size: 10px 10px;
}
.submit-btn::after {
  content: ""; position: absolute; inset: 0; opacity: .15;
  background: radial-gradient(circle at 30% 50%, rgba(59,130,246,.25) 0%, transparent 50%);
}
.submit-btn:active { transform: scale(.98); }

/* 协议 */
.agreement {
  margin-top: 10px; font-size: 13px; color: #000;
  display: flex; align-items: flex-start; gap: 6px;
}
.agree-check { flex-shrink: 0; margin-top: 3px; }
.agreement .link { color: #3b82f6; }

/* ============ 实时案例(滚动) ============ */
.case-viewport { height: 280px; overflow: hidden; margin-top: 4px; }
.case-track { animation: caseScroll 30s linear infinite; }
@keyframes caseScroll {
  from { transform: translateY(0); }
  to { transform: translateY(-50%); }
}
.case-item {
  display: flex; align-items: center;
  margin-top: 8px; padding: 8px 10px;
  border: 1px solid rgba(37,99,235,.08);
  border-radius: 6px; font-size: 12px;
}
.case-left { width: 40%; text-align: left; }
.case-time { font-weight: 500; color: #333; font-size: 11px; }
.case-phone { color: #666; font-size: 11px; margin-top: 2px; }
.case-mid { width: 20%; text-align: center; color: #1f2937; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.case-right { width: 40%; display: flex; justify-content: center; gap: 6px; }
.case-badge {
  display: inline-block; padding: 2px 8px; border-radius: 4px;
  font-size: 11px; font-weight: 500; color: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.badge-paid { background: #04C76D; }
.badge-report { background: #2563eb; }
.case-divider { height: 1px; margin: 8px 0 0; background: linear-gradient(90deg, transparent, #e5e7eb, transparent); }

/* ============ FAQ ============ */
.card-title-row {
  display: flex; align-items: flex-start; justify-content: space-between;
  margin-bottom: 6px;
}
.card-title-row .card-title { padding-bottom: 6px; }
.faq-item { margin-bottom: 12px; }
.faq-row { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.faq-num {
  width: 24px; height: 24px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, rgb(147,197,253) 0%, rgb(96,165,250) 100%);
  color: #fff; font-weight: bold; font-size: 14px;
  display: flex; align-items: center; justify-content: center;
}
.faq-q { font-size: 16px; font-weight: bold; color: #1f2937; }
.faq-a { font-size: 14px; color: #4b5563; line-height: 1.7; }

/* ============ 企业服务说明 ============ */
.svc-slogan { text-align: center; font-size: 14px; font-weight: 500; color: #f97316; margin: 8px 0; }
.steps { display: flex; align-items: center; justify-content: space-between; }
.step { font-size: 14px; font-weight: bold; color: #2563eb; }
.step-arrow { width: 18px; height: 12px; flex-shrink: 0; }
.svc-items { margin-top: 10px; }
.svc-item { display: flex; align-items: flex-start; margin-bottom: 10px; }
.svc-item-icon {
  width: 20px; height: 20px; border-radius: 4px; flex-shrink: 0;
  background: #2563eb; margin-right: 10px; margin-top: 2px;
  display: flex; align-items: center; justify-content: center;
}
.svc-item-icon svg { width: 12px; height: 12px; }
.svc-item-name { font-size: 16px; font-weight: bold; color: #1f2937; }
.svc-item-desc { font-size: 13px; color: #6b7280; }
.svc-note {
  margin-top: 6px; background: #f3f4f6; border-radius: 8px;
  padding: 12px; font-size: 13px; line-height: 1.7; color: #4b5563;
}
.svc-note p { margin-bottom: 6px; }
.svc-note p:last-child { margin-bottom: 0; }
.svc-note b { color: #f97316; }

/* ============ 关于我们 ============ */
.about-body { padding: 8px 4px 4px; font-size: 14px; color: #1f2937; line-height: 1.7; }
.about-time { margin-top: 8px; font-weight: 500; }

/* ============ 页脚 ============ */
.footer { text-align: center; padding: 14px 10px 90px; }
.footer-line { font-size: 13px; color: #999; margin-bottom: 4px; }
.footer-copy { font-size: 12px; color: #999; opacity: .6; margin-top: 8px; }

/* ============ 右侧悬浮按钮 ============ */
.float-stack { position: fixed; right: 0; top: 15%; z-index: 98; display: flex; flex-direction: column; gap: 10px; }
.float-item {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 6px 5px; border-radius: 12px 0 0 12px; cursor: pointer;
  background: #fff;
  box-shadow: 0 2px 6px rgba(59,130,246,.3);
}
.float-item img { width: 28px; height: 28px; }
.float-label {
  margin-top: 2px; padding: 1px 6px; border-radius: 6px;
  font-size: 10px; color: #fff; white-space: nowrap;
  background: linear-gradient(90deg, rgb(36,66,112) 0%, rgb(46,90,147) 50%, rgb(58,111,181) 100%);
  box-shadow: 0 1px 3px rgba(59,130,246,.4);
}

/* ============ 底部固定栏 ============ */
.bottom-space { height: 70px; }
.bottom-bar {
  position: fixed; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 100%; max-width: 480px; z-index: 98;
  background: #fff; padding: 10px 16px;
  box-shadow: 0 -2px 16px rgba(0,0,0,.08);
}
.bottom-btn {
  position: relative; overflow: hidden;
  text-align: center; padding: 12px 0;
  font-size: 16px; font-weight: bold; color: #fff; cursor: pointer;
  border-radius: 999px;
  background: linear-gradient(135deg, rgb(30,58,138) 0%, rgb(30,64,175) 50%, rgb(37,99,235) 100%);
  box-shadow: 0 4px 16px rgba(30,58,138,.5), inset 0 1px 0 rgba(255,255,255,.25);
  animation: bottomBreath 2s ease-in-out infinite;
}
.bottom-btn::before {
  content: ""; position: absolute; inset: 0; opacity: .25;
  background-image: linear-gradient(rgba(59,130,246,.15) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59,130,246,.15) 1px, transparent 1px);
  background-size: 10px 10px;
}
@keyframes bottomBreath {
  0%, 100% { box-shadow: 0 4px 16px rgba(30,58,138,.5), inset 0 1px 0 rgba(255,255,255,.25); }
  50% { box-shadow: 0 4px 24px rgba(30,58,138,.75), inset 0 1px 0 rgba(255,255,255,.25); }
}

/* ============ 弹窗 ============ */
.modal-mask {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.5);
  display: flex; align-items: center; justify-content: center;
  z-index: 200;
  animation: maskFade .25s ease;
}
.modal {
  background: #fff; width: 86%; max-width: 420px; border-radius: 10px; padding: 18px;
  animation: modalPop .32s cubic-bezier(.34, 1.4, .64, 1);
}
@keyframes maskFade {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes modalPop {
  from { opacity: 0; transform: scale(.85) translateY(24px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}
.modal-title { font-size: 16px; font-weight: bold; text-align: center; margin-bottom: 14px; }
.modal-body input,
.modal-body textarea {
  width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 6px;
  margin-bottom: 10px; font-size: 14px; font-family: inherit; outline: none;
}
.modal-btns { display: flex; gap: 10px; }
.modal-btns button { flex: 1; padding: 10px; border: none; border-radius: 6px; font-size: 14px; cursor: pointer; }
.btn-cancel { background: #eee; color: #666; }
.btn-ok { background: #1e5ed8; color: #fff; }

/* 设置提醒弹窗 */
.modal-center { text-align: center; }
.remind-img { width: 90px; display: block; margin: 4px auto 10px; }
.remind-title { font-size: 20px; font-weight: bold; color: #1f2937; }
.remind-text { font-size: 13px; color: #666; margin: 12px 0 16px; line-height: 1.7; }
.remind-btn {
  padding: 11px 0; border-radius: 999px;
  background: linear-gradient(135deg, rgb(30,58,138) 0%, rgb(30,64,175) 50%, rgb(37,99,235) 100%);
  color: #fff; font-size: 15px; font-weight: bold; cursor: pointer;
  box-shadow: 0 4px 12px rgba(30,58,138,.4);
}

/* 填写资料弹窗 */
.form-modal-head { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 12px; }
.check-blue {
  width: 22px; height: 22px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgb(30,64,175) 0%, rgb(37,99,235) 100%);
  box-shadow: 0 2px 6px rgba(30,64,175,.4);
}
.check-blue svg { width: 13px; height: 13px; }
.form-modal-title { font-size: 16px; font-weight: bold; color: #2563eb; }
.form-agree {
  display: flex; align-items: flex-start; gap: 6px;
  font-size: 13px; color: #333; margin: 4px 0 12px; cursor: pointer;
}
.form-agree .link { color: #3b82f6; }
.agree-box {
  width: 16px; height: 16px; border: 1.5px solid #bbb; border-radius: 3px;
  flex-shrink: 0; margin-top: 2px; background: #fff;
  position: relative;
}
.agree-box.checked { background: #04C76D; border-color: #04C76D; }
.agree-box.checked::after {
  content: "✓"; position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 11px; font-weight: bold;
}

/* 支付方式弹窗 */
.pay-options { margin-bottom: 12px; }
.pay-option {
  display: flex; align-items: center; gap: 10px;
  border: 1.5px solid #e5e7eb; border-radius: 8px;
  padding: 12px; margin-bottom: 8px; cursor: pointer;
}
.pay-option.active { border-color: #2563eb; background: #eff6ff; }
.pay-logo {
  width: 28px; height: 28px; border-radius: 6px; flex-shrink: 0;
  color: #fff; font-size: 15px; font-weight: bold;
  display: flex; align-items: center; justify-content: center;
}
.pay-logo.wx { background: #07C160; }
.pay-logo.ali { background: #1677ff; }
.pay-name { flex: 1; font-size: 14px; font-weight: 600; color: #1f2937; }
.pay-radio {
  width: 18px; height: 18px; border-radius: 50%; border: 1.5px solid #bbb;
  flex-shrink: 0; position: relative;
}
.pay-option.active .pay-radio { border-color: #2563eb; }
.pay-option.active .pay-radio::after {
  content: ""; position: absolute; inset: 3px; border-radius: 50%; background: #2563eb;
}

/* 协议弹窗 */
.protocol-modal { display: flex; flex-direction: column; max-height: 80vh; }
.protocol-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 10px;
}
.protocol-head span:first-child { font-size: 16px; font-weight: bold; color: #1f2937; }
.protocol-close {
  width: 24px; height: 24px; border-radius: 50%;
  background: #f3f4f6; color: #666; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px;
}
.protocol-body {
  flex: 1; overflow-y: auto; margin-bottom: 12px;
  font-size: 13px; color: #4b5563; line-height: 1.8;
  border-top: 1px solid #f0f0f0; padding-top: 10px;
}
.protocol-body p { margin-bottom: 8px; }

/* ============ 原站式确认弹窗(资料/投诉) ============ */
.popup-confirm {
  width: 92%; max-width: 400px; padding: 0; border-radius: 12px;
  overflow: hidden; box-shadow: 0 6px 24px rgba(0,0,0,.15);
  display: flex; flex-direction: column; max-height: 86vh;
}
/* 标题区 */
.pc-head {
  position: relative;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(37,99,235,.1);
  background: linear-gradient(135deg, rgba(37,99,235,.05) 0%, rgba(59,130,246,.03) 100%);
}
.pc-head-title { display: flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 600; color: #2563eb; padding-right: 24px; }
.pc-close {
  position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
  color: #94a3b8; font-size: 16px; cursor: pointer; line-height: 1;
}
/* 公司信息区 */
.pc-company {
  position: relative; overflow: hidden;
  padding: 12px 16px;
  background: linear-gradient(135deg, rgba(37,99,235,.08) 0%, rgba(59,130,246,.05) 100%);
  border-bottom: 1px solid rgba(37,99,235,.1);
}
.pc-company::before {
  content: ""; position: absolute; inset: 0; opacity: .3;
  background-image: linear-gradient(rgba(37,99,235,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37,99,235,.05) 1px, transparent 1px);
  background-size: 12px 12px;
}
.pc-c-row { position: relative; display: flex; align-items: center; gap: 8px; padding: 3px 0; }
.pc-c-row svg { width: 18px; height: 18px; flex-shrink: 0; }
.pc-c-name { font-size: 16px; font-weight: 600; color: #1f2937; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pc-c-legal { font-size: 15px; color: #6b7280; }
.pc-c-legal span { font-weight: 600; color: #2563eb; }
/* 输入区 */
.pc-body { padding: 14px 16px 0; overflow-y: auto; }
.pc-field { margin-bottom: 12px; }
.pc-field label {
  display: block; font-size: 13px; font-weight: 500; color: #374151; margin-bottom: 6px;
}
.pc-field input,
.pc-field select,
.pc-field textarea {
  width: 100%; padding: 11px 12px; border-radius: 12px;
  border: 1px solid rgba(37,99,235,.15);
  background: #f8fafc; font-size: 14px; color: #1f2937;
  font-family: inherit; outline: none;
}
.pc-field select { appearance: auto; }
.pc-field input:focus,
.pc-field textarea:focus { background: #fff; box-shadow: 0 2px 6px rgba(37,99,235,.15); }
/* 协议勾选 */
.pc-agree {
  display: flex; align-items: flex-start; gap: 6px;
  padding: 0 16px 12px;
  font-size: 13px; color: #4b5563; cursor: pointer;
}
.pc-agree .link { color: #2563eb; font-weight: 500; }
/* 底部按钮区 */
.pc-footer {
  padding: 10px 16px 18px;
  background: linear-gradient(transparent 0%, rgba(255,255,255,.95) 20%, #fff 100%);
}
