
.tableitem {
    width: 100%;
    height: 280px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.tableitem-block {
    width: 100%;
    height: 280px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.icon-block {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 20px;
    color: #F56C6C;
}
.cellElInput input {
    height: 36px !important;
    line-height: 36px !important
}

.flexCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.textcolorA {
  color: #2c99d4;
}
.textcolorB {
  color: #e79d66;
}
.money {
  width: 100%;
  overflow: hidden;
}
.money ul {
  margin: 0;
  padding: 0;
}
.money ul li {
  list-style: none;
  width: calc(50% - 2px);
  height: 60px;
  float: left;
  border-bottom: 2px solid #e7e7e7;
  font-weight: bold;
}
.money ul li .money-title {
  width: 100%;
  height: 50%;
  line-height: 30px;
  text-align: left;
  font-weight: bold;
  font-size: 13px;
  padding-left: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.money ul li .money-num {
  width: 100%;
  height: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
}
.money ul li .money-num .money-num-block {
  max-width: 50%;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.money ul li .money-num .money-num-currency {
  left: 10px;
}
.money ul li .money-num .money-num-text {
  right: 10px;
}
.money ul li:nth-of-type(odd) {
  border-right: 2px solid #e7e7e7;
}
