:root{--blue:#1297c9;--blue-deep:#087da9;--ink:#173247;--muted:#718697;--line:#dce8ee;--surface:#fff;--bg:#f3f8fa;--shadow:0 16px 42px rgba(20,89,117,.1)}*{box-sizing:border-box}#app,body,html{margin:0;min-height:100%;font-family:Microsoft YaHei,PingFang SC,Arial,sans-serif;color:var(--ink);background:var(--bg)}button,input,select{font:inherit}button{cursor:pointer}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(390px,.9fr);background:#f7fbfc}.auth-visual{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:52px 7vw;background:linear-gradient(145deg,#087da9,#35bdd5);color:#fff}.blueprint-grid{position:absolute;inset:0;opacity:.17;background-image:linear-gradient(hsla(0,0%,100%,.4) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.4) 1px,transparent 0);background-size:42px 42px;transform:perspective(500px) rotateX(50deg) scale(1.4);transform-origin:center bottom}.auth-brand,.auth-slogan{position:relative;display:flex;align-items:center;gap:14px}.auth-brand img,.mobile-brand img{width:44px;height:44px;border-radius:10px;-o-object-fit:cover;object-fit:cover}.auth-brand strong{display:block;font-size:22px;letter-spacing:2px}.auth-brand span{display:block;font-size:12px;opacity:.8;margin-top:3px}.auth-slogan{font-size:38px;line-height:1.55;letter-spacing:3px;display:block}.auth-slogan b{font-weight:500}.auth-card{width:min(460px,calc(100% - 48px));align-self:center;justify-self:center;padding:46px 42px;background:var(--surface);border:1px solid rgba(18,151,201,.12);box-shadow:var(--shadow);border-radius:18px}.mobile-brand{display:none}.auth-tabs{display:flex;border-bottom:1px solid var(--line);margin-bottom:30px}.auth-tabs button{position:relative;border:0;background:transparent;color:var(--muted);padding:0 0 14px;margin-right:28px;font-size:19px}.auth-tabs button.active{color:var(--blue);font-weight:600}.auth-tabs button.active:after{content:"";height:3px;background:var(--blue);position:absolute;bottom:-1px;left:0;right:0;border-radius:3px}form label{display:block;color:#587082;font-size:13px;margin-bottom:18px}form input{display:block;width:100%;height:44px;border:1px solid var(--line);border-radius:8px;margin-top:7px;padding:0 13px;color:var(--ink);background:#fbfdfe;outline:0;transition:.2s}form input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(18,151,201,.1)}.captcha-line{display:flex;gap:10px}.captcha-line input{flex:1}.captcha-line img{width:120px;height:44px;-o-object-fit:cover;object-fit:cover;border:1px solid var(--line);border-radius:8px;cursor:pointer}.primary-btn{width:100%;height:46px;margin-top:6px;border:0;border-radius:8px;color:#fff;background:linear-gradient(100deg,var(--blue),#20b2ca);box-shadow:0 7px 18px rgba(18,151,201,.25)}.primary-btn:disabled{opacity:.6;cursor:wait}.auth-hint{font-size:12px;color:var(--muted);line-height:1.7;margin:16px 0 0}.auth-message{margin-top:16px;padding:11px 13px;border-radius:7px;font-size:13px;line-height:1.5}.auth-message.error{background:#fff3f1;color:#c75b52}.auth-message.success{background:#effaf5;color:#2d9167}@media(max-width:767px){.auth-page{display:block;padding:28px 18px;background:linear-gradient(180deg,#eaf8fb,#f7fbfc 48%)}.auth-visual{display:none}.auth-card{width:100%;margin:12vh auto 0;padding:30px 23px;border-radius:14px}.mobile-brand{display:flex;align-items:center;justify-content:center;gap:10px;color:var(--blue);font-size:20px;font-weight:600;margin-bottom:26px}.mobile-brand img{width:38px;height:38px}.auth-tabs{margin-bottom:24px}.auth-slogan{font-size:28px}}.portal-shell{background:var(--bg)}.portal-header{height:72px;background:#fff;border-bottom:1px solid rgba(18,151,201,.12);padding:0 max(24px,calc(50% - 610px));gap:44px;position:sticky;top:0;z-index:20}.portal-header,.portal-logo{display:flex;align-items:center}.portal-logo{gap:10px;color:var(--ink);font-weight:600;white-space:nowrap}.portal-logo img{height:38px;width:38px;border-radius:9px;-o-object-fit:cover;object-fit:cover}.portal-logo small{display:block;color:var(--muted);font-weight:400;font-size:11px;margin-top:2px}.portal-nav{height:100%;display:flex;align-items:center;gap:30px;flex:1}.portal-nav button{height:100%;padding:0;border:0;background:transparent;color:#6c8391;font-size:14px;position:relative}.portal-nav button.active,.portal-nav button:hover{color:var(--blue)}.portal-nav button.active:after{content:"";position:absolute;height:3px;bottom:0;left:8px;right:8px;border-radius:3px;background:var(--blue)}.portal-user{position:relative}.portal-user,.user-trigger{display:flex;align-items:center;gap:9px}.user-trigger{padding:0;border:0;background:transparent;color:var(--ink)}.avatar{width:34px;height:34px;color:#fff;background:var(--blue);display:flex;align-items:center;justify-content:center;font-size:15px}.user-name{font-size:13px;max-width:90px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-menu{position:absolute;right:0;top:44px;width:130px;background:#fff;border:1px solid var(--line);border-radius:9px;box-shadow:var(--shadow);padding:6px;display:none}.portal-user:hover .user-menu,.user-menu.open{display:block}.user-menu button{display:block;width:100%;border:0;background:transparent;text-align:left;padding:9px;border-radius:6px;color:#526c7a;font-size:13px}.user-menu button:hover{background:#eff9fb;color:var(--blue)}.mobile-menu-btn{margin-left:auto;border:0;background:transparent;color:var(--blue);font-size:23px}.portal-notice{position:fixed;left:50%;z-index:80;transform:translateX(-50%);display:flex;align-items:center;gap:14px;max-width:min(560px,calc(100% - 32px));padding:11px 14px;border:1px solid #efc9c5;border-radius:8px;background:#fff3f1;color:#b84f47;box-shadow:0 10px 28px rgba(91,43,39,.14);font-size:13px}.portal-notice button{border:0;background:transparent;color:inherit;font-size:18px}.portal-main{max-width:1220px;margin:0 auto;padding:42px 24px 70px}.welcome{text-align:center;background:linear-gradient(120deg,#e7f8fb,#fff);border:1px solid rgba(18,151,201,.12);border-radius:18px;color:var(--blue-deep);font-size:30px;letter-spacing:2px}.empty-state,.welcome{display:flex;align-items:center;justify-content:center}.empty-state{color:var(--muted);border:1px solid var(--line);border-radius:14px}.query-wrap{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 7px 24px rgba(24,92,112,.04)}.query-tabs{display:flex;border-bottom:1px solid var(--line);padding:0 24px}.query-tabs button{border:0;background:transparent;padding:20px 8px;margin-right:32px;color:var(--muted);position:relative}.query-tabs button.active{color:var(--blue);font-weight:600}.query-tabs button.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:3px;background:var(--blue);border-radius:2px}.filter-bar{padding:22px 24px;background:#fbfdfe;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.filter-bar input,.filter-bar select{height:40px;width:100%;border:1px solid var(--line);border-radius:7px;padding:0 11px;color:var(--ink);outline:0}.filter-bar input:focus,.filter-bar select:focus{border-color:var(--blue)}.filter-actions{display:flex;gap:8px;align-items:center}.btn{height:40px;border-radius:7px;padding:0 18px;border:1px solid var(--line);background:#fff;color:#5d7482}.btn.primary{color:#fff;border-color:var(--blue);background:var(--blue)}.result-head{display:flex;justify-content:space-between;align-items:center;padding:22px 24px 10px}.result-head strong{font-size:16px}.result-head span{color:var(--muted);font-size:12px}.desktop-table{width:100%;border-collapse:collapse}.desktop-table td,.desktop-table th{padding:14px 18px;text-align:left;border-top:1px solid #edf3f5;font-size:13px;white-space:nowrap}.desktop-table th{color:#7c919d;font-size:12px;font-weight:500;background:#fcfefe}.desktop-table td{color:#3b5665}.desktop-table tbody tr{cursor:pointer;transition:.15s}.desktop-table tbody tr:hover{background:#f2fafc}.tag{display:inline-flex;height:23px;margin:2px 4px 2px 0;padding:0 8px;border-radius:12px;color:#1684a8;background:#e8f7fb;font-size:11px}.pager,.tag{align-items:center}.pager{display:flex;justify-content:flex-end;gap:10px;padding:18px 24px}.pager button{border:1px solid var(--line);background:#fff;color:#5c7480;border-radius:6px;height:30px;min-width:30px}.pager button:disabled{opacity:.4}.advanced-mobile,.cards{display:none}.modal-mask{position:fixed;inset:0;background:rgba(13,42,55,.42);z-index:50;display:flex;align-items:center;justify-content:center;padding:20px}.detail-modal{width:min(960px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#fff;border-radius:16px;box-shadow:0 24px 70px rgba(13,51,67,.25)}.modal-head{display:flex;justify-content:space-between;align-items:flex-start;padding:24px 26px;border-bottom:1px solid var(--line)}.modal-head h2{font-size:19px;margin:0 0 6px}.modal-head p{margin:0;color:var(--muted);font-size:12px}.close-btn{border:0;background:#eef7f9;color:var(--blue);border-radius:50%;font-size:18px}.overview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:22px 26px;background:#fbfdfe}.overview-item small{display:block;color:var(--muted);font-size:11px;margin-bottom:4px}.overview-item strong{font-size:16px;color:var(--ink)}.detail-tabs{display:flex;gap:23px;padding:0 26px;border-bottom:1px solid var(--line)}.detail-tabs button{border:0;background:transparent;color:var(--muted);padding:15px 2px;position:relative}.detail-tabs button.active{color:var(--blue);font-weight:600}.detail-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--blue)}.detail-content{padding:16px 26px 26px}.mini-table{width:100%;border-collapse:collapse}.mini-table td,.mini-table th{padding:10px;border-bottom:1px solid #edf3f5;text-align:left;font-size:12px;vertical-align:top}.mini-table th{color:var(--muted);font-weight:500}.mini-table td{color:#3b5665}.detail-loading{text-align:center;color:var(--muted);padding:28px}.bottom-sheet,.mobile-filter{display:none}@media(max-width:767px){.portal-header{height:58px;padding:0 16px;gap:0}.portal-logo img{height:32px;width:32px}.portal-logo small,.portal-nav{display:none}.mobile-menu-btn{display:block}.portal-user{margin-left:10px}.user-name{display:none}.portal-main{padding:20px 14px 50px}.welcome{min-height:280px;font-size:24px}.query-tabs{padding:0 16px;overflow:auto;white-space:nowrap}.query-tabs button{padding:17px 2px;margin-right:24px}.filter-bar{display:none}.mobile-filter{display:flex;justify-content:space-between;align-items:center;padding:13px 16px;background:#fbfdfe;border-bottom:1px solid var(--line)}.mobile-filter button{border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--blue);height:34px;padding:0 13px}.result-head{padding:18px 16px 8px}.desktop-table,.pager{display:none}.cards{display:block;padding:0 12px 16px}.result-card{border:1px solid var(--line);border-radius:11px;padding:15px;margin-top:10px;background:#fff;box-shadow:0 4px 14px rgba(23,84,102,.04)}.result-card h3{font-size:15px;margin:0 0 8px}.result-card h3,.result-card p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-card p{font-size:12px;color:#68808d;margin:5px 0}.card-tags{margin-top:8px}.advanced-mobile{display:block}.mobile-filter-panel{position:fixed;inset:0;z-index:60;background:rgba(13,42,55,.4);display:flex;align-items:flex-end}.mobile-filter-body{background:#fff;border-radius:17px 17px 0 0;width:100%;padding:18px 18px 28px}.mobile-filter-body h3{margin:0 0 18px;font-size:16px}.mobile-filter-body label{display:block;font-size:12px;color:var(--muted);margin:12px 0}.mobile-filter-body input,.mobile-filter-body select{width:100%;height:40px;border:1px solid var(--line);border-radius:7px;padding:0 10px}.mobile-filter-actions{display:flex;gap:10px;margin-top:20px}.mobile-filter-actions button{flex:1;height:42px}.modal-mask{padding:0;align-items:flex-end}.detail-modal{width:100%;max-height:88vh;border-radius:17px 17px 0 0}.modal-head{padding:18px 18px}.overview-grid{grid-template-columns:repeat(2,1fr);padding:16px 18px}.detail-tabs{padding:0 18px;overflow:auto;gap:20px;white-space:nowrap}.detail-content{padding:14px 18px 22px;overflow:auto}.mini-table{min-width:640px}.bottom-sheet{display:block}.auth-card{box-shadow:0 10px 30px rgba(20,89,117,.08)}}.nav-sheet-item{display:block;width:100%;height:44px;text-align:left;padding:0 12px;border:0;border-bottom:1px solid var(--line);background:#fff;color:var(--ink);border-radius:6px;margin-bottom:5px}.nav-sheet-item:hover{color:var(--blue);background:#f1fafc}.password-label{display:block;color:var(--muted);font-size:13px;margin-bottom:14px}.password-label input{display:block;width:100%;height:40px;margin-top:6px;border:1px solid var(--line);border-radius:7px;padding:0 10px}.password-submit{width:100%;margin-top:8px}.related-title{font-size:15px;color:var(--ink);margin:0 0 10px}.advanced-panel{padding:4px 24px 20px;background:#f8fcfd;border-top:1px solid var(--line)}.advanced-group{padding:17px 0;border-bottom:1px solid var(--line)}.advanced-group:last-child{border-bottom:0}.advanced-group h3{font-size:14px;color:var(--blue-deep);margin:0 0 13px}.advanced-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px 18px}.numeric-control{display:grid;grid-template-columns:110px 100px minmax(0,1fr) minmax(0,1fr);gap:7px;align-items:center}.numeric-control label{color:var(--muted);font-size:12px;text-align:right}.numeric-control input,.numeric-control select,.relation-controls input,.tag-input input{width:100%;height:36px;border:1px solid var(--line);border-radius:6px;background:#fff;padding:0 9px;color:var(--ink)}.tag-control{display:grid;grid-template-columns:110px minmax(0,1fr);gap:7px;margin-top:12px;align-items:start}.tag-control>label{color:var(--muted);font-size:12px;text-align:right;padding-top:10px}.tag-editor{display:flex;gap:7px;flex-wrap:wrap;align-items:center}.tag button{border:0;background:transparent;color:var(--blue);padding:0 0 0 5px}.tag-input{display:flex;gap:7px;width:280px}.tag-input .btn{height:36px}.relation-controls{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:12px 0 0 117px}@media(max-width:767px){.advanced-panel{padding:0;background:#fff;border:0}.advanced-group{padding:15px 0}.advanced-grid{grid-template-columns:1fr}.numeric-control{grid-template-columns:1fr 92px minmax(0,1fr) minmax(0,1fr)}.numeric-control label{text-align:left;grid-column:1/-1}.tag-control{grid-template-columns:1fr}.tag-control>label{text-align:left}.tag-input{width:100%}.relation-controls{grid-template-columns:1fr;margin:12px 0 0}.mobile-filter-body{max-height:90vh;overflow:auto}}:root{--reference-blue:#307cff;--reference-blue-dark:#1a5fd9;--reference-text:#303133;--reference-muted:#606266;--reference-border:#e8e8e8;--reference-surface:#fff;--reference-workspace:#f7f8fa;--reference-shadow:0 3px 8px rgba(0,0,0,.15)}#app,body,html{min-width:320px;background:var(--reference-workspace)}body{color:var(--reference-text)}.portal-shell{width:100%;min-height:100vh;display:flex;flex-direction:column;background:var(--reference-workspace)}.portal-header{height:70px;flex-shrink:0;padding:0 20px;gap:0;background:var(--reference-surface);color:#06c;box-shadow:0 4px 10px rgba(0,0,0,.1)}.portal-logo{width:220px;height:70px;padding-left:0;gap:0}.portal-logo img{width:215px;height:54px;border-radius:0;-o-object-fit:contain;object-fit:contain}.portal-logo>div{display:none}.portal-nav{margin-left:70px;gap:20px}.portal-nav button{height:auto;padding:8px 16px;border-radius:4px;color:#000;font-size:16px}.portal-nav button:hover{color:var(--reference-blue);background:rgba(48,124,255,.04)}.portal-nav button.active{color:var(--reference-blue);font-weight:500}.portal-nav button.active:after{height:2px;bottom:-15px;left:10%;right:10%;border-radius:0;background:var(--reference-blue);animation:reference-underline .3s ease-out}@keyframes reference-underline{0%{width:0;left:50%;right:auto}to{width:80%;left:10%;right:auto}}.portal-user{margin-left:auto}.user-trigger{color:#06c}.avatar{width:32px;height:32px;margin-right:0;border-radius:50%;background:var(--reference-blue)}.user-name{color:#06c;font-size:14px}.user-menu{top:42px;width:142px;border-radius:4px;box-shadow:0 4px 12px rgba(0,0,0,.12)}.mobile-menu-btn,.mobile-user-banner{display:none}.portal-main{width:100%;max-width:none;flex:1;margin:0;padding:0 20px 24px;background:var(--reference-workspace)}.welcome{min-height:360px;margin:20px auto;max-width:960px;color:var(--reference-blue);font-size:28px;letter-spacing:0}.empty-state,.welcome{border:1px solid var(--reference-border);border-radius:4px;background:#fff;box-shadow:var(--reference-shadow)}.empty-state{min-height:280px;margin-top:20px}.query-wrap{margin:0 auto;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}.query-tabs{padding:10px 20px;border:0;border-bottom:1px solid var(--reference-border);background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1)}.query-tabs button{height:40px;margin-right:20px;padding:0 30px;border-radius:4px;color:var(--reference-muted);font-size:16px}.query-tabs button.active{color:var(--reference-blue);font-weight:700}.query-tabs button.active:after{bottom:0;height:2px;background:var(--reference-blue)}.filter-bar{display:grid;grid-template-columns:repeat(3,minmax(260px,1fr));gap:0 20px;align-items:center;margin-top:20px;padding:20px;border:1px solid var(--reference-border);border-radius:4px;background:#fff;box-shadow:var(--reference-shadow)}.filter-bar input,.filter-bar select{height:32px;border-color:#dcdfe6;border-radius:4px;background:#fff;color:var(--reference-text)}.filter-bar input:focus,.filter-bar select:focus{border-color:var(--reference-blue);box-shadow:0 0 0 1px rgba(48,124,255,.1)}.filter-actions{justify-content:flex-start;min-height:32px}.btn{height:32px;border-radius:4px;padding:0 16px}.btn.primary{border-color:var(--reference-blue);background:var(--reference-blue)}.result-head{margin-top:20px;padding:14px 4px 8px}.cards{display:block}.result-card{display:flex;min-height:108px;margin:0 0 12px;padding:15px;border:0;border-radius:0;background:#fff;box-shadow:var(--reference-shadow);transition:all .3s ease;cursor:pointer}.result-card:before{content:"企";display:flex;align-items:center;justify-content:center;width:60px;height:60px;flex:0 0 60px;margin-right:20px;border-radius:6px;background:linear-gradient(135deg,var(--reference-blue),var(--reference-blue-dark));color:#fff;font-size:18px;font-weight:700}.result-card:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(0,0,0,.14)}.result-card h3{margin:0 0 10px;color:var(--reference-blue);font-size:18px;line-height:1.5}.result-card p{display:inline-block;margin:0 20px 6px 0;color:var(--reference-muted);font-size:14px;line-height:1.3}.card-tags{margin-top:2px}.tag{height:22px;border-radius:4px;margin-right:6px;padding:0 7px;color:var(--reference-blue);background:rgba(48,124,255,.08)}.desktop-table{display:none}.pager{justify-content:center;padding:22px 16px}.pager button{border-radius:4px}.modal-mask{align-items:stretch;justify-content:flex-end;padding:0;background:rgba(0,0,0,.35)}.detail-modal{width:min(60%,900px);height:100%;max-height:100%;border-radius:0;box-shadow:-4px 0 14px rgba(0,0,0,.16);animation:reference-drawer-in .25s ease-out}@keyframes reference-drawer-in{0%{transform:translateX(100%)}to{transform:translateX(0)}}.modal-head{height:60px;flex-shrink:0;margin:0;padding:0 20px;align-items:center;border-bottom:0;box-shadow:0 2px 8px rgba(0,0,0,.1)}.modal-head h2{color:#000;font-size:18px}.close-btn{width:30px;height:30px;border-radius:4px}.overview-grid{grid-template-columns:repeat(2,1fr);padding:20px;background:#fff}.overview-item{padding:10px;border:1px solid var(--reference-border)}.overview-item small{color:var(--reference-muted)}.overview-item strong{color:var(--reference-text);font-size:14px}.detail-tabs{gap:0;padding:0 20px;background:#fff}.detail-tabs button{min-width:100px;padding:14px 16px;font-size:14px}.detail-content{padding:20px;background:var(--reference-workspace)}.mini-table{background:#fff}.mini-table td,.mini-table th{padding:11px 10px;border-bottom:1px solid #ebeef5;line-height:1.6}.mini-table th{color:var(--reference-muted);background:#fafafa}.portal-notice{top:84px;border-radius:4px}.mobile-filter,.mobile-filter-panel,.mobile-user-banner{display:none}.advanced-panel{border-top-color:#dcdfe6;background:#fff}.advanced-group{border-bottom-color:#ebeef5}.advanced-group h3{color:var(--reference-text)}@media (max-width:1100px){.portal-nav{margin-left:25px}.filter-bar{grid-template-columns:repeat(2,minmax(240px,1fr))}}@media (max-width:768px){.portal-header{height:56px;padding:0 10px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.portal-logo{width:auto;height:56px}.portal-logo img{width:160px;height:40px}.portal-nav,.portal-user{display:none}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-left:auto;padding:5px;border-radius:4px;color:transparent;position:relative}.mobile-menu-btn:after,.mobile-menu-btn:before{content:"";position:absolute;width:22px;height:2px;background:var(--reference-blue);box-shadow:0 -6px 0 var(--reference-blue),0 6px 0 var(--reference-blue)}.mobile-user-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;color:#fff;background:linear-gradient(135deg,var(--reference-blue),var(--reference-blue-dark))}.mobile-user-avatar{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 40px;border-radius:50%;background:hsla(0,0%,100%,.3);font-size:18px}.mobile-user-banner small,.mobile-user-banner strong{display:block}.mobile-user-banner strong{font-size:15px;font-weight:500}.mobile-user-banner small{margin-top:3px;font-size:11px;opacity:.8}.mobile-user-banner em{margin-left:auto;font-size:11px;opacity:.85;font-style:normal}.portal-main{padding:0 10px 16px}.welcome{min-height:280px;margin:12px 0;font-size:24px}.empty-state{min-height:240px;margin-top:12px}.query-tabs{padding:8px 10px;overflow-x:auto;white-space:nowrap}.query-tabs button{min-width:120px;margin-right:6px;padding:0 12px;font-size:14px}.filter-bar{display:none}.mobile-filter{display:flex;justify-content:space-between;align-items:center;height:48px;padding:0 12px;margin-top:10px;border:1px solid var(--reference-border);border-radius:4px;background:#fff;box-shadow:var(--reference-shadow);color:var(--reference-muted);font-size:13px}.mobile-filter button{height:32px;border:1px solid var(--reference-blue);border-radius:4px;background:#fff;color:var(--reference-blue)}.result-head{margin-top:12px;padding:10px 2px 6px}.cards{padding:0}.result-card{min-height:0;margin-bottom:10px;padding:12px;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.1)}.result-card:before{width:44px;height:44px;flex-basis:44px;margin-right:10px;font-size:14px}.result-card h3{margin-bottom:5px;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.result-card p{display:block;margin:0 0 3px;font-size:12px;line-height:1.6;white-space:normal;overflow-wrap:anywhere}.desktop-table,.pager{display:none}.mobile-filter-panel{position:fixed;inset:0;z-index:60;display:flex;align-items:flex-end;background:rgba(0,0,0,.35)}.mobile-filter-body{width:100%;max-height:90vh;overflow-y:auto;padding:16px 14px 24px;border-radius:8px 8px 0 0;background:#fff}.mobile-nav-panel{align-items:flex-start}.mobile-nav-panel .mobile-filter-body{max-height:80vh;padding:0 0 16px;border-radius:0 0 8px 8px}.mobile-nav-panel .mobile-filter-body h3{margin:0;padding:14px 16px;color:#fff;background:linear-gradient(135deg,var(--reference-blue),var(--reference-blue-dark));font-size:16px}.nav-sheet-item{height:46px;margin:0;padding:0 16px;border:0;border-bottom:1px solid var(--reference-border);border-radius:0;color:var(--reference-text);text-align:left}.nav-sheet-item:hover{background:rgba(48,124,255,.06)}.mobile-filter-body label,.nav-sheet-item:hover{color:var(--reference-blue)}.mobile-filter-body input,.mobile-filter-body select{height:40px;border-radius:4px}.mobile-filter-actions{gap:8px}.mobile-filter-actions .btn{flex:1}.detail-modal{width:100%;height:100%;max-height:100%;border-radius:0;animation:reference-mobile-drawer-in .25s ease-out}@keyframes reference-mobile-drawer-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-head{height:48px;padding:0 16px}.modal-head h2{font-size:15px}.overview-grid{grid-template-columns:1fr;padding:12px}.detail-tabs{padding:0 10px;overflow-x:auto;white-space:nowrap}.detail-tabs button{min-width:88px;padding:12px 8px;font-size:13px}.detail-content{padding:12px;overflow:auto}.mini-table{min-width:640px}}.query-wrap{--query-primary:#307cff;--query-primary-dark:#1a5fd9;--query-text:#303133;--query-muted:#606266;--query-light:#909399;--query-border:#dcdfe6;--query-border-light:#ebeef5;width:100%;padding:20px;background:#f7f8fa}.query-wrap .query-tabs{height:50px;margin:-20px -20px 20px;padding:5px 20px;border:0;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1)}.query-wrap .query-tabs button{height:40px;margin:0;padding:0 40px;border-radius:0;color:var(--query-muted);font-size:16px;line-height:40px}.query-wrap .query-tabs button.active{color:var(--query-primary);font-weight:700}.query-wrap .query-tabs button.active:after{right:40px;bottom:-5px;left:40px;height:2px;border-radius:0;background:var(--query-primary)}.query-wrap .query-form{display:grid;grid-template-columns:repeat(3,minmax(330px,1fr));gap:0 20px;align-items:start;margin:0;padding:20px 20px 8px;border:1px solid #e8e8e8;border-radius:4px;background:#fff;box-shadow:0 3px 8px rgba(0,0,0,.15)}.query-wrap .query-field{display:flex;align-items:center;min-width:0;margin:0 0 12px;color:var(--query-primary);font-size:14px}.query-wrap .query-field>span{width:130px;flex:0 0 130px;padding-right:12px;color:var(--query-primary);text-align:right;white-space:nowrap}.query-wrap .query-field>.region-cascader,.query-wrap .query-field>input,.query-wrap .query-field>select{width:min(280px,calc(100% - 130px));flex:1 1 280px}.query-wrap .query-field input,.query-wrap .query-field select,.query-wrap .region-cascader select{height:32px;margin:0;border:1px solid var(--query-border);border-radius:4px;padding:0 11px;background:#fff;color:var(--query-text);font-size:13px;outline:0}.query-wrap .query-field input:focus,.query-wrap .query-field select:focus,.query-wrap .region-cascader select:focus{border-color:var(--query-primary)}.query-wrap .region-cascader{display:grid;grid-template-columns:1fr 1fr;gap:8px}.query-wrap .query-actions{min-height:32px;margin:0 0 12px 110px;gap:10px}.query-wrap .btn{height:32px;border:1px solid var(--query-border);border-radius:4px;padding:0 16px;background:#fff;color:var(--query-muted);font-size:13px}.query-wrap .btn:hover{border-color:#a9c3ff;color:var(--query-primary)}.query-wrap .btn.primary{border-color:var(--query-primary);background:var(--query-primary);color:#fff}.query-wrap .btn.text-btn{border-color:transparent;color:var(--query-primary)}.query-wrap>.advanced-panel{margin-top:12px;border:1px solid var(--query-border);border-radius:4px;padding:4px 20px 16px;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.08)}.query-wrap .advanced-group{padding:14px 0;border-bottom:1px solid var(--query-border-light)}.query-wrap .advanced-group:last-child{border-bottom:0}.query-wrap .advanced-group h3{margin:0 0 12px;color:var(--query-text);font-size:15px}.query-wrap .advanced-grid{display:grid;grid-template-columns:repeat(2,minmax(460px,1fr));gap:12px 20px}.query-wrap .numeric-control{display:grid;grid-template-columns:130px 100px minmax(140px,1fr) minmax(140px,1fr);gap:8px;align-items:center}.query-wrap .numeric-control>label{color:var(--query-primary);text-align:right}.query-wrap .numeric-control input,.query-wrap .numeric-control select,.query-wrap .relation-controls input,.query-wrap .tag-input input{height:32px;border:1px solid var(--query-border);border-radius:4px;padding:0 10px}.query-wrap .tag-control{margin-top:12px}.query-wrap .tag-control>label{display:inline-block;width:130px;margin-right:8px;color:var(--query-primary);text-align:right}.query-wrap .tag-editor{display:inline-flex;flex-wrap:wrap;gap:6px;vertical-align:middle}.query-wrap .relation-controls{display:grid;grid-template-columns:repeat(3,minmax(220px,280px));gap:12px;margin:12px 0 0 138px}.query-wrap .result-head{display:none}.query-wrap .result-head span{color:var(--query-light);font-size:13px}.query-wrap .desktop-table{display:none}.query-wrap .cards{display:block;padding:0}.query-wrap .list-container,.query-wrap .query-form{width:calc(100% + 40px);margin-left:-20px}.query-wrap .list-container{margin-top:20px}.query-wrap .result-card{width:100%;margin:0 0 12px;border:0;border-radius:0;padding:15px;background:#fff;box-shadow:0 3px 8px rgba(0,0,0,.15);transition:all .3s ease;cursor:pointer}.query-wrap .result-card:before{display:none}.query-wrap .result-card:hover{transform:translateY(-1px);box-shadow:0 6px 18px rgba(0,0,0,.16)}.query-wrap .company-card{display:flex;min-height:143px}.query-wrap .company-left{width:60px;height:60px;flex:0 0 60px}.query-wrap .company-icon{display:flex;flex-direction:column;align-items:center;justify-content:center;width:60px;height:60px;border-radius:6px;background:#1769aa;box-shadow:0 2px 8px rgba(0,0,0,.1);color:#fff;font-size:15px;font-weight:700;line-height:1.25}.query-wrap .company-right{min-width:0;flex:1;padding-left:20px}.query-wrap .company-header{margin:0 0 10px}.query-wrap .company-name,.query-wrap .project-name{display:flex;flex-wrap:wrap;align-items:center;margin:0;color:#0068b7;font-size:18px;font-weight:700;line-height:1.5}.query-wrap .company-name .tag{height:24px;margin:1px 0 1px 8px;border:1px solid #d9ecff;border-radius:4px;padding:0 8px;background:#ecf5ff;color:#409eff;font-size:12px}.query-wrap .company-name .tag:nth-child(2){border-color:#e1f3d8;background:#f0f9eb;color:#67c23a}.query-wrap .company-name .tag:nth-child(3){border-color:#e9e9eb;background:#f4f4f5;color:#909399}.query-wrap .company-name .tag:nth-child(4){border-color:#faecd8;background:#fdf6ec;color:#e6a23c}.query-wrap .company-name .tag:nth-child(5){border-color:#fde2e2;background:#fef0f0;color:#f56c6c}.query-wrap .company-details{margin:0}.query-wrap .detail-row{display:flex;flex-wrap:wrap;align-items:baseline;margin:0 0 6px;color:var(--query-text);font-size:14px;line-height:1.7}.query-wrap .count-row b,.query-wrap .detail-label{margin-right:8px;color:var(--query-muted);font-weight:400}.query-wrap .detail-value{margin-right:22px;color:var(--query-text)}.query-wrap .count-row{gap:4px 20px;margin-bottom:0}.query-wrap .count-row>span{white-space:nowrap}.query-wrap .project-card{min-height:178px}.query-wrap .project-header{margin:0 0 10px}.query-wrap .project-details .detail-row{margin-bottom:4px}.query-wrap .project-details .detail-label{min-width:70px}.query-wrap .empty-data{padding:56px 0;border:1px solid var(--query-border-light);background:#fff;color:var(--query-light);text-align:center}.query-wrap .pager{display:flex;justify-content:flex-end;gap:8px;padding:20px 16px}.query-wrap .pager button{height:30px;border:1px solid var(--query-border);border-radius:4px;background:#fff;color:var(--query-muted)}.query-wrap .pager span{min-width:30px;height:30px;border-radius:4px;background:var(--query-primary);color:#fff;line-height:30px;text-align:center}.mobile-inline-query{display:none}.query-filter-panel{display:none!important}.query-detail-mask{align-items:stretch;justify-content:flex-end;padding:0;background:rgba(0,0,0,.45)}.query-detail-drawer{width:min(60%,960px);height:100%;max-height:100%;overflow-y:auto;border-radius:0;background:#fff;box-shadow:-4px 0 14px rgba(0,0,0,.16)}.query-detail-drawer .modal-head{min-height:60px;padding:13px 20px;border-bottom:0;box-shadow:0 2px 8px rgba(0,0,0,.1)}.query-detail-drawer .modal-head h2{margin:0 0 4px;color:#000;font-size:18px}.query-detail-drawer .modal-head p{color:var(--query-muted)}.query-detail-drawer .close-btn{border-radius:4px;background:transparent;color:var(--query-muted)}.query-detail-drawer .overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:20px;background:#fff}.query-detail-drawer .overview-item{min-height:55px;border:1px solid var(--query-border-light);padding:10px 14px}.query-detail-drawer .overview-item small{color:var(--query-muted)}.query-detail-drawer .overview-item strong{color:var(--query-text);font-size:14px}.query-detail-drawer .detail-tabs{gap:0;padding:0 20px;border-bottom:1px solid var(--query-border-light)}.query-detail-drawer .detail-tabs button{min-width:100px;padding:14px 16px}.query-detail-drawer .detail-tabs button.active{color:var(--query-primary)}.query-detail-drawer .detail-tabs button.active:after{background:var(--query-primary)}.query-detail-drawer .detail-content{padding:20px;background:#f7f8fa}.query-detail-drawer .mini-table{background:#fff}@media (max-width:1180px){.query-wrap .query-form{grid-template-columns:repeat(2,minmax(330px,1fr))}.query-wrap .advanced-grid{grid-template-columns:minmax(0,1fr)}}@media (max-width:767px){.query-wrap{min-height:calc(100vh - 56px);margin:0 -10px;width:calc(100% + 20px);padding:0 10px 18px}.query-wrap .list-container,.query-wrap .query-form{width:100%;margin-left:0}.query-wrap .query-tabs{position:sticky;top:56px;z-index:8;height:44px;margin:0 -10px;padding:0;box-shadow:none;border-bottom:1px solid var(--query-border-light)}.query-wrap .query-tabs button{width:50%;min-width:0;height:44px;margin:0;padding:0 6px;font-size:14px;line-height:44px}.query-wrap .query-tabs button.active:after{right:28%;bottom:0;left:28%}.query-wrap .query-form,.query-wrap>.advanced-panel{display:none}.query-wrap .mobile-filter{display:flex;height:46px;margin:10px 0 0;padding:0 12px;border:1px solid var(--query-border-light);border-radius:8px;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.08);color:var(--query-text);font-size:14px}.query-wrap .mobile-filter button{width:28px;height:30px;margin-left:auto;border:0;background:transparent;color:var(--query-light);font-size:20px;transform:rotate(90deg);transition:transform .2s}.query-wrap .mobile-filter button.open{transform:rotate(-90deg)}.mobile-inline-query{display:block;overflow:hidden;margin-top:-1px;padding:4px 12px 12px;border:1px solid var(--query-border-light);border-radius:0 0 8px 8px;background:#fff}.mobile-inline-query>label{display:flex;align-items:center;min-height:46px;margin:0;border-bottom:1px solid #f2f3f5;color:var(--query-text);font-size:13px}.mobile-inline-query>label>.region-cascader,.mobile-inline-query>label>input,.mobile-inline-query>label>select{width:0;min-width:0;flex:1;margin-left:10px}.mobile-inline-query .region-cascader select,.mobile-inline-query>label>input,.mobile-inline-query>label>select{height:36px;border:0;padding:0 8px;background:#fff;color:var(--query-text);text-align:right;outline:0}.mobile-inline-query .region-cascader{display:grid;grid-template-columns:1fr 1fr;gap:4px}.mobile-inline-query .advanced-panel{margin:10px -4px;padding:0 8px;border:1px solid var(--query-border-light);background:#fafafa}.mobile-inline-query .advanced-grid{display:block}.mobile-inline-query .numeric-control{display:grid;grid-template-columns:82px 76px minmax(0,1fr);gap:5px;margin-bottom:8px}.mobile-inline-query .numeric-control>label{font-size:12px;text-align:left}.mobile-inline-query .numeric-control input:last-child:not(:nth-child(3)),.mobile-inline-query .numeric-control input:nth-last-child(2){grid-column:3}.mobile-inline-query .tag-control>label{width:auto;margin:0 0 7px;text-align:left}.mobile-inline-query .tag-editor{display:flex}.mobile-inline-query .relation-controls{display:grid;grid-template-columns:1fr;gap:7px;margin:10px 0 0}.mobile-advanced-toggle{width:100%;height:40px;border:0;background:transparent;color:var(--query-primary)}.mobile-inline-actions{display:flex;gap:10px;padding-top:12px}.mobile-inline-actions .btn{flex:1;height:38px}.query-wrap .list-container{margin-top:10px}.query-wrap .result-card{margin-bottom:10px;border:0;border-radius:8px;padding:12px;box-shadow:0 2px 6px rgba(0,0,0,.1)}.query-wrap .result-card:hover{transform:none}.query-wrap .company-card{min-height:0}.query-wrap .company-left{width:44px;height:44px;flex-basis:44px}.query-wrap .company-icon{width:44px;height:44px;font-size:11px}.query-wrap .company-right{padding-left:10px}.query-wrap .company-header{margin-bottom:4px}.query-wrap .company-name,.query-wrap .project-name{display:block;overflow:hidden;margin-bottom:4px;color:#0068b7;font-size:15px;font-weight:700;line-height:1.4;text-overflow:clip;white-space:nowrap}.query-wrap .company-name .tag{display:inline-flex;margin:0 0 0 4px;height:22px;border:0;border-radius:2px;padding:0 5px;background:#1989fa;color:#fff;font-size:11px;vertical-align:top}.query-wrap .company-name .tag:nth-child(2){background:#07c160;color:#fff}.query-wrap .company-name .tag:nth-child(3){background:#969799;color:#fff}.query-wrap .company-name .tag:nth-child(4){background:#ff976a;color:#fff}.query-wrap .company-name .tag:nth-child(5){background:#ee0a24;color:#fff}.query-wrap .detail-row{display:flex;margin-bottom:2px;font-size:12px;line-height:1.6}.query-wrap .detail-label{margin-right:4px;color:var(--query-light)}.query-wrap .detail-value{min-width:0;margin-right:8px;overflow-wrap:anywhere}.query-wrap .enterprise-list .detail-row:first-child .detail-label{flex:0 0 110px;margin:0;white-space:nowrap}.query-wrap .enterprise-list .detail-row:first-child .detail-value{flex:0 0 calc(100% - 110px);margin:0}.query-wrap .count-row{display:flex;gap:5px}.query-wrap .count-row>span{overflow:hidden;border-radius:3px;padding:1px 8px;background:#f3f5f7;color:var(--query-primary);text-overflow:ellipsis;white-space:nowrap}.query-wrap .count-row b{margin-right:5px;color:var(--query-light);font-size:0}.query-wrap .count-row b:after{font-size:12px}.query-wrap .count-row>span:first-child b:after{content:"注册人员"}.query-wrap .count-row>span:nth-child(2) b:after{content:"资质"}.query-wrap .count-row>span:nth-child(3) b:after{content:"项目"}.query-wrap .count-row>span:nth-child(4) b:after{content:"备案"}.query-wrap .count-row>span:nth-child(5) b:after{content:"竣工"}.query-wrap .count-row>span:nth-child(6) b:after{content:"施工许可"}.query-wrap .count-row>span:nth-child(7) b:after{content:"业绩"}.query-wrap .project-card{min-height:0}.query-wrap .project-details .detail-row{margin-bottom:3px}.query-wrap .pager{display:none}.query-detail-drawer{width:100%;height:100%;max-height:100%;border-radius:0}.query-detail-drawer .modal-head{min-height:48px;padding:8px 14px}.query-detail-drawer .modal-head h2{font-size:15px}.query-detail-drawer .modal-head h2,.query-detail-drawer .modal-head p{max-width:285px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.query-detail-drawer .overview-grid{grid-template-columns:1fr;padding:12px}.query-detail-drawer .overview-item{min-height:44px;padding:7px 10px}.query-detail-drawer .detail-tabs{overflow-x:auto;padding:0 8px;white-space:nowrap}.query-detail-drawer .detail-tabs button{min-width:88px;padding:12px 8px;font-size:13px}.query-detail-drawer .detail-content{padding:10px}}.query-wrap .main-pager{align-items:center;min-height:30px;margin-top:4px;padding:18px 0 8px}.query-wrap .main-pager button{min-width:30px;padding:0 8px;cursor:pointer}.query-wrap .main-pager button.active{border-color:var(--query-primary);background:var(--query-primary);color:#fff}.query-wrap .main-pager button:disabled{cursor:default;opacity:.45}.query-wrap .main-pager .pager-total{width:auto;min-width:0;height:auto;margin-right:8px;border-radius:0;padding:0;background:transparent;color:var(--query-light);font-size:12px;line-height:30px}.query-wrap .tag-input input{min-width:0;flex:1}.query-wrap .tag-input .btn{min-width:54px;flex:0 0 54px;padding:0 10px;white-space:nowrap}.query-detail-drawer .drawer-scroll{height:calc(100% - 60px);overflow-y:auto;background:#f7f8fa}.portal-shell>.query-detail-mask{position:fixed;inset:0;z-index:70;align-items:stretch!important;justify-content:flex-end}.portal-shell>.query-detail-mask>.query-detail-drawer{position:absolute;top:0;right:0;bottom:0}.query-detail-drawer .modal-head{align-items:center}.query-detail-drawer .close-btn{display:flex;width:32px;height:32px;flex:0 0 32px;align-items:center;justify-content:center;color:#606266;font-size:22px;line-height:1}.query-detail-drawer .drawer-company-card{display:flex;gap:20px;padding:20px;background:#fff}.query-detail-drawer .drawer-company-icon{display:flex;width:60px;height:60px;flex:0 0 60px;flex-direction:column;align-items:center;justify-content:center;border-radius:6px;background:#1769aa;box-shadow:0 2px 8px rgba(0,0,0,.12);color:#fff;font-size:15px;font-weight:700;line-height:1.25}.query-detail-drawer .drawer-company-main{min-width:0;flex:1}.query-detail-drawer .drawer-company-name{display:flex;flex-wrap:wrap;align-items:center;margin:0 0 12px;color:#0068b7;font-size:18px;font-weight:700;line-height:1.5}.query-detail-drawer .drawer-company-name .tag{margin:1px 0 1px 8px}.query-detail-drawer .drawer-detail-row{display:flex;flex-wrap:wrap;gap:5px 24px;margin-bottom:7px;color:var(--query-text);font-size:14px;line-height:1.65}.query-detail-drawer .drawer-detail-row b{margin-right:5px;color:var(--query-muted);font-weight:400}.query-detail-drawer .drawer-counts{gap:4px 20px;margin-bottom:0;color:var(--query-text)}.query-detail-drawer .project-base-section{margin:20px;border:1px solid var(--query-border-light);border-radius:4px;background:#fff}.query-detail-drawer .section-heading{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid var(--query-border-light)}.query-detail-drawer .section-heading>span{width:4px;height:22px;border-radius:2px;background:var(--query-primary)}.query-detail-drawer .section-heading h3{margin:0;color:var(--query-primary);font-size:16px;font-weight:600}.query-detail-drawer .description-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.query-detail-drawer .description-item{display:grid;grid-template-columns:150px minmax(0,1fr);min-height:44px;border-right:1px solid var(--query-border-light);border-bottom:1px solid var(--query-border-light);font-size:13px;line-height:1.55}.query-detail-drawer .description-item:nth-child(2n){border-right:0}.query-detail-drawer .description-item b{display:flex;align-items:center;padding:9px 12px;background:#fafafa;color:var(--query-muted);font-weight:400;white-space:nowrap}.query-detail-drawer .description-item span{display:flex;align-items:center;min-width:0;padding:9px 12px;color:var(--query-text);overflow-wrap:anywhere}.query-detail-drawer .business-list-content{min-height:180px;padding:16px 20px 22px}.query-detail-drawer .reference-table-scroll{width:100%;overflow-x:auto}.query-detail-drawer .mini-table{min-width:680px}.query-detail-drawer .mini-table tbody tr{cursor:pointer;transition:background .15s}.query-detail-drawer .mini-table tbody tr:hover{background:#f1f8ff}.query-detail-drawer .mobile-record-list{display:none}.query-detail-drawer .detail-pager{justify-content:center;padding:18px 0 0}.query-detail-drawer .detail-pager span{color:var(--query-muted);font-size:12px;line-height:30px}.record-detail-mask{position:fixed;inset:0;z-index:80;align-items:center;justify-content:center;padding:20px;background:rgba(0,0,0,.35)}.record-detail-mask .record-modal{width:min(820px,100%);max-height:min(82vh,760px);border-radius:8px;overflow:hidden}.record-detail-mask .record-scroll{max-height:calc(min(82vh, 760px) - 60px);overflow-y:auto;background:#f7f8fa}.record-detail-mask .record-description{margin:20px;border:1px solid var(--query-border-light);border-radius:4px;background:#fff}.record-detail-mask .description-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.record-detail-mask .description-item{display:grid;grid-template-columns:145px minmax(0,1fr);min-height:44px;border-right:1px solid var(--query-border-light);border-bottom:1px solid var(--query-border-light);font-size:13px;line-height:1.55}.record-detail-mask .description-item:nth-child(2n){border-right:0}.record-detail-mask .description-item b{display:flex;align-items:center;padding:9px 12px;background:#fafafa;color:var(--query-muted);font-weight:400;white-space:nowrap}.record-detail-mask .description-item span{display:flex;align-items:center;min-width:0;padding:9px 12px;color:var(--query-text);overflow-wrap:anywhere}.record-detail-mask .related-section{margin:0 20px 20px;border:1px solid var(--query-border-light);border-radius:4px;background:#fff}.record-detail-mask .related-section .section-heading{display:flex;align-items:center;gap:9px;padding:12px 14px;border-bottom:1px solid var(--query-border-light)}.record-detail-mask .related-section .section-heading>span{width:4px;height:20px;border-radius:2px;background:var(--query-primary)}.record-detail-mask .related-section .section-heading h3{margin:0;color:var(--query-primary);font-size:15px}.record-detail-mask .related-section .reference-table-scroll{padding:0 14px 14px}.record-detail-mask .related-table{min-width:700px}.record-detail-mask .mobile-related-list{display:none}@media (max-width:767px){.query-wrap .main-pager{display:none}.query-detail-drawer .drawer-scroll{height:calc(100% - 48px)}.portal-shell>.query-detail-mask>.query-detail-drawer{left:0;width:100%;height:100%;max-height:none}.query-detail-drawer .drawer-company-card{gap:10px;padding:12px}.query-detail-drawer .drawer-company-icon{width:44px;height:44px;flex-basis:44px;font-size:11px}.query-detail-drawer .drawer-company-name{margin-bottom:5px;font-size:15px;line-height:1.4;white-space:nowrap;overflow:hidden}.query-detail-drawer .drawer-company-name .tag{height:22px;margin:0 0 0 4px;border:0;border-radius:2px;padding:0 5px;color:#fff;font-size:11px;vertical-align:top}.query-detail-drawer .drawer-company-name .tag:first-child{background:#1989fa}.query-detail-drawer .drawer-company-name .tag:nth-child(2){background:#07c160}.query-detail-drawer .drawer-company-name .tag:nth-child(3){background:#969799}.query-detail-drawer .drawer-company-name .tag:nth-child(4){background:#ff976a}.query-detail-drawer .drawer-company-name .tag:nth-child(5){background:#ee0a24}.query-detail-drawer .drawer-detail-row{display:grid;grid-template-columns:1fr;gap:1px;margin-bottom:3px;font-size:12px;line-height:1.6}.query-detail-drawer .drawer-counts{display:flex;flex-wrap:wrap;gap:5px}.query-detail-drawer .drawer-counts span{border-radius:3px;padding:1px 7px;background:#f3f5f7;color:var(--query-primary);white-space:nowrap}.query-detail-drawer .project-base-section{margin:12px;border-radius:8px}.query-detail-drawer .section-heading{padding:10px 12px}.query-detail-drawer .section-heading h3{font-size:15px}.query-detail-drawer .description-grid{grid-template-columns:1fr}.query-detail-drawer .description-item{grid-template-columns:112px minmax(0,1fr);min-height:40px;border-right:0;font-size:12px}.query-detail-drawer .description-item b,.query-detail-drawer .description-item span{padding:7px 9px}.query-detail-drawer .business-list-content{min-height:160px;padding:10px}.query-detail-drawer .reference-table-scroll{display:none}.query-detail-drawer .mobile-record-list{display:block}.query-detail-drawer .mobile-record-card{position:relative;margin-bottom:8px;padding:11px 34px 10px 12px;border:1px solid var(--query-border-light);border-radius:6px;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.06)}.query-detail-drawer .mobile-record-card>strong{display:block;overflow:hidden;margin-bottom:5px;color:var(--query-primary);font-size:14px;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.query-detail-drawer .mobile-record-card>div{display:flex;gap:8px;margin-bottom:2px;color:var(--query-text);font-size:12px;line-height:1.55}.query-detail-drawer .mobile-record-card>div span{flex:0 0 82px;color:var(--query-light)}.query-detail-drawer .mobile-record-card>div em{min-width:0;overflow-wrap:anywhere;font-style:normal}.query-detail-drawer .mobile-record-card>i{position:absolute;top:50%;right:12px;color:var(--query-light);font-size:22px;font-style:normal;transform:translateY(-50%)}.query-detail-drawer .business-list-content .detail-pager{display:flex;padding-top:8px}.record-detail-mask{align-items:flex-end;justify-content:stretch;padding:0}.record-detail-mask .record-modal{width:100%;max-height:76vh;border-radius:8px 8px 0 0}.record-detail-mask .record-scroll{max-height:calc(76vh - 48px)}.record-detail-mask .record-description{margin:10px 12px}.record-detail-mask .description-grid{grid-template-columns:1fr}.record-detail-mask .description-item{grid-template-columns:112px minmax(0,1fr);border-right:0;font-size:12px}.record-detail-mask .description-item b,.record-detail-mask .description-item span{padding:7px 9px}.record-detail-mask .related-section{margin:0 12px 14px}.record-detail-mask .related-section .reference-table-scroll{display:none}.record-detail-mask .mobile-related-list{display:block;padding:0 10px 10px}.record-detail-mask .mobile-related-list article{margin-bottom:8px;padding:9px 10px;border:1px solid var(--query-border-light);border-radius:6px;background:#fff}.record-detail-mask .mobile-related-list article>div{display:grid;grid-template-columns:104px minmax(0,1fr);gap:8px;padding:3px 0;color:var(--query-text);font-size:12px;line-height:1.5}.record-detail-mask .mobile-related-list b{color:var(--query-light);font-weight:400}}.portal-main.bidding-page-main,.portal-main.query-page-main{width:100%;max-width:none;margin:0;padding:24px 0 70px;background:#f4f8fa}.portal-main.bidding-page-main .bidding-page{width:calc(100% - 70px);max-width:1440px;min-height:calc(100vh - 168px);margin:0 auto}.portal-bidding-detail .el-drawer__header{margin-bottom:0;padding:18px 22px;border-bottom:1px solid #e8f0f3;color:#263f4d;box-shadow:0 2px 8px rgba(31,103,128,.08)}.portal-bidding-detail .el-drawer__body{overflow-y:auto;padding:18px 22px 0;background:#f7f8fa}@media (max-width:767px){.portal-main.bidding-page-main{padding:0 0 34px}.portal-main.bidding-page-main .bidding-page{width:100%;min-height:calc(100vh - 58px);padding:0 12px 22px}.portal-bidding-detail .el-drawer__header{min-height:48px;padding:10px 14px}.portal-bidding-detail .el-drawer__body{padding:10px 12px 0}}.portal-main.query-page-main .query-wrap{--query-primary:#168fbd;--query-primary-dark:#0f779f;--query-primary-soft:#e9f7fb;--query-text:#263f4d;--query-muted:#667f8d;--query-light:#8ca0aa;--query-border:#d6e5eb;--query-border-light:#e8f0f3;width:calc(100% - 70px);min-height:calc(100vh - 168px);margin:0 auto;padding:0 0 28px;border:0;border-radius:6px;background:transparent;box-shadow:none;overflow:visible;letter-spacing:0}.query-wrap .element-query-tabs{height:auto;margin:0 0 16px;padding:0;border:1px solid var(--query-border-light);border-radius:6px;background:#fff;box-shadow:0 5px 18px rgba(31,103,128,.06)}.query-wrap .element-query-tabs .el-tabs__header{margin:0}.query-wrap .element-query-tabs .el-tabs__nav-wrap{padding:0 24px}.query-wrap .element-query-tabs .el-tabs__nav-wrap:after{height:1px;background:var(--query-border-light)}.query-wrap .element-query-tabs .el-tabs__item{height:52px;padding:0 34px;color:var(--query-muted);font-size:15px;font-weight:500;line-height:52px;letter-spacing:0}.query-wrap .element-query-tabs .el-tabs__item.is-active,.query-wrap .element-query-tabs .el-tabs__item:hover{color:var(--query-primary)}.query-wrap .element-query-tabs .el-tabs__active-bar{height:3px;border-radius:3px 3px 0 0;background:var(--query-primary)}.query-wrap .element-query-tabs .el-tabs__content{display:none}.query-wrap .query-filter-card{border-color:var(--query-border-light);border-radius:6px;background:#fff;box-shadow:0 5px 18px rgba(31,103,128,.06)}.query-wrap .query-filter-card>.el-card__header{padding:15px 20px;border-bottom-color:var(--query-border-light)}.query-wrap .query-filter-card>.el-card__body{padding:20px 22px 8px}.card-section-title{display:flex;align-items:center;gap:8px;color:var(--query-text,#263f4d);font-size:15px;font-weight:600;letter-spacing:0}.card-section-title i{color:var(--query-primary,#168fbd);font-size:17px}.query-wrap .element-query-form .el-form-item{margin-bottom:16px}.query-wrap .element-query-form .el-form-item__label{display:block;margin:0;padding-right:14px;color:var(--query-muted);font-size:13px;line-height:32px;white-space:nowrap;letter-spacing:0}.query-wrap .element-query-form .el-cascader,.query-wrap .element-query-form .el-date-editor,.query-wrap .element-query-form .el-input,.query-wrap .element-query-form .el-select{width:240px;max-width:100%}.query-wrap .element-query-form .el-input__inner,.query-wrap .element-query-form .el-textarea__inner{height:32px;margin:0;border-color:var(--query-border);border-radius:4px;padding-top:0;padding-bottom:0;background:#fbfdfe;color:var(--query-text);font-size:13px;line-height:32px;letter-spacing:0}.query-wrap .element-query-form .el-input__inner:hover{border-color:#91c7d9}.query-wrap .element-query-form .el-input.is-focus .el-input__inner,.query-wrap .element-query-form .el-input__inner:focus{border-color:var(--query-primary);box-shadow:0 0 0 2px rgba(22,143,189,.08)}.query-wrap .element-query-form .query-command-row{margin:0 0 4px}.query-wrap .element-query-form .query-command-row .el-form-item__content{margin-left:130px!important}.query-wrap .element-query-form .el-button{border-radius:4px;letter-spacing:0}.query-wrap .element-query-form .el-button--primary{border-color:var(--query-primary);background:var(--query-primary)}.query-wrap .element-query-form .el-button--primary:hover{border-color:var(--query-primary-dark);background:var(--query-primary-dark)}.query-wrap .element-query-form .el-button--text{color:var(--query-primary)}.query-wrap .mobile-query-panel{display:none}.query-wrap .advanced-panel{margin:12px 0 8px;border-color:var(--query-border-light);border-radius:5px;background:#f9fcfd;box-shadow:none}.query-wrap .advanced-panel>.el-card__body{padding:4px 18px 10px}.query-wrap .advanced-panel .advanced-group{padding:16px 0 12px;border-bottom:1px solid var(--query-border-light)}.query-wrap .advanced-panel .advanced-group:last-child{border-bottom:0}.query-wrap .advanced-panel .advanced-title{display:flex;align-items:center;gap:8px;margin-bottom:13px}.query-wrap .advanced-panel .advanced-title>span{width:3px;height:17px;border-radius:2px;background:var(--query-primary)}.query-wrap .advanced-panel .advanced-title h3{margin:0;color:var(--query-text);font-size:14px;font-weight:600;letter-spacing:0}.query-wrap .advanced-panel .advanced-fields-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));-moz-column-gap:28px;column-gap:28px;row-gap:12px}.query-wrap .advanced-panel .advanced-field{min-width:0;margin:0}.query-wrap .advanced-panel .advanced-field .el-form-item__label{padding-right:16px;color:var(--query-muted);font-size:13px;line-height:32px;text-align:right;white-space:nowrap}.query-wrap .advanced-panel .advanced-field .el-form-item__content{min-width:0;min-height:32px;line-height:32px}.query-wrap .advanced-panel .numeric-control{display:block}.query-wrap .advanced-panel .numeric-control.is-range{grid-column:1/-1}.query-wrap .advanced-panel .numeric-fields{display:flex;width:100%;align-items:center;gap:8px}.query-wrap .advanced-panel .numeric-fields>.el-select{width:100px;flex:0 0 100px}.query-wrap .advanced-panel .numeric-fields>.el-input-number{width:240px;max-width:240px;min-width:0;flex:1 1 240px}.query-wrap .advanced-panel .numeric-fields>.el-input-number .el-input__inner,.query-wrap .advanced-panel .numeric-fields>.el-select .el-input__inner{height:32px;line-height:32px}.query-wrap .advanced-panel .numeric-fields .range-divider{flex:0 0 auto;line-height:32px;white-space:nowrap}.query-wrap .advanced-panel .el-input-number{width:100%}.query-wrap .advanced-panel .el-input-number .el-input__inner{text-align:left}.query-wrap .advanced-panel .range-divider{color:var(--query-light);font-size:12px;text-align:center}.query-wrap .advanced-panel .tag-control{display:block;align-self:start;margin:0}.query-wrap .advanced-panel .tag-editor{display:flex;width:240px;max-width:100%;min-height:32px;flex-direction:column;align-items:stretch;gap:7px}.query-wrap .advanced-panel .dynamic-tag-list{display:flex;width:240px;max-width:100%;box-sizing:border-box;flex-wrap:wrap;gap:6px;border:1px solid var(--query-border-light);border-radius:4px;padding:6px;background:#fff}.query-wrap .advanced-panel .dynamic-tag-list .el-tag{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.query-wrap .advanced-panel .tag-input.el-input{display:inline-table;width:240px;min-width:240px;max-width:240px;height:32px;flex:none;border-collapse:separate}.query-wrap .advanced-panel .tag-input .el-input-group__append{border-color:var(--query-border);background:var(--query-primary-soft);color:var(--query-primary)}.query-wrap .advanced-panel .tag-input .el-input-group__append .el-button{height:30px;margin:-10px -20px;padding:0 16px}.query-wrap .advanced-panel .relation-control .el-input{width:240px;max-width:100%}.query-wrap .advanced-panel .el-tag{border-color:#bfe2ec;background:var(--query-primary-soft);color:var(--query-primary-dark)}.query-wrap .result-head{display:flex;align-items:center;justify-content:space-between;margin-top:18px;padding:14px 18px;border:1px solid var(--query-border-light);border-bottom:0;border-radius:6px 6px 0 0;background:#fff}.query-wrap .result-head .result-title{color:var(--query-text);font-size:15px;font-weight:600}.query-wrap .result-head .result-total{color:var(--query-light);font-size:12px}.query-wrap .query-result-area{min-height:180px;border:1px solid var(--query-border-light);background:#fff}.query-wrap .desktop-card-list{display:block;padding:8px 4px;background:#f7f8fa}.query-wrap .desktop-business-card{width:100%;margin-bottom:8px;border-color:#d8e3e9;border-radius:5px;background:#fff;cursor:pointer;transition:border-color .18s,box-shadow .18s}.query-wrap .desktop-business-card:last-child{margin-bottom:0}.query-wrap .desktop-business-card:hover{border-color:#a9d4e2;box-shadow:0 5px 16px rgba(31,103,128,.09)}.query-wrap .desktop-company-card{height:143px}.query-wrap .desktop-company-card>.el-card__body{display:flex;height:100%;align-items:flex-start;gap:20px;padding:15px}.query-wrap .desktop-company-mark{display:flex;width:60px;height:60px;flex:0 0 60px;flex-direction:column;align-items:center;justify-content:center;border-radius:6px;background:#1769aa;color:#fff;font-size:15px;font-weight:700;line-height:1.2}.query-wrap .desktop-company-content{min-width:0;flex:1}.query-wrap .desktop-card-title{display:flex;min-height:30px;flex-wrap:wrap;align-items:flex-start;gap:5px 8px}.query-wrap .desktop-card-title h3{overflow:hidden;max-width:min(580px,50vw);margin:0;color:#1769aa;font-size:18px;line-height:24px;text-overflow:ellipsis;white-space:nowrap;letter-spacing:0}.query-wrap .desktop-card-title .el-tag{height:24px;border-radius:4px;line-height:22px}.query-wrap .desktop-card-title .el-tag:first-of-type{border-color:#c7e4f7;background:#edf7ff;color:#1684d6}.query-wrap .desktop-card-title .el-tag:nth-of-type(2){border-color:#d4edc5;background:#f0f9eb;color:#55a630}.query-wrap .desktop-card-title .el-tag:nth-of-type(3){border-color:#dedfe2;background:#f4f4f5;color:#7b7f86}.query-wrap .desktop-card-title .el-tag:nth-of-type(4){border-color:#f4dfbd;background:#fdf6ec;color:#dc8a1e}.query-wrap .desktop-card-title .el-tag:nth-of-type(5){border-color:#f7d0d0;background:#fef0f0;color:#ed5d5d}.query-wrap .desktop-enterprise-line{display:flex;min-width:0;flex-wrap:wrap;gap:8px 24px;margin-top:7px;color:#2f4654;font-size:14px;line-height:22px}.query-wrap .desktop-enterprise-line span{white-space:nowrap}.query-wrap .desktop-enterprise-line b{margin-right:6px;color:#607887;font-weight:400}.query-wrap .desktop-enterprise-counts{gap:6px 22px}.query-wrap .desktop-project-card{height:200px}.query-wrap .desktop-project-card>.el-card__body{height:100%;padding:14px 16px}.query-wrap .desktop-project-card h3{overflow:hidden;margin:0 0 14px;color:#1769aa;font-size:18px;line-height:26px;text-overflow:ellipsis;white-space:nowrap;letter-spacing:0}.query-wrap .desktop-project-line{display:grid;grid-template-columns:78px minmax(0,1fr);min-height:30px;align-items:center;color:#2f4654;font-size:14px;line-height:22px}.query-wrap .desktop-project-line b{color:#607887;font-weight:400}.query-wrap .desktop-project-line span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.query-wrap .desktop-result-table{display:block;width:100%;color:var(--query-text)}.query-wrap .desktop-result-table:before{display:none}.query-wrap .desktop-result-table .el-table__header th{height:46px;padding:0;background:#f3f9fb;color:#577280;font-size:12px;font-weight:600}.query-wrap .desktop-result-table .el-table__body td{height:48px;padding:0;color:#385363;font-size:13px}.query-wrap .desktop-result-table .el-table__body tr{cursor:pointer}.query-wrap .desktop-result-table .el-table__body tr:hover>td{background:#edf8fb}.query-wrap .desktop-result-table .el-tag{margin:2px 4px 2px 0;border-color:#bfe2ec;background:#eff9fc;color:var(--query-primary-dark)}.query-wrap .mobile-result-list{display:none}.query-wrap .main-pagination{display:flex;justify-content:flex-end;padding:20px 4px 0}.query-wrap .el-pagination{color:var(--query-muted);font-weight:400}.query-wrap .el-pagination.is-background .btn-next,.query-wrap .el-pagination.is-background .btn-prev,.query-wrap .el-pagination.is-background .el-pager li{border:1px solid var(--query-border);background:#fff;color:var(--query-muted)}.query-wrap .el-pagination.is-background .el-pager li:not(.disabled).active{border-color:var(--query-primary);background:var(--query-primary);color:#fff}.query-element-drawer{background:#f4f8fa;color:#263f4d;letter-spacing:0}.query-element-drawer .el-drawer__header{min-height:60px;margin:0;padding:0 22px;border-bottom:1px solid #e2ecef;background:#fff;color:#263f4d}.query-element-drawer .el-drawer__header strong{display:block;max-width:calc(100% - 40px);overflow:hidden;color:#263f4d;font-size:17px;text-overflow:ellipsis;white-space:nowrap}.query-element-drawer .el-drawer__close-btn{color:#718993;font-size:20px}.query-element-drawer .el-drawer__body{overflow:hidden}.query-element-drawer .drawer-content{height:100%;padding:18px 20px 24px;overflow-y:auto}.query-element-drawer .drawer-overview-card{border-color:#dce9ed;border-radius:6px;box-shadow:0 4px 16px rgba(31,103,128,.05)}.query-element-drawer .drawer-overview-card>.el-card__body{padding:20px}.query-element-drawer .project-overview-card>.el-card__header{padding:15px 20px;border-bottom-color:#e8f0f3}.query-element-drawer .drawer-company-heading{display:flex;align-items:center;gap:14px;margin-bottom:18px}.query-element-drawer .drawer-company-icon{display:flex;width:54px;height:54px;flex:0 0 54px;align-items:center;justify-content:center;border-radius:5px;background:#168fbd;color:#fff;font-size:15px;font-weight:600}.query-element-drawer .drawer-company-heading h2{display:inline;margin:0 10px 0 0;color:#176f95;font-size:19px;letter-spacing:0}.query-element-drawer .drawer-company-heading .el-tag{margin:2px 5px 2px 0;border-color:#bfe2ec;background:#eff9fc;color:#0f779f}.query-element-drawer .el-descriptions-item__label{width:138px;background:#f5fafb;color:#667f8d;font-weight:400;letter-spacing:0}.query-element-drawer .el-descriptions-item__content{color:#304d5c;line-height:1.65;overflow-wrap:anywhere;letter-spacing:0}.query-element-drawer .drawer-count-grid{display:grid;grid-template-columns:repeat(7,minmax(86px,1fr));gap:9px;margin-top:16px}.query-element-drawer .drawer-count-grid span{display:flex;min-height:54px;flex-direction:column;align-items:center;justify-content:center;border:1px solid #dcebef;border-radius:5px;background:#f6fbfc;color:#6e858f;font-size:12px}.query-element-drawer .drawer-count-grid b{margin-top:3px;color:#168fbd;font-size:18px;font-weight:600}.query-element-drawer .drawer-business-tabs{margin-top:16px;border:1px solid #dce9ed;border-radius:6px 6px 0 0;background:#fff}.query-element-drawer .drawer-business-tabs .el-tabs__header{margin:0;padding:0 18px}.query-element-drawer .drawer-business-tabs .el-tabs__nav-wrap:after{height:1px;background:#e8f0f3}.query-element-drawer .drawer-business-tabs .el-tabs__item{height:48px;color:#667f8d;line-height:48px;letter-spacing:0}.query-element-drawer .drawer-business-tabs .el-tabs__item.is-active{color:#168fbd}.query-element-drawer .drawer-business-tabs .el-tabs__active-bar{background:#168fbd}.query-element-drawer .drawer-business-tabs .el-tabs__content{display:none}.query-element-drawer .drawer-records{min-height:180px;padding:16px;border:1px solid #dce9ed;border-top:0;border-radius:0 0 6px 6px;background:#fff}.query-element-drawer .detail-record-table{width:100%;color:#304d5c}.query-element-drawer .detail-record-table .el-table__header th{background:#f3f9fb;color:#5f7783;font-size:12px}.query-element-drawer .detail-record-table .el-table__body tr{cursor:pointer}.query-element-drawer .detail-record-table .el-table__body tr:hover>td{background:#edf8fb}.query-element-drawer .mobile-record-list{display:none}.query-element-drawer .detail-pagination{display:flex;justify-content:center;padding-top:18px}.query-element-drawer .el-pagination.is-background .el-pager li:not(.disabled).active{background:#168fbd;color:#fff}.query-record-dialog{max-height:84vh;margin-top:8vh!important;border-radius:7px;overflow:hidden;letter-spacing:0}.query-record-dialog .el-dialog__header{padding:18px 22px;border-bottom:1px solid #e2ecef}.query-record-dialog .el-dialog__title{color:#263f4d;font-size:17px;font-weight:600;letter-spacing:0}.query-record-dialog .el-dialog__body{max-height:calc(84vh - 62px);padding:18px 20px 22px;overflow-y:auto;background:#f7fafb}.query-record-dialog .el-descriptions-item__label{width:130px;background:#f3f9fb;color:#667f8d;font-weight:400;letter-spacing:0}.query-record-dialog .el-descriptions-item__content{color:#304d5c;line-height:1.65;overflow-wrap:anywhere;letter-spacing:0}.query-record-dialog .related-enterprise-card{margin-top:16px;border-color:#dce9ed;border-radius:5px}.query-record-dialog .related-enterprise-card>.el-card__header{padding:14px 16px;border-bottom-color:#e8f0f3}.query-record-dialog .related-enterprise-card>.el-card__body{padding:12px}@media (max-width:1240px){.query-wrap .advanced-panel .advanced-fields-grid{grid-template-columns:minmax(0,1fr)}.query-wrap .advanced-panel .numeric-fields>.el-select{width:96px;flex-basis:96px}.query-element-drawer .drawer-count-grid{grid-template-columns:repeat(4,minmax(86px,1fr))}}@media (max-width:767px){.portal-main.query-page-main{padding:0 0 34px}.portal-main.query-page-main .query-wrap{width:100%;min-height:calc(100vh - 58px);margin:0;padding:0 12px 22px;border-radius:0}.query-wrap .element-query-tabs{position:sticky;top:58px;z-index:12;margin:0 -12px 10px;border-width:0 0 1px;border-radius:0;box-shadow:0 3px 10px rgba(31,103,128,.05)}.query-wrap .element-query-tabs .el-tabs__nav-wrap{padding:0}.query-wrap .element-query-tabs .el-tabs__item{height:46px;padding:0 8px;font-size:14px;line-height:46px}.query-wrap .desktop-query-panel{display:none}.query-wrap .mobile-query-panel{display:block;margin-bottom:10px;border:1px solid var(--query-border-light);border-radius:6px;background:#fff;box-shadow:0 3px 12px rgba(31,103,128,.05);overflow:hidden}.query-wrap .mobile-query-panel .el-collapse-item__header{height:46px;padding:0 13px;border-bottom:0;color:var(--query-text);font-size:14px;font-weight:600;line-height:46px;letter-spacing:0}.query-wrap .mobile-query-panel .el-collapse-item__header i:first-child{margin-right:7px;color:var(--query-primary)}.query-wrap .mobile-query-panel .el-collapse-item__wrap{border-top:1px solid var(--query-border-light);border-bottom:0}.query-wrap .mobile-query-panel .el-collapse-item__content{padding:12px 12px 4px}.query-wrap .element-query-form .el-form-item{margin-bottom:12px}.query-wrap .element-query-form .el-form-item__label{width:104px!important;padding-right:10px;font-size:12px;text-align:right}.query-wrap .element-query-form .el-form-item__content{margin-left:104px!important}.query-wrap .element-query-form .query-command-row .el-form-item__content{display:flex;margin-left:0!important;gap:8px}.query-wrap .element-query-form .query-command-row .el-button{min-width:0;flex:1;margin:0;padding-right:8px;padding-left:8px}.query-wrap .advanced-panel{margin:8px 0 4px}.query-wrap .advanced-panel>.el-card__body{padding:0 10px 6px}.query-wrap .advanced-panel .advanced-group{padding:13px 0 8px}.query-wrap .advanced-panel .advanced-fields-grid{display:grid;grid-template-columns:minmax(0,1fr);row-gap:10px}.query-wrap .advanced-panel .advanced-field .el-form-item__label{width:118px!important;padding-right:10px;font-size:12px}.query-wrap .advanced-panel .advanced-field .el-form-item__content{margin-left:118px!important}.query-wrap .advanced-panel .numeric-fields>.el-select{width:92px;flex-basis:92px}.query-wrap .advanced-panel .numeric-control.is-range .numeric-fields{display:grid;grid-template-columns:minmax(0,1fr) 18px minmax(0,1fr)}.query-wrap .advanced-panel .numeric-control.is-range .numeric-fields>.el-select{grid-column:1/-1;width:100%}.query-wrap .advanced-panel .dynamic-tag-list,.query-wrap .advanced-panel .relation-control .el-input,.query-wrap .advanced-panel .tag-editor,.query-wrap .advanced-panel .tag-input{width:100%;min-width:0;max-width:none}.query-wrap .result-head{margin-top:10px;padding:12px}.query-wrap .query-result-area{border:0;background:transparent}.query-wrap .desktop-card-list,.query-wrap .desktop-result-table{display:none}.query-wrap .mobile-result-list{display:block}.query-wrap .mobile-result-card{margin-bottom:10px;border-color:var(--query-border-light);border-radius:6px;box-shadow:0 3px 12px rgba(31,103,128,.06);cursor:pointer}.query-wrap .mobile-result-card>.el-card__body{padding:13px}.query-wrap .mobile-card-heading{display:grid;grid-template-columns:44px minmax(0,1fr) 18px;gap:10px;align-items:center;margin-bottom:10px}.query-wrap .mobile-card-heading.project-card-heading{grid-template-columns:minmax(0,1fr) 18px}.query-wrap .mobile-card-heading .company-icon{display:flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:5px;background:var(--query-primary);color:#fff;font-size:12px;font-weight:600}.query-wrap .mobile-card-heading h3{overflow:hidden;margin:0 0 5px;color:#176f95;font-size:15px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap;letter-spacing:0}.query-wrap .mobile-card-heading>i{color:var(--query-light);font-size:16px}.query-wrap .mobile-card-tags{display:flex;flex-wrap:wrap;gap:4px}.query-wrap .mobile-card-tags .el-tag{height:20px;border:0;border-radius:3px;background:#e7f6fa;color:#167ba2;line-height:20px}.query-wrap .mobile-result-card .el-descriptions-item__container{display:grid;grid-template-columns:106px minmax(0,1fr);padding:3px 0;font-size:12px;line-height:1.5}.query-wrap .mobile-result-card .el-descriptions-item__label{color:var(--query-light)}.query-wrap .mobile-result-card .el-descriptions-item__content{min-width:0;color:var(--query-text);overflow-wrap:anywhere}.query-wrap .mobile-count-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:10px}.query-wrap .mobile-count-grid span{display:flex;align-items:center;justify-content:space-between;border-radius:4px;padding:6px 8px;background:#f2f8fa;color:var(--query-muted);font-size:11px}.query-wrap .mobile-count-grid b{color:var(--query-primary);font-size:13px}.query-wrap .main-pagination{display:none}.query-wrap .mobile-loading{padding:14px 0;color:var(--query-light);font-size:12px;text-align:center}.query-wrap .mobile-loading i{margin-right:5px;color:var(--query-primary)}.query-element-drawer .el-drawer__header{min-height:50px;padding:0 14px}.query-element-drawer .el-drawer__header strong{font-size:15px}.query-element-drawer .drawer-content{padding:10px 10px 16px}.query-element-drawer .drawer-overview-card>.el-card__body,.query-element-drawer .project-overview-card>.el-card__header{padding:12px}.query-element-drawer .drawer-company-heading{gap:10px;margin-bottom:12px}.query-element-drawer .drawer-company-icon{width:44px;height:44px;flex-basis:44px;font-size:12px}.query-element-drawer .drawer-company-heading h2{display:block;overflow:hidden;margin:0 0 5px;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.query-element-drawer .el-descriptions-item__label{width:112px;padding:8px;font-size:12px}.query-element-drawer .el-descriptions-item__content{padding:8px;font-size:12px}.query-element-drawer .drawer-count-grid{grid-template-columns:repeat(3,1fr);gap:6px;margin-top:10px}.query-element-drawer .drawer-count-grid span{min-height:48px;font-size:11px}.query-element-drawer .drawer-count-grid b{font-size:16px}.query-element-drawer .drawer-business-tabs{margin-top:10px}.query-element-drawer .drawer-business-tabs .el-tabs__header{padding:0 8px}.query-element-drawer .drawer-business-tabs .el-tabs__nav-wrap{overflow-x:auto}.query-element-drawer .drawer-business-tabs .el-tabs__nav-wrap:after{bottom:0}.query-element-drawer .drawer-business-tabs .el-tabs__nav-scroll{overflow:visible}.query-element-drawer .drawer-business-tabs .el-tabs__nav{transform:none!important}.query-element-drawer .drawer-business-tabs .el-tabs__item{height:44px;padding:0 14px;font-size:13px;line-height:44px}.query-element-drawer .drawer-business-tabs .el-tabs__nav-next,.query-element-drawer .drawer-business-tabs .el-tabs__nav-prev{display:none}.query-element-drawer .drawer-records{padding:9px}.query-element-drawer .detail-record-table{display:none}.query-element-drawer .mobile-record-list{display:block}.query-element-drawer .mobile-record-card{margin-bottom:8px;border-color:#dce9ed;border-radius:5px}.query-element-drawer .mobile-record-card>.el-card__body{padding:11px}.query-element-drawer .mobile-record-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px;color:#176f95;font-size:14px}.query-element-drawer .mobile-record-title strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.query-element-drawer .mobile-record-title i{color:#8ca0aa}.query-element-drawer .mobile-record-card .el-descriptions-item__container{display:grid;grid-template-columns:95px minmax(0,1fr);padding:3px 0;font-size:12px;line-height:1.5}.query-element-drawer .mobile-record-card .el-descriptions-item__label{width:auto;padding:0;background:transparent;color:#8ca0aa}.query-element-drawer .mobile-record-card .el-descriptions-item__content{padding:0;overflow-wrap:anywhere}.query-element-drawer .detail-pagination{padding-top:10px}.query-record-dialog{position:absolute;right:0;bottom:0;left:0;max-height:82vh;margin:0!important;border-radius:10px 10px 0 0}.query-record-dialog .el-dialog__header{padding:15px 16px}.query-record-dialog .el-dialog__title{font-size:15px}.query-record-dialog .el-dialog__body{max-height:calc(82vh - 54px);padding:12px}.query-record-dialog .el-descriptions-item__label{width:112px;padding:8px;font-size:12px}.query-record-dialog .el-descriptions-item__content{padding:8px;font-size:12px}.query-record-dialog .related-enterprise-card>.el-card__body{padding:8px;overflow-x:auto}.query-record-dialog .related-enterprise-card .el-table{min-width:760px}.portal-main.query-page-main{background:#f4f8fa}.portal-main.query-page-main .query-wrap{width:100%;min-height:calc(100vh - 58px);margin:0;padding:0 12px 28px;border:0;border-radius:0;background:#f4f8fa;box-shadow:none}.query-wrap .mobile-query-tabs{position:sticky;top:58px;z-index:12;margin:0 0 12px;padding:6px;border:1px solid #d8e8ed;border-radius:8px;background:hsla(0,0%,100%,.98);box-shadow:0 4px 14px rgba(31,103,128,.06)}.query-wrap .mobile-query-tabs .el-tabs__header{margin:0}.query-wrap .mobile-query-tabs .el-tabs__nav-wrap{padding:0}.query-wrap .mobile-query-tabs .el-tabs__active-bar,.query-wrap .mobile-query-tabs .el-tabs__nav-wrap:after{display:none}.query-wrap .mobile-query-tabs .el-tabs__nav{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;transform:none!important}.query-wrap .mobile-query-tabs .el-tabs__item{display:flex;width:auto;height:44px;min-width:0;align-items:center;justify-content:center;padding:0 8px!important;border:1px solid transparent;border-radius:6px;color:#607c89;line-height:44px;transition:border-color .18s ease,background-color .18s ease,color .18s ease}.query-wrap .mobile-query-tabs .el-tabs__item.is-active{border-color:#b9dfe8;background:#eaf7fa;color:#137fa4;font-weight:600}.query-wrap .mobile-query-tabs .el-tabs__item:active{background:#dff2f6}.mobile-query-tab-label{display:flex;min-width:0;align-items:center;justify-content:center;gap:7px}.mobile-query-tab-label i{flex:0 0 auto;font-size:16px}.mobile-query-tab-label strong{overflow:hidden;font-size:13px;font-weight:inherit;text-overflow:ellipsis;white-space:nowrap;letter-spacing:0}.mobile-query-search{display:block}.mobile-filter-summary{border:1px solid #dbeaf0;border-radius:8px;background:#fff;box-shadow:0 5px 18px rgba(34,105,132,.06)}.mobile-filter-summary>.el-card__body{display:flex;min-height:64px;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px}.mobile-filter-summary-copy{display:flex;min-width:0;align-items:center;gap:10px}.mobile-filter-icon{display:flex;width:38px;height:38px;flex:0 0 38px;align-items:center;justify-content:center;border-radius:7px;background:#eaf7fb;color:#1494bd;font-size:17px}.mobile-filter-summary-copy>div{min-width:0}.mobile-filter-summary-copy small,.mobile-filter-summary-copy strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:0}.mobile-filter-summary-copy strong{color:#244a5d;font-size:14px;line-height:20px}.mobile-filter-summary-copy small{margin-top:2px;color:#8299a5;font-size:11px;line-height:16px}.mobile-filter-summary .el-button{height:34px;flex:0 0 auto;border-color:#9ed7e7;border-radius:6px;background:#f2fbfd;color:#108bb3}.query-wrap .result-head{display:flex;min-height:42px;align-items:center;justify-content:flex-start;margin-top:14px;padding:8px 2px 9px}.query-wrap .result-title{display:flex;min-width:-moz-max-content;min-width:max-content;flex:0 0 auto;align-items:center;color:#244a5d;font-size:15px;font-weight:600;line-height:22px;white-space:nowrap}.query-wrap .result-title:before{content:"";width:3px;height:15px;margin-right:8px;border-radius:2px;background:#19a0c4}.query-wrap .result-total{display:none}.query-wrap .query-result-area{min-height:180px;overflow:visible}.mobile-query-results,.query-wrap .mobile-result-list{display:block;min-width:0}.mobile-business-card{margin-bottom:10px;border:1px solid #dceaf0;border-radius:8px;background:#fff;box-shadow:0 5px 18px rgba(32,100,127,.06);cursor:pointer}.mobile-business-card>.el-card__body{padding:14px 13px 12px}.mobile-business-head{display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:10px}.mobile-company-mark{display:grid;width:46px;height:46px;grid-template-columns:repeat(2,15px);grid-template-rows:repeat(2,15px);align-items:center;align-content:center;justify-content:center;justify-items:center;gap:1px;padding:0;border-radius:7px;background:#23a7c8;color:#fff;font-size:13px;font-weight:600;line-height:16px;white-space:nowrap}.mobile-company-mark span{display:block;width:15px;height:15px;overflow:hidden;line-height:15px;text-align:center;white-space:nowrap}.mobile-business-title{min-width:0}.mobile-business-title h3,.mobile-project-head h3{overflow:hidden;margin:0;color:#176b91;font-size:15px;font-weight:600;line-height:22px;text-overflow:ellipsis;white-space:nowrap;letter-spacing:0}.mobile-business-head>i,.mobile-project-head>i{color:#9bb1bc;font-size:15px}.mobile-tag-track{display:flex;width:100%;min-width:0;margin-top:4px;gap:4px;overflow-x:auto;scrollbar-width:none;white-space:nowrap}}@media (max-width:767px){.mobile-tag-track::-webkit-scrollbar{display:none}.mobile-tag-track .el-tag{height:19px;flex:0 0 auto;border:0;border-radius:3px;background:#e9f7fa;color:#1683a8;line-height:19px}.mobile-no-tag{color:#9caeb7;font-size:11px;line-height:19px}.mobile-business-meta{display:grid;margin-top:12px;border-top:1px solid #edf3f5}.mobile-business-meta>div{display:grid;grid-template-columns:82px minmax(0,1fr);min-height:29px;align-items:center;gap:8px}.mobile-business-meta span,.mobile-business-meta strong{overflow:hidden;font-size:12px;line-height:19px;text-overflow:ellipsis;white-space:nowrap;letter-spacing:0}.mobile-business-meta span{color:#8399a4}.mobile-business-meta strong{color:#3d5967;font-weight:400}.mobile-stat-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin-top:9px;padding:8px 3px;border-radius:6px;background:#f4f9fb}.mobile-stat-strip span{display:flex;min-width:0;align-items:center;flex-direction:column;border-right:1px solid #e2edf1}.mobile-stat-strip span:last-child{border-right:0}.mobile-stat-strip b,.mobile-stat-strip em{max-width:100%;overflow:hidden;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.mobile-stat-strip b{color:#128caf;font-size:13px;line-height:18px}.mobile-stat-strip em{color:#718993;font-size:10px;line-height:16px}.mobile-project-head{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:8px;padding-bottom:11px;border-bottom:1px solid #edf3f5}.mobile-project-icon{display:flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:6px;background:#eaf7fb;color:#1393bb;font-size:15px}.mobile-project-head h3{display:-webkit-box;max-height:44px;overflow:hidden;line-height:22px;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.mobile-project-meta{margin-top:7px;border-top:0}.mobile-project-meta .mobile-data-level-row{min-height:31px}.mobile-data-level-row strong{display:flex;align-items:center}.mobile-data-level-row .el-tag{max-width:100%;height:21px;overflow:hidden;border-color:#a9dbe7;border-radius:3px;color:#1682a5;line-height:19px;text-overflow:ellipsis;white-space:nowrap}.mobile-card-link{display:flex;height:30px;align-items:center;justify-content:flex-end;gap:4px;margin:6px -2px -4px;border-top:1px dashed #e3edf1;color:#1788ad;font-size:11px;white-space:nowrap}.mobile-query-results .mobile-loading{padding:14px 0;color:#78909b;font-size:12px;text-align:center;white-space:nowrap}}.mobile-query-drawer{border-radius:14px 14px 0 0;background:#f5f9fb;overflow:hidden}.mobile-query-drawer .el-drawer__header{height:62px;margin:0;padding:0 16px;border-bottom:1px solid #dce9ee;background:#fff}.mobile-query-drawer-head{display:flex;width:100%;min-width:0;align-items:center;justify-content:space-between}.mobile-query-drawer-head>div{min-width:0}.mobile-query-drawer-head span,.mobile-query-drawer-head strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:0}.mobile-query-drawer-head strong{color:#21495c;font-size:16px;line-height:22px}.mobile-query-drawer-head span{margin-top:1px;color:#8297a1;font-size:11px;line-height:16px}.mobile-query-drawer-head button{display:flex;width:32px;height:32px;flex:0 0 32px;align-items:center;justify-content:center;border:0;border-radius:50%;background:#edf6f8;color:#527482;font-size:16px}.mobile-query-drawer .el-drawer__body{display:flex;min-height:0;flex-direction:column;overflow:hidden}.mobile-query-drawer-content{min-height:0;flex:1;padding:12px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.mobile-advanced-section,.mobile-basic-section{border:1px solid #dce9ee;border-radius:8px;background:#fff;box-shadow:0 4px 14px rgba(32,100,127,.04)}.mobile-basic-section{padding:14px 13px 4px}.mobile-form-section-title{display:flex;min-width:0;align-items:center;margin-bottom:13px}.mobile-form-section-title>span{width:3px;height:15px;margin-right:8px;border-radius:2px;background:#19a0c4}.mobile-form-section-title em,.mobile-form-section-title strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:0}.mobile-form-section-title strong{color:#284e5f;font-size:14px}.mobile-form-section-title em{margin-left:auto;color:#91a3ab;font-size:10px;font-style:normal}.mobile-element-query-form .el-form-item{margin-bottom:12px}.mobile-advanced-field>label,.mobile-date-group>label,.mobile-element-query-form .el-form-item__label{display:block;float:none;width:100%;height:21px;padding:0;overflow:hidden;color:#526e7c;font-size:12px;font-weight:500;line-height:21px;text-align:left;text-overflow:ellipsis;white-space:nowrap;letter-spacing:0}.mobile-element-query-form .el-form-item__content{margin-left:0!important;line-height:normal}.mobile-element-query-form .el-cascader,.mobile-element-query-form .el-date-editor,.mobile-element-query-form .el-input,.mobile-element-query-form .el-select{width:100%}.mobile-advanced-search .el-input__inner,.mobile-date-group .el-input__inner,.mobile-element-query-form .el-input__inner{height:40px;border-color:#cfdee4;border-radius:6px;background:#fbfdfe;color:#334f5d;line-height:40px}.mobile-advanced-search .el-input__inner:focus,.mobile-date-group .el-input__inner:focus,.mobile-element-query-form .el-input__inner:focus{border-color:#34aaca;background:#fff}.mobile-advanced-search input,.mobile-date-group input,.mobile-element-query-form input{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-date-group{margin-bottom:12px}.mobile-date-group>div{display:grid;grid-template-columns:minmax(0,1fr) 20px minmax(0,1fr);align-items:center}.mobile-date-group>div>span{color:#869ba5;font-size:11px;text-align:center;white-space:nowrap}.mobile-advanced-section{margin-top:10px;overflow:hidden}.mobile-advanced-toggle{display:flex;width:100%;min-width:0;min-height:54px;align-items:center;justify-content:space-between;padding:8px 13px;border:0;background:#fff;color:#2e5364}.mobile-advanced-toggle>span{display:grid;min-width:0;grid-template-columns:24px auto minmax(0,1fr);align-items:center}.mobile-advanced-toggle>span>i{color:#179dc1;font-size:16px}.mobile-advanced-toggle small,.mobile-advanced-toggle strong{overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;letter-spacing:0}.mobile-advanced-toggle strong{font-size:13px}.mobile-advanced-toggle small{margin-left:10px;color:#91a4ad;font-size:10px;font-weight:400}.mobile-query-actions{display:grid;grid-template-columns:1fr 1.55fr;gap:10px;padding:10px 12px max(10px,env(safe-area-inset-bottom));border-top:1px solid #dce9ee;background:#fff;box-shadow:0 -5px 18px rgba(35,88,108,.05)}.mobile-query-actions .el-button{height:42px;margin:0;border-radius:6px}.mobile-query-actions .el-button--primary{border-color:#159bc1;background:#159bc1}.mobile-advanced-search{border-top:1px solid #e1edf1;background:#f6fafb}.mobile-advanced-intro{display:flex;min-width:0;align-items:center;gap:9px;margin:10px;padding:10px;border:1px solid #d9eaf0;border-radius:6px;background:#edf8fb;color:#1b89aa}.mobile-advanced-intro>i{flex:0 0 auto;font-size:17px}.mobile-advanced-intro>div{min-width:0}.mobile-advanced-intro span,.mobile-advanced-intro strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-advanced-intro strong{font-size:12px;line-height:18px}.mobile-advanced-intro span{margin-top:1px;color:#6e98a8;font-size:10px;line-height:15px}.mobile-advanced-groups{border:0}.mobile-advanced-groups .el-collapse-item{margin:0 10px 9px;border:1px solid #dce9ee;border-radius:7px;background:#fff;overflow:hidden}.mobile-advanced-groups .el-collapse-item__header{height:47px;padding:0 11px;border:0;color:#355868;line-height:47px}.mobile-advanced-groups .el-collapse-item__arrow{margin-left:8px}.mobile-advanced-groups .el-collapse-item__wrap{border-top:1px solid #e6eff2;border-bottom:0}.mobile-advanced-groups .el-collapse-item__content{padding:0}.mobile-group-index{margin-right:9px;color:#1b9bbd;font-size:11px;font-weight:600;white-space:nowrap}.mobile-advanced-groups .el-collapse-item__header strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.mobile-advanced-groups .el-collapse-item__header em{margin-left:auto;color:#92a5ae;font-size:10px;font-style:normal;white-space:nowrap}.mobile-group-fields{padding:4px 11px 2px}.mobile-advanced-field{min-width:0;padding:9px 0 10px;border-bottom:1px dashed #e3ecef}.mobile-advanced-field.numeric-control{display:block;grid-template-columns:none;gap:0}.mobile-advanced-field.numeric-control>label{grid-column:auto}.mobile-advanced-field:last-child{border-bottom:0}.mobile-numeric-row{display:grid;grid-template-columns:84px minmax(0,1fr);gap:8px;align-items:center}.mobile-numeric-row .el-input-number,.mobile-numeric-row .el-select,.mobile-range-row .el-input-number,.mobile-relation-field .el-input,.mobile-tag-input{width:100%;min-width:0;max-width:none}.mobile-numeric-row .el-input-number,.mobile-numeric-row .el-select,.mobile-range-row .el-input-number{display:block;box-sizing:border-box}.mobile-numeric-row .el-input-number .el-input,.mobile-range-row .el-input-number .el-input{display:block;width:100%!important;min-width:0}.mobile-numeric-row .el-input-number input,.mobile-range-row .el-input-number input{padding-right:10px;padding-left:10px;text-align:left}.mobile-numeric-row .el-input-number .el-input__inner,.mobile-numeric-row .el-select .el-input__inner,.mobile-range-row .el-input-number .el-input__inner{width:100%;box-sizing:border-box;height:40px;line-height:40px}.mobile-numeric-row .el-input.is-disabled .el-input__inner{border-color:#e1eaed;background:#f3f6f7}.mobile-range-row{display:grid;width:100%;box-sizing:border-box;grid-template-columns:minmax(0,1fr) 24px minmax(0,1fr);gap:6px;align-items:center;margin-top:8px}.mobile-range-row .el-input-number{display:block;width:100%;min-width:0}.mobile-advanced-field.is-range .mobile-numeric-row{grid-template-columns:minmax(0,1fr)}.mobile-advanced-field.is-range .mobile-numeric-row .el-select{width:100%!important}.mobile-range-row>span{color:#879ba4;font-size:11px;text-align:center;white-space:nowrap}.mobile-dynamic-tags{display:flex;min-height:38px;align-content:flex-start;align-items:center;flex-wrap:wrap;gap:5px;margin-bottom:7px;padding:6px;border:1px solid #dce9ed;border-radius:6px;background:#f8fbfc}.mobile-dynamic-tags .el-tag{max-width:100%;overflow:hidden;border-color:#bae0e9;background:#eaf8fb;color:#167f9f;text-overflow:ellipsis;white-space:nowrap}.mobile-tag-input .el-input-group__append{width:42px;padding:0;border-color:#cfdee4;background:#edf8fb;color:#158caf;text-align:center}.mobile-tag-input .el-input-group__append .el-button{width:42px;margin:0;padding:0}@media (min-width:768px){.mobile-query-results,.mobile-query-search{display:none}}@media (max-width:767px){.mobile-nav-panel{z-index:100;align-items:flex-start;justify-content:flex-start;top:0;padding:0;background:rgba(18,45,58,.4)}.mobile-nav-transition-enter-active,.mobile-nav-transition-leave-active{transition:background-color .26s ease,opacity .26s ease}.mobile-nav-transition-enter-active .mobile-nav-sheet,.mobile-nav-transition-leave-active .mobile-nav-sheet{transition:transform .26s ease,opacity .22s ease}.mobile-nav-transition-enter,.mobile-nav-transition-leave-to{background:rgba(18,45,58,0)}.mobile-nav-transition-enter .mobile-nav-sheet,.mobile-nav-transition-leave-to .mobile-nav-sheet{transform:translateY(-100%);opacity:.35}.mobile-nav-sheet{display:flex;width:100%;height:auto;max-height:100vh;flex-direction:column;border:0;border-bottom:1px solid #d5e5eb;border-radius:0;background:#f7fafb;box-shadow:0 10px 24px rgba(18,55,70,.14);overflow:hidden}.mobile-nav-sheet-head{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border-bottom:1px solid #e0ebef;background:#fff}.mobile-nav-sheet-head>img{display:block;width:142px;height:42px;flex:0 1 142px;-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center}.mobile-nav-account{display:flex;min-width:0;align-items:center;justify-content:flex-end;gap:8px}.mobile-nav-account>div{min-width:0;text-align:right}.mobile-nav-account small,.mobile-nav-account strong{display:block;max-width:104px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;letter-spacing:0}.mobile-nav-account strong{color:#284c5e;font-size:13px;line-height:19px}.mobile-nav-account small{color:#8298a3;font-size:10px;line-height:15px}.mobile-nav-account>span{display:flex;width:34px;height:34px;flex:0 0 34px;align-items:center;justify-content:center;border-radius:50%;background:#199bc1;color:#fff;font-size:13px;font-weight:600}.mobile-nav-list{min-height:0;flex:0 1 auto;padding:12px;overflow-x:hidden;overflow-y:auto}.mobile-nav-list .nav-sheet-item{display:grid;width:100%;height:49px;grid-template-columns:24px minmax(0,1fr) 16px;align-items:center;gap:9px;margin:0 0 6px;padding:0 12px;border:1px solid transparent;border-radius:7px;background:transparent;color:#496875;text-align:left}.mobile-nav-list .nav-sheet-item>i:first-child{color:#6e929f;font-size:16px;text-align:center}.mobile-nav-list .nav-sheet-item>i:last-child{color:#a2b4bc;font-size:13px}.mobile-nav-list .nav-sheet-item>span{overflow:hidden;font-size:14px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.mobile-nav-list .nav-sheet-item.active{border-color:#c8e6ee;background:#eaf7fa;color:#137fa2}.mobile-nav-list .nav-sheet-item.active>i{color:#1796ba}.mobile-nav-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:11px 12px max(11px,env(safe-area-inset-bottom));border-top:1px solid #dde9ed;background:#fff}.mobile-nav-actions button{display:flex;height:42px;align-items:center;justify-content:center;gap:6px;border:1px solid #cbdde4;border-radius:6px;background:#f7fbfc;color:#446776;font-size:13px;white-space:nowrap}.mobile-nav-actions .mobile-nav-logout{border-color:#efcfcb;background:#fff7f6;color:#bd5b51}}@media (min-width:768px){.mobile-nav-sheet{display:none}}.region-cascader[data-v-5e92db4e]{width:100%}.mobile-picker-select[data-v-7a3433a4]{display:flex;width:100%;height:36px;box-sizing:border-box;align-items:center;justify-content:space-between;padding:0 11px;border:1px solid #cfdee4;border-radius:6px;background:#fbfdfe;color:#385363;cursor:pointer}.mobile-picker-select[data-v-7a3433a4]:active,.mobile-picker-select[data-v-7a3433a4]:focus{border-color:#159bc1;outline:none;box-shadow:0 0 0 2px rgba(21,155,193,.1)}.mobile-picker-value[data-v-7a3433a4]{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-picker-value.placeholder[data-v-7a3433a4]{color:#a4b4bb}.mobile-picker-select>i[data-v-7a3433a4]{flex:0 0 auto;margin-left:8px;color:#8ca0aa;font-size:13px}.mobile-picker-drawer{border-radius:14px 14px 0 0;background:#f5f9fb;overflow:hidden}.mobile-picker-drawer .el-drawer__header{height:54px;margin:0;padding:0 16px;border-bottom:1px solid #dce9ee;background:#fff}.mobile-picker-drawer .el-drawer__body{display:flex;min-height:0;flex-direction:column;overflow:hidden}.mobile-picker-head{display:flex;width:100%;min-width:0;align-items:center;justify-content:space-between}.mobile-picker-head strong{min-width:0;overflow:hidden;color:#21495c;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.mobile-picker-head button{display:flex;width:32px;height:32px;flex:0 0 32px;align-items:center;justify-content:center;border:0;border-radius:50%;background:#edf6f8;color:#527482;font-size:16px}.mobile-picker-options{min-height:0;flex:1;padding:8px 12px;overflow-y:auto}.mobile-picker-option{display:flex;width:100%;min-height:46px;align-items:center;justify-content:space-between;margin:4px 0;padding:0 13px;border:1px solid transparent;border-radius:7px;background:#fff;color:#385363;font-size:14px;text-align:left}.mobile-picker-option.is-selected{border-color:#b6dfe9;background:#eaf7fa;color:#1387ad;font-weight:600}.mobile-picker-option i{color:#159bc1;font-size:16px}.mobile-picker-actions{display:grid;grid-template-columns:1fr 1.5fr;gap:10px;padding:8px 16px max(8px,env(safe-area-inset-bottom));border-top:1px solid #dce9ee;background:#fff;box-shadow:0 -5px 18px rgba(35,88,108,.05)}.mobile-picker-actions .el-button{height:38px;margin:0;border-radius:6px}.mobile-picker-actions .el-button--primary{border-color:#159bc1;background:#159bc1}.mobile-region-picker[data-v-018c6bc3]{display:flex;width:100%;height:36px;box-sizing:border-box;align-items:center;justify-content:space-between;padding:0 11px;border:1px solid #cfdee4;border-radius:6px;background:#fbfdfe;color:#385363;cursor:pointer}.mobile-region-picker[data-v-018c6bc3]:active,.mobile-region-picker[data-v-018c6bc3]:focus{border-color:#159bc1;outline:none;box-shadow:0 0 0 2px rgba(21,155,193,.1)}.mobile-region-value[data-v-018c6bc3]{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-region-value.placeholder[data-v-018c6bc3]{color:#a4b4bb}.mobile-region-picker>i[data-v-018c6bc3]{flex:0 0 auto;margin-left:8px;color:#8ca0aa;font-size:13px}.mobile-region-drawer{border-radius:14px 14px 0 0;background:#f5f9fb;overflow:hidden}.mobile-region-drawer .el-drawer__header{height:54px;margin:0;padding:0 16px;border-bottom:1px solid #dce9ee;background:#fff}.mobile-region-drawer .el-drawer__body{display:flex;min-height:0;flex-direction:column;overflow:hidden}.mobile-region-head{display:flex;width:100%;min-width:0;align-items:center;justify-content:space-between}.mobile-region-head strong{min-width:0;overflow:hidden;color:#21495c;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.mobile-region-head button{display:flex;width:32px;height:32px;flex:0 0 32px;align-items:center;justify-content:center;border:0;border-radius:50%;background:#edf6f8;color:#527482;font-size:16px}.mobile-region-columns{display:grid;min-height:0;flex:1;grid-template-columns:minmax(112px,.8fr) minmax(0,1.2fr);gap:10px;padding:10px 12px;overflow:hidden}.mobile-region-column{min-width:0;overflow-y:auto}.mobile-region-column-title{padding:3px 8px 7px;color:#8297a1;font-size:12px}.mobile-region-option{display:flex;width:100%;min-height:42px;align-items:center;justify-content:space-between;margin:3px 0;padding:0 9px;border:1px solid transparent;border-radius:6px;background:#fff;color:#385363;font-size:13px;text-align:left}.mobile-region-option.is-selected{border-color:#b6dfe9;background:#eaf7fa;color:#1387ad;font-weight:600}.mobile-region-option i{color:#159bc1}.mobile-region-actions{display:grid;grid-template-columns:1fr 1.5fr;gap:10px;padding:8px 16px max(8px,env(safe-area-inset-bottom));border-top:1px solid #dce9ee;background:#fff;box-shadow:0 -5px 18px rgba(35,88,108,.05)}.mobile-region-actions .el-button{height:38px;margin:0;border-radius:6px}.mobile-region-actions .el-button--primary{border-color:#159bc1;background:#159bc1}.bidding-desktop[data-v-00962400]{min-width:0}.bidding-desktop-tabs[data-v-00962400]{margin-bottom:16px;border:1px solid #dce9ed;border-radius:6px;background:#fff;box-shadow:0 4px 16px rgba(31,103,128,.05)}.bidding-desktop-tabs[data-v-00962400] .el-tabs__header{margin:0;padding:0 18px}.bidding-desktop-tabs[data-v-00962400] .el-tabs__item{height:48px;padding:0 24px;color:#667f8d;line-height:48px}.bidding-desktop-tabs[data-v-00962400] .el-tabs__item.is-active{color:#168fbd}.bidding-desktop-tabs[data-v-00962400] .el-tabs__active-bar{background:#168fbd}.bidding-desktop-tabs[data-v-00962400] .el-tabs__nav-wrap:after{height:1px;background:#e8f0f3}.bidding-unread-count[data-v-00962400]{display:inline-flex;min-width:18px;height:18px;margin-left:5px;align-items:center;justify-content:center;border-radius:9px;background:#f56c6c;color:#fff;font-size:11px}.bidding-desktop-filter[data-v-00962400]{border-color:#dce9ed;border-radius:6px;box-shadow:0 4px 16px rgba(31,103,128,.05)}.bidding-desktop-filter>.el-card__header[data-v-00962400]{padding:14px 18px;border-bottom-color:#e8f0f3}.bidding-desktop-filter>.el-card__body[data-v-00962400]{padding:20px 22px 8px}.bidding-card-title[data-v-00962400]{display:flex;align-items:center;gap:8px;color:#284e5f;font-size:14px;font-weight:600}.bidding-card-title i[data-v-00962400]{color:#168fbd}.bidding-desktop-filter[data-v-00962400] .el-form-item{display:flex;align-items:center;margin-bottom:16px}.bidding-desktop-filter[data-v-00962400] .el-form-item__label{display:block;width:auto!important;height:32px;flex:0 0 auto;margin:0;padding-right:8px;color:#667f8d;font-size:13px;line-height:32px;text-align:right;white-space:nowrap}.bidding-desktop-filter[data-v-00962400] .el-form-item__content{min-width:0;line-height:32px}.bidding-desktop-filter[data-v-00962400] .el-date-editor,.bidding-desktop-filter[data-v-00962400] .el-input,.bidding-desktop-filter[data-v-00962400] .el-select{width:240px;max-width:100%}.bidding-desktop-filter[data-v-00962400] .el-date-editor .el-input__inner,.bidding-desktop-filter[data-v-00962400] .el-input__inner{height:32px;line-height:32px}.bidding-filter-actions[data-v-00962400]{margin-bottom:4px!important}.bidding-filter-actions[data-v-00962400] .el-form-item__content{display:flex;gap:8px;margin-left:0!important}.bidding-filter-actions .el-button[data-v-00962400]{margin:0}.bidding-result-head[data-v-00962400]{display:flex;min-height:52px;align-items:center;justify-content:space-between;padding:10px 2px}.bidding-result-title[data-v-00962400]{display:flex;align-items:center;color:#263f4d;font-size:15px;font-weight:600}.bidding-result-title[data-v-00962400]:before{content:"";width:3px;height:15px;margin-right:8px;border-radius:2px;background:#19a0c4}.bidding-result-total[data-v-00962400]{color:#8ba0a9;font-size:12px}.bidding-desktop-list[data-v-00962400]{min-height:180px}.bidding-desktop-row[data-v-00962400]{display:flex;min-height:96px;margin-bottom:9px;align-items:center;gap:18px;padding:16px 18px;border:1px solid #dce9ed;border-radius:6px;background:#fff;box-shadow:0 4px 14px rgba(32,100,127,.04);cursor:pointer;transition:border-color .18s,box-shadow .18s}.bidding-desktop-row[data-v-00962400]:hover{border-color:#a9d4e2;box-shadow:0 6px 18px rgba(31,103,128,.09)}.bidding-desktop-row-main[data-v-00962400]{min-width:0;flex:1}.bidding-desktop-row h3[data-v-00962400]{overflow:hidden;margin:0 0 10px;color:#176f95;font-size:16px;font-weight:600;line-height:24px;text-overflow:ellipsis;white-space:nowrap}.bidding-desktop-meta[data-v-00962400]{display:flex;flex-wrap:wrap;gap:6px 30px;color:#607887;font-size:13px;line-height:20px}.bidding-desktop-meta span[data-v-00962400]{white-space:nowrap}.bidding-desktop-row time[data-v-00962400]{width:125px;flex:0 0 125px;color:#8ba0a9;font-size:12px;text-align:right;white-space:nowrap}.bidding-follow-button[data-v-00962400]{width:78px;flex:0 0 78px;margin:0}.bidding-unread-dot[data-v-00962400]{display:inline-block;width:7px;height:7px;margin:0 7px 2px 0;border-radius:50%;background:#f56c6c}.bidding-desktop-pagination[data-v-00962400]{display:flex;justify-content:flex-end;padding:18px 0 4px}.bidding-desktop-pagination[data-v-00962400] .el-pager li:not(.disabled).active{background:#168fbd}.bidding-mobile[data-v-55cddd8d]{min-width:0}.bidding-mobile-tabs[data-v-55cddd8d]{position:sticky;top:58px;z-index:12;margin:0 0 10px;padding:6px;border:1px solid #d8e8ed;border-radius:8px;background:hsla(0,0%,100%,.98);box-shadow:0 4px 14px rgba(31,103,128,.06)}.bidding-mobile-tabs[data-v-55cddd8d] .el-tabs__header{margin:0}.bidding-mobile-tabs[data-v-55cddd8d] .el-tabs__active-bar,.bidding-mobile-tabs[data-v-55cddd8d] .el-tabs__nav-wrap:after{display:none}.bidding-mobile-tabs[data-v-55cddd8d] .el-tabs__nav{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;transform:none!important}.bidding-mobile-tabs[data-v-55cddd8d] .el-tabs__item{display:flex;height:42px;align-items:center;justify-content:center;padding:0 6px;border:1px solid transparent;border-radius:6px;color:#607c89;line-height:42px}.bidding-mobile-tabs[data-v-55cddd8d] .el-tabs__item.is-active{border-color:#b9dfe8;background:#eaf7fa;color:#137fa4;font-weight:600}.bidding-mobile-tabs[data-v-55cddd8d] .el-tabs__item i{margin-right:6px}.bidding-unread-count[data-v-55cddd8d]{display:inline-flex;min-width:17px;height:17px;margin-left:4px;align-items:center;justify-content:center;border-radius:9px;background:#f56c6c;color:#fff;font-size:10px}.bidding-mobile-filter-summary[data-v-55cddd8d]{margin-bottom:12px;border-color:#dbeaf0;border-radius:8px;background:#fff;box-shadow:0 5px 18px rgba(34,105,132,.06)}.bidding-mobile-filter-summary[data-v-55cddd8d]>.el-card__body{display:flex!important;min-height:64px;flex-flow:row nowrap!important;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px}.bidding-mobile-filter-copy[data-v-55cddd8d]{display:flex;min-width:0;flex:1 1 auto;align-items:center;gap:10px}.bidding-mobile-filter-icon[data-v-55cddd8d]{display:flex;width:38px;height:38px;flex:0 0 38px;align-items:center;justify-content:center;border-radius:7px;background:#eaf7fb;color:#1494bd;font-size:17px}.bidding-mobile-filter-copy>div[data-v-55cddd8d]{min-width:0;flex:1 1 auto}.bidding-mobile-filter-copy small[data-v-55cddd8d],.bidding-mobile-filter-copy strong[data-v-55cddd8d]{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bidding-mobile-filter-copy strong[data-v-55cddd8d]{color:#244a5d;font-size:14px;line-height:20px}.bidding-mobile-filter-copy small[data-v-55cddd8d]{margin-top:2px;color:#8299a5;font-size:11px;line-height:16px}.bidding-mobile-filter-summary[data-v-55cddd8d] .el-button{height:34px;flex:0 0 auto;border-color:#9ed7e7;border-radius:6px;background:#f2fbfd;color:#108bb3}.bidding-mobile-filter-button[data-v-55cddd8d]{display:inline-flex;width:68px;flex:0 0 68px;margin:0 0 0 auto!important;align-items:center;justify-content:center}.bidding-mobile-result-head[data-v-55cddd8d]{display:flex;min-height:42px;align-items:center;padding:8px 2px 9px}.bidding-mobile-result-title[data-v-55cddd8d]{display:flex;align-items:center;color:#244a5d;font-size:15px;font-weight:600}.bidding-mobile-result-title[data-v-55cddd8d]:before{content:"";width:3px;height:15px;margin-right:8px;border-radius:2px;background:#19a0c4}.bidding-mobile-card[data-v-55cddd8d]{position:relative;margin-bottom:10px;padding:14px 13px 12px;border:1px solid #dceaf0;border-radius:8px;background:#fff;box-shadow:0 5px 18px rgba(32,100,127,.06);cursor:pointer}.bidding-mobile-card-head[data-v-55cddd8d]{display:flex;min-width:0;align-items:flex-start;justify-content:space-between;gap:8px}.bidding-mobile-card h3[data-v-55cddd8d]{min-width:0;margin:0;overflow:hidden;color:#176b91;font-size:15px;font-weight:600;line-height:22px;text-overflow:ellipsis;white-space:nowrap}.bidding-mobile-card time[data-v-55cddd8d]{flex:0 0 auto;color:#8ca0aa;font-size:11px;line-height:22px;white-space:nowrap}.bidding-mobile-meta[data-v-55cddd8d]{display:grid;gap:4px;margin-top:10px;padding-top:9px;border-top:1px solid #edf3f5;color:#718993;font-size:12px;line-height:19px}.bidding-mobile-meta span[data-v-55cddd8d]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bidding-mobile-follow[data-v-55cddd8d]{display:block;height:28px;margin:9px 0 0 auto;padding:0 11px;border-color:#a9dbe7;border-radius:5px;color:#1682a5}.bidding-unread-dot[data-v-55cddd8d]{display:inline-block;width:6px;height:6px;margin:0 5px 2px 0;border-radius:50%;background:#f56c6c}.bidding-mobile-more[data-v-55cddd8d]{padding:8px 0 18px;color:#78909b;font-size:12px;text-align:center}.bidding-mobile-more i[data-v-55cddd8d]{margin-right:5px;color:#168fbd}.bidding-mobile-filter-drawer{border-radius:14px 14px 0 0;background:#f5f9fb;overflow:hidden}.bidding-mobile-filter-drawer .el-drawer__header{height:54px;margin:0;padding:0 16px;border-bottom:1px solid #dce9ee;background:#fff}.bidding-mobile-drawer-head{display:flex;width:100%;min-width:0;align-items:center;justify-content:space-between}.bidding-mobile-drawer-head>div{min-width:0}.bidding-mobile-drawer-head span,.bidding-mobile-drawer-head strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bidding-mobile-drawer-head strong{color:#21495c;font-size:16px;line-height:22px}.bidding-mobile-drawer-head span{margin-top:2px;color:#8297a1;font-size:11px;line-height:16px}.bidding-mobile-drawer-head button{display:flex;width:32px;height:32px;flex:0 0 32px;align-items:center;justify-content:center;border:0;border-radius:50%;background:#edf6f8;color:#527482;font-size:16px}.bidding-mobile-filter-drawer .el-drawer__body{display:flex;min-height:0;flex-direction:column;overflow:hidden}.bidding-mobile-drawer-content{min-height:0;flex:1;padding:10px 16px 4px;overflow-x:hidden;overflow-y:auto}.bidding-mobile-drawer-content .el-form-item{margin-bottom:8px}.bidding-mobile-drawer-content .el-form-item__label{height:18px;padding:0;color:#526e7c;font-size:12px;line-height:18px}.bidding-mobile-drawer-content .el-form-item__content{line-height:normal}.bidding-mobile-drawer-content .el-date-editor,.bidding-mobile-drawer-content .el-input,.bidding-mobile-drawer-content .el-select{width:100%}.bidding-mobile-drawer-content .el-input__inner{height:36px;border-color:#cfdee4;border-radius:6px;background:#fbfdfe;line-height:36px}.bidding-mobile-drawer-content .el-date-editor .el-range-input{height:34px;background:transparent}.bidding-mobile-filter-actions{display:grid;grid-template-columns:1fr 1.5fr;gap:10px;padding:8px 16px max(8px,env(safe-area-inset-bottom));border-top:1px solid #dce9ee;background:#fff;box-shadow:0 -5px 18px rgba(35,88,108,.05)}.bidding-mobile-filter-actions .el-button{height:38px;margin:0;border-radius:6px}.bidding-mobile-filter-actions .el-button--primary{border-color:#159bc1;background:#159bc1}.bidding-page[data-v-3e9d1c6a]{width:100%;color:#263f4d}.bidding-detail-wrap[data-v-3e9d1c6a]{height:100%;padding:18px 20px 24px;overflow-y:auto;background:#f4f8fa}.bidding-detail-content-card[data-v-3e9d1c6a],.bidding-detail-overview[data-v-3e9d1c6a]{margin-bottom:16px;border-color:#dce9ed;border-radius:6px;box-shadow:0 4px 16px rgba(31,103,128,.05)}.bidding-detail-section-title[data-v-3e9d1c6a]{display:flex;align-items:center;gap:8px;color:#284e5f;font-size:14px;font-weight:600}.bidding-detail-section-title i[data-v-3e9d1c6a]{color:#168fbd}.bidding-detail-overview>.el-card__header[data-v-3e9d1c6a]{padding:15px 20px;border-bottom-color:#e8f0f3}.bidding-detail-overview>.el-card__body[data-v-3e9d1c6a]{padding:20px}.bidding-detail-content-card>.el-card__body[data-v-3e9d1c6a]{padding:0 20px 20px}.bidding-detail-tabs[data-v-3e9d1c6a]{margin:0 -20px 16px;padding:0 18px;border-bottom:1px solid #e8f0f3}.bidding-detail-tabs[data-v-3e9d1c6a] .el-tabs__header{margin:0}.bidding-detail-tabs[data-v-3e9d1c6a] .el-tabs__item{height:48px;color:#667f8d;line-height:48px}.bidding-detail-tabs[data-v-3e9d1c6a] .el-tabs__item.is-active{color:#168fbd}.bidding-detail-tabs[data-v-3e9d1c6a] .el-tabs__active-bar{background:#168fbd}.bidding-info-label[data-v-3e9d1c6a]{display:inline-flex;align-items:center;gap:5px;max-width:220px}.bidding-info-label>span[data-v-3e9d1c6a]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bidding-info-label small[data-v-3e9d1c6a]{color:#8ba0a9;font-size:11px;white-space:nowrap}.bidding-detail-richtext[data-v-3e9d1c6a]{width:100%;min-width:0;min-height:280px;max-width:100%;box-sizing:border-box;overflow-x:hidden;padding:18px;border:1px solid #e3edf0;border-radius:5px;background:#fff;color:#304d5c;font-size:15px;line-height:1.8;overflow-wrap:anywhere}.bidding-detail-richtext[data-v-3e9d1c6a] *{max-width:100%!important;box-sizing:border-box}.bidding-detail-richtext[data-v-3e9d1c6a] img{width:auto!important;height:auto!important}.bidding-detail-richtext[data-v-3e9d1c6a] table{width:100%!important;height:auto;table-layout:fixed;border-collapse:collapse}.bidding-detail-richtext[data-v-3e9d1c6a] td,.bidding-detail-richtext[data-v-3e9d1c6a] th{max-width:100%;overflow-wrap:anywhere;word-break:break-word}.bidding-detail-richtext[data-v-3e9d1c6a] pre{max-width:100%;overflow:auto;white-space:pre-wrap}.bidding-detail-actions[data-v-3e9d1c6a]{display:flex;justify-content:flex-end;gap:10px;padding:14px 0 0}@media (max-width:767px){.bidding-detail-wrap[data-v-3e9d1c6a]{padding:10px 10px 16px}.bidding-detail-content-card[data-v-3e9d1c6a],.bidding-detail-overview[data-v-3e9d1c6a]{margin-bottom:10px;border-radius:5px}.bidding-detail-overview>.el-card__body[data-v-3e9d1c6a],.bidding-detail-overview>.el-card__header[data-v-3e9d1c6a]{padding:12px}.bidding-detail-content-card>.el-card__body[data-v-3e9d1c6a]{padding:0 12px 12px}.bidding-detail-tabs[data-v-3e9d1c6a]{margin:0 -12px 12px;padding:0 8px;overflow-x:auto}.bidding-detail-tabs[data-v-3e9d1c6a] .el-tabs__nav-wrap{overflow:visible}.bidding-detail-tabs[data-v-3e9d1c6a] .el-tabs__nav{transform:none!important}.bidding-detail-tabs[data-v-3e9d1c6a] .el-tabs__item{height:44px;padding:0 12px;font-size:13px;line-height:44px}.bidding-info-label[data-v-3e9d1c6a]{max-width:190px}.bidding-detail-richtext[data-v-3e9d1c6a]{min-height:220px;padding:12px;font-size:14px}.bidding-detail-actions[data-v-3e9d1c6a]{padding-top:8px}.bidding-detail-actions .el-button[data-v-3e9d1c6a]{flex:1;margin:0}}.captcha-line[data-v-e160a4c2]{display:flex;align-items:flex-start;gap:10px}.captcha-line input[data-v-e160a4c2]{flex:1;margin-top:0}.captcha-line img[data-v-e160a4c2]{display:block;flex:0 0 120px;width:120px;height:44px}@media (max-width:767px){.captcha-line[data-v-e160a4c2]{align-items:flex-start}}