*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%}#app{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7fa;min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c0c4cc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#909399}.app-layout[data-v-4be1083a]{display:flex;flex-direction:column;min-height:100vh}.app-header[data-v-4be1083a]{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.08);position:sticky;top:0;z-index:1000}.header-container[data-v-4be1083a]{max-width:1200px;margin:0 auto;padding:0 20px;height:64px;display:flex;align-items:center;justify-content:space-between}.logo[data-v-4be1083a]{display:flex;align-items:center;height:30px}.logo a[data-v-4be1083a]{display:flex;align-items:center;text-decoration:none;color:#303133}.logo img[data-v-4be1083a]{height:200px;margin-right:10px}.logo-text[data-v-4be1083a]{font-size:24px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu[data-v-4be1083a]{display:flex;align-items:center;gap:10px;flex:1;justify-content:center}.nav-item[data-v-4be1083a]{padding:10px 20px;color:#606266;text-decoration:none;font-size:15px;font-weight:500;border-radius:6px;transition:all .3s;position:relative}.nav-item[data-v-4be1083a]:hover{color:#667eea;background:#f5f7fa}.nav-item.active[data-v-4be1083a]{color:#667eea;background:linear-gradient(135deg,rgba(102,126,234,.1),rgba(118,75,162,.1))}.nav-item.active[data-v-4be1083a]:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:60%;height:2px;background:linear-gradient(135deg,#667eea,#764ba2)}.nav-item .vip-tag[data-v-4be1083a]{margin-left:6px;font-size:10px;padding:0 4px;height:16px;line-height:16px;vertical-align:middle;border:none;background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;font-weight:600}.mobile-auth-section[data-v-4be1083a]{display:none}.header-actions[data-v-4be1083a]{display:flex;gap:10px;align-items:center}.tutorial-icon[data-v-4be1083a]{display:flex;align-items:center;gap:6px;padding:8px 12px;background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff;border-radius:20px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s ease;box-shadow:0 2px 8px hsla(0,100%,71%,.3);border:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tutorial-icon[data-v-4be1083a]:hover{background:linear-gradient(135deg,#ee5a24,#ff6b6b);transform:translateY(-2px);box-shadow:0 4px 12px hsla(0,100%,71%,.4)}.tutorial-icon[data-v-4be1083a]:active{transform:translateY(0)}.tutorial-icon i[data-v-4be1083a]{font-size:16px;font-weight:700}.tutorial-text[data-v-4be1083a]{font-size:13px;font-weight:600;letter-spacing:.5px}.mobile-menu-btn[data-v-4be1083a]{display:none;font-size:24px;cursor:pointer;color:#606266}.app-main[data-v-4be1083a]{flex:1;background:#f5f7fa}.app-footer[data-v-4be1083a]{background:#2c3e50;color:#ecf0f1;padding:60px 0 0;margin-top:80px}.footer-container[data-v-4be1083a]{max-width:1200px;margin:0 auto;padding:0 20px}.footer-content[data-v-4be1083a]{padding-bottom:40px;border-bottom:1px solid rgba(236,240,241,.1)}.footer-section[data-v-4be1083a]{margin-bottom:30px}.footer-title[data-v-4be1083a]{font-size:18px;font-weight:700;margin-bottom:20px;color:#fff}.footer-desc[data-v-4be1083a]{color:#bdc3c7;line-height:1.8;margin-bottom:20px;font-size:14px}.social-links[data-v-4be1083a]{display:flex;gap:15px}.social-link[data-v-4be1083a]{width:36px;height:36px;border-radius:50%;background:rgba(236,240,241,.1);display:flex;align-items:center;justify-content:center;color:#ecf0f1;transition:all .3s;text-decoration:none}.social-link[data-v-4be1083a]:hover{background:#667eea;transform:translateY(-3px)}.footer-links[data-v-4be1083a]{list-style:none;padding:0;margin:0}.footer-links li[data-v-4be1083a]{margin-bottom:12px}.footer-links a[data-v-4be1083a]{color:#bdc3c7;text-decoration:none;transition:all .3s;font-size:14px}.footer-links a[data-v-4be1083a]:hover{color:#667eea;padding-left:5px}.footer-contact[data-v-4be1083a]{list-style:none;padding:0;margin:0}.footer-contact li[data-v-4be1083a]{display:flex;align-items:center;gap:10px;margin-bottom:15px;color:#bdc3c7;font-size:14px}.footer-contact i[data-v-4be1083a]{color:#667eea;font-size:16px}.footer-bottom[data-v-4be1083a]{padding:30px 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}.copyright[data-v-4be1083a]{color:#95a5a6;font-size:14px}.footer-bottom-links[data-v-4be1083a]{display:flex;gap:15px;align-items:center}.footer-bottom-links a[data-v-4be1083a]{color:#95a5a6;text-decoration:none;font-size:14px;transition:color .3s}.footer-bottom-links a[data-v-4be1083a]:hover{color:#667eea}.footer-bottom-links .divider[data-v-4be1083a]{color:#95a5a6}.user-dropdown[data-v-4be1083a]{display:flex;align-items:center;gap:6px;padding:8px 16px;cursor:pointer;color:#606266;font-size:14px;border-radius:6px;transition:all .3s}.user-dropdown[data-v-4be1083a]:hover{background:#f5f7fa;color:#667eea}.user-name[data-v-4be1083a]{font-weight:500}.vip-status-info[data-v-4be1083a]{padding:12px 20px;border-bottom:1px solid #ebeef5;margin-bottom:8px}.vip-status[data-v-4be1083a]{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;margin-bottom:8px}.vip-status.vip-active[data-v-4be1083a]{color:#f59e0b}.vip-status.vip-active i[data-v-4be1083a]{font-size:16px}.vip-status.vip-inactive[data-v-4be1083a]{color:#909399}.vip-status.vip-inactive i[data-v-4be1083a]{font-size:16px}.vip-label[data-v-4be1083a]{font-weight:600}.vip-expire-time[data-v-4be1083a]{font-size:13px;color:#606266;padding-left:24px;line-height:1.5}.activate-dialog[data-v-4be1083a],.login-dialog[data-v-4be1083a],.register-dialog[data-v-4be1083a]{border-radius:12px}.form-options[data-v-4be1083a]{display:flex;justify-content:space-between;align-items:center;margin-top:-10px}.login-tip[data-v-4be1083a],.register-tip[data-v-4be1083a]{font-size:14px;color:#606266}.login-tip a[data-v-4be1083a],.register-tip a[data-v-4be1083a]{color:#667eea;text-decoration:none;font-weight:500;margin-left:4px}.login-tip a[data-v-4be1083a]:hover,.register-tip a[data-v-4be1083a]:hover{text-decoration:underline;color:#764ba2}.dialog-footer[data-v-4be1083a]{text-align:center;padding:0 40px 20px}.activate-btn[data-v-4be1083a],.login-btn[data-v-4be1083a],.register-btn[data-v-4be1083a]{width:100%;height:44px;font-size:16px;font-weight:500;border-radius:8px;background:linear-gradient(135deg,#667eea,#764ba2);border:none}.activate-btn[data-v-4be1083a]:hover,.login-btn[data-v-4be1083a]:hover,.register-btn[data-v-4be1083a]:hover{background:linear-gradient(135deg,#5568d3,#653a8b);box-shadow:0 4px 12px rgba(102,126,234,.3)}.activate-info[data-v-4be1083a]{background:linear-gradient(135deg,rgba(102,126,234,.1),rgba(118,75,162,.1));border-radius:8px;padding:20px;margin-bottom:24px}.activate-info .info-item[data-v-4be1083a]{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-size:15px;color:#303133}.activate-info .info-item[data-v-4be1083a]:last-child{margin-bottom:0}.activate-info .info-item i[data-v-4be1083a]{font-size:18px;color:#667eea}.member-badge[data-v-4be1083a]{color:#67c23a;font-weight:600}.normal-badge[data-v-4be1083a]{color:#909399;font-weight:500}.activate-tips[data-v-4be1083a]{background:#f5f7fa;border-radius:6px;padding:12px 16px;margin-top:8px}.activate-tips p[data-v-4be1083a]{margin:0;padding:6px 0;font-size:13px;color:#606266;display:flex;align-items:center;gap:8px}.activate-tips p i[data-v-4be1083a]{color:#409eff;font-size:14px}.contact-section[data-v-4be1083a]{margin-top:20px}.divider-text[data-v-4be1083a]{font-size:14px;color:#909399;font-weight:500}.wechat-contact[data-v-4be1083a]{padding:20px;background:linear-gradient(135deg,#f5f7fa,#fff);border-radius:12px;margin-top:10px}.contact-info[data-v-4be1083a]{display:flex;align-items:center;gap:15px}.contact-icon[data-v-4be1083a]{font-size:32px;color:#07c160;flex-shrink:0}.contact-text[data-v-4be1083a]{flex:1}.contact-title[data-v-4be1083a]{margin:0 0 8px 0;font-size:15px;color:#303133;font-weight:500;line-height:1.4}.wechat-id[data-v-4be1083a]{margin:0;font-size:18px;color:#07c160;font-weight:600;font-family:Courier New,monospace;letter-spacing:1px;background:rgba(7,193,96,.1);padding:8px 12px;border-radius:6px;border:1px dashed #07c160}.tutorial-content[data-v-4be1083a]{text-align:center;padding:10px}.tutorial-header h3[data-v-4be1083a]{margin:0 0 10px 0;color:#303133;font-size:18px;font-weight:600}.tutorial-header p[data-v-4be1083a]{margin:0 0 20px 0;color:#606266;font-size:14px;line-height:1.5}.qrcode-container[data-v-4be1083a]{margin:20px 0}.qrcode-image[data-v-4be1083a]{width:200px;height:200px;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);border:3px solid #fff;transition:transform .3s ease}.qrcode-image[data-v-4be1083a]:hover{transform:scale(1.05)}.qrcode-tip[data-v-4be1083a]{margin:15px 0 0 0;font-size:14px;color:#909399;font-weight:500}.tutorial-tips[data-v-4be1083a]{text-align:left;margin-top:20px;padding:15px;background:#f8f9fa;border-radius:8px}.tutorial-tips h4[data-v-4be1083a]{margin:0 0 10px 0;color:#303133;font-size:15px;font-weight:600}.tutorial-tips ul[data-v-4be1083a]{margin:0;padding-left:20px}.tutorial-tips li[data-v-4be1083a]{margin:8px 0;color:#606266;font-size:14px;line-height:1.4}@media (max-width:992px){.nav-menu[data-v-4be1083a]{position:fixed;top:64px;left:-100%;width:280px;height:calc(100vh - 64px);background:#fff;flex-direction:column;justify-content:flex-start;padding:20px 0;box-shadow:2px 0 8px rgba(0,0,0,.1);transition:left .3s;gap:0}.nav-menu.mobile-active[data-v-4be1083a]{left:0}.nav-item[data-v-4be1083a]{width:100%;text-align:left;padding:15px 30px;border-radius:0}.nav-item.active[data-v-4be1083a]:after{left:0;transform:none;width:3px;height:100%;bottom:auto;top:0}.mobile-menu-btn[data-v-4be1083a]{display:block}.header-actions[data-v-4be1083a]{margin-right:50px;flex-shrink:0}}@media (max-width:768px){.header-container[data-v-4be1083a]{padding:0 15px}.logo-text[data-v-4be1083a]{font-size:20px}.header-actions .el-button[data-v-4be1083a]{padding:7px 12px;font-size:13px}.tutorial-icon[data-v-4be1083a]{padding:6px 10px;font-size:13px}.tutorial-icon i[data-v-4be1083a]{font-size:14px}.tutorial-text[data-v-4be1083a]{font-size:12px}.footer-bottom[data-v-4be1083a]{flex-direction:column;text-align:center}.app-footer[data-v-4be1083a]{margin-top:40px;padding:40px 0 0}}@media (max-width:576px){.header-actions[data-v-4be1083a]{display:flex;gap:5px}.header-actions .el-button[data-v-4be1083a]{padding:5px 8px;font-size:12px}.tutorial-icon[data-v-4be1083a]{padding:8px;min-width:auto}.tutorial-text[data-v-4be1083a]{display:none}.mobile-menu-btn[data-v-4be1083a]{margin-right:0}.nav-menu[data-v-4be1083a]{width:100%}.mobile-auth-section[data-v-4be1083a]{display:block;border-top:1px solid #e4e7ed;margin-top:10px;padding-top:10px}.mobile-auth-item[data-v-4be1083a]{cursor:pointer;transition:background-color .3s}.mobile-auth-item[data-v-4be1083a]:hover{background-color:#f5f7fa}.mobile-user-info[data-v-4be1083a]{color:#409eff;font-weight:500}.mobile-user-info .el-tag[data-v-4be1083a]{margin-left:8px}}