@charset "UTF-8";.layout{min-height:100vh;display:flex;flex-direction:column}.header{position:sticky;top:0;z-index:100;background:#0d1b2a;box-shadow:0 2px 12px #0003}.header .header-content{max-width:1400px;margin:0 auto;padding:0 24px;height:76px;display:flex;align-items:center;justify-content:space-between}.header .logo{display:flex;align-items:center;gap:14px;color:#fff;flex-shrink:0}.header .logo .logo-icon{width:48px;height:48px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px}.header .logo .logo-image{width:48px;height:48px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.3)}.header .logo .logo-info{display:flex;flex-direction:column;gap:2px}.header .logo .logo-info .logo-text{font-size:20px;font-weight:700;letter-spacing:1px}.header .logo .logo-info .logo-subtitle{font-size:12px;color:#fff9}.header .nav{display:flex;gap:32px;flex:1;justify-content:center}.header .nav .nav-item{color:#fffc;font-size:15px;padding:8px 0;border-bottom:2px solid transparent;white-space:nowrap;transition:all .2s;cursor:pointer;-webkit-user-select:none;user-select:none}.header .nav .nav-item:hover{color:#fff;border-bottom-color:#ffffff80}.header .nav .nav-item.active{color:#fff;border-bottom-color:#fff}.header .header-actions{display:flex;gap:16px;align-items:center;flex-shrink:0}.header .header-actions .user-info{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#ffffff1a;border-radius:8px;cursor:pointer;transition:all .2s}.header .header-actions .user-info:hover{background:#fff3}.header .header-actions .user-info .user-icon{font-size:20px}.header .header-actions .user-info .user-name{color:#fff;font-size:14px;font-weight:500}.header .header-actions .login-link{color:#fff;font-size:14px;padding:8px 16px;border-radius:8px;transition:all .2s}.header .header-actions .login-link:hover{background:#ffffff1a}.header .header-actions .btn-search{padding:10px 28px;background:#2563eb;color:#fff;border-radius:8px;font-size:14px;font-weight:600;transition:all .2s}.header .header-actions .btn-search:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb66}.header .header-actions .menu-btn{width:48px;height:48px;background:#0000004d;border:none;border-radius:8px;display:none;flex-direction:column;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:all .2s;padding:0}.header .header-actions .menu-btn:hover{background:#0006}.header .header-actions .menu-btn:focus{outline:none}.header .header-actions .menu-btn span{width:20px;height:2px;background:#fff;border-radius:1px;transition:all .2s}.main{flex:1}.footer{background:#0d1b2a;color:#ffffffd9}.footer .footer-middle{max-width:1400px;margin:0 auto;padding:40px 24px;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid rgba(255,255,255,.1)}.footer .footer-middle .ai-section{flex-shrink:0}.footer .footer-middle .ai-section h3{color:#fff;font-size:24px;font-weight:700;margin-bottom:8px}.footer .footer-middle .ai-section p{font-size:14px;color:#fff9;line-height:1.6;margin:0}.footer .footer-middle .links-section{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.footer .footer-middle .links-section .links-title{font-size:14px;color:#fffc;font-weight:600}.footer .footer-middle .links-section .links-list{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.footer .footer-middle .links-section .links-list a{font-size:14px;color:#fff9;transition:color .2s;text-decoration:none}.footer .footer-middle .links-section .links-list a:hover{color:#fff}.footer .footer-middle .links-section .links-list .link-separator{color:#ffffff4d}.footer .footer-bottom{max-width:1400px;margin:0 auto;padding:32px 24px 64px;text-align:center}.footer .footer-bottom p{font-size:14px;color:#ffffff80;line-height:2;margin:0}@media screen and (max-width: 1024px){.header .nav{gap:24px}.header .header-content{padding:0 20px}.bottom-bar{padding:12px 20px}.bottom-bar .bottom-bar-content{gap:20px}.bottom-bar .bottom-search{max-width:400px}}@media screen and (max-width: 900px){.header .nav{gap:16px}.header .nav .nav-item{font-size:14px}}@media screen and (max-width: 768px){.header .header-content{padding:12px 16px;height:64px}.header .logo{gap:10px}.header .logo .logo-icon,.header .logo .logo-image{width:40px;height:40px}.header .logo .logo-info .logo-text{font-size:18px}.header .logo .logo-info .logo-subtitle{font-size:11px}.header .nav{display:none!important}.header .header-actions{gap:12px}.header .header-actions .btn-search{display:none!important}.header .header-actions .user-info{padding:6px 12px}.header .header-actions .user-info .user-name{display:none}.header .header-actions .menu-btn{display:flex!important;width:40px;height:40px;background:#ffffff26}.footer .footer-middle{flex-direction:column;gap:24px;padding:30px 20px}.footer .footer-middle .ai-section h3{font-size:20px}.footer .footer-middle .ai-section p{font-size:13px}.footer .footer-middle .links-section{flex-direction:column;align-items:flex-start;gap:12px}.footer .footer-bottom{padding:24px 20px}.footer .footer-bottom p{font-size:13px}}@media screen and (max-width: 576px){.header .header-content{padding:10px 12px}.header .header-actions{gap:8px}.footer .footer-middle{padding:24px 16px}.footer .footer-bottom{padding:20px 16px}.bottom-nav{padding:12px 16px}.bottom-nav .nav-icon{width:48px;height:48px;font-size:20px}.bottom-nav .nav-label{font-size:12px}}@media screen and (max-width: 480px){.side-menu{width:90%;max-width:320px}}.menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;animation:fadeIn .2s ease}.side-menu{position:fixed;top:0;right:0;width:85%;max-width:420px;height:100%;background:#0d1b2a;z-index:1001;display:flex;flex-direction:column;animation:slideInRight .3s ease;box-shadow:-8px 0 32px #0000004d}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.menu-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid rgba(255,255,255,.1)}.menu-logo{display:flex;align-items:center;gap:12px}.menu-logo-icon{width:44px;height:44px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px}.menu-logo-image{width:44px;height:44px;border-radius:50%;object-fit:cover}.menu-logo-info{display:flex;flex-direction:column;gap:2px}.menu-logo-text{font-size:18px;font-weight:700;color:#fff}.menu-logo-subtitle{font-size:11px;color:#fff9}.menu-close-btn{width:48px;height:48px;background:#ffffff1a;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;cursor:pointer;transition:all .2s}.menu-close-btn:hover{background:#fff3}.menu-nav{flex:1;padding:12px 0}.menu-item{padding:20px 24px;color:#ffffffd9;font-size:16px;cursor:pointer;transition:all .2s;border-bottom:1px solid rgba(255,255,255,.05)}.menu-item:hover{background:#ffffff14;color:#fff}.menu-item.active{color:#fff;background:#ffffff1a;border-left:3px solid #2563eb}.bottom-bar{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#1a365d,#0d1b2a);box-shadow:0 -4px 20px #0003;padding:12px 24px;z-index:80;transition:transform .3s ease,opacity .3s ease}.bottom-bar .bottom-bar-content{max-width:1400px;margin:0 auto;display:flex;gap:24px;align-items:center;justify-content:center}.bottom-bar .bottom-logo{display:flex;align-items:center;gap:8px;flex-shrink:0}.bottom-bar .bottom-logo .logo-icon{font-size:18px;font-weight:700;color:#fff}.bottom-bar .bottom-logo .bottom-logo-image{height:44px;width:auto;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.3)}.bottom-bar .bottom-logo .logo-text{font-size:16px;font-weight:700;color:#fff}.bottom-bar .bottom-logo .logo-tag{font-size:11px;color:#fff9;margin-left:4px}.bottom-bar .bottom-search{flex:1;max-width:500px;display:flex;gap:0}.bottom-bar .bottom-search .search-input{flex:1;height:40px;padding:0 16px;border:none;border-radius:8px 0 0 8px;font-size:14px;outline:none;background:#ffffff26;color:#fff}.bottom-bar .bottom-search .search-input::placeholder{color:#fff9}.bottom-bar .bottom-search .search-btn{height:40px;padding:0 24px;background:#2563eb;border:none;border-radius:0 8px 8px 0;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.bottom-bar .bottom-search .search-btn:hover{background:#1d4ed8}.bottom-bar .bottom-actions{display:flex;gap:12px;flex-shrink:0}.bottom-bar .bottom-actions .action-btn{height:40px;padding:0 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.bottom-bar .bottom-actions .action-btn.primary{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.bottom-bar .bottom-actions .action-btn.primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b66}.bottom-bar .bottom-actions .action-btn.secondary{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3)}.bottom-bar .bottom-actions .action-btn.secondary:hover{background:#ffffff40}.bottom-bar .bottom-actions .close-btn{width:32px;height:32px;border-radius:50%;background:#fff3;border:2px solid rgba(255,255,255,.4);cursor:pointer;transition:all .2s;position:relative}.bottom-bar .bottom-actions .close-btn:before,.bottom-bar .bottom-actions .close-btn:after{content:"";position:absolute;top:50%;left:50%;width:14px;height:2px;background:#fff;transform:translate(-50%,-50%) rotate(45deg)}.bottom-bar .bottom-actions .close-btn:after{transform:translate(-50%,-50%) rotate(-45deg)}.bottom-bar .bottom-actions .close-btn:hover{background:#ffffff4d;border-color:#fff9}@media screen and (max-width: 900px){.bottom-bar{display:none}}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;box-shadow:0 -4px 20px #00000014;padding:16px 24px;padding-bottom:calc(16px + env(safe-area-inset-bottom));z-index:90;display:none}@media screen and (max-width: 768px){.bottom-nav{display:block}}.bottom-nav .bottom-nav-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-around;align-items:center}.bottom-nav .nav-item{display:flex;flex-direction:column;align-items:center;gap:8px;cursor:pointer;transition:all .2s}.bottom-nav .nav-item:hover{transform:translateY(-2px)}.bottom-nav .nav-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;color:#fff;transition:all .2s}.bottom-nav .nav-icon.buy,.bottom-nav .nav-icon.register{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.bottom-nav .nav-icon.contact{background:linear-gradient(135deg,#1f2937,#111827)}.bottom-nav .nav-icon:hover{transform:scale(1.1);box-shadow:0 8px 20px #2563eb4d}.bottom-nav .nav-label{font-size:13px;color:#4e5969;font-weight:500}.consult-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease}.consult-modal{background:#fff;border-radius:16px;width:90%;max-width:400px;overflow:hidden;animation:slideUp .3s ease}.consult-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e6eb}.consult-modal .modal-header h3{font-size:18px;font-weight:600;color:#1d2129;margin:0}.consult-modal .modal-header .modal-close{width:32px;height:32px;border-radius:50%;border:none;background:#f4f5f5;font-size:20px;color:#86909c;cursor:pointer;transition:all .2s}.consult-modal .modal-header .modal-close:hover{background:#e5e6eb;color:#1d2129}.consult-modal .modal-body{padding:24px}.consult-modal .modal-body .form-group{margin-bottom:16px}.consult-modal .modal-body .form-group label{display:block;font-size:14px;color:#4e5969;margin-bottom:8px}.consult-modal .modal-body .form-group input{width:100%;height:44px;padding:0 16px;border:1px solid #e5e6eb;border-radius:8px;font-size:15px;outline:none;transition:border-color .2s;box-sizing:border-box}.consult-modal .modal-body .form-group input:focus{border-color:#2563eb}.consult-modal .modal-body .form-group input::placeholder{color:#86909c}.consult-modal .modal-body .modal-tip{font-size:13px;color:#86909c;margin:0 0 20px}.consult-modal .modal-body .modal-submit{width:100%;height:48px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:8px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.consult-modal .modal-body .modal-submit:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2563eb66}.success-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease}.success-modal{background:#fff;border-radius:16px;width:90%;max-width:360px;padding:32px 24px;text-align:center;animation:slideUp .3s ease}.success-modal .success-icon{width:64px;height:64px;margin:0 auto 20px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;color:#fff}.success-modal h3{font-size:20px;font-weight:600;color:#1d2129;margin:0 0 12px}.success-modal p{font-size:15px;color:#4e5969;line-height:1.6;margin:0 0 24px}.success-modal .success-btn{width:100%;height:48px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:8px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.success-modal .success-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2563eb66}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.add-wechat-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:24px 16px;background:#0f172a8c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:addWechatFadeIn .25s ease}.add-wechat-modal{position:relative;width:100%;max-width:340px;background:#fff;border-radius:24px;padding:36px 24px 28px;text-align:center;box-shadow:0 20px 50px #0f172a33;animation:addWechatSlideIn .28s ease}.add-wechat-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border:none;border-radius:50%;background:#f1f5f9;color:#64748b;font-size:22px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.add-wechat-close:active{background:#e2e8f0}.add-wechat-title{margin:8px 0 16px;font-size:24px;font-weight:700;line-height:1.35;color:#0f172a}.add-wechat-desc{margin:0 0 28px;font-size:14px;line-height:1.7;color:#64748b}.add-wechat-primary{width:100%;height:48px;border:none;border-radius:12px;background:#07c160;color:#fff;font-size:16px;font-weight:600;cursor:pointer;margin-bottom:12px}.add-wechat-primary:active{background:#06ad56}.add-wechat-secondary{width:100%;height:48px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;color:#334155;font-size:16px;font-weight:500;cursor:pointer}.add-wechat-secondary:active{background:#f8fafc}@keyframes addWechatFadeIn{0%{opacity:0}to{opacity:1}}@keyframes addWechatSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.qrcode-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:#00000080;animation:qrcodeFadeIn .2s ease}.qrcode-modal{position:relative;width:360px;max-width:90%;background:#fff;border-radius:16px;padding:32px;text-align:center;box-shadow:0 20px 60px #00000040;animation:qrcodeSlideIn .28s ease}.qrcode-close-btn{position:absolute;top:12px;right:12px;width:32px;height:32px;border:none;border-radius:50%;background:#f1f5f9;color:#64748b;font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.qrcode-close-btn:hover{background:#e2e8f0;color:#2563eb}.qrcode-content .qrcode-title{margin:0 0 24px;font-size:18px;font-weight:600;color:#1e293b;line-height:1.4}.qrcode-content .qrcode-image-wrapper{margin-bottom:20px}.qrcode-content .qrcode-image-wrapper .qrcode-image{width:220px;height:220px;object-fit:contain;border-radius:12px;background:#fff;padding:12px;border:1px solid #e8edf3;box-sizing:border-box}.qrcode-content .qrcode-image-wrapper .qrcode-placeholder{width:220px;height:220px;margin:0 auto;background:#f8fafc;border-radius:12px;border:1px solid #e8edf3;display:flex;align-items:center;justify-content:center}.qrcode-content .qrcode-image-wrapper .qrcode-placeholder .qrcode-icon{font-size:48px}.qrcode-content .qrcode-desc{margin:0;font-size:14px;line-height:1.6;color:#64748b}@keyframes qrcodeFadeIn{0%{opacity:0}to{opacity:1}}@keyframes qrcodeSlideIn{0%{opacity:0;transform:translateY(16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.float-sidebar{display:none}@media screen and (min-width: 1024px){.float-sidebar{position:fixed;right:20px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:12px;z-index:9999}.float-sidebar .sidebar-divider{width:1px;height:16px;background:#ffffff4d;margin:0 auto}.float-sidebar .sidebar-item{display:flex;flex-direction:column;align-items:center;justify-content:center;width:56px;height:56px;border-radius:8px;cursor:pointer;transition:all .3s ease;position:relative}.float-sidebar .sidebar-item:hover{transform:scale(1.1)}.float-sidebar .sidebar-item.online-service{background:#2563eb;border-radius:50%;padding:4px;cursor:default}.float-sidebar .sidebar-item.online-service .service-avatar{width:48px;height:48px;border-radius:50%;border:3px solid #fff;overflow:hidden;box-shadow:0 4px 12px #2563eb66}.float-sidebar .sidebar-item.online-service .service-avatar .avatar-img{width:100%;height:100%;object-fit:cover}.float-sidebar .sidebar-item.online-service .service-label{position:absolute;top:-30px;left:50%;transform:translate(-50%);background:#2563eb;color:#fff;font-size:12px;padding:4px 10px;border-radius:4px;white-space:nowrap;opacity:0;transition:opacity .3s ease}.float-sidebar .sidebar-item.online-service:hover .service-label{opacity:1}.float-sidebar .sidebar-item.hotline{background:#2563eb;color:#fff;text-decoration:none}.float-sidebar .sidebar-item.hotline .item-icon{font-size:20px;line-height:1;margin-bottom:2px;color:#fff}.float-sidebar .sidebar-item.hotline .item-label{font-size:10px;font-weight:500}.float-sidebar .sidebar-item.hotline .hotline-tip{position:absolute;right:calc(100% + 10px);top:50%;transform:translateY(-50%) translate(6px);min-width:148px;padding:12px 16px;background:#fff;border-radius:8px;box-shadow:0 8px 24px #0f172a24;text-align:center;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:2}.float-sidebar .sidebar-item.hotline .hotline-tip:after{content:"";position:absolute;right:-6px;top:50%;transform:translateY(-50%);border:6px solid transparent;border-left-color:#fff}.float-sidebar .sidebar-item.hotline .hotline-tip .hotline-tip-label{display:block;font-size:13px;font-weight:400;color:#1e293b;line-height:1.4;white-space:nowrap}.float-sidebar .sidebar-item.hotline .hotline-tip .hotline-tip-phone{display:block;margin-top:4px;font-size:18px;font-weight:700;color:#2563eb;letter-spacing:.02em;line-height:1.3;white-space:nowrap}.float-sidebar .sidebar-item.hotline:hover{transform:none;background:#1d4ed8;cursor:default}.float-sidebar .sidebar-item.hotline:hover .hotline-tip{opacity:1;visibility:visible;transform:translateY(-50%) translate(0);pointer-events:auto}.float-sidebar .sidebar-item.wechat{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff}.float-sidebar .sidebar-item.wechat .item-icon{font-size:22px;margin-bottom:2px}.float-sidebar .sidebar-item.wechat .item-label{font-size:10px;font-weight:500}.float-sidebar .sidebar-item.hang-sale{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.float-sidebar .sidebar-item.hang-sale .item-icon{font-size:22px;margin-bottom:2px}.float-sidebar .sidebar-item.hang-sale .item-label{font-size:10px;font-weight:500}.float-sidebar .sidebar-item.back-top{background:#fff;border:1px solid #e2e8f0}.float-sidebar .sidebar-item.back-top .back-top-image{width:24px;height:24px}.float-sidebar .sidebar-item.back-top:hover{background:#f1f5f9}}.wechat-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease}.wechat-modal{background:#fff;border-radius:16px;padding:32px;max-width:360px;width:90%;text-align:center;position:relative;animation:slideUp .3s ease;box-shadow:0 20px 60px #0000004d}.wechat-close-btn{position:absolute;top:12px;right:12px;width:32px;height:32px;border:none;background:#f1f5f9;border-radius:50%;font-size:20px;color:#64748b;cursor:pointer;transition:all .3s ease}.wechat-close-btn:hover{background:#e2e8f0;color:#2563eb;transform:rotate(90deg)}.wechat-title{font-size:18px;font-weight:600;color:#1e293b;margin-bottom:24px}.wechat-image-wrapper{margin-bottom:20px}.wechat-image-wrapper .wechat-image{width:200px;height:200px;object-fit:contain;border-radius:8px;background:#f8fafc;padding:8px}.wechat-image-wrapper .wechat-placeholder{width:200px;height:200px;margin:0 auto;background:#f8fafc;border-radius:8px;display:flex;align-items:center;justify-content:center}.wechat-image-wrapper .wechat-placeholder .wechat-icon{font-size:64px}.wechat-desc{font-size:14px;color:#64748b;line-height:1.6}.ai-chat-widget{width:100%;max-width:420px;height:580px;background:#fff;border-radius:24px;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000026,0 4px 16px #00000014;overflow:hidden}.ai-chat-widget .chat-header{display:flex;align-items:center;gap:12px;padding:35px 24px 10px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff}.ai-chat-widget .chat-header .chat-avatar{width:44px;height:44px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;overflow:hidden}.ai-chat-widget .chat-header .chat-avatar .avatar-logo{width:100%;height:100%;object-fit:cover}.ai-chat-widget .chat-header .chat-title{font-size:16px;font-weight:600}.ai-chat-widget .chat-messages{flex:1;overflow-y:auto;padding:20px;background:#f8fafc;display:flex;flex-direction:column;gap:16px}.ai-chat-widget .chat-messages::-webkit-scrollbar{width:6px}.ai-chat-widget .chat-messages::-webkit-scrollbar-track{background:transparent}.ai-chat-widget .chat-messages::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.ai-chat-widget .chat-messages .message{display:flex;gap:10px}.ai-chat-widget .chat-messages .message.user{flex-direction:row-reverse}.ai-chat-widget .chat-messages .message.user .message-avatar{background:#e0e7ff}.ai-chat-widget .chat-messages .message.user .message-bubble{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;border-radius:16px 4px 16px 16px}.ai-chat-widget .chat-messages .message.assistant .message-avatar{background:#dbeafe}.ai-chat-widget .chat-messages .message.assistant .message-bubble{background:#fff;color:#1e293b;border-radius:4px 16px 16px;box-shadow:0 2px 8px #0000000a}.ai-chat-widget .chat-messages .message .message-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;overflow:hidden}.ai-chat-widget .chat-messages .message .message-avatar .avatar-logo{width:100%;height:100%;object-fit:cover}.ai-chat-widget .chat-messages .message .message-content{max-width:75%}.ai-chat-widget .chat-messages .message .message-content .message-bubble{padding:12px 16px;font-size:14px;line-height:1.6;cursor:pointer;transition:all .3s ease}.ai-chat-widget .chat-messages .message .message-content .message-bubble:hover{transform:scale(1.02);box-shadow:0 4px 16px #0000001a}.ai-chat-widget .chat-messages .message .message-content .message-bubble.typing{display:flex;align-items:center;gap:6px;padding:14px 16px}.ai-chat-widget .chat-messages .message .message-content .message-bubble.typing .typing-dot{width:8px;height:8px;background:#94a3b8;border-radius:50%;animation:typing 1.4s ease-in-out infinite}.ai-chat-widget .chat-messages .message .message-content .message-bubble.typing .typing-dot:nth-child(2){animation-delay:.2s}.ai-chat-widget .chat-messages .message .message-content .message-bubble.typing .typing-dot:nth-child(3){animation-delay:.4s}.ai-chat-widget .chat-input-area{display:flex;gap:10px;padding:16px 20px;background:#fff;border-top:1px solid #e2e8f0}.ai-chat-widget .chat-input-area .chat-input{flex:1;padding:12px 16px;border:1px solid #e2e8f0;border-radius:24px;font-size:14px;outline:none;transition:all .2s}.ai-chat-widget .chat-input-area .chat-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.ai-chat-widget .chat-input-area .chat-input::placeholder{color:#94a3b8}.ai-chat-widget .chat-input-area .chat-input:disabled{background:#f8fafc;cursor:not-allowed}.ai-chat-widget .chat-input-area .chat-send-btn{padding:12px 24px;background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;border:none;border-radius:24px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.ai-chat-widget .chat-input-area .chat-send-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.ai-chat-widget .chat-input-area .chat-send-btn:active:not(:disabled){transform:translateY(0)}.ai-chat-widget .chat-input-area .chat-send-btn:disabled{opacity:.6;cursor:not-allowed}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.home{scroll-behavior:smooth;scroll-padding-top:100px;background:#f2f6ff}.home .search-banner{background:linear-gradient(180deg,#f8fafc,#f0f7ff);padding:70px 40px 0;text-align:center;position:relative;overflow:hidden}.home .search-banner:before{content:"";position:absolute;top:-50%;left:-25%;width:150%;height:100%;background:radial-gradient(ellipse at center,rgba(59,130,246,.05) 0%,transparent 70%)}.home .search-banner .search-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.home .search-banner .search-container .search-title{font-size:42px;font-weight:800;color:#1e293b;margin-bottom:12px;letter-spacing:-1px}.home .search-banner .search-container .search-subtitle{font-size:14px;color:#64748b;margin-bottom:40px}.home .search-banner .search-container .search-subtitle span{display:inline-flex;align-items:center;gap:6px;margin-right:16px;padding:6px 14px;border-radius:20px;color:#334155}.home .search-banner .search-container .search-subtitle span:last-child{margin-right:0}.home .search-banner .search-container .search-subtitle span .icon-check{width:14px;border-radius:50%;background:#2563eb;display:flex;align-items:center;justify-content:center;font-size:10px;color:#fff}.home .search-banner .search-container .search-box-wrap{max-width:1400px;background-color:#fff;border-radius:20px;padding:20px;margin:0 auto}.home .search-banner .search-container .search-box{display:flex;gap:0;border-radius:12px;overflow:hidden;border:1px #ccc solid;background:#fff}.home .search-banner .search-container .search-box .search-input-wrapper{flex:1;display:flex;align-items:center;background:#fff;padding:0 28px}.home .search-banner .search-container .search-box .search-input-wrapper .search-icon{font-size:18px;color:#94a3b8;margin-right:16px}.home .search-banner .search-container .search-box .search-input-wrapper .search-input{flex:1;border:none;outline:none;padding:22px 0;font-size:16px;color:#1d2129;background:transparent}.home .search-banner .search-container .search-box .search-input-wrapper .search-input::placeholder{color:#94a3b8}.home .search-banner .search-container .search-box .search-btn{padding:22px 48px;background:#2563eb;color:#fff;border:none;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s}.home .search-banner .search-container .search-box .search-btn:hover{background:#1d4ed8;box-shadow:0 4px 15px #2563eb4d}.home .search-banner .search-container .search-box .search-btn .search-btn-icon{font-size:18px}.home .search-banner .search-container .search-tags{display:flex;gap:12px;margin-top:24px}.home .search-banner .search-container .search-tags .tags-label{font-size:14px;color:#64748b;display:flex;align-items:center;gap:4px}.home .search-banner .search-container .search-tags .tags-label .hot-icon{color:#f97316;font-size:12px}.home .search-banner .search-container .search-tags .hot-tag{padding:6px 16px;background:#eee;border-radius:20px;font-size:13px;color:#444;cursor:pointer;transition:all .3s;border:0}.home .search-banner .search-container .search-tags .hot-tag:hover{background:#f9731633;transform:translateY(-1px)}.home .section{max-width:1400px;margin:0 auto;padding:60px 0}.home .section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.home .section .section-header .header-content{display:flex;flex-direction:column}.home .section .section-header h2{font-size:28px;color:#1d2129;font-weight:600;text-align:left}.home .section .section-header .section-subtitle{font-size:14px;color:#4e5969;margin-top:4px}.home .section .section-header .more-link{color:#86909c;font-size:14px}.home .section .section-header .more-link:hover{color:#0f2557}.home .category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}.home .category-grid .category-card{display:flex;align-items:center;gap:16px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;transition:all .2s}.home .category-grid .category-card:hover{transform:translateY(-4px);box-shadow:0 4px 20px #0000001f}.home .category-grid .category-card .category-icon{width:48px;height:48px;background:linear-gradient(135deg,#0f2557,#1a365d);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700}.home .category-grid .category-card .category-info{display:flex;flex-direction:column;gap:4px}.home .category-grid .category-card .category-info .category-code{color:#0f2557;font-weight:600;background:transparent}.home .category-grid .category-card .category-info .category-name{color:#4e5969;font-size:13px}.home .ai-select{max-width:100%;padding:80px 40px;background:linear-gradient(135deg,#f5f7fa,#e8eef5,#f0f5ff);position:relative;overflow:hidden}.home .ai-select .ai-container{max-width:1400px;margin:0 auto;display:flex;gap:32px;position:relative;z-index:1}.home .ai-select .ai-container .ai-left-panel{padding-right:16px}.home .ai-select .ai-container .ai-left-panel .ai-logo{display:inline-block;padding:8px 24px;background:#2563eb1a;color:#2563eb;border-radius:20px;font-size:13px;font-weight:600;margin-bottom:24px;cursor:pointer;transition:all .3s ease}.home .ai-select .ai-container .ai-left-panel .ai-logo:hover{background:#2563eb33;transform:scale(1.05);box-shadow:0 4px 12px #2563eb33}.home .ai-select .ai-container .ai-left-panel .ai-main-title{font-size:50px;font-weight:800;color:#1d2129;margin-bottom:12px;line-height:1.3;cursor:pointer;transition:color .3s ease}.home .ai-select .ai-container .ai-left-panel .ai-main-title:hover{color:#2563eb}.home .ai-select .ai-container .ai-left-panel .ai-sub-title{font-size:35px;font-weight:700;color:#2563eb;margin-bottom:10px;cursor:pointer;transition:all .3s ease}.home .ai-select .ai-container .ai-left-panel .ai-sub-title:hover{color:#1d4ed8;text-shadow:0 0 20px rgba(37,99,235,.4)}.home .ai-select .ai-container .ai-left-panel .ai-desc{font-size:18px;color:#000;line-height:1.8}.home .ai-select .ai-container .ai-left-panel .ai-desc.ai-desc1{margin-bottom:20px}.home .ai-select .ai-container .ai-left-panel .ai-desc{cursor:pointer;transition:color .3s ease}.home .ai-select .ai-container .ai-left-panel .ai-desc:hover{color:#2563eb}.home .ai-select .ai-container .ai-left-panel .ai-features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px;width:85%}.home .ai-select .ai-container .ai-left-panel .ai-features-list .ai-feature-item{display:flex;align-items:flex-start;gap:16px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;cursor:pointer;transition:all .3s ease}.home .ai-select .ai-container .ai-left-panel .ai-features-list .ai-feature-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #2563eb26;background:linear-gradient(135deg,#f8fafc,#fff)}.home .ai-select .ai-container .ai-left-panel .ai-features-list .ai-feature-item:hover .feature-icon-wrapper{transform:scale(1.1);background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 4px 12px #2563eb4d}.home .ai-select .ai-container .ai-left-panel .ai-features-list .ai-feature-item:hover .feature-icon{color:#fff}.home .ai-select .ai-container .ai-left-panel .ai-features-list .ai-feature-item:hover .feature-title{color:#2563eb}.home .ai-select .ai-container .ai-left-panel .ai-features-list .ai-feature-item .feature-icon-wrapper{width:44px;height:44px;background:#2563eb1a;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.home .ai-select .ai-container .ai-left-panel .ai-features-list .ai-feature-item .feature-icon{font-size:20px;color:#2563eb;transition:color .3s ease;margin-bottom:0}.home .ai-select .ai-container .ai-left-panel .ai-features-list .ai-feature-item .feature-content{flex:1}.home .ai-select .ai-container .ai-left-panel .ai-features-list .ai-feature-item .feature-content .feature-title{display:block;font-size:16px;font-weight:600;color:#000;margin-bottom:6px;transition:color .3s ease}.home .ai-select .ai-container .ai-left-panel .ai-features-list .ai-feature-item .feature-content .feature-desc{display:block;font-size:14px;color:#86909c;line-height:1.6;transition:color .3s ease}.home .ai-select .ai-container .ai-center-panel{display:flex;justify-content:center;align-items:center;flex:1}.home .ai-select .ai-container .ai-center-panel .ai-phone{width:340px;height:700px;padding:5px;background:linear-gradient(145deg,#3a3a3c,#1c1c1e 40%,#2c2c2e);border-radius:44px;overflow:hidden;position:relative;box-shadow:0 0 0 2px #0a0a0a,inset 0 0 0 1px #ffffff1f,0 25px 70px #00000040,0 5px 20px #0000001f;display:flex;cursor:pointer;transition:all .4s ease;justify-content:center;align-items:center}.home .ai-select .ai-container .ai-center-panel .ai-phone:before{content:"";position:absolute;top:18px;left:50%;transform:translate(-50%);width:96px;height:28px;background:#0a0a0a;border-radius:20px;z-index:2;pointer-events:none}.home .ai-select .ai-container .ai-center-panel .ai-phone:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 0 0 2px #0a0a0a,inset 0 0 0 1px #ffffff1f,0 40px 80px #2563eb33,0 10px 30px #00000026}.home .ai-select .ai-container .ai-center-panel .ai-phone .ai-chat-widget{width:100%;height:100%;border-radius:34px;overflow:hidden;box-shadow:none}.home .ai-select .ai-container .ai-right-panel{display:flex;align-items:flex-start;justify-content:center;padding-top:40px;width:280px}.home .ai-select .ai-container .ai-right-panel .consultant-carousel{position:relative;width:240px;height:480px}.home .ai-select .ai-container .ai-right-panel .consultant-carousel .carousel-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:#fffffff2;border:none;color:#333;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s;box-shadow:0 2px 12px #00000026;z-index:10}.home .ai-select .ai-container .ai-right-panel .consultant-carousel .carousel-nav-btn:hover{background:#2563eb;color:#fff}.home .ai-select .ai-container .ai-right-panel .consultant-carousel .carousel-nav-btn.prev-btn{left:10px}.home .ai-select .ai-container .ai-right-panel .consultant-carousel .carousel-nav-btn.next-btn{right:-70px}.home .ai-select .ai-container .ai-right-panel .consultant-carousel .ai-consultant-card{position:absolute;top:0;left:0;width:240px;background:#fff;border-radius:16px;padding:0;box-shadow:0 8px 30px #00000014;text-align:center;overflow:hidden;transition:all .5s cubic-bezier(.4,0,.2,1);cursor:pointer}.home .ai-select .ai-container .ai-right-panel .consultant-carousel .ai-consultant-card.current{z-index:3;opacity:1;transform:translate(0) scale(1);box-shadow:0 12px 40px #00000026}.home .ai-select .ai-container .ai-right-panel .consultant-carousel .ai-consultant-card.next{z-index:2;opacity:.7;transform:translate(100px) translateY(0) scale(.85);box-shadow:0 4px 20px #00000014}.home .ai-select .ai-container .ai-right-panel .consultant-carousel .ai-consultant-card.hidden{z-index:1;opacity:0;transform:translate(60px) translateY(20px) scale(.9)}.home .ai-select .ai-container .ai-right-panel .consultant-carousel .ai-consultant-card .consultant-header{padding:20px 20px 0}.home .ai-select .ai-container .ai-right-panel .consultant-carousel .ai-consultant-card .consultant-header h4{font-size:18px;font-weight:700;color:#2563eb;margin-bottom:6px}.home .ai-select .ai-container .ai-right-panel .consultant-carousel .ai-consultant-card .consultant-header p{font-size:12px;color:#86909c}.home .ai-select .ai-container .ai-right-panel .consultant-carousel .ai-consultant-card .consultant-avatar-container{width:100%;height:220px;margin:16px 0;position:relative}.home .ai-select .ai-container .ai-right-panel .consultant-carousel .ai-consultant-card .consultant-avatar-container img{width:100%;height:100%;object-fit:cover}.home .ai-select .ai-container .ai-right-panel .consultant-carousel .ai-consultant-card .consultant-info{padding:0 20px;margin-bottom:16px}.home .ai-select .ai-container .ai-right-panel .consultant-carousel .ai-consultant-card .consultant-info .consultant-name{display:block;font-size:18px;font-weight:600;color:#1d2129;margin-bottom:4px}.home .ai-select .ai-container .ai-right-panel .consultant-carousel .ai-consultant-card .consultant-info .consultant-title{font-size:13px;color:#86909c}.home .ai-select .ai-container .ai-right-panel .consultant-carousel .ai-consultant-card .consultant-btn{width:100%;padding:14px;background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;border-radius:0;font-size:14px;font-weight:600;color:#fff;cursor:pointer;transition:all .3s}.home .ai-select .ai-container .ai-right-panel .consultant-carousel .ai-consultant-card .consultant-btn:hover{transform:translateY(0);box-shadow:0 -4px 16px #2563eb4d}.home .ai-select .ai-container .ai-right-panel .consultant-carousel .consultant-indicators{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;justify-content:center;gap:8px}.home .ai-select .ai-container .ai-right-panel .consultant-carousel .consultant-indicators .indicator{width:8px;height:8px;background:#94a3b880;border-radius:50%;transition:all .3s;cursor:pointer}.home .ai-select .ai-container .ai-right-panel .consultant-carousel .consultant-indicators .indicator.active{background:#2563eb;width:24px;border-radius:4px}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.home .trade-process{padding:40px 0;max-width:100%;background:url(/assets/process-bg-Dw3fB4t9.png) no-repeat center center;background-size:cover;position:relative}.home .trade-process:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffffe6;z-index:0}.home .trade-process .process-container{max-width:1400px;margin:0 auto;padding:0 24px;position:relative;z-index:1}.home .trade-process .process-header{display:flex;align-items:baseline;gap:16px;margin-bottom:24px}.home .trade-process .process-header .process-main-title{font-size:28px;font-weight:700;color:#1e293b}.home .trade-process .process-header .process-subtitle{font-size:14px;color:#64748b}.home .trade-process .process-card{display:flex;align-items:stretch;gap:0;background:#fff;border-radius:16px;padding:0;box-shadow:0 4px 20px #0000000f;margin-bottom:24px;overflow:hidden;transition:all .3s ease;cursor:default}.home .trade-process .process-card:hover{box-shadow:0 8px 30px #2563eb26;transform:translateY(-2px)}.home .trade-process .process-card .card-content{flex:1;padding:32px}.home .trade-process .process-card .card-content .flow-tabs{display:inline-flex;gap:12px;margin-bottom:20px}.home .trade-process .process-card .card-content .flow-tabs .flow-tab{padding:6px 20px;font-size:14px;font-weight:500;color:#64748b;background:#f1f5f9;border-radius:20px;cursor:pointer;transition:all .3s}.home .trade-process .process-card .card-content .flow-tabs .flow-tab.active{background:linear-gradient(135deg,#2563eb,#3b82f6);color:#fff;box-shadow:0 4px 12px #2563eb4d}.home .trade-process .process-card .card-content .flow-tabs .flow-tab:hover:not(.active){color:#2563eb}.home .trade-process .process-card .card-content .process-steps{display:flex;justify-content:space-around;align-items:flex-start}.home .trade-process .process-card .card-content .process-steps .process-step{text-align:center;position:relative;flex:1;padding:16px;border-radius:12px;transition:all .3s ease;cursor:pointer}.home .trade-process .process-card .card-content .process-steps .process-step:hover{background:#2563eb0d;transform:translateY(-4px)}.home .trade-process .process-card .card-content .process-steps .process-step:hover .step-icon-wrapper{transform:scale(1.1);box-shadow:0 6px 20px #2563eb66}.home .trade-process .process-card .card-content .process-steps .process-step:hover h4{color:#2563eb}.home .trade-process .process-card .card-content .process-steps .process-step .step-icon-wrapper{width:56px;height:56px;margin:0 auto 12px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb,#3b82f6);box-shadow:0 4px 12px #2563eb4d;transition:all .3s ease}.home .trade-process .process-card .card-content .process-steps .process-step .step-icon-wrapper .step-icon{font-size:26px}.home .trade-process .process-card .card-content .process-steps .process-step h4{font-size:14px;font-weight:600;color:#1e293b;margin-bottom:6px;transition:color .3s ease}.home .trade-process .process-card .card-content .process-steps .process-step p{font-size:12px;color:#94a3b8;line-height:1.5}.home .trade-process .process-card .card-content .process-steps .process-step .step-arrow{position:absolute;top:48px;right:-25px;transform:translateY(-50%);width:12px;height:24px}.home .trade-process .process-card .card-content .process-steps .process-step:last-child .step-arrow{display:none}.home .trade-process .process-card .process-consult-card{width:260px;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:0 16px 16px 0;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;position:relative;overflow:hidden;transition:all .3s ease}.home .trade-process .process-card .process-consult-card:hover{background:linear-gradient(135deg,#1d4ed8,#2563eb);transform:scale(1.02)}.home .trade-process .process-card .process-consult-card:after{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%)}.home .trade-process .process-card .process-consult-card .consult-header{display:flex;align-items:center;gap:8px;margin-bottom:8px;z-index:1}.home .trade-process .process-card .process-consult-card .consult-header .consult-icon{font-size:16px}.home .trade-process .process-card .process-consult-card .consult-header .consult-title{font-size:14px;font-weight:500;opacity:.9;margin:0;color:#fff}.home .trade-process .process-card .process-consult-card .consult-phone{font-size:22px;font-weight:700;margin-bottom:16px;z-index:1;transition:all .3s ease;cursor:pointer}.home .trade-process .process-card .process-consult-card .consult-phone:hover{color:#fbbf24;text-shadow:0 0 10px rgba(251,191,36,.5)}.home .trade-process .process-card .process-consult-card .consult-qrcode{text-align:center;z-index:1}.home .trade-process .process-card .process-consult-card .consult-qrcode .qrcode-placeholder{width:80px;height:80px;background:#fff3;border-radius:8px;display:flex;align-items:center;justify-content:center;margin:0 auto 6px}.home .trade-process .process-card .process-consult-card .consult-qrcode .qrcode-placeholder .qrcode-icon{font-size:36px}.home .trade-process .process-card .process-consult-card .consult-qrcode .qrcode-image{width:100px;height:100px;object-fit:contain;border-radius:8px;background:#fff;transition:all .3s ease;cursor:pointer}.home .trade-process .process-card .process-consult-card .consult-qrcode .qrcode-image:hover{transform:scale(1.05);box-shadow:0 4px 15px #0003}.home .trade-process .process-card .process-consult-card .consult-qrcode .qrcode-label{font-size:11px;opacity:.8}.home .trade-process .process-card .process-consult-card .consult-avatar{position:absolute;bottom:0;right:0;width:100px;height:100px;background:#ffffff1a;border-radius:50% 0 0;display:flex;align-items:center;justify-content:center}.home .trade-process .process-card .process-consult-card .consult-avatar .avatar-icon{font-size:48px;opacity:.6}.home .trade-process .process-card .process-consult-card .consult-avatar .avatar-image{width:70px;height:70px;object-fit:cover;border-radius:50%;border:3px solid rgba(255,255,255,.3)}.home .trade-process .process-card-register .process-consult-card{display:none}.home .global-trademark{max-width:100%;padding:0 40px;background:linear-gradient(180deg,#f0f4f8,#e8f0fe,#f0f4f8);position:relative;overflow:hidden}.home .global-trademark .global-wrap{background:url(/assets/global-trademark-bg-rR9eVrsQ.png) no-repeat center center;max-width:1400px;margin:0 auto;background-size:contain;background-position:0 0;position:relative;height:800px}.home .global-trademark .global-header{text-align:center;margin-bottom:60px}.home .global-trademark .global-header h2{font-size:36px;font-weight:700;color:#1d2129;margin-bottom:16px}.home .global-trademark .global-header .global-desc{font-size:16px;color:#4e5969;margin-bottom:20px;line-height:1.6}.home .global-trademark .global-header .global-divider{width:60px;height:4px;background:linear-gradient(90deg,transparent,#3b82f6,transparent);margin:0 auto}.home .global-trademark .global-content{display:flex;justify-content:space-between;max-width:1400px;margin:0 auto 40px;gap:40px}.home .global-trademark .global-content .global-globe{flex:1;position:relative;height:400px;min-width:500px;margin-top:200px}.home .global-trademark .global-content .global-globe .globe-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background-size:cover;opacity:.9}.home .global-trademark .global-content .global-globe .globe-points{position:relative;width:100%;height:100%}.home .global-trademark .global-content .global-globe .globe-points .globe-point{position:absolute;width:16px;height:16px;background:#3b82f6;border-radius:50%;border:3px solid #fff;box-shadow:0 0 12px #3b82f680;animation:pulse 2s ease-in-out infinite}.home .global-trademark .global-content .global-globe .globe-points .globe-point:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30px;height:30px;background:#3b82f633;border-radius:50%;animation:ripple 2s ease-in-out infinite}.home .global-trademark .global-content .global-globe .globe-points .globe-point.globe-point1{left:17%;top:43%;cursor:pointer}.home .global-trademark .global-content .global-globe .globe-points .globe-point.globe-point2{left:33.5%;top:32%;cursor:pointer}.home .global-trademark .global-content .global-globe .globe-points .globe-point.globe-point3{left:47.5%;top:40%;cursor:pointer}.home .global-trademark .global-content .global-globe .globe-points .globe-point.globe-point4{left:57%;top:50%;cursor:pointer}.home .global-trademark .global-content .global-globe .globe-points .globe-point.globe-point5{left:51.5%;top:52%;cursor:pointer}.home .global-trademark .global-content .global-globe .globe-points .globe-point.globe-point6{left:57%;top:78%;cursor:pointer}.home .global-trademark .global-content .global-globe .globe-points .globe-point.globe-point7,.home .global-trademark .global-content .global-globe .globe-points .globe-point.globe-point8{left:56%;top:46%;cursor:pointer}.home .global-trademark .global-right-cards{width:26%;display:flex;flex-direction:column;gap:1%;position:absolute;right:2%;top:7%}.home .global-trademark .global-right-cards .global-card{height:190px;margin-bottom:10px;cursor:pointer}.home .global-trademark .global-right-cards .global-card:hover{box-shadow:0 6px 20px #0000001a;transform:translateY(-2px)}.home .global-trademark .global-bottom-cards{margin:0 auto;display:flex;gap:1%;position:absolute;left:5%;bottom:2%;width:89%}.home .global-trademark .global-bottom-cards .global-card{height:120px}.home .global-trademark .global-bottom-cards .global-card.global-bottom-card1{width:20%}.home .global-trademark .global-bottom-cards .global-card.global-bottom-card2,.home .global-trademark .global-bottom-cards .global-card.global-bottom-card3{width:17%}.home .global-trademark .global-bottom-cards .global-card.global-bottom-card4{width:19%}.home .global-trademark .global-bottom-cards .global-card.global-bottom-card5{width:22%}.home .global-trademark .global-bottom-cards .global-card:hover{box-shadow:0 6px 20px #0000001a;transform:translateY(-2px)}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}@keyframes ripple{0%{transform:translate(-50%,-50%) scale(.5);opacity:.8}to{transform:translate(-50%,-50%) scale(2);opacity:0}}.home .consultant-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.home .consultant-grid .consultant-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:24px;text-align:center;transition:all .2s}.home .consultant-grid .consultant-card:hover{transform:translateY(-4px);box-shadow:0 4px 20px #0000001f}.home .consultant-grid .consultant-card .consultant-avatar{width:80px;height:80px;border-radius:50%;margin-bottom:16px}.home .consultant-grid .consultant-card .consultant-avatar-placeholder{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.home .consultant-grid .consultant-card .consultant-avatar-placeholder .avatar-icon{color:#fff;font-size:28px;font-weight:600}.home .consultant-grid .consultant-card .consultant-info h4{font-size:18px;color:#1d2129;margin-bottom:4px}.home .consultant-grid .consultant-card .consultant-info .consultant-title{color:#4e5969;font-size:14px}.home .consultant-grid .consultant-card .consultant-info .consultant-motto{color:#86909c;font-size:13px;margin-top:8px}.home .consultant-grid .consultant-card .consultant-btn{margin-top:16px;padding:10px 24px;background:linear-gradient(135deg,#0f2557,#1a365d);color:#fff;border:none;border-radius:24px;font-size:14px;cursor:pointer;transition:all .2s}.home .consultant-grid .consultant-card .consultant-btn:hover{transform:translateY(-2px)}.home .trademark-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:32px}.home .trademark-grid .trademark-card{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;overflow:hidden;transition:all .2s;position:relative}.home .trademark-grid .trademark-card:hover{transform:translateY(-4px);box-shadow:0 4px 20px #0000001f}.home .trademark-grid .trademark-card .card-badge{position:absolute;top:8px;left:8px;padding:2px 8px;background:linear-gradient(135deg,orange,#ff8c00);color:#fff;font-size:10px;font-weight:600;border-radius:4px;z-index:1}.home .trademark-grid .trademark-card .card-badge.card-badge-special{background:linear-gradient(135deg,#ef4444,#dc2626)}.home .trademark-grid .trademark-card .card-badge.card-badge-featured{background:linear-gradient(135deg,#f59e0b,#d97706)}.home .trademark-grid .trademark-card .trademark-image-wrapper{width:100%;padding-top:100%;position:relative;background:#fff!important}.home .trademark-grid .trademark-card .trademark-image-wrapper .trademark-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;background:#fff}.home .trademark-grid .trademark-card .trademark-content{padding:16px}.home .trademark-grid .trademark-card .trademark-content .trademark-name{font-size:16px;color:#1d2129;font-weight:600;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home .trademark-grid .trademark-card .trademark-content .trademark-category{font-size:13px;color:#4e5969;margin-bottom:12px}.home .trademark-grid .trademark-card .trademark-content .trademark-category .category-code{color:#0f2557;font-weight:600;background:transparent}.home .trademark-grid .trademark-card .trademark-content .trademark-meta{display:flex;gap:12px;font-size:12px;color:#86909c;margin-bottom:12px}.home .trademark-grid .trademark-card .trademark-content .trademark-meta .trademark-type{background:#f5f7fa;padding:2px 8px;border-radius:4px}.home .trademark-grid .trademark-card .trademark-content .trademark-price{display:flex;align-items:center;gap:12px}.home .trademark-grid .trademark-card .trademark-content .trademark-price .price{font-size:18px;font-weight:700;color:#ff7d00}.home .trademark-grid .trademark-card .trademark-content .trademark-price .original-price{font-size:13px;color:#86909c;text-decoration:line-through}.home .trademark-grid .trademark-card .trademark-content .trademark-price .login-to-view{display:block;width:100%;padding:8px;background:linear-gradient(135deg,#ff6b6b,#ff4757);color:#fff;border:none;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;text-align:center;transition:all .2s}.home .trademark-grid .trademark-card .trademark-content .trademark-price .login-to-view:hover{opacity:.9}.home .trademark-more{text-align:center;margin-top:24px;margin-bottom:0}.home .trademark-more .more-btn{font-size:14px;color:#4e5969;text-decoration:none}.home .trademark-more .more-btn:hover{color:#0f2557}.home .faq-section{max-width:100%}.home .faq-section .faq-ct{max-width:1400px;margin:0 auto}.home .faq-section .faq-header{text-align:center;margin-bottom:40px}.home .faq-section .faq-header h2{font-size:30px;font-weight:700;color:#1d2129;margin-bottom:16px}.home .faq-section .faq-header .faq-divider{width:60px;height:4px;background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:2px;margin:0 auto}.home .faq-section .faq-list .faq-item{border-bottom:1px solid #e5e6eb;background:#fff;margin-bottom:20px;border-radius:10px;padding:0 20px}.home .faq-section .faq-list .faq-item:hover{background:#3b82f608;padding-left:10px;padding-right:10px;margin-left:-10px;margin-right:-10px}.home .faq-section .faq-list .faq-item:last-child{border-bottom:none}.home .faq-section .faq-list .faq-item .faq-question{display:flex;align-items:center;justify-content:space-between;padding:20px 0;cursor:pointer;transition:all .2s}.home .faq-section .faq-list .faq-item .faq-question .faq-num{font-size:16px;font-weight:600;font-weight:700;color:#1d2129;margin-right:12px}.home .faq-section .faq-list .faq-item .faq-question span:not(.faq-num):not(.faq-toggle){flex:1;font-size:16px;font-weight:700;color:#1d2129}.home .faq-section .faq-list .faq-item .faq-question .faq-toggle{width:32px;height:32px;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;transition:all .3s;flex-shrink:0}.home .faq-section .faq-list .faq-item .faq-answer{padding-bottom:20px;font-size:14px;color:#4e5969;line-height:1.8;display:none}.home .faq-section .faq-list .faq-item.active .faq-toggle{transform:rotate(45deg)}.home .faq-section .faq-list .faq-item.active .faq-answer{display:block}.home .faq-section .faq-footer{color:#4e5969;font-size:14px;text-align:center}.home .faq-section .faq-footer .faq-footer-tel{color:#5af;text-decoration:underline;cursor:pointer}.home .faq-section .faq-footer .faq-footer-tel:hover{color:#38e}.home .encyclopedia-section{background:#f5f7fa;max-width:100%;padding:0 20px 60px}.home .encyclopedia-section .encyclopedia-header{max-width:1400px;margin:0 auto 32px;display:flex;justify-content:space-between;align-items:center}.home .encyclopedia-section .encyclopedia-header h2{font-size:24px;font-weight:600;color:#1d2129}.home .encyclopedia-section .encyclopedia-header .encyclopedia-more{font-size:14px;color:#3b82f6;text-decoration:none;transition:color .2s}.home .encyclopedia-section .encyclopedia-header .encyclopedia-more:hover{color:#2563eb}.home .encyclopedia-section .encyclopedia-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.home .encyclopedia-section .encyclopedia-grid .encyclopedia-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 12px #00000014;transition:all .2s}.home .encyclopedia-section .encyclopedia-grid .encyclopedia-card:hover{box-shadow:0 4px 20px #0000001f;transform:translateY(-2px)}.home .encyclopedia-section .encyclopedia-grid .encyclopedia-card .encyclopedia-tag{display:inline-block;padding:4px 10px;background:#eff6ff;color:#3b82f6;font-size:12px;font-weight:500;border-radius:4px;margin-bottom:12px}.home .encyclopedia-section .encyclopedia-grid .encyclopedia-card h4{font-size:16px;font-weight:600;color:#1d2129;margin-bottom:8px;line-height:1.4}.home .encyclopedia-section .encyclopedia-grid .encyclopedia-card p{font-size:14px;color:#4e5969;margin-bottom:12px;line-height:1.5}.home .encyclopedia-section .encyclopedia-grid .encyclopedia-card .encyclopedia-meta{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#86909c}.home .encyclopedia-section .encyclopedia-grid .encyclopedia-card .encyclopedia-meta .meta-date,.home .encyclopedia-section .encyclopedia-grid .encyclopedia-card .encyclopedia-meta .meta-views{display:flex;align-items:center}.home .advantages{background:linear-gradient(180deg,#0f2557,#1a365d);max-width:100%;padding:80px 40px;text-align:center;position:relative;overflow:hidden}.home .advantages:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>')}.home .advantages .advantages-header{margin-bottom:56px;position:relative;z-index:1}.home .advantages .advantages-header h2{font-size:34px;font-weight:700;color:#fff;margin-bottom:12px}.home .advantages .advantages-header .advantages-subtitle{font-size:16px;color:#fff9;margin-bottom:20px;letter-spacing:1px}.home .advantages .advantages-header .advantages-divider{width:60px;height:4px;background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:2px;margin:0 auto}.home .advantages .advantage-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;position:relative;z-index:1}.home .advantages .advantage-grid .advantage-item{background:#ffffff14;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:32px;text-align:left;transition:all .3s ease;border:1px solid rgba(255,255,255,.08)}.home .advantages .advantage-grid .advantage-item:hover{background:#ffffff1f;transform:translateY(-4px);box-shadow:0 8px 24px #00000040}.home .advantages .advantage-grid .advantage-item .advantage-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:#3b82f626;border-radius:50%;color:#93c5fd;font-size:26px;margin-bottom:20px;border:1px solid rgba(96,165,250,.2)}.home .advantages .advantage-grid .advantage-item h4{font-size:18px;font-weight:600;color:#fff;margin-bottom:12px}.home .advantages .advantage-grid .advantage-item p{font-size:14px;color:#ffffffa6;line-height:1.7;margin:0}.home .category-tabs-wrapper{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 12px #00000014;overflow:hidden}.home .category-tabs-wrapper .category-tabs-header{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px}.home .category-tabs-wrapper .category-tabs-header .category-tabs-title{font-size:14px;color:#1d2129;font-weight:500;margin-right:4px;white-space:nowrap}.home .category-tabs-wrapper .category-tabs-header .category-tab{padding:6px 12px;background:transparent;border:1px solid #e5e6eb;border-radius:4px;font-size:13px;color:#4e5969;cursor:pointer;transition:all .2s;white-space:nowrap}.home .category-tabs-wrapper .category-tabs-header .category-tab:hover{border-color:#0f2557;color:#0f2557}.home .category-tabs-wrapper .category-tabs-header .category-tab.active{background:#0f2557;border-color:#0f2557;color:#fff}.home .category-tabs-wrapper .multi-select-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 20px;background:#f97316;border:none;border-radius:4px;font-size:14px;color:#fff;font-weight:500;cursor:pointer;transition:all .2s;float:right}.home .category-tabs-wrapper .multi-select-btn:hover{background:#ea580c}.home .filter-options{display:flex;align-items:center;justify-content:space-between;padding:0 20px 20px;background:#fff;border-radius:12px;margin-bottom:24px;box-shadow:0 2px 12px #00000014}.home .filter-options .filter-group{display:flex;gap:12px;flex-wrap:wrap}.home .filter-options .filter-group .filter-select{padding:8px 16px;border:1px solid #e5e6eb;border-radius:4px;font-size:13px;color:#4e5969;background:#fff;cursor:pointer;min-width:120px}.home .filter-options .filter-group .filter-select:focus{outline:none;border-color:#0f2557}.home .filter-options .sort-group{display:flex;flex-direction:row;flex-wrap:nowrap;gap:16px;flex-shrink:0}.home .filter-options .sort-group .sort-btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:8px 0;background:none;border:none;font-size:13px;color:#4e5969;cursor:pointer;transition:all .2s;white-space:nowrap}.home .filter-options .sort-group .sort-btn:hover{color:#0f2557}.home .filter-options .sort-group .sort-btn.active{color:#0f2557;font-weight:600}.home .filter-options .sort-group .sort-btn .sort-arrow{font-size:12px}.home .pagination{display:flex;justify-content:center;align-items:center;gap:12px;padding:24px;background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014}.home .pagination .page-btn{padding:10px 20px;border:1px solid #e5e6eb;border-radius:8px;font-size:14px;color:#4e5969;background:#fff;cursor:pointer;transition:all .2s}.home .pagination .page-btn:hover:not(:disabled){border-color:#0f2557;color:#0f2557}.home .pagination .page-btn:disabled{opacity:.5;cursor:not-allowed}.home .pagination .page-numbers{display:flex;gap:8px}.home .pagination .page-num{width:36px;height:36px;border:1px solid #e5e6eb;border-radius:8px;font-size:14px;color:#4e5969;background:#fff;cursor:pointer;transition:all .2s}.home .pagination .page-num:hover{border-color:#0f2557;color:#0f2557}.home .pagination .page-num.active{background:#0f2557;border-color:#0f2557;color:#fff}.home .load-more{display:flex;justify-content:center;margin-top:24px}.home .load-more-btn{padding:12px 48px;background:#fff;border:2px solid #0f2557;border-radius:24px;font-size:15px;color:#0f2557;cursor:pointer;transition:all .3s}.home .load-more-btn:hover{background:#0f2557;color:#fff}.home .no-more{text-align:center;padding:24px 0;color:#86909c;font-size:14px}.home .qrcode-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.home .qrcode-modal{background:#fff;border-radius:16px;padding:0;width:360px;max-width:90%;box-shadow:0 20px 60px #00000040;position:relative;animation:slideIn .3s ease;overflow:hidden}.home .qrcode-modal .qrcode-header{display:flex;align-items:center;justify-content:center;gap:12px;padding:24px;background:linear-gradient(135deg,#4ecdc4,#44a08d)}.home .qrcode-modal .qrcode-header .qrcode-icon{font-size:36px}.home .qrcode-modal .qrcode-header .qrcode-header-title{font-size:18px;font-weight:600;color:#fff}.home .qrcode-modal .qrcode-close-btn{position:absolute;top:16px;right:16px;width:32px;height:32px;border:none;background:#fff3;border-radius:50%;font-size:16px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.home .qrcode-modal .qrcode-close-btn:hover{background:#ffffff4d}.home .qrcode-modal .qrcode-content{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px}.home .qrcode-modal .qrcode-content .qrcode-image-wrapper{width:200px;height:200px;margin-bottom:20px;border-radius:12px;overflow:hidden;background:#f8f9fa;display:flex;align-items:center;justify-content:center;border:1px solid #e5e6eb}.home .qrcode-modal .qrcode-content .qrcode-image-wrapper .qrcode-image{width:100%;height:100%;object-fit:cover}.home .qrcode-modal .qrcode-content .qrcode-image-wrapper .qrcode-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#86909c;font-size:14px}.home .qrcode-modal .qrcode-content .qrcode-desc{font-size:14px;color:#4e5969;line-height:1.6;margin:0}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.home .consult-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}.home .consult-modal{background:#fff;border-radius:20px;width:90%;max-width:420px;overflow:hidden;box-shadow:0 20px 60px #00000026;animation:scaleIn .3s ease;position:relative}.home .consult-close-btn,.home .consult-modal-close{position:absolute;top:16px;right:16px;width:32px;height:32px;border:none;background:#f3f4f6;border-radius:50%;font-size:16px;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:10}.home .consult-close-btn:hover,.home .consult-modal-close:hover{background:#e5e7eb;color:#374151}.home .consult-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid #e5e7eb}.home .consult-modal-header h3{font-size:18px;font-weight:600;color:#111827;margin:0}.home .consult-content,.home .consult-modal-body{padding:24px}.home .consult-title{font-size:18px;font-weight:600;color:#111827;margin:0 0 20px;text-align:center}.home .form-group{margin-bottom:16px}.home .form-label,.home .consult-phone-label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:12px}.home .form-input,.home .consult-phone-input{width:100%;height:52px;padding:0 16px;border:1px solid #d1d5db;border-radius:10px;font-size:16px;color:#111827;outline:none;transition:all .2s;box-sizing:border-box;background:#fff}.home .form-input:focus,.home .consult-phone-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.home .form-input::placeholder,.home .consult-phone-input::placeholder{color:#9ca3af}.home .form-hint,.home .consult-modal-desc{font-size:12px;color:#6b7280;margin:8px 0 20px}.home .consult-submit-btn{width:100%;height:52px;background:#2563eb;border:none;border-radius:10px;font-size:16px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s}.home .consult-submit-btn:hover{background:#1d4ed8}.home .consult-submit-btn:active{background:#1e40af}.home .success-content,.home .consult-success{display:flex;flex-direction:column;align-items:center;padding:20px 0}.home .success-icon{width:60px;height:60px;background:#22c55e;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:32px;color:#fff;margin-bottom:16px}.home .success-desc{font-size:14px;color:#6b7280;margin:0 0 20px;text-align:center}.home .success-btn{padding:12px 48px;background:#2563eb;border:none;border-radius:10px;font-size:16px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s}.home .success-btn:hover{background:#1d4ed8}@media screen and (max-width: 1200px){.home .search-banner{padding:60px 30px 0}.home .search-banner .search-container .search-title{font-size:36px}.home .search-banner .search-container .search-box-wrap{padding:16px}.home .search-banner .search-container .search-box .search-input-wrapper{padding:0 20px}.home .search-banner .search-container .search-box .search-input-wrapper .search-input{padding:18px 0;font-size:15px}.home .search-banner .search-container .search-box .search-btn{padding:18px 36px;font-size:15px}.home .ai-select{padding:60px 30px}.home .ai-select .ai-container{gap:24px}.home .ai-select .ai-left-panel .ai-main-title{font-size:40px}.home .ai-select .ai-left-panel .ai-sub-title{font-size:28px}.home .ai-select .ai-left-panel .ai-desc{font-size:16px}.home .ai-select .ai-center-panel .ai-phone{width:320px;height:640px}.home .ai-select .ai-right-panel{width:240px}}@media screen and (max-width: 1024px){.home .section{padding:40px 24px}.home .search-banner{padding:50px 24px 0}.home .search-banner .search-container .search-title{font-size:32px}.home .search-banner .search-container .search-subtitle{font-size:13px;margin-bottom:32px}.home .search-banner .search-container .search-box-wrap{padding:14px}.home .search-banner .search-container .search-box .search-input-wrapper{padding:0 16px}.home .search-banner .search-container .search-box .search-input-wrapper .search-input{padding:16px 0;font-size:14px}.home .search-banner .search-container .search-box .search-btn{padding:16px 28px;font-size:14px}.home .search-banner .search-container .search-tags{flex-wrap:wrap;margin-top:20px}.home .category-grid{grid-template-columns:repeat(4,1fr)}.home .category-tabs-wrapper{background:none;padding:0;margin-bottom:16px;box-shadow:none}.home .category-tabs-wrapper .category-tabs-header{display:flex;gap:10px;margin-bottom:12px;overflow-x:auto;padding-bottom:6px;justify-content:flex-start;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap}.home .category-tabs-wrapper .category-tabs-header::-webkit-scrollbar{display:none}.home .category-tabs-wrapper .category-tabs-header .category-tabs-title{display:none}.home .category-tabs-wrapper .category-tabs-header .category-tab{display:flex;align-items:center;gap:6px;padding:10px 16px;font-size:14px;background:#fff;color:#333;border:2px solid #e0e0e0;border-radius:30px;cursor:pointer;white-space:nowrap;transition:all .2s;flex-shrink:0}.home .category-tabs-wrapper .category-tabs-header .category-tab .tab-icon{font-size:16px}.home .category-tabs-wrapper .category-tabs-header .category-tab .tab-name{font-weight:500}.home .category-tabs-wrapper .category-tabs-header .category-tab:hover{border-color:#0f2557}.home .category-tabs-wrapper .category-tabs-header .category-tab.active{background:#0f2557;border-color:#0f2557;color:#fff}.home .category-tabs-wrapper .multi-select-btn{display:none}.home .ai-select{padding:40px 24px}.home .ai-select .ai-container{flex-direction:column;gap:24px}.home .ai-select .ai-left-panel{padding-right:0;width:100%}.home .ai-select .ai-left-panel .ai-features-list{width:100%}.home .ai-select .ai-main-title{font-size:36px}.home .ai-select .ai-sub-title{font-size:24px}.home .ai-select .ai-center-panel{display:flex;align-items:center;justify-content:center}.home .ai-select .ai-center-panel .ai-phone{width:280px;height:560px}.home .ai-select .ai-right-panel{display:none}.home .global-trademark{padding:0 24px}.home .global-trademark .global-header{margin-bottom:20px}.home .global-trademark .global-wrap{height:380px;background-size:100% auto;background-repeat:no-repeat;background-position:center top}.home .global-trademark .global-content{margin-bottom:0;gap:20px}.home .global-trademark .global-content .global-globe{height:260px;min-width:100%;margin-top:80px}.home .global-trademark .global-right-cards{right:2%;top:4%;width:28%}.home .global-trademark .global-right-cards .global-card{height:130px}.home .global-trademark .global-bottom-cards{left:3%;bottom:4%;width:94%}.home .global-trademark .global-bottom-cards .global-card{height:80px}.home .consultant-grid{grid-template-columns:repeat(3,1fr)}.home .section-header{flex-direction:column;align-items:center;text-align:center;gap:8px}.home .section-header .header-content{align-items:center}.home .section-header h2{font-size:24px;font-weight:600;color:#0f2557}.home .section-header .section-subtitle{font-size:13px;color:#4e5969}.home .trademark-grid{grid-template-columns:repeat(3,1fr);gap:12px}.home .trademark-card{border-radius:8px;overflow:hidden;box-shadow:none;border:1px solid #e5e6eb;background:#fff;position:relative;transition:all .2s}.home .trademark-card:hover{box-shadow:0 2px 12px #00000014;transform:translateY(-2px)}.home .trademark-card .card-badge{position:absolute;top:6px;left:6px;padding:2px 8px;background:linear-gradient(135deg,orange,#ff8c00);color:#fff;font-size:10px;font-weight:700;border-radius:4px;z-index:1}.home .trademark-card .trademark-image-wrapper{width:100%;padding-top:100%;position:relative;background:#fff!important}.home .trademark-card .trademark-image-wrapper .trademark-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;background:#fff}.home .trademark-card .trademark-content{padding:10px}.home .trademark-card .trademark-content .trademark-name{font-size:14px;font-weight:600;margin-bottom:4px;color:#1d2129;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home .trademark-card .trademark-content .trademark-category{font-size:12px;color:#4e5969;margin-bottom:8px}.home .trademark-card .trademark-content .trademark-category .category-code{font-weight:600;color:#0f2557}.home .trademark-card .trademark-content .trademark-meta{display:none}.home .trademark-card .trademark-content .trademark-price .login-to-view{display:block;width:100%;padding:6px;font-size:12px;font-weight:600;background:linear-gradient(135deg,#ff6b6b,#ff4757);color:#fff;border:none;border-radius:4px;cursor:pointer;text-align:center;transition:all .2s}.home .trademark-card .trademark-content .trademark-price .login-to-view:hover{opacity:.9}.home .trademark-card .trademark-content .trademark-price .price{font-size:14px;font-weight:700;color:#ff4757}.home .trademark-more{text-align:center;margin-top:24px;margin-bottom:0}.home .trademark-more .more-btn{font-size:14px;color:#4e5969;text-decoration:none}.home .trademark-more .more-btn:hover{color:#0f2557}.home .advantages{padding:60px 24px}.home .advantages .advantages-header h2{font-size:28px}.home .advantages .advantage-grid{grid-template-columns:repeat(2,1fr);gap:20px}.home .trade-process,.home .register-process{padding:40px 24px}.home .trade-process .process-steps,.home .register-process .process-steps{grid-template-columns:repeat(5,1fr)}.home .trade-process .process-step,.home .register-process .process-step{padding:16px 12px}.home .trade-process .process-step .step-icon-wrapper,.home .register-process .process-step .step-icon-wrapper{width:60px;height:60px;font-size:32px}.home .trade-process .process-step h4,.home .register-process .process-step h4{font-size:14px}.home .trade-process .process-step p,.home .register-process .process-step p{font-size:12px}}@media screen and (max-width: 768px){.home .section{padding:32px 16px}.home .section .section-header{flex-direction:column;gap:12px;align-items:flex-start}.home .section .section-header h2{font-size:24px}.home .section.trademarks .section-header{align-items:normal}.home .trade-process{padding:32px 16px}.home .trade-process .process-container{padding:0}.home .trade-process .process-header{flex-direction:column;gap:8px;align-items:flex-start;margin-bottom:20px}.home .trade-process .process-header .process-main-title{font-size:22px}.home .trade-process .process-header .process-subtitle{font-size:13px}.home .trade-process .process-card{flex-direction:column;border-radius:16px;overflow:hidden}.home .trade-process .process-card .card-content{padding:20px}.home .trade-process .process-card .card-content .flow-tabs{margin-bottom:16px}.home .trade-process .process-card .card-content .flow-tabs .flow-tab{padding:6px 16px;font-size:13px}.home .trade-process .process-card .card-content .process-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.home .trade-process .process-card .card-content .process-steps .process-step{padding:16px;flex:none;background:#f8fafc;border-radius:12px}.home .trade-process .process-card .card-content .process-steps .process-step .step-icon-wrapper{width:48px;height:48px;font-size:22px;margin:0 auto 10px}.home .trade-process .process-card .card-content .process-steps .process-step h4{font-size:14px}.home .trade-process .process-card .card-content .process-steps .process-step p{font-size:12px}.home .trade-process .process-card .card-content .process-steps .process-step .step-arrow{display:none}.home .trade-process .process-card .process-consult-card{width:100%;border-radius:16px 16px 0 0;padding:20px}.home .search-banner{padding:40px 16px 0}.home .search-banner .search-container .search-title{font-size:26px}.home .search-banner .search-container .search-subtitle{font-size:12px;margin-bottom:24px}.home .search-banner .search-container .search-subtitle span{padding:4px 10px;font-size:12px;margin-right:8px}.home .search-banner .search-container .search-box-wrap{padding:12px}.home .search-banner .search-container .search-box{flex-direction:column;border:none;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #00000014}.home .search-banner .search-container .search-box .search-input-wrapper{padding:0 16px;border-bottom:1px solid #e5e6eb}.home .search-banner .search-container .search-box .search-input-wrapper .search-input{padding:14px 0;font-size:14px}.home .search-banner .search-container .search-box .search-btn{padding:14px;border-radius:0}.home .search-banner .search-container .search-tags{flex-wrap:wrap;margin-top:16px}.home .search-banner .search-container .search-tags .tags-label{font-size:12px}.home .search-banner .search-container .search-tags .hot-tag{padding:4px 12px;font-size:12px}.home .category-grid{grid-template-columns:repeat(3,1fr);gap:12px}.home .category-grid .category-card{padding:16px;flex-direction:column;text-align:center}.home .category-grid .category-card .category-icon{width:40px;height:40px}.home .category-grid .category-card .category-info .category-code{font-size:14px}.home .category-grid .category-card .category-info .category-name{font-size:12px}.home .ai-select{padding:32px 16px}.home .ai-select .ai-container{flex-direction:column;gap:20px}.home .ai-select .ai-left-panel .ai-main-title{font-size:28px}.home .ai-select .ai-left-panel .ai-sub-title{font-size:20px}.home .ai-select .ai-left-panel .ai-desc{font-size:14px}.home .ai-select .ai-left-panel .ai-features-list .ai-feature-item{padding:16px}.home .ai-select .ai-left-panel .ai-features-list .ai-feature-item .feature-title{font-size:15px}.home .ai-select .ai-left-panel .ai-features-list .ai-feature-item .feature-desc{font-size:13px}.home .ai-select .ai-center-panel .ai-phone{width:240px;height:480px}.home .global-trademark{padding:0 16px}.home .global-trademark .global-header{margin-bottom:16px}.home .global-trademark .global-wrap{height:320px;background-size:100% auto;background-repeat:no-repeat;background-position:center top}.home .global-trademark .global-content{margin-bottom:0;gap:16px}.home .global-trademark .global-content .global-globe{height:220px;min-width:100%;margin-top:60px}.home .global-trademark .global-right-cards{right:2%;top:4%;width:30%}.home .global-trademark .global-right-cards .global-card{height:100px}.home .global-trademark .global-bottom-cards{left:3%;bottom:4%;width:94%}.home .global-trademark .global-bottom-cards .global-card{height:65px}.home .consultant-grid{grid-template-columns:repeat(2,1fr);gap:16px}.home .section-header{flex-direction:column;align-items:center;text-align:center;gap:8px}.home .section-header .header-content{align-items:center}.home .section-header h2{font-size:24px;font-weight:600;color:#0f2557}.home .section-header .section-subtitle{font-size:13px;color:#4e5969}.home .section-header .more-link{margin-top:4px}.home .category-tabs-wrapper{background:none;padding:0;margin-bottom:16px;box-shadow:none}.home .category-tabs-wrapper .category-tabs-header{display:flex;gap:10px;margin-bottom:12px;overflow-x:auto;padding-bottom:6px;justify-content:flex-start;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap}.home .category-tabs-wrapper .category-tabs-header::-webkit-scrollbar{display:none}.home .category-tabs-wrapper .category-tabs-header .category-tabs-title{display:none}.home .category-tabs-wrapper .category-tabs-header .category-tab{display:flex;align-items:center;gap:6px;padding:10px 16px;font-size:14px;background:#fff;color:#333;border:2px solid #e0e0e0;border-radius:30px;cursor:pointer;white-space:nowrap;transition:all .2s;flex-shrink:0}.home .category-tabs-wrapper .category-tabs-header .category-tab .tab-icon{font-size:16px}.home .category-tabs-wrapper .category-tabs-header .category-tab .tab-name{font-weight:500}.home .category-tabs-wrapper .category-tabs-header .category-tab:hover{border-color:#0f2557}.home .category-tabs-wrapper .category-tabs-header .category-tab.active{background:#0f2557;border-color:#0f2557;color:#fff}.home .category-tabs-wrapper .multi-select-btn,.home .filter-options{display:none}.home .trademark-grid{grid-template-columns:repeat(3,1fr);gap:10px}.home .trademark-card{border-radius:8px;overflow:hidden;box-shadow:none;border:1px solid #e5e6eb;background:#fff;position:relative}.home .trademark-card:hover{transform:none;box-shadow:0 2px 12px #00000014}.home .trademark-card .card-badge{position:absolute;top:8px;right:8px;padding:2px 8px;background:linear-gradient(135deg,gold,#ffb700);color:#8b6914;font-size:10px;font-weight:700;border-radius:4px;z-index:1}.home .trademark-card .card-badge:before{content:"👑";margin-right:2px;font-size:8px}.home .trademark-card .trademark-image{height:100px;object-fit:contain;background:#fff}.home .trademark-card .trademark-content{padding:10px}.home .trademark-card .trademark-content h3{font-size:14px;font-weight:600;margin-bottom:4px;color:#1d2129}.home .trademark-card .trademark-content .trademark-category{font-size:12px;color:#4e5969;margin-bottom:8px}.home .trademark-card .trademark-content .trademark-category .category-code{font-weight:600;color:#0f2557}.home .trademark-card .trademark-content .trademark-meta{display:none}.home .trademark-card .trademark-content .trademark-price .login-to-view{display:block;width:100%;padding:6px;font-size:12px;font-weight:600;background:linear-gradient(135deg,#ff6b6b,#ff4757);color:#fff;border:none;border-radius:4px;cursor:pointer;text-align:center}.home .trademark-card .trademark-content .trademark-price .price{font-size:14px;font-weight:700;color:#ff4757}.home .trademark-card .trademark-content .trademark-price .original-price{font-size:11px}.home .faq-section{padding:48px 16px}.home .faq-section .faq-header h2{font-size:24px}.home .faq-section .faq-list .faq-item .faq-question{padding:16px 0}.home .faq-section .faq-list .faq-item .faq-question .faq-num{font-size:14px}.home .faq-section .faq-list .faq-item .faq-question span:not(.faq-num):not(.faq-toggle){font-size:14px}.home .faq-section .faq-list .faq-item .faq-answer{font-size:13px;padding-bottom:16px}.home .encyclopedia-section{padding:48px 16px}.home .encyclopedia-section .encyclopedia-header{flex-direction:column;gap:12px;align-items:flex-start}.home .encyclopedia-section .encyclopedia-header h2{font-size:22px}.home .encyclopedia-section .encyclopedia-grid{grid-template-columns:1fr;gap:16px}.home .advantages{padding:48px 16px}.home .advantages .advantages-header h2{font-size:24px}.home .advantages .advantage-grid{grid-template-columns:repeat(2,1fr);gap:16px}.home .advantages .advantage-item{padding:24px}.home .advantages .advantage-item .advantage-icon{width:48px;height:48px;font-size:22px}.home .advantages .advantage-item h4{font-size:16px}.home .advantages .advantage-item p{font-size:13px}.home .trade-process,.home .register-process{padding:32px 16px}.home .trade-process .process-steps,.home .register-process .process-steps{grid-template-columns:repeat(5,1fr)}.home .trade-process .process-step,.home .register-process .process-step{padding:12px 8px}.home .trade-process .process-step .step-icon-wrapper,.home .register-process .process-step .step-icon-wrapper{width:50px;height:50px;font-size:24px}.home .trade-process .process-step h4,.home .register-process .process-step h4{font-size:13px}.home .trade-process .process-step p,.home .register-process .process-step p{font-size:11px}.home .filter-options{flex-wrap:wrap;gap:12px}.home .filter-options .filter-group{width:100%}.home .filter-options .sort-group{margin-left:0;width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;gap:12px;padding-bottom:4px}.home .filter-options .sort-group::-webkit-scrollbar{display:none}.home .filter-options .sort-group .sort-btn{flex-shrink:0;white-space:nowrap}.home .qrcode-modal{width:calc(100% - 32px);padding:24px}}@media screen and (max-width: 576px){.home .section{padding:28px 14px}.home .search-banner{padding:32px 12px 0}.home .search-banner .search-container .search-title{font-size:22px}.home .category-grid{grid-template-columns:repeat(2,1fr);gap:10px}.home .ai-select{padding:28px 14px}.home .ai-select .ai-main-title{font-size:26px}.home .ai-select .ai-sub-title{font-size:19px}.home .ai-select .ai-center-panel .ai-phone{width:220px;height:440px}.home .global-trademark{padding:0 14px}.home .global-trademark .global-header{margin-bottom:12px}.home .global-trademark .global-wrap{height:280px;background-size:100% auto;background-repeat:no-repeat;background-position:center top}.home .global-trademark .global-content{margin-bottom:0;gap:12px}.home .global-trademark .global-content .global-globe{height:180px;margin-top:50px}.home .global-trademark .global-right-cards{right:2%;top:4%;width:32%}.home .global-trademark .global-right-cards .global-card{height:85px}.home .global-trademark .global-bottom-cards{left:3%;bottom:4%;width:94%}.home .global-trademark .global-bottom-cards .global-card{height:55px}.home .trade-process{padding:28px 14px}.home .trade-process .process-card .card-content{padding:16px}.home .trade-process .process-card .card-content .process-steps{grid-template-columns:1fr;gap:10px}.home .trade-process .process-card .card-content .process-steps .process-step{padding:14px}.home .trade-process .process-card .card-content .process-steps .process-step .step-icon-wrapper{width:44px;height:44px;font-size:20px}.home .trade-process .process-card .card-content .process-steps .process-step h4{font-size:13px}.home .trade-process .process-card .card-content .process-steps .process-step p{font-size:11px}.home .trade-process .process-card .process-consult-card{padding:16px}}@media screen and (max-width: 480px){.home .section{padding:24px 12px}.home .search-banner{padding:28px 10px 0}.home .search-banner .search-container .search-title{font-size:20px}.home .search-banner .search-container .search-subtitle{font-size:11px}.home .search-banner .search-container .search-subtitle span{padding:3px 8px;font-size:11px}.home .search-banner .search-container .search-box-wrap{padding:10px}.home .search-banner .search-container .search-tags{margin-top:12px}.home .search-banner .search-container .search-tags .tags-label{font-size:11px}.home .search-banner .search-container .search-tags .hot-tag{padding:3px 10px;font-size:11px}.home .category-grid{grid-template-columns:repeat(2,1fr);gap:10px}.home .category-grid .category-card{padding:14px}.home .category-grid .category-card .category-icon{width:36px;height:36px;font-size:14px}.home .category-grid .category-card .category-info .category-code{font-size:13px}.home .category-grid .category-card .category-info .category-name{font-size:11px}.home .ai-select{padding:24px 12px}.home .ai-select .ai-main-title{font-size:24px}.home .ai-select .ai-sub-title{font-size:18px}.home .ai-select .ai-desc{font-size:14px}.home .ai-select .ai-left-panel .ai-features-list .ai-feature-item{padding:14px}.home .ai-select .ai-left-panel .ai-features-list .ai-feature-item .feature-icon-wrapper{width:36px;height:36px}.home .ai-select .ai-left-panel .ai-features-list .ai-feature-item .feature-icon-wrapper .feature-icon{font-size:16px}.home .ai-select .ai-left-panel .ai-features-list .ai-feature-item .feature-title{font-size:14px}.home .ai-select .ai-left-panel .ai-features-list .ai-feature-item .feature-desc{font-size:12px}.home .ai-select .ai-center-panel .ai-phone{width:180px;height:360px}.home .global-trademark{padding:0 12px}.home .global-trademark .global-wrap{min-height:300px}.home .global-trademark .global-content .global-right-cards .global-card{width:100%}.home .global-trademark .global-bottom-cards .global-card{width:100%;height:auto}.home .consultant-grid{grid-template-columns:1fr}.home .trademark-grid{grid-template-columns:repeat(3,1fr);gap:8px}.home .trademark-card{border-radius:6px;overflow:hidden;box-shadow:none;border:1px solid #e5e6eb;background:#fff}.home .trademark-card:hover{transform:none;box-shadow:0 2px 12px #00000014}.home .trademark-card .trademark-image{height:90px;object-fit:contain;background:#fff}.home .trademark-card .trademark-content{padding:6px 8px}.home .trademark-card .trademark-content h3{font-size:12px;font-weight:500;margin-bottom:2px}.home .trademark-card .trademark-content .trademark-category{font-size:11px;color:#0f2557;font-weight:600;margin-bottom:4px}.home .trademark-card .trademark-content .trademark-category .category-code{font-weight:600;color:#0f2557}.home .trademark-card .trademark-content .trademark-meta{display:none}.home .trademark-card .trademark-content .trademark-price .login-to-view{display:block;width:100%;padding:3px;font-size:11px;font-weight:500;background:#f99;color:#fff;border:none;border-radius:3px;cursor:pointer;text-align:center}.home .trademark-card .trademark-content .trademark-price .price{font-size:13px;font-weight:600}.home .trademark-card .trademark-content .trademark-price .original-price{font-size:10px}.home .faq-section{padding:36px 12px}.home .faq-section .faq-header h2{font-size:22px}.home .faq-section .faq-list .faq-item .faq-question{padding:14px 0}.home .faq-section .faq-list .faq-item .faq-question .faq-num{font-size:13px}.home .faq-section .faq-list .faq-item .faq-question span:not(.faq-num):not(.faq-toggle){font-size:13px}.home .encyclopedia-section{padding:36px 12px}.home .encyclopedia-section .encyclopedia-header h2{font-size:20px}.home .advantages{padding:32px 12px}.home .advantages .advantages-header h2{font-size:22px}.home .advantages .advantage-grid{grid-template-columns:1fr;gap:16px}.home .advantages .advantage-item{padding:20px}.home .advantages .advantage-item .advantage-icon{width:40px;height:40px;font-size:18px}.home .advantages .advantage-item h4{font-size:15px}.home .advantages .advantage-item p{font-size:12px}.home .trade-process{padding:24px 12px}.home .trade-process .process-card .card-content{padding:14px}.home .trade-process .process-card .card-content .flow-tabs .flow-tab{padding:4px 12px;font-size:12px}.home .trade-process .process-card .card-content .process-steps{display:grid;grid-template-columns:1fr;gap:10px}.home .trade-process .process-card .card-content .process-steps .process-step{padding:12px;background:#f8fafc;border-radius:10px;flex:none}.home .trade-process .process-card .card-content .process-steps .process-step .step-icon-wrapper{width:40px;height:40px;font-size:18px;margin:0 auto 8px}.home .trade-process .process-card .card-content .process-steps .process-step h4{font-size:12px}.home .trade-process .process-card .card-content .process-steps .process-step p{font-size:11px}.home .trade-process .process-card .card-content .process-steps .process-step .step-arrow{display:none}.home .trade-process .process-card .process-consult-card{padding:14px}.home .smart-search{padding:16px;background:#fff;border-radius:12px;margin-bottom:12px;box-shadow:0 2px 12px #00000014}.home .smart-search .search-header{flex-wrap:wrap;gap:8px;margin-bottom:12px}.home .smart-search .search-header .search-title{font-size:14px;font-weight:600}.home .smart-search .search-header .search-tag{font-size:11px}.home .smart-search .search-header .multi-btn{margin-left:0;width:100%;padding:8px;background:#ff7d00;color:#fff;border:none;border-radius:4px;font-size:13px;cursor:pointer}.home .smart-search .category-tags{display:flex;flex-wrap:wrap;gap:8px}.home .smart-search .category-tags .tag-label{font-size:12px;color:#4e5969;margin-right:4px;padding-top:4px}.home .smart-search .category-tags .tag{padding:4px 10px;background:#f5f7fa;border:1px solid #e5e6eb;border-radius:4px;font-size:12px;color:#4e5969;cursor:pointer}.home .smart-search .category-tags .tag:hover{border-color:#0f2557;color:#0f2557}.home .smart-search .category-tags .tag.active{background:#0f2557;border-color:#0f2557;color:#fff}.home .filter-options{display:none}}.multi-select-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.multi-select-modal{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:80vh;overflow:hidden;animation:modalSlideIn .2s ease}.multi-select-modal .multi-select-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0}.multi-select-modal .multi-select-header h3{font-size:18px;font-weight:600;color:#1a365d;margin:0}.multi-select-modal .multi-select-header .multi-select-close{width:32px;height:32px;border:none;background:#f5f7fa;border-radius:50%;font-size:20px;color:#646566;cursor:pointer}.multi-select-modal .multi-select-header .multi-select-close:hover{background:#e8eaed}.multi-select-modal .multi-select-body{padding:20px;max-height:50vh;overflow-y:auto}.multi-select-modal .multi-select-body .selected-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px;background:#f8fafc;border-radius:8px}.multi-select-modal .multi-select-body .selected-info .selected-count{font-weight:600;color:#667eea;font-size:18px}.multi-select-modal .multi-select-body .selected-info .clear-btn{padding:6px 12px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#646566;font-size:13px;cursor:pointer}.multi-select-modal .multi-select-body .selected-info .clear-btn:hover{background:#f5f7fa}.multi-select-modal .multi-select-body .category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.multi-select-modal .multi-select-body .category-grid .category-item{padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;font-size:13px;cursor:pointer;transition:all .2s;text-align:center}.multi-select-modal .multi-select-body .category-grid .category-item:hover{border-color:#667eea;background:#f0f0ff}.multi-select-modal .multi-select-body .category-grid .category-item.selected{border-color:#667eea;background:#667eea;color:#fff}.multi-select-modal .multi-select-footer{display:flex;gap:12px;padding:16px 20px;border-top:1px solid #e2e8f0;background:#f8fafc}.multi-select-modal .multi-select-footer .btn-cancel,.multi-select-modal .multi-select-footer .btn-confirm{flex:1;padding:12px;border:none;border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s}.multi-select-modal .multi-select-footer .btn-cancel{background:#f5f7fa;color:#646566}.multi-select-modal .multi-select-footer .btn-cancel:hover{background:#e8eaed}.multi-select-modal .multi-select-footer .btn-confirm{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.multi-select-modal .multi-select-footer .btn-confirm:hover:not(:disabled){opacity:.9}.multi-select-modal .multi-select-footer .btn-confirm:disabled{opacity:.5;cursor:not-allowed}.consult-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.consult-modal{background:#fff;border-radius:16px;width:90%;max-width:400px;padding:24px;position:relative;box-shadow:0 10px 40px #00000026}.consult-modal .consult-close-btn{position:absolute;top:16px;right:16px;width:32px;height:32px;border:none;background:#f5f7fa;border-radius:50%;font-size:20px;color:#646566;cursor:pointer}.consult-modal .consult-close-btn:hover{background:#e8eaed}.consult-modal .consult-content .consult-title{font-size:20px;font-weight:600;color:#1d2129;margin-bottom:20px;text-align:center}.consult-modal .consult-content .form-group{margin-bottom:20px}.consult-modal .consult-content .form-group .form-label{display:block;font-size:14px;color:#4e5969;margin-bottom:8px}.consult-modal .consult-content .form-group .form-input{width:100%;padding:12px 16px;border:1px solid #e5e6eb;border-radius:8px;font-size:14px;color:#1d2129;box-sizing:border-box;outline:none;transition:all .2s}.consult-modal .consult-content .form-group .form-input:focus{border-color:#1a365d;box-shadow:0 0 0 2px #1a365d1a}.consult-modal .consult-content .form-group .form-input::placeholder{color:#86909c}.consult-modal .consult-content .form-group .form-hint{font-size:12px;color:#86909c;margin-top:8px}.consult-modal .consult-content .consult-submit-btn{width:100%;padding:14px;background:linear-gradient(135deg,#1a365d,#2c5282);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s}.consult-modal .consult-content .consult-submit-btn:hover{opacity:.9;transform:translateY(-1px)}.consult-modal .consult-content .success-content{text-align:center;padding:20px 0}.consult-modal .consult-content .success-content .success-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:40px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.consult-modal .consult-content .success-content .success-desc{font-size:14px;color:#4e5969;margin-bottom:24px}.consult-modal .consult-content .success-content .success-btn{padding:12px 40px;background:linear-gradient(135deg,#1a365d,#2c5282);color:#fff;border:none;border-radius:24px;font-size:14px;cursor:pointer;transition:all .2s}.consult-modal .consult-content .success-content .success-btn:hover{opacity:.9}@media (max-width: 600px){.multi-select-modal{width:95%}.multi-select-modal .multi-select-body .category-grid{grid-template-columns:repeat(2,1fr)}}.footer-info{background:linear-gradient(180deg,#0f2557,#0a1931);color:#fff;padding:80px 40px!important;max-width:100%!important;position:relative;overflow:hidden}.footer-info:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(96,165,250,.3),transparent)}.footer-info .footer-content{display:grid;grid-template-columns:repeat(4,1fr);gap:56px;max-width:1400px;margin:0 auto;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:48px}.footer-info .footer-section h3{font-size:18px;font-weight:700;margin-bottom:24px;color:#fff;position:relative}.footer-info .footer-section h3:after{content:"";position:absolute;bottom:-8px;left:0;width:30px;height:3px;background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:2px}.footer-info .footer-section p{font-size:14px;line-height:1.9;color:#fff9;margin:0}.footer-info .footer-section ul{list-style:none;padding:0;margin:0}.footer-info .footer-section ul li{margin-bottom:14px}.footer-info .footer-section ul li a{color:#fff9;font-size:14px;text-decoration:none;transition:all .3s;display:inline-flex;align-items:center;gap:8px}.footer-info .footer-section ul li a:hover{color:#60a5fa;padding-left:8px}.footer-info .footer-section ul li:last-child{margin-bottom:0}.footer-info .footer-section .contact-item{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-size:14px;color:#fff9;transition:all .3s}.footer-info .footer-section .contact-item:hover{color:#60a5fa}.footer-info .footer-section .contact-item .contact-icon{font-size:18px;color:#60a5fa;width:24px;text-align:center}.footer-info .footer-section .contact-item:last-child{margin-bottom:0}.footer-info .footer-bottom{max-width:1400px;margin:0 auto;padding-top:36px;display:flex;justify-content:space-between;align-items:center}.footer-info .footer-bottom p{font-size:13px;color:#ffffff80;margin:0}.footer-info .footer-bottom .footer-links{display:flex;align-items:center;gap:24px}.footer-info .footer-bottom .footer-links a{color:#ffffff80;font-size:13px;text-decoration:none;transition:all .3s}.footer-info .footer-bottom .footer-links a:hover{color:#60a5fa}.footer-info .footer-bottom .footer-links span{color:#fff3;font-size:14px}@media (max-width: 900px){.footer-info .footer-content{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.footer-info .footer-content{grid-template-columns:1fr;gap:30px}.footer-info .footer-bottom{flex-direction:column;gap:15px;text-align:center}}.trademark-page .transaction{background:#fff;padding:24px 40px;border-bottom:1px solid #e5e5e5}.trademark-page .transaction .form-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:24px}.trademark-page .transaction .title-section{display:flex;align-items:center;gap:10px}.trademark-page .transaction .title-section .title-icon{width:44px;height:44px;background:#2563eb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:700;color:#fff}.trademark-page .transaction .title-section .title-logo{width:44px;height:44px;border-radius:50%;object-fit:cover}.trademark-page .transaction .title-section .title-text{font-size:24px;font-weight:700;color:#333}.trademark-page .transaction .search-box{flex:1;display:flex;align-items:center;border:2px solid #2563eb;border-radius:4px;overflow:hidden}.trademark-page .transaction .trademark-type select{padding:12px 24px 12px 16px;border:none;border-right:1px solid #e5e5e5;font-size:14px;color:#333;background:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;min-width:100px}.trademark-page .transaction .trademark-type select:focus{outline:none}.trademark-page .transaction .trademark-type:after{content:"▼";position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:10px;color:#666;pointer-events:none}.trademark-page .transaction .trademark-value{flex:1}.trademark-page .transaction .trademark-value input{width:100%;padding:12px 16px;border:none;font-size:14px;color:#333;outline:none;background:transparent}.trademark-page .transaction .trademark-value input::placeholder{color:#999}.trademark-page .transaction .search-btn{padding:12px 36px;background:#2563eb;color:#fff;border:none;border-radius:0 4px 4px 0;font-size:14px;font-weight:700;cursor:pointer}.trademark-page .transaction .search-btn:hover{background:#3b82f6}.trademark-page .main-content{max-width:1200px;margin:20px auto;padding:0 40px}.trademark-page .selected-condition{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;background:#fff;border:1px solid #e5e5e5;border-radius:4px;margin-bottom:16px}.trademark-page .selected-condition .selected-tags{display:flex;flex-wrap:wrap;gap:12px}.trademark-page .selected-condition .selected-tags .select-drop{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#f0f0f0;border-radius:4px;font-size:13px;color:#666}.trademark-page .selected-condition .selected-tags .select-drop span{font-weight:500}.trademark-page .selected-condition .selected-tags .select-drop .close-icon{width:18px;height:18px;display:flex;align-items:center;justify-content:center;background:#999;color:#fff;border-radius:50%;cursor:pointer;font-size:14px;line-height:1}.trademark-page .selected-condition .selected-tags .select-drop .close-icon:hover{background:#ff4b4b}.trademark-page .selected-condition .clear-all-filter{padding:6px 16px;background:transparent;border:1px solid #e5e5e5;border-radius:4px;font-size:13px;color:#666;cursor:pointer;margin-left:16px}.trademark-page .selected-condition .clear-all-filter:hover{border-color:#2563eb;color:#2563eb}.trademark-page .filter-container{background:#fff;border:1px solid #e5e5e5;border-radius:4px;padding:12px;margin-bottom:20px}.trademark-page .filter-container .filter-row{display:flex;align-items:flex-start;padding:10px 0;border-bottom:1px dashed #e5e5e5}.trademark-page .filter-container .filter-row:last-child{border-bottom:none}.trademark-page .filter-container .filter-row .filter-label-col{width:70px;flex-shrink:0;display:flex;flex-direction:column;gap:4px}.trademark-page .filter-container .filter-row .filter-label-col .filter-label{font-size:14px;color:#333;font-weight:500;line-height:24px}.trademark-page .filter-container .filter-row .filter-label-col .filter-all{font-size:13px;color:#666;cursor:pointer}.trademark-page .filter-container .filter-row .filter-label-col .filter-all input[type=checkbox]{cursor:pointer;width:14px;height:14px}.trademark-page .filter-container .filter-row .filter-label{width:70px;flex-shrink:0;font-size:14px;color:#333;font-weight:500;line-height:24px}.trademark-page .filter-container .filter-row .filter-options-col{flex:1;position:relative;padding-right:56px}.trademark-page .filter-container .filter-row .filter-options-col .filter-items{display:flex;flex-wrap:wrap;gap:8px 16px;align-content:flex-start}.trademark-page .filter-container .filter-row .filter-options-col .filter-items.collapsed{max-height:28px;overflow:hidden}.trademark-page .filter-container .filter-row .filter-options-col .filter-items .filter-item{font-size:13px;color:#666;cursor:pointer;padding:4px 0;line-height:20px;transition:all .2s;white-space:nowrap}.trademark-page .filter-container .filter-row .filter-options-col .filter-items .filter-item:hover{color:#2563eb}.trademark-page .filter-container .filter-row .filter-options-col .filter-items .filter-item.active{color:#2563eb;font-weight:500}.trademark-page .filter-container .filter-row .filter-options-col .sub-category-row{margin-top:8px;padding-top:8px;border-top:1px dashed #e5e5e5;display:flex;flex-wrap:wrap;gap:16px}.trademark-page .filter-container .filter-row .filter-options-col .sub-category-row .filter-item{font-size:13px;color:#666;cursor:pointer;padding:4px 0;transition:all .2s}.trademark-page .filter-container .filter-row .filter-options-col .sub-category-row .filter-item:hover{color:#2563eb}.trademark-page .filter-container .filter-row .filter-options-col .sub-category-row .filter-item.active{color:#2563eb;font-weight:500}.trademark-page .filter-container .filter-row .filter-options-col .collapse-btn{position:absolute;top:4px;right:0;margin-top:0;font-size:12px;color:#666;cursor:pointer;text-align:right;-webkit-user-select:none;user-select:none;white-space:nowrap;z-index:1}.trademark-page .filter-container .filter-row .filter-options-col .collapse-btn:hover{color:#2563eb}.trademark-page .filter-container .filter-row .filter-options-col .filter-input{padding:6px 12px;border:1px solid #e5e5e5;border-radius:4px;font-size:13px;color:#333;outline:none;width:300px}.trademark-page .filter-container .filter-row .filter-options-col .filter-input:focus{border-color:#2563eb}.trademark-page .filter-container .filter-row .filter-options-col .filter-input::placeholder{color:#999}.trademark-page .filter-container .filter-row .filter-options-col .filter-search-btn{margin-left:8px;padding:6px 20px;background:#2563eb;color:#fff;border:none;border-radius:4px;font-size:13px;cursor:pointer}.trademark-page .filter-container .filter-row .filter-options-col .filter-search-btn:hover{opacity:.9}.trademark-page .filter_condition{display:none}.trademark-page .trademark-list .loading{text-align:center;padding:60px;color:#999;font-size:14px}.trademark-page .trademark-list .trademark-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.trademark-page .trademark-list .trademark-card{background:#fff;border-radius:4px;box-shadow:0 2px 8px #0000000f;overflow:hidden;transition:all .2s;cursor:pointer;position:relative}.trademark-page .trademark-list .trademark-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a}.trademark-page .trademark-list .trademark-card .card-badge{position:absolute;top:8px;left:8px;padding:2px 8px;background:linear-gradient(135deg,orange,#ff8c00);color:#fff;font-size:10px;font-weight:600;border-radius:4px;z-index:1}.trademark-page .trademark-list .trademark-card .card-badge.card-badge-special{background:linear-gradient(135deg,#ef4444,#dc2626)}.trademark-page .trademark-list .trademark-card .card-badge.card-badge-featured{background:linear-gradient(135deg,#f59e0b,#d97706)}.trademark-page .trademark-list .trademark-card .card-image-wrapper{width:100%;height:120px;overflow:hidden;background:#fff!important}.trademark-page .trademark-list .trademark-card .card-image-wrapper img{width:100%;height:100%;object-fit:contain;background:#fff}.trademark-page .trademark-list .trademark-card .card-image-wrapper .no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.trademark-page .trademark-list .trademark-card .card-image-wrapper .no-image .no-image-icon{font-size:32px;color:#999;font-weight:700}.trademark-page .trademark-list .trademark-card .card-name{padding:8px 12px 4px;font-size:15px;font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trademark-page .trademark-list .trademark-card .card-category{padding:0 12px 8px;font-size:12px;color:#999;display:flex;align-items:center;gap:6px}.trademark-page .trademark-list .trademark-card .card-category .type{color:#666}.trademark-page .trademark-list .trademark-card .card-category .similar{color:#ff9800;font-size:11px}.trademark-page .trademark-list .trademark-card .card-price-box{padding:8px 12px;background:#fafafa;display:flex;justify-content:space-between;align-items:center}.trademark-page .trademark-list .trademark-card .card-price-box .price{font-size:16px;font-weight:700;color:#ff4b4b}.trademark-page .trademark-list .trademark-card .card-price-box .original{font-size:12px;color:#999;text-decoration:line-through;margin-left:8px}.trademark-page .trademark-list .trademark-card .card-price-box .login-tip{font-size:13px;color:#999}.trademark-page .trademark-list .trademark-card .card-price-box .item-count{font-size:12px;color:#999;font-weight:400}.trademark-page .trademark-list .empty{padding:60px;text-align:center;color:#999;font-size:14px}.trademark-page .trademark-list .pagination{display:flex;justify-content:center;align-items:center;gap:8px;padding:30px 0}.trademark-page .trademark-list .pagination button{min-width:36px;height:36px;border:1px solid #e5e5e5;background:#fff;border-radius:4px;font-size:14px;color:#666;cursor:pointer;transition:all .2s}.trademark-page .trademark-list .pagination button:hover:not(:disabled){border-color:#2563eb;color:#2563eb}.trademark-page .trademark-list .pagination button:disabled{opacity:.5;cursor:not-allowed}.trademark-page .trademark-list .pagination button.active{background:#2563eb;border-color:#2563eb;color:#fff}.trademark-page .trademark-list .pagination button.prev-next{padding:0 12px;font-size:16px}.trademark-page .trademark-list .pagination .ellipsis{padding:0 8px;color:#999;font-size:14px}@media (max-width: 1200px){.trademark-page .main-content,.trademark-page .transaction{padding-left:24px;padding-right:24px}.trademark-page .trademark-list .trademark-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 992px){.trademark-page .transaction{padding:20px}.trademark-page .transaction .form-container{flex-wrap:wrap;gap:16px}.trademark-page .transaction .title-section{width:100%;justify-content:center;margin-bottom:16px}.trademark-page .transaction .search-box{flex:1;min-width:300px}.trademark-page .transaction .trademark-value{min-width:200px}.trademark-page .main-content{padding-left:20px;padding-right:20px}.trademark-page .trademark-list .trademark-grid{grid-template-columns:repeat(4,1fr)}.trademark-page .filter-container .filter-row{flex-wrap:wrap}.trademark-page .filter-container .filter-row .filter-label-col{width:100%;flex-direction:row;align-items:center;margin-bottom:8px}}@media (max-width: 768px){.trademark-page .transaction{padding:12px;border-bottom:1px solid #e5e5e5}.trademark-page .transaction .form-container{flex-direction:column;gap:12px;align-items:stretch}.trademark-page .transaction .title-section{display:none}.trademark-page .transaction .search-box{width:100%;flex-direction:row;border:1px solid #e5e5e5;border-radius:6px;overflow:hidden}.trademark-page .transaction .search-box .trademark-type select{padding:10px 12px;border-right:1px solid #e5e5e5;border-bottom:none;border-radius:0;font-size:13px;min-width:80px}.trademark-page .transaction .search-box .trademark-value{flex:1}.trademark-page .transaction .search-box .trademark-value input{padding:10px 12px;font-size:13px}.trademark-page .transaction .search-box .search-btn{padding:10px 20px;font-size:13px;border-radius:0}.trademark-page .main-content{padding-left:12px;padding-right:12px;margin-top:12px}.trademark-page .selected-condition{flex-direction:column;gap:10px;align-items:flex-start;padding:8px 12px}.trademark-page .selected-condition .selected-tags{width:100%;gap:8px}.trademark-page .selected-condition .selected-tags .select-drop{padding:4px 10px;font-size:12px}.trademark-page .selected-condition .clear-all-filter{margin-left:0;font-size:12px;padding:4px 12px}.trademark-page .filter-container{display:none}.trademark-page .filter_condition{display:flex;justify-content:space-between;margin-bottom:12px;padding:0 4px}.trademark-page .filter_drop{position:relative;flex:1;text-align:center}.trademark-page .filter_drop .filter_title{display:inline-flex;align-items:center;justify-content:center;padding:6px 0;font-size:12px;color:#666;cursor:pointer;min-width:60px}.trademark-page .filter_drop .filter_title .filter_arrow{font-size:8px;color:#999;margin-left:3px;transition:transform .2s}.trademark-page .filter_drop.active .filter_title{color:#2563eb}.trademark-page .filter_drop.active .filter_title .filter_arrow{color:#2563eb;transform:rotate(180deg)}.trademark-page .filter_drop .filter_cover{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:9998}.trademark-page .filter_drop.active .filter_cover{display:block}.trademark-page .filter_drop .filter_box{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:12px 12px 0 0;max-height:85vh;overflow-y:auto;z-index:9999;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.trademark-page .filter_drop.active .filter_box{display:block}.trademark-page .filter_box .filter_cell{padding:0}.trademark-page .filter_box .cell_content{padding:16px;background:#f5f5f5}.trademark-page .filter_box .cell_content .cell{padding:14px 16px;font-size:15px;color:#666;cursor:pointer;border-bottom:1px solid #e5e5e5;background:#fff}.trademark-page .filter_box .cell_content .cell:last-child{border-bottom:none}.trademark-page .filter_box .cell_content .cell:hover{background:#2563eb0d;color:#2563eb}.trademark-page .filter_box .cell_content .cell.active{color:#2563eb;font-weight:600;background:#2563eb0d}.trademark-page .filter_box .cell_content .modal-select-all{font-size:14px;color:#2563eb;cursor:pointer;margin-bottom:12px;padding:4px 0;font-weight:500}.trademark-page .filter_box .cell_content .filter_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.trademark-page .filter_box .cell_content .filter_grid .filter_item{padding:10px 8px;font-size:13px;color:#666;background:#fff;border:1px solid #e5e5e5;border-radius:6px;text-align:center;cursor:pointer;transition:all .2s}.trademark-page .filter_box .cell_content .filter_grid .filter_item:hover{border-color:#2563eb}.trademark-page .filter_box .cell_content .filter_grid .filter_item.active{border-color:#2563eb;background:#2563eb14;color:#2563eb;font-weight:500}.trademark-page .filter_box .cell_content .filter_input_row{display:flex;align-items:center;gap:8px;margin-top:16px}.trademark-page .filter_box .cell_content .filter_input_row .filter_input{flex:1;padding:10px 12px;border:1px solid #e5e5e5;border-radius:6px;font-size:14px;outline:none}.trademark-page .filter_box .cell_content .filter_input_row .filter_input:focus{border-color:#2563eb}.trademark-page .filter_box .cell_content .filter_input_row .filter_separator{font-size:16px;color:#999}.trademark-page .filter_box .cell_content .filter_section{padding:16px 0;border-bottom:1px solid #e5e5e5}.trademark-page .filter_box .cell_content .filter_section:last-of-type{border-bottom:none}.trademark-page .filter_box .cell_content .filter_section .filter_section_title{font-size:14px;font-weight:600;color:#333;margin-bottom:12px;display:block}.trademark-page .filter_box .cell_content .filter_input.full-width{width:100%;padding:10px 12px;border:1px solid #e5e5e5;border-radius:6px;font-size:14px;outline:none}.trademark-page .filter_box .cell_content .filter_input.full-width:focus{border-color:#2563eb}.trademark-page .filter_box .cell_content .filter_footer{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-top:1px solid #e5e5e5;background:#fff;margin-top:16px}.trademark-page .filter_box .cell_content .filter_footer .filter_reset{font-size:14px;color:#666;cursor:pointer;padding:8px 16px}.trademark-page .filter_box .cell_content .filter_footer .filter_reset:hover{color:#2563eb}.trademark-page .filter_box .cell_content .filter_footer .filter_submit{padding:10px 32px;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer}.trademark-page .filter_box .cell_content .filter_footer .filter_submit:hover{background:#3b82f6}.trademark-page .trademark-list .trademark-grid{grid-template-columns:repeat(3,1fr);gap:12px}.trademark-page .trademark-list .trademark-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000f;border:1px solid #e5e5e5}.trademark-page .trademark-list .trademark-card:hover{transform:none;box-shadow:0 4px 16px #0000001a}.trademark-page .trademark-list .trademark-card .card-image-wrapper{height:120px;background:#fff;display:flex;align-items:center;justify-content:center}.trademark-page .trademark-list .trademark-card .card-image-wrapper img{width:100%;height:100%;object-fit:contain}.trademark-page .trademark-list .trademark-card .card-image-wrapper .no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.trademark-page .trademark-list .trademark-card .card-image-wrapper .no-image .no-image-icon{font-size:32px;color:#999;font-weight:700}.trademark-page .trademark-list .trademark-card .card-name{padding:8px 10px 4px;font-size:14px;font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trademark-page .trademark-list .trademark-card .card-category{padding:0 10px 6px;font-size:12px;color:#666;display:flex;align-items:center;gap:6px}.trademark-page .trademark-list .trademark-card .card-category .type{color:#2563eb;font-weight:600}.trademark-page .trademark-list .trademark-card .card-category .similar{color:#2563eb;font-size:11px;background:#2563eb1a;padding:1px 5px;border-radius:3px;font-weight:500}.trademark-page .trademark-list .trademark-card .card-price-box{padding:8px 10px;background:#fff}.trademark-page .trademark-list .trademark-card .card-price-box .login-tip{display:block;width:100%;padding:6px;background:linear-gradient(135deg,#ff6b6b,#ff4757);color:#fff;text-align:center;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer}.trademark-page .trademark-list .trademark-card .card-price-box .price{font-size:16px;font-weight:700;color:#ff4b4b}.trademark-page .trademark-list .trademark-card .card-price-box .original{font-size:12px;color:#999;text-decoration:line-through;margin-left:8px}.trademark-page .trademark-list .trademark-card .card-price-box .item-count{display:none}.trademark-page .trademark-list .pagination{padding:24px 0;gap:8px}.trademark-page .trademark-list .pagination button{min-width:36px;height:36px;font-size:13px;border:1px solid #e5e5e5;background:#fff;border-radius:6px;color:#666;cursor:pointer}.trademark-page .trademark-list .pagination button:hover:not(:disabled){border-color:#2563eb;color:#2563eb}.trademark-page .trademark-list .pagination button:disabled{opacity:.5}.trademark-page .trademark-list .pagination button.active{background:#2563eb;border-color:#2563eb;color:#fff}.trademark-page .trademark-list .pagination button.prev-next{padding:0 12px}.trademark-page .trademark-list .pagination .ellipsis{padding:0 8px;color:#999}}@media (max-width: 576px){.trademark-page .transaction{padding:10px}.trademark-page .main-content{padding-left:10px;padding-right:10px}.trademark-page .selected-condition{padding:8px 10px}.trademark-page .trademark-list .trademark-grid{grid-template-columns:repeat(3,1fr);gap:8px}.trademark-page .trademark-list .trademark-card .card-image-wrapper{height:90px}.trademark-page .trademark-list .trademark-card .card-name{font-size:12px;padding:4px 6px 2px}.trademark-page .trademark-list .trademark-card .card-category{font-size:10px;padding:0 6px 4px}.trademark-page .trademark-list .trademark-card .card-price-box{padding:4px 6px}.trademark-page .trademark-list .trademark-card .card-price-box .login-tip{font-size:11px;padding:3px}.trademark-page .trademark-list .trademark-card .card-price-box .price{font-size:13px}.trademark-page .trademark-list .pagination{padding:16px 0;gap:4px}.trademark-page .trademark-list .pagination button{min-width:28px;height:28px;font-size:12px}}@media (max-width: 480px){.trademark-page .transaction{padding:8px}.trademark-page .main-content{padding-left:8px;padding-right:8px}.trademark-page .trademark-list .trademark-grid{grid-template-columns:repeat(3,1fr);gap:6px}.trademark-page .trademark-list .trademark-card .card-image-wrapper{height:80px}.trademark-page .trademark-list .trademark-card .card-name{font-size:11px;padding:3px 5px 2px}.trademark-page .trademark-list .trademark-card .card-category{font-size:9px;padding:0 5px 3px}.trademark-page .trademark-list .trademark-card .card-price-box{padding:3px 5px}.trademark-page .trademark-list .trademark-card .card-price-box .login-tip{font-size:10px;padding:2px}.trademark-page .trademark-list .trademark-card .card-price-box .price{font-size:12px}}.detail-page{background:#f7f8fa;min-height:100vh;overflow-x:hidden;width:100%;box-sizing:border-box}.detail-page .loading,.detail-page .not-found{padding:100px;text-align:center}.detail-page .breadcrumb-wrap{background:#fff;border-bottom:1px solid #e5e6eb}.detail-page .breadcrumb{max-width:1200px;margin:0 auto;padding:12px 20px;font-size:14px;color:#86909c}.detail-page .breadcrumb a{color:#4e5969}.detail-page .breadcrumb a:hover{color:#1a365d}.detail-page .breadcrumb span{color:#1d2129}.detail-page .main-container{max-width:1200px;margin:0 auto;padding:20px}.detail-page .trademark-header{display:flex;gap:24px;background:#fff;border-radius:12px;padding:24px;margin-bottom:20px;box-shadow:0 2px 12px #00000014}.detail-page .trademark-header .image-col{width:320px;flex-shrink:0}.detail-page .trademark-header .image-col .trademark-image-box{width:100%;height:320px;border:1px solid #e5e6eb;border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff!important}.detail-page .trademark-header .image-col .trademark-image-box img{width:100%;height:100%;object-fit:contain;background:#fff}.detail-page .trademark-header .info-col{flex:1;min-width:0}.detail-page .trademark-header .info-col .trademark-title{font-size:30px;font-weight:700;color:#1d2129;margin:0 0 16px;line-height:1.3;display:flex;align-items:center;gap:12px}.detail-page .trademark-header .info-col .trademark-title .multi-tag{font-size:14px;font-weight:400;background:linear-gradient(135deg,#ff6b00,#ff8533);color:#fff;padding:2px 10px;border-radius:4px}.detail-page .trademark-header .info-col .trademark-title .featured-tag{font-size:14px;font-weight:600;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:2px 10px;border-radius:4px}.detail-page .trademark-header .info-col .trademark-title .special-price-tag{font-size:14px;font-weight:600;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:2px 10px;border-radius:4px}.detail-page .trademark-header .info-col .price-section{margin-bottom:20px}.detail-page .trademark-header .info-col .price-section .price-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:8px}.detail-page .trademark-header .info-col .price-section .price-tags .price-tag{display:flex;align-items:center;gap:8px;padding:10px 16px;border:1px solid #e5e6eb;border-radius:4px;cursor:pointer;transition:all .2s;text-decoration:none;color:inherit}.detail-page .trademark-header .info-col .price-section .price-tags .price-tag:hover{border-color:#1a365d}.detail-page .trademark-header .info-col .price-section .price-tags .price-tag.active{border-color:#1a365d;background:#fff7f0}.detail-page .trademark-header .info-col .price-section .price-tags .price-tag.active .cat-price{color:#ff7d00}.detail-page .trademark-header .info-col .price-section .price-tags .price-tag .cat-name{font-size:14px;color:#4e5969}.detail-page .trademark-header .info-col .price-section .price-tags .price-tag .cat-price{font-size:16px;font-weight:600;color:#1d2129}.detail-page .trademark-header .info-col .price-section .price-tags .price-tag .cat-price.special{color:#ef4444;font-size:18px;font-weight:700}.detail-page .trademark-header .info-col .price-section .price-tags .price-tag .price-wrapper{display:flex;align-items:center;gap:8px}.detail-page .trademark-header .info-col .price-section .price-tags .price-tag .original-price{font-size:14px;color:#999;text-decoration:line-through}.detail-page .trademark-header .info-col .price-section .price-tags .price-tag .login-to-view{padding:4px 12px;background:linear-gradient(135deg,#ff7d00,#f93);color:#fff;border:none;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.detail-page .trademark-header .info-col .price-section .price-tags .price-tag .login-to-view:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 2px 8px #ff7d004d}.detail-page .trademark-header .info-col .price-section .multi-select-tip{font-size:12px;color:#86909c}.detail-page .trademark-header .info-col .action-buttons{display:flex;gap:12px;margin-bottom:20px}.detail-page .trademark-header .info-col .action-buttons .buy-now-btn{flex:1;height:48px;background:linear-gradient(135deg,#1a365d,#2c5282);color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.detail-page .trademark-header .info-col .action-buttons .buy-now-btn:hover{opacity:.9;transform:translateY(-1px)}.detail-page .trademark-header .info-col .action-buttons .collect-btn{width:140px;height:48px;background:#fff;color:#4e5969;border:1px solid #e5e6eb;border-radius:4px;font-size:15px;cursor:pointer;transition:all .2s}.detail-page .trademark-header .info-col .action-buttons .collect-btn:hover{border-color:#1a365d;color:#1a365d}.detail-page .trademark-header .info-col .action-buttons .collect-btn.collected{background:#fff7f0;border-color:#1a365d;color:#1a365d}.detail-page .trademark-header .info-col .price-transparent{margin-bottom:20px;padding:16px;background:#fafafa;border-radius:4px;border:1px solid #e5e6eb}.detail-page .trademark-header .info-col .price-transparent .price-breakdown .total-price{display:flex;align-items:baseline;gap:8px;margin-bottom:12px}.detail-page .trademark-header .info-col .price-transparent .price-breakdown .total-price .total-label{font-size:14px;color:#4e5969}.detail-page .trademark-header .info-col .price-transparent .price-breakdown .total-price .total-value{font-size:24px;font-weight:700;color:#ff7d00}.detail-page .trademark-header .info-col .price-transparent .price-breakdown .breakdown-items{display:flex;flex-direction:column;gap:10px;margin-bottom:12px}.detail-page .trademark-header .info-col .price-transparent .price-breakdown .breakdown-items .breakdown-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:12px}.detail-page .trademark-header .info-col .price-transparent .price-breakdown .breakdown-items .breakdown-item .breakdown-label{font-size:13px;color:#86909c;white-space:nowrap}.detail-page .trademark-header .info-col .price-transparent .price-breakdown .breakdown-items .breakdown-item .breakdown-value{font-size:15px;font-weight:600;color:#1d2129;white-space:nowrap}.detail-page .trademark-header .info-col .price-transparent .price-breakdown .price-formula{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding-top:12px;border-top:1px dashed #e5e6eb}.detail-page .trademark-header .info-col .price-transparent .price-breakdown .price-formula span{font-size:14px}.detail-page .trademark-header .info-col .price-transparent .price-breakdown .price-formula span:first-child{font-size:18px;font-weight:700;color:#ff7d00}.detail-page .trademark-header .info-col .price-transparent .price-breakdown .price-formula span:not(.formula-symbol){color:#1d2129;font-weight:500}.detail-page .trademark-header .info-col .price-transparent .price-breakdown .price-formula .formula-symbol{color:#86909c;font-size:16px}.detail-page .trademark-header .info-col .guarantee-bar{display:flex;flex-wrap:wrap;gap:16px;padding-top:16px;border-top:1px solid #e5e6eb}.detail-page .trademark-header .info-col .guarantee-bar .g-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#4e5969}.detail-page .trademark-header .info-col .guarantee-bar .g-item .g-icon{font-size:16px}.detail-page .trademark-header .consultant-col{width:220px;flex-shrink:0}.detail-page .trademark-header .consultant-col .consultant-card{border:1px solid #e5e6eb;border-radius:12px;padding:20px 16px;text-align:center;background:linear-gradient(180deg,#fff7f0,#fff 30%)}.detail-page .trademark-header .consultant-col .consultant-card .consultant-avatar{width:72px;height:72px;border-radius:50%;overflow:hidden;margin:0 auto 12px;border:3px solid #fff;box-shadow:0 2px 8px #ff6b0033}.detail-page .trademark-header .consultant-col .consultant-card .consultant-avatar img{width:100%;height:100%;object-fit:cover}.detail-page .trademark-header .consultant-col .consultant-card .consultant-name{font-size:16px;font-weight:600;color:#1d2129;margin-bottom:4px}.detail-page .trademark-header .consultant-col .consultant-card .consultant-title{font-size:13px;color:#1a365d;margin-bottom:12px}.detail-page .trademark-header .consultant-col .consultant-card .consultant-stat{font-size:12px;color:#86909c;margin-bottom:16px;line-height:1.5}.detail-page .trademark-header .consultant-col .consultant-card .consultant-stat strong{color:#ff7d00;font-size:14px}.detail-page .trademark-header .consultant-col .consultant-card .consultant-qrcode{width:120px;height:120px;margin:0 auto 8px;border:1px solid #e5e6eb;border-radius:4px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center}.detail-page .trademark-header .consultant-col .consultant-card .consultant-qrcode img{width:100%;height:100%;object-fit:cover}.detail-page .trademark-header .consultant-col .consultant-card .consultant-qrcode canvas{width:100%;height:100%}.detail-page .trademark-header .consultant-col .consultant-card .consultant-tip{font-size:12px;color:#86909c}.detail-page .detail-body{display:flex;gap:20px}.detail-page .detail-body .detail-main{flex:1;min-width:0}.detail-page .detail-body .detail-main .tabs-bar{display:flex;background:#fff;border:1px solid #e5e6eb;border-bottom:2px solid #e5e6eb;border-radius:12px 12px 0 0;overflow:hidden;padding:0;box-shadow:0 2px 12px #00000014}.detail-page .detail-body .detail-main .tabs-bar .tab-item{padding:14px 24px;text-align:center;font-size:14px;color:#4e5969;cursor:pointer;transition:all .2s;border-bottom:3px solid transparent;position:relative;font-weight:400}.detail-page .detail-body .detail-main .tabs-bar .tab-item:hover{color:#1a365d;background:#ff88340d}.detail-page .detail-body .detail-main .tabs-bar .tab-item.active{color:#1a365d;font-weight:600;border-bottom-color:#1a365d;background:#ff883414}.detail-page .detail-body .detail-main .tab-panel{background:#fff;border:1px solid #e5e6eb;border-top:none;border-radius:0 0 12px 12px;padding:24px}.detail-page .detail-body .detail-main .tab-panel .section-content{padding-bottom:24px;border-bottom:1px solid #e5e6eb;margin-bottom:24px}.detail-page .detail-body .detail-main .tab-panel .section-content:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.detail-page .detail-body .detail-main .tab-panel .tab-content .tab-section-title,.detail-page .detail-body .detail-main .tab-panel .section-content .tab-section-title{font-size:16px;font-weight:600;color:#1d2129;margin:0 0 16px;padding-left:12px;border-left:4px solid #1a365d;line-height:1.4}.detail-page .detail-body .detail-main .tab-panel .tab-content .basic-info-grid,.detail-page .detail-body .detail-main .tab-panel .section-content .basic-info-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #e8e8e8;border-bottom:none;border-radius:4px;margin-bottom:32px}.detail-page .detail-body .detail-main .tab-panel .tab-content .basic-info-grid .info-item,.detail-page .detail-body .detail-main .tab-panel .section-content .basic-info-grid .info-item{display:flex;align-items:center;font-size:14px;line-height:2.2;padding:8px 16px;border-right:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}.detail-page .detail-body .detail-main .tab-panel .tab-content .basic-info-grid .info-item:nth-child(3n),.detail-page .detail-body .detail-main .tab-panel .section-content .basic-info-grid .info-item:nth-child(3n){border-right:none}.detail-page .detail-body .detail-main .tab-panel .tab-content .basic-info-grid .info-item .label,.detail-page .detail-body .detail-main .tab-panel .section-content .basic-info-grid .info-item .label{color:#999;margin-right:8px;flex-shrink:0}.detail-page .detail-body .detail-main .tab-panel .tab-content .basic-info-grid .info-item .value,.detail-page .detail-body .detail-main .tab-panel .section-content .basic-info-grid .info-item .value{color:#333;flex:1;word-break:break-all}.detail-page .detail-body .detail-main .tab-panel .tab-content .goods-list,.detail-page .detail-body .detail-main .tab-panel .section-content .goods-list{display:flex;flex-wrap:wrap;gap:10px}.detail-page .detail-body .detail-main .tab-panel .tab-content .goods-list .goods-item,.detail-page .detail-body .detail-main .tab-panel .section-content .goods-list .goods-item{padding:6px 14px;background:#f7f8fa;border-radius:4px;font-size:13px;color:#4e5969}.detail-page .detail-body .detail-main .tab-panel .tab-content .goods-list .no-data,.detail-page .detail-body .detail-main .tab-panel .section-content .goods-list .no-data{color:#86909c;font-size:14px}.detail-page .detail-body .detail-main .tab-panel .tab-content .process-steps-new,.detail-page .detail-body .detail-main .tab-panel .section-content .process-steps-new{display:flex;justify-content:space-between;gap:0}.detail-page .detail-body .detail-main .tab-panel .tab-content .process-steps-new .step-item,.detail-page .detail-body .detail-main .tab-panel .section-content .process-steps-new .step-item{flex:1;text-align:center;padding:24px 20px;background:#f7f7f7;position:relative;clip-path:polygon(0 0,calc(100% - 20px) 0,100% 50%,calc(100% - 20px) 100%,0 100%,20px 50%);margin-right:-8px}.detail-page .detail-body .detail-main .tab-panel .tab-content .process-steps-new .step-item:first-child,.detail-page .detail-body .detail-main .tab-panel .section-content .process-steps-new .step-item:first-child{clip-path:polygon(0 0,calc(100% - 20px) 0,100% 50%,calc(100% - 20px) 100%,0 100%)}.detail-page .detail-body .detail-main .tab-panel .tab-content .process-steps-new .step-item:last-child,.detail-page .detail-body .detail-main .tab-panel .section-content .process-steps-new .step-item:last-child{clip-path:polygon(0 0,100% 0,100% 100%,0 100%,20px 50%);margin-right:0}.detail-page .detail-body .detail-main .tab-panel .tab-content .process-steps-new .step-item .step-icon,.detail-page .detail-body .detail-main .tab-panel .section-content .process-steps-new .step-item .step-icon{width:56px;height:56px;border-radius:50%;background:#fff;border:2px solid #1a365d;color:#1a365d;font-size:24px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.detail-page .detail-body .detail-main .tab-panel .tab-content .process-steps-new .step-item h4,.detail-page .detail-body .detail-main .tab-panel .section-content .process-steps-new .step-item h4{font-size:18px;color:#333;margin:0 0 10px;font-weight:500}.detail-page .detail-body .detail-main .tab-panel .tab-content .process-steps-new .step-item p,.detail-page .detail-body .detail-main .tab-panel .section-content .process-steps-new .step-item p{font-size:13px;color:#999;margin:0;line-height:1.6}.detail-page .detail-body .detail-main .tab-panel .tab-content .transfer-table table,.detail-page .detail-body .detail-main .tab-panel .section-content .transfer-table table{width:100%;border-collapse:collapse;border:1px solid #e8e8e8}.detail-page .detail-body .detail-main .tab-panel .tab-content .transfer-table th,.detail-page .detail-body .detail-main .tab-panel .section-content .transfer-table th{background:#fafafa;padding:12px 16px;text-align:center;font-weight:500;color:#666;font-size:14px;border:1px solid #e8e8e8}.detail-page .detail-body .detail-main .tab-panel .tab-content .transfer-table td,.detail-page .detail-body .detail-main .tab-panel .section-content .transfer-table td{padding:16px;text-align:center;font-size:13px;color:#333;border:1px solid #e8e8e8;line-height:2;vertical-align:middle}.detail-page .detail-body .detail-main .tab-panel .tab-content .transfer-table .col-type,.detail-page .detail-body .detail-main .tab-panel .section-content .transfer-table .col-type,.detail-page .detail-body .detail-main .tab-panel .tab-content .transfer-table .col-result,.detail-page .detail-body .detail-main .tab-panel .section-content .transfer-table .col-result{font-weight:500;color:#333}.detail-page .detail-body .detail-main .tab-panel .tab-content .transfer-table .transfer-note,.detail-page .detail-body .detail-main .tab-panel .section-content .transfer-table .transfer-note{margin-top:12px;font-size:12px;color:#999;line-height:1.6}.detail-page .detail-body .detail-main .tab-panel .tab-content .guarantee-grid,.detail-page .detail-body .detail-main .tab-panel .section-content .guarantee-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px 40px;padding:30px 20px;background:#fafafa;border-radius:4px}.detail-page .detail-body .detail-main .tab-panel .tab-content .guarantee-grid .guarantee-card,.detail-page .detail-body .detail-main .tab-panel .section-content .guarantee-grid .guarantee-card{display:flex;align-items:flex-start;gap:16px}.detail-page .detail-body .detail-main .tab-panel .tab-content .guarantee-grid .guarantee-card .g-icon,.detail-page .detail-body .detail-main .tab-panel .section-content .guarantee-grid .guarantee-card .g-icon{width:60px;height:60px;border-radius:50%;border:2px solid #1a365d;color:#1a365d;font-size:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#fff}.detail-page .detail-body .detail-main .tab-panel .tab-content .guarantee-grid .guarantee-card .g-content,.detail-page .detail-body .detail-main .tab-panel .section-content .guarantee-grid .guarantee-card .g-content{flex:1}.detail-page .detail-body .detail-main .tab-panel .tab-content .guarantee-grid .guarantee-card .g-content h4,.detail-page .detail-body .detail-main .tab-panel .section-content .guarantee-grid .guarantee-card .g-content h4{font-size:18px;color:#333;margin:4px 0 8px;font-weight:500}.detail-page .detail-body .detail-main .tab-panel .tab-content .guarantee-grid .guarantee-card .g-content p,.detail-page .detail-body .detail-main .tab-panel .section-content .guarantee-grid .guarantee-card .g-content p{font-size:13px;color:#999;margin:0;line-height:1.6}.detail-page .detail-body .detail-main .tab-panel .tab-content .faq-list,.detail-page .detail-body .detail-main .tab-panel .section-content .faq-list{display:grid;grid-template-columns:repeat(2,1fr);gap:0;border:1px solid #e8e8e8;border-bottom:none}.detail-page .detail-body .detail-main .tab-panel .tab-content .faq-list .faq-item,.detail-page .detail-body .detail-main .tab-panel .section-content .faq-list .faq-item{padding:20px;border-right:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}.detail-page .detail-body .detail-main .tab-panel .tab-content .faq-list .faq-item:nth-child(2n),.detail-page .detail-body .detail-main .tab-panel .section-content .faq-list .faq-item:nth-child(2n){border-right:none}.detail-page .detail-body .detail-main .tab-panel .tab-content .faq-list .faq-item:last-child,.detail-page .detail-body .detail-main .tab-panel .section-content .faq-list .faq-item:last-child{border-bottom:1px solid #e8e8e8}.detail-page .detail-body .detail-main .tab-panel .tab-content .faq-list .faq-item .faq-q,.detail-page .detail-body .detail-main .tab-panel .section-content .faq-list .faq-item .faq-q{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:500;color:#333;margin-bottom:12px}.detail-page .detail-body .detail-main .tab-panel .tab-content .faq-list .faq-item .faq-q:before,.detail-page .detail-body .detail-main .tab-panel .section-content .faq-list .faq-item .faq-q:before{content:"Q";width:26px;height:26px;border-radius:50%;background:#1a365d;color:#fff;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0}.detail-page .detail-body .detail-main .tab-panel .tab-content .faq-list .faq-item .faq-a,.detail-page .detail-body .detail-main .tab-panel .section-content .faq-list .faq-item .faq-a{display:flex;gap:10px;font-size:13px;color:#999;line-height:1.8;padding-left:36px;position:relative}.detail-page .detail-body .detail-main .tab-panel .tab-content .faq-list .faq-item .faq-a:before,.detail-page .detail-body .detail-main .tab-panel .section-content .faq-list .faq-item .faq-a:before{content:"A";width:22px;height:22px;border-radius:50%;background:#ccc;color:#fff;font-size:12px;font-weight:600;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:absolute;left:0;top:2px}.detail-page .detail-body .detail-main .tab-panel .tab-content .tips-list .tip-item,.detail-page .detail-body .detail-main .tab-panel .section-content .tips-list .tip-item{display:flex;gap:10px;margin-bottom:16px;line-height:1.6}.detail-page .detail-body .detail-main .tab-panel .tab-content .tips-list .tip-item .tip-num,.detail-page .detail-body .detail-main .tab-panel .section-content .tips-list .tip-item .tip-num{flex-shrink:0;width:22px;height:22px;background:#1a365d;color:#fff;border-radius:50%;font-size:12px;display:flex;align-items:center;justify-content:center;margin-top:2px}.detail-page .detail-body .detail-main .tab-panel .tab-content .tips-list .tip-item .tip-text,.detail-page .detail-body .detail-main .tab-panel .section-content .tips-list .tip-item .tip-text{font-size:14px;color:#4e5969}.detail-page .detail-body .detail-sidebar{width:280px;flex-shrink:0}.detail-page .detail-body .detail-sidebar .sidebar-title{font-size:16px;font-weight:600;color:#1d2129;margin-bottom:16px;padding-left:10px;border-left:3px solid #1a365d}.detail-page .detail-body .detail-sidebar .similar-list .similar-item{display:flex;gap:12px;padding:12px;background:#fff;border-radius:12px;margin-bottom:12px;box-shadow:0 2px 12px #00000014;text-decoration:none;transition:all .2s}.detail-page .detail-body .detail-sidebar .similar-list .similar-item:hover{box-shadow:0 4px 20px #0000001f;transform:translateY(-2px)}.detail-page .detail-body .detail-sidebar .similar-list .similar-item .similar-img{width:60px;height:60px;flex-shrink:0;border:1px solid #e5e6eb;border-radius:4px;overflow:hidden}.detail-page .detail-body .detail-sidebar .similar-list .similar-item .similar-img img{width:100%;height:100%;object-fit:contain}.detail-page .detail-body .detail-sidebar .similar-list .similar-item .similar-info{flex:1;min-width:0}.detail-page .detail-body .detail-sidebar .similar-list .similar-item .similar-info .similar-name{font-size:14px;font-weight:500;color:#1d2129;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-page .detail-body .detail-sidebar .similar-list .similar-item .similar-info .similar-cat{font-size:12px;color:#86909c;margin-bottom:4px}.detail-page .detail-body .detail-sidebar .similar-list .similar-item .similar-info .similar-price{font-size:14px;font-weight:600;color:#ff7d00}.detail-page .detail-body .detail-sidebar .similar-list .similar-item .similar-info .similar-login-view{display:inline-block;padding:2px 10px;background:linear-gradient(135deg,#ff7d00,#f93);color:#fff!important;border:none;border-radius:3px;font-size:12px!important;font-weight:500;cursor:pointer;transition:all .2s}.detail-page .detail-body .detail-sidebar .similar-list .similar-item .similar-info .similar-login-view:hover{opacity:.9}.detail-page .order-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.detail-page .order-modal{width:480px;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;overflow:hidden}.detail-page .order-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e6eb}.detail-page .order-modal .modal-header h3{font-size:18px;color:#1d2129;margin:0}.detail-page .order-modal .modal-header .modal-close{width:32px;height:32px;border:none;background:#f7f8fa;border-radius:50%;font-size:20px;color:#86909c;cursor:pointer}.detail-page .order-modal .modal-header .modal-close:hover{background:#e5e6eb}.detail-page .order-modal .modal-body{padding:24px}.detail-page .order-modal .modal-body .order-info{background:#f7f8fa;border-radius:4px;padding:16px;margin-bottom:20px}.detail-page .order-modal .modal-body .order-info .info-row{display:flex;justify-content:space-between;padding:8px 0;font-size:14px}.detail-page .order-modal .modal-body .order-info .info-row .label{color:#86909c}.detail-page .order-modal .modal-body .order-info .info-row .value{color:#1d2129;font-weight:500}.detail-page .order-modal .modal-body .order-info .info-row .value.price{color:#ff7d00;font-size:16px}.detail-page .order-modal .modal-body .order-info .info-row .value.price.special{color:#ef4444;font-size:18px;font-weight:700}.detail-page .order-modal .modal-body .order-info .info-row .price-wrapper{display:flex;align-items:center;gap:8px}.detail-page .order-modal .modal-body .order-info .info-row .original-price{font-size:14px;color:#999;text-decoration:line-through}.detail-page .order-modal .modal-body .form-section,.detail-page .order-modal .modal-body .form-section .form-item{margin-bottom:16px}.detail-page .order-modal .modal-body .form-section .form-item label{display:block;font-size:14px;color:#4e5969;margin-bottom:8px}.detail-page .order-modal .modal-body .form-section .form-item input{width:100%;padding:12px 16px;border:1px solid #e5e6eb;border-radius:4px;font-size:14px;color:#1d2129;box-sizing:border-box}.detail-page .order-modal .modal-body .form-section .form-item input:focus{outline:none;border-color:#1a365d}.detail-page .order-modal .modal-body .form-section .form-item input::placeholder{color:#86909c}.detail-page .order-modal .modal-body .order-note{font-size:12px;color:#86909c;margin-bottom:24px;padding:12px;background:#fffbe6;border-radius:4px}.detail-page .order-modal .modal-body .modal-footer{display:flex;gap:12px}.detail-page .order-modal .modal-body .modal-footer .btn{flex:1;padding:14px;border-radius:4px;font-size:15px;font-weight:500;border:none;cursor:pointer;transition:all .2s}.detail-page .order-modal .modal-body .modal-footer .btn.btn-secondary{background:#f7f8fa;color:#4e5969}.detail-page .order-modal .modal-body .modal-footer .btn.btn-secondary:hover{background:#e5e6eb}.detail-page .order-modal .modal-body .modal-footer .btn.btn-primary{background:linear-gradient(135deg,#1a365d,#2c5282);color:#fff}.detail-page .order-modal .modal-body .modal-footer .btn.btn-primary:hover{opacity:.9}.detail-page .order-modal .modal-body .modal-footer .btn.btn-primary:disabled{opacity:.6;cursor:not-allowed}@media screen and (max-width: 992px){.detail-page .breadcrumb-wrap{padding:0 16px}.detail-page .breadcrumb{padding:10px 0;font-size:13px}.detail-page .main-container{padding:16px;max-width:100%}.detail-page .trademark-header{flex-direction:column;gap:16px;padding:16px}.detail-page .trademark-header .image-col{width:100%;max-width:300px;margin:0 auto}.detail-page .trademark-header .image-col .trademark-image-box{height:280px}.detail-page .trademark-header .info-col .trademark-title{font-size:24px}.detail-page .trademark-header .info-col .action-buttons{flex-direction:row;flex-wrap:wrap}.detail-page .trademark-header .info-col .action-buttons .buy-now-btn{flex:1;min-width:180px}.detail-page .trademark-header .info-col .action-buttons .collect-btn{width:140px}.detail-page .trademark-header .info-col .guarantee-bar{gap:12px}.detail-page .trademark-header .consultant-col{width:100%}.detail-page .detail-body{flex-direction:column}.detail-page .detail-body .detail-sidebar{width:100%}.detail-page .detail-body .detail-sidebar .similar-list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}}@media screen and (max-width: 768px){.detail-page .breadcrumb-wrap{padding:0 12px}.detail-page .breadcrumb{padding:8px 0;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail-page .main-container,.detail-page .trademark-header{padding:12px}.detail-page .trademark-header .image-col{max-width:220px;margin:0 auto}.detail-page .trademark-header .image-col .trademark-image-box{height:200px}.detail-page .trademark-header .info-col .trademark-title{font-size:20px;flex-wrap:wrap}.detail-page .trademark-header .info-col .trademark-title .multi-tag,.detail-page .trademark-header .info-col .trademark-title .boutique-tag{font-size:12px;padding:2px 8px}.detail-page .trademark-header .info-col .price-section .price-tags{gap:8px}.detail-page .trademark-header .info-col .price-section .price-tags .price-tag{width:100%;padding:10px 14px;font-size:13px;box-sizing:border-box;flex-direction:row;justify-content:space-between;align-items:center}.detail-page .trademark-header .info-col .price-section .price-tags .price-tag .cat-name{font-size:12px;flex-shrink:0}.detail-page .trademark-header .info-col .price-section .price-tags .price-tag .cat-price{font-size:15px;font-weight:600}.detail-page .trademark-header .info-col .price-section .price-tags .price-tag .login-to-view{font-size:12px;padding:4px 12px;flex-shrink:0}.detail-page .trademark-header .info-col .action-buttons{flex-direction:column;gap:10px}.detail-page .trademark-header .info-col .action-buttons .buy-now-btn{height:56px;font-size:18px;min-width:100%;font-weight:700}.detail-page .trademark-header .info-col .action-buttons .collect-btn{width:100%;height:50px;font-size:15px}.detail-page .trademark-header .info-col .guarantee-bar{gap:8px}.detail-page .trademark-header .info-col .guarantee-bar .g-item{font-size:12px;flex:1;min-width:calc(33.333% - 6px)}.detail-page .trademark-header .consultant-col{width:100%}.detail-page .trademark-header .consultant-col .consultant-card{padding:14px}.detail-page .detail-body .detail-main{width:100%}.detail-page .detail-body .detail-main .tabs-bar{overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;padding-bottom:8px}.detail-page .detail-body .detail-main .tabs-bar .tab-item{padding:12px 16px;font-size:13px;flex-shrink:0}.detail-page .detail-body .detail-main .tab-panel{padding:12px;overflow-x:hidden}.detail-page .detail-body .detail-main .tab-panel .tab-section-title{font-size:15px;padding-left:10px}.detail-page .detail-body .detail-main .tab-panel .basic-info-grid{display:block!important;border:none!important;margin-bottom:20px!important}.detail-page .detail-body .detail-main .tab-panel .basic-info-grid .info-item{display:block!important;padding:12px!important;border:1px solid #e8e8e8!important;border-radius:8px!important;margin-bottom:10px!important;line-height:1.6!important;border-right:none!important;border-bottom:none!important}.detail-page .detail-body .detail-main .tab-panel .basic-info-grid .info-item .label{font-size:13px!important;color:#666!important;margin-bottom:6px!important;margin-right:0!important;display:block!important;font-weight:500!important}.detail-page .detail-body .detail-main .tab-panel .basic-info-grid .info-item .value{font-size:14px!important;color:#333!important;display:block!important;font-weight:400!important}.detail-page .detail-body .detail-main .tab-panel .goods-list{gap:8px}.detail-page .detail-body .detail-main .tab-panel .goods-list .goods-item{padding:6px 12px;font-size:13px}.detail-page .detail-body .detail-main .tab-panel .process-steps-new{flex-direction:column}.detail-page .detail-body .detail-main .tab-panel .process-steps-new .step-item{clip-path:none;margin-right:0;border-radius:4px;margin-bottom:12px;padding:16px}.detail-page .detail-body .detail-main .tab-panel .transfer-table{overflow-x:auto}.detail-page .detail-body .detail-main .tab-panel .transfer-table table{min-width:600px}.detail-page .detail-body .detail-main .tab-panel .guarantee-grid{display:block!important;grid-template-columns:none!important;gap:12px!important;padding:16px!important}.detail-page .detail-body .detail-main .tab-panel .guarantee-grid .guarantee-card{display:flex!important;flex-direction:row!important;align-items:flex-start!important;gap:12px!important;margin-bottom:12px!important;padding:12px!important;border:1px solid #e8e8e8!important;border-radius:8px!important;background:#fff!important}.detail-page .detail-body .detail-main .tab-panel .guarantee-grid .guarantee-card .g-icon{width:50px!important;height:50px!important;font-size:20px!important}.detail-page .detail-body .detail-main .tab-panel .guarantee-grid .guarantee-card .g-content{flex:1!important;min-width:0!important}.detail-page .detail-body .detail-main .tab-panel .guarantee-grid .guarantee-card h4{font-size:14px!important;margin:0 0 6px!important;white-space:nowrap!important}.detail-page .detail-body .detail-main .tab-panel .guarantee-grid .guarantee-card p{font-size:13px!important;line-height:1.5!important;margin:0!important;white-space:normal!important}.detail-page .detail-body .detail-main .tab-panel .faq-list{grid-template-columns:1fr}.detail-page .detail-body .detail-main .tab-panel .faq-list .faq-item{border-right:none;padding:14px}.detail-page .detail-body .detail-main .tab-panel .tips-list .tip-item{margin-bottom:14px}.detail-page .detail-body .detail-main .tab-panel .tips-list .tip-item .tip-text{font-size:14px}.detail-page .detail-body .detail-sidebar{width:100%}.detail-page .detail-body .detail-sidebar .similar-list{grid-template-columns:1fr}.detail-page .order-modal{width:90%;max-width:400px}}@media screen and (max-width: 576px){.detail-page .breadcrumb-wrap{padding:0 10px}.detail-page .breadcrumb{padding:6px 0;font-size:11px}.detail-page .main-container{padding:8px}.detail-page .trademark-header{padding:10px}.detail-page .trademark-header .image-col{max-width:180px;margin:0 auto}.detail-page .trademark-header .image-col .trademark-image-box{height:160px}.detail-page .trademark-header .info-col .trademark-title{font-size:18px}.detail-page .trademark-header .info-col .trademark-title .multi-tag{font-size:11px;padding:1px 6px}.detail-page .trademark-header .info-col .price-section .price-tags .price-tag{width:100%;flex-direction:column;gap:4px;align-items:flex-start}.detail-page .trademark-header .info-col .price-section .price-tags .price-tag .cat-name{font-size:12px}.detail-page .trademark-header .info-col .price-section .price-tags .price-tag .cat-price{font-size:14px}.detail-page .trademark-header .info-col .action-buttons{gap:10px}.detail-page .trademark-header .info-col .action-buttons .buy-now-btn{height:52px;font-size:17px;font-weight:700}.detail-page .trademark-header .info-col .action-buttons .collect-btn{height:48px;font-size:14px}.detail-page .trademark-header .info-col .guarantee-bar .g-item{min-width:calc(50% - 4px);font-size:11px}.detail-page .trademark-header .consultant-col .consultant-card{padding:12px}.detail-page .trademark-header .consultant-col .consultant-card .consultant-avatar{width:56px;height:56px}.detail-page .trademark-header .consultant-col .consultant-card .consultant-qrcode{width:100px;height:100px}.detail-page .detail-body .detail-main .tabs-bar .tab-item{padding:10px 12px;font-size:12px}.detail-page .detail-body .detail-main .tab-panel{padding:10px}.detail-page .detail-body .detail-main .tab-panel .tab-section-title{font-size:14px;padding-left:8px}.detail-page .detail-body .detail-main .tab-panel .basic-info-grid .info-item{padding:10px!important;margin-bottom:8px!important}.detail-page .detail-body .detail-main .tab-panel .basic-info-grid .info-item .label{font-size:12px!important}.detail-page .detail-body .detail-main .tab-panel .basic-info-grid .info-item .value{font-size:13px!important}.detail-page .detail-body .detail-main .tab-panel .goods-list{gap:6px}.detail-page .detail-body .detail-main .tab-panel .goods-list .goods-item{padding:4px 10px;font-size:12px}.detail-page .detail-body .detail-main .tab-panel .process-steps-new .step-item{padding:12px}.detail-page .detail-body .detail-main .tab-panel .process-steps-new .step-item .step-icon{width:40px;height:40px;font-size:18px;margin-bottom:8px}.detail-page .detail-body .detail-main .tab-panel .process-steps-new .step-item h4{font-size:14px}.detail-page .detail-body .detail-main .tab-panel .process-steps-new .step-item p{font-size:12px}.detail-page .detail-body .detail-main .tab-panel .guarantee-grid{display:block!important;grid-template-columns:none!important;padding:12px!important;gap:10px!important}.detail-page .detail-body .detail-main .tab-panel .guarantee-grid .guarantee-card{display:flex!important;flex-direction:row!important;align-items:flex-start!important;gap:10px!important;margin-bottom:10px!important;padding:10px!important;border:1px solid #e8e8e8!important;border-radius:8px!important;background:#fff!important}.detail-page .detail-body .detail-main .tab-panel .guarantee-grid .guarantee-card .g-icon{width:44px!important;height:44px!important;font-size:18px!important}.detail-page .detail-body .detail-main .tab-panel .guarantee-grid .guarantee-card .g-content{flex:1!important;min-width:0!important}.detail-page .detail-body .detail-main .tab-panel .guarantee-grid .guarantee-card h4{font-size:13px!important;margin:0 0 4px!important;white-space:nowrap!important}.detail-page .detail-body .detail-main .tab-panel .guarantee-grid .guarantee-card p{font-size:12px!important;line-height:1.5!important;margin:0!important;white-space:normal!important}.detail-page .detail-body .detail-main .tab-panel .faq-list .faq-item{padding:12px}.detail-page .detail-body .detail-main .tab-panel .faq-list .faq-item .faq-q{font-size:13px}.detail-page .detail-body .detail-main .tab-panel .faq-list .faq-item .faq-a{font-size:12px}.detail-page .detail-body .detail-main .tab-panel .tips-list .tip-item{margin-bottom:12px}.detail-page .detail-body .detail-main .tab-panel .tips-list .tip-item .tip-text{font-size:13px}.detail-page .detail-body .detail-sidebar .sidebar-title{font-size:14px}.detail-page .detail-body .detail-sidebar .similar-list{grid-template-columns:1fr}.detail-page .order-modal{width:95%;max-width:340px}.detail-page .order-modal .modal-body{padding:14px}}.news-detail-page{min-height:100vh;background:#f7f8fa;padding-bottom:40px}.news-detail-page .breadcrumb{max-width:1200px;margin:0 auto;padding:20px 40px;font-size:14px;color:#4e5969}.news-detail-page .breadcrumb a{color:#1a365d;text-decoration:none}.news-detail-page .breadcrumb a:hover{text-decoration:underline}.news-detail-page .loading,.news-detail-page .not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 40px;text-align:center}.news-detail-page .loading h2,.news-detail-page .not-found h2{font-size:24px;color:#1d2129;margin-bottom:16px}.news-detail-page .loading a,.news-detail-page .not-found a{color:#1a365d;font-size:16px}.news-detail-page .news-detail-content{max-width:900px;margin:0 auto;padding:0 40px}.news-detail-page .news-detail-content .article-header{background:#fff;padding:40px;border-radius:12px;margin-bottom:24px}.news-detail-page .news-detail-content .article-header h1{font-size:32px;color:#1d2129;line-height:1.4;margin-bottom:20px}.news-detail-page .news-detail-content .article-header .meta-info{display:flex;gap:20px}.news-detail-page .news-detail-content .article-header .meta-info .category{padding:4px 12px;background:#e6f0ff;border-radius:4px;font-size:14px;color:#1a365d}.news-detail-page .news-detail-content .article-header .meta-info .date{font-size:14px;color:#86909c}.news-detail-page .news-detail-content .article-image{margin-bottom:24px;border-radius:12px;overflow:hidden}.news-detail-page .news-detail-content .article-image img{width:100%;height:auto}.news-detail-page .news-detail-content .article-body{background:#fff;padding:40px;border-radius:12px;margin-bottom:24px}.news-detail-page .news-detail-content .article-body p{font-size:16px;color:#4e5969;line-height:1.8;margin-bottom:16px}.news-detail-page .news-detail-content .article-body .content-section h3{font-size:20px;color:#1d2129;margin:32px 0 20px;padding-bottom:12px;border-bottom:1px solid #e5e6eb}.news-detail-page .news-detail-content .article-body .content-section table{width:100%;border-collapse:collapse;margin:16px 0 24px;font-size:15px}.news-detail-page .news-detail-content .article-body .content-section th,.news-detail-page .news-detail-content .article-body .content-section td{border:1px solid #e5e6eb;padding:10px 14px;text-align:left;vertical-align:top;line-height:1.6}.news-detail-page .news-detail-content .article-body .content-section th{background:#0000000a;font-weight:600;color:#1d2129}.news-detail-page .news-detail-content .related-news{background:#fff;padding:32px;border-radius:12px;margin-bottom:24px}.news-detail-page .news-detail-content .related-news h3{font-size:18px;color:#1d2129;margin-bottom:20px}.news-detail-page .news-detail-content .related-news .related-list{display:flex;flex-direction:column;gap:16px}.news-detail-page .news-detail-content .related-news .related-list .related-item{display:flex;align-items:center;gap:16px;padding:16px;border-radius:8px;transition:background .2s;text-decoration:none}.news-detail-page .news-detail-content .related-news .related-list .related-item:hover{background:#f7f8fa}.news-detail-page .news-detail-content .related-news .related-list .related-item img{width:80px;height:60px;object-fit:cover;border-radius:8px}.news-detail-page .news-detail-content .related-news .related-list .related-item .related-placeholder{width:80px;height:60px;border-radius:8px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#e8eef8;color:#7a8bb0;font-size:12px}.news-detail-page .news-detail-content .related-news .related-list .related-item .related-info{flex:1}.news-detail-page .news-detail-content .related-news .related-list .related-item .related-info h4{font-size:16px;color:#1d2129;margin-bottom:4px;line-height:1.4}.news-detail-page .news-detail-content .related-news .related-list .related-item .related-info p{font-size:13px;color:#86909c}.news-detail-page .news-detail-content .back-link{text-align:center}.news-detail-page .news-detail-content .back-link a{display:inline-flex;align-items:center;color:#1a365d;font-size:16px;text-decoration:none}.news-detail-page .news-detail-content .back-link a:hover{text-decoration:underline}.news-page .page-header{background:linear-gradient(135deg,#1a365d,#2c5282);padding:60px 40px;color:#fff;text-align:center}.news-page .page-header h1{font-size:36px;margin-bottom:12px}.news-page .page-header p{font-size:18px;opacity:.9}.news-page .tabs{max-width:1200px;margin:0 auto;padding:24px 40px;display:flex;gap:24px;border-bottom:1px solid #e5e6eb;background:#fff;overflow-x:auto;white-space:nowrap}.news-page .tabs::-webkit-scrollbar{display:none}.news-page .tabs button{padding:8px 0;font-size:16px;color:#86909c;background:none;border:none;cursor:pointer;position:relative;flex-shrink:0}.news-page .tabs button:hover{color:#1a365d}.news-page .tabs button.active{color:#1a365d;font-weight:600}.news-page .tabs button.active:after{content:"";position:absolute;bottom:-24px;left:0;right:0;height:3px;background:#1a365d}.news-page .news-list{max-width:1200px;margin:0 auto;padding:40px;display:flex;flex-direction:column;gap:24px}.news-page .news-list .news-card{display:flex;background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;overflow:hidden;transition:all .2s;cursor:pointer}.news-page .news-list .news-card:hover{transform:translateY(-4px);box-shadow:0 4px 20px #0000001f}.news-page .news-list .news-card img{width:280px;height:200px;object-fit:cover;flex-shrink:0}.news-page .news-list .news-card .news-card-placeholder{width:280px;height:200px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#e8eef8;color:#7a8bb0;font-size:14px}.news-page .news-list .news-card .card-content{flex:1;padding:24px;display:flex;flex-direction:column;justify-content:space-between}.news-page .news-list .news-card .card-content h3{font-size:20px;color:#1d2129;margin-bottom:12px;line-height:1.4}.news-page .news-list .news-card .card-content p{font-size:14px;color:#4e5969;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-page .news-list .news-card .card-content .card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:16px}.news-page .news-list .news-card .card-content .card-footer .category{padding:4px 12px;background:#e6f0ff;border-radius:4px;font-size:12px;color:#1a365d}.news-page .news-list .news-card .card-content .card-footer .date{font-size:13px;color:#86909c}@media (max-width: 1024px){.news-page .page-header{padding:48px 30px}.news-page .page-header h1{font-size:30px}.news-page .page-header p{font-size:16px}.news-page .tabs{padding:20px 30px;gap:20px}.news-page .news-list{padding:32px 30px}.news-detail-page .news-detail-content{padding:0 30px}}@media (max-width: 768px){.news-page .page-header{padding:40px 20px}.news-page .page-header h1{font-size:26px}.news-page .page-header p{font-size:15px}.news-page .tabs{padding:16px 20px;gap:16px}.news-page .tabs button{font-size:14px}.news-page .news-list{padding:24px 20px;gap:20px}.news-page .news-list .news-card{flex-direction:column}.news-page .news-list .news-card img{width:100%;height:180px}.news-page .news-list .news-card .card-content{padding:20px}.news-page .news-list .news-card .card-content h3{font-size:18px}.news-page .news-list .news-card .card-content p{font-size:13px}.news-detail-page .breadcrumb{padding:16px 20px;font-size:13px}.news-detail-page .news-detail-content{padding:0 20px}.news-detail-page .news-detail-content .article-header{padding:24px}.news-detail-page .news-detail-content .article-header h1{font-size:24px}.news-detail-page .news-detail-content .article-header .meta-info{flex-wrap:wrap;gap:12px}.news-detail-page .news-detail-content .article-body{padding:24px}.news-detail-page .news-detail-content .article-body p{font-size:15px}.news-detail-page .news-detail-content .related-news{padding:24px}.news-detail-page .news-detail-content .related-news h3{font-size:16px}.news-detail-page .news-detail-content .related-news .related-item{padding:12px}.news-detail-page .news-detail-content .related-news .related-item img{width:60px;height:45px}.news-detail-page .news-detail-content .related-news .related-item .related-info h4{font-size:14px}.news-detail-page .news-detail-content .related-news .related-item .related-info p{font-size:12px}}@media (max-width: 576px){.news-page .page-header{padding:32px 16px}.news-page .page-header h1{font-size:24px}.news-page .page-header p{font-size:14px}.news-page .tabs{padding:14px 16px;gap:14px}.news-page .news-list{padding:20px 16px;gap:16px}.news-page .news-list .news-card .card-content{padding:16px}.news-page .news-list .news-card .card-content h3{font-size:16px}.news-page .news-list .news-card .card-content p{font-size:12px}.news-page .news-list .news-card .card-content .card-footer{flex-wrap:wrap;gap:8px}.news-detail-page .breadcrumb{padding:14px 16px}.news-detail-page .news-detail-content{padding:0 16px}.news-detail-page .news-detail-content .article-header{padding:20px}.news-detail-page .news-detail-content .article-header h1{font-size:22px}.news-detail-page .news-detail-content .article-body{padding:20px}}@media (max-width: 480px){.news-page .page-header{padding:28px 12px}.news-page .page-header h1{font-size:22px}.news-page .page-header p{font-size:13px}.news-page .tabs{padding:12px;gap:12px}.news-page .tabs button{font-size:13px}.news-page .news-list{padding:16px 12px;gap:14px}.news-page .news-list .news-card img{height:150px}.news-page .news-list .news-card .card-content{padding:14px}.news-page .news-list .news-card .card-content h3{font-size:15px}.news-page .news-list .news-card .card-content p{font-size:12px;-webkit-line-clamp:2}.news-page .news-list .news-card .card-content .card-footer{margin-top:12px}.news-page .news-list .news-card .card-content .card-footer .category{padding:3px 10px;font-size:11px}.news-page .news-list .news-card .card-content .card-footer .date{font-size:12px}.news-detail-page .breadcrumb{padding:12px;font-size:12px}.news-detail-page .loading,.news-detail-page .not-found{padding:60px 12px}.news-detail-page .loading h2,.news-detail-page .not-found h2{font-size:20px}.news-detail-page .news-detail-content{padding:0 12px}.news-detail-page .news-detail-content .article-header{padding:16px}.news-detail-page .news-detail-content .article-header h1{font-size:20px}.news-detail-page .news-detail-content .article-header .meta-info .category,.news-detail-page .news-detail-content .article-header .meta-info .date{font-size:12px}.news-detail-page .news-detail-content .article-body{padding:16px}.news-detail-page .news-detail-content .article-body p{font-size:14px;line-height:1.7}.news-detail-page .news-detail-content .article-body .content-section h3{font-size:18px;margin:24px 0 16px}.news-detail-page .news-detail-content .related-news{padding:20px 16px}.news-detail-page .news-detail-content .related-news h3{font-size:15px}.news-detail-page .news-detail-content .related-news .related-item{padding:10px;gap:12px}.news-detail-page .news-detail-content .related-news .related-item img{width:50px;height:40px}.news-detail-page .news-detail-content .related-news .related-item .related-info h4{font-size:13px}.news-detail-page .news-detail-content .related-news .related-item .related-info p{font-size:11px}}.container{max-width:1400px;margin:0 auto;padding:0 40px}.section-header{text-align:center;margin-bottom:48px}.section-header h2{font-size:28px;color:#1d2129;margin-bottom:12px}.section-header p{font-size:16px;color:#4e5969}.trademark-register-page .hero-section{background:linear-gradient(135deg,#0f2557,#1a365d);padding:80px 40px;color:#fff}.trademark-register-page .hero-section .hero-content{max-width:1200px;margin:0 auto;text-align:center}.trademark-register-page .hero-section .hero-text h1{font-size:48px;margin-bottom:16px}.trademark-register-page .hero-section .hero-text .subtitle{font-size:18px;opacity:.9;margin-bottom:8px}.trademark-register-page .hero-section .hero-text .description{font-size:24px;font-weight:600;margin-bottom:20px}.trademark-register-page .hero-section .hero-text .highlight{margin-bottom:20px}.trademark-register-page .hero-section .hero-text .highlight span{font-size:20px;font-weight:600}.trademark-register-page .hero-section .hero-text .service-intro{font-size:16px;opacity:.9;margin-bottom:32px;max-width:600px;margin-left:auto;margin-right:auto}.trademark-register-page .hero-section .hero-text .service-tags{display:flex;justify-content:center;flex-wrap:wrap;gap:12px}.trademark-register-page .hero-section .hero-text .service-tags .tag{padding:8px 20px;background:#fff3;border-radius:20px;font-size:14px}.trademark-register-page .intro-section{padding:48px 0;background:#fff}.trademark-register-page .services-section{padding:48px 0;background:#f5f7fa}.trademark-register-page .services-section .services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.trademark-register-page .services-section .services-grid .service-card{padding:20px;text-align:center;transition:all .3s}.trademark-register-page .services-section .services-grid .service-card.left,.trademark-register-page .services-section .services-grid .service-card.right{background:#fff}.trademark-register-page .services-section .services-grid .service-card.left h3,.trademark-register-page .services-section .services-grid .service-card.right h3{font-size:20px;margin-bottom:20px}.trademark-register-page .services-section .services-grid .service-card.left .description,.trademark-register-page .services-section .services-grid .service-card.right .description{font-size:14px;line-height:1.6;margin-bottom:20px;height:21px}.trademark-register-page .services-section .services-grid .service-card.left .price-row .label,.trademark-register-page .services-section .services-grid .service-card.right .price-row .label{display:none}.trademark-register-page .services-section .services-grid .service-card.left .price-row .price,.trademark-register-page .services-section .services-grid .service-card.right .price-row .price{font-size:28px;font-weight:700;color:#1d2129}.trademark-register-page .services-section .services-grid .service-card.left .price-row .unit,.trademark-register-page .services-section .services-grid .service-card.right .price-row .unit{font-size:16px;color:#1d2129;margin-left:4px}.trademark-register-page .services-section .services-grid .service-card.left .price-row .original,.trademark-register-page .services-section .services-grid .service-card.right .price-row .original{display:none}.trademark-register-page .services-section .services-grid .service-card.featured{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;position:relative;top:-10px}.trademark-register-page .services-section .services-grid .service-card.featured .tag.hot{background:#dc143c;color:#fff;padding:4px 12px;border-radius:4px;font-size:12px;margin-bottom:16px}.trademark-register-page .services-section .services-grid .service-card.featured .tag{height:24px;display:inline-block}.trademark-register-page .services-section .services-grid .service-card.featured h3{font-size:22px;color:#1d2129;margin-bottom:12px}.trademark-register-page .services-section .services-grid .service-card.featured .description{font-size:14px;color:#4e5969;margin-bottom:24px;min-height:21px}.trademark-register-page .services-section .services-grid .service-card.featured .price-row{margin-bottom:24px}.trademark-register-page .services-section .services-grid .service-card.featured .price-row .label{font-size:14px;color:#86909c;margin-right:8px}.trademark-register-page .services-section .services-grid .service-card.featured .price-row .price{font-size:48px;font-weight:700;color:#ff7d00}.trademark-register-page .services-section .services-grid .service-card.featured .price-row .unit{font-size:16px;color:#86909c;margin-left:4px}.trademark-register-page .services-section .services-grid .service-card.featured .price-row .original{display:block;font-size:14px;color:#86909c;text-decoration:line-through;margin-top:8px}.trademark-register-page .services-section .services-grid .service-card.featured .service-features{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;margin-bottom:32px}.trademark-register-page .services-section .services-grid .service-card.featured .service-features .feature-item{display:flex;align-items:center;gap:6px;font-size:14px;color:#4e5969}.trademark-register-page .services-section .services-grid .service-card.featured .service-features .feature-item .check-icon{color:#52c41a}.trademark-register-page .services-section .services-grid .service-card.featured .consult-btn{padding:12px 36px;background:linear-gradient(135deg,#0f2557,#1a365d);color:#fff;border:none;border-radius:24px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s}.trademark-register-page .services-section .services-grid .service-card.featured .consult-btn:hover{opacity:.9;transform:translateY(-2px)}.trademark-register-page .advantages-section{padding:64px 0;background:#fff}.trademark-register-page .advantages-section .advantages-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.trademark-register-page .advantages-section .advantages-grid .advantage-item{text-align:center}.trademark-register-page .advantages-section .advantages-grid .advantage-item .icon-wrapper{width:64px;height:64px;margin:0 auto 16px;background:#0f2557;border-radius:50%;display:flex;align-items:center;justify-content:center}.trademark-register-page .advantages-section .advantages-grid .advantage-item .icon-wrapper .icon{color:#fff;font-size:24px;font-weight:600}.trademark-register-page .advantages-section .advantages-grid .advantage-item h3{font-size:18px;color:#1d2129;margin-bottom:8px}.trademark-register-page .advantages-section .advantages-grid .advantage-item p{font-size:14px;color:#4e5969}.trademark-register-page .enterprise-section{padding:64px 0;background:linear-gradient(135deg,#0f2557,#1a365d);color:#fff}.trademark-register-page .enterprise-section .section-header h2{color:#fff}.trademark-register-page .enterprise-section .section-header p{color:#fffc}.trademark-register-page .enterprise-section .enterprise-features{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;max-width:800px;margin:0 auto}.trademark-register-page .enterprise-section .enterprise-features .feature-item{display:flex;align-items:center;gap:12px;font-size:16px}.trademark-register-page .enterprise-section .enterprise-features .feature-item .check-icon{width:24px;height:24px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}.trademark-register-page .process-section{padding:64px 0;background:#fff}.trademark-register-page .process-section .process-steps{display:grid;grid-template-columns:repeat(6,1fr);gap:24px}.trademark-register-page .process-section .process-steps .step{text-align:center}.trademark-register-page .process-section .process-steps .step .step-number{width:48px;height:48px;margin:0 auto 16px;background:#0f2557;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600}.trademark-register-page .process-section .process-steps .step .step-content h4{font-size:14px;color:#1d2129;margin-bottom:8px}.trademark-register-page .process-section .process-steps .step .step-content p{font-size:12px;color:#4e5969;line-height:1.5}.trademark-register-page .guarantees-section{padding:64px 0;background:#f5f7fa}.trademark-register-page .guarantees-section .guarantees-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.trademark-register-page .guarantees-section .guarantees-grid .guarantee-item{background:#fff;padding:24px;border-radius:12px;text-align:center;box-shadow:0 2px 12px #00000014}.trademark-register-page .guarantees-section .guarantees-grid .guarantee-item .icon-wrapper{width:48px;height:48px;margin:0 auto 16px;background:#52c41a;border-radius:50%;display:flex;align-items:center;justify-content:center}.trademark-register-page .guarantees-section .guarantees-grid .guarantee-item .icon-wrapper .icon{color:#fff;font-size:20px;font-weight:600}.trademark-register-page .guarantees-section .guarantees-grid .guarantee-item h3{font-size:16px;color:#1d2129;margin-bottom:8px}.trademark-register-page .guarantees-section .guarantees-grid .guarantee-item p{font-size:13px;color:#4e5969}.trademark-register-page .footer-info{padding:32px 0;background:#fff;border-top:1px solid #e5e6eb}.trademark-register-page .footer-info .container{text-align:center}.trademark-register-page .footer-info .container p{font-size:13px;color:#86909c}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:400px;box-shadow:0 10px 40px #0003}.modal-content .modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e6eb}.modal-content .modal-header h3{font-size:18px;color:#1d2129;margin:0}.modal-content .modal-header .close-btn{width:32px;height:32px;border:none;background:#f0f2f5;border-radius:50%;font-size:20px;color:#4e5969;cursor:pointer}.modal-content .modal-header .close-btn:hover{background:#e5e6eb}.modal-content .modal-body{padding:24px}.modal-content .modal-body .form-group{margin-bottom:16px}.modal-content .modal-body .form-group label{display:block;font-size:14px;color:#1d2129;margin-bottom:8px}.modal-content .modal-body .form-group input{width:100%;padding:12px 16px;border:1px solid #e5e6eb;border-radius:8px;font-size:14px;box-sizing:border-box}.modal-content .modal-body .form-group input:focus{outline:none;border-color:#0f2557}.modal-content .modal-body .form-group input:disabled{background:#f0f2f5;cursor:not-allowed}.modal-content .modal-body .message{padding:12px 16px;border-radius:8px;font-size:14px;margin-top:16px}.modal-content .modal-body .message.success{background:#52c41a1a;color:#52c41a}.modal-content .modal-body .message.error{background:#f56c6c1a;color:#f56c6c}.modal-content .modal-footer{display:flex;gap:12px;padding:20px 24px;border-top:1px solid #e5e6eb}.modal-content .modal-footer button{flex:1;padding:12px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.modal-content .modal-footer button:disabled{opacity:.6;cursor:not-allowed}.modal-content .modal-footer .cancel-btn{background:#f0f2f5;border:none;color:#4e5969}.modal-content .modal-footer .cancel-btn:hover:not(:disabled){background:#e5e6eb}.modal-content .modal-footer .submit-btn{background:linear-gradient(135deg,#0f2557,#1a365d);border:none;color:#fff}.modal-content .modal-footer .submit-btn:hover:not(:disabled){opacity:.9}.toast-message{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#000c;color:#fff;padding:16px 32px;border-radius:8px;font-size:14px;z-index:1001;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media (max-width: 1024px){.trademark-register-page .hero-section{padding:60px 30px}.trademark-register-page .hero-section .hero-text h1{font-size:36px}.trademark-register-page .hero-section .hero-text .description{font-size:20px}.trademark-register-page .services-section .services-grid{grid-template-columns:repeat(2,1fr)}.trademark-register-page .advantages-section .advantages-grid,.trademark-register-page .process-section .process-steps,.trademark-register-page .guarantees-section .guarantees-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.container{padding:0 20px}.trademark-register-page .hero-section{padding:48px 20px}.trademark-register-page .hero-section .hero-text h1{font-size:32px}.trademark-register-page .hero-section .hero-text .description{font-size:18px}.trademark-register-page .hero-section .hero-text .highlight span{font-size:16px}.trademark-register-page .hero-section .hero-text .service-intro{font-size:14px}.trademark-register-page .hero-section .hero-text .service-tags .tag{padding:6px 14px;font-size:13px}.trademark-register-page .services-section{padding:36px 0}.trademark-register-page .services-section .services-grid{grid-template-columns:1fr;gap:16px}.trademark-register-page .services-section .services-grid .service-card.featured{top:0}.trademark-register-page .services-section .services-grid .service-card{padding:24px}.trademark-register-page .services-section .services-grid .service-card h3{font-size:18px}.trademark-register-page .services-section .services-grid .service-card .description{font-size:13px}.trademark-register-page .services-section .services-grid .service-card .price-row .price{font-size:36px}.trademark-register-page .services-section .services-grid .service-card .service-features{gap:12px}.trademark-register-page .services-section .services-grid .service-card .service-features .feature-item{font-size:13px}.trademark-register-page .services-section .services-grid .service-card .consult-btn{padding:10px 28px;font-size:14px}.trademark-register-page .advantages-section{padding:48px 0}.trademark-register-page .advantages-section .advantages-grid{grid-template-columns:repeat(2,1fr);gap:24px}.trademark-register-page .advantages-section .advantage-item .icon-wrapper{width:52px;height:52px}.trademark-register-page .advantages-section .advantage-item .icon-wrapper .icon{font-size:20px}.trademark-register-page .advantages-section .advantage-item h3{font-size:16px}.trademark-register-page .advantages-section .advantage-item p{font-size:13px}.trademark-register-page .process-section{padding:48px 0}.trademark-register-page .process-section .process-steps{grid-template-columns:repeat(2,1fr);gap:24px}.trademark-register-page .process-section .step .step-number{width:40px;height:40px;font-size:16px}.trademark-register-page .process-section .step .step-content h4{font-size:13px}.trademark-register-page .process-section .step .step-content p{font-size:11px}.trademark-register-page .guarantees-section{padding:48px 0}.trademark-register-page .guarantees-section .guarantees-grid{grid-template-columns:repeat(2,1fr);gap:16px}.trademark-register-page .guarantees-section .guarantee-item{padding:20px}.trademark-register-page .guarantees-section .guarantee-item .icon-wrapper{width:40px;height:40px}.trademark-register-page .guarantees-section .guarantee-item .icon-wrapper .icon{font-size:16px}.trademark-register-page .guarantees-section .guarantee-item h3{font-size:15px}.trademark-register-page .guarantees-section .guarantee-item p{font-size:12px}.trademark-register-page .enterprise-section{padding:48px 0}.trademark-register-page .enterprise-section .enterprise-features{grid-template-columns:1fr}.trademark-register-page .enterprise-section .feature-item{font-size:14px}}@media (max-width: 576px){.container{padding:0 16px}.trademark-register-page .hero-section{padding:36px 16px}.trademark-register-page .hero-section .hero-text h1{font-size:28px}.trademark-register-page .hero-section .hero-text .subtitle,.trademark-register-page .hero-section .hero-text .description{font-size:16px}.trademark-register-page .hero-section .hero-text .highlight span{font-size:14px}.trademark-register-page .hero-section .hero-text .service-tags{gap:8px}.trademark-register-page .advantages-section .advantages-grid,.trademark-register-page .process-section .process-steps{grid-template-columns:repeat(2,1fr);gap:16px}.trademark-register-page .guarantees-section .guarantees-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media (max-width: 480px){.container{padding:0 12px}.trademark-register-page .hero-section{padding:32px 12px}.trademark-register-page .hero-section .hero-text h1{font-size:24px}.trademark-register-page .hero-section .hero-text .subtitle,.trademark-register-page .hero-section .hero-text .description{font-size:14px}.trademark-register-page .hero-section .hero-text .highlight span,.trademark-register-page .hero-section .hero-text .service-intro{font-size:13px}.trademark-register-page .hero-section .hero-text .service-tags .tag{padding:4px 10px;font-size:12px}.trademark-register-page .services-section{padding:28px 0}.trademark-register-page .advantages-section{padding:36px 0}.trademark-register-page .advantages-section .advantages-grid{grid-template-columns:1fr;gap:16px}.trademark-register-page .advantages-section .advantage-item .icon-wrapper{width:44px;height:44px}.trademark-register-page .advantages-section .advantage-item .icon-wrapper .icon{font-size:18px}.trademark-register-page .advantages-section .advantage-item h3{font-size:15px}.trademark-register-page .advantages-section .advantage-item p{font-size:12px}.trademark-register-page .process-section{padding:36px 0}.trademark-register-page .process-section .process-steps{grid-template-columns:1fr;gap:16px}.trademark-register-page .process-section .step{text-align:left;padding:16px;background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014}.trademark-register-page .process-section .step .step-number{margin:0 0 12px}.trademark-register-page .process-section .step .step-content h4{font-size:14px}.trademark-register-page .process-section .step .step-content p{font-size:12px}.trademark-register-page .guarantees-section{padding:36px 0}.trademark-register-page .guarantees-section .guarantees-grid{grid-template-columns:1fr;gap:12px}.trademark-register-page .guarantees-section .guarantee-item{padding:16px}.trademark-register-page .enterprise-section{padding:36px 0}.trademark-register-page .enterprise-section .feature-item{font-size:13px}.trademark-register-page .footer-info{padding:24px 0}.trademark-register-page .footer-info p{font-size:12px}}.settle-page .page-header{background:linear-gradient(135deg,#1a365d,#2c5282);padding:60px 40px;color:#fff;text-align:center}.settle-page .page-header h1{font-size:36px;margin-bottom:12px;color:#fff}.settle-page .page-header p{font-size:18px;opacity:.9;margin-bottom:24px;color:#fff}.settle-page .page-header .header-banner{display:inline-block;padding:12px 32px;background:#ffffff26;border-radius:8px;font-size:16px}.settle-page .content{max-width:1000px;margin:0 auto;padding:60px 40px}.settle-page .content section{margin-bottom:60px}.settle-page .content section h2{font-size:24px;color:#1d2129;text-align:center;margin-bottom:32px}.settle-page .packages-section .package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.settle-page .packages-section .package-grid .package-card{background:#fff;border-radius:12px;padding:32px;text-align:center;box-shadow:0 2px 12px #00000014;transition:all .2s}.settle-page .packages-section .package-grid .package-card:hover{transform:translateY(-4px)}.settle-page .packages-section .package-grid .package-card h3{font-size:20px;color:#1d2129;margin-bottom:20px}.settle-page .packages-section .package-grid .package-card .price-box{margin-bottom:8px}.settle-page .packages-section .package-grid .package-card .price-box .price{font-size:32px;font-weight:700;color:#ff7d00}.settle-page .packages-section .package-grid .package-card .price-box .unit{font-size:14px;color:#86909c}.settle-page .packages-section .package-grid .package-card .original{font-size:14px;color:#86909c;text-decoration:line-through;margin-bottom:20px}.settle-page .packages-section .package-grid .package-card .buy-btn{width:100%;padding:12px;background:linear-gradient(135deg,#1a365d,#2c5282);color:#fff;border:none;border-radius:24px;font-size:16px;cursor:pointer;margin-bottom:12px}.settle-page .packages-section .package-grid .package-card .buy-btn:hover{opacity:.9}.settle-page .packages-section .package-grid .package-card .combo{font-size:13px;color:#00b42a}.settle-page .process-section .process-list{background:#fff;border-radius:12px;padding:32px;box-shadow:0 2px 12px #00000014}.settle-page .process-section .process-list .process-item{display:flex;gap:20px;margin-bottom:24px}.settle-page .process-section .process-list .process-item:last-child{margin-bottom:0}.settle-page .process-section .process-list .process-item .step-num{width:40px;height:40px;background:linear-gradient(135deg,#1a365d,#2c5282);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;flex-shrink:0}.settle-page .process-section .process-list .process-item .step-content h4{font-size:16px;color:#1d2129;margin-bottom:4px}.settle-page .process-section .process-list .process-item .step-content p{font-size:14px;color:#4e5969}.settle-page .advantage-section .advantage-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.settle-page .advantage-section .advantage-grid .advantage-item{background:#fff;border-radius:12px;padding:24px;text-align:center;box-shadow:0 2px 12px #00000014}.settle-page .advantage-section .advantage-grid .advantage-item .icon{font-size:40px;margin-bottom:12px}.settle-page .advantage-section .advantage-grid .advantage-item h4{font-size:16px;color:#1d2129;margin-bottom:8px}.settle-page .advantage-section .advantage-grid .advantage-item p{font-size:14px;color:#4e5969}@media screen and (max-width: 768px){.settle-page .page-header{padding:40px 20px}.settle-page .page-header h1{font-size:24px}.settle-page .page-header p{font-size:15px}.settle-page .page-header .header-banner{padding:10px 20px;font-size:14px}.settle-page .content{padding:30px 16px}.settle-page .content section{margin-bottom:40px}.settle-page .content section h2{font-size:20px;margin-bottom:20px}.settle-page .packages-section .package-grid{display:block}.settle-page .packages-section .package-grid .package-card{padding:24px;margin-bottom:16px}.settle-page .packages-section .package-grid .package-card h3{font-size:18px;margin-bottom:16px}.settle-page .packages-section .package-grid .package-card .price-box .price{font-size:28px}.settle-page .packages-section .package-grid .package-card .buy-btn{padding:14px;font-size:16px}.settle-page .process-section .process-list{padding:20px}.settle-page .process-section .process-list .process-item{gap:16px;margin-bottom:16px}.settle-page .process-section .process-list .process-item .step-num{width:36px;height:36px;font-size:14px}.settle-page .process-section .process-list .process-item .step-content h4{font-size:15px}.settle-page .process-section .process-list .process-item .step-content p{font-size:13px}.settle-page .advantage-section .advantage-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.settle-page .advantage-section .advantage-grid .advantage-item{padding:16px}.settle-page .advantage-section .advantage-grid .advantage-item .icon{font-size:32px;margin-bottom:8px}.settle-page .advantage-section .advantage-grid .advantage-item h4{font-size:14px}.settle-page .advantage-section .advantage-grid .advantage-item p{font-size:12px}.settle-page .modal-overlay .modal-content{padding:24px;width:95%}}@media screen and (max-width: 576px){.settle-page .packages-section .package-grid .package-card{padding:20px}.settle-page .packages-section .package-grid .package-card h3{font-size:16px}.settle-page .packages-section .package-grid .package-card .price-box .price{font-size:24px}.settle-page .advantage-section .advantage-grid{grid-template-columns:1fr}}.settle-page .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.settle-page .modal-overlay .modal-content{background:#fff;border-radius:12px;padding:32px;width:400px;max-width:90%;box-shadow:0 20px 60px #0003;text-align:center}.settle-page .modal-overlay .modal-content h3{font-size:20px;color:#1d2129;margin-bottom:8px}.settle-page .modal-overlay .modal-content p{font-size:14px;color:#4e5969;margin-bottom:24px}.settle-page .modal-overlay .modal-content .phone-input{width:100%;padding:12px 16px;border:1px solid #e5e6eb;border-radius:8px;font-size:16px;margin-bottom:16px;box-sizing:border-box}.settle-page .modal-overlay .modal-content .phone-input:focus{outline:none;border-color:#1a365d}.settle-page .modal-overlay .modal-content .message{font-size:14px;color:#00b42a;margin-bottom:16px}.settle-page .modal-overlay .modal-content .modal-actions{display:flex;gap:12px;justify-content:center}.settle-page .modal-overlay .modal-content .modal-actions .btn{padding:10px 24px;border-radius:24px;font-size:14px;cursor:pointer;border:none}.settle-page .modal-overlay .modal-content .modal-actions .btn.btn-secondary{background:#f7f8fa;color:#4e5969}.settle-page .modal-overlay .modal-content .modal-actions .btn.btn-primary{background:linear-gradient(135deg,#1a365d,#2c5282);color:#fff}.settle-page .modal-overlay .modal-content .modal-actions .btn:disabled{opacity:.6;cursor:not-allowed}.orders-page{min-height:100vh;background:#f5f5f5}.page-header{background:#1a365d;padding:24px 48px}.page-header .header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.page-header .header-content h1{color:#fff;font-size:24px;margin:0}.page-header .header-content .back-link{color:#fffc;text-decoration:none;font-size:14px}.page-header .header-content .back-link:hover{color:#fff;text-decoration:underline}.tabs-container{background:#fff;padding:0 48px;border-bottom:1px solid #eee}.tabs-container.orders-tabs-wrap{display:block}.tabs-container .tabs-container-cont{max-width:1200px;margin:0 auto}.tabs-container .tab{padding:16px 24px;border:none;background:none;font-size:14px;color:#666;cursor:pointer;position:relative}.tabs-container .tab:hover{color:#1a365d}.tabs-container .tab.active{color:#1a365d;font-weight:700}.tabs-container .tab.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:32px;height:3px;background:#1a365d;border-radius:2px}.orders-container{padding:24px 48px}.empty-state .empty-icon{font-size:64px;margin-bottom:16px}.empty-state p{color:#999;font-size:16px;margin:0 0 16px}.empty-state .empty-link{color:#1a365d;text-decoration:none;font-size:14px;padding:8px 24px;border:1px solid #1a365d;border-radius:20px}.empty-state .empty-link:hover{background:#1a365d;color:#fff}.orders-list{display:flex;flex-direction:column;gap:16px;max-width:1200px;margin:0 auto}.order-card{background:#fff;border-radius:8px;padding:24px;box-shadow:0 2px 8px #0000000f}.order-card .order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f5f5f5}.order-card .order-header .order-no{font-size:12px;color:#999}.order-card .order-header .order-status{font-size:14px;font-weight:700}.order-card .order-content{margin-bottom:16px}.order-card .order-content .trademark-info h3{font-size:18px;font-weight:700;color:#333;margin:0 0 12px}.order-card .order-content .trademark-info .info-row{display:flex;gap:24px;font-size:14px;color:#666;margin-bottom:8px}.order-card .order-content .trademark-info .create-time{font-size:12px;color:#999}.order-card .order-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #f5f5f5}.order-card .order-footer .order-price{font-size:20px;font-weight:700;color:#e53935}.order-card .order-footer .order-actions{display:flex;gap:12px;align-items:center}.btn{padding:8px 20px;border-radius:20px;font-size:14px;border:none;cursor:pointer}.btn.btn-primary{background:#1a365d;color:#fff}.btn.btn-primary:hover{background:#2c4a6e}.btn.btn-secondary{background:#f5f5f5;color:#666;border:1px solid #ddd}.btn.btn-secondary:hover{background:#eee}.status-tag{padding:6px 16px;border-radius:12px;font-size:12px}.status-tag.paid{background:#f6ffed;color:#52c41a}.status-tag.processing{background:#e6f7ff;color:#1890ff}.status-tag.completed{background:#f5f5f5;color:#666}.status-tag.cancelled{background:#f5f5f5;color:#999}.profile-page{min-height:calc(100vh - 200px);padding:40px 20px;max-width:800px;margin:0 auto}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 0}.empty-state .empty-icon{font-size:64px;margin-bottom:20px}.empty-state p{font-size:18px;color:#666;margin-bottom:24px}.empty-state .login-btn{padding:12px 32px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer}.empty-state .login-btn:hover{opacity:.9}.profile-header{display:flex;justify-content:space-between;align-items:center;padding:24px;background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;margin-bottom:24px}.profile-header .user-info{display:flex;align-items:center;gap:16px}.profile-header .avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2)}.profile-header .avatar img{width:100%;height:100%;object-fit:cover}.profile-header .avatar .avatar-icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:36px}.profile-header .user-detail h2{font-size:20px;font-weight:600;margin-bottom:4px;color:#1a365d}.profile-header .user-detail .role{color:#86909c;font-size:14px}.profile-header .logout-btn{padding:10px 24px;background:#f5f7fa;color:#646566;border:none;border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s}.profile-header .logout-btn:hover{background:#e8eaed;color:#333}.tabs-container{display:flex;gap:12px;margin-bottom:24px}.tabs-container .tab{padding:12px 24px;background:#fff;border:none;border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s;color:#646566}.tabs-container .tab.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.tabs-container .tab:hover:not(.active){background:#f5f7fa}.tab-content{background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;padding:24px}.orders-section .order-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}.orders-section .stat-item{text-align:center;padding:20px;background:#f8fafc;border-radius:8px}.orders-section .stat-item .stat-value{display:block;font-size:28px;font-weight:700;color:#667eea;margin-bottom:8px}.orders-section .stat-item .stat-label{font-size:14px;color:#646566}.orders-section .view-all-btn{width:100%;padding:14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer}.orders-section .view-all-btn:hover{opacity:.9}.profile-form .form-group{margin-bottom:20px}.profile-form .form-group label{display:block;font-size:14px;color:#4a5568;margin-bottom:8px}.profile-form .form-group input{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;background:#f8fafc;color:#4a5568}.profile-form .form-group input:read-only{cursor:not-allowed}.settings-section .setting-item{display:flex;justify-content:space-between;align-items:center;padding:20px 0;border-bottom:1px solid #e2e8f0}.settings-section .setting-item:last-child{border-bottom:none}.settings-section .setting-item .setting-label{font-size:16px;color:#1a365d}.settings-section .setting-item .setting-btn{padding:8px 20px;background:#f5f7fa;color:#667eea;border:none;border-radius:6px;font-size:14px;cursor:pointer}.settings-section .setting-item .setting-btn:hover{background:#e8eaed}@media (max-width: 600px){.profile-header{flex-direction:column;gap:16px;text-align:center}.order-stats{grid-template-columns:repeat(2,1fr)!important}.stat-item{padding:16px!important}.stat-item .stat-value{font-size:24px!important}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:400px;overflow:hidden;animation:modalSlideIn .2s ease}@keyframes modalSlideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0}.modal-header h3{font-size:18px;font-weight:600;color:#1a365d;margin:0}.modal-header .modal-close{width:32px;height:32px;border:none;background:#f5f7fa;border-radius:50%;font-size:20px;color:#646566;cursor:pointer;display:flex;align-items:center;justify-content:center}.modal-header .modal-close:hover{background:#e8eaed}.modal-body{padding:20px}.modal-body .form-group{margin-bottom:16px}.modal-body .form-group:last-child{margin-bottom:0}.modal-body .form-group label{display:block;font-size:14px;color:#4a5568;margin-bottom:8px}.modal-body .form-group input{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px}.modal-body .form-group input:focus{outline:none;border-color:#667eea}.modal-body .form-group input::placeholder{color:#a0aec0}.modal-body .privacy-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e2e8f0}.modal-body .privacy-item:last-child{border-bottom:none}.modal-body .privacy-item span{font-size:14px;color:#4a5568}.modal-body .privacy-item input[type=checkbox]{width:20px;height:20px;cursor:pointer}.modal-footer{display:flex;gap:12px;padding:16px 20px;border-top:1px solid #e2e8f0;background:#f8fafc}.modal-footer .modal-btn{flex:1;padding:12px;border:none;border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s}.modal-footer .modal-btn.cancel{background:#f5f7fa;color:#646566}.modal-footer .modal-btn.cancel:hover{background:#e8eaed}.modal-footer .modal-btn.confirm{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.modal-footer .modal-btn.confirm:hover:not(:disabled){opacity:.9}.modal-footer .modal-btn.confirm:disabled{opacity:.6;cursor:not-allowed}.favorites-section .empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 0}.favorites-section .empty-state .empty-icon{font-size:64px;margin-bottom:20px}.favorites-section .empty-state p{font-size:18px;color:#666;margin-bottom:24px}.favorites-section .empty-state .browse-btn{padding:12px 32px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer}.favorites-section .empty-state .browse-btn:hover{opacity:.9}.favorites-section .favorites-list{display:flex;flex-direction:column;gap:16px}.favorites-section .favorite-item{display:flex;align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 12px #00000014;overflow:hidden;position:relative}.favorites-section .favorite-item .item-link{display:flex;align-items:center;flex:1;text-decoration:none;padding:16px}.favorites-section .favorite-item .item-link .item-image{width:80px;height:80px;object-fit:cover;border-radius:8px;margin-right:16px}.favorites-section .favorite-item .item-link .item-info{display:flex;flex-direction:column}.favorites-section .favorite-item .item-link .item-info .item-name{font-size:16px;font-weight:600;color:#1a365d;margin-bottom:4px}.favorites-section .favorite-item .item-link .item-info .item-category{font-size:13px;color:#86909c;margin-bottom:8px}.favorites-section .favorite-item .item-link .item-info .item-price{font-size:18px;font-weight:600;color:#ff7d00}.favorites-section .favorite-item .remove-btn{position:absolute;top:8px;right:8px;width:32px;height:32px;border:none;background:#ffffffe6;border-radius:50%;font-size:20px;color:#646566;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a}.favorites-section .favorite-item .remove-btn:hover{background:#ff4d4f;color:#fff}.login-page{display:flex;flex-direction:column;background:#f5f7fa}.login-header-bar{background:linear-gradient(135deg,#1a365d,#2c5282);padding:15px 40px}.login-header-bar .header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.login-header-bar .header-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.login-header-bar .header-logo .logo-text{font-size:24px;font-weight:700;color:#fff}.login-header-bar .header-logo .logo-subtitle{font-size:12px;color:#ffffffb3}.login-header-bar .header-nav{display:flex;gap:20px}.login-header-bar .header-nav .nav-link{color:#fffc;font-size:14px;text-decoration:none}.login-header-bar .header-nav .nav-link:hover{color:#fff}.login-container{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 20px}.login-card{width:420px;background:#fff;border-radius:8px;box-shadow:0 2px 12px #0000001a;padding:40px}.login-header{text-align:center;margin-bottom:24px}.logo{font-size:24px;font-weight:700;color:#333;margin:0}.login-tabs{display:flex;border:1px solid #e8e8e8;border-radius:4px;margin-bottom:24px;overflow:hidden}.tab-btn{flex:1;padding:12px;background:transparent;border:none;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.tab-btn.active{background:#1890ff;color:#fff}.tab-btn:not(.active):hover{background:#f5f7fa}.login-form{display:flex;flex-direction:column;gap:16px}.sendCode-group{flex-direction:row!important}.mobile-group{flex-direction:column!important}.form-group input{padding:12px 16px;border:1px solid #e8e8e8;border-radius:4px;font-size:14px;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#1890ff}.form-group input::placeholder{color:#bfbfbf}.captcha-group{display:flex;flex-direction:row!important;align-items:center;gap:12px}.captcha-group input{flex:1;min-width:0}.captcha-image-wrapper{flex-shrink:0}.captcha-image{width:110px;height:30px;border-radius:4px;cursor:pointer;image-rendering:pixelated}.send-code-btn{padding:10px 16px;background:#1890ff;color:#fff;border:none;border-radius:4px;font-size:14px;cursor:pointer;transition:background .2s}.send-code-btn:hover:not(:disabled){background:#40a9ff}.send-code-btn:disabled{background:#ccc;cursor:not-allowed}.checkbox-group{flex-direction:row!important;align-items:center;gap:8px;font-size:14px;color:#666}.checkbox-group input[type=checkbox]{width:16px;height:16px;margin:0}.agreement-link{color:#1890ff;text-decoration:none}.agreement-link:hover{text-decoration:underline}.login-btn{padding:12px;background:#1890ff;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:500;cursor:pointer;transition:background .2s}.login-btn:hover:not(:disabled){background:#40a9ff}.login-btn:disabled{background:#ccc;cursor:not-allowed}.login-footer{margin-top:24px}.third-party-login{display:flex;flex-direction:column;align-items:center;gap:16px}.divider{font-size:12px;color:#999;padding:0 12px;position:relative}.divider:before,.divider:after{content:"";position:absolute;top:50%;width:80px;height:1px;background:#e8e8e8}.divider:before{left:-90px}.divider:after{right:-90px}.wechat-login-btn{display:flex;align-items:center;gap:8px;padding:10px 24px;background:#fff;color:#4a5568;border:1px solid #ccc;border-radius:4px;font-size:14px;cursor:pointer;transition:opacity .2s}.wechat-login-btn:hover{opacity:.9}.wechat-icon{width:20px;height:20px}.login-footer-bar{background:linear-gradient(135deg,#1a365d,#2c5282);color:#fff;padding:40px 40px 20px}.login-footer-bar .footer-content{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;max-width:1200px;margin:0 auto;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,.1)}.login-footer-bar .footer-section h3{font-size:16px;font-weight:600;margin-bottom:15px;color:#fff}.login-footer-bar .footer-section p{font-size:13px;line-height:1.6;color:#ffffffb3;margin:0}.login-footer-bar .footer-section ul{list-style:none;padding:0;margin:0}.login-footer-bar .footer-section ul li{margin-bottom:10px}.login-footer-bar .footer-section ul li a{color:#ffffffb3;font-size:13px;text-decoration:none}.login-footer-bar .footer-section ul li a:hover{color:#fff}.login-footer-bar .footer-section ul li:last-child{margin-bottom:0}.login-footer-bar .footer-section .contact-item{display:flex;align-items:center;gap:8px;margin-bottom:10px;font-size:13px;color:#ffffffb3}.login-footer-bar .footer-section .contact-item .contact-icon{font-size:14px}.login-footer-bar .footer-section .contact-item:last-child{margin-bottom:0}.login-footer-bar .footer-bottom{max-width:1200px;margin:0 auto;padding-top:20px;display:flex;justify-content:space-between;align-items:center}.login-footer-bar .footer-bottom p{font-size:12px;color:#fff9;margin:0}.login-footer-bar .footer-bottom .footer-links{display:flex;align-items:center;gap:12px}.login-footer-bar .footer-bottom .footer-links a{color:#fff9;font-size:12px;text-decoration:none}.login-footer-bar .footer-bottom .footer-links a:hover{color:#fff}.login-footer-bar .footer-bottom .footer-links span{color:#ffffff4d}@media (max-width: 900px){.login-footer-bar .footer-content{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.login-header-bar{padding:10px 20px}.login-header-bar .header-logo .logo-text{font-size:18px}.login-header-bar .header-nav{gap:10px}.login-card{width:100%;max-width:420px;padding:30px 20px}.login-footer-bar{padding:30px 20px 15px}.login-footer-bar .footer-content{grid-template-columns:1fr;gap:20px}.login-footer-bar .footer-bottom{flex-direction:column;gap:10px;text-align:center}}.bind-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.bind-modal-overlay .bind-modal{background:#fff;border-radius:12px;padding:40px;width:90%;max-width:420px;position:relative;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.bind-modal-overlay .bind-modal .bind-close-btn{position:absolute;top:15px;right:15px;background:none;border:none;font-size:24px;cursor:pointer;color:#999;line-height:1}.bind-modal-overlay .bind-modal .bind-close-btn:hover{color:#333}.bind-modal-overlay .bind-modal .bind-title{font-size:24px;font-weight:700;color:#1a365d;margin:0 0 8px;text-align:center}.bind-modal-overlay .bind-modal .bind-subtitle{font-size:14px;color:#666;text-align:center;margin:0 0 30px}.bind-modal-overlay .bind-modal .bind-form{display:flex;flex-direction:column;gap:16px}.bind-modal-overlay .bind-modal .bind-form .bind-form-group{display:flex;align-items:center;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:all .2s}.bind-modal-overlay .bind-modal .bind-form .bind-form-group:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.bind-modal-overlay .bind-modal .bind-form .bind-form-group.captcha-group .captcha-image-wrapper{height:50px;display:flex;align-items:center;padding:0 12px;border-left:1px solid #e0e0e0;background:#f9fafb;cursor:pointer}.bind-modal-overlay .bind-modal .bind-form .bind-form-group.captcha-group .captcha-image-wrapper .captcha-image{height:36px;width:auto}.bind-modal-overlay .bind-modal .bind-form .bind-form-group.send-code-group .send-code-btn{height:50px;padding:0 16px;background:#2563eb;color:#fff;border:none;font-size:14px;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .2s}.bind-modal-overlay .bind-modal .bind-form .bind-form-group.send-code-group .send-code-btn:disabled{background:#94a3b8;cursor:not-allowed}.bind-modal-overlay .bind-modal .bind-form .bind-form-group input{flex:1;height:50px;padding:0 16px;border:none;outline:none;font-size:15px;background:transparent}.bind-modal-overlay .bind-modal .bind-form .bind-form-group input::placeholder{color:#999}.bind-modal-overlay .bind-modal .bind-form .bind-submit-btn{height:50px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;margin-top:10px}.bind-modal-overlay .bind-modal .bind-form .bind-submit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2563eb66}.bind-modal-overlay .bind-modal .bind-form .bind-submit-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.register-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.register-card{width:400px;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;padding:40px}.register-header{text-align:center;margin-bottom:32px}.logo{font-size:28px;font-weight:700;color:#1a365d;margin-bottom:8px}.subtitle{color:#86909c;font-size:14px}.register-form{display:flex;flex-direction:column;gap:16px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:500;color:#4a5568;font-size:14px}.form-group input{padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input::placeholder{color:#a0aec0}.register-btn{padding:14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:8px}.register-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.register-btn:disabled{opacity:.7;cursor:not-allowed}.register-footer{text-align:center;margin-top:24px;display:flex;align-items:center;justify-content:center;gap:8px}.register-footer span{color:#86909c;font-size:14px}.login-link{color:#667eea;text-decoration:none;font-size:14px}.login-link:hover{text-decoration:underline}.categories-page{padding-bottom:40px}.page-header{text-align:center;margin-bottom:50px}.page-header h1{font-size:32px;color:#fff!important;margin-bottom:12px;font-weight:700}.page-header p{color:#fff!important;font-size:15px}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;max-width:1400px;margin:0 auto}.category-card{background:#fff;border-radius:12px;padding:0;box-shadow:0 4px 15px #0000000f;transition:all .35s cubic-bezier(.4,0,.2,1);text-decoration:none;color:inherit;overflow:hidden;border:1px solid rgba(0,0,0,.04)}.category-card:hover{box-shadow:0 12px 30px #667eea26;transform:translateY(-6px)}.category-header{height:100px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.category-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.9}.category-header:after{content:"";position:absolute;top:-50%;right:-50%;width:100px;height:100px;background:#ffffff1a;border-radius:50%}.category-logo{position:relative;z-index:1;font-size:48px;font-weight:700;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.category-body{padding:20px}.category-name{font-size:18px;font-weight:600;color:#2c3e50;margin-bottom:12px;text-align:center}.category-meta{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:16px}.category-code{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6px 12px;border-radius:20px;font-size:14px;font-weight:600}.category-language{background:#f8f9fa;color:#666;padding:4px 10px;border-radius:16px;font-size:12px}.category-desc{font-size:13px;color:#7f8c8d;line-height:1.6;text-align:center;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-stats{display:flex;justify-content:center;gap:16px;margin-bottom:16px;padding-top:12px;border-top:1px solid #f0f0f0}.stat-item{text-align:center}.stat-value{display:block;font-size:20px;font-weight:700;color:#667eea}.stat-label{display:block;font-size:12px;color:#95a5a6;margin-top:2px}.category-action{text-align:center}.view-btn{display:inline-block;padding:10px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:25px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}.view-btn:hover{transform:scale(1.05);box-shadow:0 6px 20px #667eea66}.loading{display:flex;justify-content:center;align-items:center;height:300px;color:#7f8c8d;font-size:16px}@media (max-width: 768px){.categories-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;padding:0 16px}.category-header{height:80px}.category-logo{font-size:36px}.category-body{padding:16px}.category-name{font-size:16px}.page-header h1{font-size:26px}.page-header p{font-size:14px}}@media (max-width: 576px){.categories-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px;padding:0 12px}.category-header{height:70px}.category-logo{font-size:30px}.category-body{padding:14px}.category-name{font-size:15px}.category-desc{font-size:12px;-webkit-line-clamp:2}.view-btn{padding:8px 20px;font-size:13px}.page-header{margin-bottom:32px}.page-header h1{font-size:24px}}@media (max-width: 480px){.categories-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px;padding:0 10px}.category-header{height:60px}.category-logo{font-size:24px}.category-body{padding:12px}.category-name{font-size:14px}.category-meta{gap:8px;margin-bottom:10px}.category-code{padding:4px 8px;font-size:12px}.category-language{padding:3px 8px;font-size:11px}.category-desc{font-size:12px;-webkit-line-clamp:1;margin-bottom:12px}.category-stats{gap:12px;margin-bottom:12px;padding-top:10px}.stat-value{font-size:16px}.stat-label{font-size:11px}.view-btn{padding:6px 16px;font-size:12px}.page-header{margin-bottom:24px}.page-header h1{font-size:22px}.page-header p{font-size:13px}}.about-page{padding:20px;max-width:1000px;margin:0 auto}.about-content{background:#fff;border-radius:8px;padding:30px;box-shadow:0 2px 8px #00000014}.content-section{margin-bottom:40px}.content-section h2{font-size:20px;color:#333;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #667eea}.content-text{line-height:1.8;color:#666;font-size:15px}.content-text p{margin-bottom:16px;text-indent:2em}.content-text p:last-child{margin-bottom:0}.features-section{margin-bottom:40px}.features-section h2{font-size:20px;color:#333;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #667eea}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.feature-card{text-align:center;padding:25px;background:#f8f9fa;border-radius:8px}.feature-icon{font-size:40px;margin-bottom:15px}.feature-card h3{font-size:16px;color:#333;margin-bottom:10px}.feature-card p{font-size:13px;color:#666;line-height:1.6}.team-section{margin-bottom:20px}.team-section h2{font-size:20px;color:#333;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #667eea}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:30px}.team-card{text-align:center}.team-avatar{width:100px;height:100px;border-radius:50%;margin-bottom:15px;border:3px solid #f0f0f0}.team-card h3{font-size:16px;color:#333;margin-bottom:5px}.team-card p{font-size:13px;color:#999}.contact-page{padding:20px;max-width:1000px;margin:0 auto}.page-header{text-align:center;margin-bottom:40px}.page-header h1{font-size:28px;color:#333;margin-bottom:10px}.page-header p{color:#666;font-size:14px}.contact-content{display:grid;grid-template-columns:1fr 1.2fr;gap:30px}.contact-info{background:#fff;border-radius:8px;padding:30px;box-shadow:0 2px 8px #00000014}.contact-info h2{font-size:20px;color:#333;margin-bottom:25px;padding-bottom:10px;border-bottom:2px solid #667eea}.info-list{display:flex;flex-direction:column;gap:20px}.info-item{display:flex;align-items:flex-start;gap:15px}.info-icon{font-size:24px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f5f7fa;border-radius:8px;flex-shrink:0}.info-item div{display:flex;flex-direction:column}.info-label{font-size:12px;color:#999;margin-bottom:5px}.info-value{font-size:15px;color:#333}.contact-form{background:#fff;border-radius:8px;padding:30px;box-shadow:0 2px 8px #00000014}.contact-form h2{font-size:20px;color:#333;margin-bottom:20px;padding-bottom:10px;border-bottom:2px solid #667eea}.success-message{background:#d4edda;color:#155724;padding:12px 16px;border-radius:6px;margin-bottom:20px;font-size:14px}.form-group{margin-bottom:18px}.form-group label{display:block;font-size:14px;color:#333;margin-bottom:8px}.form-group input,.form-group textarea,.form-group select{width:100%;padding:12px 15px;border:1px solid #e0e0e0;border-radius:6px;font-size:14px;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#667eea}.form-group textarea{resize:vertical}.submit-btn{width:100%;padding:14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:opacity .3s ease}.submit-btn:hover{opacity:.9}.loading{display:flex;justify-content:center;align-items:center;height:200px;color:#666}@media (max-width: 768px){.contact-content{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}html{font-size:14px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}@media screen and (max-width: 768px){html{font-size:13px}}@media screen and (max-width: 576px){html{font-size:12px}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,PingFang SC,Hiragino Sans GB,sans-serif;line-height:1.5;color:#1d2129;background-color:#f7f8fa;overflow-x:hidden}a{text-decoration:none;color:inherit}ul,ol{list-style:none}img{max-width:100%;height:auto}button{font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}.container{max-width:1400px;margin:0 auto;padding:0 24px}@media screen and (max-width: 992px){.container{padding:0 20px}}@media screen and (max-width: 768px){.container{padding:0 16px}}@media screen and (max-width: 576px){.container{padding:0 12px}}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.text-ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.text-ellipsis-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
