.CustomerMarket .ant-card-body {
  padding: 15px 10px!important;
}
.CustomerMarket .box {
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.CustomerMarket .box > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: rgba(249, 216, 216, 0.6);
  -webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
  margin: 10px 20px;
  padding: 15px;
  position: relative;
}
.CustomerMarket .box > div p {
  font-size: 16px;
  color: #444;
  margin-bottom: 10px;
}
.CustomerMarket .box > div p span {
  font-size: 12px;
}
.CustomerMarket .box > div div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.CustomerMarket .box > div div b {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  font-size: 33px;
}
.CustomerMarket .box > div div span {
  line-height: 60px;
  text-align: right;
  color: #000;
}
.CustomerMarket .box > div div .pb {
  line-height: 1;
  position: absolute;
  bottom: -7px;
  right: 0;
}
.CustomerMarket .box > div > span {
  height: 30px;
  line-height: 30px;
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
}
.CustomerMarket .box2 > div {
  background-color: rgba(210, 222, 245, 0.6);
}
.CustomerMarket .box3 > div {
  background-color: rgba(230, 236, 221, 0.6);
}
.CustomerMarket .box4 > div {
  background-color: rgba(245, 234, 219, 0.6);
}
.CustomerMarket .cor33 {
  line-height: 50px;
  color: #666;
  padding-left: 40px;
}
.CustomerMarket .blue {
  color: #79B21F;
}

