.acceptsRecordDrawer .title {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  text-align: right;
}
.acceptsRecordDrawer .title b {
  float: left;
  font-size: 16px;
}
.acceptsRecordDrawer .title .el-date-editor {
  width: 220px!important;
}
.acceptsRecordDrawer .box {
  height: calc(100vh - 104px);
}
.acceptsRecordDrawer .ant-card {
  margin: 8px;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.acceptsRecordDrawer .ant-card-body {
  padding: 10px;
}
.acceptsRecordDrawer .boxItem .title {
  height: 45px;
  line-height: 45px;
  clear: both;
  padding: 0 15px;
  font-weight: bold;
}
.acceptsRecordDrawer .boxItem .title p {
  margin-bottom: 0;
  float: left;
  font-size: 18px;
}
.acceptsRecordDrawer .boxItem .title div {
  float: right;
}
.acceptsRecordDrawer .boxItem .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 480px;
}
.acceptsRecordDrawer .boxItem .box .box1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 400px;
}
.acceptsRecordDrawer .boxItem .box .box1 .eCharts {
  height: 480px;
}
.acceptsRecordDrawer .boxItem .box .box2 {
  width: 400px;
  height: 400px;
}
.acceptsRecordDrawer .boxItem .box .box2 .eCharts {
  width: 400px;
  height: 480px;
}
.acceptsRecordDrawer .boxMoney .item {
  width: 50%;
  min-width: 400px;
  height: 400px;
  float: left;
}
.acceptsRecordDrawer .boxMoney .item .eCharts {
  height: 380px;
}

.acceptsChannelsData .ant-card-head-title {
  padding: 10px 0;
  color: #333;
  font-size: 18px;
}
.acceptsChannelsData .ant-card-extra {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.acceptsChannelsData .ant-card-extra .el-date-editor {
  width: 230px!important;
}
.acceptsChannelsData .ant-card-extra .ant-select {
  width: 150px;
}
.acceptsChannelsData > .ant-card-body {
  height: calc(100vh - 146px);
  overflow-y: scroll;
}
.acceptsChannelsData .ant-card-body {
  padding: 10px;
}
.acceptsChannelsData .ant-card {
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.acceptsChannelsData .ant-card .ant-card-head-title {
  font-size: 15px;
}
.acceptsChannelsData .ant-card .ant-card-body {
  padding: 0;
}

