@charset "UTF-8";
.community-container[data-v-58425c7e] {
  font-family: Noto Sans SC;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  padding: 0.875rem;
  padding-left: 0 !important;
  font-family: Arial, sans-serif;
}
.come_to[data-v-58425c7e] {
  width: 30%;
  margin-top: -6rem;
  margin-bottom: 1rem;
}
.come_to_text1[data-v-58425c7e] {
  font-family: Noto Sans SC;
  font-weight: 400;
  font-style: Regular;
  font-size: 0.875rem;
  display: block;
  color: #FFFFFFBF;
}
.come_to_text2[data-v-58425c7e] {
  font-family: Noto Sans SC;
  font-weight: 700;
  font-style: Bold;
  font-size: 1.875rem;
  display: block;
  color: #FFFFFF;
}
.top-nav[data-v-58425c7e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 83.5%;
  /* 与 .content-grid 一致 */
  height: 2.875rem;
  border-radius: 0.5rem;
  padding: 0 1.25rem;
}
[data-theme="light"] .top-nav[data-v-58425c7e] {
  background: #DCE6F1 !important;
}
[data-theme="dark"] .top-nav[data-v-58425c7e] {
  background: #171622 !important;
}
.nav-items[data-v-58425c7e] {
  display: flex;
  gap: 1.25rem;
}
.nav-item[data-v-58425c7e] {
  color: #fff;
  cursor: pointer;
  padding: 0.625rem;
  text-align: center;
}
.nav-item[data-v-58425c7e]:hover {
  font-weight: bold;
  color: #3B3559;
  background: #FFFFFF;
  border-radius: 0.5rem;
}
.nav-item.active[data-v-58425c7e] {
  font-weight: bold;
  color: #3B3559;
  background: #FFFFFF;
  border-radius: 0.5rem;
}
.nav-right[data-v-58425c7e] {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}
.search-bar[data-v-58425c7e] {
  display: flex;
  align-items: center;
  width: 13.8125rem;
  height: 2rem;
  border-radius: 7.3125rem;
  border: 0.0625rem solid #374353;
  padding: 0 0.625rem;
}
[data-theme="light"] .search-bar[data-v-58425c7e] {
  background: #DCE6F1 !important;
}
[data-theme="dark"] .search-bar[data-v-58425c7e] {
  background: #171622 !important;
}
.search-icon[data-v-58425c7e] {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.search-input[data-v-58425c7e] {
  flex: 1;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 0.875rem;
  outline: none;
}
.search-input[data-v-58425c7e]::-moz-placeholder {
  color: #aaa;
}
.search-input[data-v-58425c7e]::placeholder {
  color: #aaa;
}
.icon-toggle[data-v-58425c7e] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.125rem;
  height: 2rem;
  background: #111723;
  box-shadow: inset 0 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.3);
  border-radius: 9.625rem;
  position: relative;
}
.toggle-icon[data-v-58425c7e] {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.toggle-icon.active[data-v-58425c7e] {
  opacity: 1;
  transform: scale(1.2);
}
.content-wrapper[data-v-58425c7e] {
  display: flex;
  align-items: stretch;
  /* 左右两列等高对齐 */
  gap: 0.625rem;
  position: relative;
}
.content-grid[data-v-58425c7e] {
  display: grid;
  grid-template-columns: repeat(2, 44rem);
  gap: 0.625rem;
  width: 80%;
  /* 保持百分比宽度 */
}

/* 针对 2880px 到 4320px 屏幕 */

/* 针对 4320px 到 5760px 屏幕 */
.content-grid-wrapper[data-v-58425c7e] {
  position: relative;
  flex: 1;
  /* 占满剩余宽度，与右侧栏并排 */
  min-width: 0;
  /* 允许在 flex 中正确收缩 */
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
[data-theme="light"] .content-grid-wrapper[data-v-58425c7e] {
  background: #DCE6F1 !important;
}
[data-theme="dark"] .content-grid-wrapper[data-v-58425c7e] {
  background: #171622 !important;
}
.main-layout[data-v-58425c7e] {
  display: flex;
  gap: 1.25rem;
  margin: 0 auto;
}

/* 上部分布局 */

/* 左边大盒子 */
.left-main-card[data-v-58425c7e] {
  width: 55.9375rem;
  height: 37.375rem;
  border-radius: 0.25rem;
  display: flex;
  overflow: hidden;
  cursor: pointer;
}
[data-theme="light"] .left-main-card[data-v-58425c7e] {
  background: #DCE6F1 !important;
}
[data-theme="dark"] .left-main-card[data-v-58425c7e] {
  background: #171622 !important;
}
.main-content[data-v-58425c7e] {
  flex: 1;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-title[data-v-58425c7e] {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 700;
  font-style: bold;
  font-size: 3.375rem;
  line-height: 4.5rem;
  color: #FFFFFF;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main-content-text[data-v-58425c7e] {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 400;
  font-style: regular;
  font-size: 0.875rem;
  color: #FFFFFFBF;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main-footer[data-v-58425c7e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user-info-main[data-v-58425c7e] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.user-avatar-main[data-v-58425c7e] {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.user-name-main[data-v-58425c7e] {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 700;
  font-style: bold;
  font-size: 0.875rem;
  color: #FFFFFF;
}
.stats-main[data-v-58425c7e] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.main-image[data-v-58425c7e] {
  width: 22.4375rem;
  height: 37.375rem;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 右边四个小项目 */
.right-side-items[data-v-58425c7e] {
  width: 23.0625rem;
  height: 37.375rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.side-item[data-v-58425c7e] {
  height: 8.375rem;
  border-radius: 0.25rem;
  display: flex;
  overflow: hidden;
  cursor: pointer;
}
[data-theme="light"] .side-item[data-v-58425c7e] {
  background: #DCE6F1 !important;
}
[data-theme="dark"] .side-item[data-v-58425c7e] {
  background: #171622 !important;
}
.side-image[data-v-58425c7e] {
  width: 8.125rem;
  height: 8.375rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.side-content[data-v-58425c7e] {
  flex: 1;
  padding-left: 1rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.side-header[data-v-58425c7e] {
  display: flex;
  gap: 0.5rem;
  margin-top: -0.25rem;
}
.side-user-name[data-v-58425c7e] {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 400;
  font-style: regular;
  font-size: 0.875rem;
  color: #FFFFFFBF;
}
.side-title[data-v-58425c7e] {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 400;
  font-style: regular;
  font-size: 1.125rem;
  color: #FFFFFF;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}
.side-stats[data-v-58425c7e] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: nowrap !important;
}
.side-stats .stat-item[data-v-58425c7e] {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 400;
  font-style: regular;
  font-size: 0.875rem;
  color: #FFFFFFBF;
  white-space: nowrap;
  flex-direction: row-reverse;
}
.stat-icon[data-v-58425c7e] {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  margin-left: 0.125rem;
}
.stat-icon.liked[data-v-58425c7e] {
  filter: brightness(0) saturate(100%) invert(27%) sepia(97%) saturate(4000%) hue-rotate(348deg) brightness(95%) contrast(95%);
  transform: translateZ(0);
  /* 单独合成层，减少重绘 */
  backface-visibility: hidden;
  /* 避免背面绘制引起的闪烁 */
  -webkit-font-smoothing: antialiased;
  /* 字体抗锯齿 */
}

/* 下部分布局 */
.bottom-section[data-v-58425c7e] {
  width: 80.25rem;
  height: 17rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.bottom-item[data-v-58425c7e] {
  width: 19.5rem;
  height: 17rem;
  border-radius: 0.25rem;
  overflow: hidden;
  cursor: pointer;
}
[data-theme="light"] .bottom-item[data-v-58425c7e] {
  background: #DCE6F1 !important;
}
[data-theme="dark"] .bottom-item[data-v-58425c7e] {
  background: #171622 !important;
}
.bottom-image[data-v-58425c7e] {
  width: 19.5rem;
  height: 8.375rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.bottom-content[data-v-58425c7e] {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(17rem - 8.375rem - 2rem);
}
.bottom-header[data-v-58425c7e] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #FFFFFFBF;
}
.draft-video-badge[data-v-58425c7e] {
  margin-left: auto;
  font-size: 0.75rem;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
  background: rgba(50, 128, 254, 0.2);
  color: #3280FE;
}
.bottom-user-name[data-v-58425c7e] {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 400;
  font-style: regular;
  font-size: 0.875rem;
  color: #FFFFFFBF;
}
.bottom-title[data-v-58425c7e] {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 400;
  font-style: regular;
  font-size: 1.125rem;
  color: #FFFFFF;
  margin: 0.5rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
}
.bottom-stats[data-v-58425c7e] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.bottom-stats .stat-item[data-v-58425c7e] {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 400;
  font-style: regular;
  font-size: 0.875rem;
  color: #FFFFFFBF;
  white-space: nowrap;
  flex-direction: row-reverse;
}

/* 通用样式 */
.divider[data-v-58425c7e] {
  width: 0.0625rem;
  height: 0.75rem;
  background: #858492;
}
.side-publish-time[data-v-58425c7e] {
  color: #FFFFFFBF;
}
.publish-time[data-v-58425c7e] {
  color: #FFFFFFBF;
}

/* 通用样式 */
.divider1[data-v-58425c7e] {
  width: 0.0625rem;
  height: 0.75rem;
  background: #858492;
  margin-top: 0.375rem;
}
.stat-item[data-v-58425c7e] {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 400;
  font-style: regular;
  font-size: 0.875rem;
  color: #FFFFFFBF;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.stat-icon[data-v-58425c7e] {
  width: 1rem;
  height: 1rem;
}

/* 加载遮罩层 - 覆盖父容器 */
.loading-overlay[data-v-58425c7e] {
  position: absolute;
  top: 0;
  left: 0;
  width: 80.25rem;
  /* 相对于父容器 */
  height: 100%;
  /* 相对于父容器 */
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  border-radius: 0.5rem;
  /* 如果父容器有圆角 */
}

/* ==================== 左侧内容区 - 自定义主题加载动画 ==================== */
.point-loading-wrap[data-v-58425c7e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 20rem;
  width: 100%;
  gap: 1rem;
}

/* 内层有尺寸，v-loading 挂载的 mask 才能显示 */
.point-loading-inner[data-v-58425c7e] {
  width: 100%;
  min-height: 20rem;
}
.point-loading-text[data-v-58425c7e] {
  font-size: 0.875rem;
  color: #FFFFFFBF;
  letter-spacing: 0.02em;
}
.right-stats[data-v-58425c7e] {
  position: absolute;
  /* 使用绝对定位 */
  bottom: 0.625rem;
  /* 距离底部 10px */
  right: 0.625rem;
  /* 距离右侧 10px */
  display: flex;
  gap: 1.25rem;
  font-size: 0.875rem;
  color: #aaa;
  width: 12.5rem;
  margin-top: 1.4375rem;
  justify-content: flex-end;
  /* 右对齐 */
}
.stat-icon[data-v-58425c7e] {
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  margin-right: 0.3125rem;
}
.posts[data-v-58425c7e] {
  width: 100%;
  /* 占满父容器 */
  max-height: 37.5rem;
  /* 设置最大高度，防止过长 */
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #374353 #20293A;
  padding-left: 0.5rem;
  box-sizing: border-box;
}
.posts[data-v-58425c7e]::-webkit-scrollbar {
  width: 0.5rem;
}
.posts[data-v-58425c7e]::-webkit-scrollbar-track {
  border-radius: 0.625rem;
}
[data-theme="light"] .posts[data-v-58425c7e]::-webkit-scrollbar-track {
  background: #DCE6F1 !important;
}
[data-theme="dark"] .posts[data-v-58425c7e]::-webkit-scrollbar-track {
  background: #171622 !important;
}
.posts[data-v-58425c7e]::-webkit-scrollbar-thumb {
  background: #374353;
  border-radius: 0.625rem;
}
.posts[data-v-58425c7e]::-webkit-scrollbar-thumb:hover {
  background: #4a5a6e;
}
.post-item[data-v-58425c7e] {
  position: relative;
  /* 父容器设置为相对定位，作为绝对定位的参考 */
  display: flex;
  gap: 0.625rem;
  width: 100%;
  /* 使用 100% 宽度，适应父容器 */
  height: auto;
  /* 高度自适应 */
  min-height: 7.5rem;
  /* 确保内容可显示 */
  border-radius: 0.25rem;
  border: 0.0625rem solid #374353;
  margin-bottom: 0.625rem;
  padding: 0.625rem;
  box-sizing: border-box;
}
[data-theme="light"] .post-item[data-v-58425c7e] {
  background: #DCE6F1 !important;
}
[data-theme="dark"] .post-item[data-v-58425c7e] {
  background: #171622 !important;
}
.post-item h4[data-v-58425c7e] {
  width: 100%;
  /* 使用 100% 宽度，适应父容器 */
  white-space: nowrap;
  /* 不允许文本换行 */
  overflow: hidden;
  /* 超出部分隐藏 */
  text-overflow: ellipsis;
  /* 使用省略号表示超出文本 */
}
.right-panel[data-v-58425c7e] {
  width: calc(100% - 70% - 11.875rem);
  /* 100% - .content-grid 的宽度 - gap */
  min-width: 24.375rem;
  /* 减小最小宽度，适应小屏幕 */
  height: 62.125rem;
  border-radius: 0.25rem;
  padding: 1.25rem;
  color: #fff;
  margin-top: -3.5rem;
  display: flex;
  flex-direction: column;
}
[data-theme="light"] .right-panel[data-v-58425c7e] {
  background: #DCE6F1 !important;
}
[data-theme="dark"] .right-panel[data-v-58425c7e] {
  background: #171622 !important;
}
.publish-options[data-v-58425c7e] {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.user-profile[data-v-58425c7e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}
.profile-avatar[data-v-58425c7e] {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
}
.username[data-v-58425c7e] {
  font-size: 1.125rem;
  font-weight: bold;
}
.bio[data-v-58425c7e] {
  font-size: 0.875rem;
  color: #aaa;
  text-align: center;
}
.stats-row[data-v-58425c7e] {
  display: flex;
  gap: 1.25rem;
  font-size: 0.875rem;
  justify-content: center;
}
.stat-item[data-v-58425c7e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.stat-item[data-v-58425c7e]:hover {
  opacity: 0.8;
}
.stat-value[data-v-58425c7e] {
  font-weight: bold;
}
.stat-label[data-v-58425c7e] {
  color: #aaa;
}
.publish-title[data-v-58425c7e] {
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
.publish-tabs[data-v-58425c7e] {
  display: flex;
  gap: 0.375rem;
  align-items: center;
}
.tab[data-v-58425c7e] {
  font-size: 0.875rem;
  color: #aaa;
  cursor: pointer;
  padding: 0.625rem;
}
.tab[data-v-58425c7e]:hover {
  padding: 0.625rem;
  background: #FFFFFF;
  border-radius: 0.5rem;
  color: #3B3559;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab.active[data-v-58425c7e] {
  padding: 0.625rem;
  background: #FFFFFF;
  border-radius: 0.5rem;
  color: #3B3559;
  display: flex;
  align-items: center;
  justify-content: center;
}
.publish-btn[data-v-58425c7e] {
  width: 5rem;
  height: 2.25rem;
  background: #AD2935;
  border-radius: 0.5rem;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-left: auto;
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
  font-size: 0.875rem;
  /* 确保字体大小合适 */
  padding: 0;
  /* 移除默认内边距 */
}
.image-time-container[data-v-58425c7e] {
  display: flex;
  flex-direction: column;
  /* 确保图片和时间上下排列 */
  gap: 0.5rem;
  /* 图片与时间之间的间距 */
}
.post-image[data-v-58425c7e] {
  width: 8.75rem;
  height: 5.875rem;
  border-radius: 0.5rem;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0.625rem;
}
.post-content[data-v-58425c7e] {
  flex: 1;
  width: 10.625rem;
}
.post-content p[data-v-58425c7e] {
  width: 100%;
  /* 使用 100% 宽度，适应父容器 */
  font-size: 0.875rem;
  margin: 0.625rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  /* 超长文本显示省略号 */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* 限制为两行 */
  -webkit-box-orient: vertical;
  word-break: break-all;
  /* 防止长单词破坏布局 */
}
.post-content h4[data-v-58425c7e] {
  -webkit-line-clamp: 1;
  /* 限制为两行 */
  text-overflow: ellipsis;
  /* 超长文本显示省略号 */
  width: 100%;
  /* 使用 100% 宽度，适应父容器 */
}
.post-item h4[data-v-58425c7e] {
  font-size: 1rem;
  margin: 0;
}
.post-item p[data-v-58425c7e] {
  font-size: 0.875rem;
  color: #aaa;
  margin: 0.625rem 0;
}
.post-time[data-v-58425c7e] {
  font-size: 0.75rem;
  color: #aaa;
  /* margin-left: -130px; */
  /* margin-top: 30px !important; */
  /* margin-bottom: -40px !important; */
}
.post-stats[data-v-58425c7e] {
  display: flex;
  gap: 1.25rem;
  font-size: 0.875rem;
  color: #aaa;
}

/* 分页控件样式 */
.pagination-wrapper[data-v-58425c7e] {
  display: flex;
  justify-content: center;
  /* 水平居中 */
  padding: 0 0.625rem;
  /* 防止边缘贴合 */
  width: 100%;
  /* 占满父容器宽度 */
  box-sizing: border-box;
  /* 确保 padding 不增加宽度 */
}
.pagination-container[data-v-58425c7e] .el-pagination {
  margin: auto;
}

/* 加载和错误样式 */
.post-meta[data-v-58425c7e] {
  display: flex;
  justify-content: space-between;
  /* 左右对齐 */
  align-items: center;
  /* 垂直居中 */
}

/* 或者使用 /deep/ */
.community-container[data-v-58425c7e] .head {
  width: 100%;
  max-width: 56.25rem;
  margin: 0 auto;
}
#copy[data-v-58425c7e] {
  position: relative;
}
#copy[data-v-58425c7e] .el-tabs__nav-wrap {
  margin: 0;
}
#copy[data-v-58425c7e] .top_title > .el-tabs__header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 2.125rem;
  line-height: 2.125rem;
  padding-left: 0;
  font-size: 0.875rem;
  margin: 0;
  border: none;
  background: transparent;
  position: absolute;
  top: 0.1875rem;
  margin-left: -1.3125rem;
}
#copy[data-v-58425c7e] .top_title > .el-tabs__header .el-tabs__nav {
  height: 2.4375rem;
  border-radius: 0.25rem 0 0 0.25rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border: none;
}
[data-theme="light"] #copy[data-v-58425c7e] .top_title > .el-tabs__header .el-tabs__nav {
  background: #DCE6F1 !important;
}
[data-theme="dark"] #copy[data-v-58425c7e] .top_title > .el-tabs__header .el-tabs__nav {
  background: #100F1A !important;
}
#copy[data-v-58425c7e] .top_title > .el-tabs__header .el-tabs__nav .el-tabs__item {
  border-right: 0.0625rem solid #272536;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #FFFFFFBF;
  height: 2.4375rem;
  line-height: 2.4375rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  transition: all 0.2s ease-in-out;
  border: 0.0625rem solid #272536;
  border-top: transparent;
  border-left: transparent;
  border-bottom: transparent;
}
#copy[data-v-58425c7e] .top_title > .el-tabs__header .el-tabs__nav .el-tabs__item:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
}
#copy[data-v-58425c7e] .top_title > .el-tabs__header .el-tabs__nav .el-tabs__item:last-child {
  border-right: 0.0625rem solid #272536;
  border-radius: 0 0.25rem 0.25rem 0;
}
[data-theme="light"] #copy[data-v-58425c7e] .top_title > .el-tabs__header .el-tabs__nav .el-tabs__item {
  border-color: #272536 !important;
}
[data-theme="dark"] #copy[data-v-58425c7e] .top_title > .el-tabs__header .el-tabs__nav .el-tabs__item {
  border-color: #272536 !important;
}
#copy[data-v-58425c7e] .top_title > .el-tabs__header .el-tabs__nav .el-tabs__item:hover {
  background-color: #1F1E2B;
}
[data-theme="light"] #copy[data-v-58425c7e] .top_title > .el-tabs__header .el-tabs__nav .el-tabs__item:hover {
  color: #3B3559 !important;
}
[data-theme="dark"] #copy[data-v-58425c7e] .top_title > .el-tabs__header .el-tabs__nav .el-tabs__item:hover {
  color: #ffffff !important;
}
#copy[data-v-58425c7e] .top_title > .el-tabs__header .el-tabs__nav .el-tabs__item.is-active {
  font-weight: 700;
  font-size: 0.875rem;
  background-color: #1F1E2B;
}
[data-theme="light"] #copy[data-v-58425c7e] .top_title > .el-tabs__header .el-tabs__nav .el-tabs__item.is-active {
  color: #3B3559 !important;
}
[data-theme="dark"] #copy[data-v-58425c7e] .top_title > .el-tabs__header .el-tabs__nav .el-tabs__item.is-active {
  color: #ffffff !important;
}

