
.user-preview-container[data-v-9dd638a9] {
  min-height: 100vh;
  background: linear-gradient(to right, #ffb3c6 0%, #d5c4ff 100%);
  padding-bottom: 120px;
  padding-top: 200px;
  /* 不要设置overflow或height，保持页面滚动容器为window */
}
.fixed-header[data-v-9dd638a9] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.35);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.03); */
}
.header-up[data-v-9dd638a9] {
  background: rgba(255, 255, 255, 0.35);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  padding: 0 16px;
}
.header-down[data-v-9dd638a9] {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.35);
}
.user-details-bottom[data-v-9dd638a9] {
  width: 100%;
  height: 20px;
}
.profile-card[data-v-9dd638a9] {
  width: 100%;
  max-width: 400px;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.04); */
  margin: 0 auto;
  padding: 12px 16px;
}

/* 用户资料卡片 */
.profile-card[data-v-9dd638a9] {
  flex: 1;
  margin: 0 16px;
}
.user-info[data-v-9dd638a9] {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* 头像区域 */
.avatar-section[data-v-9dd638a9] {
  position: relative;
}
.avatar-wrapper[data-v-9dd638a9] {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  background: #f5f5f5;
  flex-shrink: 0;
}
.avatar[data-v-9dd638a9] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.play-icon[data-v-9dd638a9] {
  position: absolute;
  bottom: 1px;
  right: 1px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 用户详情 */
.user-details[data-v-9dd638a9] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.user-charm-badge[data-v-9dd638a9] {
  display: flex;
  align-items: center;
}
.user-header[data-v-9dd638a9] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.username[data-v-9dd638a9] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
  display: inline-block;
}
.gender-icon[data-v-9dd638a9] {
  display: flex;
  align-items: center;
}
.vip-badges[data-v-9dd638a9] {
  font-size: 12px;
  font-weight: 600;
  padding: 2px 12px;
  border-radius: 4px;
  display: inline-block;
}
.vip-badges.normal[data-v-9dd638a9] {
  color: #333;
  background-color: #c0c4cc;
}
.vip-badges.gold[data-v-9dd638a9] {
  color: red;
  background-color: gold;
}
.vip-badges.diamond[data-v-9dd638a9] {
  color: #ffed4e;
  background-color: #333;
}
.basic-stats[data-v-9dd638a9] {
  font-size: 12px;
  color: #666;
}
.contact-info[data-v-9dd638a9] {
  display: flex;
  justify-content: space-between;
}
.contact-info-left[data-v-9dd638a9] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #666;
}
.user-details-bottom[data-v-9dd638a9] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.35);
}
.user-stats[data-v-9dd638a9] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.stat-item[data-v-9dd638a9] {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.stat-number[data-v-9dd638a9] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1.2;
}
.stat-label[data-v-9dd638a9] {
  font-size: 12px;
  color: #666;
  margin-top: 2px;
  line-height: 1;
}
.stat-divider[data-v-9dd638a9] {
  width: 1px;
  height: 20px;
  background-color: #eee;
}
.wechat-text[data-v-9dd638a9] {
  color: #333;
}
.view-btn[data-v-9dd638a9] {
  color: #4a90e2;
  font-size: 12px;
}
.view-btn.unlocked[data-v-9dd638a9] {
  color: #999;
}
.user-id[data-v-9dd638a9] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #666;
}
.creator-badge[data-v-9dd638a9] {
  background: #ff6b35;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 8px;
  align-self: flex-start;
}

/* 关注区域 */
.follow-section[data-v-9dd638a9] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.follow-btn[data-v-9dd638a9] {
  min-width: 50px;
  font-size: 12px;
  height: 28px;
}

/* 动态内容 */
.dynamic-section[data-v-9dd638a9] {
  padding: 20px 16px;
}
.empty-state[data-v-9dd638a9] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
}
.empty-text[data-v-9dd638a9] {
  margin: 16px 0;
  font-size: 16px;
  color: #999;
}

