.card-progress {
  width: 100%;
  margin-bottom: 10px;
}
.card-progress .mb {
  margin-bottom: 0.375rem;
  font-weight: 500;
  color: #414d5f;
  font-size: 0.9375rem;
}
.card-progress .mb .text-muted {
  color: #98a6ad;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 400;
}
.card-progress .progress {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-progress .progress .progress-value {
  width: 20%;
  text-align: right;
  font-weight: 700;
  color: #6c757d;
}

.card-map .ivu-card-head {
  border-bottom: none !important;
}
.card-map .card-title {
  color: #67757c;
}
.card-map .right {
  height: 350px;
}
.card-map .right .content {
  height: 290px;
  width: 100%;
  margin-right: 10px;
}

