.RefundMoney .ant-card-head-title {
  padding: 10px 0;
  color: #333;
}
.RefundMoney .ant-card-extra {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.RefundMoney .ant-card-extra .el-date-editor {
  width: 230px!important;
}
.RefundMoney > .ant-card-body {
  height: calc(100vh - 146px);
  overflow-y: scroll;
}
.RefundMoney .ant-card-body {
  padding: 10px;
}
.RefundMoney .boxItem {
  border: 1px solid #e5e5e5;
}
.RefundMoney .boxItem .title {
  height: 45px;
  line-height: 45px;
  clear: both;
  padding: 0 15px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
}
.RefundMoney .boxItem .title p {
  margin-bottom: 0;
  float: left;
  font-size: 18px;
}
.RefundMoney .boxItem .title div {
  float: right;
}
.RefundMoney .boxItem .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
}
.RefundMoney .boxItem .box .box1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 500px;
  border-right: 1px solid #e5e5e5;
}
.RefundMoney .boxItem .box .box1 .eCharts {
  height: 480px;
}
.RefundMoney .boxItem .box .box2 {
  width: 400px;
  height: 500px;
  position: relative;
}
.RefundMoney .boxItem .box .box2 .titles {
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  color: #1784fc;
  font-size: 18px;
  font-weight: bold;
}
.RefundMoney .boxItem .box .box2 .eCharts {
  width: 400px;
  height: 480px;
}
.RefundMoney .boxMoney {
  margin: 15px 0;
}
.RefundMoney .boxMoney .item {
  width: 33%;
  height: 400px;
  float: left;
  position: relative;
}
.RefundMoney .boxMoney .item .titles {
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  color: #1784fc;
  font-size: 18px;
  font-weight: bold;
}
.RefundMoney .boxMoney .item .eCharts {
  height: 380px;
}

