.el-input__icon,
.el-input__inner {
  height: 32px;
  line-height: 32px;
}

.el-button--warning {
  color: #fff;
  background-color: #ff8400;
  border-color: #ff8400;
}

.el-button--warning:focus,
.el-button--warning:hover {
  background: #ff9d33;
  border-color: #ff9d33;
  color: #fff;
}

.table-pager {
  margin-top: 12px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tree-container {
  height: 300px;
  overflow-y: auto;
  margin-top: 15px;
  padding: 0 15px;
}

.el-select {
  width: 100%;
}

.ye-con {
  color: #49494f;
}

.left {
  font-size: 9pt;
}

.kkjl-top {
  height: 62px;
  align-items: center;
}

.green {
  color: #80cc0b;
  font-weight: 600;
}

.red {
  color: #fa1919;
  font-weight: 600;
}

.content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 50px;
  border: 1px solid #ccc;
  border-radius: 5px;
  position: relative;
}

.content .tip {
  position: absolute;
  top: 7px;
  left: 15px;
  font-size: 14px;
  color: #8b8b8b;
}

.content .item {
  min-width: 150px;
}

.content .item2 {
  text-align: center;
}

.content .label {
  margin-bottom: 5px;
  font-size: 14px;
}

.content .value {
  font-size: 22px;
  font-weight: 600;
}

.content2 {
  border-color: #ffffff00;
}

.tjBox {
  border: 1px solid #ccc;
  border-bottom: 0;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 10px 15px 0;
}

/* Colors */

.success {
  color: #00bb13;
}

.error {
  color: #ff0000;
}

.ccc {
  font-size: 14px;
  color: #8b8b8b;
}

.w100 {
  width: 100%;
}

.jcsb {
  justify-content: space-between;
}

.cup {
  cursor: pointer;
}
