.initial-token{width:24px;height:24px;border-radius:24px;justify-content:center;font-size:10px;color:var(--color-bg);border-radius:999px;background:linear-gradient(135deg,#e2ffbd,#d70000)}.defi-wallet-page .chain-list,.initial-token{display:flex;align-items:center}.defi-wallet-page .wallet-title{display:flex;flex-direction:column;gap:18px}.defi-wallet-page .wallet-title .wallet-title-text{font-size:30px;line-height:38px;font-weight:700}.defi-wallet-page .wallet-title .wallet-chain{display:flex;align-items:center;padding:12px;border-radius:999px;gap:6px;border:1px solid var(--border-color)}.defi-wallet-page .wallet-title .wallet-chain .chain-logo{width:36px;height:36px;border-radius:999px}.defi-wallet-page .wallet-title .wallet-chain span{font-size:18px;line-height:18px;font-weight:700;display:inline-block}.defi-wallet-page .wallet-title .hit{background:var(--color-fg);border:1px solid var(--color-fg)}.defi-wallet-page .wallet-title .hit span{color:var(--color-bg)}.loading-state{position:absolute;top:0;left:0;z-index:5;width:100%;height:100%;background-color:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center}.defi-wallet-page .left-box{flex:1;align-items:flex-start;gap:24px}.account-box,.defi-wallet-page .left-box{display:flex;justify-content:space-between}.account-box{border-radius:18px;border:1px solid var(--border-color);padding:30px;background-color:var(--color-bg);position:relative;overflow:hidden;align-items:center}.account-box .account-info{display:flex;align-items:center;gap:14px}.account-box .account-info .account-pic{width:90px;height:90px;border-radius:24px;display:flex;align-items:center;justify-content:center;background:rgba(212,16,26,.12)}.account-box .account-info .account-pic .svg{width:46px;height:36px}.account-box .account-login{position:absolute;top:0;left:0;z-index:5;width:100%;height:100%;background-color:hsla(0,0%,100%,.15);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center}.account-box .account-img-bg{width:100%;height:100%;position:absolute;bottom:0;right:0;z-index:-1}.account-box .account-title{display:flex;align-items:center;justify-content:space-between}.account-box .account-title .user-info{display:flex;align-items:center;gap:12px}.account-box .account-title .user-info .user-address{font-size:22px;line-height:30px}.account-box .account-title .user-info .svg-box{width:36px;height:36px;background-color:#f2f2f2;display:flex;align-items:center;justify-content:center;border-radius:999px;cursor:pointer}.account-box .account-title .user-info .svg-box .icon{width:18px;height:18px}.account-box .account-title .unit-box{display:flex;align-items:center;padding:10px 12px;border-radius:50px;border:1px solid var(--border-color)}.account-box .account-title .unit-box .icon{margin-right:5px}.account-box .account-funds{font-weight:700;font-size:36px;line-height:36px;margin-top:10px}.account-box .btns{display:flex;align-items:center;gap:12px}.account-box .btns button{width:144px;height:60px;border-radius:60px;font-size:18px}.token-box{flex:1}.token-box .token-list{border:1px solid var(--border-color);border-radius:18px;padding:24px 0;display:flex;flex-direction:column;gap:12px;background-color:var(--color-bg);position:relative;overflow:hidden;min-height:700px}.token-box .token-list .tabs-box{margin:0 30px 18px;font-size:30px;line-height:30px;font-weight:700}.token-box .token-list .ui-table__wrapper{border:none;background:rgba(0,0,0,0);border-radius:0}.token-box .token-list .wallet-token-item{display:flex;align-items:center;justify-content:space-between;padding:17px 18px;border-radius:12px;border:1px solid var(--border-color);background-color:var(--color-bg);margin:0 30px;transition:border-color .36s ease;cursor:pointer}.token-box .token-list .wallet-token-item.active{border-color:var(--main-color)}.token-box .token-list .wallet-token-item .token-info{display:flex;align-items:center;gap:12px}.token-box .token-list .wallet-token-item .token-info .icon{min-width:60px;width:60px;min-height:60px;height:60px;font-size:22px;border-radius:999px;font-weight:700}.token-box .token-list .wallet-token-item .token-info .token-name{font-size:24px;line-height:28px;font-weight:700}.token-box .token-list .wallet-token-item .token-info .token-balance{font-size:18px;line-height:18px;margin-top:10px;color:var(--color-li)}.token-box .token-list .wallet-token-item .change{text-align:right}.token-box .token-list .wallet-token-item .change .value{font-size:20px;line-height:24px;font-weight:700}.token-box .token-list .wallet-token-item .change .change24h{font-size:18px;line-height:18px;margin-top:6px}