/* ==================== 新增：右侧广告栏 ==================== */
.left-content-area[data-v-58425c7e] {
  flex: 1;
  min-width: 80.25rem;
}
.right-ad-column[data-v-58425c7e] {
  flex-shrink: 0;
  min-height: 0;
  /* 右侧 .right 内 scrollbar 可收缩并滚动 */
  max-height: calc(100vh - 0.0625rem);
  /* 限制右侧最大高度，避免过高 */
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-self: stretch;
  /* 与 content-grid-wrapper 等高 */
}

/* 广告轮播容器 */
.ad-carousel-box[data-v-58425c7e] {
  position: relative;
  width: 100%;
  height: 22.5rem !important;
  border-radius: 0.25rem;
  overflow: hidden;
  /* 强制撑满 - 核心三行 */
}
.ad-carousel-box[data-v-58425c7e] .el-carousel,
.ad-carousel-box[data-v-58425c7e] .el-carousel__container,
.ad-carousel-box[data-v-58425c7e] .el-carousel__item {
  height: 100% !important;
}

/* 广告关闭按钮（右上角 x） */
.ad-close-btn[data-v-58425c7e] {
  position: absolute;
  top: 0.375rem;
  right: 0.375rem;
  z-index: 10;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ad-close-btn[data-v-58425c7e]:hover {
  background: rgba(0, 0, 0, 0.65);
}

/* 通用广告关闭模糊动画（points 页） */
.ad-blur-closing[data-v-58425c7e] {
  animation: adBlurOut-58425c7e 0.45s ease-out forwards;
}
@keyframes adBlurOut-58425c7e {
0% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
}
60% {
    opacity: 0.5;
    filter: blur(0.25rem);
    transform: scale(0.985);
}
100% {
    opacity: 0;
    filter: blur(0.625rem);
    transform: scale(0.97);
}
}
.ad-img[data-v-58425c7e] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  cursor: default;
  transition: transform 0.3s;
  background-size: cover;
  background-position: center;
}
.ad-img-clickable[data-v-58425c7e] {
  cursor: pointer;
}

