@charset "UTF-8";.layout{min-height:100vh;display:flex;flex-direction:column}.header{background:#1a1a1a;color:#fff;position:fixed;top:0;left:0;right:0;z-index:1000;height:60px}.header-container{max-width:var(--app-content-max-width);margin:0 auto;padding:0 20px;height:100%;display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;cursor:pointer}.logo-icon{width:36px;height:36px;background:linear-gradient(135deg,#ff8c00,#ff6b00);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;margin-right:10px}.logo-text{font-size:18px;font-weight:600;letter-spacing:1px}.nav{display:flex;gap:40px}.nav a{color:#ccc;text-decoration:none;font-size:15px;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;cursor:pointer;padding:10px 14px;border-radius:4px;display:flex;align-items:center;justify-content:center;min-width:60px;text-align:center}.nav a:hover,.nav a.active{color:#fff;background:rgba(255,255,255,.1)}.nav a.active{color:#ff8c00;background:rgba(255,140,0,.15)}.nav a.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:30px;height:3px;background:#ff8c00;border-radius:2px}.user-actions{display:flex;align-items:center}.user-dropdown{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:20px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.user-dropdown:hover{background:rgba(255,255,255,.15);border-color:rgba(255,255,255,.4);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.user-dropdown:active{transform:translateY(0)}.user-icon{font-size:16px;color:#ff8c00;transition:transform .3s ease}.user-dropdown:hover .user-icon{transform:scale(1.1)}.user-name{color:#fff;font-size:14px;font-weight:500;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:global(.ant-dropdown-menu){min-width:160px;padding:6px;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.3);animation:dropdownSlideIn .2s ease-out}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}:global(.ant-dropdown-menu-item){padding:10px 12px;border-radius:6px;transition:all .2s ease}:global(.ant-dropdown-menu-item:hover){background:rgba(255,140,0,.1)}:global(.ant-dropdown-menu-item-icon){color:#ff8c00}.login-btn{color:#fff;text-decoration:none;padding:10px 24px;border:1px solid rgba(255,255,255,.3);border-radius:20px;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden;font-weight:500}.login-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.login-btn:hover{background:rgba(255,255,255,.1);border-color:#ff8c00;transform:translateY(-2px);box-shadow:0 4px 15px rgba(255,140,0,.3)}.login-btn:hover:before{left:100%}.login-btn:active{transform:translateY(0)}.main-content{flex:1;width:100%;min-width:0;padding-top:60px;overflow-x:auto}.main-visual-canvas{width:100%;min-width:var(--app-content-min-width);min-height:100%}.main-visual-canvas>*{min-width:100%}.footer{background:#1a1a1a;color:#999;padding:30px 0;border-top:1px solid #333}.footer-container{max-width:var(--app-content-max-width);margin:0 auto;padding:0 20px;text-align:center}.footer-links{margin-bottom:15px}.footer-links a{color:#ccc;text-decoration:none;transition:color .3s;cursor:pointer}.footer-links a:hover{color:#ff8c00}.divider{margin:0 15px;color:#666}.copyright{font-size:13px;margin-bottom:10px}._fs-10_c4ob8_2{font-size:.1px}._fs-11_c4ob8_6{font-size:.11px}._fs-12_c4ob8_10{font-size:.12px}._fs-13_c4ob8_14{font-size:.13px}._fs-14_c4ob8_18{font-size:.14px}._fs-15_c4ob8_22{font-size:.15px}._fs-16_c4ob8_26{font-size:.16px}._fs-17_c4ob8_30{font-size:.17px}._fs-18_c4ob8_34{font-size:.18px}._fs-19_c4ob8_38{font-size:.19px}._fs-20_c4ob8_42{font-size:.2px}._fs-21_c4ob8_46{font-size:.21px}._fs-22_c4ob8_50{font-size:.22px}._fs-23_c4ob8_54{font-size:.23px}._fs-24_c4ob8_58{font-size:.24px}._fs-25_c4ob8_62{font-size:.25px}._fs-26_c4ob8_66{font-size:.26px}._fs-27_c4ob8_70{font-size:.27px}._fs-28_c4ob8_74{font-size:.28px}._fs-29_c4ob8_78{font-size:.29px}._fs-30_c4ob8_82{font-size:.3px}._fs-31_c4ob8_86{font-size:.31px}._fs-32_c4ob8_90{font-size:.32px}._fs-33_c4ob8_94{font-size:.33px}._fs-34_c4ob8_98{font-size:.34px}._fs-35_c4ob8_102{font-size:.35px}._fs-36_c4ob8_106{font-size:.36px}._fs-37_c4ob8_110{font-size:.37px}._fs-38_c4ob8_114{font-size:.38px}._fs-39_c4ob8_118{font-size:.39px}._fs-40_c4ob8_122{font-size:.4px}._home_c4ob8_144{background:#f5f7fa}._home_c4ob8_144 ._banner_c4ob8_147{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:100px 20px 60px;text-align:center;position:relative;overflow:hidden}._home_c4ob8_144 ._banner_c4ob8_147:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(255,140,0,0.1)" stroke-width="0.5"/></svg>') repeat;background-size:100px 100px;opacity:.5}._home_c4ob8_144 ._banner_c4ob8_147 ._bannerContent_c4ob8_166{position:relative;z-index:1;max-width:800px;margin:0 auto}._home_c4ob8_144 ._banner_c4ob8_147 ._bannerContent_c4ob8_166 h1{font-size:48px;font-weight:700;margin-bottom:20px;background:linear-gradient(135deg,#fff,#ff8c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent}._home_c4ob8_144 ._banner_c4ob8_147 ._bannerContent_c4ob8_166 p{font-size:20px;color:#ccc;margin-bottom:40px}._home_c4ob8_144 ._banner_c4ob8_147 ._bannerContent_c4ob8_166 ._bannerActions_c4ob8_185{display:flex;gap:20px;justify-content:center}._home_c4ob8_144 ._banner_c4ob8_147 ._bannerContent_c4ob8_166 ._bannerActions_c4ob8_185 ._btnPrimary_c4ob8_190{background:linear-gradient(135deg,#ff8c00,#ff6b00);color:#fff;padding:14px 40px;border-radius:30px;text-decoration:none;font-weight:500;transition:transform .3s,box-shadow .3s;cursor:pointer;border:none;display:inline-block}._home_c4ob8_144 ._banner_c4ob8_147 ._bannerContent_c4ob8_166 ._bannerActions_c4ob8_185 ._btnPrimary_c4ob8_190:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(255,140,0,.3)}._home_c4ob8_144 ._banner_c4ob8_147 ._bannerContent_c4ob8_166 ._bannerActions_c4ob8_185 ._btnSecondary_c4ob8_206{border:1px solid rgba(255,255,255,.3);color:#fff;padding:14px 40px;border-radius:30px;text-decoration:none;font-weight:500;transition:all .3s;cursor:pointer;display:inline-block}._home_c4ob8_144 ._banner_c4ob8_147 ._bannerContent_c4ob8_166 ._bannerActions_c4ob8_185 ._btnSecondary_c4ob8_206:hover{background:rgba(255,255,255,.1);border-color:#fff}._home_c4ob8_144 ._banner_c4ob8_147 ._bannerStats_c4ob8_221{display:flex;justify-content:center;gap:80px;margin-top:60px;position:relative;z-index:1}._home_c4ob8_144 ._banner_c4ob8_147 ._bannerStats_c4ob8_221 ._statItem_c4ob8_229{text-align:center}._home_c4ob8_144 ._banner_c4ob8_147 ._bannerStats_c4ob8_221 ._statItem_c4ob8_229 ._statNumber_c4ob8_232{font-size:36px;font-weight:700;color:#ff8c00;margin-bottom:8px}._home_c4ob8_144 ._banner_c4ob8_147 ._bannerStats_c4ob8_221 ._statItem_c4ob8_229 ._statLabel_c4ob8_238{font-size:14px;color:#999}._home_c4ob8_144 ._features_c4ob8_242{padding:80px 20px}._home_c4ob8_144 ._features_c4ob8_242 ._container_c4ob8_245{max-width:var(--app-content-max-width);margin:0 auto}._home_c4ob8_144 ._features_c4ob8_242 ._container_c4ob8_245 ._sectionTitle_c4ob8_249{text-align:center;font-size:32px;font-weight:600;margin-bottom:50px;color:#1a1a1a}._home_c4ob8_144 ._features_c4ob8_242 ._container_c4ob8_245 ._featuresGrid_c4ob8_256{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}._home_c4ob8_144 ._features_c4ob8_242 ._container_c4ob8_245 ._featuresGrid_c4ob8_256 ._featureCard_c4ob8_261{background:#fff;padding:40px 30px;border-radius:12px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.05);transition:transform .3s,box-shadow .3s}._home_c4ob8_144 ._features_c4ob8_242 ._container_c4ob8_245 ._featuresGrid_c4ob8_256 ._featureCard_c4ob8_261:hover{transform:translateY(-5px);box-shadow:0 10px 40px rgba(0,0,0,.1)}._home_c4ob8_144 ._features_c4ob8_242 ._container_c4ob8_245 ._featuresGrid_c4ob8_256 ._featureCard_c4ob8_261 ._featureIcon_c4ob8_273{font-size:48px;color:#ff8c00;margin-bottom:20px}._home_c4ob8_144 ._features_c4ob8_242 ._container_c4ob8_245 ._featuresGrid_c4ob8_256 ._featureCard_c4ob8_261 h3{font-size:18px;font-weight:600;margin-bottom:15px;color:#1a1a1a}._home_c4ob8_144 ._features_c4ob8_242 ._container_c4ob8_245 ._featuresGrid_c4ob8_256 ._featureCard_c4ob8_261 p{font-size:14px;color:#666;line-height:1.6}._home_c4ob8_144 ._dataTypes_c4ob8_289{background:#fff;padding:80px 20px}._home_c4ob8_144 ._dataTypes_c4ob8_289 ._container_c4ob8_245{max-width:var(--app-content-max-width);margin:0 auto}._home_c4ob8_144 ._dataTypes_c4ob8_289 ._container_c4ob8_245 ._sectionTitle_c4ob8_249{text-align:center;font-size:32px;font-weight:600;margin-bottom:50px;color:#1a1a1a}._home_c4ob8_144 ._dataTypes_c4ob8_289 ._container_c4ob8_245 ._typesGrid_c4ob8_304{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}._home_c4ob8_144 ._dataTypes_c4ob8_289 ._container_c4ob8_245 ._typesGrid_c4ob8_304 ._typeItem_c4ob8_309{display:flex;flex-direction:column;align-items:center;gap:15px;padding:40px 20px;background:#f5f7fa;border-radius:12px;transition:all .3s;cursor:pointer;font-size:32px}._home_c4ob8_144 ._dataTypes_c4ob8_289 ._container_c4ob8_245 ._typesGrid_c4ob8_304 ._typeItem_c4ob8_309:hover{background:#ff8c00;color:#fff}._home_c4ob8_144 ._dataTypes_c4ob8_289 ._container_c4ob8_245 ._typesGrid_c4ob8_304 ._typeItem_c4ob8_309 ._anticon_c4ob8_325{font-size:36px}._home_c4ob8_144 ._dataTypes_c4ob8_289 ._container_c4ob8_245 ._typesGrid_c4ob8_304 ._typeItem_c4ob8_309 p{font-size:14px;font-weight:500}@media (max-width: 1024px){._home_c4ob8_144 ._features_c4ob8_242 ._container_c4ob8_245 ._featuresGrid_c4ob8_256{grid-template-columns:repeat(2,1fr)}._home_c4ob8_144 ._dataTypes_c4ob8_289 ._container_c4ob8_245 ._typesGrid_c4ob8_304{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){._home_c4ob8_144 ._banner_c4ob8_147 ._bannerContent_c4ob8_166 h1{font-size:32px}._home_c4ob8_144 ._banner_c4ob8_147 ._bannerStats_c4ob8_221{gap:40px}._home_c4ob8_144 ._features_c4ob8_242 ._container_c4ob8_245 ._featuresGrid_c4ob8_256{grid-template-columns:1fr}._home_c4ob8_144 ._dataTypes_c4ob8_289 ._container_c4ob8_245 ._typesGrid_c4ob8_304{grid-template-columns:repeat(2,1fr)}}._fs-10_10t3a_2{font-size:.1px}._fs-11_10t3a_6{font-size:.11px}._fs-12_10t3a_10{font-size:.12px}._fs-13_10t3a_14{font-size:.13px}._fs-14_10t3a_18{font-size:.14px}._fs-15_10t3a_22{font-size:.15px}._fs-16_10t3a_26{font-size:.16px}._fs-17_10t3a_30{font-size:.17px}._fs-18_10t3a_34{font-size:.18px}._fs-19_10t3a_38{font-size:.19px}._fs-20_10t3a_42{font-size:.2px}._fs-21_10t3a_46{font-size:.21px}._fs-22_10t3a_50{font-size:.22px}._fs-23_10t3a_54{font-size:.23px}._fs-24_10t3a_58{font-size:.24px}._fs-25_10t3a_62{font-size:.25px}._fs-26_10t3a_66{font-size:.26px}._fs-27_10t3a_70{font-size:.27px}._fs-28_10t3a_74{font-size:.28px}._fs-29_10t3a_78{font-size:.29px}._fs-30_10t3a_82{font-size:.3px}._fs-31_10t3a_86{font-size:.31px}._fs-32_10t3a_90{font-size:.32px}._fs-33_10t3a_94{font-size:.33px}._fs-34_10t3a_98{font-size:.34px}._fs-35_10t3a_102{font-size:.35px}._fs-36_10t3a_106{font-size:.36px}._fs-37_10t3a_110{font-size:.37px}._fs-38_10t3a_114{font-size:.38px}._fs-39_10t3a_118{font-size:.39px}._fs-40_10t3a_122{font-size:.4px}._introPage_10t3a_144{min-height:calc(100vh - 160px)}._introPage_10t3a_144 ._introHeader_10t3a_147{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:60px 20px;text-align:center}._introPage_10t3a_144 ._introHeader_10t3a_147 h1{font-size:36px;margin-bottom:15px}._introPage_10t3a_144 ._introHeader_10t3a_147 p{font-size:16px;color:#999}._introPage_10t3a_144 ._introContent_10t3a_161{padding:60px 20px}._introPage_10t3a_144 ._introContent_10t3a_161 ._container_10t3a_164{max-width:var(--app-content-max-width);margin:0 auto}._introPage_10t3a_144 ._introContent_10t3a_161 ._container_10t3a_164 ._introSection_10t3a_168{margin-bottom:60px}._introPage_10t3a_144 ._introContent_10t3a_161 ._container_10t3a_164 ._introSection_10t3a_168 h2{font-size:24px;font-weight:600;margin-bottom:30px;color:#1a1a1a;border-left:4px solid #ff8c00;padding-left:15px}._introPage_10t3a_144 ._introContent_10t3a_161 ._container_10t3a_164 ._introSection_10t3a_168 ._steps_10t3a_179{display:flex;flex-direction:column;gap:30px}._introPage_10t3a_144 ._introContent_10t3a_161 ._container_10t3a_164 ._introSection_10t3a_168 ._steps_10t3a_179 ._step_10t3a_179{display:flex;gap:20px;padding:25px;background:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05)}._introPage_10t3a_144 ._introContent_10t3a_161 ._container_10t3a_164 ._introSection_10t3a_168 ._steps_10t3a_179 ._step_10t3a_179 ._stepNumber_10t3a_192{width:50px;height:50px;background:linear-gradient(135deg,#ff8c00,#ff6b00);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;flex-shrink:0}._introPage_10t3a_144 ._introContent_10t3a_161 ._container_10t3a_164 ._introSection_10t3a_168 ._steps_10t3a_179 ._step_10t3a_179 ._stepContent_10t3a_205 h3{font-size:18px;font-weight:600;margin-bottom:10px;color:#1a1a1a}._introPage_10t3a_144 ._introContent_10t3a_161 ._container_10t3a_164 ._introSection_10t3a_168 ._steps_10t3a_179 ._step_10t3a_179 ._stepContent_10t3a_205 p{font-size:14px;color:#666;line-height:1.6}._introPage_10t3a_144 ._introContent_10t3a_161 ._container_10t3a_164 ._introSection_10t3a_168 ._codeTabs_10t3a_216 :deep(._ant-tabs-nav_10t3a_216){margin-bottom:0}._introPage_10t3a_144 ._introContent_10t3a_161 ._container_10t3a_164 ._introSection_10t3a_168 ._codeTabs_10t3a_216 :deep(._ant-tabs-tab_10t3a_219){font-size:14px;font-weight:500}._introPage_10t3a_144 ._introContent_10t3a_161 ._container_10t3a_164 ._introSection_10t3a_168 ._codeTabs_10t3a_216 :deep(._ant-tabs-content_10t3a_223){background:#1e1e1e;border-radius:0 8px 8px;padding:0}._introPage_10t3a_144 ._introContent_10t3a_161 ._container_10t3a_164 ._introSection_10t3a_168 ._codeExample_10t3a_228{background:#1e1e1e;border-radius:0 8px 8px;overflow:hidden}._introPage_10t3a_144 ._introContent_10t3a_161 ._container_10t3a_164 ._introSection_10t3a_168 ._codeExample_10t3a_228 pre{margin:0;white-space:pre-wrap;overflow-y:auto;padding:20px}._introPage_10t3a_144 ._introContent_10t3a_161 ._container_10t3a_164 ._introSection_10t3a_168 ._codeExample_10t3a_228 pre code{color:#d4d4d4;font-family:Consolas,Monaco,monospace;font-size:14px;line-height:1.6}._introPage_10t3a_144 ._introContent_10t3a_161 ._container_10t3a_164 ._introSection_10t3a_168 ._noticeList_10t3a_245{background:#fff;padding:30px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05);list-style:none}._introPage_10t3a_144 ._introContent_10t3a_161 ._container_10t3a_164 ._introSection_10t3a_168 ._noticeList_10t3a_245 li{border-bottom:1px solid #eee;font-size:14px;color:#666;position:relative;padding:15px 0 15px 25px}._introPage_10t3a_144 ._introContent_10t3a_161 ._container_10t3a_164 ._introSection_10t3a_168 ._noticeList_10t3a_245 li:last-child{border-bottom:none}._introPage_10t3a_144 ._introContent_10t3a_161 ._container_10t3a_164 ._introSection_10t3a_168 ._noticeList_10t3a_245 li:before{content:"•";color:#ff8c00;font-size:20px;position:absolute;left:0;top:10px}pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{background:#2f1e2e;color:#a39e9b}.hljs-comment,.hljs-quote{color:#8d8687}.hljs-link,.hljs-meta,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#ef6155}.hljs-built_in,.hljs-deletion,.hljs-literal,.hljs-number,.hljs-params,.hljs-type{color:#f99b15}.hljs-attribute,.hljs-section,.hljs-title{color:#fec418}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#48b685}.hljs-keyword,.hljs-selector-tag{color:#815ba4}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}._fs-10_a34by_2{font-size:.1px}._fs-11_a34by_6{font-size:.11px}._fs-12_a34by_10{font-size:.12px}._fs-13_a34by_14{font-size:.13px}._fs-14_a34by_18{font-size:.14px}._fs-15_a34by_22{font-size:.15px}._fs-16_a34by_26{font-size:.16px}._fs-17_a34by_30{font-size:.17px}._fs-18_a34by_34{font-size:.18px}._fs-19_a34by_38{font-size:.19px}._fs-20_a34by_42{font-size:.2px}._fs-21_a34by_46{font-size:.21px}._fs-22_a34by_50{font-size:.22px}._fs-23_a34by_54{font-size:.23px}._fs-24_a34by_58{font-size:.24px}._fs-25_a34by_62{font-size:.25px}._fs-26_a34by_66{font-size:.26px}._fs-27_a34by_70{font-size:.27px}._fs-28_a34by_74{font-size:.28px}._fs-29_a34by_78{font-size:.29px}._fs-30_a34by_82{font-size:.3px}._fs-31_a34by_86{font-size:.31px}._fs-32_a34by_90{font-size:.32px}._fs-33_a34by_94{font-size:.33px}._fs-34_a34by_98{font-size:.34px}._fs-35_a34by_102{font-size:.35px}._fs-36_a34by_106{font-size:.36px}._fs-37_a34by_110{font-size:.37px}._fs-38_a34by_114{font-size:.38px}._fs-39_a34by_118{font-size:.39px}._fs-40_a34by_122{font-size:.4px}._apiListPage_a34by_144{min-height:calc(100vh - 160px);background:#f5f7fa}._apiListPage_a34by_144 ._apiHeader_a34by_148{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:60px 20px;text-align:center}._apiListPage_a34by_144 ._apiHeader_a34by_148 h1{font-size:36px;margin-bottom:15px;font-weight:600}._apiListPage_a34by_144 ._apiHeader_a34by_148 p{font-size:16px;color:#999}._apiListPage_a34by_144 ._apiContent_a34by_163{padding:40px 20px}._apiListPage_a34by_144 ._apiContent_a34by_163 ._container_a34by_166{max-width:var(--app-content-max-width)!important;margin:0 auto}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiFilters_a34by_170{margin-bottom:30px;display:flex;justify-content:center}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiFilters_a34by_170 ._searchInput_a34by_175{width:100%;max-width:600px}._apiListPage_a34by_144 ._apiContent_a34by_163 ._loadingContainer_a34by_179{display:flex;justify-content:center;align-items:center;padding:100px 0}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185{display:flex;gap:24px;min-height:calc(100vh - 400px)}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiSidebar_a34by_190{width:320px;flex-shrink:0;background:#fff;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.08);overflow:hidden;display:flex;flex-direction:column}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiSidebar_a34by_190 ._sidebarHeader_a34by_200{padding:20px 24px;border-bottom:1px solid #f0f0f0;background:#fafafa}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiSidebar_a34by_190 ._sidebarHeader_a34by_200 ._sidebarTitle_a34by_205{font-size:16px;font-weight:600;color:#333}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiSidebar_a34by_190 ._apiTree_a34by_210{padding:16px;flex:1;overflow-y:auto}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiSidebar_a34by_190 ._apiTree_a34by_210 ._antTree_a34by_215{background:transparent}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiSidebar_a34by_190 ._apiTree_a34by_210 ._antTreeTreenode_a34by_218{padding:4px 0}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiSidebar_a34by_190 ._apiTree_a34by_210 ._antTreeNodeContentWrapper_a34by_221{padding:8px 12px;border-radius:6px;transition:all .3s}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiSidebar_a34by_190 ._apiTree_a34by_210 ._antTreeNodeContentWrapper_a34by_221:hover{background:#e6f7ff}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiSidebar_a34by_190 ._apiTree_a34by_210 ._antTreeNodeContentWrapper_a34by_221._antTreeNodeSelected_a34by_229{background:#1890ff!important;color:#fff}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233{flex:1;min-width:0}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._apiDetailContainer_a34by_237{background:#fff;border-radius:12px;padding:32px;box-shadow:0 2px 12px rgba(0,0,0,.08);min-height:500px}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._welcomeContent_a34by_244{text-align:center;padding:80px 20px}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._welcomeContent_a34by_244 h2{margin-bottom:24px;color:#333}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._welcomeContent_a34by_244 p{color:#666;font-size:15px;line-height:1.8;max-width:600px;margin:0 auto 16px}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._categoryIntro_a34by_259{line-height:1.6}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._categoryIntro_a34by_259 h2{margin-bottom:16px;color:#333}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._categoryIntro_a34by_259 ._categoryDesc_a34by_266{color:#666;font-size:15px;line-height:1.8;margin-bottom:32px}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._categoryIntro_a34by_259 ._categoryApisSection_a34by_272{margin-top:32px}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._categoryIntro_a34by_259 ._categoryApisSection_a34by_272 h4{margin-bottom:20px;color:#333}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._categoryIntro_a34by_259 ._categoryApisSection_a34by_272 ._apiCards_a34by_279{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._categoryIntro_a34by_259 ._categoryApisSection_a34by_272 ._apiCards_a34by_279 ._apiCard_a34by_279{cursor:pointer;transition:all .3s;border:1px solid #e8e8e8}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._categoryIntro_a34by_259 ._categoryApisSection_a34by_272 ._apiCards_a34by_279 ._apiCard_a34by_279:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1);border-color:#1890ff}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._categoryIntro_a34by_259 ._categoryApisSection_a34by_272 ._apiCards_a34by_279 ._apiCard_a34by_279 ._apiCardTitle_a34by_294{font-size:15px;font-weight:500;color:#333;margin-bottom:8px}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._categoryIntro_a34by_259 ._categoryApisSection_a34by_272 ._apiCards_a34by_279 ._apiCard_a34by_279 ._apiCardCode_a34by_300{font-size:13px;font-family:Consolas,Monaco,monospace}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._apiDetail_a34by_237{line-height:1.6}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._apiDetail_a34by_237 ._detailHeader_a34by_307{margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid #f0f0f0}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._apiDetail_a34by_237 ._detailHeader_a34by_307 h2{margin-bottom:8px;color:#333}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._apiDetail_a34by_237 ._detailHeader_a34by_307 ._apiCodeDetail_a34by_316{display:inline-block;padding:6px 12px;background:#f6f8fa;border-radius:4px;font-family:Consolas,Monaco,monospace;font-size:14px;color:#24292e}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._apiDetail_a34by_237 ._detailSection_a34by_325{margin-bottom:12px}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._apiDetail_a34by_237 ._detailSection_a34by_325 h4{margin-bottom:16px;color:#333;font-weight:600}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._apiDetail_a34by_237 ._detailSection_a34by_325 ._tipMessage_a34by_333{background:#fff7e6;border:1px solid #ffd591;border-radius:6px;padding:12px 16px;color:#d46b08;font-size:14px}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._apiDetail_a34by_237 ._detailSection_a34by_325 ._paymentTag_a34by_341{margin-top:12px;display:flex;align-items:center;flex-wrap:wrap}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._apiDetail_a34by_237 ._detailSection_a34by_325 .antd-prefix-class-name-table-tbody .antd-prefix-class-name-table-cell:empty:before{content:"--"}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._apiDetail_a34by_237 ._detailSection_a34by_325 ._paramsTable_a34by_350{width:100%;border-collapse:collapse;font-size:14px}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._apiDetail_a34by_237 ._detailSection_a34by_325 ._paramsTable_a34by_350 th,._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._apiDetail_a34by_237 ._detailSection_a34by_325 ._paramsTable_a34by_350 td{padding:12px 16px;text-align:left;border-bottom:1px solid #f0f0f0}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._apiDetail_a34by_237 ._detailSection_a34by_325 ._paramsTable_a34by_350 th{background:#fafafa;font-weight:600;color:#333}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._apiDetail_a34by_237 ._detailSection_a34by_325 ._paramsTable_a34by_350 td{color:#666}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._apiDetail_a34by_237 ._detailSection_a34by_325 ._paramsTable_a34by_350 tr:hover td{background:#fafafa}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._apiDetail_a34by_237 ._detailSection_a34by_325 ._codeBlock_a34by_372{background:#1e1e1e;border-radius:8px;padding:20px;overflow-x:auto;font-family:Consolas,Monaco,monospace;font-size:13px;line-height:1.6;color:#d4d4d4;margin:0}@media (max-width: 1024px){._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185{flex-direction:column}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiSidebar_a34by_190{width:100%;max-height:400px}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiLayout_a34by_185 ._apiMain_a34by_233 ._categoryIntro_a34by_259 ._categoryApisSection_a34by_272 ._apiCards_a34by_279{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media (max-width: 768px){._apiListPage_a34by_144 ._apiHeader_a34by_148{padding:40px 20px}._apiListPage_a34by_144 ._apiHeader_a34by_148 h1{font-size:28px}._apiListPage_a34by_144 ._apiContent_a34by_163{padding:20px 16px}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiMain_a34by_233 ._apiDetailContainer_a34by_237{padding:20px}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiMain_a34by_233 ._categoryIntro_a34by_259 ._categoryApisSection_a34by_272 ._apiCards_a34by_279{grid-template-columns:1fr}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiMain_a34by_233 ._apiDetail_a34by_237 ._detailSection_a34by_325 ._paramsTable_a34by_350{font-size:12px}._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiMain_a34by_233 ._apiDetail_a34by_237 ._detailSection_a34by_325 ._paramsTable_a34by_350 th,._apiListPage_a34by_144 ._apiContent_a34by_163 ._apiMain_a34by_233 ._apiDetail_a34by_237 ._detailSection_a34by_325 ._paramsTable_a34by_350 td{padding:8px 12px}}._fs-10_gts7o_2{font-size:.1px}._fs-11_gts7o_6{font-size:.11px}._fs-12_gts7o_10{font-size:.12px}._fs-13_gts7o_14{font-size:.13px}._fs-14_gts7o_18{font-size:.14px}._fs-15_gts7o_22{font-size:.15px}._fs-16_gts7o_26{font-size:.16px}._fs-17_gts7o_30{font-size:.17px}._fs-18_gts7o_34{font-size:.18px}._fs-19_gts7o_38{font-size:.19px}._fs-20_gts7o_42{font-size:.2px}._fs-21_gts7o_46{font-size:.21px}._fs-22_gts7o_50{font-size:.22px}._fs-23_gts7o_54{font-size:.23px}._fs-24_gts7o_58{font-size:.24px}._fs-25_gts7o_62{font-size:.25px}._fs-26_gts7o_66{font-size:.26px}._fs-27_gts7o_70{font-size:.27px}._fs-28_gts7o_74{font-size:.28px}._fs-29_gts7o_78{font-size:.29px}._fs-30_gts7o_82{font-size:.3px}._fs-31_gts7o_86{font-size:.31px}._fs-32_gts7o_90{font-size:.32px}._fs-33_gts7o_94{font-size:.33px}._fs-34_gts7o_98{font-size:.34px}._fs-35_gts7o_102{font-size:.35px}._fs-36_gts7o_106{font-size:.36px}._fs-37_gts7o_110{font-size:.37px}._fs-38_gts7o_114{font-size:.38px}._fs-39_gts7o_118{font-size:.39px}._fs-40_gts7o_122{font-size:.4px}._skillPage_gts7o_144{min-height:calc(100vh - 160px)}._skillPage_gts7o_144 ._skillHeader_gts7o_147{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:60px 20px;text-align:center}._skillPage_gts7o_144 ._skillHeader_gts7o_147 h1{font-size:36px;margin-bottom:15px;display:flex;align-items:center;justify-content:center;gap:12px}._skillPage_gts7o_144 ._skillHeader_gts7o_147 h1 ._titleIcon_gts7o_161{font-size:40px}._skillPage_gts7o_144 ._skillHeader_gts7o_147 p{font-size:16px;color:#999;margin-top:10px}._skillPage_gts7o_144 ._skillHeader_gts7o_147 ._headerInfo_gts7o_169{margin-top:25px;display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap}._skillPage_gts7o_144 ._skillHeader_gts7o_147 ._headerInfo_gts7o_169 ._infoItem_gts7o_177{display:flex;align-items:center;gap:8px;font-size:14px;color:#ccc}._skillPage_gts7o_144 ._skillHeader_gts7o_147 ._actionSection_gts7o_184{margin-top:30px;display:flex;align-items:center;justify-content:center;gap:15px}._skillPage_gts7o_144 ._skillHeader_gts7o_147 ._actionSection_gts7o_184 ._actionButton_gts7o_191{min-width:140px;height:40px;font-size:14px;border-radius:6px}._skillPage_gts7o_144 ._skillContent_gts7o_197{padding:60px 20px}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200{max-width:var(--app-content-max-width);margin:0 auto}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._skillSection_gts7o_204{margin-bottom:60px}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._skillSection_gts7o_204 h2{font-size:24px;font-weight:600;margin-bottom:30px;color:#1a1a1a;border-left:4px solid #ff8c00;padding-left:15px}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._skillSection_gts7o_204 h3{font-size:18px;font-weight:600;margin:25px 0 15px;color:#1a1a1a;display:flex;align-items:center;gap:8px}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._skillSection_gts7o_204 h3 ._groupIcon_gts7o_224{color:#ff8c00}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._description_gts7o_227{font-size:14px;color:#666;line-height:1.8;margin-bottom:20px}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._categoryGrid_gts7o_233{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px;margin-top:30px}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._categoryGrid_gts7o_233 ._categoryItem_gts7o_239{background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05)}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._categoryGrid_gts7o_233 ._categoryItem_gts7o_239 ._categoryHeader_gts7o_245{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._categoryGrid_gts7o_233 ._categoryItem_gts7o_239 ._categoryHeader_gts7o_245 ._categoryName_gts7o_251{font-size:15px;font-weight:600;color:#1a1a1a}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._categoryGrid_gts7o_233 ._categoryItem_gts7o_239 ._categoryDesc_gts7o_256{font-size:13px;color:#666;line-height:1.5;margin:0}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._methodsCard_gts7o_262{background:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05);overflow:hidden}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._methodsCard_gts7o_262 ._methodHeader_gts7o_268{display:flex;align-items:center;gap:10px}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._methodsCard_gts7o_262 ._methodHeader_gts7o_268 code{font-family:Consolas,Monaco,monospace;color:#ff8c00;font-weight:600}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._methodsCard_gts7o_262 ._methodDesc_gts7o_278{font-size:14px;color:#666;margin-bottom:15px}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._methodsCard_gts7o_262 ._methodParams_gts7o_283 h4{font-size:15px;color:#1a1a1a;margin-bottom:10px}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._methodsCard_gts7o_262 ._methodParams_gts7o_283 ul{list-style:none;padding:0;margin:0}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._methodsCard_gts7o_262 ._methodParams_gts7o_283 ul li{padding:8px 0;font-size:14px;color:#666;border-bottom:1px solid #f5f5f5}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._methodsCard_gts7o_262 ._methodParams_gts7o_283 ul li:last-child{border-bottom:none}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._methodsCard_gts7o_262 ._methodParams_gts7o_283 ul li code{font-family:Consolas,Monaco,monospace;background:#f5f5f5;padding:3px 8px;border-radius:4px;color:#ff8c00;margin-right:5px}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._codeExamples_gts7o_310 ._codeBlock_gts7o_310{margin-bottom:25px;background:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05);overflow:hidden}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._codeExamples_gts7o_310 ._codeBlock_gts7o_310:last-child{margin-bottom:0}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._codeExamples_gts7o_310 ._codeBlock_gts7o_310 ._codeTitle_gts7o_320{background:#f5f7fa;padding:15px 20px;font-size:15px;font-weight:600;color:#1a1a1a;display:flex;align-items:center;gap:8px;border-bottom:1px solid #e8e8e8}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._codeExamples_gts7o_310 ._codeBlock_gts7o_310 ._codeDescription_gts7o_331{padding:12px 20px;font-size:14px;color:#666;background:#fafafa;border-bottom:1px solid #f0f0f0;line-height:1.6}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._codeExamples_gts7o_310 ._codeBlock_gts7o_310 ._codeContent_gts7o_339{background:#1e1e1e;color:#d4d4d4;padding:20px;margin:0;overflow-x:auto;font-size:14px;line-height:1.6}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._codeExamples_gts7o_310 ._codeBlock_gts7o_310 ._codeContent_gts7o_339 code{font-family:Consolas,Monaco,monospace}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._tips_gts7o_351 ._tipItem_gts7o_351{margin-bottom:20px}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._tips_gts7o_351 ._tipItem_gts7o_351:last-child{margin-bottom:0}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._tips_gts7o_351 ._tipItem_gts7o_351 ul{margin:10px 0 0;padding-left:20px}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._tips_gts7o_351 ._tipItem_gts7o_351 ul li{margin-bottom:10px;line-height:1.6;font-size:14px;color:#666}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._tips_gts7o_351 ._tipItem_gts7o_351 ul li code{font-family:Consolas,Monaco,monospace;background:#f5f5f5;padding:3px 8px;border-radius:4px;color:#ff8c00;font-size:13px}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._configCard_gts7o_375{background:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05);padding:25px}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._configCard_gts7o_375 ._configCode_gts7o_381{background:#1e1e1e;color:#d4d4d4;padding:20px;border-radius:6px;margin:15px 0;overflow-x:auto}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._configCard_gts7o_375 ._configCode_gts7o_381 code{font-family:Consolas,Monaco,monospace;font-size:14px}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._configCard_gts7o_375 h4{font-size:16px;font-weight:600;color:#1a1a1a;margin:20px 0 15px}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._configCard_gts7o_375 ol{padding-left:25px}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._configCard_gts7o_375 ol li{margin-bottom:10px;line-height:1.6;color:#666;font-size:14px}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._configCard_gts7o_375 ol li a{color:#ff8c00;text-decoration:none}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._configCard_gts7o_375 ol li a:hover{text-decoration:underline}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._techStack_gts7o_415{background:#fff;padding:25px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05)}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._techStack_gts7o_415 ._techLabel_gts7o_421{font-weight:600;color:#1a1a1a;margin-right:10px;font-size:14px}@media (max-width: 768px){._skillPage_gts7o_144 ._skillHeader_gts7o_147{padding:40px 15px}._skillPage_gts7o_144 ._skillHeader_gts7o_147 h1{font-size:28px;flex-direction:column;gap:8px}._skillPage_gts7o_144 ._skillHeader_gts7o_147 h1 ._titleIcon_gts7o_161{font-size:32px}._skillPage_gts7o_144 ._skillHeader_gts7o_147 p{font-size:14px}._skillPage_gts7o_144 ._skillHeader_gts7o_147 ._headerInfo_gts7o_169,._skillPage_gts7o_144 ._skillHeader_gts7o_147 ._actionSection_gts7o_184{flex-direction:column;gap:10px}._skillPage_gts7o_144 ._skillHeader_gts7o_147 ._actionSection_gts7o_184 ._actionButton_gts7o_191{width:100%}._skillPage_gts7o_144 ._skillContent_gts7o_197{padding:40px 15px}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._featuresGrid_gts7o_457,._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._categoryGrid_gts7o_233{grid-template-columns:1fr}._skillPage_gts7o_144 ._skillContent_gts7o_197 ._container_gts7o_200 ._skillSection_gts7o_204{margin-bottom:40px}}._fs-10_s3nzm_2{font-size:.1px}._fs-11_s3nzm_6{font-size:.11px}._fs-12_s3nzm_10{font-size:.12px}._fs-13_s3nzm_14{font-size:.13px}._fs-14_s3nzm_18{font-size:.14px}._fs-15_s3nzm_22{font-size:.15px}._fs-16_s3nzm_26{font-size:.16px}._fs-17_s3nzm_30{font-size:.17px}._fs-18_s3nzm_34{font-size:.18px}._fs-19_s3nzm_38{font-size:.19px}._fs-20_s3nzm_42{font-size:.2px}._fs-21_s3nzm_46{font-size:.21px}._fs-22_s3nzm_50{font-size:.22px}._fs-23_s3nzm_54{font-size:.23px}._fs-24_s3nzm_58{font-size:.24px}._fs-25_s3nzm_62{font-size:.25px}._fs-26_s3nzm_66{font-size:.26px}._fs-27_s3nzm_70{font-size:.27px}._fs-28_s3nzm_74{font-size:.28px}._fs-29_s3nzm_78{font-size:.29px}._fs-30_s3nzm_82{font-size:.3px}._fs-31_s3nzm_86{font-size:.31px}._fs-32_s3nzm_90{font-size:.32px}._fs-33_s3nzm_94{font-size:.33px}._fs-34_s3nzm_98{font-size:.34px}._fs-35_s3nzm_102{font-size:.35px}._fs-36_s3nzm_106{font-size:.36px}._fs-37_s3nzm_110{font-size:.37px}._fs-38_s3nzm_114{font-size:.38px}._fs-39_s3nzm_118{font-size:.39px}._fs-40_s3nzm_122{font-size:.4px}._mcpPage_s3nzm_144{min-height:calc(100vh - 160px)}._mcpPage_s3nzm_144 ._mcpHeader_s3nzm_147{background:linear-gradient(135deg,#0f1b2d,#1a3a5c);color:#fff;padding:70px 20px;text-align:center}._mcpPage_s3nzm_144 ._mcpHeader_s3nzm_147 h1{font-size:38px;margin-bottom:15px;display:flex;align-items:center;justify-content:center;gap:12px}._mcpPage_s3nzm_144 ._mcpHeader_s3nzm_147 h1 ._titleIcon_s3nzm_161{font-size:42px;color:#ff8c00}._mcpPage_s3nzm_144 ._mcpHeader_s3nzm_147 ._subtitle_s3nzm_165{font-size:17px;color:#cdd9e8;margin-top:10px;max-width:760px;margin-left:auto;margin-right:auto;line-height:1.7}._mcpPage_s3nzm_144 ._mcpHeader_s3nzm_147 ._headerInfo_s3nzm_174{margin-top:28px;display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap}._mcpPage_s3nzm_144 ._mcpHeader_s3nzm_147 ._headerInfo_s3nzm_174 ._infoItem_s3nzm_182{display:flex;align-items:center;gap:8px;font-size:14px;color:#cdd9e8}._mcpPage_s3nzm_144 ._mcpHeader_s3nzm_147 ._headerInfo_s3nzm_174 ._infoItem_s3nzm_182 ._num_s3nzm_189{font-size:22px;font-weight:700;color:#ff8c00}._mcpPage_s3nzm_144 ._mcpHeader_s3nzm_147 ._actionSection_s3nzm_194{margin-top:32px;display:flex;align-items:center;justify-content:center;gap:15px;flex-wrap:wrap}._mcpPage_s3nzm_144 ._mcpHeader_s3nzm_147 ._actionSection_s3nzm_194 ._actionButton_s3nzm_202{min-width:150px;height:42px;font-size:14px;border-radius:6px}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208{padding:60px 20px}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208 ._container_s3nzm_211{max-width:var(--app-content-max-width);margin:0 auto}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208 ._container_s3nzm_211 ._mcpSection_s3nzm_215{margin-bottom:60px}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208 ._container_s3nzm_211 ._mcpSection_s3nzm_215 h2{font-size:24px;font-weight:600;margin-bottom:12px;color:#1a1a1a;border-left:4px solid #ff8c00;padding-left:15px}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208 ._container_s3nzm_211 ._mcpSection_s3nzm_215 ._sectionDesc_s3nzm_226{font-size:14px;color:#888;margin-bottom:30px;padding-left:15px}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208 ._container_s3nzm_211 ._valueGrid_s3nzm_232{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208 ._container_s3nzm_211 ._valueGrid_s3nzm_232 ._valueItem_s3nzm_237{background:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05)}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208 ._container_s3nzm_211 ._valueGrid_s3nzm_232 ._valueItem_s3nzm_237 ._valueIcon_s3nzm_243{font-size:30px;color:#ff8c00;margin-bottom:14px}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208 ._container_s3nzm_211 ._valueGrid_s3nzm_232 ._valueItem_s3nzm_237 ._valueTitle_s3nzm_248{font-size:16px;font-weight:600;color:#1a1a1a;margin-bottom:10px}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208 ._container_s3nzm_211 ._valueGrid_s3nzm_232 ._valueItem_s3nzm_237 ._valueDesc_s3nzm_254{font-size:13px;color:#666;line-height:1.7;margin:0}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208 ._container_s3nzm_211 ._serverGrid_s3nzm_260{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208 ._container_s3nzm_211 ._serverGrid_s3nzm_260 ._serverCard_s3nzm_265{background:#fff;padding:22px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05);border-top:3px solid #ff8c00;display:flex;flex-direction:column}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208 ._container_s3nzm_211 ._serverGrid_s3nzm_260 ._serverCard_s3nzm_265 ._serverHead_s3nzm_274{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208 ._container_s3nzm_211 ._serverGrid_s3nzm_260 ._serverCard_s3nzm_265 ._serverHead_s3nzm_274 ._serverName_s3nzm_280{font-size:16px;font-weight:600;color:#1a1a1a}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208 ._container_s3nzm_211 ._serverGrid_s3nzm_260 ._serverCard_s3nzm_265 ._serverCode_s3nzm_285{font-family:Consolas,Monaco,monospace;background:#f5f5f5;padding:3px 8px;border-radius:4px;color:#ff8c00;font-size:13px}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208 ._container_s3nzm_211 ._serverGrid_s3nzm_260 ._serverCard_s3nzm_265 ._serverUrl_s3nzm_293{font-family:Consolas,Monaco,monospace;font-size:12px;color:#888;background:#f5f7fa;padding:6px 10px;border-radius:4px;margin:8px 0 12px;word-break:break-all}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208 ._container_s3nzm_211 ._serverGrid_s3nzm_260 ._serverCard_s3nzm_265 ._serverDesc_s3nzm_303{font-size:13px;color:#666;line-height:1.7;margin:0;flex:1}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208 ._container_s3nzm_211 ._flowSteps_s3nzm_310{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208 ._container_s3nzm_211 ._flowSteps_s3nzm_310 ._flowStep_s3nzm_310{background:#fff;padding:24px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05);position:relative}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208 ._container_s3nzm_211 ._flowSteps_s3nzm_310 ._flowStep_s3nzm_310 ._stepNum_s3nzm_322{width:36px;height:36px;border-radius:50%;background:#ff8c00;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;margin-bottom:14px}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208 ._container_s3nzm_211 ._flowSteps_s3nzm_310 ._flowStep_s3nzm_310 ._stepTitle_s3nzm_335{font-size:15px;font-weight:600;color:#1a1a1a;margin-bottom:8px}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208 ._container_s3nzm_211 ._flowSteps_s3nzm_310 ._flowStep_s3nzm_310 ._stepDesc_s3nzm_341{font-size:13px;color:#666;line-height:1.7;margin:0}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208 ._container_s3nzm_211 ._faqCard_s3nzm_347{background:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05);overflow:hidden}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208 ._container_s3nzm_211 ._faqCard_s3nzm_347 ._faqHeader_s3nzm_353{display:flex;align-items:center;gap:8px}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208 ._container_s3nzm_211 ._entryCard_s3nzm_358{background:linear-gradient(135deg,#fff7e6,#fff);border:1px solid #ffd591;border-radius:8px;padding:30px;text-align:center}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208 ._container_s3nzm_211 ._entryCard_s3nzm_358 h3{font-size:18px;color:#1a1a1a;margin-bottom:10px}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208 ._container_s3nzm_211 ._entryCard_s3nzm_358 p{font-size:14px;color:#666;margin-bottom:20px}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208 ._container_s3nzm_211 ._entryCard_s3nzm_358 ._entryActions_s3nzm_375{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}@media (max-width: 768px){._mcpPage_s3nzm_144 ._mcpHeader_s3nzm_147{padding:45px 15px}._mcpPage_s3nzm_144 ._mcpHeader_s3nzm_147 h1{font-size:28px;flex-direction:column;gap:8px}._mcpPage_s3nzm_144 ._mcpHeader_s3nzm_147 h1 ._titleIcon_s3nzm_161{font-size:32px}._mcpPage_s3nzm_144 ._mcpHeader_s3nzm_147 ._subtitle_s3nzm_165{font-size:14px}._mcpPage_s3nzm_144 ._mcpHeader_s3nzm_147 ._headerInfo_s3nzm_174,._mcpPage_s3nzm_144 ._mcpHeader_s3nzm_147 ._actionSection_s3nzm_194{flex-direction:column;gap:10px}._mcpPage_s3nzm_144 ._mcpHeader_s3nzm_147 ._actionSection_s3nzm_194 ._actionButton_s3nzm_202{width:100%}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208{padding:40px 15px}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208 ._container_s3nzm_211 ._serverGrid_s3nzm_260{grid-template-columns:1fr}._mcpPage_s3nzm_144 ._mcpContent_s3nzm_208 ._container_s3nzm_211 ._mcpSection_s3nzm_215{margin-bottom:40px}}._fs-10_4dh0u_2{font-size:.1px}._fs-11_4dh0u_6{font-size:.11px}._fs-12_4dh0u_10{font-size:.12px}._fs-13_4dh0u_14{font-size:.13px}._fs-14_4dh0u_18{font-size:.14px}._fs-15_4dh0u_22{font-size:.15px}._fs-16_4dh0u_26{font-size:.16px}._fs-17_4dh0u_30{font-size:.17px}._fs-18_4dh0u_34{font-size:.18px}._fs-19_4dh0u_38{font-size:.19px}._fs-20_4dh0u_42{font-size:.2px}._fs-21_4dh0u_46{font-size:.21px}._fs-22_4dh0u_50{font-size:.22px}._fs-23_4dh0u_54{font-size:.23px}._fs-24_4dh0u_58{font-size:.24px}._fs-25_4dh0u_62{font-size:.25px}._fs-26_4dh0u_66{font-size:.26px}._fs-27_4dh0u_70{font-size:.27px}._fs-28_4dh0u_74{font-size:.28px}._fs-29_4dh0u_78{font-size:.29px}._fs-30_4dh0u_82{font-size:.3px}._fs-31_4dh0u_86{font-size:.31px}._fs-32_4dh0u_90{font-size:.32px}._fs-33_4dh0u_94{font-size:.33px}._fs-34_4dh0u_98{font-size:.34px}._fs-35_4dh0u_102{font-size:.35px}._fs-36_4dh0u_106{font-size:.36px}._fs-37_4dh0u_110{font-size:.37px}._fs-38_4dh0u_114{font-size:.38px}._fs-39_4dh0u_118{font-size:.39px}._fs-40_4dh0u_122{font-size:.4px}._guidePage_4dh0u_144{min-height:calc(100vh - 160px)}._guidePage_4dh0u_144 ._guideHeader_4dh0u_147{background:linear-gradient(135deg,#0f1b2d,#1a3a5c);color:#fff;padding:60px 20px;text-align:center}._guidePage_4dh0u_144 ._guideHeader_4dh0u_147 h1{font-size:34px;margin-bottom:12px;display:flex;align-items:center;justify-content:center;gap:12px}._guidePage_4dh0u_144 ._guideHeader_4dh0u_147 h1 ._titleIcon_4dh0u_161{font-size:38px;color:#ff8c00}._guidePage_4dh0u_144 ._guideHeader_4dh0u_147 ._subtitle_4dh0u_165{font-size:15px;color:#cdd9e8;margin-top:8px}._guidePage_4dh0u_144 ._guideHeader_4dh0u_147 ._backAction_4dh0u_170{margin-top:24px}._guidePage_4dh0u_144 ._guideContent_4dh0u_173{padding:50px 20px}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176{max-width:var(--app-content-max-width);margin:0 auto}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._introSection_4dh0u_180{margin-bottom:40px}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._introSection_4dh0u_180 h2{font-size:22px;font-weight:600;color:#1a1a1a;border-left:4px solid #ff8c00;padding-left:15px;margin-bottom:20px}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._introSection_4dh0u_180 ._introDesc_4dh0u_191{font-size:14px;color:#666;line-height:1.8;padding-left:15px}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._introSection_4dh0u_180 ._introDesc_4dh0u_191 code{font-family:Consolas,Monaco,monospace;background:#f5f5f5;padding:2px 8px;border-radius:4px;color:#ff8c00;font-size:13px}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._introSection_4dh0u_180 ._installCard_4dh0u_205{background:#fff;border:1px solid #e8e8e8;border-radius:8px;padding:24px;box-shadow:0 2px 10px rgba(0,0,0,.05)}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._introSection_4dh0u_180 ._installCard_4dh0u_205 ._installTitle_4dh0u_212{font-size:15px;font-weight:600;color:#1a1a1a;margin-bottom:16px;display:flex;align-items:center}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._introSection_4dh0u_180 ._installCard_4dh0u_205 ._installPromptBox_4dh0u_220{background:#f5f7fa;border:1px solid #e8e8e8;border-radius:6px;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:12px}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._introSection_4dh0u_180 ._installCard_4dh0u_205 ._installPromptBox_4dh0u_220 ._installPromptText_4dh0u_230{flex:1;font-family:Consolas,Monaco,monospace;font-size:13px;color:#333;line-height:1.6;word-break:break-all}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._introSection_4dh0u_180 ._installCard_4dh0u_205 ._installPromptBox_4dh0u_220 ._copyInstallBtn_4dh0u_238{flex-shrink:0;font-size:18px;color:#ff8c00;padding:8px}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._introSection_4dh0u_180 ._installCard_4dh0u_205 ._installPromptBox_4dh0u_220 ._copyInstallBtn_4dh0u_238:hover{color:#d4760a}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._platformNav_4dh0u_247{display:flex;justify-content:space-between;gap:0;padding:16px 0;margin-bottom:30px;border-bottom:2px solid #f0f0f0;background:#fff;position:sticky;top:50px;z-index:100}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._platformNav_4dh0u_247 ._navItem_4dh0u_259{flex:1;text-align:center;font-size:16px;font-weight:500;color:#666;cursor:pointer;padding:8px 0;white-space:nowrap;position:relative;transition:all .3s ease}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._platformNav_4dh0u_247 ._navItem_4dh0u_259:hover{color:#ff8c00}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._platformNav_4dh0u_247 ._navItem_4dh0u_259._navItemActive_4dh0u_274{color:#ff8c00;font-weight:600}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._platformNav_4dh0u_247 ._navItem_4dh0u_259._navItemActive_4dh0u_274:after{content:"";position:absolute;bottom:-18px;left:0;right:0;height:2px;background:#ff8c00}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._platformCard_4dh0u_287{background:#fff;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05);margin-bottom:24px;overflow:hidden}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._platformCard_4dh0u_287 ._platformHead_4dh0u_294{background:#f5f7fa;padding:18px 24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e8e8e8}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._platformCard_4dh0u_287 ._platformHead_4dh0u_294 ._platformName_4dh0u_302{font-size:17px;font-weight:600;color:#1a1a1a;display:flex;align-items:center;gap:10px}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._platformCard_4dh0u_287 ._platformHead_4dh0u_294 ._platformStatus_4dh0u_310{font-size:12px}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._platformCard_4dh0u_287 ._platformBody_4dh0u_313{padding:24px}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._platformCard_4dh0u_287 ._platformBody_4dh0u_313 ._metaRow_4dh0u_316{margin-bottom:18px}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._platformCard_4dh0u_287 ._platformBody_4dh0u_313 ._metaRow_4dh0u_316 ._metaLabel_4dh0u_319{font-size:13px;font-weight:600;color:#1a1a1a;display:block;margin-bottom:6px}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._platformCard_4dh0u_287 ._platformBody_4dh0u_313 ._metaRow_4dh0u_316 ._metaText_4dh0u_326{font-size:14px;color:#666;line-height:1.7;margin:0}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._platformCard_4dh0u_287 ._platformBody_4dh0u_313 ._metaRow_4dh0u_316 ._metaText_4dh0u_326 code{font-family:Consolas,Monaco,monospace;background:#f5f5f5;padding:2px 6px;border-radius:4px;color:#ff8c00;font-size:13px}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._platformCard_4dh0u_287 ._platformBody_4dh0u_313 ._codeBlock_4dh0u_340{background:#1e1e1e;color:#d4d4d4;padding:18px 20px;border-radius:6px;overflow-x:auto;font-size:13px;line-height:1.7;margin-bottom:18px;position:relative}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._platformCard_4dh0u_287 ._platformBody_4dh0u_313 ._codeBlock_4dh0u_340 code{font-family:Consolas,Monaco,monospace;white-space:pre}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._platformCard_4dh0u_287 ._platformBody_4dh0u_313 ._codeBlock_4dh0u_340 ._copyBtn_4dh0u_355{position:absolute;top:10px;right:10px}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._platformCard_4dh0u_287 ._platformBody_4dh0u_313 ._paramTable_4dh0u_360{width:100%;border-collapse:collapse;margin-bottom:8px}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._platformCard_4dh0u_287 ._platformBody_4dh0u_313 ._paramTable_4dh0u_360 th,._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._platformCard_4dh0u_287 ._platformBody_4dh0u_313 ._paramTable_4dh0u_360 td{border:1px solid #eee;padding:8px 12px;font-size:13px;text-align:left}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._platformCard_4dh0u_287 ._platformBody_4dh0u_313 ._paramTable_4dh0u_360 th{background:#fafafa;color:#1a1a1a;font-weight:600}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._platformCard_4dh0u_287 ._platformBody_4dh0u_313 ._paramTable_4dh0u_360 td{color:#666}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._platformCard_4dh0u_287 ._platformBody_4dh0u_313 ._paramTable_4dh0u_360 td code{font-family:Consolas,Monaco,monospace;background:#f5f5f5;padding:2px 6px;border-radius:4px;color:#ff8c00}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._platformCard_4dh0u_287 ._platformBody_4dh0u_313 ._comingSoon_4dh0u_387{text-align:center;padding:20px;color:#999;font-size:14px}@media (max-width: 768px){._guidePage_4dh0u_144 ._guideHeader_4dh0u_147{padding:40px 15px}._guidePage_4dh0u_144 ._guideHeader_4dh0u_147 h1{font-size:26px}._guidePage_4dh0u_144 ._guideContent_4dh0u_173{padding:30px 15px}._guidePage_4dh0u_144 ._guideContent_4dh0u_173 ._container_4dh0u_176 ._platformCard_4dh0u_287 ._platformBody_4dh0u_313{padding:18px}}._fs-10_z8tz1_2{font-size:.1px}._fs-11_z8tz1_6{font-size:.11px}._fs-12_z8tz1_10{font-size:.12px}._fs-13_z8tz1_14{font-size:.13px}._fs-14_z8tz1_18{font-size:.14px}._fs-15_z8tz1_22{font-size:.15px}._fs-16_z8tz1_26{font-size:.16px}._fs-17_z8tz1_30{font-size:.17px}._fs-18_z8tz1_34{font-size:.18px}._fs-19_z8tz1_38{font-size:.19px}._fs-20_z8tz1_42{font-size:.2px}._fs-21_z8tz1_46{font-size:.21px}._fs-22_z8tz1_50{font-size:.22px}._fs-23_z8tz1_54{font-size:.23px}._fs-24_z8tz1_58{font-size:.24px}._fs-25_z8tz1_62{font-size:.25px}._fs-26_z8tz1_66{font-size:.26px}._fs-27_z8tz1_70{font-size:.27px}._fs-28_z8tz1_74{font-size:.28px}._fs-29_z8tz1_78{font-size:.29px}._fs-30_z8tz1_82{font-size:.3px}._fs-31_z8tz1_86{font-size:.31px}._fs-32_z8tz1_90{font-size:.32px}._fs-33_z8tz1_94{font-size:.33px}._fs-34_z8tz1_98{font-size:.34px}._fs-35_z8tz1_102{font-size:.35px}._fs-36_z8tz1_106{font-size:.36px}._fs-37_z8tz1_110{font-size:.37px}._fs-38_z8tz1_114{font-size:.38px}._fs-39_z8tz1_118{font-size:.39px}._fs-40_z8tz1_122{font-size:.4px}._loginPage_z8tz1_144{min-height:100vh;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);display:flex;align-items:center;justify-content:center;padding:20px}._loginPage_z8tz1_144 ._loginBox_z8tz1_152{background:#fff;border-radius:12px;padding:40px;width:100%;max-width:420px;box-shadow:0 20px 60px rgba(0,0,0,.3)}._loginPage_z8tz1_144 ._loginBox_z8tz1_152 ._loginHeader_z8tz1_160{text-align:center;margin-bottom:30px}._loginPage_z8tz1_144 ._loginBox_z8tz1_152 ._loginHeader_z8tz1_160 h1{font-size:28px;font-weight:700;background:linear-gradient(135deg,#ff8c00,#ff6b00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:10px}._loginPage_z8tz1_144 ._loginBox_z8tz1_152 ._loginHeader_z8tz1_160 p{color:#999;font-size:14px}._loginPage_z8tz1_144 ._loginBox_z8tz1_152 ._loginTabs_z8tz1_176{margin-bottom:20px}._loginPage_z8tz1_144 ._loginBox_z8tz1_152 ._captchaImg_z8tz1_179{height:40px;border-radius:4px;cursor:pointer;border:1px solid #dcdfe6}._loginPage_z8tz1_144 ._loginBox_z8tz1_152 ._smsRow_z8tz1_185{display:flex;gap:10px}._loginPage_z8tz1_144 ._loginBox_z8tz1_152 ._smsRow_z8tz1_185 ._antInputAffixWrapper_z8tz1_189{flex:1}._loginPage_z8tz1_144 ._loginBox_z8tz1_152 ._loginFooter_z8tz1_192{text-align:center;margin-top:20px;color:#999;font-size:14px}._loginPage_z8tz1_144 ._loginBox_z8tz1_152 ._loginFooter_z8tz1_192 a{color:#ff8c00;text-decoration:none;margin:0 2px;cursor:pointer}._loginPage_z8tz1_144 ._loginBox_z8tz1_152 ._loginFooter_z8tz1_192 a:hover{text-decoration:underline}._loginPage_z8tz1_144 ._loginBox_z8tz1_152 ._loginFooter_z8tz1_192 ._divider_z8tz1_207{margin:0 10px}._loginPage_z8tz1_144 ._loginBox_z8tz1_152 ._loginFooter_z8tz1_192 ._agreementRow_z8tz1_210{margin-bottom:15px;text-align:left}._loginPage_z8tz1_144 ._loginBox_z8tz1_152 ._loginFooter_z8tz1_192 ._agreementRow_z8tz1_210._agreementError_z8tz1_214{animation:_shake_z8tz1_1 .3s ease-in-out}._loginPage_z8tz1_144 ._loginBox_z8tz1_152 ._loginFooter_z8tz1_192 ._agreementRow_z8tz1_210._agreementError_z8tz1_214 ._antCheckboxWrapper_z8tz1_217{color:#ff4d4f}._loginPage_z8tz1_144 ._loginBox_z8tz1_152 ._loginFooter_z8tz1_192 ._agreementRow_z8tz1_210._agreementError_z8tz1_214 ._antCheckboxWrapper_z8tz1_217 ._antCheckbox_z8tz1_217 ._antCheckboxInner_z8tz1_220{border-color:#ff4d4f}._loginPage_z8tz1_144 ._loginBox_z8tz1_152 ._loginFooter_z8tz1_192 ._agreementRow_z8tz1_210._agreementError_z8tz1_214 ._antCheckboxWrapper_z8tz1_217 ._antCheckbox_z8tz1_217 ._antCheckboxInner_z8tz1_220._antCheckboxChecked_z8tz1_223{border-color:#ff4d4f;background-color:#ff4d4f}._loginPage_z8tz1_144 ._loginBox_z8tz1_152 ._loginFooter_z8tz1_192 ._agreementRow_z8tz1_210._agreementError_z8tz1_214 ._agreementLink_z8tz1_227{color:#ff4d4f!important;font-weight:500}._loginPage_z8tz1_144 ._loginBox_z8tz1_152 ._loginFooter_z8tz1_192 ._agreementRow_z8tz1_210._agreementError_z8tz1_214 ._agreementTextError_z8tz1_231{color:#ff4d4f!important}._loginPage_z8tz1_144 ._loginBox_z8tz1_152 ._loginFooter_z8tz1_192 ._agreementRow_z8tz1_210 ._antCheckboxWrapper_z8tz1_217{color:#666;font-size:13px}._loginPage_z8tz1_144 ._loginBox_z8tz1_152 ._loginFooter_z8tz1_192 ._agreementRow_z8tz1_210 ._agreementLink_z8tz1_227{color:#ff8c00;cursor:pointer}._loginPage_z8tz1_144 ._loginBox_z8tz1_152 ._loginFooter_z8tz1_192 ._agreementRow_z8tz1_210 ._agreementLink_z8tz1_227:hover{text-decoration:underline}._loginPage_z8tz1_144 ._loginBox_z8tz1_152 ._loginFooter_z8tz1_192 ._footerLinks_z8tz1_245{margin-top:10px}@keyframes _shake_z8tz1_1{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}._agreementContent_z8tz1_260{max-height:60vh;overflow-y:auto;line-height:1.8;padding-right:20px}._agreementContent_z8tz1_260 h2{font-size:16px;font-weight:600;margin:20px 0 10px;color:#333}._agreementContent_z8tz1_260 p{font-size:14px;color:#666;margin-bottom:8px;text-align:justify}._agreementContent_z8tz1_260 ul{padding-left:40px}._fs-10_1z6f1_2{font-size:.1px}._fs-11_1z6f1_6{font-size:.11px}._fs-12_1z6f1_10{font-size:.12px}._fs-13_1z6f1_14{font-size:.13px}._fs-14_1z6f1_18{font-size:.14px}._fs-15_1z6f1_22{font-size:.15px}._fs-16_1z6f1_26{font-size:.16px}._fs-17_1z6f1_30{font-size:.17px}._fs-18_1z6f1_34{font-size:.18px}._fs-19_1z6f1_38{font-size:.19px}._fs-20_1z6f1_42{font-size:.2px}._fs-21_1z6f1_46{font-size:.21px}._fs-22_1z6f1_50{font-size:.22px}._fs-23_1z6f1_54{font-size:.23px}._fs-24_1z6f1_58{font-size:.24px}._fs-25_1z6f1_62{font-size:.25px}._fs-26_1z6f1_66{font-size:.26px}._fs-27_1z6f1_70{font-size:.27px}._fs-28_1z6f1_74{font-size:.28px}._fs-29_1z6f1_78{font-size:.29px}._fs-30_1z6f1_82{font-size:.3px}._fs-31_1z6f1_86{font-size:.31px}._fs-32_1z6f1_90{font-size:.32px}._fs-33_1z6f1_94{font-size:.33px}._fs-34_1z6f1_98{font-size:.34px}._fs-35_1z6f1_102{font-size:.35px}._fs-36_1z6f1_106{font-size:.36px}._fs-37_1z6f1_110{font-size:.37px}._fs-38_1z6f1_114{font-size:.38px}._fs-39_1z6f1_118{font-size:.39px}._fs-40_1z6f1_122{font-size:.4px}._forgotPage_1z6f1_144{min-height:100vh;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);display:flex;align-items:center;justify-content:center;padding:20px}._forgotPage_1z6f1_144 ._forgotContainer_1z6f1_152{width:100%;max-width:450px}._forgotPage_1z6f1_144 ._forgotContainer_1z6f1_152 ._forgotCard_1z6f1_156{border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.3)}._forgotPage_1z6f1_144 ._forgotContainer_1z6f1_152 ._forgotCard_1z6f1_156 ._forgotHeader_1z6f1_160{text-align:center;margin-bottom:30px}._forgotPage_1z6f1_144 ._forgotContainer_1z6f1_152 ._forgotCard_1z6f1_156 ._forgotHeader_1z6f1_160 h1{font-size:24px;font-weight:600;color:#1a1a1a;margin-bottom:10px}._forgotPage_1z6f1_144 ._forgotContainer_1z6f1_152 ._forgotCard_1z6f1_156 ._forgotHeader_1z6f1_160 p{font-size:14px;color:#999}._forgotPage_1z6f1_144 ._forgotContainer_1z6f1_152 ._forgotCard_1z6f1_156 ._captchaRow_1z6f1_174{display:flex;gap:10px}._forgotPage_1z6f1_144 ._forgotContainer_1z6f1_152 ._forgotCard_1z6f1_156 ._captchaRow_1z6f1_174 ._antInputAffixWrapper_1z6f1_178{flex:1}._forgotPage_1z6f1_144 ._forgotContainer_1z6f1_152 ._forgotCard_1z6f1_156 ._captchaRow_1z6f1_174 ._captchaImg_1z6f1_181{height:40px;border-radius:4px;cursor:pointer;border:1px solid #dcdfe6}._forgotPage_1z6f1_144 ._forgotContainer_1z6f1_152 ._forgotCard_1z6f1_156 ._smsRow_1z6f1_187{display:flex;gap:10px}._forgotPage_1z6f1_144 ._forgotContainer_1z6f1_152 ._forgotCard_1z6f1_156 ._smsRow_1z6f1_187 ._antInputAffixWrapper_1z6f1_178{flex:1}._forgotPage_1z6f1_144 ._forgotContainer_1z6f1_152 ._forgotCard_1z6f1_156 ._forgotFooter_1z6f1_194{text-align:center;margin-top:20px}._forgotPage_1z6f1_144 ._forgotContainer_1z6f1_152 ._forgotCard_1z6f1_156 ._forgotFooter_1z6f1_194 a{color:#ff8c00;text-decoration:none;cursor:pointer}._forgotPage_1z6f1_144 ._forgotContainer_1z6f1_152 ._forgotCard_1z6f1_156 ._forgotFooter_1z6f1_194 a:hover{text-decoration:underline}._forgotPage_1z6f1_144 ._forgotContainer_1z6f1_152 ._forgotCard_1z6f1_156 ._forgotFooter_1z6f1_194 ._divider_1z6f1_206{margin:0 10px;color:#999}._fs-10_18abu_2{font-size:.1px}._fs-11_18abu_6{font-size:.11px}._fs-12_18abu_10{font-size:.12px}._fs-13_18abu_14{font-size:.13px}._fs-14_18abu_18{font-size:.14px}._fs-15_18abu_22{font-size:.15px}._fs-16_18abu_26{font-size:.16px}._fs-17_18abu_30{font-size:.17px}._fs-18_18abu_34{font-size:.18px}._fs-19_18abu_38{font-size:.19px}._fs-20_18abu_42{font-size:.2px}._fs-21_18abu_46{font-size:.21px}._fs-22_18abu_50{font-size:.22px}._fs-23_18abu_54{font-size:.23px}._fs-24_18abu_58{font-size:.24px}._fs-25_18abu_62{font-size:.25px}._fs-26_18abu_66{font-size:.26px}._fs-27_18abu_70{font-size:.27px}._fs-28_18abu_74{font-size:.28px}._fs-29_18abu_78{font-size:.29px}._fs-30_18abu_82{font-size:.3px}._fs-31_18abu_86{font-size:.31px}._fs-32_18abu_90{font-size:.32px}._fs-33_18abu_94{font-size:.33px}._fs-34_18abu_98{font-size:.34px}._fs-35_18abu_102{font-size:.35px}._fs-36_18abu_106{font-size:.36px}._fs-37_18abu_110{font-size:.37px}._fs-38_18abu_114{font-size:.38px}._fs-39_18abu_118{font-size:.39px}._fs-40_18abu_122{font-size:.4px}._profilePage_18abu_144{padding:40px 0;min-height:calc(100vh - 140px);background:#f5f7fa}._profilePage_18abu_144 ._container_18abu_149{max-width:var(--app-content-max-width);margin:0 auto;padding:0 20px}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154{display:flex;gap:20px}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileSidebar_18abu_158{width:260px;flex:0 0 260px;background:#fff;border-radius:8px;padding:30px 0}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileSidebar_18abu_158 ._userBrief_18abu_165{text-align:center;padding:0 20px 20px;border-bottom:1px solid #eee;margin-bottom:20px}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileSidebar_18abu_158 ._userBrief_18abu_165 h3{margin-top:15px;font-size:16px}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileSidebar_18abu_158 ._userBrief_18abu_165 ._userLevel_18abu_175{margin-top:10px}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileSidebar_18abu_158 ._userBrief_18abu_165 ._userLevel_18abu_175 ._levelTag_18abu_178{display:inline-block;padding:4px 12px;border-radius:4px;font-size:14px}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileSidebar_18abu_158 ._userBrief_18abu_165 ._userLevel_18abu_175 ._levelTag_18abu_178._level1_18abu_184{background:#f0f0f0;color:#666}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileSidebar_18abu_158 ._userBrief_18abu_165 ._userLevel_18abu_175 ._levelTag_18abu_178._level2_18abu_188{background:#f6ffed;color:#52c41a;border:1px solid #b7eb8f}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193{flex:1;min-width:0}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197{background:#fff;border-radius:8px;padding:30px}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 .antd-prefix-class-name-table-wrapper .antd-prefix-class-name-table-cell,._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 .antd-prefix-class-name-table-wrapper .antd-prefix-class-name-table-thead>tr>th,._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 .antd-prefix-class-name-table-wrapper .antd-prefix-class-name-table-tbody>tr>th,._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 .antd-prefix-class-name-table-wrapper .antd-prefix-class-name-table-tbody>tr>td,._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 .antd-prefix-class-name-table-wrapper tfoot>tr>th,._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 .antd-prefix-class-name-table-wrapper tfoot>tr>td{padding-inline:12px}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._tabSectionHeader_18abu_210{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:30px}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._tabSectionHeader_18abu_210 h2{margin:0;padding:0;border-bottom:0}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._tabSectionExtra_18abu_222{flex:0 0 auto}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 h2{font-size:20px;font-weight:600;margin-bottom:30px;padding-bottom:15px;border-bottom:1px solid #eee}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._tokenDescription_18abu_232{color:#666;margin-bottom:20px;font-size:14px;line-height:1.6;padding:12px 16px;background:#f8f9fa;border-radius:6px;border-left:4px solid #1890ff}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._createButton_18abu_242{margin-bottom:24px}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._tokenKey_18abu_245{font-family:Courier New,monospace;font-size:13px;color:#333;background:#f5f7fa;padding:4px 8px;border-radius:4px}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._tokenTable_18abu_253{margin-top:16px}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._tokenTable_18abu_253 .antd-prefix-class-name-table-thead>tr>th{background:#fafafa;font-weight:600;padding:14px 12px}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._tokenTable_18abu_253 .antd-prefix-class-name-table-tbody>tr>td{padding:14px 12px;vertical-align:middle}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._tokenTable_18abu_253 .antd-prefix-class-name-table-tbody>tr:hover>td{background:#fafafa}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._tokenActions_18abu_268 .ant-btn{padding-inline:0}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._warning_18abu_271{padding:15px;background:#fef0f0;border:1px solid #fde2e2;border-radius:4px;margin-bottom:20px}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._warning_18abu_271 p{margin:0 0 10px;color:#f56c6c;font-weight:600}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._warning_18abu_271 ul{margin:0;padding-left:20px;color:#666;line-height:2}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._warning_18abu_271 ul li{margin-bottom:5px}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._successTip_18abu_292{padding:12px 16px;background:#f6ffed;border:1px solid #b7eb8f;border-radius:4px;margin-bottom:20px}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._successTip_18abu_292 p{margin:0;color:#52c41a;font-size:14px}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._profileForm_18abu_304{max-width:500px}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._tokenBox_18abu_307{padding:20px;background:#f5f7fa;border-radius:8px}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._tokenBox_18abu_307 ._tokenDesc_18abu_232{color:#666;margin-bottom:20px}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._tokenBox_18abu_307 ._tokenDisplay_18abu_316{display:flex;gap:10px}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._tokenBox_18abu_307 ._tokenDisplay_18abu_316 ._antInputPassword_18abu_320{flex:1}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._levelInfo_18abu_323{padding:10px 0}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._levelInfo_18abu_323 ._levelHeader_18abu_326{margin-bottom:20px}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._levelInfo_18abu_323 ._levelHeader_18abu_326 ._currentLevel_18abu_329{display:flex;align-items:center;margin-bottom:10px}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._levelInfo_18abu_323 ._levelHeader_18abu_326 ._currentLevel_18abu_329 ._label_18abu_334{font-size:16px;color:#333;margin-right:10px}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._levelInfo_18abu_323 ._levelHeader_18abu_326 ._levelDesc_18abu_339{color:#666;font-size:14px;margin:0}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._levelInfo_18abu_323 ._quotaInfo_18abu_344 h3{font-size:16px;margin-bottom:20px;color:#333}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._levelInfo_18abu_323 ._quotaInfo_18abu_344 ._quotaCards_18abu_349{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:20px}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._levelInfo_18abu_323 ._quotaInfo_18abu_344 ._quotaCards_18abu_349 ._quotaCard_18abu_349{display:flex;align-items:center;padding:20px;background:#f5f7fa;border-radius:8px;transition:all .3s}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._levelInfo_18abu_323 ._quotaInfo_18abu_344 ._quotaCards_18abu_349 ._quotaCard_18abu_349:hover{box-shadow:0 2px 12px rgba(0,0,0,.1)}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._levelInfo_18abu_323 ._quotaInfo_18abu_344 ._quotaCards_18abu_349 ._quotaCard_18abu_349._highlight_18abu_366{background:#fdf6ec;border:1px solid #f5dab1}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._levelInfo_18abu_323 ._quotaInfo_18abu_344 ._quotaCards_18abu_349 ._quotaCard_18abu_349 ._quotaIcon_18abu_370{margin-right:15px}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._levelInfo_18abu_323 ._quotaInfo_18abu_344 ._quotaCards_18abu_349 ._quotaCard_18abu_349 ._quotaContent_18abu_373{flex:1}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._levelInfo_18abu_323 ._quotaInfo_18abu_344 ._quotaCards_18abu_349 ._quotaCard_18abu_349 ._quotaContent_18abu_373 ._quotaTitle_18abu_376{font-size:14px;color:#666;margin-bottom:5px}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._levelInfo_18abu_323 ._quotaInfo_18abu_344 ._quotaCards_18abu_349 ._quotaCard_18abu_349 ._quotaContent_18abu_373 ._quotaValue_18abu_381{font-size:24px;font-weight:600;color:#333}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._levelInfo_18abu_323 ._quotaInfo_18abu_344 ._quotaCards_18abu_349 ._quotaCard_18abu_349 ._quotaContent_18abu_373 ._quotaValue_18abu_381._remaining_18abu_386{color:#e6a23c}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._levelInfo_18abu_323 ._levelTips_18abu_389 h3{font-size:16px;margin-bottom:15px;color:#333}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._levelInfo_18abu_323 ._levelTips_18abu_389 ul{padding-left:20px;color:#666;line-height:2}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._levelInfo_18abu_323 ._levelTips_18abu_389 ul li{margin-bottom:5px}@media (max-width: 768px){._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154{flex-direction:column}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileSidebar_18abu_158{width:100%;flex:0 0 auto}._profilePage_18abu_144 ._container_18abu_149 ._profileLayout_18abu_154 ._profileContent_18abu_193 ._contentSection_18abu_197 ._levelInfo_18abu_323 ._quotaInfo_18abu_344 ._quotaCards_18abu_349{grid-template-columns:1fr}}._fs-10_1uizc_2{font-size:.1px}._fs-11_1uizc_6{font-size:.11px}._fs-12_1uizc_10{font-size:.12px}._fs-13_1uizc_14{font-size:.13px}._fs-14_1uizc_18{font-size:.14px}._fs-15_1uizc_22{font-size:.15px}._fs-16_1uizc_26{font-size:.16px}._fs-17_1uizc_30{font-size:.17px}._fs-18_1uizc_34{font-size:.18px}._fs-19_1uizc_38{font-size:.19px}._fs-20_1uizc_42{font-size:.2px}._fs-21_1uizc_46{font-size:.21px}._fs-22_1uizc_50{font-size:.22px}._fs-23_1uizc_54{font-size:.23px}._fs-24_1uizc_58{font-size:.24px}._fs-25_1uizc_62{font-size:.25px}._fs-26_1uizc_66{font-size:.26px}._fs-27_1uizc_70{font-size:.27px}._fs-28_1uizc_74{font-size:.28px}._fs-29_1uizc_78{font-size:.29px}._fs-30_1uizc_82{font-size:.3px}._fs-31_1uizc_86{font-size:.31px}._fs-32_1uizc_90{font-size:.32px}._fs-33_1uizc_94{font-size:.33px}._fs-34_1uizc_98{font-size:.34px}._fs-35_1uizc_102{font-size:.35px}._fs-36_1uizc_106{font-size:.36px}._fs-37_1uizc_110{font-size:.37px}._fs-38_1uizc_114{font-size:.38px}._fs-39_1uizc_118{font-size:.39px}._fs-40_1uizc_122{font-size:.4px}._twoLineCell_1uizc_144{display:flex;align-items:center;height:40px;overflow:hidden}._twoLineContent_1uizc_151{display:-webkit-box;width:100%;max-height:40px;overflow:hidden;overflow-wrap:anywhere;line-height:20px;-webkit-box-orient:vertical;-webkit-line-clamp:2}._fs-10_2g5ku_2{font-size:.1px}._fs-11_2g5ku_6{font-size:.11px}._fs-12_2g5ku_10{font-size:.12px}._fs-13_2g5ku_14{font-size:.13px}._fs-14_2g5ku_18{font-size:.14px}._fs-15_2g5ku_22{font-size:.15px}._fs-16_2g5ku_26{font-size:.16px}._fs-17_2g5ku_30{font-size:.17px}._fs-18_2g5ku_34{font-size:.18px}._fs-19_2g5ku_38{font-size:.19px}._fs-20_2g5ku_42{font-size:.2px}._fs-21_2g5ku_46{font-size:.21px}._fs-22_2g5ku_50{font-size:.22px}._fs-23_2g5ku_54{font-size:.23px}._fs-24_2g5ku_58{font-size:.24px}._fs-25_2g5ku_62{font-size:.25px}._fs-26_2g5ku_66{font-size:.26px}._fs-27_2g5ku_70{font-size:.27px}._fs-28_2g5ku_74{font-size:.28px}._fs-29_2g5ku_78{font-size:.29px}._fs-30_2g5ku_82{font-size:.3px}._fs-31_2g5ku_86{font-size:.31px}._fs-32_2g5ku_90{font-size:.32px}._fs-33_2g5ku_94{font-size:.33px}._fs-34_2g5ku_98{font-size:.34px}._fs-35_2g5ku_102{font-size:.35px}._fs-36_2g5ku_106{font-size:.36px}._fs-37_2g5ku_110{font-size:.37px}._fs-38_2g5ku_114{font-size:.38px}._fs-39_2g5ku_118{font-size:.39px}._fs-40_2g5ku_122{font-size:.4px}._panel_2g5ku_144 ._panelDesc_2g5ku_144{background:#f5f7fa;border-radius:6px;padding:14px 18px;font-size:13px;color:#666;line-height:1.7;margin-bottom:22px}._panel_2g5ku_144 ._panelDesc_2g5ku_144 strong{color:#1a1a1a}._panel_2g5ku_144 ._emptyWrap_2g5ku_156{padding:40px 0}._fs-10_prcs6_2{font-size:.1px}._fs-11_prcs6_6{font-size:.11px}._fs-12_prcs6_10{font-size:.12px}._fs-13_prcs6_14{font-size:.13px}._fs-14_prcs6_18{font-size:.14px}._fs-15_prcs6_22{font-size:.15px}._fs-16_prcs6_26{font-size:.16px}._fs-17_prcs6_30{font-size:.17px}._fs-18_prcs6_34{font-size:.18px}._fs-19_prcs6_38{font-size:.19px}._fs-20_prcs6_42{font-size:.2px}._fs-21_prcs6_46{font-size:.21px}._fs-22_prcs6_50{font-size:.22px}._fs-23_prcs6_54{font-size:.23px}._fs-24_prcs6_58{font-size:.24px}._fs-25_prcs6_62{font-size:.25px}._fs-26_prcs6_66{font-size:.26px}._fs-27_prcs6_70{font-size:.27px}._fs-28_prcs6_74{font-size:.28px}._fs-29_prcs6_78{font-size:.29px}._fs-30_prcs6_82{font-size:.3px}._fs-31_prcs6_86{font-size:.31px}._fs-32_prcs6_90{font-size:.32px}._fs-33_prcs6_94{font-size:.33px}._fs-34_prcs6_98{font-size:.34px}._fs-35_prcs6_102{font-size:.35px}._fs-36_prcs6_106{font-size:.36px}._fs-37_prcs6_110{font-size:.37px}._fs-38_prcs6_114{font-size:.38px}._fs-39_prcs6_118{font-size:.39px}._fs-40_prcs6_122{font-size:.4px}._agreementPage_prcs6_144{min-height:calc(100vh - 160px)}._agreementPage_prcs6_144 ._pageHeader_prcs6_147{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:60px 20px;text-align:center}._agreementPage_prcs6_144 ._pageHeader_prcs6_147 h1{font-size:36px;margin-bottom:15px}._agreementPage_prcs6_144 ._pageContent_prcs6_157{padding:60px 20px}._agreementPage_prcs6_144 ._pageContent_prcs6_157 ._container_prcs6_160{max-width:var(--app-content-max-width);margin:0 auto;background:#fff;padding:40px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05)}._agreementPage_prcs6_144 ._pageContent_prcs6_157 ._container_prcs6_160 h2{font-size:18px;font-weight:600;margin:30px 0 15px;color:#1a1a1a}._agreementPage_prcs6_144 ._pageContent_prcs6_157 ._container_prcs6_160 h2:first-child{margin-top:0}._agreementPage_prcs6_144 ._pageContent_prcs6_157 ._container_prcs6_160 p{font-size:14px;color:#666;line-height:1.8;margin-bottom:10px}._fs-10_ao93c_2{font-size:.1px}._fs-11_ao93c_6{font-size:.11px}._fs-12_ao93c_10{font-size:.12px}._fs-13_ao93c_14{font-size:.13px}._fs-14_ao93c_18{font-size:.14px}._fs-15_ao93c_22{font-size:.15px}._fs-16_ao93c_26{font-size:.16px}._fs-17_ao93c_30{font-size:.17px}._fs-18_ao93c_34{font-size:.18px}._fs-19_ao93c_38{font-size:.19px}._fs-20_ao93c_42{font-size:.2px}._fs-21_ao93c_46{font-size:.21px}._fs-22_ao93c_50{font-size:.22px}._fs-23_ao93c_54{font-size:.23px}._fs-24_ao93c_58{font-size:.24px}._fs-25_ao93c_62{font-size:.25px}._fs-26_ao93c_66{font-size:.26px}._fs-27_ao93c_70{font-size:.27px}._fs-28_ao93c_74{font-size:.28px}._fs-29_ao93c_78{font-size:.29px}._fs-30_ao93c_82{font-size:.3px}._fs-31_ao93c_86{font-size:.31px}._fs-32_ao93c_90{font-size:.32px}._fs-33_ao93c_94{font-size:.33px}._fs-34_ao93c_98{font-size:.34px}._fs-35_ao93c_102{font-size:.35px}._fs-36_ao93c_106{font-size:.36px}._fs-37_ao93c_110{font-size:.37px}._fs-38_ao93c_114{font-size:.38px}._fs-39_ao93c_118{font-size:.39px}._fs-40_ao93c_122{font-size:.4px}._privacyPage_ao93c_144{min-height:calc(100vh - 160px)}._privacyPage_ao93c_144 ._pageHeader_ao93c_147{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:60px 20px;text-align:center}._privacyPage_ao93c_144 ._pageHeader_ao93c_147 h1{font-size:36px;margin-bottom:15px}._privacyPage_ao93c_144 ._pageContent_ao93c_157{padding:60px 20px}._privacyPage_ao93c_144 ._pageContent_ao93c_157 ._container_ao93c_160{max-width:var(--app-content-max-width);margin:0 auto;background:#fff;padding:40px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.05)}._privacyPage_ao93c_144 ._pageContent_ao93c_157 ._container_ao93c_160 p{font-size:14px;color:#666;line-height:1.8;margin-bottom:10px}._privacyPage_ao93c_144 ._pageContent_ao93c_157 ._container_ao93c_160 h2{font-size:18px;font-weight:600;margin:30px 0 15px;color:#1a1a1a}._privacyPage_ao93c_144 ._pageContent_ao93c_157 ._container_ao93c_160 h2:first-child{margin-top:0}._privacyPage_ao93c_144 ._pageContent_ao93c_157 ._container_ao93c_160 ul{padding-left:40px;font-size:14px;color:rgba(0,0,0,.88);line-height:25px;margin-bottom:10px}*,:before,:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.fixed{position:fixed}.sticky{position:sticky}.mb-20{margin-bottom:20px}.ml-10{margin-left:10px}.block{display:block}.w-1000{width:1000px}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.gap-10{gap:10px}.gap-8{gap:8px}.text-14{font-size:14px}.text-16{font-size:16px}.text-\[\#999\],.text-\#999{--un-text-opacity:1;color:rgb(153 153 153 / var(--un-text-opacity))}.text-\#666{--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity))}:root{--app-content-min-width: 1200px;--app-content-max-width: 1200px}@media (min-width: 1361px){:root{--app-content-max-width: 1320px}}@media (min-width: 1601px){:root{--app-content-max-width: 1440px}}@media (min-width: 1921px){:root{--app-content-max-width: 1500px}}*{margin:0;padding:0;outline:none;box-sizing:border-box}input{border:none;background:transparent;padding:0;margin:0;outline:none}html{width:100%;height:100%;touch-action:manipulation;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:23.9999994vw}@media (min-width: 1000px){html{font-size:100px}}body{width:100%;height:100%;font-size:16px}a{text-decoration:none;outline:none;color:initial}img{display:block}button{outline:none;margin:0;padding:0;border:none;background:transparent}button:hover{outline:none}p{margin:0}#root{height:100%;margin:0 auto;position:relative}@media (max-width: 1100px){#root{min-width:auto}}.app-oneline{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.app-mutiline{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.dis-flex{display:flex}.flex-x-start{display:flex;justify-content:flex-start}.flex-x-center{display:flex;justify-content:center}.flex-x-between{display:flex;justify-content:space-between}.flex-x-around{display:flex;justify-content:space-around}.flex-x-end{display:flex;justify-content:flex-end}.flex-y-center{display:flex;align-items:center}.flex-y-start{display:flex;align-items:flex-start}.flex-y-between{display:flex;flex-direction:column;justify-content:space-between}.flex-dir-column{display:flex;flex-direction:column}.flex-wrap{display:flex;flex-wrap:wrap}.flex-y-end{display:flex;align-items:flex-end}.flex-center{display:flex;justify-content:center;align-items:center}.flex-mcenter{display:flex;flex-direction:column;justify-content:center;align-items:center}.relative{position:relative}.absolute{position:absolute}.ofx{overflow-y:hidden;overflow-x:auto;-webkit-overflow-scrolling:touch}.ofy{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.ofh{overflow:hidden}.h100{height:100%}.text-c{text-align:center}.text-l{text-align:left}.text-r{text-align:right}.hide{display:none}.pointer{cursor:pointer}.noSelect{user-select:none}.hljs{background:transparent}html{--mainColor: #E93A40;--mainColorO: 23, 119, 255;--viceMainColor: #F65C54;--viceMainColorO: 223, 0, 13;--subMainColor: #F65C54;--subMainColorO: 21, 154, 242;--endMainColor: #22c5fc;--endMainColorO: 34, 197, 252;--mainBg: #FEE8D8;--mainOp: rgba(255, 199, 171, .2)}.fs-10{font-size:.1px}.fs-11{font-size:.11px}.fs-12{font-size:.12px}.fs-13{font-size:.13px}.fs-14{font-size:.14px}.fs-15{font-size:.15px}.fs-16{font-size:.16px}.fs-17{font-size:.17px}.fs-18{font-size:.18px}.fs-19{font-size:.19px}.fs-20{font-size:.2px}.fs-21{font-size:.21px}.fs-22{font-size:.22px}.fs-23{font-size:.23px}.fs-24{font-size:.24px}.fs-25{font-size:.25px}.fs-26{font-size:.26px}.fs-27{font-size:.27px}.fs-28{font-size:.28px}.fs-29{font-size:.29px}.fs-30{font-size:.3px}.fs-31{font-size:.31px}.fs-32{font-size:.32px}.fs-33{font-size:.33px}.fs-34{font-size:.34px}.fs-35{font-size:.35px}.fs-36{font-size:.36px}.fs-37{font-size:.37px}.fs-38{font-size:.38px}.fs-39{font-size:.39px}.fs-40{font-size:.4px}html{--bgColor: #F6F6F6;--textColor: #171424;--viceTextColor: #222A41;--subTextColor: #999;--textColor333: #333;--borderColor: #bababa;--borderColorE5: rgba(229, 229, 229, .51);--borderColorE5Solid: #e5e5e5;--red: #FF3440;--green: #0FBA6A;--waring: #FDB600}
