.home-wrap{height:100%}.home-wrap>.bottom-wrap,.home-wrap>.middle-wrap,.home-wrap>.top-wrap{border-radius:6px;width:100%}.home-wrap>.bottom-wrap .title-wrap,.home-wrap>.middle-wrap .title-wrap,.home-wrap>.top-wrap .title-wrap{display:flex;justify-content:space-between;width:calc(100% - 30px);margin:0 15px;position:relative;height:50px;align-items:center;border-bottom:1px solid #f5f5f5}.home-wrap>.bottom-wrap .title-wrap:before,.home-wrap>.middle-wrap .title-wrap:before,.home-wrap>.top-wrap .title-wrap:before{content:"";position:absolute;height:24px;width:4px;border-radius:2px;background-color:var(--menuPrimaryColor);top:50%;left:-15px;transform:translateY(-50%)}.home-wrap>.bottom-wrap .title-wrap>p,.home-wrap>.middle-wrap .title-wrap>p,.home-wrap>.top-wrap .title-wrap>p{font-size:14px;line-height:24px}.home-wrap>.bottom-wrap .title-wrap>.ivu-select,.home-wrap>.middle-wrap .title-wrap>.ivu-select,.home-wrap>.top-wrap .title-wrap>.ivu-select{width:150px}.home-wrap>.bottom-wrap .chart-box,.home-wrap>.middle-wrap .chart-box,.home-wrap>.top-wrap .chart-box{border:1px solid #f5f5f5;width:calc(100% - 30px);height:calc(100% - 80px);margin:15px}.home-wrap>.top-wrap{height:60px;display:flex;margin-bottom:var(--globalMargin);background-color:#fff;justify-content:space-around}.home-wrap>.top-wrap>div{display:flex;align-items:center;padding:0 15px;box-sizing:border-box}.home-wrap>.top-wrap>div>.left-icon{width:45px;height:45px;border-radius:10px;background-color:rgba(152,10,9,.6);text-align:center;line-height:45px}.home-wrap>.top-wrap>div>.left-icon>.iconfont{color:#fff;font-size:30px}.home-wrap>.top-wrap>div>.right-box{text-align:center;margin-left:10px}.home-wrap>.top-wrap>div>.right-box>.value{font-size:25px;line-height:1;font-weight:700;color:var(--menuPrimaryColor)}.home-wrap>.top-wrap>div>.right-box p{line-height:1;font-size:12px}.home-wrap>.top-wrap>div+div{border-left:1px solid #f5f5f5}.home-wrap>.middle-wrap{height:calc(40% - 24px - var(--globalMargin)*2/5*2);margin-bottom:var(--globalMargin);display:flex}.home-wrap>.middle-wrap>div{flex:calc(33.33333% - var(--globalMargin)*2/3);background-color:#fff;border-radius:6px}.home-wrap>.middle-wrap>div:nth-child(2){margin:0 var(--globalMargin)}.home-wrap>.bottom-wrap{background-color:#fff;height:calc(60% - 36px - var(--globalMargin)*2/5*3)}