@charset "UTF-8";html,body{height:100%}#app{height:100%;min-height:100vh;background:#f5f7fa}.layout[data-v-8e25b218]{min-height:100vh;display:flex;flex-direction:column;background:#f5f7fa}.header[data-v-8e25b218]{position:fixed;top:0;left:0;right:0;z-index:1000;height:64px;background:linear-gradient(135deg,#6366f1,#8b5cf6);transition:all .3s}.header.header-scrolled[data-v-8e25b218]{background:#fffffffa;box-shadow:0 2px 12px #00000014}.header.header-scrolled .logo-text[data-v-8e25b218]{color:#1e293b}.header.header-scrolled .nav-link[data-v-8e25b218]{color:#475569}.header.header-scrolled .nav-link[data-v-8e25b218]:hover,.header.header-scrolled .nav-link.active[data-v-8e25b218]{color:#6366f1}.header.header-scrolled .menu-icon span[data-v-8e25b218]{background:#1e293b}.header .header-content[data-v-8e25b218]{height:100%;display:flex;align-items:center;justify-content:space-between}.header .logo[data-v-8e25b218]{display:flex;align-items:center;gap:10px;cursor:pointer}.header .logo .logo-icon[data-v-8e25b218]{font-size:28px}.header .logo .logo-text[data-v-8e25b218]{font-size:20px;font-weight:700;color:#fff;transition:color .3s}.header .nav-pc[data-v-8e25b218]{display:flex;gap:8px}.header .nav-pc .nav-link[data-v-8e25b218]{display:flex;align-items:center;padding:10px 20px;color:#ffffffe6;font-size:15px;font-weight:500;text-decoration:none;border-radius:8px;transition:all .3s}.header .nav-pc .nav-link[data-v-8e25b218]:hover{background:#ffffff26;color:#fff}.header .nav-pc .nav-link.active[data-v-8e25b218]{background:#fff3;color:#fff}.header .header-right[data-v-8e25b218]{display:flex;align-items:center;gap:12px}.header .header-right .user-info[data-v-8e25b218]{cursor:pointer;display:flex;align-items:center;gap:8px}.header .header-right .user-info .user-name[data-v-8e25b218]{color:#fff;font-size:14px;max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header .menu-toggle[data-v-8e25b218]{display:none;cursor:pointer;padding:8px}.header .menu-toggle .menu-icon[data-v-8e25b218]{display:flex;flex-direction:column;justify-content:space-between;width:24px;height:18px}.header .menu-toggle .menu-icon span[data-v-8e25b218]{display:block;height:2px;background:#fff;border-radius:2px;transition:all .3s}.header .menu-toggle .menu-icon.open span[data-v-8e25b218]:nth-child(1){transform:translateY(8px) rotate(45deg)}.header .menu-toggle .menu-icon.open span[data-v-8e25b218]:nth-child(2){opacity:0}.header .menu-toggle .menu-icon.open span[data-v-8e25b218]:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu-overlay[data-v-8e25b218]{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1001;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s,visibility .3s}.mobile-menu-overlay.show[data-v-8e25b218]{opacity:1;visibility:visible;pointer-events:auto}.mobile-menu[data-v-8e25b218]{display:none;position:fixed;top:0;right:-280px;width:280px;height:100vh;background:#fff;z-index:1002;transition:right .3s;flex-direction:column}.mobile-menu.open[data-v-8e25b218]{right:0}.mobile-menu .mobile-menu-header[data-v-8e25b218]{display:flex;align-items:center;gap:10px;padding:20px;background:linear-gradient(135deg,#6366f1,#8b5cf6);flex-shrink:0}.mobile-menu .mobile-menu-header .logo-icon[data-v-8e25b218]{font-size:28px}.mobile-menu .mobile-menu-header .logo-text[data-v-8e25b218]{font-size:18px;font-weight:700;color:#fff}.mobile-menu .mobile-menu-list[data-v-8e25b218]{flex:1;padding:16px 0;overflow-y:auto}.mobile-menu .mobile-menu-list .mobile-nav-link[data-v-8e25b218]{display:block;padding:16px 24px;color:#334155;font-size:16px;text-decoration:none;border-left:3px solid transparent;transition:all .2s}.mobile-menu .mobile-menu-list .mobile-nav-link[data-v-8e25b218]:hover,.mobile-menu .mobile-menu-list .mobile-nav-link.active[data-v-8e25b218]{background:#f1f5f9;color:#6366f1;border-left-color:#6366f1}.mobile-menu .mobile-menu-footer[data-v-8e25b218]{padding:20px;border-top:1px solid #e2e8f0;flex-shrink:0;background:#fff}.mobile-menu .mobile-menu-footer .el-button[data-v-8e25b218]{width:100%}.main-content[data-v-8e25b218]{flex:1;margin-top:64px}.site-ad[data-v-8e25b218]{padding:8px 0 28px}.footer[data-v-8e25b218]{padding:24px 0;background:#1e293b;text-align:center}.footer p[data-v-8e25b218]{color:#94a3b8;font-size:14px;margin:0;line-height:1.8}.footer .icp[data-v-8e25b218]{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:4px}.footer .icp a[data-v-8e25b218]{color:#94a3b8;text-decoration:none;display:inline-flex;align-items:center}.footer .icp a[data-v-8e25b218]:hover{color:#fff}.footer .beian-divider[data-v-8e25b218]{color:#64748b;margin:0 8px}.footer .beian-icon[data-v-8e25b218]{width:14px;height:14px;margin-right:4px}.container[data-v-8e25b218]{max-width:1200px;margin:0 auto;padding:0 24px}@media (max-width: 768px){.header[data-v-8e25b218]{height:56px}.header .logo .logo-icon[data-v-8e25b218]{font-size:24px}.header .logo .logo-text[data-v-8e25b218]{font-size:18px}.header .nav-pc[data-v-8e25b218]{display:none}.header .header-right .login-btn[data-v-8e25b218]{display:inline-flex;padding:6px 12px;font-size:13px}.header .header-right .user-info .user-name[data-v-8e25b218]{display:none}.header .menu-toggle[data-v-8e25b218],.mobile-menu-overlay[data-v-8e25b218]{display:block}.mobile-menu-overlay[data-v-8e25b218]:not(.show){pointer-events:none}.mobile-menu[data-v-8e25b218]{display:flex}.main-content[data-v-8e25b218]{margin-top:56px}.container[data-v-8e25b218]{padding:0 16px}.footer[data-v-8e25b218]{padding:20px 0}.footer p[data-v-8e25b218]{font-size:12px}}*{margin:0;padding:0;box-sizing:border-box}html,body,#app{height:100%;font-family:Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.container{max-width:1200px;margin:0 auto;padding:0 20px}.card{background:#fffffff2;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:20px;transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;transition:opacity .3s}.btn-primary:hover{opacity:.9}.text-gradient{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.tool-page .header{height:56px!important}.tool-page .header .container{padding:0 12px}.tool-page .header .logo-text{font-size:16px!important}.tool-page .main-content{padding-top:56px}.tool-page .tool-card{margin:16px 12px!important;padding:20px 16px!important;border-radius:12px!important}.tool-page .tool-title{font-size:20px!important}.tool-page .tool-desc{font-size:13px!important}.upload-section .upload-area :deep(.el-upload-dragger){padding:24px 16px!important;width:100%!important}.upload-section .upload-icon{font-size:40px!important}.upload-section .upload-text{font-size:14px!important}.el-form .el-form-item{margin-bottom:16px}.el-form .el-form-item .el-form-item__label{font-size:14px;padding-bottom:6px}.el-form .el-input,.el-form .el-select{width:100%!important}.el-button.el-button--large{padding:10px 16px;font-size:14px}.el-radio-group{display:flex;flex-wrap:wrap;gap:8px}.el-radio-group .el-radio-button{flex:1;min-width:calc(50% - 4px)}.el-radio-group .el-radio-button .el-radio-button__inner{width:100%;padding:10px 12px;font-size:13px}.el-table{font-size:12px}.el-table .el-table__header th,.el-table .el-table__body td{padding:8px 0}.el-dialog{margin:0!important;max-height:90vh}.el-dialog .el-dialog__body{max-height:calc(90vh - 100px);overflow-y:auto}.el-message{min-width:auto!important;max-width:90vw!important;padding:10px 16px!important}.el-card{margin-bottom:12px}.el-card .el-card__body{padding:16px}.el-pagination{flex-wrap:wrap;justify-content:center;gap:8px}.el-pagination .el-pagination__sizes,.el-pagination .el-pagination__jump{display:none}.el-tabs .el-tabs__header{margin-bottom:12px}.el-tabs .el-tabs__item{padding:0 12px;font-size:14px}.result-section{padding:16px!important}.result-section .result-title{font-size:16px!important}.action-buttons{display:flex;flex-direction:column;gap:10px}.action-buttons .el-button{width:100%;margin:0!important}}@media (hover: none) and (pointer: coarse){.el-button,.el-input__inner{min-height:44px}.el-checkbox,.el-radio{padding:8px 0}.el-button:hover{transform:none}}@supports (padding-bottom: env(safe-area-inset-bottom)){.footer{padding-bottom:calc(20px + env(safe-area-inset-bottom))}.dialog-footer{padding-bottom:calc(16px + env(safe-area-inset-bottom))}}.payment-dialog[data-v-ff5ed228] .el-dialog__header{padding:0;margin:0}.payment-dialog[data-v-ff5ed228] .el-dialog__headerbtn{top:15px;right:15px;z-index:10}.payment-dialog[data-v-ff5ed228] .el-dialog__headerbtn .el-dialog__close{color:#fff}.payment-dialog[data-v-ff5ed228] .el-dialog__body{padding:0}.payment-content[data-v-ff5ed228]{text-align:center}.header-decoration[data-v-ff5ed228]{background:linear-gradient(135deg,#667eea,#764ba2);padding:30px 20px 25px;color:#fff;border-radius:8px 8px 0 0}.gift-icon[data-v-ff5ed228]{font-size:48px;margin-bottom:10px}.dialog-title[data-v-ff5ed228]{margin:0 0 8px;font-size:22px;font-weight:600}.subtitle[data-v-ff5ed228]{margin:0;font-size:14px;opacity:.9}.subscription-card[data-v-ff5ed228]{margin:-15px 20px 20px;background:linear-gradient(135deg,gold,#ffb347);border-radius:12px;padding:20px;position:relative;z-index:1}.subscription-info[data-v-ff5ed228]{color:#333}.plan-badge[data-v-ff5ed228]{display:inline-block;background:#ffffffe6;padding:4px 12px;border-radius:20px;font-weight:600;margin-bottom:10px}.expire-info[data-v-ff5ed228]{font-size:14px}.remaining[data-v-ff5ed228]{color:#666;margin-left:5px}.usage-card[data-v-ff5ed228]{margin:-15px 20px 20px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;position:relative;z-index:1}.usage-stat[data-v-ff5ed228]{display:flex;align-items:center;justify-content:center;padding:20px}.stat-item[data-v-ff5ed228]{display:flex;flex-direction:column;align-items:center;padding:0 25px}.stat-value[data-v-ff5ed228]{font-size:28px;font-weight:700;color:#667eea}.stat-value.text-danger[data-v-ff5ed228]{color:#f5222d}.stat-label[data-v-ff5ed228]{font-size:13px;color:#909399;margin-top:4px}.stat-divider[data-v-ff5ed228]{width:1px;height:40px;background:#e4e7ed}.billing-options[data-v-ff5ed228]{padding:20px}.section-title[data-v-ff5ed228]{font-size:16px;font-weight:600;color:#333;margin-bottom:15px}.billing-cards[data-v-ff5ed228]{display:flex;gap:12px}.billing-card[data-v-ff5ed228]{flex:1;border:2px solid #e4e7ed;border-radius:12px;padding:15px 10px;cursor:pointer;transition:all .3s;position:relative;background:#fff}.billing-card[data-v-ff5ed228]:hover:not(.disabled){border-color:#667eea;transform:translateY(-2px)}.billing-card.selected[data-v-ff5ed228]{border-color:#667eea;background:linear-gradient(135deg,#f5f7ff,#ede9fe)}.billing-card.disabled[data-v-ff5ed228]{opacity:.5;cursor:not-allowed}.billing-card.recommended[data-v-ff5ed228]{border-color:#ff7875}.recommend-badge[data-v-ff5ed228]{position:absolute;top:-10px;right:10px;background:linear-gradient(135deg,#ff7875,#ff4d4f);color:#fff;font-size:11px;padding:3px 10px;border-radius:10px;font-weight:500}.card-header[data-v-ff5ed228]{display:flex;align-items:center;justify-content:center;gap:5px;margin-bottom:10px}.card-icon[data-v-ff5ed228]{font-size:18px}.card-title[data-v-ff5ed228]{font-size:14px;font-weight:600;color:#333}.card-price[data-v-ff5ed228]{margin-bottom:5px}.card-price .currency[data-v-ff5ed228]{font-size:14px;color:#f5222d}.card-price .amount[data-v-ff5ed228]{font-size:26px;font-weight:700;color:#f5222d}.card-price .unit[data-v-ff5ed228]{font-size:12px;color:#999}.card-original[data-v-ff5ed228]{font-size:11px;color:#999;text-decoration:line-through;margin-bottom:5px}.card-desc[data-v-ff5ed228]{font-size:12px;color:#666}.card-save[data-v-ff5ed228]{margin-top:8px;font-size:11px;color:#52c41a;font-weight:500}.plan-features[data-v-ff5ed228]{margin-top:15px;padding:15px;background:#f8f9fa;border-radius:8px;text-align:left}.features-title[data-v-ff5ed228]{font-size:13px;font-weight:600;color:#333;margin-bottom:10px}.features-list[data-v-ff5ed228]{display:flex;flex-wrap:wrap;gap:8px}.plan-features .feature-item[data-v-ff5ed228]{display:flex;align-items:center;gap:4px;font-size:12px;color:#666;width:calc(50% - 4px)}.check-icon[data-v-ff5ed228]{color:#52c41a;font-weight:700}.subscription-only-tip[data-v-ff5ed228],.qrcode-section[data-v-ff5ed228]{padding:0 20px 20px}.qrcode-card[data-v-ff5ed228]{background:#f8fafb;border-radius:12px;padding:20px}.qrcode-header[data-v-ff5ed228]{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:15px;font-size:15px;color:#333;font-weight:500}.pay-amount[data-v-ff5ed228]{color:#f5222d;font-weight:700;font-size:18px}.wechat-icon[data-v-ff5ed228]{font-size:20px}.qrcode-wrapper[data-v-ff5ed228]{display:inline-block;padding:12px;background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014}.qrcode-image[data-v-ff5ed228]{width:160px;height:160px;object-fit:contain;display:block}.payment-desc[data-v-ff5ed228]{margin:15px 0 0;color:#909399;font-size:13px}.important-tip[data-v-ff5ed228]{margin:10px 0 0;color:#e6a23c;font-size:13px;font-weight:500;background:#fdf6ec;padding:8px 15px;border-radius:4px;display:inline-block;border:1px solid #f5dab1}.no-qrcode[data-v-ff5ed228]{padding:40px;color:#909399}.no-qrcode .el-icon[data-v-ff5ed228]{font-size:48px;margin-bottom:10px}.dialog-footer[data-v-ff5ed228]{display:flex;justify-content:center;gap:15px;padding:20px;background:#fafafa;border-radius:0 0 8px 8px}.close-btn[data-v-ff5ed228]{min-width:120px;border-radius:20px}.unpaid-btn[data-v-ff5ed228]{min-width:120px;border-radius:20px;background:#f5f5f5;border-color:#dcdfe6;color:#606266}.unpaid-btn[data-v-ff5ed228]:hover{background:#e8e8e8;border-color:#c0c4cc;color:#606266}.paid-btn[data-v-ff5ed228]{min-width:160px;border-radius:20px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;font-weight:500}.paid-btn[data-v-ff5ed228]:hover:not(:disabled){background:linear-gradient(135deg,#5a6fd6,#6a4190)}.paid-btn[data-v-ff5ed228]:disabled{opacity:.6;cursor:not-allowed}.btn-icon[data-v-ff5ed228]{margin-right:6px}@media (max-width: 768px){.header-decoration[data-v-ff5ed228]{padding:24px 16px 20px}.gift-icon[data-v-ff5ed228]{font-size:40px}.dialog-title[data-v-ff5ed228]{font-size:18px}.subtitle[data-v-ff5ed228]{font-size:13px}.usage-card[data-v-ff5ed228],.subscription-card[data-v-ff5ed228]{margin:-12px 12px 16px;padding:16px}.usage-stat[data-v-ff5ed228]{padding:16px 8px}.stat-item[data-v-ff5ed228]{padding:0 12px}.stat-value[data-v-ff5ed228]{font-size:22px}.stat-label[data-v-ff5ed228]{font-size:12px}.billing-options[data-v-ff5ed228]{padding:16px 12px}.billing-cards[data-v-ff5ed228]{flex-direction:column;gap:10px}.billing-card[data-v-ff5ed228]{padding:14px}.card-price .amount[data-v-ff5ed228]{font-size:22px}.plan-features[data-v-ff5ed228]{padding:12px}.plan-features .feature-item[data-v-ff5ed228]{width:100%}.qrcode-section[data-v-ff5ed228]{padding:0 12px 16px}.qrcode-card[data-v-ff5ed228]{padding:16px}.qrcode-image[data-v-ff5ed228]{width:140px;height:140px}.important-tip[data-v-ff5ed228]{font-size:12px;padding:6px 12px}.dialog-footer[data-v-ff5ed228]{flex-direction:column;gap:10px;padding:16px}.unpaid-btn[data-v-ff5ed228],.paid-btn[data-v-ff5ed228],.close-btn[data-v-ff5ed228]{width:100%;min-width:auto}}.usage-tip[data-v-776cc1a0]{text-align:center;margin-bottom:30px;padding:10px 20px;border-radius:20px;display:inline-block;width:100%}.usage-tip .vip-tip[data-v-776cc1a0]{color:#b8860b;background:linear-gradient(135deg,#fff8e1,#ffecb3);padding:8px 16px;border-radius:20px;font-weight:500}.usage-tip .quota-tip[data-v-776cc1a0]{color:#409eff;background:linear-gradient(135deg,#ecf5ff,#d9ecff);padding:8px 16px;border-radius:20px;font-weight:500}.usage-tip .quota-tip strong[data-v-776cc1a0]{color:#409eff;font-size:18px}.usage-tip .free-tip[data-v-776cc1a0]{color:#67c23a;background:#f0f9eb;padding:8px 16px;border-radius:20px;font-weight:500}.usage-tip .free-tip strong[data-v-776cc1a0]{color:#409eff;font-size:18px}.usage-tip .paid-tip[data-v-776cc1a0]{color:#e6a23c;background:#fdf6ec;padding:8px 16px;border-radius:20px}.ad-direct[data-v-e02c61d4]{position:relative;display:flex;align-items:center;justify-content:center;gap:12px;margin-top:20px;padding:14px 18px;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:linear-gradient(135deg,#f5f7ff,#eef2ff);color:#4f46e5;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s}.ad-direct[data-v-e02c61d4]:hover{box-shadow:0 6px 18px #4f46e52e;transform:translateY(-1px)}.ad-direct__img[data-v-e02c61d4]{max-width:100%;display:block;border-radius:8px}.ad-direct__cta[data-v-e02c61d4]{color:#7c3aed}.ad-tag[data-v-e02c61d4]{position:absolute;top:6px;right:8px;font-size:10px;font-weight:400;color:#9ca3af;border:1px solid #e5e7eb;border-radius:4px;padding:0 5px;background:#fff}.ad-network[data-v-66956713]{position:relative;margin-top:20px;min-height:60px}.ad-tag[data-v-66956713]{position:absolute;top:6px;right:8px;font-size:10px;color:#9ca3af;border:1px solid #e5e7eb;border-radius:4px;padding:0 5px;background:#fff;z-index:1}
