/* 智能专家推荐 */
.pg-recommend .hero.compact .hero-body{padding-bottom:52px}
.rc-top{margin-top:-30px;position:relative;z-index:4;display:grid;grid-template-columns:minmax(0,440px) minmax(0,1fr);gap:0;padding:0;overflow:hidden}
.rc-form{padding:18px 20px 20px;display:flex;flex-direction:column;gap:14px;min-width:0}
.rc-form h2{margin:0;font-size:18px;color:#0f2a7c;display:flex;align-items:center;gap:6px}
.rc-form h2 svg{width:20px;height:20px;color:#1a5ad8}
.rc-form .fld{display:flex;flex-direction:column;gap:6px;min-width:0}
.rc-form label,.rc-form .lb{font-size:13px;font-weight:600;color:#10306f}
.rc-form label small,.rc-form .lb small{font-weight:400;color:#7a88a6;margin-left:8px;font-size:12px}
.rc-form input,.rc-form textarea{font:inherit;font-size:14px;color:#14264d;border:1px solid #cfdcf0;border-radius:8px;background:#fbfdff;padding:9px 12px;width:100%;box-sizing:border-box;outline:0;-webkit-appearance:none;appearance:none}
.rc-form textarea{resize:vertical;min-height:112px;line-height:1.65}
.rc-form input:focus,.rc-form textarea:focus{border-color:#3d86f0;box-shadow:0 0 0 3px rgba(61,134,240,.15);background:#fff}
.rc-form .ent-in{position:relative}
.rc-form .ent-in input{padding-right:36px}
.rc-form .ent-in .x{position:absolute;right:6px;top:50%;margin-top:-13px;width:26px;height:26px;border:0;border-radius:50%;background:#e9f0fb;color:#3b5a96;font-size:16px;line-height:26px;cursor:pointer;padding:0}
.rc-form .ent-in .x[hidden]{display:none}
.rc-form .hint{margin:0;font-size:12px;color:#51689d;min-height:16px;line-height:1.5}
.rc-form .cnt{align-self:flex-end;font-size:11.5px;color:#8a97b2;margin-top:-2px}
.src-chips,.exs{display:flex;flex-wrap:wrap;gap:6px}
.src-chip{font:inherit;font-size:12.5px;line-height:20px;padding:4px 10px;border:1px solid #d3e0f3;border-radius:16px;background:#fff;color:#6b7c9e;cursor:pointer;display:inline-flex;align-items:center;gap:6px;-webkit-appearance:none;appearance:none}
.src-chip b{font-weight:600;font-size:11.5px;color:#9aa8c2}
.src-chip.on{border-color:#8fb4ee;background:#f1f7ff;color:#123a8a}
.src-chip.on b{color:#3b6fc4}
.src-chip:not(.on) .dot{opacity:.3}
.dot{display:inline-block;width:8px;height:8px;border-radius:50%;flex:none}
.dot.sjtu{background:#4896ff}.dot.chuangzhi{background:#2dd4c8}.dot.shanghai{background:#a08cff}.dot.hunan{background:#ffba52}
.ex{font:inherit;font-size:12.5px;line-height:1.5;text-align:left;padding:5px 10px;border:1px dashed #b9cdec;border-radius:8px;background:#f7faff;color:#27427f;cursor:pointer;-webkit-appearance:none;appearance:none}
.ex:hover{border-style:solid;border-color:#8fb4ee;background:#eef5ff}
.src-chip:focus-visible,.ex:focus-visible,.rc-form .x:focus-visible,.seg button:focus-visible,.plink:focus-visible,.rcard .nm:focus-visible{outline:2px solid #7ea4e6;outline-offset:2px}
.rc-form .acts{display:flex;gap:10px;margin-top:2px}
.rc-form .acts .btn-p{flex:1;height:40px;font-size:15px;font-weight:700}
.rc-form .acts .btn-p svg{width:18px;height:18px}
.rc-form .acts .btn-w{height:40px;padding:0 16px}
.rc-form .acts .btn[disabled]{opacity:.65;cursor:progress}
/* 检索舞台 */
.rc-stage{position:relative;min-height:440px;background:radial-gradient(ellipse at 50% 42%,#0e3b8f 0%,#072459 46%,#041436 100%);overflow:hidden;color:#fff}
.rc-stage:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(120,170,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(120,170,255,.06) 1px,transparent 1px);background-size:36px 36px;-webkit-mask-image:radial-gradient(ellipse at 50% 45%,#000 30%,transparent 78%);mask-image:radial-gradient(ellipse at 50% 45%,#000 30%,transparent 78%);pointer-events:none}
.rc-stage canvas{position:absolute;left:0;top:0;width:100%;height:100%;display:block}
.rc-stage .cap{position:absolute;left:18px;right:18px;top:14px;pointer-events:none}
.rc-stage .cap .t{font-size:15px;font-weight:700;letter-spacing:.5px;text-shadow:0 1px 8px rgba(0,20,70,.6)}
.rc-stage .cap .s{font-size:12px;color:#b8cdf3;margin-top:3px;text-shadow:0 1px 6px rgba(0,20,70,.6)}
.rc-stage .steps{position:absolute;left:12px;right:12px;bottom:12px;margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}
.rc-stage .steps li{display:flex;align-items:center;gap:6px;font-size:12px;color:#8fa9d8;background:rgba(8,30,80,.55);border:1px solid rgba(120,170,255,.18);border-radius:8px;padding:6px 8px;min-width:0;-webkit-transition:all .3s;transition:all .3s}
.rc-stage .steps li b{flex:none;width:18px;height:18px;border-radius:50%;background:rgba(120,170,255,.2);font-size:11px;line-height:18px;text-align:center;color:#cfe0ff}
.rc-stage .steps li span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rc-stage .steps li.on{color:#fff;border-color:#6fb0ff;background:rgba(30,90,200,.55);box-shadow:0 0 14px rgba(80,150,255,.35)}
.rc-stage .steps li.on b{background:#4f9bff;color:#fff}
.rc-stage .steps li.done{color:#d9e7ff;border-color:rgba(255,214,120,.45)}
.rc-stage .steps li.done b{background:#ffd678;color:#3b2a00}
/* 结果 */
.rc-res{margin-top:12px}
.rc-res[hidden]{display:none}
.rc-res .sec-h{flex-wrap:wrap;row-gap:8px}
.rc-res .sec-h .d{flex:1;min-width:0}
.seg{display:inline-flex;border:1px solid #d3e0f3;border-radius:8px;overflow:hidden;background:#fff}
.seg button{font:inherit;font-size:12.5px;padding:5px 12px;border:0;background:none;color:#51689d;cursor:pointer}
.seg button.on{background:#1e52b8;color:#fff;font-weight:600}
.rc-notice{margin:0 0 12px;padding:10px 14px;border-radius:8px;font-size:13px;line-height:1.6;background:#f4f8ff;border:1px solid #d5e2f5;color:#27427f}
.rc-notice[hidden]{display:none}
.rc-notice b{display:block;font-size:14px;margin-bottom:2px}
.rc-notice.warn{background:#fff9ec;border-color:#f2dfae;color:#6b4e00}
.rc-notice.err{background:#fdf3f2;border-color:#f0cfcb;color:#7a2a22}
.rc-notice a{color:#1161f5;font-weight:600}
.rc-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.rc-list .grp{grid-column:1/-1;margin:6px 0 -2px;font-size:14px;color:#10306f;display:flex;align-items:center;gap:8px}
.rc-list .grp span{font-weight:400;font-size:12px;color:#7a88a6}
.rcard{position:relative;display:grid;grid-template-columns:72px minmax(0,1fr);gap:14px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:16px 16px 14px;min-width:0}
.rcard.in{-webkit-animation:rcIn .55s cubic-bezier(.2,.8,.2,1) both;animation:rcIn .55s cubic-bezier(.2,.8,.2,1) both}
@-webkit-keyframes rcIn{from{opacity:0;-webkit-transform:translateY(18px) scale(.98)}to{opacity:1;-webkit-transform:none}}
@keyframes rcIn{from{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:none}}
.rcard .rk{position:absolute;left:-1px;top:-1px;min-width:26px;height:24px;padding:0 6px;border-radius:12px 0 10px 0;background:linear-gradient(160deg,#2f7be0,#0b4cb8);color:#fff;font-size:13px;font-weight:700;line-height:24px;text-align:center;box-sizing:border-box}
.rcard .av{width:72px;height:90px;border-radius:8px;overflow:hidden;background:linear-gradient(160deg,#2d6fe8,#0d3b8f);color:#fff;font-size:30px;font-weight:800;display:flex;align-items:center;justify-content:center;font-family:"Songti SC","STSong",serif}
.rcard .av img{width:100%;height:100%;object-fit:cover;object-position:top center}
.rcard .bd{min-width:0;display:flex;flex-direction:column;gap:7px}
.rcard .hd{display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px}
.rcard h3{margin:0;font-size:17px;color:#0b2a78;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
.rcard .nm{font:inherit;color:inherit;background:none;border:0;padding:0;cursor:pointer;font-weight:700}
.rcard .nm:hover{color:#1161f5;text-decoration:underline}
.rcard .ttl{font-size:12px;font-weight:400;color:#51689d}
.rcard .src{font-size:11.5px;line-height:18px;padding:0 8px;border-radius:9px;border:1px solid;white-space:nowrap}
.rcard .src.sjtu{color:#1a5ad8;border-color:#bcd3f7;background:#f0f6ff}
.rcard .src.chuangzhi{color:#0c8a82;border-color:#b5e6e2;background:#effbfa}
.rcard .src.shanghai{color:#5a45c9;border-color:#d3cbf7;background:#f5f3ff}
.rcard .src.hunan{color:#9a6200;border-color:#f3dcae;background:#fff8ea}
.rcard .vf{font-size:11.5px;line-height:18px;padding:0 8px 0 6px;border-radius:9px;background:#e7f6ee;color:#16704a;border:1px solid #bfe3cf;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}
.rcard .vf:before{content:"✓ ";font-weight:700}
.rcard .stars{margin-left:auto;white-space:nowrap;letter-spacing:1px;font-size:14px}
.rcard .stars i{font-style:normal;color:#d9e1ee}
.rcard .stars i.on{color:#f5a623}
.rcard .org{font-size:12.5px;color:#51689d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.rcard .why{margin:0;font-size:13.5px;line-height:1.75;color:#23324f}
.rcard .sd{display:flex;flex-wrap:wrap;gap:4px}
.rcard .sd .tag{margin:0;max-width:100%;white-space:normal;text-align:left;line-height:1.45}
.rcard .coop{display:flex;align-items:center;gap:8px;font-size:12.5px}
.rcard .coop .l{color:#6a79a7}
.rcard .pp{margin:0;padding:8px 10px;list-style:none;background:#f7faff;border:1px solid #e6eef9;border-radius:8px;display:flex;flex-direction:column;gap:6px}
.rcard .plink{font:inherit;font-size:12.5px;line-height:1.5;text-align:left;color:#10306f;background:none;border:0;padding:0;cursor:pointer}
.rcard .plink:hover{color:#1161f5;text-decoration:underline}
.rcard .pp .m{display:block;font-size:11px;color:#7a88a6}
.rcard .acts{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:2px}
.rcard .acts .hp{margin-left:auto;font-size:12px;color:#1161f5;text-decoration:none}
.rcard .acts .hp:hover{text-decoration:underline}
.rcard.fb{border-style:dashed}
.rcard.sk{pointer-events:none}
.rcard.sk .av,.rcard.sk .bd i{background:linear-gradient(90deg,#eef3fa 25%,#e1e9f5 37%,#eef3fa 63%);background-size:400% 100%;-webkit-animation:rcSk 1.3s ease infinite;animation:rcSk 1.3s ease infinite}
.rcard.sk .bd i{display:block;height:12px;border-radius:6px;width:100%}
.rcard.sk .bd i:first-child{height:18px}
@-webkit-keyframes rcSk{0%{background-position:100% 50%}100%{background-position:0 50%}}
@keyframes rcSk{0%{background-position:100% 50%}100%{background-position:0 50%}}
.rc-list .raw{grid-column:1/-1;font-size:13px;color:#3d4b64}
.rc-list .raw pre{white-space:pre-wrap;word-break:break-word;background:#f7f9fc;border:1px solid #e3ebf7;border-radius:8px;padding:12px;max-height:420px;overflow:auto;font-size:12.5px;line-height:1.6}
.rc-foot{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 16px;margin-top:16px;padding-top:12px;border-top:1px solid #eef3fa}
.rc-foot .disc{margin:0;font-size:12px;color:#7a88a6;line-height:1.6;flex:1;min-width:240px}
.rc-foot .btn svg{width:15px;height:15px;margin-right:4px}
.rc-foot .btn[disabled]{opacity:.5;cursor:not-allowed}
@media (prefers-reduced-motion:reduce){.rcard.in,.rcard.sk .av,.rcard.sk .bd i{-webkit-animation:none;animation:none}}
@media (max-width:1100px){.rc-top{grid-template-columns:minmax(0,380px) minmax(0,1fr)}.rc-list{grid-template-columns:1fr}}
@media (max-width:900px){
  .rc-top{margin-top:12px;grid-template-columns:1fr}
  .rc-stage{min-height:300px;order:2}
  .rc-form{padding:16px}
  .src-chips,.exs{flex-direction:column;align-items:stretch}
  .src-chip{justify-content:flex-start}.src-chip b{margin-left:auto}
  .rc-stage .steps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .rc-stage .cap .s{display:none}
  .rcard{grid-template-columns:56px minmax(0,1fr);gap:10px;padding:14px 12px 12px}
  .rcard .av{width:56px;height:70px;font-size:24px}
  .rcard .stars{margin-left:0;flex-basis:100%}
  .rcard .acts .btn{flex:1}
  .rcard .acts .hp{margin-left:0;flex-basis:100%;text-align:right}
  .rc-foot .btn{width:100%}
}
