/* 全站字号加大一档：覆盖 TUIKit 写死的 px */
html, body, #app {
  --hailiao-font-size: 17px;
  font-size: 17px;
}

/* 会话列表 */
.tui-conversation-item .content-header-label,
.tui-conversation-item .content-header .name,
.tui-conversation-list-h5 .tui-conversation-item .content .name {
  font-size: 19px !important;
  line-height: 1.35 !important;
}
.tui-conversation-item .content-header .middle-box-draft,
.tui-conversation-item .middle-box-content,
.tui-conversation-list-h5 .tui-conversation-item .content .middle-box p {
  font-size: 16px !important;
}
.tui-conversation-item .content-footer .time,
.tui-conversation-list-h5 .tui-conversation-item .time {
  font-size: 15px !important;
}

/* 底栏 */
.navbar-h5 .navbar-list-item .navbar-list-item-name {
  font-size: 16px !important;
}

/* 搜索 */
.tui-search-input-main,
.tui-search-input-main::placeholder,
.tui-conversation-header-item-title {
  font-size: 17px !important;
}

/* 聊天顶栏 / 消息 */
.chat-header-content {
  font-size: 18px !important;
}
.message-h5 span,
.message-body-content,
.message-bubble .message-text,
.message-text-container {
  font-size: 17px !important;
}
.message-body .message-body-nick-name {
  font-size: 14px !important;
}
.message-timestamp,
.message-tip,
.message-label {
  font-size: 14px !important;
}

/* 输入框 */
.message-input-editor-area,
.message-input-button-cont {
  font-size: 17px !important;
}

/* 通讯录 / 个人中心 */
.tui-contact-list .name,
.TUI-profile-h5-basic-info-nick,
.TUI-profile-h5-setting-item-label .label-left .label-title {
  font-size: 18px !important;
}
.TUI-profile-h5-basic-info-id,
.TUI-profile-h5-setting-item-label .label-left .label-desc {
  font-size: 14px !important;
}
/* 个人中心：对齐消息页，去掉灰条，顶部按状态栏留白 */
.TUI-profile-h5 {
  justify-content: flex-start !important;
  background: #ffffff !important;
}
.TUI-profile-h5-setting {
  flex: 0 0 auto !important;
  flex-grow: 0 !important;
  height: auto !important;
  background: #ffffff !important;
}
.TUI-profile-h5-basic {
  padding: 16px 18px 18px !important;
  padding-top: max(64px, calc(env(safe-area-inset-top, 47px) + 18px)) !important;
  margin-bottom: 0 !important;
}
.TUI-profile-h5-basic-avatar {
  width: 80px !important;
  height: 80px !important;
}
.TUI-profile-h5-basic-info-nick {
  font-size: 22px !important;
}
.TUI-profile-h5-basic-info-id {
  font-size: 15px !important;
}
.TUI-profile-h5-setting-item-label {
  min-height: 56px !important;
  padding: 16px 18px !important;
}
.TUI-profile-h5-setting-item-label .label-left .label-title,
.TUI-profile-h5-setting-item-exit .TUI-profile-h5-setting-item-label .label-left .label-title {
  font-size: 17px !important;
}
.TUI-profile-h5-setting-item-exit {
  margin-bottom: 0 !important;
}