.gui-popuup-title {
  line-height: 3em;
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.gui-popuup-title .title {
  font-weight: 700;
  color: #000;
}
.gui-popuup-title .span-btn {
  color: #1470CC;
  padding: 0 15px;
}
.gui-popuup-title .span-btn:active {
  background-color: #f8f8f8;
}
.gui-list-scroll {
  height: 400px;
  overflow: auto;
}
