[data-v-9cf04fc5]:root{--primary-blue: #1890ff;--gradient-blue: linear-gradient(135deg, #1890ff 0%, #36cfc9 100%);--dark-blue: #096dd9;--light-blue: #e6f7ff;--gray-bg: #f5f5f5;--gray-text: #666;--dark-text: #333;--border-color: #e8e8e8;--shadow: 0 4px 12px rgba(0, 0, 0, .08);--shadow-hover: 0 8px 24px rgba(0, 0, 0, .12);--animate-duration: .8s;--doc-gray: #f8f9fa;--doc-border: #e9ecef;--code-color: #dc3545}[data-v-9cf04fc5]{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,Microsoft YaHei,sans-serif;scroll-behavior:smooth}body[data-v-9cf04fc5]{line-height:1.7;color:var(--dark-text);background-color:#fff}.container[data-v-9cf04fc5]{max-width:1200px;margin:0 auto;padding:0 20px}.animate[data-v-9cf04fc5]{opacity:0;transform:translateY(30px);transition:all var(--animate-duration) ease-out}.animate.show[data-v-9cf04fc5]{opacity:1;transform:translateY(0)}.animate-delay-1[data-v-9cf04fc5]{transition-delay:.2s}.text-gradient[data-v-9cf04fc5]{background:var(--gradient-blue);-webkit-background-clip:text;background-clip:text;color:transparent}.navbar[data-v-9cf04fc5]{background-color:#fff;box-shadow:0 2px 8px #0000000d;position:sticky;top:0;z-index:1000;transition:box-shadow .3s ease;padding:8px 0}.nav-container[data-v-9cf04fc5]{display:flex;justify-content:space-between;align-items:center}.logo[data-v-9cf04fc5]{display:flex;align-items:center;font-size:24px;font-weight:700;color:var(--primary-blue);text-decoration:none;cursor:pointer}.logo-icon[data-v-9cf04fc5]{color:var(--primary-blue);margin-right:8px;font-size:28px}.nav-links[data-v-9cf04fc5]{display:flex;list-style:none}.nav-links li[data-v-9cf04fc5]{margin-left:32px}.nav-links a[data-v-9cf04fc5]{text-decoration:none;color:var(--dark-text);font-weight:500;transition:all .3s;position:relative;cursor:pointer}.nav-links a.active[data-v-9cf04fc5]{color:var(--primary-blue)}.nav-links a.active[data-v-9cf04fc5]:after{width:100%}.nav-links a[data-v-9cf04fc5]:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--gradient-blue);transition:width .3s ease}.nav-links a[data-v-9cf04fc5]:hover{color:var(--primary-blue)}.nav-links a[data-v-9cf04fc5]:hover:after{width:100%}.cta-button[data-v-9cf04fc5]{background:var(--gradient-blue);color:#fff;border:none;padding:10px 24px;border-radius:4px;font-weight:500;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-block;position:relative;overflow:hidden}.cta-button[data-v-9cf04fc5]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#fff3;transition:left .5s ease}.cta-button[data-v-9cf04fc5]:hover:before{left:100%}.cta-button[data-v-9cf04fc5]:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.doc-banner[data-v-9cf04fc5]{padding:60px 0;background:linear-gradient(135deg,#f8fbff,#f0f9ff);text-align:center;margin-bottom:40px}.doc-banner h1[data-v-9cf04fc5]{font-size:40px;margin-bottom:16px;font-weight:700}.doc-banner p[data-v-9cf04fc5]{font-size:18px;color:var(--gray-text);max-width:600px;margin:0 auto}.doc-content[data-v-9cf04fc5]{display:flex;gap:30px;margin-bottom:80px}.doc-nav[data-v-9cf04fc5]{width:240px;flex-shrink:0;position:sticky;top:100px;height:fit-content;border:1px solid var(--doc-border);border-radius:8px;background:#fff;box-shadow:var(--shadow)}.doc-nav ul[data-v-9cf04fc5]{list-style:none}.doc-nav ul li[data-v-9cf04fc5]{padding:12px 20px;border-bottom:1px solid var(--doc-border);cursor:pointer;transition:all .3s ease;position:relative}.doc-nav ul li[data-v-9cf04fc5]:last-child{border-bottom:none}.doc-nav ul li.active[data-v-9cf04fc5]{color:var(--primary-blue);background:var(--light-blue)}.doc-nav ul li.active[data-v-9cf04fc5]:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:var(--primary-blue)}.doc-nav ul li[data-v-9cf04fc5]:hover{color:var(--primary-blue);background:var(--light-blue)}.doc-detail[data-v-9cf04fc5]{flex:1;background:#fff;border:1px solid var(--doc-border);border-radius:8px;padding:40px;box-shadow:var(--shadow)}.doc-section[data-v-9cf04fc5]{margin-bottom:60px}.doc-section h2[data-v-9cf04fc5]{font-size:24px;font-weight:700;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid var(--primary-blue);position:relative}.doc-section p[data-v-9cf04fc5]{margin-bottom:16px;font-size:16px;line-height:1.8}.highlight[data-v-9cf04fc5]{color:var(--primary-blue);font-weight:500;font-size:16px}.tip[data-v-9cf04fc5]{background:var(--light-blue);padding:12px 16px;border-radius:4px;margin:20px 0;border-left:4px solid var(--primary-blue);color:var(--dark-blue)}.rule-list[data-v-9cf04fc5]{list-style:none}.rule-list li[data-v-9cf04fc5]{margin-bottom:12px;font-size:16px;display:flex;align-items:center}.rule-list li span[data-v-9cf04fc5]:first-child{font-weight:700;min-width:120px;color:var(--dark-text)}.domain[data-v-9cf04fc5]{color:var(--code-color);font-weight:500}.flow-step[data-v-9cf04fc5]{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin:20px 0}.step-item[data-v-9cf04fc5]{flex:1;min-width:200px;background:var(--doc-gray);padding:20px;border-radius:8px;text-align:center}.step-num[data-v-9cf04fc5]{font-size:18px;font-weight:700;color:var(--primary-blue);margin-bottom:10px}.step-content[data-v-9cf04fc5]{font-size:14px;line-height:1.6}.step-arrow[data-v-9cf04fc5]{font-size:20px;color:var(--primary-blue);font-weight:700}.api-link[data-v-9cf04fc5]{color:var(--primary-blue);font-weight:500;cursor:pointer;text-decoration:underline}.api-info[data-v-9cf04fc5]{margin-top:20px}.api-item[data-v-9cf04fc5]{margin-bottom:24px}.api-item label[data-v-9cf04fc5]{font-weight:700;display:block;margin-bottom:8px;font-size:16px}.api-item code.url[data-v-9cf04fc5]{background:#f5f5f5;padding:12px 16px;border-radius:4px;display:block;word-break:break-all;font-size:14px;border-left:4px solid var(--primary-blue)}.api-item span[data-v-9cf04fc5]{font-size:16px}.api-table[data-v-9cf04fc5]{width:100%;border-collapse:collapse;margin-top:10px}.api-table thead[data-v-9cf04fc5]{background:var(--doc-gray)}.api-table th[data-v-9cf04fc5],.api-table td[data-v-9cf04fc5]{padding:12px;text-align:left;border:1px solid var(--doc-border);font-size:14px}.api-table th[data-v-9cf04fc5]{font-weight:700}.api-table tr[data-v-9cf04fc5]:hover{background:var(--light-blue)}.json-code[data-v-9cf04fc5]{background:#282c34;color:#61dafb;padding:20px;border-radius:4px;font-size:14px;line-height:1.8;overflow-x:auto;margin-top:10px}.json-code code[data-v-9cf04fc5]{color:#61dafb}.footer[data-v-9cf04fc5]{background-color:#1a1a1a;color:#aaa;padding:60px 0 30px;margin-top:40px}.footer-container[data-v-9cf04fc5]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}.footer-section h3[data-v-9cf04fc5]{color:#fff;font-size:20px;margin-bottom:25px;position:relative;padding-bottom:10px}.footer-section h3[data-v-9cf04fc5]:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:2px;background:var(--primary-blue)}.footer-links[data-v-9cf04fc5]{list-style:none}.footer-links li[data-v-9cf04fc5]{margin-bottom:12px}.footer-links a[data-v-9cf04fc5]{color:#aaa;text-decoration:none;transition:all .3s ease;display:inline-block;cursor:pointer}.footer-links a[data-v-9cf04fc5]:hover{color:#fff;transform:translate(5px)}.copyright[data-v-9cf04fc5]{text-align:center;padding-top:30px;border-top:1px solid #333;color:#888;font-size:14px;margin-top:20px}@media(max-width:768px){.nav-links[data-v-9cf04fc5]{display:none}.doc-content[data-v-9cf04fc5]{flex-direction:column}.doc-nav[data-v-9cf04fc5]{width:100%;position:static;margin-bottom:20px}.doc-detail[data-v-9cf04fc5]{padding:20px}.doc-banner h1[data-v-9cf04fc5]{font-size:28px}.flow-step[data-v-9cf04fc5]{flex-direction:column}.step-arrow[data-v-9cf04fc5]{transform:rotate(90deg)}.api-table th[data-v-9cf04fc5],.api-table td[data-v-9cf04fc5]{padding:8px;font-size:12px}}
