.overview-wrap{box-sizing:border-box;display:flex;flex-flow:wrap;width:100%}.overview-box{position:relative;width:100%;padding:24px 32px;border-bottom:1px solid var(--border-normal)}.overview-box .overview-top{display:flex;justify-content:space-between;font-weight:600;font-size:24px}@media (max-width:786px){.overview-box{display:flex;flex-direction:column;gap:16px}.overview-box .overview-top{flex-direction:column;gap:12px}}.overview-box .overview-top .title-with-icon{height:28px;color:#81858c;font-weight:600;font-size:20px;line-height:28px;display:flex;align-items:center;gap:8px}.overview-box .overview-top .overview-btn-group{display:flex;align-items:center;gap:8px}.overview-box .overview-top .overview-btn-group .btn{min-width:60px}.overview-box .overview-bottom{display:flex}.overview-box .overview-bottom .total-card{font-weight:700;font-size:32px;line-height:40px}.overview-box .overview-bottom .total-card .total-value{display:flex;align-items:center;gap:8px}.overview-box .overview-bottom .total-card .total-value .unit{font-weight:400;font-size:14px;line-height:22px}.overview-box .overview-bottom .total-card .total-sub-value{display:block;margin-top:5px;color:rgb(204,207,209);font-weight:400;font-size:14px;line-height:22px}