/* 自定义指示器 - 正好是你设计稿的样式 */
.ad-indicators[data-v-58425c7e] {
  position: absolute;
  bottom: 0.25rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.75rem;
  z-index: 10;
}
.dot[data-v-58425c7e] {
  width: 0.375rem;
  height: 0.375rem;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.dot.active[data-v-58425c7e] {
  width: 1.25rem;
  height: 0.375rem;
  background: #FFFFFF;
  border-radius: 0.4375rem;
}

/* 下方广告占位 */
.ad-bottom-placeholder[data-v-58425c7e] {
  width: 23% !important;
  min-height: 18.75rem;
  background: #20293A;
  border-radius: 1.25rem;
  border: 0.0625rem solid #374353;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.6;
}
.right[data-v-58425c7e] {
  width: 100%;
  flex: 1;
  /* 填满 right-ad-column 剩余高度，与左侧 content-grid-wrapper 对齐 */
  min-height: 0;
  /* flex 子项可伸缩，便于与左侧等高 */
  margin-right: 1rem;
  border-radius: 0.25rem;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
}
[data-theme="light"] .right[data-v-58425c7e] {
  background: #DCE6F1 !important;
}
[data-theme="dark"] .right[data-v-58425c7e] {
  background: #171622 !important;
}
.right .scrollbar[data-v-58425c7e] {
  overflow-y: auto;
  min-height: 0;
}
.subscription[data-v-58425c7e] {
  font-size: 1rem;
  border-radius: 0.25rem 0.25rem 0 0;
  box-sizing: border-box;
  color: #FFFFFFBF;
  font-weight: 700;
  height: 3.625rem;
  line-height: 3.625rem;
  padding-left: 1rem;
}
.subscription-fixed[data-v-58425c7e] {
  padding-bottom: 0.5rem;
}
.subscription-item--fixed[data-v-58425c7e] {
  margin-top: 0.25rem;
}
.subscription-item--fixed .information-top-left .time-name-box .name[data-v-58425c7e] {
  max-width: 13.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.subscription-switch-enter-active[data-v-58425c7e],
.subscription-switch-leave-active[data-v-58425c7e] {
  transition: opacity 220ms ease, transform 220ms ease;
}
.subscription-switch-enter[data-v-58425c7e],
.subscription-switch-leave-to[data-v-58425c7e] {
  opacity: 0;
  transform: translate3d(0, 0.5rem, 0);
}
.subscription-fixed .loading[data-v-58425c7e],
.scroll .loading[data-v-58425c7e] {
  height: 3.125rem;
}
.subscription-fixed .nodata[data-v-58425c7e],
.scroll .nodata[data-v-58425c7e] {
  font-size: 0.75rem;
  text-align: center;
  padding: 1rem;
  color: #909399;
}
.subscription-fixed .subscription-ad[data-v-58425c7e],
.scroll .subscription-ad[data-v-58425c7e] {
  position: relative;
  margin: 0 1rem 1rem 1rem;
  border-radius: 0.25rem;
  overflow: hidden;
  background-color: #000;
}
.subscription-fixed .subscription-ad img[data-v-58425c7e],
.scroll .subscription-ad img[data-v-58425c7e] {
  width: 100%;
  display: block;
  cursor: pointer;
}
.subscription-fixed .information[data-v-58425c7e],
.scroll .information[data-v-58425c7e] {
  padding: 1rem;
  background-color: #000000;
  margin: 0 1rem 1rem 1rem;
  border-radius: 0.25rem;
  background-image: url(../img/follow_arrow.c5511416.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.subscription-fixed .information .information-top[data-v-58425c7e],
.scroll .information .information-top[data-v-58425c7e] {
  display: flex;
  justify-content: space-between;
}
.subscription-fixed .information .information-top .roi[data-v-58425c7e],
.scroll .information .information-top .roi[data-v-58425c7e] {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.375rem;
}
.subscription-fixed .information .information-top .copyBTM[data-v-58425c7e],
.scroll .information .information-top .copyBTM[data-v-58425c7e] {
  width: auto !important;
  /* 改为自适应宽度 */
  min-width: 4.125rem;
  height: 1.75rem !important;
  background: #ad2935;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  padding: 0 0.5rem !important;
  /* 调整 padding */
  border: none;
  color: #fff;
  /* 使用 flex 布局对齐图标和文本 */
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.25rem !important;
  white-space: nowrap !important;
  /* 防止文本换行 */
  line-height: 1 !important;
  /* 强制内部 span 也使用 flex */
}
.subscription-fixed .information .information-top .copyBTM .addcopy[data-v-58425c7e],
.scroll .information .information-top .copyBTM .addcopy[data-v-58425c7e] {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  /* 防止图标被压缩 */
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  /* 移除绝对定位，使用 flex 自动对齐 */
}
.subscription-fixed .information .information-top .copyBTM[data-v-58425c7e] span,
.subscription-fixed .information .information-top .copyBTM[data-v-58425c7e] span,
.scroll .information .information-top .copyBTM[data-v-58425c7e] span,
.scroll .information .information-top .copyBTM[data-v-58425c7e] span {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0.25rem;
}
[data-upstyle="up_red"] .subscription-fixed .information .information-top .profit[data-v-58425c7e],
[data-upstyle="up_red"]
    .scroll .information .information-top .profit[data-v-58425c7e] {
  color: #DE294D !important;
}
[data-upstyle="up_green"] .subscription-fixed .information .information-top .profit[data-v-58425c7e],
[data-upstyle="up_green"]
    .scroll .information .information-top .profit[data-v-58425c7e] {
  color: #39B163 !important;
}
[data-upstyle="up_red"] .subscription-fixed .information .information-top .loss[data-v-58425c7e],
[data-upstyle="up_red"]
    .scroll .information .information-top .loss[data-v-58425c7e] {
  color: #39B163 !important;
}
[data-upstyle="up_green"] .subscription-fixed .information .information-top .loss[data-v-58425c7e],
[data-upstyle="up_green"]
    .scroll .information .information-top .loss[data-v-58425c7e] {
  color: #DE294D !important;
}
.subscription-fixed .information .information-top .information-top-left[data-v-58425c7e],
.scroll .information .information-top .information-top-left[data-v-58425c7e] {
  display: flex;
  min-width: 0;
}
.subscription-fixed .information .information-top .information-top-left .avatar-photo[data-v-58425c7e],
.scroll .information .information-top .information-top-left .avatar-photo[data-v-58425c7e] {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 1rem;
  background-color: #d8d8d8;
}
.subscription-fixed .information .information-top .information-top-left .time-name-box[data-v-58425c7e],
.scroll .information .information-top .information-top-left .time-name-box[data-v-58425c7e] {
  min-width: 0;
}
.subscription-fixed .information .information-top .information-top-left .time-name-box .name[data-v-58425c7e],
.scroll .information .information-top .information-top-left .time-name-box .name[data-v-58425c7e] {
  font-size: 1.25rem;
  margin-bottom: 0.875rem;
  font-weight: 700;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-theme="light"] .subscription-fixed .information .information-top .information-top-left .time-name-box .name[data-v-58425c7e],
[data-theme="light"]
          .scroll .information .information-top .information-top-left .time-name-box .name[data-v-58425c7e] {
  color: #3B3559 !important;
}
[data-theme="dark"] .subscription-fixed .information .information-top .information-top-left .time-name-box .name[data-v-58425c7e],
[data-theme="dark"]
          .scroll .information .information-top .information-top-left .time-name-box .name[data-v-58425c7e] {
  color: #ffffff !important;
}
.subscription-fixed .information .information-top .information-top-left .time-name-box .time[data-v-58425c7e],
.scroll .information .information-top .information-top-left .time-name-box .time[data-v-58425c7e] {
  font-size: 0.75rem;
  color: #aaadb8;
}
[data-theme="light"] .subscription-fixed .information .information-top .information-top-left .time-name-box .time[data-v-58425c7e],
[data-theme="light"]
          .scroll .information .information-top .information-top-left .time-name-box .time[data-v-58425c7e] {
  color: #5F6472 !important;
}
[data-theme="dark"] .subscription-fixed .information .information-top .information-top-left .time-name-box .time[data-v-58425c7e],
[data-theme="dark"]
          .scroll .information .information-top .information-top-left .time-name-box .time[data-v-58425c7e] {
  color: #A7AAB5 !important;
}
.subscription-fixed .information .information-bottom[data-v-58425c7e],
.scroll .information .information-bottom[data-v-58425c7e] {
  width: 100%;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  margin-top: 0.75rem;
}
[data-theme="light"] .subscription-fixed .information .information-bottom[data-v-58425c7e],
[data-theme="light"]
    .scroll .information .information-bottom[data-v-58425c7e] {
  border-color: #272536 !important;
}
[data-theme="dark"] .subscription-fixed .information .information-bottom[data-v-58425c7e],
[data-theme="dark"]
    .scroll .information .information-bottom[data-v-58425c7e] {
  border-color: #272536 !important;
}
.subscription-fixed .information .information-bottom .card[data-v-58425c7e],
.scroll .information .information-bottom .card[data-v-58425c7e] {
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  padding: 0.75rem 1rem;
  /* 半透明衬底，压住背景图，保证下方文字可读 */
  overflow: hidden;
}
.subscription-fixed .information .information-bottom .card .fee-copy-box[data-v-58425c7e],
.scroll .information .information-bottom .card .fee-copy-box[data-v-58425c7e] {
  display: flex;
  justify-content: space-between;
}
[data-theme="light"] .subscription-fixed .information .information-bottom .card .fee-copy-box .fee-box[data-v-58425c7e],
[data-theme="light"]
        .scroll .information .information-bottom .card .fee-copy-box .fee-box[data-v-58425c7e] {
  color: #3B3559 !important;
}
[data-theme="dark"] .subscription-fixed .information .information-bottom .card .fee-copy-box .fee-box[data-v-58425c7e],
[data-theme="dark"]
        .scroll .information .information-bottom .card .fee-copy-box .fee-box[data-v-58425c7e] {
  color: #ffffff !important;
}
.subscription-fixed .information .information-bottom .card .fee-copy-box .fee-box .fee[data-v-58425c7e],
.scroll .information .information-bottom .card .fee-copy-box .fee-box .fee[data-v-58425c7e] {
  font-size: 1.25rem;
}
.subscription-fixed .information .information-bottom .card .fee-copy-box .unopened[data-v-58425c7e],
.scroll .information .information-bottom .card .fee-copy-box .unopened[data-v-58425c7e] {
  display: flex;
  align-items: center;
  font-size: 1rem;
}
[data-theme="light"] .subscription-fixed .information .information-bottom .card .fee-copy-box .unopened[data-v-58425c7e],
[data-theme="light"]
          .scroll .information .information-bottom .card .fee-copy-box .unopened[data-v-58425c7e] {
  color: #3B3559 !important;
}
[data-theme="dark"] .subscription-fixed .information .information-bottom .card .fee-copy-box .unopened[data-v-58425c7e],
[data-theme="dark"]
          .scroll .information .information-bottom .card .fee-copy-box .unopened[data-v-58425c7e] {
  color: #ffffff !important;
}
.subscription-fixed .information .information-bottom .card .fee-copy-box .unopened .Internal_icon[data-v-58425c7e],
.scroll .information .information-bottom .card .fee-copy-box .unopened .Internal_icon[data-v-58425c7e] {
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.25rem;
  margin-right: 0.25rem;
}
.subscription-fixed .information .information-bottom .card .fee-copy-box .copy_like_BTM[data-v-58425c7e],
.scroll .information .information-bottom .card .fee-copy-box .copy_like_BTM[data-v-58425c7e] {
  display: flex;
  align-items: center;
}
.subscription-fixed .information .information-bottom .card .fee-copy-box .copy_like_BTM .likeBTM[data-v-58425c7e],
.scroll .information .information-bottom .card .fee-copy-box .copy_like_BTM .likeBTM[data-v-58425c7e] {
  cursor: pointer;
}
.subscription-fixed .information .information-bottom .card .fee-copy-box .copy_like_BTM .likeBTM .svg-icon[data-v-58425c7e],
.scroll .information .information-bottom .card .fee-copy-box .copy_like_BTM .likeBTM .svg-icon[data-v-58425c7e] {
  width: 1rem;
  height: 1rem;
  margin-right: 0.125rem;
}
.subscription-fixed .information .information-bottom .card .msg-box[data-v-58425c7e],
.scroll .information .information-bottom .card .msg-box[data-v-58425c7e] {
  display: flex;
  margin-top: 0.625rem;
  justify-content: space-between;
}
.subscription-fixed .information .information-bottom .card .msg-box .avatar[data-v-58425c7e],
.scroll .information .information-bottom .card .msg-box .avatar[data-v-58425c7e] {
  background: #d8d8d8;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  min-width: 1.8125rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.subscription-fixed .information .information-bottom .card .msg-box .info[data-v-58425c7e],
.scroll .information .information-bottom .card .msg-box .info[data-v-58425c7e] {
  font-size: 0.875rem;
  color: #b8bcc8;
  text-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.5);
  /* 上下虚线分隔 */
  padding: 0.5rem 0;
  border-width: 0.0625rem 0 0.0625rem 0;
  border-style: dashed;
  border-color: #FFFFFF1A;
}
[data-theme="light"] .subscription-fixed .information .information-bottom .card .msg-box .info[data-v-58425c7e],
[data-theme="light"]
          .scroll .information .information-bottom .card .msg-box .info[data-v-58425c7e] {
  color: #5F6472 !important;
}
[data-theme="dark"] .subscription-fixed .information .information-bottom .card .msg-box .info[data-v-58425c7e],
[data-theme="dark"]
          .scroll .information .information-bottom .card .msg-box .info[data-v-58425c7e] {
  color: #A7AAB5 !important;
}
.subscription-fixed .information .information-bottom .card .msg-box .info .signalName[data-v-58425c7e],
.scroll .information .information-bottom .card .msg-box .info .signalName[data-v-58425c7e] {
  text-decoration: underline;
  text-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
}
[data-theme="light"] .subscription-fixed .information .information-bottom .card .msg-box .info .signalName[data-v-58425c7e],
[data-theme="light"]
            .scroll .information .information-bottom .card .msg-box .info .signalName[data-v-58425c7e] {
  color: #3B3559 !important;
}
[data-theme="dark"] .subscription-fixed .information .information-bottom .card .msg-box .info .signalName[data-v-58425c7e],
[data-theme="dark"]
            .scroll .information .information-bottom .card .msg-box .info .signalName[data-v-58425c7e] {
  color: #ffffff !important;
}
.subscription-fixed .information .information-bottom .card .msg-box .info .signalName[data-v-58425c7e]:hover,
.scroll .information .information-bottom .card .msg-box .info .signalName[data-v-58425c7e]:hover {
  cursor: pointer;
  text-shadow: 0.0625rem 0 0 currentColor, 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.4);
}
.subscription-fixed .information .information-bottom .card .msg-box .info .master[data-v-58425c7e],
.scroll .information .information-bottom .card .msg-box .info .master[data-v-58425c7e] {
  text-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.5);
}
[data-theme="light"] .subscription-fixed .information .information-bottom .card:hover .master[data-v-58425c7e],
[data-theme="light"]
      .scroll .information .information-bottom .card:hover .master[data-v-58425c7e] {
  color: #5F6472 !important;
}
[data-theme="dark"] .subscription-fixed .information .information-bottom .card:hover .master[data-v-58425c7e],
[data-theme="dark"]
      .scroll .information .information-bottom .card:hover .master[data-v-58425c7e] {
  color: #E7EEF8 !important;
}
[data-theme="light"] .subscription-fixed .information .information-bottom .card:hover .signalName[data-v-58425c7e],
[data-theme="light"]
      .scroll .information .information-bottom .card:hover .signalName[data-v-58425c7e] {
  color: #5F6472 !important;
}
[data-theme="dark"] .subscription-fixed .information .information-bottom .card:hover .signalName[data-v-58425c7e],
[data-theme="dark"]
      .scroll .information .information-bottom .card:hover .signalName[data-v-58425c7e] {
  color: #E7EEF8 !important;
}

/* ==================== 我发布的 - 个人中心页面 ==================== */
.my-posted-center[data-v-58425c7e] {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* 编辑个人简介按钮 32x28，右上角，图标 16x16 */
.my-bio-edit-btn[data-v-58425c7e] {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 1.75rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid #1F1E2B;
  border-radius: 0.375rem;
  cursor: pointer;
  background: transparent;
  color: #FFFFFFBF;
  transition: color 0.2s ease, background-color 0.2s ease;
  z-index: 3;
}
.my-bio-edit-btn[data-v-58425c7e]:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}
.my-bio-edit-icon[data-v-58425c7e] {
  width: 1rem;
  height: 1rem;
  display: block;
}

/* 简介视图/编辑切换容器（沿用 .my-bio 布局，不改变占位） */
.my-bio-wrap[data-v-58425c7e] {
  max-width: 26.25rem;
}

/* 编辑态：在原 .my-bio 基础上加可编辑样式，不换布局 */
.my-bio-editable[data-v-58425c7e] {
  outline: none;
  cursor: text;
}
.my-bio-editable[data-v-58425c7e]:empty::before {
  content: attr(data-placeholder);
  color: #FFFFFFBF;
}

/* 简介视图/编辑切换动画：优雅过渡 */
.bio-trans-enter-active[data-v-58425c7e],
.bio-trans-leave-active[data-v-58425c7e] {
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.bio-trans-enter-from[data-v-58425c7e] {
  opacity: 0;
  transform: translateY(-0.375rem);
}
.bio-trans-leave-to[data-v-58425c7e] {
  opacity: 0;
  transform: translateY(0.25rem);
}
.bio-trans-enter-to[data-v-58425c7e],
.bio-trans-leave-from[data-v-58425c7e] {
  opacity: 1;
  transform: translateY(0);
}

/* 新版用户信息卡：头像在右，信息在左，垂直居中 */
.my-user-profile-new[data-v-58425c7e] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5625rem;
  border-radius: 1.5rem;
  padding-bottom: 4.125rem;
  padding-top: 3.25rem;
  box-sizing: border-box;
}
.with-left-bg[data-v-58425c7e] {
  position: relative;
}
.with-left-bg[data-v-58425c7e]::before {
  content: "";
  position: absolute;
  left: -0.125rem;
  top: 21.875rem;
  transform: translateY(-50%);
  width: 43.75rem;
  height: 43.75rem;
  background-image: url(../img/lights.d3e0e260.png);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  animation: fadeInLights-58425c7e 1s ease-in 0.3s forwards;
}
@keyframes fadeInLights-58425c7e {
from {
    opacity: 0;
}
to {
    opacity: 0.8;
}
}
.with-left-bg .my-profile-info[data-v-58425c7e],
.with-left-bg .my-profile-avatar-big[data-v-58425c7e] {
  position: relative;
  z-index: 2;
}

/* 左边信息区 */
.my-profile-info[data-v-58425c7e] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}
.my-username[data-v-58425c7e] {
  font-family: Noto Sans SC;
  font-weight: 900;
  font-size: 1.875rem;
  color: #FFFFFF;
  line-height: 1.2;
}
.my-bio[data-v-58425c7e] {
  font-size: 0.875rem;
  color: #FFFFFFBF;
  line-height: 1.6;
  max-width: 26.25rem;
  font-family: Noto Sans SC;
  font-weight: 400;
}

/* 统计数字横排 */
.my-stats-row[data-v-58425c7e] {
  display: flex;
  gap: 2.5rem;
  margin-top: 0.5rem;
}
.my-stat-item[data-v-58425c7e] {
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s;
}
.my-stat-item[data-v-58425c7e]:hover {
  transform: translateY(-0.25rem);
}
.my-stat-value[data-v-58425c7e] {
  font-family: Noto Sans SC;
  font-weight: 700;
  font-style: Bold;
  font-size: 0.875rem;
  color: #FFFFFF;
}
.my-stat-label[data-v-58425c7e] {
  font-family: Noto Sans SC;
  font-weight: 400;
  font-style: Regular;
  font-size: 0.75rem;
  color: #FFFFFFBF;
}

/* 右边大头像 */
.my-bio[data-v-58425c7e] {
  font-size: 0.875rem;
  color: #FFFFFFBF;
  line-height: 1.5;
}

/* 菜单栏 */
.my-publish-options[data-v-58425c7e] {
  width: 100%;
  max-width: 50rem;
  margin: auto;
}
.my-publish-tabs[data-v-58425c7e] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  position: relative;
}
.my-tab[data-v-58425c7e] {
  cursor: pointer;
  font-size: 0.875rem;
  color: #FFFFFFBF;
  transition: all 0.6s ease;
  position: relative;
}
.my-tab.active[data-v-58425c7e] {
  font-weight: 900;
  font-size: 1rem;
  color: #FFFFFF;
}
.my-tab.active[data-v-58425c7e]::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.125rem;
  height: 0.09375rem;
  background: #FFFFFF;
  border-radius: 0.0625rem;
  transform: scaleX(1);
  transform-origin: center;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.my-tab[data-v-58425c7e]:not(.active)::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.0625rem;
  background: #FCF4ED;
  border-radius: 0.0625rem;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.my-tab[data-v-58425c7e]:not(.active):hover::after {
  transform: scaleX(0.6);
  opacity: 0.6;
}
.my-publish-btn[data-v-58425c7e] {
  margin-left: 1.25rem;
  padding: 0.625rem 1.5rem;
  background: #AD2935;
  color: white;
  border: none;
  border-radius: 0.75rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}
