
.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;
}
.money2 {
  width: 100%;
  overflow: hidden;
}
.money2 ul {
  margin: 0;
  padding: 0;
}
.money2 ul li {
  list-style: none;
  width: 100%;
  height: 60px;
  float: left;
  border-bottom: 2px solid #e7e7e7;
  font-weight: bold;
}
.money2 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;
}
.money2 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;
}
.money2 ul li .money-num .money-num-block {
  max-width: 50%;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.money2 ul li .money-num .money-num-currency {
  left: 10px;
}
.money2 ul li .money-num .money-num-text {
  right: 10px;
}
.money2 ul li:nth-of-type(odd) {
  border-right: 2px solid #e7e7e7;
}

#exportPdf {
	font-size: 12px;
}
td {
	max-width: 500px;
}
.td-format {
	max-width: 100px;
	border: 1px solid #666;
	text-align: center;
	max-height: 80px;
}
.text-format {
	padding: 1px;
}
.img-format {
	width: 100px;
	height: auto;
	margin: 5px;
}

.center-ty .el-input__inner {
  text-align: center;
}
.table-logistics-info {
  width: 100%;
  min-height: 100px;
}
.logistics-head span {
  margin-right: 50px;
  font-size: 16px;
  font-weight: bold;
}
