.TeamCustomerData .staffUsers {
  height: calc(100vh - 155px);
  overflow-y: scroll;
  padding: 5px;
}
.TeamCustomerData .staffUsers .topData {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.TeamCustomerData .staffUsers .topData div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  background-color: rgba(239, 239, 239, 0.6);
  padding-top: 20px;
  margin: 5px;
}
.TeamCustomerData .staffUsers .topData div p {
  font-size: 18px;
  color: #333;
  margin-bottom: 0;
}
.TeamCustomerData .staffUsers .topData div b {
  display: block;
  color: #000;
  font-size: 33px;
}
.TeamCustomerData .staffUsers .topData div b span {
  font-size: 12px;
}
.TeamCustomerData .staffUsers .topData div.item1 {
  background-color: rgba(24, 144, 255, 0.1);
}
.TeamCustomerData .staffUsers .topData div.item1 b {
  color: #1784fc;
}
.TeamCustomerData .staffUsers .topData div.item2 {
  background-color: rgba(249, 180, 18, 0.1);
}
.TeamCustomerData .staffUsers .topData div.item2 b {
  color: #f9b412;
}
.TeamCustomerData .staffUsers .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.TeamCustomerData .staffUsers .box .ant-table-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.TeamCustomerData .staffUsers .box .data {
  width: 500px;
  height: 600px;
}
.TeamCustomerData .staffUsers .box .data .h {
  height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #e8e8e8;
}
.TeamCustomerData .staffUsers .box .data .h b {
  font-size: 18px;
  padding-left: 15px;
}
.TeamCustomerData .staffUsers .box .data .h .ant-radio-group {
  float: right;
  margin-top: 10px;
  margin-right: 5px;
}
.TeamCustomerData .staffUsers .box .data .eCharts {
  height: 300px;
}

.TeamCustomerData {
  height: calc(100vh - 97px);
  background-color: #fff;
}
.TeamCustomerData .header {
  height: 50px;
  border-bottom: 1px solid #e3e3e3;
}
.TeamCustomerData .header > span {
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  color: #333;
  padding: 0 20px;
  float: left;
}
.TeamCustomerData .header > span:hover,
.TeamCustomerData .header > span.active {
  color: #1784fc;
  border-bottom: 3px solid #1784fc;
}
.TeamCustomerData .header .el-date-editor {
  width: 230px!important;
  margin: 9px;
  float: right;
}
.TeamCustomerData .header .ant-radio-group {
  float: right;
  margin-top: 9px;
}
.TeamCustomerData .contentBox {
  height: calc(100vh - 150px);
}

