.Header_header__NGAYC{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.1);position:sticky;top:0;z-index:1000;width:100%}.Header_container__ceFmx{max-width:1200px;margin:0 auto;padding:0 20px;justify-content:space-between;height:70px}.Header_container__ceFmx,.Header_logo__wutlk{display:flex;align-items:center}.Header_logo__wutlk img{height:auto;transition:transform .3s ease}.Header_logo__wutlk:hover img{transform:scale(1.05)}.Header_nav__k_55R{flex:1;display:flex;justify-content:flex-end}.Header_navList__SPaJy{display:flex;align-items:center;list-style:none;margin:0;padding:0;gap:40px}.Header_navItem__vGydl{position:relative}.Header_navLink__4ZwV9{color:#333;text-decoration:none;font-size:16px;font-weight:500;padding:8px 16px;border-radius:6px;transition:all .3s ease;position:relative;display:inline-block}.Header_navLink__4ZwV9:hover{color:#1890ff;background-color:rgba(24,144,255,.1)}.Header_navLink__4ZwV9.Header_active__gXSSS{color:#1890ff;position:relative}.Header_navLink__4ZwV9.Header_active__gXSSS:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:30px;height:3px;background:linear-gradient(90deg,#1890ff,#40a9ff);border-radius:2px;animation:Header_slideIn__NTqjp .3s ease}@keyframes Header_slideIn__NTqjp{0%{width:0;opacity:0}to{width:30px;opacity:1}}@media (max-width:768px){.Header_container__ceFmx{padding:0 15px;height:60px}.Header_navList__SPaJy{gap:20px}.Header_navLink__4ZwV9{font-size:14px;padding:6px 12px}.Header_logo__wutlk img{width:100px;height:auto}}@media (max-width:480px){.Header_navList__SPaJy{gap:15px}.Header_navLink__4ZwV9{font-size:13px;padding:4px 8px}}.Footer_footer__Jkpfh{width:100%;margin-top:auto}.Footer_footerBackground__k0Mta{background-image:url(/dongman/footer.png);background-size:cover;background-position:50%;background-repeat:no-repeat;position:relative;padding:60px 0 30px}.Footer_footerBackground__k0Mta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(24,144,255,.1),rgba(64,169,255,.05) 50%,rgba(135,208,104,.1));z-index:1}.Footer_container__Lc_JA{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.Footer_content__oX04t{display:grid;grid-template-columns:1fr 1fr;gap:80px;margin-bottom:40px}.Footer_section__9iXD3{color:#fff}.Footer_sectionTitle__Xx3ni{font-size:20px;font-weight:600;margin-bottom:20px;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5);position:relative}.Footer_sectionTitle__Xx3ni:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:3px;background:linear-gradient(90deg,#1890ff,#40a9ff);border-radius:2px}.Footer_contactList__qBR3N,.Footer_linkList__KCTNT{list-style:none;padding:0;margin:0}.Footer_contactItem__4R9SR,.Footer_linkItem__fmWTQ{margin-bottom:12px}.Footer_link__syQzG{color:hsla(0,0%,100%,.9);text-decoration:none;font-size:16px;transition:all .3s ease;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.Footer_link__syQzG:hover{color:#40a9ff;text-shadow:0 0 8px rgba(64,169,255,.6);transform:translateX(5px)}.Footer_contactLabel__xe2ug{color:hsla(0,0%,100%,.8);font-size:16px;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.Footer_contactValue__2d_mj{color:#fff;font-size:16px;font-weight:500;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.Footer_copyright__YID1n{border-top:1px solid hsla(0,0%,100%,.2);padding-top:20px;text-align:center}.Footer_copyrightText__uSxu0{color:hsla(0,0%,100%,.8);font-size:14px;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.5)}@media (max-width:768px){.Footer_footerBackground__k0Mta{padding:40px 0 20px}.Footer_content__oX04t{grid-template-columns:1fr;gap:40px;margin-bottom:30px}.Footer_container__Lc_JA{padding:0 15px}.Footer_sectionTitle__Xx3ni{font-size:18px;margin-bottom:15px}.Footer_contactLabel__xe2ug,.Footer_contactValue__2d_mj,.Footer_link__syQzG{font-size:14px}.Footer_contactItem__4R9SR,.Footer_linkItem__fmWTQ{margin-bottom:10px}}@media (max-width:480px){.Footer_footerBackground__k0Mta{padding:30px 0 15px}.Footer_sectionTitle__Xx3ni{font-size:16px}.Footer_contactLabel__xe2ug,.Footer_contactValue__2d_mj,.Footer_link__syQzG{font-size:13px}.Footer_copyrightText__uSxu0{font-size:12px}}.RechargePage_rechargePage__V8Sh_{min-height:100vh;display:flex;flex-direction:column}.RechargePage_container__JHHfr{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 20px}.RechargePage_rechargeBox__9bE7T{border-radius:20px;padding:40px;width:100%;max-width:480px}.RechargePage_header__ppQG0{text-align:center;margin-bottom:40px}.RechargePage_logo__FCU2L{margin-bottom:20px;transition:transform .3s ease}.RechargePage_logo__FCU2L:hover{transform:scale(1.05)}.RechargePage_title__xoXKG{font-size:32px;font-weight:700;color:#1890ff;margin:0 0 10px;-webkit-background-clip:text;background-clip:text}.RechargePage_subtitle__kNooC{font-size:16px;color:#666;margin:0;line-height:1.5}.RechargePage_form__4oIum{margin-bottom:30px}.RechargePage_input__tpgiu{border-radius:12px;transition:all .3s ease;font-size:16px}.RechargePage_input__tpgiu:hover{border-color:#667eea;box-shadow:0 0 0 2px rgba(102,126,234,.1)}.RechargePage_input__tpgiu:focus,.RechargePage_input__tpgiu:focus-within{border-color:#667eea;box-shadow:0 0 0 4px rgba(102,126,234,.15)}.RechargePage_inputIcon__tmfvs{color:#667eea;font-size:18px}.RechargePage_paymentMethod__mg4fV{margin:24px 0;padding:20px;background:linear-gradient(135deg,#f8f9ff,#f0f2ff);border-radius:12px;border:1px solid #e8e8e8;display:flex;align-items:center;justify-content:space-between}.RechargePage_paymentLabel__QBuqu{font-size:16px;font-weight:500;color:#333;margin:0}.RechargePage_paymentInfo__VyguA{display:flex;align-items:center;gap:8px;font-size:16px;color:#52c41a;font-weight:500}.RechargePage_wechatIcon__Pc2Ik{font-size:20px;color:#52c41a}.RechargePage_submitButton__ivIxU{margin-bottom:0}.RechargePage_rechargeButton__k9YQD{height:50px;border-radius:12px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;font-size:18px;font-weight:600;box-shadow:0 4px 15px rgba(102,126,234,.3);transition:all .3s ease}.RechargePage_rechargeButton__k9YQD:hover{background:linear-gradient(135deg,#5a6fd8,#6a42a0);box-shadow:0 6px 20px rgba(102,126,234,.4);transform:translateY(-2px)}.RechargePage_rechargeButton__k9YQD:active{transform:translateY(0);box-shadow:0 2px 10px rgba(102,126,234,.3)}.RechargePage_tips__ltvMw{background:linear-gradient(135deg,#fff9e6,#fff2cc);border:1px solid #ffd666;border-radius:12px;padding:20px;margin-top:20px}.RechargePage_tips__ltvMw h3{margin:0 0 12px;font-size:16px;color:#d48806;font-weight:600}.RechargePage_tips__ltvMw ul{margin:0;padding-left:20px;color:#8c6e00}.RechargePage_tips__ltvMw li{margin-bottom:8px;line-height:1.5}.RechargePage_tips__ltvMw li:last-child{margin-bottom:0}@media (max-width:768px){.RechargePage_container__JHHfr{padding:20px 15px;min-height:calc(100vh - 120px)}.RechargePage_rechargeBox__9bE7T{padding:30px 20px;border-radius:16px}.RechargePage_title__xoXKG{font-size:28px}.RechargePage_subtitle__kNooC{font-size:14px}.RechargePage_paymentMethod__mg4fV{flex-direction:column;gap:12px;align-items:flex-start}.RechargePage_paymentInfo__VyguA{align-self:flex-end}}@media (max-width:480px){.RechargePage_container__JHHfr{padding:15px 10px}.RechargePage_rechargeBox__9bE7T{padding:25px 15px;border-radius:12px}.RechargePage_title__xoXKG{font-size:24px}.RechargePage_input__tpgiu{font-size:14px}.RechargePage_rechargeButton__k9YQD{height:45px;font-size:16px}}