
.interaction-page[data-v-479e8ace] {
  min-height: 100vh;
  background-color: #f8f8f8;
}
.header[data-v-479e8ace] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 44px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  border-bottom: 1px solid #f0f0f0;
}
.nav-left[data-v-479e8ace] {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.nav-title[data-v-479e8ace] {
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.nav-right[data-v-479e8ace] {
  width: 20px;
}
.content-area[data-v-479e8ace] {
  padding: 16px;
  padding-top: 60px;
  min-height: calc(100vh - 44px);
  overflow-y: auto;
}
.empty-state[data-v-479e8ace] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  text-align: center;
}
.empty-icon[data-v-479e8ace] {
  margin-bottom: 16px;
  opacity: 0.3;
}
.empty-icon .van-icon[data-v-479e8ace] {
  color: #999;
}
.empty-text[data-v-479e8ace] {
  font-size: 14px;
  color: #999;
}
.user-list[data-v-479e8ace] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.user-item[data-v-479e8ace] {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}
.user-item[data-v-479e8ace]:active {
  transform: scale(0.98);
}
.user-avatar[data-v-479e8ace] {
  flex-shrink: 0;
}
.user-info[data-v-479e8ace] {
  flex: 1;
  min-width: 0;
}
.user-name[data-v-479e8ace] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-desc[data-v-479e8ace] {
  font-size: 13px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 4px;
}
.user-stats[data-v-479e8ace] {
  display: flex;
  gap: 8px;
}
.user-stats .stat-item[data-v-479e8ace] {
  font-size: 11px;
  color: #999;
  background: #f5f5f5;
  padding: 2px 6px;
  border-radius: 8px;
}
.online-badge[data-v-479e8ace] {
  font-size: 10px;
  color: #07c160;
  background: rgba(7, 193, 96, 0.1);
  padding: 2px 6px;
  border-radius: 8px;
  margin-left: 6px;
  font-weight: normal;
}
.user-actions[data-v-479e8ace] {
  flex-shrink: 0;
}
.loading-more[data-v-479e8ace] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px;
  color: #999;
  font-size: 14px;
}
.no-more[data-v-479e8ace] {
  text-align: center;
  padding: 20px;
  color: #999;
  font-size: 14px;
}