/* 相册区域 */
.album-section[data-v-9dd638a9] {
  background: rgba(255, 255, 255, 0.35);
  margin: 12px 16px 0;
  border-radius: 8px;
  padding: 16px;
}
.section-header[data-v-9dd638a9] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.section-title[data-v-9dd638a9] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.album-grid[data-v-9dd638a9] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}
.album-item[data-v-9dd638a9] {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
}
.album-item img[data-v-9dd638a9] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.album-overlay[data-v-9dd638a9] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.album-action[data-v-9dd638a9] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.view-all-btn[data-v-9dd638a9] {
  font-size: 12px;
}
.view-more[data-v-9dd638a9] {
  font-size: 14px;
  color: #4a90e2;
}
.constellation-section[data-v-9dd638a9] {
  background: rgba(255, 255, 255, 0.35);
  margin: 12px 16px 0;
  border-radius: 8px;
  padding: 16px;
}
.constellation-content[data-v-9dd638a9] {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  margin-top: 8px;
}
.constellation-text[data-v-9dd638a9] {
  margin-left: 8px;
}

/* 语音介绍样式 */
.voice-intro-section[data-v-9dd638a9] {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}
.voice-intro-header[data-v-9dd638a9] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.voice-intro-title[data-v-9dd638a9] {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}
.voice-duration[data-v-9dd638a9] {
  font-size: 12px;
  color: #999;
  background: #f5f5f5;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: auto;
}
.voice-player[data-v-9dd638a9] {
  width: 100%;
}
.voice-controls[data-v-9dd638a9] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}
.voice-btn[data-v-9dd638a9] {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.voice-btn[data-v-9dd638a9]:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.voice-waves[data-v-9dd638a9] {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-left: 8px;
}
.wave[data-v-9dd638a9] {
  width: 3px;
  height: 20px;
  background: #07c160;
  border-radius: 2px;
  animation: wave-9dd638a9 1.2s ease-in-out infinite;
}
.wave[data-v-9dd638a9]:nth-child(1) { animation-delay: 0s;
}
.wave[data-v-9dd638a9]:nth-child(2) { animation-delay: 0.1s;
}
.wave[data-v-9dd638a9]:nth-child(3) { animation-delay: 0.2s;
}
.wave[data-v-9dd638a9]:nth-child(4) { animation-delay: 0.3s;
}
.wave[data-v-9dd638a9]:nth-child(5) { animation-delay: 0.4s;
}
@keyframes wave-9dd638a9 {
0%, 40%, 100% {
    transform: scaleY(0.4);
}
20% {
    transform: scaleY(1);
}
}
.voice-error[data-v-9dd638a9] {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding: 8px 12px;
  background: #fff5f5;
  border: 1px solid #fed7d7;
  border-radius: 6px;
  font-size: 12px;
  color: #c53030;
}

/* 移动端优化 */
@media (max-width: 768px) {
.voice-controls[data-v-9dd638a9] {
    padding: 10px;
}
.voice-btn[data-v-9dd638a9] {
    width: 36px;
    height: 36px;
}
.voice-waves[data-v-9dd638a9] {
    gap: 1px;
}
.wave[data-v-9dd638a9] {
    width: 2px;
    height: 16px;
}
}
.social-section[data-v-9dd638a9] {
  background: rgba(255, 255, 255, 0.35);
  margin: 12px 16px 0;
  border-radius: 8px;
  padding: 16px;
}

/* 服务模块样式 */
.service-section[data-v-9dd638a9] {
  background: rgba(255, 255, 255, 0.35);
  margin: 12px 16px 0;
  border-radius: 8px;
  padding: 16px;
}
.service-content[data-v-9dd638a9] {
  margin-top: 8px;
}
.service-items[data-v-9dd638a9] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}
.service-item[data-v-9dd638a9] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 3px solid #07c160;
}
.service-name[data-v-9dd638a9] {
  flex: 1;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.service-price[data-v-9dd638a9] {
  font-size: 12px;
  color: #ff6b35;
  font-weight: 600;
  background: rgba(255, 107, 53, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
}
.service-gift[data-v-9dd638a9] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-gift .gift-icon[data-v-9dd638a9] {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  object-fit: cover;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.service-tip[data-v-9dd638a9] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #999;
  padding: 8px 0;
}
.social-list[data-v-9dd638a9] {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}
.social-item[data-v-9dd638a9] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #333;
  background: rgba(255, 255, 255, 0.35);
  border-radius: 12px;
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.social-item[data-v-9dd638a9]:hover {
  background: #f0f0f0;
}
.social-text[data-v-9dd638a9] {
  flex: 1;
  margin-left: 8px;
  font-weight: 500;
}
.unlock-status[data-v-9dd638a9] {
  font-size: 12px;
  color: #4a90e2;
  background: rgba(74, 144, 226, 0.1);
  padding: 4px 8px;
  border-radius: 8px;
}
.unlock-status.unlocked[data-v-9dd638a9] {
  color: #999;
  background: rgba(153, 153, 153, 0.1);
}


/* 底部操作按钮 */
.bottom-actions[data-v-9dd638a9] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  gap: 12px;
  padding: 16px;
  background: linear-gradient(to right, #ffb3c6 0%, #d5c4ff 100%);
  border-top: 1px solid #f0f0f0;
}
.edit-btn[data-v-9dd638a9], .gift-btn[data-v-9dd638a9] {
  flex: 1;
  height: 44px;
  font-size: 16px;
  font-weight: 500;
}
.gift-btn[data-v-9dd638a9] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.chat-btn[data-v-9dd638a9] {
  flex: 1;
  height: 44px;
  font-size: 16px;
  font-weight: 500;
  margin-right: 12px;
}
.gender-img[data-v-9dd638a9] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-left: 4px;
}

/* 认证状态样式 */
.verify-status[data-v-9dd638a9] {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: 8px;
}
.verify-text[data-v-9dd638a9] {
  font-size: 12px;
  color: #999;
  font-weight: 500;
}
.verify-text.verified[data-v-9dd638a9] {
  color: #07c160;
}
.album-masonry[data-v-9dd638a9] {
  display: grid;
  grid-template-columns: 2fr 2fr 1.2fr 1.2fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 5px;
  width: 100%;
  height: 160px;
}
.album-masonry-item[data-v-9dd638a9] {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
}
.album-masonry-item img[data-v-9dd638a9] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.item1[data-v-9dd638a9] { grid-column: 1 / 2; grid-row: 1 / 3;
}
.item2[data-v-9dd638a9] { grid-column: 2 / 3; grid-row: 1 / 3;
}
.item3[data-v-9dd638a9] { grid-column: 3 / 5; grid-row: 1 / 2;
}
.item4[data-v-9dd638a9] { grid-column: 3 / 4; grid-row: 2 / 3;
}
.item5[data-v-9dd638a9] { grid-column: 4 / 5; grid-row: 2 / 3;
}
.album-overlay[data-v-9dd638a9] {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  z-index: 15;
}
.album-blur-overlay[data-v-9dd638a9] {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(12px) saturate(180%);
  -webkit-backdrop-filter: blur(12px) saturate(180%);
  z-index: 3;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.18);
}
.video-thumbnail-container[data-v-9dd638a9] {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000; /* 视频背景 */
}
.album-video[data-v-9dd638a9] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.video-play-indicator[data-v-9dd638a9] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}

