::-webkit-scrollbar{width:unset!important;height:unset!important}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{background:unset!important;border-radius:unset!important}::-webkit-scrollbar-thumb:hover{background:unset!important}*{scrollbar-width:unset!important;scrollbar-color:unset!important}*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--blue:#126DFB;--blue-dark:#0a55d4;--blue-light:#e8f1ff;--teal:#126DFB;--text:#1a1f36;--text-sub:#5a6282;--text-muted:#8a93b2;--border:#e2e8f5;--bg:#f5f8ff;--white:#ffffff;--radius:12px;--shadow-sm:0 2px 12px rgba(18,109,251,.08);--shadow-md:0 8px 32px rgba(18,109,251,.12)}html{scroll-behavior:smooth}body{font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,sans-serif;color:var(--text);background:var(--white);line-height:1.7;font-size:15px;-webkit-font-smoothing:antialiased}a{color:var(--blue);text-decoration:none}.topbar{background:linear-gradient(90deg,#0a55d4,#126DFB,#3d8ffc);color:#fff;text-align:center;padding:9px 20px;font-size:13px;font-weight:500;letter-spacing:.3px}.topbar span{opacity:.7;margin:0 10px}nav{position:sticky;top:0;z-index:200;background:hsla(0,0%,100%,.4);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);justify-content:space-between;padding:0 60px;height:60px}.nav-logo,nav{display:flex;align-items:center}.nav-logo{gap:10px;font-size:32px;font-weight:700;color:#1a1f36}.nav-logo-img{height:32px;width:auto;display:block;flex-shrink:0}.nav-logo-text{font-size:16px;font-weight:700;color:#1a1f36}.nav-links{display:flex;align-items:center;gap:32px;list-style:none}.nav-links a{font-size:14px;color:#1a1f36;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--blue)}.nav-btn{background:rgba(0,0,0,0);color:var(--blue)!important;border:1.5px solid var(--blue);padding:7px 20px;border-radius:50px;font-size:14px;font-weight:600}.nav-btn:hover{background:rgba(18,109,251,.07)!important}.nav-scrolled .nav-btn{background-color:#126dfb!important;color:#fff!important;border:none!important}.hero{background-image:url(/AIDG-HTML/banner-bg.jpg);background-position:50%;background-size:cover;background-repeat:no-repeat;color:var(--text);padding:48px 60px;position:relative;overflow:hidden;min-height:580px;max-height:auto;display:flex;align-items:center}.hero:after,.hero:before{display:none}.hero-inner{max-width:1100px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 370px;gap:60px;align-items:center;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(18,109,251,.08);border:1px solid rgba(18,109,251,.2);border-radius:50px;padding:4px 14px;font-size:12.5px;font-weight:500;color:var(--blue)}.hero-badge .live-dot{width:7px;height:7px;border-radius:50%;background:#22c55e;box-shadow:0 0 8px #22c55e;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero h1{font-size:clamp(32px,3.8vw,48px);font-weight:800;line-height:1.2;letter-spacing:-.02em;color:#1a1f36}.hero-sub{font-size:16px}.hero-desc,.hero-sub{color:#334155;line-height:1.8;max-width:560px}.hero-desc{font-size:14px}.hero-btns{display:flex;gap:16px;align-items:center;margin-top:10px}.hero-audience{font-size:13px;color:#333;line-height:1.6;margin-top:4px}.btn-white{background:#126dfb;color:#fff;font-size:15px;font-weight:600;padding:13px 34px;border-radius:9999px;box-shadow:0 8px 24px rgba(18,109,251,.35);transition:transform .15s,box-shadow .15s;cursor:pointer;border:none;display:inline-block}.btn-white:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(18,109,251,.45)}.btn-white:active{transform:translateY(1px)}.btn-outline-white{background:hsla(0,0%,100%,.3);color:#1a1f36;font-size:15px;font-weight:600;padding:12px 33px;border-radius:9999px;border:1px solid #fff;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:background .2s,transform .15s;cursor:pointer;display:inline-block}.btn-outline-white:hover{background:hsla(0,0%,100%,.45);transform:translateY(-1px)}.hero-left{gap:16px}.hero-card,.hero-left{display:flex;flex-direction:column;align-items:flex-start}.hero-card{padding:31px 36px 32px;gap:0!important;border-radius:20px;border:1px solid hsla(0,0%,100%,.6);background:linear-gradient(135deg,rgba(255,255,255,.65),rgba(255,255,255,.35));box-shadow:0 8px 32px rgba(18,109,251,.08);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);max-width:100%}.info-card-label{font-size:13px;color:#64748b;font-weight:600;margin-bottom:4px}.info-card-title{font-size:28px;font-weight:900;color:#1a1f36;margin-bottom:16px;margin-top:0;letter-spacing:-.5px}.info-status{display:flex;align-items:center;gap:8px;background:hsla(0,0%,100%,.6);border-radius:8px;padding:8px 14px;font-size:14px;font-weight:600;color:#1a1f36;margin-bottom:16px!important;width:100%;white-space:nowrap}.info-status .status-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;box-shadow:0 0 6px rgba(34,197,94,.6);flex-shrink:0}.hero-card-divider,.info-divider{display:none!important}.hero-card-rows,.info-rows{display:flex;flex-direction:column;gap:16px!important;width:100%;border-top:1px solid rgba(15,23,42,.08)!important;padding-top:16px!important;margin-bottom:12px!important}.hero-card-row,.info-row{display:flex;justify-content:space-between;align-items:center;font-size:14px;width:100%}.hero-card-row .k,.info-row-key{color:#64748b;font-weight:400}.hero-card-row .v,.info-row-val{color:#1a1f36;font-weight:700}.hero-card-tip,.info-tip{margin-top:0!important;background:rgba(0,0,0,0)!important;padding:0!important;font-size:13px;color:#64748b;opacity:1;line-height:1.6}.hero-card-tip{margin-top:12px;background:rgba(18,109,251,.05);border-radius:8px;padding:8px 12px;font-size:12px;color:#126dfb;opacity:.8;line-height:1.55}.section{padding:40px 60px}.section-inner{max-width:1100px;margin:0 auto}.section-hd{text-align:center;margin-bottom:48px}.section-hd h2{font-size:24px;font-weight:800;letter-spacing:-.01em;margin-bottom:10px}.section-hd p{font-size:15px;color:var(--text-sub)}.section-tag{display:inline-block;background:var(--blue-light);color:var(--blue);font-size:12px;font-weight:700;padding:3px 12px;border-radius:50px;margin-bottom:12px;letter-spacing:.3px}.pain{background:var(--bg)}.pain-heading{font-size:24px;font-weight:400;color:#2b2f35;letter-spacing:-.32px;text-align:center;margin-bottom:8px}.pain-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.pain-card{background:#f8faff;border:1px solid #e2e8f5;border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:16px;transition:box-shadow .2s}.pain-card:hover{box-shadow:var(--shadow-md)}.pain-card-title{gap:7px}.pain-card-title,.pain-icon-sm{display:flex;align-items:center}.pain-icon-sm{width:20px;height:20px;font-size:14px;justify-content:center;flex-shrink:0}.pain-card h3{font-size:15px;font-weight:600;color:rgba(43,47,53,.9);margin:0}.pain-card p{font-size:13.5px;color:var(--text-sub);line-height:1.7;margin:0}.highlights{background:#fff}.hl-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.hl-card{display:flex;flex-direction:column;max-width:100%;padding:28px;align-items:flex-start;gap:27px;flex-shrink:0;border-radius:16px;border:1px solid #e2e8f5;background:#d3d3d3 50%/cover no-repeat;transition:box-shadow .2s,border-color .2s}.hl-card:hover{box-shadow:0 8px 32px rgba(18,109,251,.1);border-color:#126dfb}.hl-card.hl1{background-image:url(/AIDG-HTML/亮点1.png)}.hl-card.hl2{background-image:url(/AIDG-HTML/亮点2.png)}.hl-card.hl3{background-image:url(/AIDG-HTML/亮点3.png)}.hl-card.hl4{background-image:url(/AIDG-HTML/亮点4.png)}.hl-body{display:flex;flex-direction:column;gap:0}.hl-body h3{font-size:18px;font-weight:700;color:#1a1f36;margin-bottom:12px;line-height:1.4}.hl-body p{font-size:14px;color:var(--text-sub);line-height:1.75;max-width:300px;word-break:break-word}.hl-body strong{color:var(--blue);font-weight:600}.stages{background:#f8fafc}.stage-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.stage-card-wrap{position:relative}.stage-card{border-radius:16px;border:1px solid #e2e8f5;background:linear-gradient(345deg,#f2f7ff,#edf3ff);box-shadow:0 4px 17.5px rgba(18,109,251,.059);padding:24px;display:flex;flex-direction:column;gap:15px;height:100%;transition:box-shadow .2s,border-color .2s}.stage-card:hover{box-shadow:0 8px 32px rgba(18,109,251,.1);border-color:#126dfb}.stage-card-header{display:flex;align-items:center;gap:10px}.stage-card-title{font-size:18px;font-weight:400;color:#1a1f36;line-height:1.6}.stage-card-badge{display:inline-flex;align-items:center;height:24px;padding:0 8px;border-radius:6px;background:hsla(0,0%,100%,.2);border:1px solid rgba(18,109,251,.2);font-size:12px;color:#126dfb;white-space:nowrap;flex-shrink:0}.stage-card-desc{font-size:14px;color:#64748b;line-height:1.7;text-align:justify;margin:0}.stage-recommend{position:absolute;top:0;right:0;border-radius:0 16px 0 16px;padding:10px 16px;background:linear-gradient(198deg,#2a7dff,#0071e3 50%,#0064ff);font-size:13px;font-weight:500;color:#fff;line-height:1}.details{background:#fff}.details-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px}.detail-col-heading{display:flex;flex-direction:column;align-items:center;gap:4px;padding-bottom:10px;width:100%}.detail-col-heading>span{font-size:20px;color:#126dfb;line-height:1.36;font-weight:700}.detail-col-heading:after{content:"";display:block;width:26px;height:3px;background:#126dfb;border-radius:2px}.detail-left,.detail-right{display:flex;flex-direction:column;gap:16px}.detail-flow-card{flex:1;background:#f8faff;border:1px solid #e2e8f5;border-radius:16px;box-shadow:0 4px 17.5px rgba(18,109,251,.059);padding:20px 28px;display:flex;flex-direction:column;gap:20px}.flow-step{display:flex;align-items:flex-start;gap:20px}.flow-num-active{background:linear-gradient(-135deg,#126dfb,#3d8ffc);box-shadow:0 3.56px 9.33px rgba(18,109,251,.2);color:#fff}.flow-num-active,.flow-num-inactive{flex-shrink:0;width:32px;height:32px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:12px}.flow-num-inactive{background:#f1f5f9;color:#64748b}.flow-content{display:flex;flex-direction:column;gap:5px;flex:1}.flow-title{font-size:16px;color:#1a1f36;line-height:1.6;font-weight:700}.flow-desc{font-size:13.5px;color:#64748b;line-height:1.65;padding-bottom:5px}.flow-note{display:inline-block;background:#e8f1ff;border-radius:8px;padding:6px 12px;font-size:12px;color:#126dfb;line-height:1.55}.detail-left-note{font-size:12px;color:#666;line-height:1.532;text-align:justify}.detail-left-note strong{color:#126dfb;font-weight:400}.detail-data-cards{gap:20px}.detail-data-card,.detail-data-cards{flex:1;display:flex;flex-direction:column}.detail-data-card{background:#f8faff;border:1px solid #e2e8f5;border-radius:16px;box-shadow:0 4px 17.5px rgba(18,109,251,.059);padding:20px 28px;gap:8px}.detail-data-header{display:flex;align-items:center;justify-content:space-between;width:100%}.detail-data-title{font-size:16px;color:#1a1f36;line-height:1.6;font-weight:700}.detail-data-badge{background:#e8f1ff;border-radius:4px;padding:2.5px 10px;font-size:12.5px;color:#126dfb;white-space:nowrap;flex-shrink:0}.detail-data-list{padding-left:18px;list-style:disc;display:flex;flex-direction:column;gap:4px}.detail-data-list li{font-size:13.5px;color:#5a6282;line-height:1.7}.detail-right-note{font-size:14px;color:#666;line-height:1.532}.detail-right-note strong{color:#126dfb;font-weight:700}.cta-bottom{background:url(/AIDG-HTML/底部banner.png) 50%/cover no-repeat;text-align:center;padding:20px 60px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;overflow:hidden}.cta-bottom .cta-badge{display:inline-flex;align-items:center;background:hsla(0,0%,100%,.3);border:1px solid hsla(0,0%,100%,.6);border-radius:50px;padding:3px 16px 4px;font-size:13px;color:#333;line-height:1.7}.cta-bottom h2{font-size:36px;font-weight:700;letter-spacing:-.72px;line-height:1.25;color:#126dfb;padding-top:8px;margin:0}.cta-sub{font-size:16px;color:#333;line-height:1.7;opacity:.82;margin:0}.cta-btn-wrap{padding-top:20px}.btn-cta{display:inline-flex;align-items:center;justify-content:center;background:#126dfb;color:#fff;font-size:15px;font-weight:700;border-radius:50px;padding:14px 40px 16px;box-shadow:0 6px 21px rgba(18,109,251,.35);border:none;cursor:pointer}footer{background:#fff;justify-content:space-between;padding:20px 60px;font-size:13px;border-top:1px solid #e2e8f5}.footer-logo,footer{color:#333;display:flex;align-items:center}.footer-logo{gap:8px}.footer-logo-img{height:22px;width:auto;display:block;flex-shrink:0}.footer-links{display:flex;gap:24px}.footer-links a{color:#333;transition:color .2s}.footer-links a:hover{color:#126dfb}.modal-overlay{display:none;position:fixed;inset:0;z-index:1000;background:rgba(51,51,51,.6);align-items:center;justify-content:center;padding:20px}.modal,.modal-overlay.open{display:flex}.modal{background:var(--white);border-radius:20px;width:100%;max-width:640px;max-height:92vh;flex-direction:column;overflow:hidden;box-shadow:0 24px 80px rgba(10,20,60,.25);animation:modalIn .25s ease}.modal-body{padding:16px 28px 24px 32px;overflow-y:auto;flex:1}.modal-body::-webkit-scrollbar{width:4px}.modal-body::-webkit-scrollbar-track{background:rgba(0,0,0,0);margin:20px 0}.modal-body::-webkit-scrollbar-thumb{background:#d1d9ef;border-radius:4px}@keyframes modalIn{0%{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{padding:20px 32px 0;display:flex;justify-content:space-between;align-items:flex-start}.modal-header-left h2{font-size:20px;font-weight:800;margin-bottom:4px}.modal-header-left p{font-size:13px;color:var(--text-sub);line-height:1.6;max-width:500px}.modal-close{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:var(--bg);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--text-sub);transition:background .2s;margin-left:12px;margin-top:2px}.modal-close:hover{background:var(--border)}.modal:has(#modalSuccess[style*="display: block"]) .modal-header-left h2{display:none}.form-row{margin-bottom:14px}.form-row label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:var(--text)}.form-row label .req{color:#e53935;margin-left:2px}.form-row input,.form-row select,.form-row textarea{width:100%;border:1.5px solid var(--border);border-radius:9px;padding:10px 14px;font-size:14px;color:var(--text);height:42px;outline:none;transition:border-color .2s,box-shadow .2s;background:#fff;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-row textarea{height:auto}.form-row input::-moz-placeholder,.form-row textarea::-moz-placeholder{color:#a0aec0}.form-row input::placeholder,.form-row textarea::placeholder{color:#a0aec0}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(18,109,251,.1)}.form-row textarea{resize:vertical;min-height:80px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-tip{background:var(--blue-light);border-radius:8px;padding:8px 14px;font-size:13px;color:var(--blue-dark);margin-bottom:14px;line-height:1.6}.form-row-code{display:flex;gap:10px;align-items:flex-start}.form-row-code input{flex:1}.btn-send-code{flex-shrink:0;height:42px;padding:0 16px;background:#fff;border:1.5px solid var(--blue);border-radius:9px;color:var(--blue);font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s}.btn-send-code:hover{background:var(--blue-light)}.btn-send-code:disabled{border-color:var(--border);color:var(--text-muted);cursor:default;background:#fff}#captchaContainerId{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.5);z-index:9999}#captchaContainerId.hidden{display:none}.btn-submit{width:100%;background:var(--blue);color:#fff;font-size:15px;font-weight:700;height:42px;padding:0;border:none;border-radius:9px;cursor:pointer;transition:background .2s,transform .15s}.btn-submit:hover{background:var(--blue-dark);transform:translateY(-1px)}.select-wrap{position:relative}.select-wrap select{width:100%;-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:36px}.select-wrap .select-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;display:flex;align-items:center}.custom-select{position:relative}.custom-select-trigger{width:100%;border:1.5px solid var(--border);border-radius:9px;padding:10px 36px 10px 14px;font-size:14px;color:var(--text);background:#fff;cursor:pointer;display:flex;align-items:center;height:42px;transition:border-color .2s,box-shadow .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.custom-select-trigger.placeholder{color:#a0aec0}.custom-select-trigger:focus,.custom-select.open .custom-select-trigger{border-color:var(--blue);box-shadow:0 0 0 3px rgba(18,109,251,.1);outline:none}.custom-select-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;display:flex;align-items:center;transition:transform .2s}.custom-select.open .custom-select-arrow{transform:translateY(-50%) rotate(180deg)}.custom-select-dropdown{display:none;position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1.5px solid var(--border);border-radius:9px;z-index:2000;box-shadow:0 8px 24px rgba(18,109,251,.1);overflow-y:auto}.custom-select-dropdown::-webkit-scrollbar{width:4px}.custom-select-dropdown::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.custom-select-dropdown::-webkit-scrollbar-thumb{background:#d1d9ef;border-radius:4px;max-height:30px}.custom-select.open .custom-select-dropdown{display:block}#selectPosition .custom-select-dropdown{max-height:none;overflow-y:visible}#selectIndustry .custom-select-dropdown{max-height:200px}.custom-select-option{padding:10px 14px;font-size:14px;color:var(--text);cursor:pointer;transition:background .15s}.custom-select-option:hover{background:var(--blue-light)}.custom-select-option.selected{color:var(--blue);font-weight:600}.modal-success{display:none;text-align:center;padding:20px 0 8px}.modal-success .success-icon{width:64px;height:64px;border-radius:50%;background:#e6faf6;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;font-size:28px}.modal-success h3{font-size:18px;font-weight:700;margin-bottom:8px}.modal-success p{font-size:14px;color:var(--text-sub);line-height:1.7}@media(max-width:1024px){.cta-bottom,.hero,.section,footer,nav{padding-left:32px;padding-right:32px}.hero-card{max-width:480px}.details-grid{grid-template-columns:1fr;gap:32px}}@media(max-width:768px){nav{padding:0 20px}.nav-links li:not(:last-child){display:none}.form-grid,.hero-inner,.hl-grid,.pain-grid{grid-template-columns:1fr}}@media(max-width:640px){.nav-logo .nav-logo-img{height:30px}.nav-logo .nav-logo-text{font-size:14px}.nav-links li:last-child .nav-btn{font-size:12px}.cta-bottom,.hero,.section{padding:20px}.stage-cards{grid-template-columns:unset}footer{flex-direction:column;gap:14px;padding:20px;text-align:center}.modal-body,.modal-header{padding-left:20px;padding-right:20px}}