.videosPage[data-v-c8b6b740] {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.leftContainer[data-v-c8b6b740] {
  width: 225px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, rgba(28, 28, 28, 0.95) 0%, rgba(20, 20, 20, 0.98) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.leftContainer[data-v-c8b6b740]:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 153, 0, 0.2);
}
.leftContainer .leftTitle[data-v-c8b6b740] {
  padding: 16px 22px 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(255, 153, 0, 0.15) 0%, rgba(255, 153, 0, 0.05) 100%);
  border-bottom: 1px solid rgba(255, 153, 0, 0.2);
  position: relative;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.leftContainer .leftTitle[data-v-c8b6b740]::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, #ff9900, #ffaa33);
}
.leftContainer > div[data-v-c8b6b740]:not(:last-child) {
  flex: 0 0 auto;
}
.leftContainer > div:not(:last-child) .itemContainer[data-v-c8b6b740] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.leftContainer > div[data-v-c8b6b740]:last-child {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.leftContainer > div:last-child .leftTitle[data-v-c8b6b740] {
  flex: 0 0 auto;
}
.leftContainer > div:last-child .itemContainer[data-v-c8b6b740] {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.leftContainer .leftItem[data-v-c8b6b740] {
  margin-bottom: 8px;
  text-indent: 28px;
  font-size: 14px;
  line-height: 20px;
  color: #b8b8b8;
  font-weight: 500;
  list-style-position: outside;
  transition: all 0.3s ease;
  padding: 4px 0;
  border-radius: 6px;
}
.leftContainer .leftItem[data-v-c8b6b740]:hover {
  color: #ffffff;
  background: rgba(255, 153, 0, 0.1);
  transform: translateX(4px);
}
.leftContainer .select[data-v-c8b6b740] {
  color: #f90;
  background: rgba(255, 153, 0, 0.15);
  transform: translateX(4px);
}
/* 左侧容器显示控制 */
.desktop-left[data-v-c8b6b740] {
  display: block;
}
.mobile-left[data-v-c8b6b740] {
  display: none;
  width: 100%;
  margin: 16px 8px 24px;
  background: linear-gradient(135deg, rgba(28, 28, 28, 0.9) 0%, rgba(20, 20, 20, 0.95) 100%);
  border-radius: 16px;
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-left[data-v-c8b6b740]:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
  border-color: rgba(255, 153, 0, 0.15);
}
.mobile-left .leftTitle[data-v-c8b6b740] {
  text-align: center;
  padding: 16px 20px 12px;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(255, 153, 0, 0.12) 0%, rgba(255, 153, 0, 0.04) 100%);
  border-bottom: 1px solid rgba(255, 153, 0, 0.15);
  margin-bottom: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
}
.mobile-left .leftTitle[data-v-c8b6b740]::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: linear-gradient(to right, transparent, #ff9900, transparent);
}
.mobile-left .itemContainer[data-v-c8b6b740]:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.main[data-v-c8b6b740] {
  width: 100%;
  padding: 5px;
  overflow-x: hidden;
  height: 100%;
  overflow-y: auto;
}
.tag-banner[data-v-c8b6b740] {
  background: linear-gradient(135deg, rgba(255, 153, 0, 0.05) 0%, rgba(255, 153, 0, 0.02) 50%, rgba(255, 153, 0, 0.05) 100%);
  background-size: 100% 100%;
  width: auto;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  margin: 20px 0;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 153, 0, 0.1);
}
.tag-banner[data-v-c8b6b740]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 30% 20%, rgba(255, 153, 0, 0.1) 0%, transparent 50%), radial-gradient(circle at 70% 80%, rgba(255, 153, 0, 0.08) 0%, transparent 50%);
  pointer-events: none;
  animation: backgroundPulse-c8b6b740 4s ease-in-out infinite;
}
/* 标题区域样式 */
.banner-header[data-v-c8b6b740] {
  position: relative;
  z-index: 2;
  padding: 16px 20px 8px;
}
.banner-title[data-v-c8b6b740] {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.5px;
}
.tag-cloud[data-v-c8b6b740] {
  position: relative;
  width: 100%;
  flex: 1;
  padding: 12px 20px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  row-gap: 8px;
  z-index: 1;
}
.tag-item[data-v-c8b6b740] {
  display: inline-block;
  padding: 10px 18px;
  margin: 5px 8px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: float-c8b6b740 4s ease-in-out infinite;
  -webkit-text-decoration: none;
  text-decoration: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.05) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 25px;
  backdrop-filter: blur(15px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}
