.walletLoading{width:40px;height:20px;display:flex;align-items:center;justify-content:space-between;position:relative}.walletLoading.pcWalletLoading{height:17px;margin:0 auto}@keyframes loadingDotsAni{0%,80%,to{transform:scale(1);opacity:1}40%{transform:scale(0);opacity:0}}.walletLoading .dot{--dotSize:8px;width:var(--dotSize);height:var(--dotSize);display:block;position:relative}.walletLoading .dot:first-child:before{animation-delay:-.32s}.walletLoading .dot:nth-child(2):before{animation-delay:-.16s}.walletLoading .dot:before{content:"";width:100%;height:100%;border-radius:50%;display:block;background:var(--mainColor);animation:loadingDotsAni 1.8s ease-in-out infinite}
