.zbx-single-select {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 16px;
  background: #f3f3f3;
  border-radius: 40px;
  .value-text {
    flex: 1;
    overflow: hidden;
    color: #333;
    //margin-left: 26px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    &.placeholder {
      color: #999;
    }
  }
  .down {
    color: #999;
    font-size: 12px;
  }
  .clear {
    margin-right: 2px;
  }
}
