.LogoMarquee_logoMarquee___S4KH{position:relative;overflow:hidden;width:100%;height:80px}.LogoMarquee_logoTrack__re3sN{display:flex;align-items:center;gap:46px;padding:12px 24px;animation:LogoMarquee_marquee__S9sun 22s linear infinite;will-change:transform;height:100%}.LogoMarquee_logoItem__4zYjE{height:56px;width:auto;object-fit:contain;filter:drop-shadow(0 2px 2px rgba(0,0,0,.06));-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0}@keyframes LogoMarquee_marquee__S9sun{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.LogoMarquee_logoMarquee___S4KH{height:64px}.LogoMarquee_logoTrack__re3sN{animation:LogoMarquee_marquee__S9sun 18s linear infinite;gap:35px;padding:12px 20px}.LogoMarquee_logoItem__4zYjE{height:40px}}.ChatWidget_chatButton__7odH7{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:linear-gradient(135deg,#FFA800,#FF8C00);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 20px rgba(255,168,0,.4);transition:all .3s ease;z-index:1000;animation:ChatWidget_float__VYAhC 3s ease-in-out infinite}.ChatWidget_chatButton__7odH7:hover{transform:scale(1.1);box-shadow:0 6px 25px rgba(255,168,0,.6)}.ChatWidget_chatButton__7odH7:active{transform:scale(.95)}.ChatWidget_phoneButton__AeBPi{position:fixed;bottom:110px;right:30px;width:60px;height:60px;background:linear-gradient(135deg,#FFD700,#FFA500);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 20px rgba(255,215,0,.4);transition:all .3s ease;z-index:1000;animation:ChatWidget_phoneRing__Ptzvd 2s ease-in-out infinite}.ChatWidget_phoneButton__AeBPi:hover{transform:scale(1.1);box-shadow:0 6px 25px rgba(255,215,0,.6)}.ChatWidget_phoneButton__AeBPi:active{transform:scale(.95)}@keyframes ChatWidget_float__VYAhC{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes ChatWidget_phoneRing__Ptzvd{0%,to{transform:rotate(0deg)}10%{transform:rotate(-15deg)}20%{transform:rotate(15deg)}30%{transform:rotate(-12deg)}40%{transform:rotate(12deg)}50%{transform:rotate(-8deg)}60%{transform:rotate(8deg)}70%{transform:rotate(-5deg)}80%{transform:rotate(5deg)}90%{transform:rotate(-2deg)}}.ChatWidget_pulse__KkD66{animation:ChatWidget_pulse__KkD66 1s ease-in-out}@keyframes ChatWidget_pulse__KkD66{0%{box-shadow:0 4px 20px rgba(255,168,0,.4)}50%{box-shadow:0 4px 20px rgba(255,168,0,.8),0 0 0 10px rgba(255,168,0,.1)}to{box-shadow:0 4px 20px rgba(255,168,0,.4)}}.ChatWidget_chatWindow__ZMhWE{position:fixed;top:80px;right:30px;width:790px;height:calc(100vh - 100px);background:white;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.15);display:flex;flex-direction:column;z-index:1001;overflow:hidden;animation:ChatWidget_slideIn__HfVVH .3s ease-out}@keyframes ChatWidget_slideIn__HfVVH{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.ChatWidget_chatHeader__NGx1n{background:linear-gradient(135deg,#FFA800,#FF8C00);color:white;padding:15px 20px;display:flex;justify-content:space-between;align-items:center}.ChatWidget_chatTitle__a_oBn{display:flex;align-items:center;font-weight:600;font-size:16px}.ChatWidget_onlineIndicator__VnC8_{width:8px;height:8px;border-radius:50%;margin-right:8px;animation:ChatWidget_pulse__KkD66 2s infinite}.ChatWidget_onlineIndicator__VnC8_.ChatWidget_connected__Eupkv{background:#4CAF50}.ChatWidget_onlineIndicator__VnC8_.ChatWidget_disconnected__k4QoI{background:#ff4444}.ChatWidget_connectionStatus___xinZ{font-size:12px;color:rgba(255,255,255,.8);margin-left:8px}.ChatWidget_closeButton__jpfV9{background:none;border:none;color:white;font-size:24px;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.ChatWidget_closeButton__jpfV9:hover{background:rgba(255,255,255,.2)}.ChatWidget_chatBody__xAQBQ{flex:1 1;padding:20px;overflow-y:auto;background:#f8f9fa}.ChatWidget_welcomeMessage__ZrCq7{display:flex;align-items:flex-start;margin-bottom:20px}.ChatWidget_messageContainer__n8ZEQ{display:flex;align-items:flex-start;margin-bottom:15px}.ChatWidget_userMessage__9Jrdj{flex-direction:row-reverse}.ChatWidget_userMessage__9Jrdj .ChatWidget_messageBubble___87BV{margin-left:12px;margin-right:0}.ChatWidget_otherMessage__ZKyPi{flex-direction:row}.ChatWidget_avatar__LoY0Z{width:40px;height:40px;background:#FFA800;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:12px;flex-shrink:0;overflow:hidden}.ChatWidget_avatarIcon__IBXif{font-size:20px;color:white;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.ChatWidget_userMessage__9Jrdj .ChatWidget_avatar__LoY0Z{margin-right:0;margin-left:12px}.ChatWidget_messageWrapper__ZXq_h{display:flex;flex-direction:column;align-items:flex-start;max-width:80%}.ChatWidget_userMessage__9Jrdj .ChatWidget_messageWrapper__ZXq_h{align-items:flex-end}.ChatWidget_messageBubble___87BV{background:white;padding:12px 16px;border-radius:18px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.ChatWidget_messageBubble___87BV p{margin:0;color:#333;font-size:14px;line-height:1.4}.ChatWidget_userMessage__9Jrdj .ChatWidget_messageBubble___87BV{background:linear-gradient(135deg,#FFA800,#FF8C00);color:white}.ChatWidget_userMessage__9Jrdj .ChatWidget_messageBubble___87BV p{color:white}.ChatWidget_messageTime__YqgWP{font-size:12px;color:#999;margin-top:4px;text-align:left;width:100%}.ChatWidget_userMessage__9Jrdj .ChatWidget_messageTime__YqgWP{color:rgba(0,0,0,.6);text-align:left}.ChatWidget_messageHeader__CdgcY{margin-bottom:4px;display:flex;flex-direction:column;align-items:flex-start}.ChatWidget_senderLabelEn__tX52r{font-size:12px;font-weight:600;color:#666;line-height:1.2}.ChatWidget_typingIndicator__454VN{display:flex;align-items:center;margin-bottom:15px;color:#666;font-size:14px}.ChatWidget_typingDots__GQRbc{display:flex;margin-right:8px}.ChatWidget_typingDots__GQRbc span{width:6px;height:6px;background:#FFA800;border-radius:50%;margin-right:3px;animation:ChatWidget_typing__ikBpt 1.4s ease-in-out infinite}.ChatWidget_typingDots__GQRbc span:first-child{animation-delay:-.32s}.ChatWidget_typingDots__GQRbc span:nth-child(2){animation-delay:-.16s}@keyframes ChatWidget_typing__ikBpt{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.ChatWidget_chatInput__Tlxpl{padding:15px 20px;background:white;border-top:1px solid #eee;display:flex;align-items:center;gap:10px}.ChatWidget_inputField__dP0Dr{flex:1 1;border:1px solid #ddd;border-radius:20px;padding:10px 15px;font-size:14px;outline:none;transition:border-color .2s;background:white;color:#333}.ChatWidget_inputField__dP0Dr:focus{border-color:#FFA800;box-shadow:0 0 0 2px rgba(255,168,0,.2)}.ChatWidget_inputField__dP0Dr:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.ChatWidget_sendButton__V_yjg{width:40px;height:40px;background:linear-gradient(135deg,#FFA800,#FF8C00);border:none;border-radius:50%;color:white;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s}.ChatWidget_sendButton__V_yjg:hover{transform:scale(1.05)}.ChatWidget_sendButton__V_yjg:active{transform:scale(.95)}.ChatWidget_headerActions__tmh5T{display:flex;align-items:center;gap:8px}.ChatWidget_configButton__B25Fh{background:none;border:none;color:white;font-size:16px;cursor:pointer;padding:4px 8px;border-radius:4px;transition:background-color .2s}.ChatWidget_configButton__B25Fh:hover{background:rgba(255,255,255,.2)}.ChatWidget_configMenu__afzhi{position:absolute;top:100%;right:20px;background:white;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);z-index:1002;width:280px;animation:ChatWidget_slideDown__UcxRN .2s ease-out}@keyframes ChatWidget_slideDown__UcxRN{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ChatWidget_configMenuHeader__ICQIo{padding:15px 20px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.ChatWidget_configMenuHeader__ICQIo h4{margin:0;color:#333;font-size:14px;font-weight:600}.ChatWidget_closeConfigButton__5UBgw{background:none;border:none;color:#999;font-size:20px;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.ChatWidget_closeConfigButton__5UBgw:hover{background:#f5f5f5;color:#666}.ChatWidget_configOptions__Tw69G{padding:15px 20px}.ChatWidget_currentConfig__wtsDC{font-size:12px;color:#666;margin-bottom:12px;padding:8px 12px;background:#f8f9fa;border-radius:4px}.ChatWidget_configOption__LpMZ2{width:100%;background:none;border:1px solid #e0e0e0;border-radius:8px;padding:12px;margin-bottom:8px;cursor:pointer;display:flex;align-items:center;gap:12px;transition:all .2s}.ChatWidget_configOption__LpMZ2:hover{background:#f8f9fa;border-color:#ccc}.ChatWidget_configOption__LpMZ2.ChatWidget_active__eNp07{background:#fff3e0;border-color:#FFA800}.ChatWidget_configIcon__ah86a{font-size:20px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f0f0f0;border-radius:50%}.ChatWidget_configInfo__DDNlS{flex:1 1;text-align:left}.ChatWidget_configName__uE6X_{font-size:14px;font-weight:600;color:#333;margin-bottom:2px}.ChatWidget_configDesc__2Tu0c{font-size:12px;color:#666}.ChatWidget_selectedIcon__MAshV{color:#FFA800;font-size:16px;font-weight:700}@media (max-width:768px){.ChatWidget_chatButton__7odH7{bottom:20px;right:20px;width:50px;height:50px}.ChatWidget_phoneButton__AeBPi{bottom:120px;right:20px;width:50px;height:50px}.ChatWidget_chatWindow__ZMhWE{top:70px;right:20px;left:20px;width:auto;height:calc(100vh - 90px)}.ChatWidget_chatButton__7odH7 svg,.ChatWidget_phoneButton__AeBPi svg{width:20px;height:20px}.ChatWidget_configMenu__afzhi{right:10px;left:10px;width:auto}}.cooperate_container__rSW9I{min-height:100vh;background:#010043;color:#222}.cooperate_main__Qq7bh{max-width:1000px;margin:0 auto;padding:40px 16px 32px}.cooperate_title__TM326{font-size:2.5rem;font-weight:700;margin-bottom:12px;color:#fff}.cooperate_tip__FQm4A{color:#fff;font-size:1.1rem;margin-bottom:24px}.cooperate_form__8trN7{display:flex;flex-direction:column;gap:24px}.cooperate_input__3mcmY{font-size:1.1rem;padding:18px 14px;border:2px solid #e0e3e7;border-radius:4px;background:#fff;outline:none;transition:border .2s}.cooperate_input__3mcmY:focus{border-color:#25609c}.cooperate_textarea__vwnSm{font-size:1.1rem;padding:18px 14px;border:2px solid #e0e3e7;border-radius:4px;background:#fff;outline:none;min-height:120px;resize:vertical;transition:border .2s}.cooperate_textarea__vwnSm:focus{border-color:#25609c}.cooperate_button___FI5F{background:#194e7f;color:#fff;font-size:1.2rem;font-weight:500;border:none;border-radius:4px;padding:16px 0;margin-top:12px;cursor:pointer;transition:background .2s}.cooperate_button___FI5F:hover{background:#25609c}.cooperate_input__3mcmY::placeholder{color:#888}.cooperate_input__3mcmY::placeholder{unicode-bidi:-webkit-isolate;unicode-bidi:isolate}.cooperate_input__3mcmY::placeholder:first-letter{color:#ff3b3b}.cooperate_textarea__vwnSm::placeholder{color:#888}