/* 毛玻璃遮盖层样式 */
.blur-overlay[data-v-9dd638a9] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s ease;
}
.blur-overlay[data-v-9dd638a9]:hover {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.lock-icon[data-v-9dd638a9] {
  margin-bottom: 8px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.unlock-text[data-v-9dd638a9] {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* 礼物选择弹窗样式 */
.gift-dialog[data-v-9dd638a9] {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* 自定义van-popup背景颜色 */
/* :deep(.van-popup) {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
} */
.gift-dialog-header[data-v-9dd638a9] {
  text-align: center;
  margin-bottom: 20px;
}
.gift-dialog-header h3[data-v-9dd638a9] {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 8px 0;
  color: #fff;
}
.gift-dialog-header p[data-v-9dd638a9] {
  font-size: 14px;
  color: #fff;
  margin: 0;
}
.gift-list[data-v-9dd638a9] {
  flex: 1;
  overflow-y: auto;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  padding: 6px;
  position: relative;
  /* 隐藏滚动条 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

/* 隐藏Webkit浏览器的滚动条 */
.gift-list[data-v-9dd638a9]::-webkit-scrollbar {
  display: none;
}
.gift-loading[data-v-9dd638a9] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.gift-item[data-v-9dd638a9] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 6px;
  background: transparent;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  height: 100px;
}
.gift-item[data-v-9dd638a9]:hover {
  background: transparent;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.gift-item.selected[data-v-9dd638a9] {
  background: transparent;
  border: 1px solid #2196f3;
  box-shadow: 0 2px 8px rgba(33, 150, 243, 0.3);
}
.gift-image[data-v-9dd638a9] {
  width: 50px;
  height: 50px;
  margin-bottom: 6px;
  overflow: hidden;
  flex-shrink: 0;
}
.gift-image img[data-v-9dd638a9] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gift-info[data-v-9dd638a9] {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 0;
}
.gift-name[data-v-9dd638a9] {
  font-size: 10px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  line-height: 1.2;
}
.gift-price[data-v-9dd638a9] {
  font-size: 10px;
  color: gold;
  font-weight: 500;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 2px;
  justify-content: center;
}
[data-v-9dd638a9] .van-button--disabled {
  background: #f5f5f5 !important;
  color: #c8c9cc !important;
}
.gift-loading-more[data-v-9dd638a9] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  color: #999;
  font-size: 14px;
}
.gift-no-more[data-v-9dd638a9] {
  text-align: center;
  padding: 16px;
  color: #999;
  font-size: 14px;
}

/* 社交账号弹窗样式 */
.social-account-dialog[data-v-9dd638a9] {
  padding: 20px;
}
.dialog-header[data-v-9dd638a9] {
  text-align: center;
  margin-bottom: 20px;
}
.dialog-title[data-v-9dd638a9] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.dialog-content[data-v-9dd638a9] {
  margin-bottom: 20px;
}
.profile-section[data-v-9dd638a9] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding: 16px;
  background: #f8f9fa;
  border-radius: 8px;
}
.profile-avatar[data-v-9dd638a9] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.account-info[data-v-9dd638a9] {
  flex: 1;
}
.account-id[data-v-9dd638a9] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
.notice-section[data-v-9dd638a9] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.notice-item[data-v-9dd638a9] {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}
.notice-item.warning[data-v-9dd638a9] {
  color: #ff4757;
  font-weight: 500;
}
.dialog-footer[data-v-9dd638a9] {
  display: flex;
  gap: 12px;
}
.cancel-btn[data-v-9dd638a9] {
  flex: 1;
  background: #f5f5f5;
  color: #666;
  border: none;
}
.unlock-btn[data-v-9dd638a9] {
  flex: 1;
  background: linear-gradient(135deg, #ff6b6b, #ff4757);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.unlock-content[data-v-9dd638a9] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.coin-info[data-v-9dd638a9] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 600;
}
.tags-section[data-v-9dd638a9] {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}
.tags-container[data-v-9dd638a9] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tag-item[data-v-9dd638a9] {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 500;
  border: none;
}

/* 语音播放按钮样式 */
.voice-play-btn[data-v-9dd638a9] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(7, 193, 96, 0.1);
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.voice-play-btn[data-v-9dd638a9]:hover {
  background: rgba(7, 193, 96, 0.2);
  transform: scale(1.1);
}
.voice-play-btn[data-v-9dd638a9]:active {
  transform: scale(0.95);
}

/* 播放状态下的样式 */
.voice-play-btn.playing[data-v-9dd638a9] {
  background: rgba(255, 71, 87, 0.1);
}
.voice-play-btn.playing[data-v-9dd638a9]:hover {
  background: rgba(255, 71, 87, 0.2);
}
.square-section[data-v-9dd638a9] {
  padding: 10px;
  min-height: 300px;
}
.empty-state[data-v-9dd638a9] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
  text-align: center;
}
.empty-icon[data-v-9dd638a9] {
  margin-bottom: 16px;
  opacity: 0.3;
}
.empty-icon .van-icon[data-v-9dd638a9] {
  color: #999;
}
.empty-text[data-v-9dd638a9] {
  font-size: 14px;
  color: #999;
  margin-bottom: 24px;
}
.moment-grid[data-v-9dd638a9] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 5px;
}
.moment-grid-item[data-v-9dd638a9] {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  aspect-ratio: 3/4;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.moment-grid-item[data-v-9dd638a9]:active {
  transform: scale(0.95);
}
.moment-image-container[data-v-9dd638a9] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.moment-image[data-v-9dd638a9] {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-thumbnail-container[data-v-9dd638a9] {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
.content-overlay[data-v-9dd638a9] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
  padding: 12px 8px 8px;
  color: white;
  z-index: 2;
}
.content-text[data-v-9dd638a9] {
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
.video-likes[data-v-9dd638a9] {
  position: absolute;
  right: 8px;
  top: 8px;
  display: flex;
  align-items: center;
  background: rgba(0,0,0,0.5);
  border-radius: 12px;
  padding: 2px 8px;
  z-index: 2;
}
.likes-text[data-v-9dd638a9] {
  color: #fff;
  font-size: 13px;
  margin-left: 4px;
}
.no-image-placeholder[data-v-9dd638a9] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
  color: #ccc;
}
.image-likes[data-v-9dd638a9] {
  position: absolute;
  right: 8px;
  top: 8px;
  display: flex;
  align-items: center;
  background: rgba(0,0,0,0.5);
  border-radius: 12px;
  padding: 2px 8px;
  z-index: 2;
}
.likes-text[data-v-9dd638a9] {
  color: #fff;
  font-size: 13px;
  margin-left: 4px;
}

/* 服务设置弹窗样式 */
.service-settings-dialog[data-v-9dd638a9] {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.service-settings-dialog .dialog-header[data-v-9dd638a9] {
  text-align: center;
  margin-bottom: 20px;
}
.service-settings-dialog .dialog-header h3[data-v-9dd638a9] {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 8px 0;
  color: #333;
}
.service-settings-dialog .dialog-header p[data-v-9dd638a9] {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.settings-content[data-v-9dd638a9] {
  flex: 1;
  overflow-y: auto;
  margin-bottom: 20px;
}
.type-selection[data-v-9dd638a9], .project-selection[data-v-9dd638a9] {
  margin-bottom: 24px;
}
.type-selection h4[data-v-9dd638a9], .project-selection h4[data-v-9dd638a9] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0 0 12px 0;
}
.type-grid[data-v-9dd638a9] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.type-item[data-v-9dd638a9] {
  display: flex;
  align-items: center;
  padding: 16px;
  background: #f8f9fa;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  border: 2px solid transparent;
}
.type-item[data-v-9dd638a9]:hover {
  background: #f0f0f0;
}
.type-item.selected[data-v-9dd638a9] {
  background: #e8f5e8;
  border-color: #07c160;
}
.type-icon[data-v-9dd638a9] {
  margin-right: 12px;
  flex-shrink: 0;
}
.type-info[data-v-9dd638a9] {
  flex: 1;
}
.type-name[data-v-9dd638a9] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}
.type-desc[data-v-9dd638a9] {
  font-size: 14px;
  color: #666;
}
.type-check[data-v-9dd638a9] {
  flex-shrink: 0;
}
.project-list[data-v-9dd638a9] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.project-item[data-v-9dd638a9] {
  display: flex;
  align-items: center;
  padding: 12px;
  background: #f8f9fa;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.project-item[data-v-9dd638a9]:hover {
  background: #f0f0f0;
}
.project-item.selected[data-v-9dd638a9] {
  background: #e8f5e8;
  border-color: #07c160;
}
.project-info[data-v-9dd638a9] {
  flex: 1;
}
.project-name[data-v-9dd638a9] {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 2px;
}
.project-desc[data-v-9dd638a9] {
  font-size: 12px;
  color: #666;
  margin-bottom: 4px;
}
.project-price[data-v-9dd638a9] {
  font-size: 12px;
  color: #ff6b35;
  font-weight: 600;
}
.project-check[data-v-9dd638a9] {
  flex-shrink: 0;
}
.service-settings-dialog .dialog-footer[data-v-9dd638a9] {
  display: flex;
  gap: 12px;
}
.service-settings-dialog .cancel-btn[data-v-9dd638a9] {
  flex: 1;
  background: #f5f5f5;
  color: #666;
  border: none;
}
.service-settings-dialog .save-btn[data-v-9dd638a9] {
  flex: 1;
  background: #07c160;
  border: none;
}

/* 服务模块样式更新 */
.section-action[data-v-9dd638a9] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #07c160;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.section-action[data-v-9dd638a9]:hover {
  background-color: rgba(7, 193, 96, 0.1);
}
.no-service[data-v-9dd638a9] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 20px;
  color: #999;
  font-size: 14px;
  text-align: center;
  justify-content: center;
}

/* 资料完整度样式 */
.profile-completion-badge[data-v-9dd638a9] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  background: rgba(255, 107, 53, 0.1);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 107, 53, 0.2);
}
.profile-completion-badge[data-v-9dd638a9]:hover {
  background: rgba(255, 107, 53, 0.15);
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(255, 107, 53, 0.2);
}
.profile-completion-badge[data-v-9dd638a9]:active {
  transform: translateY(0);
}
.completion-text[data-v-9dd638a9] {
  font-size: 12px;
  font-weight: 600;
  color: #ff6b35;
  line-height: 1;
}

