.zbx-creator-list {
  .zbx-creator-list-top {
    margin-top: 26px;
    display: flex;
    justify-content: space-between;

    .icon {
      margin-left: 2px;
      font-size: 8px;
      color: #999;
    }
  }
}
.zbx-creator-list-bottom {
  position: fixed;
  bottom: -82px;
  width: 100%;
  height: 82px;
  background: #fff;
  box-shadow: 0 -2px 6px rgba(5, 16, 64, 0.08);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  box-sizing: border-box;
  transition: 300ms;

  &.visible {
    bottom: 0;
  }

  .selectText {
    color: #666;
    .number {
      color: #333;
      margin-right: 2px;
    }
  }

  .select {
    width: 220px;
  }
}