.tag-item[data-v-c8b6b740]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 153, 0, 0.2) 0%, rgba(255, 153, 0, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 25px;
}
.tag-item[data-v-c8b6b740]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255, 153, 0, 0.4) 0%, transparent 70%);
  transform: translate(-50%, -50%);
  transition: all 0.6s ease;
  border-radius: 50%;
}
.tag-item[data-v-c8b6b740]:hover {
  transform: translateY(-8px) scale(1.15) !important;
  background: linear-gradient(135deg, rgba(255, 153, 0, 0.3) 0%, rgba(255, 153, 0, 0.15) 100%);
  border-color: rgba(255, 153, 0, 0.6);
  box-shadow: 0 12px 30px rgba(255, 153, 0, 0.4), 0 6px 15px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 1 !important;
  z-index: 10;
  color: #fff;
}
.tag-item[data-v-c8b6b740]:hover::before {
  opacity: 1;
}
.tag-item[data-v-c8b6b740]:hover::after {
  width: 100px;
  height: 100px;
  opacity: 0.6;
}
@keyframes float-c8b6b740 {
0%,
  100% {
    transform: translateY(0px) rotate(0deg);
}
25% {
    transform: translateY(-3px) rotate(0.5deg);
}
50% {
    transform: translateY(-8px) rotate(0deg);
}
75% {
    transform: translateY(-3px) rotate(-0.5deg);
}
}
@keyframes backgroundPulse-c8b6b740 {
0%,
  100% {
    opacity: 0.3;
    transform: scale(1);
}
50% {
    opacity: 0.6;
    transform: scale(1.05);
}
}
@keyframes shimmer-c8b6b740 {
0% {
    background-position: -200% 0;
}
100% {
    background-position: 200% 0;
}
}
.tag-item[data-v-c8b6b740]:nth-child(odd) {
  animation-direction: alternate;
}
.tag-item[data-v-c8b6b740]:nth-child(odd)::before {
  background: linear-gradient(45deg, rgba(255, 153, 0, 0.2) 0%, rgba(255, 153, 0, 0.1) 100%);
}
.tag-item[data-v-c8b6b740]:nth-child(even) {
  animation-direction: alternate-reverse;
}
.tag-item[data-v-c8b6b740]:nth-child(even)::before {
  background: linear-gradient(-45deg, rgba(255, 153, 0, 0.15) 0%, rgba(255, 153, 0, 0.08) 100%);
}
.tag-item[data-v-c8b6b740]:nth-child(3n) {
  animation-duration: 4.5s;
}
.tag-item[data-v-c8b6b740]:nth-child(3n + 1) {
  animation-duration: 3.5s;
}
.tag-item[data-v-c8b6b740]:nth-child(3n + 2) {
  animation-duration: 4.2s;
}
@media (max-width: 768px) {
.tag-banner[data-v-c8b6b740] {
    min-height: 120px;
    margin: 16px 8px;
}
.banner-header[data-v-c8b6b740] {
    padding: 12px 16px 6px;
}
.banner-title[data-v-c8b6b740] {
    font-size: 16px;
}
.tag-cloud[data-v-c8b6b740] {
    padding: 8px 16px 16px;
    gap: 8px;
    row-gap: 6px;
    justify-content: space-around;
}
.tag-item[data-v-c8b6b740] {
    padding: 10px 16px;
    margin: 4px 6px;
    font-size: 13px !important;
    min-width: auto;
    flex: 0 0 auto;
}
.tag-item[data-v-c8b6b740]:hover {
    transform: translateY(-2px) scale(1.05) !important;
}
@keyframes float-c8b6b740 {
0%,
    100% {
      transform: translateY(0px);
}
50% {
      transform: translateY(-4px);
}
}
}
@media (max-width: 480px) {
.tag-banner[data-v-c8b6b740] {
    min-height: auto;
    margin: 12px 4px;
}
.banner-header[data-v-c8b6b740] {
    padding: 10px 12px 4px;
}
.banner-title[data-v-c8b6b740] {
    font-size: 15px;
}
.tag-cloud[data-v-c8b6b740] {
    padding: 6px 12px 12px;
    gap: 6px;
    row-gap: 4px;
}
.tag-item[data-v-c8b6b740] {
    padding: 8px 12px;
    margin: 3px 5px;
    font-size: 12px !important;
    border-radius: 20px;
}
}
@media (min-width: 1200px) {
.tag-banner[data-v-c8b6b740] {
    min-height: 180px;
}
.banner-header[data-v-c8b6b740] {
    padding: 20px 24px 10px;
}
.banner-title[data-v-c8b6b740] {
    font-size: 20px;
}
.tag-cloud[data-v-c8b6b740] {
    padding: 16px 24px 24px;
    gap: 8px;
    row-gap: 6px;
}
.tag-item[data-v-c8b6b740] {
    padding: 12px 22px;
    margin: 6px 10px;
}
.tag-item[data-v-c8b6b740]:hover {
    transform: translateY(-10px) scale(1.2) !important;
}
}
.quickFilter[data-v-c8b6b740] {
  margin-bottom: 10px;
}
.title-box[data-v-c8b6b740] {
  font-size: 18px;
  padding: 8px 11px 15px 0;
}
/* 分类区域样式 */
.category-section[data-v-c8b6b740] {
  transition: all 0.3s ease;
}
.category-section[data-v-c8b6b740]:hover {
  transform: translateY(-2px);
}
/* 错误状态样式 */
.error-container[data-v-c8b6b740] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  margin: 20px 0;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.error-icon[data-v-c8b6b740] {
  font-size: 48px;
  margin-bottom: 16px;
  opacity: 0.8;
}
.error-message[data-v-c8b6b740] {
  font-size: 16px;
  color: #ff6b6b;
  margin-bottom: 20px;
  line-height: 1.5;
}
.retry-btn[data-v-c8b6b740] {
  padding: 10px 24px;
  background: linear-gradient(135deg, #4ecdc4, #44a08d);
  color: white;
  border: none;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(78, 205, 196, 0.3);
}
.retry-btn[data-v-c8b6b740]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(78, 205, 196, 0.4);
  background: linear-gradient(135deg, #5fd4cc, #4db3a6);
}
.retry-btn[data-v-c8b6b740]:active {
  transform: translateY(0);
}
@media (max-width: 920px) {
.main[data-v-c8b6b740] {
    padding: 3px;
}
}
@media (max-width: 640px) {
.videosPage[data-v-c8b6b740] {
    display: block;
}
.leftContainer[data-v-c8b6b740] {
    width: 100%;
}
.desktop-left[data-v-c8b6b740] {
    display: none;
}
.mobile-left[data-v-c8b6b740] {
    height: auto;
    display: block;
    margin: 12px 4px 20px;
}
.mobile-left .leftTitle[data-v-c8b6b740] {
    padding: 14px 16px 10px;
    font-size: 16px;
}
}
/* 自定义下拉刷新样式优化 */
.custom-pull-loading[data-v-c8b6b740] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #666;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  margin: 10px;
  backdrop-filter: blur(10px);
}
.pull-icon[data-v-c8b6b740] {
  font-size: 24px;
  margin-bottom: 8px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #4ecdc4;
  font-weight: bold;
  text-shadow: 0 2px 4px rgba(78, 205, 196, 0.3);
}
.pull-icon.rotating[data-v-c8b6b740] {
  animation: rotate-c8b6b740 1s linear infinite;
}
.pull-text[data-v-c8b6b740] {
  font-size: 13px;
  color: #ccc;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.pull-spinner[data-v-c8b6b740] {
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
}
.spinner-dot[data-v-c8b6b740] {
  width: 8px;
  height: 8px;
  background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
  border-radius: 50%;
  animation: bounce-c8b6b740 1.4s ease-in-out infinite both;
}
.spinner-dot[data-v-c8b6b740]:nth-child(1) {
  animation-delay: -0.32s;
}
.spinner-dot[data-v-c8b6b740]:nth-child(2) {
  animation-delay: -0.16s;
}
.spinner-dot[data-v-c8b6b740]:nth-child(3) {
  animation-delay: 0s;
}
/* 简单的圆圈加载样式 */
.simple-loading[data-v-c8b6b740] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  text-align: center;
}
.loading-circle[data-v-c8b6b740] {
  width: 44px;
  height: 44px;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-top: 3px solid #4ecdc4;
  border-radius: 50%;
  animation: spin-c8b6b740 1s linear infinite;
  margin-bottom: 16px;
  box-shadow: 0 4px 15px rgba(78, 205, 196, 0.2);
}
.loading-text[data-v-c8b6b740] {
  font-size: 15px;
  color: #999;
  font-weight: 600;
  letter-spacing: 0.5px;
}
/* 动画定义 */
@keyframes spin-c8b6b740 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes rotate-c8b6b740 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes bounce-c8b6b740 {
0%,
  80%,
  100% {
    transform: scale(0.8);
    opacity: 0.5;
}
40% {
    transform: scale(1);
    opacity: 1;
}
}
/* 中间广告样式 */
.mAd[data-v-c8b6b740] {
  border-bottom: 10px solid rgba(0, 0, 0, 0.13);
  margin: 16px 0;
}
.bannerAd[data-v-c8b6b740] {
  width: 95vw;
  margin: 8px auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
}
.bannerAd[data-v-c8b6b740]:hover {
  transform: translateY(-2px);
}
.bannerAd[data-v-c8b6b740] .van-image {
  border-radius: 8px;
}
@media (max-width: 640px) {
.bannerAd[data-v-c8b6b740] {
    width: 98vw;
    margin: 6px auto;
}
}