/* 资料完整度弹窗样式 */
[data-v-9dd638a9] .profile-completion-dialog .van-dialog__message {
  white-space: pre-line;
  text-align: left;
  line-height: 1.6;
}

/* 消息购买弹窗样式 */
.message-buy-dialog[data-v-9dd638a9] {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.message-buy-dialog-header[data-v-9dd638a9] {
  text-align: center;
  margin-bottom: 20px;
}
.message-buy-dialog-header h3[data-v-9dd638a9] {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 8px 0;
  color: #333;
}
.message-buy-dialog-header p[data-v-9dd638a9] {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.message-package-list[data-v-9dd638a9] {
  flex: 1;
  overflow-y: auto;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 6px;
}
.message-package-item[data-v-9dd638a9] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 12px;
  background: #f8f9fa;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  position: relative;
  min-height: 100px;
}
.message-package-item[data-v-9dd638a9]:hover {
  background: #e9ecef;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.message-package-item.selected[data-v-9dd638a9] {
  background: #e3f2fd;
  border-color: #2196f3;
  box-shadow: 0 4px 12px rgba(33, 150, 243, 0.3);
}
.package-info[data-v-9dd638a9] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8px;
}
.package-count[data-v-9dd638a9] {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 4px;
}
.package-price[data-v-9dd638a9] {
  font-size: 14px;
  color: #ff6b35;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}
.message-buy-dialog-footer[data-v-9dd638a9] {
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
}

/* 毛玻璃tabs样式 */
.glass-tabs[data-v-9dd638a9] .van-tabs__wrap {
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 12px;
}

/* 让 nav 本身背景透明，显示 wrap 的毛玻璃 */
.glass-tabs[data-v-9dd638a9] {
  --van-tabs-nav-background: transparent;
}
.glass-tabs[data-v-9dd638a9] .van-tabs__nav {
  background: transparent;
}
.glass-tabs[data-v-9dd638a9] .van-tab {
  color: #5c5f66;
}
.glass-tabs[data-v-9dd638a9] .van-tab--active {
  color: #2f2f2f;
  font-weight: 600;
}
.glass-tabs[data-v-9dd638a9] .van-tabs__line {
  background: #e7669d;
  height: 3px;
  border-radius: 3px;
}

/* 移动端优化 */
@media (max-width: 768px) {
.message-package-list[data-v-9dd638a9] {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.message-package-item[data-v-9dd638a9] {
    padding: 12px 8px;
    min-height: 80px;
}
.package-count[data-v-9dd638a9] {
    font-size: 14px;
}
.package-price[data-v-9dd638a9] {
    font-size: 12px;
}
}
