*{box-sizing:border-box}html{overflow-y:scroll;background-color:#fff;overscroll-behavior-y:none}:root{font-family:"Alibaba PuHuiTi 3.0",PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff;overscroll-behavior-y:none}html.dark body{background-color:#0a0a0a}#root{width:100%;min-height:100vh;background-color:#fff}html.dark,html.dark #root{background-color:#0a0a0a}.container{max-width:1200px;margin:0 auto;padding:0 24px}@media(max-width:768px){.container{padding:0 16px}}a{font-weight:500;color:#1890ff;text-decoration:none;transition:color .3s}a:hover{color:#40a9ff}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}p{margin:0}ul{margin:0;padding:0}img{max-width:100%;height:auto}.message-board{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#0000008f;padding:16px}.message-board__dialog{width:800px;height:480px;border-radius:32px;overflow:hidden;background:#101010;display:flex;box-shadow:0 24px 80px #00000047}.message-board__left{width:400px;height:480px;background:#101010;border-top-left-radius:32px;border-bottom-left-radius:32px;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:48px;padding:44px 32px}.message-board__logo-wrap{display:flex;flex-direction:row;align-items:center;gap:12px}.message-board__logo{width:44px;height:28px;display:block}.message-board__logo-text{margin:0;width:80px;font-size:28px;font-weight:800;letter-spacing:0;line-height:28px;text-transform:uppercase}.message-board__qr-wrap{display:flex;flex-direction:column;align-items:center;gap:16px}.message-board__qr-panel{width:220px;height:220px;border-radius:24px;background:#fff;border:1px solid #e6e6e6;display:flex;align-items:center;justify-content:center;padding:20px}.message-board__qr-img{width:100%;height:100%;object-fit:cover;border-radius:24px;display:block}.message-board__qr-text{margin:0;min-width:100%;text-align:center;color:#727272;font-size:16px;line-height:24px}.message-board__qr-highlight{color:#fff;font-weight:700}.message-board__right{flex:1;background:#fff;border-top-right-radius:32px;border-bottom-right-radius:32px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:0}.message-board__right-inner{width:280px}.message-board__form{width:280px;display:flex;flex-direction:column;align-items:center;gap:40px}.message-board__title{margin:0;color:#000;font-size:20px;font-weight:700;line-height:normal;text-align:center}.message-board__title span{display:block}.message-board__fields{width:100%;display:flex;flex-direction:column;gap:20px;margin-bottom:0}.message-board__field{width:100%}.message-board__input{width:100%;height:44px;border:1px solid #d9d9d9;border-radius:24px;color:#1a1a1a;font-size:14px;line-height:normal;outline:none;background:#fff}.message-board__input--name{padding:0 16px}.message-board__input--default{padding:0 18px}.message-board__input::placeholder{color:#bfbfbf}.message-board__input:focus{border-color:#d9d9d9}.message-board__input--error{border-color:#ff4d4f}.message-board__error{margin:6px 4px 0;color:#ff4d4f;font-size:12px;line-height:1.3}.message-board__submit{width:100%;height:44px;border:1px solid #d9d9d9;border-radius:24px;background:#101010;color:#fff;font-size:14px;font-weight:700;line-height:normal;cursor:pointer}.message-board__submit:hover{background:#101010}.message-board__success{width:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;text-align:center}.message-board__success-icon{width:64px;height:64px;display:block;margin-bottom:0}.message-board__success-title,.message-board__success-subtitle{margin:0;color:#000;font-size:20px;font-weight:700;line-height:normal}@media(max-width:900px){.message-board__dialog{width:min(800px,calc(100vw - 32px))}}@media(max-width:768px){.message-board{padding:12px}.message-board__dialog{width:calc(100vw - 24px);height:auto;max-width:420px;border-radius:24px;flex-direction:column}.message-board__left{width:100%;height:auto;border-top-right-radius:24px;border-bottom-left-radius:0;padding:30px 22px 24px;gap:28px}.message-board__logo-text{font-size:24px;line-height:24px;width:auto}.message-board__qr-panel{width:176px;height:176px;border-radius:16px}.message-board__qr-img{width:100%;height:100%;border-radius:16px}.message-board__right{border-top-right-radius:0;border-bottom-right-radius:24px;border-bottom-left-radius:24px;padding:24px 20px 32px}.message-board__right-inner{width:100%;max-width:320px}.message-board__title{text-align:center;font-size:20px}.message-board__success{min-height:220px;width:100%;gap:28px}.message-board__success-title,.message-board__success-subtitle{font-size:22px}}.cta-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:var(--cta-button-width, auto);height:var(--cta-button-height, 48px);border:none;border-radius:100px;background:#aeff21;color:#000;font-family:PingFang SC,sans-serif;font-size:20px;font-weight:600;line-height:20px;cursor:pointer;white-space:nowrap;transition:background .2s ease,transform .15s ease,box-shadow .15s ease;padding:0 20px 0 24px}.cta-button .cta-button__text{display:inline-block;color:#000;font-family:PingFang SC;font-size:var(--cta-button-font-size, 16px);font-style:normal;font-weight:600;line-height:1.5}.cta-button .cta-button__icon{display:inline-flex;width:14px;height:14px;align-items:center;justify-content:center}.cta-button .cta-button__icon img{display:block;width:14px;height:14px}.cta-button:hover{background:#c4ff50;transform:translateY(-2px)}.cta-button:active{transform:translateY(0)}.app-header{--app-header-padding-right: 40px;position:fixed;top:0;left:0;right:0;z-index:100;height:96px;min-height:96px;padding:24px 40px;background:#fff;border-bottom:none;line-height:normal;transition:background .35s ease,border-color .35s ease,box-shadow .35s ease}.app-header.app-header--mini{background:transparent;border-bottom-color:transparent;box-shadow:none}.app-header .header-content{width:100%;position:relative;min-height:48px}.app-header .header-normal{display:flex;align-items:center;justify-content:space-between;gap:16px;opacity:1;visibility:visible;transform:translateY(0);transition:opacity .32s cubic-bezier(.22,.61,.36,1),visibility .32s cubic-bezier(.22,.61,.36,1),transform .32s cubic-bezier(.22,.61,.36,1)}.app-header .header-normal.header-normal--hidden{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-32px)}.app-header .header-brand,.app-header .header-balance{display:flex;align-items:center;gap:12px;flex-shrink:0;min-height:26px}.app-header .header-brand-icon,.app-header .header-balance-icon{width:43.029px;height:26px;display:block;object-fit:contain;flex-shrink:0}.app-header .header-brand-text,.app-header .header-balance-text{font-family:"Alibaba PuHuiTi 3.0",PingFang SC,Microsoft YaHei,sans-serif;font-size:24px;line-height:24px;font-weight:800;text-transform:uppercase;color:#000;white-space:nowrap}.app-header .header-brand{cursor:pointer}.app-header .header-balance{opacity:0;pointer-events:none}.app-header .header-center-group{display:flex;align-items:center;gap:16px;flex-shrink:0}.app-header .header-nav-pill{height:48px;display:flex;align-items:center;padding:8px 0;border-radius:100px;background:#ffffffe6;border:1px solid #d6d6d6;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px)}.app-header .header-menu{display:flex;align-items:center;gap:0}.app-header .header-menu-item{width:120px;height:32px;padding:0;border:none;border-radius:24px;background:transparent;display:inline-flex;align-items:center;justify-content:center;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;font-weight:400;line-height:1;color:#727272;white-space:nowrap;cursor:pointer}.app-header .header-menu-item:hover{color:#1a1a1a}.app-header .header-menu-item.is-active{color:#000;font-weight:600}.app-header .header-language-btn{height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:75px;background:#ffffffe6;-webkit-backdrop-filter:blur(37.5px);backdrop-filter:blur(37.5px);cursor:pointer;padding:6px 32px;flex-shrink:0;color:#727272;font-family:PingFang SC,Microsoft YaHei,sans-serif;font-size:14px;font-weight:400;line-height:normal;white-space:nowrap;border:1px solid #d6d6d6}.app-header .header-language-btn:focus-visible{outline:2px solid #000;outline-offset:2px}.app-header .header-mini{position:absolute;right:calc(40px - var(--app-header-padding-right));top:0;transform:translateY(-14px) scale(.98);transform-origin:top right;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .32s cubic-bezier(.22,.61,.36,1),visibility .32s cubic-bezier(.22,.61,.36,1),transform .32s cubic-bezier(.22,.61,.36,1)}.app-header .header-mini.header-mini--visible{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0) scale(1)}.app-header .header-mini-pill{width:fit-content;max-width:calc(100vw - 80px);height:64px;min-height:64px;display:flex;align-items:center;justify-content:center;gap:40px;padding:16px 8px 16px 24px;border-radius:100px;background:#fff;border:1px solid rgba(0,0,0,.1);box-sizing:border-box}.app-header .header-mini-logo{display:flex;align-items:center;gap:12px;flex-shrink:0;cursor:pointer;min-height:26px}.app-header .header-mini-logo-icon{width:43.029px;height:26px;display:block;object-fit:contain;flex-shrink:0}.app-header .header-mini-logo-text{font-family:"Alibaba PuHuiTi 3.0",PingFang SC,Microsoft YaHei,sans-serif;font-size:24px;line-height:24px;font-weight:800;color:#000;text-transform:uppercase;white-space:nowrap}.app-header .header-mini-cta.cta-button{width:auto;height:48px;padding:0 20px 0 24px;gap:8px;background:#aeff21;box-shadow:none;transform:none;font-family:PingFang SC,Microsoft YaHei,sans-serif;box-sizing:border-box;flex-shrink:0}.app-header .header-mini-cta.cta-button .cta-button__text{font-size:16px;font-weight:600;line-height:24px;color:#000;white-space:nowrap}.app-header .header-mini-cta.cta-button .cta-button__icon{width:14px;height:14px}.app-header .header-mini-cta.cta-button .cta-button__icon img{width:14px;height:14px;display:block;object-fit:contain}.app-header .header-mini-cta.cta-button:hover,.app-header .header-mini-cta.cta-button:active{background:#aeff21;box-shadow:none;transform:none}.app-header .app-header--mini .header-mini--visible,.app-header .app-header--mini .header-mini-pill,.app-header .app-header--mini .header-mini-logo,.app-header .app-header--mini .header-mini-cta{pointer-events:auto}.app-header .header-actions{display:flex;align-items:center}.app-header .header-phone{color:#000000a6;font-size:14px}.app-header .mobile-menu-btn,.app-header .mobile-menu{display:none}.dark .app-header{background:#141414;border-bottom-color:#1f1f1f}.dark .header-nav-pill,.dark .header-language-btn{background:#1f1f1f;border-color:#333}.dark .header-language-btn{color:#ffffffbf}.dark .header-brand-text,.dark .header-balance-text,.dark .header-mini-logo-text{color:#fff}.dark .header-brand-icon,.dark .header-balance-icon,.dark .header-mini-logo-icon{filter:invert(1)}.dark .header-menu .header-menu-item{color:#ffffffa6}.dark .header-menu .header-menu-item.is-active,.dark .header-menu .header-menu-item:hover{color:#fff}.dark .app-header--mini .header-mini-pill{background:#141414;border-color:#fff3}@media(max-width:1200px){.app-header{--app-header-padding-right: 24px;padding:20px 24px;height:96px;min-height:96px}.app-header .header-content{min-height:44px}.app-header .header-brand,.app-header .header-balance{gap:10px;min-height:24px}.app-header .header-brand-icon,.app-header .header-balance-icon{width:40px;height:24px}.app-header .header-brand-text,.app-header .header-balance-text{font-size:22px;line-height:22px}.app-header .header-balance{display:none}.app-header .header-nav-pill{height:44px;padding:6px 0}.app-header .header-menu-item{width:104px;height:32px;font-size:13px}.app-header .header-language-btn{height:44px;padding:6px 24px;font-size:13px}.app-header .header-mini-pill{height:60px;min-height:60px;gap:32px;padding:12px 8px 12px 20px}.app-header .header-mini-logo{gap:10px}.app-header .header-mini-logo-icon{width:40px;height:24px}.app-header .header-mini-logo-text{font-size:22px;line-height:22px}.app-header .header-mini-cta.cta-button{height:44px;padding:0 18px 0 20px}.app-header .header-mini-cta.cta-button .cta-button__text{font-size:15px;line-height:22px}}@media(max-width:900px){.app-header{--app-header-padding-right: 16px;padding:16px;height:96px;min-height:96px}.app-header .header-content{min-height:40px}.app-header .header-balance{display:none}.app-header .header-nav-pill{height:40px;padding:6px 10px}.app-header .header-menu-item{width:90px;height:28px;font-size:13px}.app-header .header-language-btn{height:40px;padding:6px 18px;font-size:13px}.app-header .header-mini-pill{height:56px;min-height:56px;gap:24px;padding:10px 8px 10px 16px}.app-header .header-mini-cta.cta-button{height:44px;padding:0 16px 0 18px}.app-header .header-mini-cta.cta-button .cta-button__text{font-size:14px;line-height:20px}.app-header .header-mini-logo{gap:8px;min-height:22px}.app-header .header-mini-logo-icon{width:36px;height:22px}.app-header .header-mini-logo-text{font-size:20px;line-height:20px}}@media(max-width:600px){.app-header{--app-header-padding-right: 16px;padding:12px 16px;height:96px;min-height:96px}.app-header .header-content{min-height:40px}.app-header .header-center-group{margin-left:auto}.app-header .header-nav-pill{display:none}.app-header .header-language-btn{height:48px;padding:6px 16px;font-size:14px}.app-header .header-balance{display:none}.app-header .mobile-menu-btn{display:block}.app-header .mobile-menu{display:block;position:absolute;top:56px;left:0;right:0;background:#fff;box-shadow:0 4px 12px #00000026}.app-header .dark .mobile-menu{background:#141414}.app-header .header-mini-pill{width:fit-content;max-width:calc(100vw - 80px);height:56px;min-height:56px;gap:16px;padding:10px 8px 10px 14px}.app-header .header-mini-logo{gap:8px;min-height:20px}.app-header .header-mini-logo-icon{width:33.1px;height:20px}.app-header .header-mini-logo-text{font-size:18px;line-height:18px}.app-header .header-mini-cta.cta-button{height:44px;padding:0 14px 0 16px;gap:6px}.app-header .header-mini-cta.cta-button .cta-button__text{font-size:14px;line-height:20px}.app-header .header-mini-cta.cta-button .cta-button__icon,.app-header .header-mini-cta.cta-button .cta-button__icon img{width:14px;height:14px}}.app-footer{position:relative;z-index:50;background:#101010;color:#fff;padding:0;width:100%;margin:0 auto;max-width:1920px}.app-footer:after{content:"";display:block;height:4px;background:#101010}.app-footer .app-footer__container{width:100%;max-width:1360px;margin:0 auto}.app-footer .app-footer__inner{padding:48px 0 24px;margin:0 auto}.app-footer .app-footer__top{display:flex;justify-content:space-between;margin-bottom:120px;height:32px;align-items:center}.app-footer .app-footer__logo{display:flex;align-items:center;gap:12px;cursor:pointer}.app-footer .app-footer__logo img{height:28px;width:auto;display:block;object-fit:contain}.app-footer .app-footer__logo span{color:#fff;font-family:"Alibaba PuHuiTi 3.0";font-size:24px;font-style:normal;font-weight:900;line-height:24px;text-transform:uppercase}.app-footer .app-footer__nav{display:flex;align-items:center;flex-wrap:wrap}.app-footer .app-footer__nav-sep{color:#ffffff4d;margin:0 32px;-webkit-user-select:none;user-select:none;display:inline-flex;align-items:center;line-height:1}.app-footer .app-footer__nav-link{border:none;background:transparent;color:#fff;font-size:16px;cursor:pointer;padding:4px 0;font-family:PingFang SC;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.app-footer .app-footer__nav-link:hover{color:#ffffffd9}.app-footer .app-footer__middle{display:flex;justify-content:space-between;align-items:flex-start;margin-top:120px}.app-footer .app-footer__cta{flex:1;min-width:0;max-width:560px}.app-footer .app-footer__contact{flex-shrink:0;width:498px}.app-footer .app-footer__cta-title{margin:0 0 16px;width:fit-content;max-width:560px;color:#fff;font-family:"Alibaba PuHuiTi 3.0";font-size:36px;font-style:normal;font-weight:700;line-height:normal}.app-footer .app-footer__cta-desc{margin:0;color:var(--Labels-White, #fff);font-family:"Alibaba PuHuiTi 3.0",PingFang SC,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;opacity:.6;max-width:390px;width:fit-content}.app-footer .app-footer__contact-body{display:flex;align-items:flex-start;gap:40px}.app-footer .app-footer__contact-info{flex:1;width:100%;max-width:498px}.app-footer .app-footer__contact-title{margin:0 0 24px;color:#fff;font-family:"Alibaba PuHuiTi 3.0";font-size:16px;font-style:normal;font-weight:700;line-height:normal}.app-footer .app-footer__qr-wrap{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:8px}.app-footer .app-footer__qr-img{width:132px;height:132px;display:block;background:#fff;border-radius:12px;border:1px solid rgba(255,255,255,.25);box-shadow:0 2px 12px #0003;object-fit:contain}.app-footer .app-footer__qr-label{color:#fff;font-family:"Alibaba PuHuiTi 3.0";font-size:16px;font-style:normal;font-weight:400;line-height:24px;text-align:center;opacity:.6}.app-footer .app-footer__contact-list{flex:1;min-width:0}.app-footer .app-footer__contact-list p{color:#fff;font-family:"Alibaba PuHuiTi 3.0";font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin:0 0 4px;opacity:.6;max-width:388px}.app-footer .app-footer__contact-list p:last-child{margin-bottom:0}.app-footer .app-footer__bottom{margin-top:66px}.app-footer .app-footer__copyright{margin:0;font-size:14px;color:#fff6}@media(max-width:1024px){.app-footer .app-footer__inner{padding:48px 40px 24px}.app-footer .app-footer__top{margin-bottom:64px}.app-footer .app-footer__middle{flex-direction:column;gap:32px;margin-bottom:64px}.app-footer .app-footer__contact-body{flex-wrap:wrap}}@media(max-width:768px){.app-footer .app-footer__inner{padding:32px 20px 20px}.app-footer .app-footer__middle{margin-bottom:48px}.app-footer .app-footer__top{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:48px}.app-footer .app-footer__cta-title{font-size:24px}.app-footer .app-footer__cta-desc{font-size:14px}.app-footer .app-footer__contact-body{flex-direction:column}.app-footer .app-footer__qr-img{width:100px;height:100px}.app-footer .app-footer__contact-list p{font-size:14px}.app-footer .app-footer__copyright{font-size:12px}}.dark .app-footer{background:#0a0a0a}.app-layout{min-height:100vh;background-color:#f5f5f5}html.dark .app-layout{background-color:#0a0a0a}.app-content-footer-wrap{flex:1;display:flex;flex-direction:column;background-color:#101010}html.dark .app-content-footer-wrap{background-color:#0a0a0a}.app-content{flex:1;background-color:#fff;margin-top:14px;padding-top:74px;min-height:calc(100vh - 64px);border-radius:0 0 48px 48px;overflow:clip}html.dark .app-content{background-color:#0a0a0a}
