.TUI-conversation {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  header {
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 12px;
    display: flex;
    align-items: center;
    h1 {
      padding: 0 8px;
      font-size: 14px;
    }
    .more{
      display: inline-block;
      width: 28px;
      height: 28px;
      border-radius: 4px;
    }
  }
  &-list {
    flex: 1;
    position: absolute;
    width: 100%;
  }
  .network {
    display: flex;
    padding: 0 12px;
    display: flex;
    align-items: center;
    p {
      padding: 5px;
      font-size: 12px;
      line-height: 22px;
    }
  }
}

input {
  box-sizing: border-box;
  width: 100%;
  height: 24px;
  border-radius: 5px;
  padding: 0 10px;
}
