.overview-tab-wrap{box-sizing:border-box;display:flex;flex-flow:wrap;width:100%;padding:24px 32px}.overview-tab-wrap .account-overview{min-height:520px;padding:0 0 24px}.overview-tab-wrap .account-overview .title{display:flex;align-items:center;height:18px;color:#81858c;font-weight:500;font-size:12px;line-height:18px}.overview-tab-wrap .account-overview .account-item{border-bottom:1px solid var(--border-normal)}.overview-tab-wrap .account-overview .account-item .item-content{display:flex;align-items:center;padding:24px 0}.overview-tab-wrap .account-overview .account-item .item-content .account-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:rgb(38,40,41);border-radius:16px}.overview-tab-wrap .account-overview .account-item .item-content .account-icon svg{width:17px;height:17px;color:rgb(var(--color-main))}.overview-tab-wrap .account-overview .account-item .item-content .account-name{width:232px;min-height:24px;font-weight:600;font-size:16px;line-height:24px;margin-left:8px}.overview-tab-wrap .account-overview .account-item .item-content .account-asset{display:flex;flex-direction:column}.overview-tab-wrap .account-overview .account-item .item-content .account-asset .asset-usd{display:block;font-weight:600;font-size:16px;line-height:24px}.overview-tab-wrap .account-overview .account-item .item-content .account-asset .asset-btc{display:block;margin-top:2px;font-weight:500;color:#81858c;font-size:12px;line-height:18px}.overview-tab-wrap .account-overview .account-item .item-content .account-btn-group{text-align:right;display:flex;justify-content:flex-end;align-items:center;flex:1 1;gap:8px}.overview-tab-wrap .account-overview .account-item .item-content .account-btn-group .btn-opt{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #d5dae0;border-radius:8px;cursor:pointer}.overview-tab-wrap .account-overview .account-item .item-content .account-btn-group .btn-opt svg{font-size:18px}.overview-tab-wrap .account-overview .account-item .item-content .account-btn-group .btn-opt:hover{color:rgb(var(--color-main));border:1px solid rgb(var(--color-main))}