.my-publish-btn[data-v-58425c7e]:hover {
  background: #c43541;
}

/* 文章网格 - 直接复用 right-side-items，但一行4个 */
.my-posts-grid[data-v-58425c7e] {
  width: 100%;
  max-width: 80rem;
}
.my-posts-grid .right-side-items[data-v-58425c7e] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  width: 100%;
}
.my-full-bottom-section[data-v-58425c7e] {
  margin-top: 0.375rem !important;
}

/* 空状态文字 */
.my-error[data-v-58425c7e],
.my-empty[data-v-58425c7e] {
  color: #FFFFFFBF;
  font-size: 1.125rem;
  text-align: center;
  padding: 3.75rem 0;
}
.avatar_container[data-v-58425c7e] {
  position: relative;
  width: 10rem;
  height: 10rem;
  margin-left: 11.6875rem;
}
.avatar_container .avatar_box[data-v-58425c7e] {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  border: 0.0625rem solid #e6e6e6;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.avatar_container .avatar_box[data-v-58425c7e]:hover {
  border-color: #ad2935;
}
.avatar_container .avatar_box:hover .avatar_overlay[data-v-58425c7e] {
  opacity: 1;
}
.avatar_container .avatar_box .my-profile-avatar-big[data-v-58425c7e] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.avatar_container .avatar_box .avatar-uploader-icon[data-v-58425c7e] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  color: #8c939d;
}
.avatar_container .avatar_box .avatar_overlay[data-v-58425c7e] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.875rem;
  opacity: 0;
  transition: opacity 0.3s;
}
.avatar_container .nationality_flag[data-v-58425c7e] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  border: 0.125rem solid #00000059;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.avatar_container .nationality_flag img[data-v-58425c7e] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.empty-state[data-v-58425c7e] {
  text-align: center;
  font-size: 1rem;
  color: #999;
}
.my-pagination[data-v-58425c7e] {
  padding-top: 18.125rem;
}
.my-pagination .pagination-container[data-v-58425c7e] .el-pagination {
  margin: auto;
}

