[data-v-29fce0ef] .el-card {
  border: 1px solid #e9e9e9;
}
[data-v-29fce0ef] .el-card__header {
  padding: 12px 15px;
  border-bottom: none;
}
[data-v-29fce0ef] .el-card__body {
  position: relative;
  padding: 0 15px 50px 15px;
}
[data-v-29fce0ef] .el-card__body .user-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
[data-v-29fce0ef] .el-card__body .user-info span {
  margin-right: 10px;
  white-space: nowrap;
  font-size: 14px;
  color: #7f7f7f;
}
[data-v-29fce0ef] .el-card__body .user-info span:last-child {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-v-29fce0ef] .el-card__body .base-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
[data-v-29fce0ef] .el-card__body .base-info div {
  margin-top: 10px;
  text-align: center;
}
[data-v-29fce0ef] .el-card__body .base-info div p:first-child {
  font-size: 30px;
  color: #1b7af9;
}
[data-v-29fce0ef] .el-card__body .base-info div p:first-child span {
  font-size: 14px;
}
[data-v-29fce0ef] .el-card__body .base-info div p:last-child {
  font-size: 14px;
  color: #7f7f7f;
}
[data-v-29fce0ef] .el-card__body .foot {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #e9e9e9;
  background: #f7f9fa;
}
[data-v-56a64eee].count-income-main .el-card + .el-card {
  margin-top: 10px;
}
[data-v-56a64eee].count-income-main .btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
[data-v-56a64eee].count-income-main .headerClassName {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  background: #fafafa !important;
}
