
.user-info-container[data-v-94f88fb0] {
  min-height: 100vh;
  background-color: #f5f5f5;
  padding-bottom: 20px;
}

/* 顶部导航栏 */
.nav-bar[data-v-94f88fb0] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  z-index: 100;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
}
.nav-left[data-v-94f88fb0], .nav-right[data-v-94f88fb0] {
  display: flex;
  align-items: center;
}
.nav-title[data-v-94f88fb0] {
  font-size: 17px;
  font-weight: 500;
  color: #333;
}
.preview-btn[data-v-94f88fb0] {
  font-size: 15px;
  color: #333;
}

/* 头像部分 */
.avatar-section[data-v-94f88fb0] {
  display: flex;
  justify-content: center;
  padding: 64px 0 20px;
  background: #fff;
}
.avatar-wrapper[data-v-94f88fb0] {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background: #f5f5f5;
}
.avatar[data-v-94f88fb0] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 表单部分 */
.form-section[data-v-94f88fb0] {
  background-color: #fff;
  margin: 10px 0;
}
.info-item[data-v-94f88fb0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #f5f5f5;
}
.info-item[data-v-94f88fb0]:last-child {
  border-bottom: none;
}
.item-label[data-v-94f88fb0] {
  font-size: 16px;
  color: #333;
  width: 80px;
}
.item-content[data-v-94f88fb0] {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item-value[data-v-94f88fb0] {
  font-size: 16px;
  color: #333;
  margin-right: 8px;
  flex: 1;
  text-align: right;
}
.item-value.placeholder[data-v-94f88fb0] {
  color: #999;
}

/* 背景图预览 */
.cover-preview[data-v-94f88fb0] {
  width: 60px;
  height: 40px;
  overflow: hidden;
  border-radius: 4px;
  margin-right: 8px;
}
.cover-preview img[data-v-94f88fb0] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 预览弹窗样式 */
.preview-popup[data-v-94f88fb0] {
  width: 90%;
  max-width: 375px;
  border-radius: 12px;
}

/* 手机号弹窗样式 */
.phone-dialog-content[data-v-94f88fb0] {
  padding: 16px;
}
.phone-dialog-content .van-field[data-v-94f88fb0] {
  margin-bottom: 16px;
}
.preview-container[data-v-94f88fb0] {
  padding: 20px;
}
.preview-title[data-v-94f88fb0] {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.preview-image[data-v-94f88fb0] {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}
.preview-image img[data-v-94f88fb0] {
  max-width: 100%;
  border-radius: 8px;
}
.preview-image.background-preview img[data-v-94f88fb0] {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.preview-action[data-v-94f88fb0] {
  margin-top: 20px;
}

/* 标签弹窗样式 */
.tags-dialog[data-v-94f88fb0] {
  max-height: 70vh;
  display: flex;
  flex-direction: column;
}
.tags-header[data-v-94f88fb0] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.tags-title[data-v-94f88fb0] {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.tags-content[data-v-94f88fb0] {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
}
.tags-list[data-v-94f88fb0] {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.tag-item[data-v-94f88fb0] {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s;
}
.tag-item.active[data-v-94f88fb0] {
  border-color: #07c160;
  background: #f0f9ff;
}
.tag-name[data-v-94f88fb0] {
  font-size: 14px;
  margin-right: 4px;
}
.tags-footer[data-v-94f88fb0] {
  padding: 16px;
  border-top: 1px solid #f0f0f0;
}

/* 语音控制样式 */
.voice-controls[data-v-94f88fb0] {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.voice-record-btn[data-v-94f88fb0],
.voice-play-btn[data-v-94f88fb0],
.voice-delete-btn[data-v-94f88fb0],
.voice-rerecord-btn[data-v-94f88fb0] {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 14px;
}
.voice-record-btn[data-v-94f88fb0] {
  background: #f0f9ff;
  border: 1px solid #07c160;
  color: #07c160;
  position: relative;
  overflow: hidden;
}
.voice-record-btn[data-v-94f88fb0]:hover {
  background: #e6f7ff;
}
.voice-record-btn.recording[data-v-94f88fb0] {
  background: #fff5f5;
  border-color: #ff4757;
  color: #ff4757;
}
.voice-play-btn[data-v-94f88fb0] {
  background: #f0f9ff;
  border: 1px solid #07c160;
  color: #07c160;
}
.voice-play-btn[data-v-94f88fb0]:hover {
  background: #e6f7ff;
}
.voice-delete-btn[data-v-94f88fb0] {
  background: #fff5f5;
  border: 1px solid #ff4757;
  color: #ff4757;
}
.voice-delete-btn[data-v-94f88fb0]:hover {
  background: #ffe6e6;
}
.voice-rerecord-btn[data-v-94f88fb0] {
  background: #fff8e6;
  border: 1px solid #ffa502;
  color: #ffa502;
}
.voice-rerecord-btn[data-v-94f88fb0]:hover {
  background: #fff2d6;
}
.record-text[data-v-94f88fb0],
.play-text[data-v-94f88fb0] {
  font-size: 14px;
  font-weight: 500;
}
.voice-duration[data-v-94f88fb0] {
  font-size: 12px;
  color: #999;
  background: #f5f5f5;
  padding: 4px 8px;
  border-radius: 10px;
  margin-left: auto;
}

/* 录音状态动画 */
.voice-record-btn.recording[data-v-94f88fb0] {
  animation: pulse-94f88fb0 1s infinite;
  position: relative;
}
.recording-progress[data-v-94f88fb0] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #e8e8e8;
  border-radius: 1px;
  overflow: hidden;
}
.progress-bar[data-v-94f88fb0] {
  height: 100%;
  background: linear-gradient(90deg, #07c160, #00d4aa);
  transition: width 0.3s ease;
}
.volume-indicator[data-v-94f88fb0] {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background: #e8e8e8;
  border-radius: 2px;
  overflow: hidden;
}
.volume-bar[data-v-94f88fb0] {
  width: 100%;
  background: #ff4757;
  border-radius: 2px;
  transition: height 0.1s ease;
}
.recording-status[data-v-94f88fb0] {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.status-dot[data-v-94f88fb0] {
  width: 8px;
  height: 8px;
  background: #ff4757;
  border-radius: 50%;
  animation: blink-94f88fb0 1s infinite;
}
@keyframes blink-94f88fb0 {
0%, 50% {
    opacity: 1;
}
51%, 100% {
    opacity: 0.3;
}
}
@keyframes pulse-94f88fb0 {
0% {
    transform: scale(1);
}
50% {
    transform: scale(1.05);
}
100% {
    transform: scale(1);
}
}

/* 录音试听弹窗样式 */
.voice-preview-popup[data-v-94f88fb0] {
  width: 90%;
  max-width: 375px;
  border-radius: 12px;
}
.voice-preview-container[data-v-94f88fb0] {
  padding: 24px;
  background: #fff;
}
.voice-preview-title[data-v-94f88fb0] {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.voice-preview-info[data-v-94f88fb0] {
  margin-bottom: 24px;
  text-align: center;
}
.voice-duration-info[data-v-94f88fb0],
.voice-file-info[data-v-94f88fb0] {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}
.voice-preview-controls[data-v-94f88fb0] {
  margin-bottom: 24px;
}
.voice-play-control[data-v-94f88fb0] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.voice-play-control .play-text[data-v-94f88fb0] {
  font-size: 16px;
  font-weight: 500;
  color: #07c160;
}
.voice-progress[data-v-94f88fb0] {
  width: 100%;
  height: 4px;
  background: #e8e8e8;
  border-radius: 2px;
  overflow: hidden;
  margin-bottom: 8px;
}
.voice-progress .progress-bar[data-v-94f88fb0] {
  height: 100%;
  background: linear-gradient(90deg, #07c160, #00d4aa);
  transition: width 0.1s ease;
}
.voice-time-info[data-v-94f88fb0] {
  text-align: center;
  font-size: 12px;
  color: #999;
  margin-top: 8px;
}
.voice-preview-actions[data-v-94f88fb0] {
  display: flex;
  gap: 12px;
}
.voice-preview-actions .van-button[data-v-94f88fb0] {
  flex: 1;
}
