:root{--adm-radius-s:4px;--adm-radius-m:8px;--adm-radius-l:12px;--adm-font-size-1:9px;--adm-font-size-2:10px;--adm-font-size-3:11px;--adm-font-size-4:12px;--adm-font-size-5:13px;--adm-font-size-6:14px;--adm-font-size-7:15px;--adm-font-size-8:16px;--adm-font-size-9:17px;--adm-font-size-10:18px;--adm-color-primary:#1677ff;--adm-color-success:#00b578;--adm-color-warning:#ff8f1f;--adm-color-danger:#ff3141;--adm-color-yellow:#ff9f18;--adm-color-orange:#ff6430;--adm-color-wathet:#e7f1ff;--adm-color-text:#333;--adm-color-text-secondary:#666;--adm-color-weak:#999;--adm-color-light:#ccc;--adm-color-border:#eee;--adm-color-background:#fff;--adm-color-highlight:var(--adm-color-danger);--adm-color-white:#fff;--adm-color-box:#f5f5f5;--adm-color-text-light-solid:var(--adm-color-white);--adm-color-text-dark-solid:#000;--adm-color-fill-content:var(--adm-color-box);--adm-font-size-main:var(--adm-font-size-5);--adm-font-family:-apple-system,blinkmacsystemfont,"Helvetica Neue",helvetica,segoe ui,arial,roboto,"PingFang SC","miui","Hiragino Sans GB","Microsoft Yahei",sans-serif;--adm-border-color:var(--adm-color-border)}html[data-prefers-color-scheme=dark]{--adm-color-primary:#3086ff;--adm-color-success:#34b368;--adm-color-warning:#ffa930;--adm-color-danger:#ff4a58;--adm-color-yellow:#ffa930;--adm-color-orange:#e65a2b;--adm-color-wathet:#0d2543;--adm-color-text:#e6e6e6;--adm-color-text-secondary:#b3b3b3;--adm-color-weak:grey;--adm-color-light:#4d4d4d;--adm-color-border:#2b2b2b;--adm-color-box:#0a0a0a;--adm-color-background:#1a1a1a;--adm-color-background-body:var(--adm-color-background);--adm-border-color:var(--adm-color-border)}:root{-webkit-tap-highlight-color:rgba(0,0,0,0)}html{background-color:var(--adm-color-background-body)}body{color:var(--adm-color-text);font-size:var(--adm-font-size-main);font-family:var(--adm-font-family)}a,button{cursor:pointer}a{color:var(--adm-color-primary);transition:opacity .2s ease-in-out}a:active{opacity:.8}.adm-plain-anchor{color:unset;transition:none}.adm-plain-anchor:active{opacity:unset}body.adm-overflow-hidden{overflow:hidden!important}div.adm-px-tester{--size:1;height:calc(var(--size) / 2 * 2px);width:0;position:fixed;left:-100vw;top:-100vh;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}.adm-input{--font-size:var(--adm-font-size-9);--color:var(--adm-color-text);--placeholder-color:var(--adm-color-light);--text-align:left;--background-color:transparent;display:flex;justify-content:flex-start;align-items:center;width:100%;max-width:100%;max-height:100%;min-height:24px;background-color:var(--background-color)}.adm-input-disabled{opacity:.4;cursor:not-allowed}.adm-input-element{flex:auto;display:inline-block;box-sizing:border-box;width:100%;max-width:100%;max-height:100%;padding:0;margin:0;color:var(--color);font-size:var(--font-size);line-height:1.5;background:transparent;border:0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:1.5em;text-align:var(--text-align)}.adm-input-element::-moz-placeholder{color:var(--placeholder-color);font-family:inherit}.adm-input-element::placeholder{color:var(--placeholder-color);font-family:inherit}.adm-input-element:-webkit-autofill{background-color:transparent}.adm-input-element:-moz-read-only{cursor:default}.adm-input-element:read-only{cursor:default}.adm-input-element:invalid{box-shadow:none}.adm-input-element::-ms-clear,.adm-input-element::-ms-reveal{display:none}.adm-input-element::-webkit-search-cancel-button,.adm-input-element::-webkit-search-decoration{display:none}.adm-input-element:disabled{opacity:1}.adm-input-element[type=date],.adm-input-element[type=datetime-local],.adm-input-element[type=time]{min-height:1.5em}.adm-input-element[type=search]{-webkit-appearance:none}.adm-input-element[readonly]{pointer-events:none}.adm-input-clear{flex:none;margin-left:8px;color:var(--adm-color-light);padding:4px;cursor:pointer}.adm-input-clear:active{color:var(--adm-color-weak)}.adm-input-clear .antd-mobile-icon{display:block;font-size:var(--adm-font-size-7)}.adm-modal{--z-index:var(--adm-modal-z-index,1000);---z-index:var(--z-index)}.adm-modal .adm-center-popup{--z-index:var(---z-index)}.adm-modal-body{width:100%;max-height:70vh;font-size:var(--adm-font-size-6);overflow:hidden;display:flex;flex-direction:column}.adm-modal-body>*{flex:none}.adm-modal-body>.adm-modal-content{flex:auto}.adm-modal-body:not(.adm-modal-with-image){padding-top:20px}.adm-modal-image-container{margin-bottom:12px;max-height:40vh;overflow-y:scroll}.adm-modal-header,.adm-modal-title{margin-bottom:8px;padding:0 12px}.adm-modal-title{font-weight:700;font-size:var(--adm-font-size-10);line-height:25px;text-align:center}.adm-modal-content{padding:0 12px 12px;max-height:70vh;overflow-x:hidden;overflow-y:auto;font-size:var(--adm-font-size-7);line-height:1.4;color:var(--adm-color-text)}.adm-modal-footer{-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:8px 12px 12px}.adm-modal-footer-empty{padding:0;height:8px}.adm-modal-footer.adm-space{--gap-vertical:20px}.adm-modal-footer .adm-modal-button{font-size:var(--adm-font-size-10);line-height:25px}.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary){padding-top:0;padding-bottom:0}.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary):before{display:none}.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary):active{opacity:.7}.adm-image{--width:var(--adm-image-width,auto);--height:var(--adm-image-height,auto);width:var(--width);height:var(--height);display:block;overflow:hidden}.adm-image-img{width:100%;height:100%}.adm-image-tip{position:relative;background-color:var(--adm-color-fill-content);height:100%;min-height:24px;min-width:24px}.adm-image-tip>svg{width:24px;height:24px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:var(--adm-color-weak)}.adm-auto-center{display:flex;justify-content:center}.adm-auto-center-content{flex:0 1 auto}.adm-space-item{flex:none}.adm-space{display:inline-flex;--gap:8px;--gap-vertical:var(--gap);--gap-horizontal:var(--gap)}.adm-space-vertical{flex-direction:column}.adm-space-vertical>.adm-space-item{margin-bottom:var(--gap-vertical)}.adm-space-vertical>.adm-space-item:last-child{margin-bottom:0}.adm-space-horizontal{flex-direction:row}.adm-space-horizontal>.adm-space-item{margin-right:var(--gap-horizontal)}.adm-space-horizontal>.adm-space-item:last-child{margin-right:0}.adm-space-horizontal.adm-space-wrap{flex-wrap:wrap;margin-bottom:calc(var(--gap-vertical) * -1)}.adm-space-horizontal.adm-space-wrap>.adm-space-item{padding-bottom:var(--gap-vertical)}.adm-space.adm-space-block{display:flex}.adm-space-align-center{align-items:center}.adm-space-align-start{align-items:flex-start}.adm-space-align-end{align-items:flex-end}.adm-space-align-baseline{align-items:baseline}.adm-space-justify-center{justify-content:center}.adm-space-justify-start{justify-content:flex-start}.adm-space-justify-end{justify-content:flex-end}.adm-space-justify-between{justify-content:space-between}.adm-space-justify-around{justify-content:space-around}.adm-space-justify-evenly{justify-content:space-evenly}.adm-space-justify-stretch{justify-content:stretch}.adm-button{--color:var(--adm-color-text-light-solid);--text-color:var(--adm-button-text-color,var(--adm-color-text));--background-color:var(--adm-button-background-color,var(--adm-color-background));--border-radius:var(--adm-button-border-radius,4px);--border-width:var(--adm-button-border-width,1px);--border-style:var(--adm-button-border-style,solid);--border-color:var(--adm-button-border-color,var(--adm-color-border));color:var(--text-color);background-color:var(--background-color);position:relative;display:inline-block;box-sizing:border-box;height:auto;padding:7px 12px;margin:0;font-size:var(--adm-font-size-9);line-height:1.4;text-align:center;border:var(--border-width) var(--border-style) var(--border-color);border-radius:var(--border-radius);cursor:pointer;transition:opacity .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.adm-button:focus{outline:none}.adm-button:before{position:absolute;top:0;left:0;transform:translate(calc(var(--border-width) * -1),calc(var(--border-width) * -1));width:100%;height:100%;background-color:var(--adm-color-text-dark-solid);border:var(--border-width) var(--border-style) var(--adm-color-text-dark-solid);border-radius:var(--border-radius);opacity:0;content:" ";box-sizing:content-box}.adm-button:active:before{opacity:.08}.adm-button-default.adm-button-fill-outline{--background-color:transparent;--border-color:var(--adm-color-text)}.adm-button-default.adm-button-fill-none{--background-color:transparent;--border-width:0px}.adm-button:not(.adm-button-default){--text-color:var(--adm-color-text-light-solid);--background-color:var(--color);--border-color:var(--color)}.adm-button:not(.adm-button-default).adm-button-fill-outline{--text-color:var(--color);--background-color:transparent}.adm-button:not(.adm-button-default).adm-button-fill-none{--text-color:var(--color);--background-color:transparent;--border-width:0px}.adm-button-primary{--color:var(--adm-color-primary)}.adm-button-success{--color:var(--adm-color-success)}.adm-button-danger{--color:var(--adm-color-danger)}.adm-button-warning{--color:var(--adm-color-warning)}.adm-button-block{display:block;width:100%}.adm-button-disabled{cursor:not-allowed;opacity:.4}.adm-button-disabled:active:before{display:none}.adm-button.adm-button-mini{padding-top:3px;padding-bottom:3px;font-size:var(--adm-font-size-main)}.adm-button.adm-button-mini.adm-button-shape-rounded{padding-left:9px;padding-right:9px}.adm-button.adm-button-small{padding-top:3px;padding-bottom:3px;font-size:var(--adm-font-size-7)}.adm-button.adm-button-large{padding-top:11px;padding-bottom:11px;font-size:var(--adm-font-size-10)}.adm-button.adm-button-shape-rounded{--border-radius:1000px}.adm-button.adm-button-shape-rectangular{--border-radius:0}.adm-button-loading{vertical-align:bottom}.adm-button-loading-wrapper{display:flex;height:1.4em;align-items:center;justify-content:center}.adm-button-loading-wrapper>.adm-loading{opacity:.6}.adm-dot-loading{display:inline-block}.adm-center-popup{--background-color:var(--adm-center-popup-background-color,var(--adm-color-background));--border-radius:var(--adm-center-popup-border-radius,8px);--max-width:var(--adm-center-popup-max-width,75vw);--min-width:var(--adm-center-popup-min-width,280px);--z-index:var(--adm-center-popup-z-index,1000);position:fixed;z-index:var(--z-index)}.adm-center-popup .adm-center-popup-mask{z-index:0}.adm-center-popup-wrap{position:fixed;z-index:1;top:50%;left:50%;width:auto;min-width:var(--min-width);max-width:var(--max-width);transform:translate(-50%,-50%)}.adm-center-popup-body{background-color:var(--background-color);border-radius:var(--border-radius)}.adm-center-popup-close{position:absolute;z-index:100;right:8px;top:8px;cursor:pointer;padding:4px;font-size:18px;color:var(--adm-color-weak)}.adm-mask{--z-index:var(--adm-mask-z-index,1000);position:fixed;z-index:var(--z-index);display:block}.adm-mask,.adm-mask-aria-button{top:0;left:0;width:100%;height:100%}.adm-mask-aria-button{position:absolute;z-index:0;pointer-events:none}.adm-mask-content{z-index:1}.adm-toast-mask .adm-toast-wrap{position:fixed;top:0;left:0;width:100%;height:100%;text-align:center}.adm-toast-mask .adm-toast-main{display:inline-block;position:relative;top:50%;transform:translateY(-50%);width:auto;max-width:204px;max-height:70%;overflow:auto;color:#fff;word-break:break-all;background-color:rgba(0,0,0,.7);border-radius:8px;pointer-events:all;font-size:var(--adm-font-size-7);line-height:1.5;box-sizing:border-box;text-align:initial}.adm-toast-mask .adm-toast-main-text{padding:12px;min-width:0}.adm-toast-mask .adm-toast-main-icon{padding:35px 12px;min-width:150px}.adm-toast-mask .adm-toast-main-icon .adm-toast-icon{text-align:center;margin-bottom:8px;font-size:36px;line-height:1}.adm-toast-loading{--size:48px;margin:0 auto 8px}.adm-spin-loading{--color:var(--adm-color-weak);--size:32px;width:var(--size);height:var(--size)}.adm-spin-loading-svg{width:100%;height:100%;animation:adm-spin-loading-rotate .8s linear infinite}.adm-spin-loading-svg>.adm-spin-loading-fill{stroke:var(--color)}@keyframes adm-spin-loading-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes AgencyCode_InvAnima___oujN{0%{transform:translate(0) scale(1)}50%{transform:translate(0) scale(.9)}to{transform:translate(0) scale(1)}}.AgencyCode_share_page__srrI_{font-family:Figtree;margin:0;width:100vw;min-height:100vh;overflow-x:hidden;position:relative;background-color:#002b15;padding-bottom:.93rem}.AgencyCode_logo___NwLK{position:absolute;top:.3rem;left:.16rem;z-index:3}.AgencyCode_logo___NwLK img{width:.9rem;height:.32rem}.AgencyCode_openApp__sCr46{padding:5px 8px;text-align:center;border-radius:8px;background:#00cc37;border:1px solid hsla(0,0%,100%,.4);font-family:Figtree;font-size:14px;font-style:normal;font-weight:700;color:#fff;z-index:3}.AgencyCode_tip_pic__rHV9y{height:111px;position:absolute;right:10px;top:20px;z-index:10;width:auto}.AgencyCode_tip_pic__rHV9y img{height:100%}.AgencyCode_headImage__bxXGJ{position:relative;width:100%;display:flex}.AgencyCode_headImage__bxXGJ .AgencyCode_vapPanel__kWsrs{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1}.AgencyCode_headImage__bxXGJ .AgencyCode_headImageBg__JDCLT{width:100%;max-height:317px;aspect-ratio:360/317}.AgencyCode_content__hi3bZ{width:100%;padding:0 .16rem;position:relative;z-index:2;margin-top:-1.3rem}.AgencyCode_headImageTitle__gS6p7{display:flex;align-items:center;justify-content:center;width:297.295px;margin:0 auto}.AgencyCode_headImageTitle__gS6p7 img{width:100%}.AgencyCode_def_head__wUENa{position:absolute;width:.7rem;height:.7rem;border-radius:50%;left:50%;top:0;transform:translate(-50%,-50%)}.AgencyCode_cashInfo__D9kM1{width:100%;padding:.4rem .12rem .19rem;margin-bottom:.17rem;background:url(/_next/static/media/new_info_bg.23ea3726.png) no-repeat;background-size:100% 100%;position:relative}.AgencyCode_userInfo__Z4lLw{display:flex;align-items:center;justify-content:center;color:#37576c;text-align:center;font-family:Figtree;font-size:.14rem;font-style:normal;font-weight:500;line-height:110.5%;margin-bottom:.03rem}.AgencyCode_userName__WxQLN{max-width:40%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.AgencyCode_cash_text1__Mzmz2{color:#0e1b25;margin-bottom:.2rem}.AgencyCode_cash_text1__Mzmz2,.AgencyCode_cash_text2__hSjkG{text-align:center;font-family:Figtree;font-size:.16rem;font-style:normal;font-weight:600}.AgencyCode_cash_text2__hSjkG{color:#000}.AgencyCode_rewardBox__DXAWD{position:relative;width:100%;padding:.18rem .16rem .2rem;background:url(/_next/static/media/iva_card_bg.85c5956d.png) no-repeat;background-size:100% 100%;margin-top:.15rem;display:flex;align-items:center;justify-content:space-between;z-index:3}.AgencyCode_rewardBox__DXAWD img{width:1.42rem;height:.53rem}.AgencyCode_rewardText__PXV90{color:#000;font-family:Squad;font-size:.18rem;font-style:italic;font-weight:600;line-height:normal;padding:0 .02rem;background:linear-gradient(180deg,#fff0e0,#ebccab);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.AgencyCode_rewardText2__hNWhG{margin-top:.08rem;font-size:.11rem}.AgencyCode_bonusTitle__ZmZPu{display:flex;align-items:center;justify-content:center}.AgencyCode_bonusTitle__ZmZPu .AgencyCode_bonusTitleText__HP3bY{margin:0 2px;color:#000;font-family:Figtree;font-size:.18rem;font-style:italic;font-weight:500;line-height:normal;background:linear-gradient(180deg,#fffff9 3.62%,#ffe3b9 54.32%,#ffd086);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.AgencyCode_bonusTitle__ZmZPu i{display:flex}.AgencyCode_inviteInfoCard__SrWi_{position:relative;background:url(/_next/static/media/info_bg.eda5bddd.png) no-repeat;background-size:100% 100%;width:102%;margin:.04rem 0 .06rem;padding:.25rem .2rem}.AgencyCode_inviteInfoCard__SrWi_ .AgencyCode_cardHeader__CXV6O{display:flex;justify-content:space-between;align-items:flex-start;position:relative}.AgencyCode_inviteInfoCard__SrWi_ .AgencyCode_userNameId__C2ErH{display:flex;font-family:Figtree,sans-serif;font-size:.14rem;font-weight:500;color:#435568;line-height:1.105;margin-bottom:.07rem}.AgencyCode_inviteInfoCard__SrWi_ .AgencyCode_userName__WxQLN{max-width:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.AgencyCode_inviteInfoCard__SrWi_ .AgencyCode_inviteText__SD_sh{font-family:Figtree,sans-serif;font-size:.17rem;font-weight:600;color:#131b23;line-height:1.105;text-align:center;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:.12rem;margin-bottom:.12rem}.AgencyCode_inviteInfoCard__SrWi_ .AgencyCode_avatarContainer__LXXZw{position:absolute;right:0;top:-.45rem;width:.78rem;height:1.18rem;background:url(/_next/static/media/medal.97c9677b.png) no-repeat;background-size:100% 100%}.AgencyCode_inviteInfoCard__SrWi_ .AgencyCode_avatarImage__296Zs{position:absolute;width:.55rem;height:.55rem;border-radius:50%;left:.11rem;bottom:.13rem;-o-object-fit:cover;object-fit:cover;z-index:2}.AgencyCode_inviteInfoCard__SrWi_ .AgencyCode_avatarBorder1__CLvSg{position:absolute;left:.48rem;top:.51rem;width:.55rem;height:.55rem;border-radius:50%;background:radial-gradient(circle,rgba(255,215,0,.3) 0,rgba(255,215,0,.1) 100%);border:2px solid rgba(255,215,0,.5);z-index:1}.AgencyCode_inviteInfoCard__SrWi_ .AgencyCode_avatarBorder2__FnU6V{position:absolute;left:.51rem;top:.52rem;width:.53rem;height:.53rem;border-radius:50%;background:radial-gradient(circle,rgba(255,200,0,.2) 0,transparent 100%);z-index:0}.AgencyCode_inviteInfoCard__SrWi_ .AgencyCode_divider__sZJyU{position:absolute;left:.12rem;top:.73rem;width:2.02rem;height:1px;background:#e0e0e0}.AgencyCode_inviteInfoCard__SrWi_ .AgencyCode_labelRow__s3U9t{display:flex;justify-content:space-between;align-items:center;width:100%}.AgencyCode_inviteInfoCard__SrWi_ .AgencyCode_inputLabel__RXLDE{font-family:Figtree,sans-serif;font-size:.14rem;font-weight:500;color:#131b23;margin:0}.AgencyCode_inviteInfoCard__SrWi_ .AgencyCode_howToGet__mE_Jd{font-family:Figtree,sans-serif;font-size:.12rem;color:#f49200;margin:0;cursor:pointer}.AgencyCode_inviteInfoCard__SrWi_ .AgencyCode_inputGroup__bJctv{margin-bottom:.16rem}.AgencyCode_inviteInfoCard__SrWi_ .AgencyCode_inputWrapper__BqF0l{width:100%;display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:.08rem;height:.44rem;margin:.06rem 0;padding:0 .14rem}.AgencyCode_inviteInfoCard__SrWi_ .AgencyCode_inputWrapperAr__XaGCb input{direction:rtl;text-align:right}.AgencyCode_inviteInfoCard__SrWi_ .AgencyCode_inputField__KEhBu{flex:1;height:100%;border:none;outline:none;font-family:Figtree,sans-serif;font-size:.14rem;color:#131b23}.AgencyCode_inviteInfoCard__SrWi_ .AgencyCode_inputField__KEhBu ::-moz-placeholder{color:#828c9d;font-size:.14rem;line-height:.14rem}.AgencyCode_inviteInfoCard__SrWi_ .AgencyCode_inputField__KEhBu ::placeholder{color:#828c9d;font-size:.14rem;line-height:.14rem}.AgencyCode_inviteInfoCard__SrWi_ .AgencyCode_getButton__wryv8{height:.3rem;padding:0 .14rem;background:#2bc55d;border:none;border-radius:12px;font-family:Figtree,sans-serif;font-size:.14rem;font-weight:600;color:#fff;cursor:pointer;white-space:nowrap;display:flex;align-items:center;justify-content:center}.AgencyCode_inviteInfoCard__SrWi_ .AgencyCode_countdownText__HNPLU{width:.2rem;text-align:center}.AgencyCode_inviteInfoCard__SrWi_ .AgencyCode_downloadLink__1FtJ8{font-family:Figtree,sans-serif;font-size:.12rem;font-weight:500;color:#828c9d;margin:0}.AgencyCode_inviteInfoCard__SrWi_ .AgencyCode_linkText__uaSLe{color:#2bc55d;text-decoration:underline;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;cursor:pointer}.AgencyCode_inviteInfoCard__SrWi_ .AgencyCode_inputGroup2__W8EnZ{position:relative;margin-bottom:.42rem}.AgencyCode_inviteInfoCard__SrWi_ .AgencyCode_errorMessage__PfOCU{font-family:Figtree,sans-serif;font-size:.14rem;font-weight:500;color:#f04e2a;margin:0;line-height:normal;position:absolute;bottom:-.24rem}.AgencyCode_inviteInfoCard__SrWi_ .AgencyCode_becomeAgentButton__4_xm5{width:100%;height:.48rem;background:#2bc55d;border:1.5px solid #0be66a;border-radius:12px;font-family:Figtree,sans-serif;font-size:.16rem;font-weight:700;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.AgencyCode_guildCard___IqCz{background:#002b15;border-radius:16px;padding:.16rem .12rem;margin-top:.06rem;box-sizing:border-box}.AgencyCode_guildCard___IqCz .AgencyCode_guildTitle__dQchB{width:2.5rem;font-family:Figtree,sans-serif;font-size:.16rem;font-weight:700;text-align:center;background:linear-gradient(180deg,#fff0e0,#ebccab);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:normal;margin:0 auto .16rem}.AgencyCode_guildCard___IqCz .AgencyCode_iconRoundContainer__OixrW{display:flex;padding:.04rem .06rem 0}.AgencyCode_guildCard___IqCz .AgencyCode_iconRound__z7fXN{width:.12rem;height:.12rem;background:#144e30;border-radius:50%;border:2px solid #00cc37;position:relative;z-index:2}.AgencyCode_guildCard___IqCz .AgencyCode_stepIndicator__OEFL_{position:relative;width:.23rem;flex-shrink:0;display:flex;justify-content:center}.AgencyCode_guildCard___IqCz .AgencyCode_stepLine__0_q5p{position:absolute;top:.03rem;width:.03rem;height:2.88rem;background:#144e30;border-radius:1px}.AgencyCode_guildCard___IqCz .AgencyCode_stepsContent__3PZ_1{flex:1;display:flex;flex-direction:column}.AgencyCode_guildCard___IqCz .AgencyCode_stepItem__3d2_y{display:flex;width:100%;align-items:flex-start;justify-content:flex-start;margin-bottom:.16rem}.AgencyCode_guildCard___IqCz .AgencyCode_splitLine__KgiJt{width:.08rem}.AgencyCode_guildCard___IqCz .AgencyCode_stepTitle__JlR_1{font-family:Figtree,sans-serif;font-size:.14rem;font-weight:600;color:hsla(0,0%,100%,.83);margin:0;line-height:normal}.AgencyCode_guildCard___IqCz .AgencyCode_stepHint__gVzPR{font-family:Figtree,sans-serif;font-size:.12rem;font-weight:500;color:hsla(0,0%,100%,.6);line-height:normal;margin:.08rem 0}.AgencyCode_guildCard___IqCz .AgencyCode_stepLink__kiQOq{color:#2bc55d;text-decoration:underline;text-underline-position:from-font;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;cursor:pointer}.AgencyCode_guildCard___IqCz .AgencyCode_stepImage__UW5n3{width:100%;height:1rem;background:hsla(0,0%,100%,.04);border-radius:12px;position:relative;overflow:hidden;margin-top:.08rem}.AgencyCode_guildCard___IqCz .AgencyCode_imagePlaceholder__ROoD0{width:100%;height:100%;background:hsla(0,0%,100%,.02);border-radius:12px}.AgencyCode_footer__QKZL6{position:fixed;z-index:5;bottom:0;left:0;width:100%;height:.76rem;background:url(/_next/static/media/footer_bg.780e8908.png) no-repeat;background-size:100% 100%;display:flex;align-items:center;justify-content:space-between;padding:.12rem .16rem}.AgencyCode_footerLeft__LUy12{display:flex;align-items:center;justify-content:flex-start}.AgencyCode_footerLeft__LUy12 .AgencyCode_logoIcon__8Xq2y{width:.4rem;height:.4rem}.AgencyCode_footerLeft__LUy12 .AgencyCode_logoText__Tasvl{height:12.904px}.AgencyCode_footerLeft__LUy12 .AgencyCode_fSplitLine__0ATbP{width:.07rem}.AgencyCode_footerLeft__LUy12 p{background:linear-gradient(180deg,#fff0e0,#ebccab);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:Figtree;font-size:11.818px;font-style:normal;font-weight:500;line-height:normal;margin-top:.07rem}.AgencyCode_joinSucPage__zF3D1{position:fixed;z-index:4;top:0;left:0;width:100vw;height:100vh;background-color:#0a3419}.AgencyCode_joinSucPage__zF3D1 .AgencyCode_joinSucHeadImg__GKezw{width:100%;display:flex;max-height:4.1rem}.AgencyCode_joinSucPage__zF3D1 .AgencyCode_joinSucHeadImg__GKezw img{width:100%}.AgencyCode_joinSucPage__zF3D1 .AgencyCode_joinSucContent__4cGod{position:relative;padding-bottom:.93rem;width:100%;height:100%;overflow-y:auto}.AgencyCode_joinSucPage__zF3D1 .AgencyCode_joinSucCard__kmKow{background:url(/_next/static/media/suc_card_bg.d934c5d7.png) no-repeat;background-size:100% 100%;padding:.37rem .31rem;width:100%;aspect-ratio:391.088/262.441}.AgencyCode_joinSucPage__zF3D1 .AgencyCode_joinSucText__EIqm1{font-family:Libre Caslon Text;font-size:16px;font-style:italic;font-weight:500;line-height:130%;background:linear-gradient(88deg,#5a280c -.35%,#6f3311 40.59%,#5a280c 81.52%);background:linear-gradient(88deg,color(display-p3 .3294 .1686 .0745) -.35%,color(display-p3 .4059 .2137 .1015) 40.59%,color(display-p3 .3297 .1693 .0765) 81.52%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.AgencyCode_joinSucPage__zF3D1 .AgencyCode_joinSucText2__kvoGi{margin:.1rem 0 .05rem}.AgencyCode_joinSucPage__zF3D1 .AgencyCode_joinSucText3__3Foiv{margin-bottom:.12rem}.AgencyCode_joinSucPage__zF3D1 .AgencyCode_joinSucText4__7SCxv{text-align:end}.AgencyCode_joinSucPage__zF3D1 .AgencyCode_joinSucImg1__PXD2i{display:flex;width:100%;margin-top:-.6rem}.AgencyCode_joinSucPage__zF3D1 .AgencyCode_joinSucImg1__PXD2i img{width:100%}.AgencyCode_joinSucPage__zF3D1 .AgencyCode_bonusTitle__ZmZPu{margin-top:.09rem;margin-bottom:.15rem}.AgencyCode_joinSucPage__zF3D1 .AgencyCode_equityList__osKZk{padding:0 .16rem}.AgencyCode_joinSucPage__zF3D1 .AgencyCode_equityItem__ITlbp{position:relative;display:flex;align-items:center;justify-content:space-between;background:url(/_next/static/media/equity_bg.e27c149b.png) no-repeat;background-size:100% 100%;height:.82rem;margin-bottom:.1rem;padding:0 .16rem}.AgencyCode_joinSucPage__zF3D1 .AgencyCode_equityItem__ITlbp .AgencyCode_equityText__B18Eu{font-family:Figtree,sans-serif;font-weight:600;font-size:.12rem;margin:0;line-height:normal;background:linear-gradient(90deg,#fff0e0,#ebccab);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:start}.AgencyCode_joinSucPage__zF3D1 .AgencyCode_equityItem__ITlbp .AgencyCode_equityTextTitle__DBmfG{font-size:.19rem;margin-bottom:.05rem}.AgencyCode_joinSucPage__zF3D1 .AgencyCode_equityItem__ITlbp .AgencyCode_equityImage__h__Em{width:1.36rem;height:.8rem;position:absolute;top:0}.AgencyCode_joinSucPage__zF3D1 .AgencyCode_equityItem0__TrrOU{background:url(/_next/static/media/equity_bg0.04fedfcb.png) no-repeat;background-size:100% 100%;height:1.03rem}.AgencyCode_joinSucPage__zF3D1 .AgencyCode_equityItem0__TrrOU .AgencyCode_equityImage__h__Em{top:50%;transform:translateY(-50%)}.AgencyCode_joinSucPage__zF3D1 .AgencyCode_equityItem1__HBI5i .AgencyCode_equityImage__h__Em{top:-.1rem}.AgencyCode_joinSucPage__zF3D1 .AgencyCode_equityItem2__BsaoQ .AgencyCode_equityImage__h__Em,.AgencyCode_joinSucPage__zF3D1 .AgencyCode_equityItem3__c8vES .AgencyCode_equityImage__h__Em{top:-.05rem}.AgencyCode_share_page_takalite__tSZKr .AgencyCode_logo___NwLK img{width:141px;height:32px}.AgencyCode_share_page_takalite__tSZKr .AgencyCode_openApp__sCr46{border-radius:8px;border:1px solid hsla(0,0%,100%,.4);background:linear-gradient(180deg,#ffefde 0,#f2cba7 100%),var(--primary-100,#d200ff);color:#6c3e0b;font-weight:600}.TipModel_dialog_box__SWt3o{--max-width:100vh}.TipModel_my_modal__EjzHe{background:transparent!important;text-align:center}.TipModel_dialog_content__2A4_h{box-sizing:border-box;position:relative;text-align:center;background:#fff;border-radius:20px;padding:16px 16px 24px}.TipModel_dialog_close__Byl6F{margin:24px auto 0;width:24px;height:24px}.TipModel_tipImg__RT5ZN{display:flex;justify-content:center;margin-bottom:16px}.TipModel_tipImg__RT5ZN img{width:72px;height:72px}.TipModel_bold_text__1Ok9N{color:#0e1b25;font-size:18px;font-weight:700}.TipModel_bold_text__1Ok9N,.TipModel_des_text__uIwM0{text-align:center;font-family:Figtree;font-style:normal;line-height:normal}.TipModel_des_text__uIwM0{color:#37576c;font-size:.14rem;font-weight:500;margin:12px 0 24px}.TipModel_btn__sQJrT{text-align:center;width:208px;height:44px;line-height:44px;color:#fff;font-family:Figtree;font-size:16px;font-style:normal;font-weight:700;border-radius:12px;border:1.5px solid #00ea58;border:1.5px solid color(display-p3 .0422 .9011 .4174);background:radial-gradient(37.66% 67.19% at 51.56% 100%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 100%),linear-gradient(180deg,#00ba37,#00c754);background:radial-gradient(37.66% 67.19% at 51.56% 100%,color(display-p3 1 1 1/.4) 0,color(display-p3 1 1 1/0) 100%),linear-gradient(180deg,color(display-p3 .0851 .7166 .2901),color(display-p3 .0815 .768 .3821));margin:0 auto}