.statistics{width:100%;height:100%;display:flex;flex-direction:column}.statistics-tab{background-color:#fff;display:flex;justify-content:space-between;align-items:center;height:46px;padding-right:10px;box-sizing:border-box;margin-bottom:10px}.statistics-tab p{margin:0;width:120px;height:100%;line-height:46px;background-color:#576085;color:#fff}.statistics-card-box{flex:1;overflow:auto;display:flex;flex-direction:column}.statistics-card{flex:1;display:flex}.statistics-card-top{margin-bottom:10px}.statistics-card-item{background-color:#fff;border-radius:4px;padding:0 16px 16px;border:1px solid #ebeef5;box-sizing:border-box;box-shadow:0 4px 12px 0 #e9e9e9}.statistics-card-left{width:60%;margin-right:10px}.statistics-card-right{width:calc(40% - 10px)}.statistics-card-title{text-align:left;height:40px;line-height:40px;font-size:16px;font-weight:700;color:#333;border-bottom:1px solid #f0f0f0}.statistics-card-title .ant-divider{width:4px;background-color:#576085}.statistics-card-picker{display:flex;align-items:center;justify-content:space-between}