.dashboard{display:-webkit-box;display:-ms-flexbox;display:flex}.dashboard .dashboard-item{-webkit-box-flex:1;-ms-flex:1;flex:1;background:#fff;border:1px solid #d8dce6;border-radius:10px;margin-right:10px;padding:10px;min-width:240px;max-width:450px}.dashboard .dashboard-item:last-child{margin-right:0}.dashboard .dashboard-item h3{color:#4680ff;font-size:14px;font-weight:500;margin:0}.dashboard .dashboard-item .total-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:10px 0;height:20px}.dashboard .dashboard-item .total-row label{color:#909399;font-size:12px}.dashboard .dashboard-item .total-row span{font-family:DINAlternate-Bold;font-size:16px;color:rgba(0,0,0,.85)}.dashboard .dashboard-item .total-row.middle{border:1px solid #d8dce6;background:#f2f2f2;height:40px;line-height:40px;padding:0 10px;border-radius:10px}.dashboard .dashboard-item .datum-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:20px 0;height:37px}.dashboard .dashboard-item .datum-row>div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:60px}.dashboard .dashboard-item .datum-row>div label{display:inline-block;color:#909399;font-size:12px}.dashboard .dashboard-item .datum-row>div span{display:inline-block;font-family:DINAlternate-Bold;font-size:16px;color:rgba(0,0,0,.85);height:20px;line-height:20px}.dashboard .dashboard-date-picker-wrap{text-align:center;margin:20px 0}.dashboard .dashboard-date-picker-wrap .dashboard-date-picker{width:200px;height:30px}.dashboard .asset-graph{width:100%;height:300px}