.popper-wraper {
  max-height: 550px;
  overflow: auto;
}
.add-material-tree {
  font-size: 12px;
}
.add-material-tree .el-icon-star-off {
  font-size: 16px;
}
.add-material-tree .el-icon-star-on {
  font-size: 20px;
  color: rgba(244, 234, 42);
}
.add-material-tree .el-pagination {
  text-align: center;
}
.add-material-tree .el-pagination .el-input {
  width: 100px;
}
.add-material-tree .el-pagination .el-input .el-input__inner {
  width: 100%;
}
.add-material-tree .el-pagination .is-in-pagination .el-input__inner {
  width: 50px;
}
.add-material-tree .tree-box {
  width: 50%;
}
.add-material-tree .content {
  position: relative;
}
.add-material-tree .content .selected-number {
  position: absolute;
  right: 0;
  font-size: 12px;
  line-height: 36px;
}
.add-material-tree .el-dialog__footer {
  text-align: center;
}
.add-material-tree .popover-selected {
  position: absolute;
  right: 0;
  top: 0;
}
.add-material-tree .material-tree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.add-material-tree .material-box {
  border-left: 1px solid #d1d3e2;
  border-bottom: 1px solid #d1d3e2;
  border-right: 1px solid #d1d3e2;
}
.add-material-tree .material-box .material-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 15px 0 15px;
}
.add-material-tree .material-box .el-radio-group {
  margin-top: 10px;
}
.add-material-tree .material-box .left-title {
  height: 38px;
  width: 100%;
  line-height: 38px;
  background: #fbfbfa;
  border-right: 1px solid #d1d3e2;
  border-bottom: 1px solid #d1d3e2;
  border-top: 1px solid #d1d3e2;
  padding-left: 150px;
  color: #333;
  font-weight: 600;
  font-size: 12px;
}
.add-material-tree .material-box .left-tree {
  width: 100%;
  height: 348px;
  overflow-y: auto;
  border-right: 1px solid #d1d3e2;
}
.add-material-tree .material-box .tree-right .el-table--border th {
  border-bottom: 1px solid #d1d3e2;
  background: #fbfbfa !important;
}
.add-material-tree .material-box .tree-right .el-table__body {
  max-height: 296px;
  overflow-y: auto;
}
.add-material-tree .material-box .tree-right .el-table__empty-block {
  height: 296px !important;
}
.add-material-tree .material-box .tree-right .el-table__body-wrapper {
  height: 296px;
  overflow-y: auto;
}
.add-material-tree .material-box .tree-right .el-pagination {
  padding: 10px 5px;
}
.add-material-tree .tree-classify {
  max-height: 348px;
  overflow-y: auto;
}
.add-material-tree .material-user .el-table__body-wrapper {
  height: 318px;
  overflow-y: auto;
}

