.im-list-cnt[data-v-486e0325] {
  height: calc(100vh - 131px);
  overflow-y: auto;
  width: 270px;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  color: #606266;
  margin-right: 12px;
}
.im-list-item[data-v-486e0325] {
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
}
.im-list-item1[data-v-486e0325] {
  background: #f5f5f5;
  color: var(--primary-color);
}
.im-list-item[data-v-486e0325]:hover {
  background: #f5f5f5;
  color: var(--primary-color);
}
.im-list-title[data-v-486e0325] {
  padding: 7px 0px 7px 12px;
  font-weight: 500;
  font-size: 15px;
}
.im-list-box[data-v-486e0325] {
  height: calc(100vh - 191px);
  overflow-y: auto;
}
.im-list-item2[data-v-486e0325] {
  text-align: center;
  margin-top: 10%;
  font-size: 14px;
  color: #909399;
}
