.customerAttrData .ant-card-head-title {
  padding: 10px 0;
  color: #333;
}
.customerAttrData .ant-card-extra {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.customerAttrData .ant-card-extra .el-date-editor {
  width: 230px!important;
}
.customerAttrData > .ant-card-body {
  height: calc(100vh - 146px);
  overflow-y: scroll;
}
.customerAttrData .ant-card-body {
  padding: 10px;
}
.customerAttrData .boxMoney {
  border-left: 1px solid #e3e3e3;
}
.customerAttrData .boxMoney:nth-child(1) {
  border-top: 1px solid #e3e3e3;
}
.customerAttrData .boxMoney .item {
  width: 33.33%;
  height: 500px;
  float: left;
  text-align: center;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  padding-top: 40px;
}
.customerAttrData .boxMoney .item .title {
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  color: #1784fc;
  font-size: 18px;
  font-weight: bold;
}
.customerAttrData .boxMoney .item .ant-select {
  width: 120px;
  position: absolute;
  top: 8px;
  right: 10px;
}
.customerAttrData .boxMoney .item .eCharts {
  height: 380px;
}

