.evenueData .ant-tabs-bar {
  margin-bottom: 0;
}
.totalDataRevenue td,
.totalDataRevenue th {
  width: 75px!important;
  text-align: center!important;
  padding-right: 1px!important;
  padding-left: 1px!important;
}
.totalDataRevenue td .ant-input-number,
.totalDataRevenue th .ant-input-number {
  max-width: 70px;
}
.totalDataRevenue td .ant-input-number .ant-input-number-handler-wrap,
.totalDataRevenue th .ant-input-number .ant-input-number-handler-wrap {
  display: none;
}
.totalDataRevenue td.whitspace,
.totalDataRevenue th.whitspace {
  white-space: inherit;
}
.totalDataRevenue .btnLevel {
  width: calc(100% - 4px);
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
  text-align: right;
  padding: 10px 16px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 2px;
}
.totalDataRevenue .btnLevel .ant-btn {
  padding: 0 40px;
}
.collapse {
  border-right: none;
  border-left: none;
}
.collapse .ant-collapse-header {
  background-color: #fff;
}
.collapse .ant-collapse-content {
  border-top: none;
}
.collapse .ant-collapse-content-box {
  padding: 0;
}
.collapse .ant-collapse-item-active .ant-collapse-header {
  background-color: #e6f7ff;
}
.collapse .ant-collapse-item-active tr:last-child td {
  border-bottom: none;
}
.collapse td,
.collapse th {
  text-align: center!important;
  padding-right: 1px!important;
  padding-left: 1px!important;
}
.collapse td .ant-input-number,
.collapse th .ant-input-number {
  width: 60px;
}
.collapse td .ant-input-number .ant-input-number-input,
.collapse th .ant-input-number .ant-input-number-input {
  text-align: center;
}
.collapse td .ant-input-number .ant-input-number-handler-wrap,
.collapse th .ant-input-number .ant-input-number-handler-wrap {
  display: none;
}
.collapse td.whitspace,
.collapse th.whitspace {
  white-space: inherit;
}
.collapse td {
  background-color: #fff !important;
}
.collapse .ant-btn {
  padding: 0 3px;
}

.cashTarget .data {
  height: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cashTarget .data .lefts {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 20px;
}
.cashTarget .data .lefts h3 {
  color: #000;
  margin-bottom: 0;
}
.cashTarget .data .lefts p {
  height: 70px;
  line-height: 70px;
  font-size: 33px;
  color: #1784fc;
  font-weight: bold;
  margin-bottom: 0;
}
.cashTarget .data .lefts p span {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.cashTarget .data .lefts div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cashTarget .data .lefts div span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cashTarget .data .lefts div span:nth-child(2) {
  text-align: right;
}
.cashTarget .data .rights {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 0 20px;
}
.cashTarget .data .rights p {
  height: 60px;
  line-height: 60px;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}
.cashTarget .data .rights div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cashTarget .data .rights div span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 33px;
  color: #333;
  font-weight: 500;
}
.cashTarget .data .rights div span b {
  font-weight: 400;
  font-size: 14px;
  color: #444;
}
.cashTarget .data .rights div span:nth-child(2) {
  text-align: right;
}
.cashTarget .data .rights div.div1 span {
  font-size: 14px!important;
  font-weight: 400;
}
.cashTarget .data .box {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.cashTarget .data .box p {
  height: 60px;
  line-height: 60px;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}
.cashTarget .data .box .per {
  height: 80px;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  padding: 0 15px;
}
.cashTarget .data .box .per .res {
  height: 25px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cashTarget .data .box .per .res div {
  color: #333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.cashTarget .data .box .per .res span {
  color: #333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}

