.pass-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.pass-check .title {
  font-weight: 600;
  font-size: 16px;
  color: #2f3033;
}
.pass-check .desc {
  font-size: 14px;
  line-height: 28px;
  margin: 15px 0;
}

.search .operation {
  margin-bottom: 2vh;
}
.search .select-count {
  font-weight: 600;
  color: #40a9ff;
}
.search .select-clear {
  margin-left: 10px;
}
.search .page {
  margin-top: 2vh;
}
.search .drop-down {
  margin-left: 5px;
}
.tree-list {
  position: relative;
  min-height: 80px;
}
.drawer-footer {
  z-index: 10;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #e8e8e8;
  padding: 10px 16px;
  text-align: left;
  background: #fff;
}