/* 无分页器时占位，与 .my-pagination 同高，列表布局与有分页器时一致 */
.my-pagination-placeholder[data-v-58425c7e] {
  padding-top: 18.125rem;
  min-height: 0;
}
.follow-fans-modal-overlay[data-v-58425c7e] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(0.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.follow-fans-modal[data-v-58425c7e] {
  width: 32.8125rem;
  max-height: 38vh;
  background: #0F0E1A;
  border-radius: 0.5rem;
  border: 0.0625rem solid #1F1E2B;
  overflow: auto;
  /* 当内容溢出时显示滚动条 */
  font-family: 'Noto Sans SC', sans-serif;
}
.follow-fans-modal .modal-header[data-v-58425c7e] {
  height: 3.5rem;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.follow-fans-modal .modal-header .tab-switch[data-v-58425c7e] {
  display: flex;
  gap: 2rem;
  position: relative;
}
.follow-fans-modal .modal-header .tab-switch span[data-v-58425c7e] {
  cursor: pointer;
  font-size: 0.875rem;
  color: #FFFFFFBF;
  transition: all 0.6s ease;
  position: relative;
}
.follow-fans-modal .modal-header .tab-switch span.active[data-v-58425c7e] {
  font-weight: 900;
  font-size: 1rem;
  color: #FFFFFFBF;
}
.follow-fans-modal .modal-header .tab-switch span.active[data-v-58425c7e]::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.0625rem;
  background: #FCF4ED;
  border-radius: 0.0625rem;
  transform: scaleX(1);
  transform-origin: center;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.follow-fans-modal .modal-header .tab-switch span[data-v-58425c7e]:not(.active)::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.0625rem;
  background: #FCF4ED;
  border-radius: 0.0625rem;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.follow-fans-modal .modal-header .tab-switch span[data-v-58425c7e]:not(.active):hover::after {
  transform: scaleX(0.6);
  opacity: 0.6;
}
.follow-fans-modal .modal-header .close-btn[data-v-58425c7e] {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.6s;
}
.follow-fans-modal .modal-header .close-btn[data-v-58425c7e]:hover {
  opacity: 1;
  transform: rotate(90deg);
}
.follow-fans-modal .modal-list[data-v-58425c7e] {
  max-height: calc(80vh - 3.5rem);
  overflow-y: auto;
  padding: 0.75rem 0;
  padding-bottom: 1.9375rem;
  /* 隐藏滚动条但保留功能 */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.follow-fans-modal .modal-list[data-v-58425c7e]::-webkit-scrollbar {
  display: none;
}
.follow-fans-modal .user-item[data-v-58425c7e] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 4.8125rem;
  padding: 0 1.5rem;
  box-sizing: border-box;
  transition: background 0.2s;
}
.follow-fans-modal .user-item[data-v-58425c7e]::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.0625rem;
  background: #FFFFFF1A;
  pointer-events: none;
}
.follow-fans-modal .user-item[data-v-58425c7e]:hover::after {
  background: rgba(255, 255, 255, 0.15);
}
.follow-fans-modal .user-item .avatar[data-v-58425c7e] {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.follow-fans-modal .user-item .info-section[data-v-58425c7e] {
  flex: 1;
  margin-left: 1rem;
  display: flex;
  gap: 2.625rem;
  align-items: center;
  /* 上下居中 */
}
.follow-fans-modal .user-item .info-section .left-info[data-v-58425c7e] {
  display: flex;
  flex-direction: column;
  /* 垂直排列 */
  gap: 0.375rem;
}
.follow-fans-modal .user-item .info-section .left-info .username[data-v-58425c7e] {
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: 400;
}
.follow-fans-modal .user-item .info-section .left-info .views[data-v-58425c7e] {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  color: #FFFFFF;
}
.follow-fans-modal .user-item .info-section .left-info .views .icon16[data-v-58425c7e] {
  width: 1rem;
  height: 1rem;
}
.follow-fans-modal .user-item .info-section .stats-line[data-v-58425c7e] {
  display: flex;
  gap: 2.625rem;
}
.follow-fans-modal .user-item .info-section .stats-line .stat[data-v-58425c7e] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.follow-fans-modal .user-item .info-section .stats-line .stat .num[data-v-58425c7e] {
  font-weight: 700;
  font-size: 0.875rem;
  color: #FFFFFF;
}
.follow-fans-modal .user-item .info-section .stats-line .stat .label[data-v-58425c7e] {
  font-size: 0.75rem;
  color: #FFFFFFBF;
  margin-top: 0.125rem;
}
.follow-fans-modal .user-item .follow-btn[data-v-58425c7e] {
  height: 2rem;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid #E8AE00;
  background: #E8AE00;
  color: #000000;
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  cursor: pointer;
  transition: all 0.2s;
}
.follow-fans-modal .user-item .follow-btn .btn-icon[data-v-58425c7e] {
  width: 1rem;
  height: 1rem;
}
.follow-fans-modal .user-item .follow-btn[data-v-58425c7e]:hover {
  background: #ffb800;
}
.follow-fans-modal .user-item .follow-btn.following[data-v-58425c7e] {
  background: transparent;
  color: #E8AE00;
}
.follow-fans-modal .user-item .follow-btn.following[data-v-58425c7e]:hover {
  background: rgba(232, 174, 0, 0.1);
}
.empty-state[data-v-58425c7e] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.5rem 0;
  margin-top: 12.5rem;
}
.empty-state .empty-state-content[data-v-58425c7e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.empty-state .empty-state-content .empty-state-img[data-v-58425c7e] {
  height: 6.25rem;
  width: auto;
}
.empty-state .empty-state-content .empty-state-text[data-v-58425c7e] {
  font-size: 0.875rem;
  color: #FFFFFFBF;
  text-align: center;
}
.empty-state1[data-v-58425c7e] {
  width: 100%;
  padding: 2.5rem 0;
  margin-top: 6.25rem;
}
.empty-state1 .empty-state-content[data-v-58425c7e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.empty-state1 .empty-state-content .empty-state-img[data-v-58425c7e] {
  height: 6.25rem;
  width: auto;
}
.empty-state1 .empty-state-content .empty-state-text[data-v-58425c7e] {
  font-size: 0.875rem;
  color: #FFFFFFBF;
  text-align: center;
}
.empty-state2[data-v-58425c7e] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.5rem 0;
  margin-top: 0;
  height: 32.5rem;
}
.empty-state2 .empty-state-content[data-v-58425c7e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.empty-state2 .empty-state-content .empty-state-img[data-v-58425c7e] {
  height: 6.25rem;
  width: auto;
}
.empty-state2 .empty-state-content .empty-state-text[data-v-58425c7e] {
  font-size: 0.875rem;
  color: #FFFFFFBF;
  text-align: center;
}
.top-nav-wrapper[data-v-58425c7e] {
  width: 100%;
  position: relative;
  margin-top: 1rem;
}
.top-nav[data-v-58425c7e] {
  height: 2.5rem;
  line-height: 2.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1999;
  border: 0.0625rem solid #272536;
  margin: 0 1rem;
  border-radius: 0.25rem;
}
[data-theme="light"] .top-nav[data-v-58425c7e] {
  background: #DCE6F1 !important;
}
[data-theme="dark"] .top-nav[data-v-58425c7e] {
  background: #100F1A !important;
}
.publish-btn[data-v-58425c7e] {
  position: absolute;
  right: -9.375rem;
  top: 50%;
  transform: translateY(-50%);
  width: 7.5625rem;
  background: #B52337;
  border: none;
  border-radius: 0.25rem;
  color: white;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  cursor: pointer;
  z-index: 1000;
  padding: 0.5rem 0.25rem !important;
  transition: all 0.3s ease;
}
.publish-btn[data-v-58425c7e]:hover {
  background: #9a1d2e;
  transform: translateY(-50%) scale(1.05);
}
.publish-btn .btn-icon[data-v-58425c7e] {
  width: 1rem;
  height: 1rem;
  margin-top: 0.0625rem;
}
.my-full-grid[data-v-58425c7e] {
  z-index: 999;
}

/* 整体容器：让内容区占满可用空间 */
.content-wrapper[data-v-58425c7e] {
  width: 100%;
  max-width: none;
  /* 取消可能的隐性限制 */
  box-sizing: border-box;
}
.main-layout[data-v-58425c7e] {
  display: flex;
  gap: 1.25rem;
  width: 100%;
  /* 关键：占满父容器 */
  margin: 0 auto;
  /* 居中 */
  box-sizing: border-box;
}

/* 上部分：左右灵活布局 */
.top-section[data-v-58425c7e] {
  display: flex;
  gap: 1.25rem;
  width: 100%;
  height: 37.375rem;
  flex-wrap: nowrap;
  /* 防止换行 */
}

/* 左边大卡片：按比例分配宽度 */
.left-main-card[data-v-58425c7e] {
  flex: 1 1 70%;
  /* 占大约70% */
  min-width: 50rem;
  /* 最小宽度保证可读性 */
  height: 37.375rem;
  border-radius: 0.25rem;
  display: flex;
  overflow: hidden;
  cursor: pointer;
  background-color: var(--background_color_primary1);
  /* 保持你原来的 mixin */
}

/* 右边四个小卡片容器：固定宽度或按比例 */
.right-side-items[data-v-58425c7e] {
  flex: 1 1 30%;
  /* 保持原来固定宽度（推荐） */
  height: 37.375rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.side-image[data-v-58425c7e] {
  width: 35%;
  /* 关键：改为百分比 */
  height: 8.375rem;
  -o-object-fit: cover;
  object-fit: cover;
  flex-shrink: 0;
  min-width: 7.5rem;
  /* 小屏幕不崩 */
  max-width: 21.25rem;
  /* 可选：大屏幕不无限放大 */
}

/* 左边大图：拉伸填满 */
.main-image[data-v-58425c7e] {
  width: 40%;
  /* 改为100%，随容器拉伸 */
  height: 37.375rem;
  -o-object-fit: cover;
  object-fit: cover;
  /* 保持图片比例，裁剪填充 */
  flex-shrink: 0;
}

/* 下部分网格：响应式列数 + 拉伸 */
.main-layout[data-v-58425c7e] {
  /* 我发布区域：仅 1 条数据时只占一半宽度，避免图片被拉满（优先级高于上面 .bottom-section） */
}
.main-layout .bottom-section[data-v-58425c7e] {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
  /* 关键：响应式 */
  gap: 1.25rem;
  margin-top: 1.25rem;
}
.main-layout .my-full-bottom-section.is-single-item[data-v-58425c7e] {
  grid-template-columns: 1fr 1fr;
}
.main-layout .bottom-item[data-v-58425c7e] {
  width: 100%;
  /* 占满网格列 */
  aspect-ratio: 312 / 272;
  /* 保持原比例（可选，更现代） */
  border-radius: 0.25rem;
  overflow: hidden;
  cursor: pointer;
  background-color: var(--background_color_primary1);
}
.main-layout .bottom-image[data-v-58425c7e] {
  width: 100%;
  height: 8.375rem;
  /* 可保持固定，或改为 50% 等 */
  -o-object-fit: cover;
  object-fit: cover;
}

/* 右侧广告栏保持固定宽度（推荐），这样主内容区能最大化拉伸 */
.right-ad-column[data-v-58425c7e] {
  flex: 0 0 27.25rem;
  /* 固定广告栏宽度 */
}
.signal-card-value[data-v-58425c7e] {
  transform: translateZ(0);
  /* 单独合成层，减少重绘 */
  backface-visibility: hidden;
  /* 避免背面绘制引起的闪烁 */
  -webkit-font-smoothing: antialiased;
  /* 字体抗锯齿 */
}
