.statistics{width:100%;height:100%;padding:10px;box-sizing:border-box}.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:20px}.statistics-tab p{margin:0;width:120px;height:100%;line-height:46px;background-color:#576085;color:#fff}.statistics-card{width:100%;display:flex}.statistics-card-item{background-color:#fff;border-radius:4px;margin-bottom:10px;padding:0 10px 10px;border:1px solid #ebeef5;box-sizing:border-box;box-shadow:0 4px 12px 0 #e9e9e9}.statistics-card-left{width:60%;margin-right:10px;height:380px}.statistics-card-right{width:calc(40% - 10px);height:380px}.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:2px;background-color:#576085}.statistics-card-picker{display:flex;align-items:center;justify-content:space-between}