.tagPage[data-v-941822ea] {
  background: linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%);
  min-height: 100vh;
  touch-action: pan-y;
}
.tag-header[data-v-941822ea] {
  background: linear-gradient(180deg, rgba(26, 26, 26, 0.98) 0%, rgba(15, 15, 15, 0.95) 100%);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 100;
  padding-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.header-bar[data-v-941822ea] {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  gap: 12px;
}
.header-bar .back-btn[data-v-941822ea] {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}
.header-bar .back-btn[data-v-941822ea]:hover {
  background: rgba(255, 133, 37, 0.15);
}
.header-bar .back-btn[data-v-941822ea]:active {
  transform: scale(0.95);
}
.header-bar .page-title[data-v-941822ea] {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tabBox[data-v-941822ea] {
  padding: 0 8px;
}
.tabBox[data-v-941822ea] .van-tabs .van-tabs__wrap {
  height: 44px;
}
.tabBox[data-v-941822ea] .van-tabs .van-tab {
  font-size: 14px;
  color: #888;
}
.tabBox[data-v-941822ea] .van-tabs .van-tab--active {
  color: #ff8525;
  font-weight: 600;
}
.tabBox[data-v-941822ea] .van-tabs .van-tabs__line {
  background: linear-gradient(90deg, #ff8525, #ff6b00);
  height: 3px;
  border-radius: 2px;
}
.tag-content[data-v-941822ea] {
  padding-top: 16px;
}
.userVideobox[data-v-941822ea] {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
.header-bar[data-v-941822ea] {
    padding: 16px 24px;
}
.header-bar .page-title[data-v-941822ea] {
    font-size: 20px;
}
.userVideobox[data-v-941822ea] {
    width: 92%;
}
}

