.head-total {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head-total .main-top-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.head-total .main-top-item {
  min-width: 160px;
  max-width: 320px;
}
.head-total .flex-label {
  color: #333333 !important;
  background-color: var(--color-primary-light);
  border-right: 1px var(--color-primary) solid;
}
.head-total .flex-group .flex-group-block {
  border: 0 !important;
  text-align: right;
}
.head-total .flex-group {
  border: 1px var(--color-primary) solid;
}

.checkbox-drop {
    width: 40px;
    height: 25px;
    position: relative;
    outline: none;
}
.checkbox-icon {
    width: 100%;
    height: 100%;
    font-size: 18px;
    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;
}
.el-checkbox-nowrap .el-checkbox {
    width: 100%;
    margin-right: 0;
}


.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;
}
