
#app {
  font-family: 'Georgia', 'Times New Roman', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header[data-v-7fbc6997] {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.header-container[data-v-7fbc6997] {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 20px;
}
.logo a[data-v-7fbc6997] {
  text-decoration: none;
  color: #333;
}
.logo-image[data-v-7fbc6997] {
  height: 40px;
  width: auto;
  display: block;
  margin: 0;
}
.nav-menu[data-v-7fbc6997] {
  display: flex;
  align-items: center;
  gap: 20px;
}
.nav-item[data-v-7fbc6997] {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.nav-item[data-v-7fbc6997]:hover {
  background-color: #f5f7fa;
  color: #FF6B35;
}
.nav-item.router-link-active[data-v-7fbc6997] {
  color: #FF6B35;
  background-color: #f0f9ff;
}

/* 二维码弹窗样式 */
.qr-code-container[data-v-7fbc6997] {
  text-align: center;
  padding: 20px;
}
.qr-code-image[data-v-7fbc6997] {
  max-width: 200px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.qr-code-text[data-v-7fbc6997] {
  margin-top: 15px;
  color: #666;
  font-size: 14px;
}

/* 响应式设计 */
@media (max-width: 768px) {
.logo-image[data-v-7fbc6997] {
    height: 32px;
}
.nav-menu[data-v-7fbc6997] {
    gap: 10px;
}
.nav-item[data-v-7fbc6997] {
    font-size: 14px;
    padding: 8px 12px;
}
}
@media (max-width: 480px) {
.logo-image[data-v-7fbc6997] {
    height: 28px;
}
.nav-menu[data-v-7fbc6997] {
    gap: 8px;
}
.nav-item[data-v-7fbc6997] {
    font-size: 12px;
    padding: 6px 8px;
}
}

.footer[data-v-00e9801c] {
  background: #2c3e50;
  color: #fff;
  padding: 40px 0 20px;
  margin-top: 60px;
}
.footer-container[data-v-00e9801c] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-content[data-v-00e9801c] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}
.footer-section h3[data-v-00e9801c] {
  color: #FF6B35;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: normal;
}
.footer-section h4[data-v-00e9801c] {
  color: #FF6B35;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: normal;
}
.footer-section p[data-v-00e9801c] {
  margin: 8px 0;
  color: #bdc3c7;
  line-height: 1.5;
  font-size: 14px;
}
.footer-bottom[data-v-00e9801c] {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #34495e;
}
.footer-bottom p[data-v-00e9801c] {
  color: #95a5a6;
  margin: 0;
  font-size: 12px;
}

/* 响应式设计 */
@media (max-width: 768px) {
.footer-content[data-v-00e9801c] {
    grid-template-columns: 1fr;
    gap: 20px;
}
.footer-section h3[data-v-00e9801c] {
    font-size: 16px;
}
.footer-section h4[data-v-00e9801c] {
    font-size: 14px;
}
}

.particle-container[data-v-98bf120f] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}
.particle[data-v-98bf120f] {
  position: absolute;
  pointer-events: auto;
  cursor: pointer;
  animation: fadeInScale-98bf120f 0.5s ease-out forwards;
  opacity: 0;
  transform: scale(0.9);
}
@keyframes fadeInScale-98bf120f {
0% {
    opacity: 0;
    transform: scale(0.9) translate(-50%, -50%);
}
50% {
    opacity: 0.7;
    transform: scale(0.95) translate(-50%, -50%);
}
100% {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
}
}
.particle-circle[data-v-98bf120f] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
  border: 2px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 32px rgba(255, 255, 255, 0.2);
}
.particle-shape[data-v-98bf120f] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 三角形 */
.shape-triangle[data-v-98bf120f] {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 35px solid rgba(255, 255, 255, 0.8);
  filter: drop-shadow(0 4px 8px rgba(255, 255, 255, 0.3));
}

/* 星形 */
.shape-star[data-v-98bf120f] {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  filter: drop-shadow(0 4px 8px rgba(255, 255, 255, 0.3));
}

/* 菱形 */
.shape-diamond[data-v-98bf120f] {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  transform: rotate(45deg);
  filter: drop-shadow(0 4px 8px rgba(255, 255, 255, 0.3));
}
.particle-hover[data-v-98bf120f] {
  z-index: 15;
}
.particle-hover .particle-circle[data-v-98bf120f],
.particle-hover .particle-shape[data-v-98bf120f] {
  animation: pulse-98bf120f 1s infinite;
}
@keyframes pulse-98bf120f {
0% {
    transform: scale(1);
}
50% {
    transform: scale(1.1);
}
100% {
    transform: scale(1);
}
}

/* 响应式设计 */
@media (max-width: 768px) {
.particle[data-v-98bf120f] {
    transform: scale(0.6);
}
.shape-triangle[data-v-98bf120f] {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 26px solid rgba(255, 255, 255, 0.8);
}
.shape-star[data-v-98bf120f],
  .shape-diamond[data-v-98bf120f] {
    width: 30px;
    height: 30px;
}
}
@media (max-width: 480px) {
.particle[data-v-98bf120f] {
    transform: scale(0.4);
}
.shape-triangle[data-v-98bf120f] {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 21px solid rgba(255, 255, 255, 0.8);
}
.shape-star[data-v-98bf120f],
  .shape-diamond[data-v-98bf120f] {
    width: 25px;
    height: 25px;
}
}

.home[data-v-23e7c322] {
  min-height: 100vh;
  font-family: 'Georgia', 'Times New Roman', serif;
}

/* Hero融合部分 */
.hero-section[data-v-23e7c322] {
  position: relative;
  overflow: hidden;
}
.hero-item[data-v-23e7c322] {
  position: relative;
  height: 750px;
  background: linear-gradient(135deg, #FF6B35 0%, #FF8C42 50%, #FFA726 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-overlay[data-v-23e7c322] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.05) 50%, rgba(0,0,0,0.02) 100%);
  z-index: 1;
}
.hero-content[data-v-23e7c322] {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  margin: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-text[data-v-23e7c322] {
  text-align: center;
  margin-bottom: 60px;
  animation: fadeInUp-23e7c322 1s ease-out;
}
.hero-title[data-v-23e7c322] {
  font-size: 120px;
  font-weight: 800;
  margin-bottom: 20px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
  color: white;
}
.hero-subtitle[data-v-23e7c322] {
  font-size: 24px;
  margin-bottom: 20px;
  opacity: 0.95;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
.hero-description[data-v-23e7c322] {
  font-size: 16px;
  margin-bottom: 40px;
  opacity: 0.9;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
  max-width: 600px;
  line-height: 1.6;
}
.hero-actions[data-v-23e7c322] {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* 统计数据卡片 */
.hero-stats[data-v-23e7c322] {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.stats-container[data-v-23e7c322] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  padding: 0 20px;
}
.hero-stats .stat-item[data-v-23e7c322] {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 20px 15px;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 15px;
}
.hero-stats .stat-item[data-v-23e7c322]:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.hero-stats .stat-icon[data-v-23e7c322] {
  color: rgba(255, 255, 255, 0.9);
  flex-shrink: 0;
}
.hero-stats .stat-content[data-v-23e7c322] {
  flex: 1;
  text-align: left;
}
.hero-stats .stat-number[data-v-23e7c322] {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 5px;
  color: white;
  line-height: 1;
}
.hero-stats .stat-label[data-v-23e7c322] {
  font-size: 14px;
  opacity: 0.8;
  font-weight: 500;
  line-height: 1.2;
}
.primary-btn[data-v-23e7c322] {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 600;
  color: white;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.primary-btn[data-v-23e7c322]:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.secondary-btn[data-v-23e7c322] {
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: white;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 600;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.secondary-btn[data-v-23e7c322]:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-2px);
}
.container[data-v-23e7c322] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

/* 通用样式 */
.section-header[data-v-23e7c322] {
  text-align: center;
  margin-bottom: 60px;
}
.section-title[data-v-23e7c322] {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.section-title h2[data-v-23e7c322] {
  font-size: 42px;
  font-weight: 800;
  color: #333;
  margin: 0;
  position: relative;
  z-index: 1;
}
.title-decoration[data-v-23e7c322] {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #FF6B35, #FF8C42);
  border-radius: 2px;
}
.section-header p[data-v-23e7c322] {
  font-size: 18px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}
.section-footer[data-v-23e7c322] {
  text-align: center;
  margin-top: 50px;
}

/* 课程部分 */
.courses-section[data-v-23e7c322] {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
}
.courses-section[data-v-23e7c322]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.8) 0%, transparent 100%);
  z-index: 1;
}
.courses-grid[data-v-23e7c322] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}
.course-card[data-v-23e7c322] {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
  width: 370px;
}
.course-card[data-v-23e7c322]:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}
.course-image[data-v-23e7c322] {
  position: relative;
  width: 370px;
  height: 220px;
  overflow: hidden;
}
.course-image img[data-v-23e7c322] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.3s ease;
}
.course-card:hover .course-image img[data-v-23e7c322] {
  transform: scale(1.05);
}
.course-content[data-v-23e7c322] {
  padding: 30px;
}
.course-content h3[data-v-23e7c322] {
  font-size: 19px;
  margin-bottom: 15px;
  color: #333;
  font-weight: 700;
}
.course-content p[data-v-23e7c322] {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 14px;
}
.course-btn[data-v-23e7c322] {
  width: 100%;
  border-radius: 25px;
  padding: 12px;
  font-weight: 600;
  background: linear-gradient(135deg, #FF6B35, #FF8C42);
  border: none;
}

/* 服务部分 */
.services-section[data-v-23e7c322] {
  padding: 100px 0;
  background: white;
  position: relative;
}
.services-grid[data-v-23e7c322] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}
.service-card[data-v-23e7c322] {
  text-align: center;
  padding: 50px 30px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.service-card[data-v-23e7c322]:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}
.service-icon[data-v-23e7c322] {
  color: #FF6B35;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
.service-content h3[data-v-23e7c322] {
  font-size: 24px;
  margin-bottom: 15px;
  color: #333;
  font-weight: 700;
}
.service-content p[data-v-23e7c322] {
  color: #666;
  line-height: 1.6;
  font-size: 16px;
}
.service-decoration[data-v-23e7c322] {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(64, 158, 255, 0.05) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.service-card:hover .service-decoration[data-v-23e7c322] {
  opacity: 1;
}

/* 新闻部分 */
.news-section[data-v-23e7c322] {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}
.news-grid[data-v-23e7c322] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
  max-width: 100%;
}
.news-card[data-v-23e7c322] {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.news-card[data-v-23e7c322]:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}
.news-image[data-v-23e7c322] {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.news-image img[data-v-23e7c322] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.news-card:hover .news-image img[data-v-23e7c322] {
  transform: scale(1.05);
}
.news-overlay[data-v-23e7c322] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.news-card:hover .news-overlay[data-v-23e7c322] {
  opacity: 1;
}
.video-badge[data-v-23e7c322] {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 12px;
  backdrop-filter: blur(10px);
}
.news-content[data-v-23e7c322] {
  padding: 30px;
}
.news-content h3[data-v-23e7c322] {
  font-size: 19px;
  margin-bottom: 15px;
  color: #333;
  line-height: 1.4;
  font-weight: 700;
}
.news-content p[data-v-23e7c322] {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 14px;
}
.news-meta[data-v-23e7c322] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #999;
  font-size: 14px;
}
.news-date[data-v-23e7c322] {
  display: flex;
  align-items: center;
  gap: 5px;
}
.read-more[data-v-23e7c322] {
  color: #FF6B35;
  font-weight: 600;
}

/* 分子公司部分 */
.subsidiaries-section[data-v-23e7c322] {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}
.subsidiaries-grid[data-v-23e7c322] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 5px;
  margin-top: 5px;
}
.subsidiary-item[data-v-23e7c322] {
  border-radius: 16px;
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.01);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  /* border: 1px solid rgba(255, 107, 53, 0.1); */
  position: relative;
  overflow: hidden;
  text-align: center;
}
.subsidiary-item[data-v-23e7c322]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FF6B35, #FF8C42);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.subsidiary-item[data-v-23e7c322]:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(255, 107, 53, 0.15);
  border-color: rgba(255, 107, 53, 0.3);
}
.subsidiary-item[data-v-23e7c322]:hover::before {
  transform: scaleX(1);
}
.subsidiary-info[data-v-23e7c322] {
  text-align: center;
}
.subsidiary-name[data-v-23e7c322] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 2px;
  transition: color 0.3s ease;
}
.subsidiary-item:hover .subsidiary-name[data-v-23e7c322] {
  color: #FF6B35;
}
.subsidiary-location[data-v-23e7c322] {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
  font-weight: 500;
}
.subsidiary-tags[data-v-23e7c322] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.subsidiary-tags .el-tag[data-v-23e7c322] {
  border-radius: 20px;
  font-size: 12px;
  padding: 4px 12px;
  background: rgba(255, 107, 53, 0.1);
  border-color: rgba(255, 107, 53, 0.2);
  color: #FF6B35;
}

/* 动画 */
@keyframes fadeInUp-23e7c322 {
from {
    opacity: 0;
    transform: translateY(30px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

/* 响应式设计 */
@media (max-width: 768px) {
.hero-item[data-v-23e7c322] {
    height: 700px;
}
.subsidiaries-grid[data-v-23e7c322] {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 15px;
}
.subsidiary-item[data-v-23e7c322] {
    padding: 20px 15px;
}
.subsidiary-name[data-v-23e7c322] {
    font-size: 18px;
}
.subsidiary-tags[data-v-23e7c322] {
    gap: 6px;
}
.subsidiary-tags .el-tag[data-v-23e7c322] {
    font-size: 11px;
    padding: 3px 10px;
}
.hero-title[data-v-23e7c322] {
    font-size: 36px;
}
.hero-subtitle[data-v-23e7c322] {
    font-size: 18px;
}
.hero-description[data-v-23e7c322] {
    font-size: 14px;
    max-width: 100%;
}
.hero-actions[data-v-23e7c322] {
    flex-direction: column;
    align-items: center;
}
.hero-content[data-v-23e7c322] {
    padding: 0 15px;
}
.hero-text[data-v-23e7c322] {
    margin-bottom: 40px;
}
.stats-container[data-v-23e7c322] {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0 15px;
}
.hero-stats .stat-item[data-v-23e7c322] {
    padding: 15px 10px;
    gap: 10px;
}
.hero-stats .stat-number[data-v-23e7c322] {
    font-size: 24px;
}
.hero-stats .stat-label[data-v-23e7c322] {
    font-size: 12px;
}
.section-title h2[data-v-23e7c322] {
    font-size: 32px;
}
.courses-grid[data-v-23e7c322] {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.services-grid[data-v-23e7c322] {
    grid-template-columns: 1fr;
}
.news-grid[data-v-23e7c322] {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.course-card[data-v-23e7c322],
  .service-card[data-v-23e7c322],
  .news-card[data-v-23e7c322] {
    margin: 0 10px;
}
.course-content[data-v-23e7c322],
  .service-card[data-v-23e7c322],
  .news-content[data-v-23e7c322] {
    padding: 20px;
}
}
@media (max-width: 480px) {
.hero-item[data-v-23e7c322] {
    height: 600px;
}
.hero-title[data-v-23e7c322] {
    font-size: 28px;
}
.hero-subtitle[data-v-23e7c322] {
    font-size: 16px;
}
.hero-description[data-v-23e7c322] {
    font-size: 12px;
    max-width: 100%;
}
.hero-text[data-v-23e7c322] {
    margin-bottom: 30px;
}
.stats-container[data-v-23e7c322] {
    grid-template-columns: 1fr;
    gap: 10px;
}
.hero-stats .stat-item[data-v-23e7c322] {
    padding: 12px 8px;
    gap: 8px;
}
.hero-stats .stat-number[data-v-23e7c322] {
    font-size: 20px;
}
.hero-stats .stat-label[data-v-23e7c322] {
    font-size: 11px;
}
.section-title h2[data-v-23e7c322] {
    font-size: 28px;
}
.course-meta[data-v-23e7c322] {
    flex-direction: column;
    gap: 8px;
}
.news-grid[data-v-23e7c322] {
    grid-template-columns: 1fr;
}
.courses-grid[data-v-23e7c322] {
    grid-template-columns: 1fr;
}
}

.map-display[data-v-a4c8b4da] {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.map-container[data-v-a4c8b4da] {
  width: 100%;
  height: 100%;
  position: relative;
  background: #f8f9fa;
}
.map-content[data-v-a4c8b4da] {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.map-loading[data-v-a4c8b4da] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f8f9fa;
  color: #666;
  border-radius: 8px;
}
.map-loading p[data-v-a4c8b4da] {
  margin-top: 15px;
  font-size: 14px;
}
.map-overlay[data-v-a4c8b4da] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
  padding: 20px;
  color: white;
  z-index: 10;
}
.map-actions[data-v-a4c8b4da] {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.map-btn[data-v-a4c8b4da] {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: rgba(255,255,255,0.2);
  color: white;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 20px;
  cursor: pointer;
  font-size: 12px;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}
.map-btn[data-v-a4c8b4da]:hover {
  background: rgba(255,255,255,0.3);
  transform: translateY(-1px);
}
.map-btn[data-v-a4c8b4da]:active {
  transform: translateY(0);
}




.about[data-v-a8575023] {
  min-height: 100vh;
  background: #f8f9fa;
  font-family: 'Georgia', 'Times New Roman', serif;
}
.container[data-v-a8575023] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.page-header[data-v-a8575023] {
  text-align: center;
  margin: 80px 0 60px 0;
}
.page-header h1[data-v-a8575023] {
  font-size: 36px;
  color: #333;
  margin-bottom: 10px;
}
.page-header p[data-v-a8575023] {
  color: #666;
  font-size: 18px;
}
.section-header[data-v-a8575023] {
  text-align: center;
  margin-bottom: 50px;
}
.section-header h2[data-v-a8575023] {
  font-size: 32px;
  color: #333;
  margin-bottom: 15px;
}
.section-header p[data-v-a8575023] {
  color: #666;
  font-size: 16px;
}

/* 公司简介部分 */
.company-intro[data-v-a8575023] {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 20px;
  padding: 80px 60px;
  margin-bottom: 80px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 107, 53, 0.1);
  position: relative;
  overflow: hidden;
}
.company-intro[data-v-a8575023]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FF6B35, #FF8C42);
}
.intro-content[data-v-a8575023] {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
  align-items: center;
  min-height: 500px;
}
.intro-text h2[data-v-a8575023] {
  font-size: 40px;
  font-weight: 800;
  color: #333;
  margin-bottom: 30px;
  position: relative;
}
.intro-text h2[data-v-a8575023]::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #FF6B35, #FF8C42);
  border-radius: 2px;
  animation: slideInLeft-a8575023 0.8s ease-out;
}
@keyframes slideInLeft-a8575023 {
from {
    width: 0;
    opacity: 0;
}
to {
    width: 60px;
    opacity: 1;
}
}
@keyframes fadeInUp-a8575023 {
from {
    opacity: 0;
    transform: translateY(30px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.intro-text[data-v-a8575023] {
  animation: fadeInUp-a8575023 1s ease-out;
}
.intro-image[data-v-a8575023] {
  animation: fadeInUp-a8575023 1.4s ease-out;
}
.intro-text p[data-v-a8575023] {
  color: #555;
  line-height: 1.8;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
}
.intro-image[data-v-a8575023] {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  height: 300px;
  align-self: bottom;
  margin-top: 55px;
}
.intro-image img[data-v-a8575023] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.intro-image:hover img[data-v-a8575023] {
  transform: scale(1.05);
}
.intro-image[data-v-a8575023]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.1) 0%, transparent 50%);
  z-index: 1;
  pointer-events: none;
}

/* 公司理念部分 */
.company-philosophy[data-v-a8575023] {
  margin-bottom: 60px;
}
.philosophy-grid[data-v-a8575023] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
.philosophy-card[data-v-a8575023] {
  background: white;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.philosophy-card[data-v-a8575023]:hover {
  transform: translateY(-5px);
}
.philosophy-icon[data-v-a8575023] {
  color: #FF6B35;
  margin-bottom: 20px;
}
.philosophy-card h3[data-v-a8575023] {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
}
.philosophy-card p[data-v-a8575023] {
  color: #666;
  line-height: 1.6;
}

/* 讲师团队部分 */
.teachers-section[data-v-a8575023] {
  background: white;
  border-radius: 12px;
  padding: 60px;
  margin-bottom: 60px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.loading-container[data-v-a8575023],
.empty-container[data-v-a8575023] {
  text-align: center;
  padding: 60px 20px;
  color: #666;
}
.loading-container p[data-v-a8575023],
.empty-container p[data-v-a8575023] {
  margin-top: 20px;
  font-size: 16px;
}
.teachers-grid[data-v-a8575023] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}
.teacher-card[data-v-a8575023] {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease;
}
.teacher-card[data-v-a8575023]:hover {
  transform: translateY(-5px);
}
.teacher-avatar[data-v-a8575023] {
  margin-bottom: 20px;
}
.teacher-avatar img[data-v-a8575023] {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #FF6B35;
}
.avatar-placeholder[data-v-a8575023] {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 16px;
  border: 4px solid #ddd;
  text-transform: capitalize;
}
.teacher-info h3[data-v-a8575023] {
  font-size: 20px;
  color: #333;
  margin-bottom: 8px;
}
.teacher-title[data-v-a8575023] {
  color: #FF6B35;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.teacher-desc[data-v-a8575023] {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}
.teacher-skills[data-v-a8575023] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.teacher-skills .el-tag[data-v-a8575023] {
  text-transform: capitalize;
}

/* 地址和地图部分 */
.location-section[data-v-a8575023] {
  background: white;
  border-radius: 12px;
  padding: 60px;
  margin-bottom: 60px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.location-content[data-v-a8575023] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.contact-info[data-v-a8575023] {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact-item[data-v-a8575023] {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.contact-item .el-icon[data-v-a8575023] {
  color: #FF6B35;
  margin-top: 2px;
}
.contact-item h4[data-v-a8575023] {
  font-size: 16px;
  color: #333;
  margin-bottom: 5px;
}
.contact-item p[data-v-a8575023] {
  color: #666;
  line-height: 1.6;
}
.map-container[data-v-a8575023] {
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
}

/* 发展历程部分 */
.timeline-section[data-v-a8575023] {
  background: white;
  border-radius: 12px;
  padding: 60px;
  margin-bottom: 60px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.timeline[data-v-a8575023] {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.timeline[data-v-a8575023]::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 20px;
  bottom: 20px;
  width: 2px;
  background: #FF6B35;
  transform: translateX(-50%);
}
.timeline-item[data-v-a8575023] {
  position: relative;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
}
.timeline-item[data-v-a8575023]:nth-child(odd) {
  justify-content: flex-start;
  width: 50%;
  padding-right: 20px;
}
.timeline-item:nth-child(odd) .timeline-dot[data-v-a8575023] {
  left: calc(100% - 6px);
}
.timeline-item[data-v-a8575023]:nth-child(even) {
  justify-content: flex-end;
  width: 50%;
  padding-left: 20px;
  margin-left: 50%;
}
.timeline-item:nth-child(even) .timeline-dot[data-v-a8575023] {
  left: -6px;
}
.timeline-item-right[data-v-a8575023] {
  flex-direction: row-reverse;
}
.timeline-dot[data-v-a8575023] {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  background: #FF6B35;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0 0 0 3px #FF6B35;
  transform: translateY(-50%);
  z-index: 2;
}
.timeline-content[data-v-a8575023] {
  background: #f8f9fa;
  padding: 12px;
  border-radius: 8px;
  width: 35%;
  max-width: 300px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.timeline-item:nth-child(odd) .timeline-content[data-v-a8575023] {
  margin-right: 0;
  margin-left: 0;
  position: relative;
  width: 100%;
  max-width: none;
}
.timeline-item:nth-child(odd) .timeline-content[data-v-a8575023]::after {
  content: '';
  position: absolute;
  right: -20px;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #FF6B35;
  transform: translateY(-50%);
}
.timeline-item:nth-child(even) .timeline-content[data-v-a8575023] {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  width: 100%;
  max-width: none;
}
.timeline-item:nth-child(even) .timeline-content[data-v-a8575023]::after {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #FF6B35;
  transform: translateY(-50%);
}
.timeline-date[data-v-a8575023] {
  color: #FF6B35;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}
.timeline-content h3[data-v-a8575023] {
  font-size: 18px;
  color: #333;
  margin-bottom: 8px;
}
.timeline-content p[data-v-a8575023] {
  color: #666;
  line-height: 1.4;
  font-size: 14px;
}

/* 响应式设计 */
@media (max-width: 768px) {
.container[data-v-a8575023] {
    padding: 15px;
}
.page-header h1[data-v-a8575023] {
    font-size: 28px;
}
.company-intro[data-v-a8575023] {
    padding: 40px 30px;
    margin-bottom: 60px;
}
.teachers-section[data-v-a8575023],
  .location-section[data-v-a8575023],
  .timeline-section[data-v-a8575023] {
    padding: 30px;
}
.intro-content[data-v-a8575023] {
    grid-template-columns: 1fr;
    gap: 40px;
}
.intro-text h2[data-v-a8575023] {
    font-size: 32px;
    margin-bottom: 25px;
}
.intro-image[data-v-a8575023] {
    height: 250px;
}
.intro-image img[data-v-a8575023] {
    height: 100%;
}
.intro-content[data-v-a8575023] {
    min-height: auto;
}
.location-content[data-v-a8575023] {
    grid-template-columns: 1fr;
    gap: 30px;
}
.philosophy-grid[data-v-a8575023],
  .teachers-grid[data-v-a8575023] {
    grid-template-columns: 1fr;
}
.timeline[data-v-a8575023] {
    padding: 0 10px;
}
.timeline[data-v-a8575023]::before {
    left: 20px;
    top: 20px;
    bottom: 20px;
    transform: none;
}
.timeline-item[data-v-a8575023] {
    justify-content: flex-start !important;
    flex-direction: row !important;
    width: 100% !important;
    padding: 0 !important;
    margin-left: 0 !important;
}
.timeline-item-right[data-v-a8575023] {
    flex-direction: row !important;
}
.timeline-dot[data-v-a8575023] {
    left: 12px;
    transform: translateY(-50%);
}
.timeline-content[data-v-a8575023] {
    width: calc(100% - 60px);
    max-width: 280px;
    margin-left: 40px !important;
    margin-right: 0 !important;
    position: relative;
}
.timeline-content[data-v-a8575023]::after {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    width: 20px;
    height: 2px;
    background: #FF6B35;
    transform: translateY(-50%);
}
}

/* 基础重置与全局样式 */
.research-achievements[data-v-a7d0ba0d] {
  min-height: 100vh;
  font-family: 'Georgia', 'Times New Roman', serif;
  background-color: #ffffff; /* 白色背景 */
  color: #333333;
  line-height: 1.6;
  padding-bottom: 60px;
}
.container[data-v-a7d0ba0d] {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
}

/* 页眉 */
.page-header[data-v-a7d0ba0d] {
  text-align: center;
  padding: 50px 20px 40px 20px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.page-header[data-v-a7d0ba0d]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle, rgba(201,165,104,0.1) 0%, rgba(255,255,255,0) 70%);
  pointer-events: none;
}
.page-header h1[data-v-a7d0ba0d] {
  font-size: 3em;
  margin-bottom: 15px;
  letter-spacing: 3px;
  color: #333;
  text-shadow: none;
}
.page-header p[data-v-a7d0ba0d] {
  font-size: 1.2em;
  max-width: 700px;
  margin: 0 auto 30px auto;
  color: #c9a568; /* 金色 */
}
.page-header .intro-content[data-v-a7d0ba0d] {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  background: linear-gradient(145deg, #f8f9fa, #ffffff);
  padding: 25px 35px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
}
.page-header .intro-content p[data-v-a7d0ba0d] {
  font-size: 0.95em;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: left;
}
.page-header .intro-content p[data-v-a7d0ba0d]:last-child {
  margin-bottom: 0;
  font-weight: 500;
  color: #c9a568;
}


/* 板块标题样式 */
.section-title[data-v-a7d0ba0d] {
  font-size: 2.2em;
  margin: 60px 0 30px 0;
  text-align: center;
  color: #c9a568;
  position: relative;
  padding-bottom: 20px;
}
.section-title[data-v-a7d0ba0d]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(to right, transparent, #c9a568, transparent);
}

/* 板块容器 */
.section-container[data-v-a7d0ba0d] {
  margin-bottom: 80px;
}

/* 标签页区域样式 */
.tabs-section[data-v-a7d0ba0d] {
  margin: 20px 0;
  background: linear-gradient(145deg, #f8f9fa, #ffffff);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
}

/* 标签页内容区域 */
.tab-content[data-v-a7d0ba0d] {
  min-height: 400px;
  padding: 20px 0;
}

/* 空状态样式 */
.empty-state[data-v-a7d0ba0d] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  text-align: center;
}
.empty-state .empty-container[data-v-a7d0ba0d] {
  max-width: 400px;
  padding: 40px 20px;
}
.empty-state .empty-icon[data-v-a7d0ba0d] {
  font-size: 3.5em;
  margin-bottom: 20px;
  opacity: 0.6;
}
.empty-state h3[data-v-a7d0ba0d] {
  font-size: 1.4em;
  color: #666;
  margin-bottom: 10px;
}
.empty-state p[data-v-a7d0ba0d] {
  color: #999;
  font-size: 0.9em;
  line-height: 1.5;
}

/* 标签页样式 */
.product-tabs[data-v-a7d0ba0d] {
  width: 100%;
}

/* 标签页头部样式 */
.product-tabs[data-v-a7d0ba0d] .el-tabs__header {
  margin: 0 0 0 0;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

/* 标签页导航样式 */
.product-tabs[data-v-a7d0ba0d] .el-tabs__nav-wrap {
  padding: 0;
}
.product-tabs[data-v-a7d0ba0d] .el-tabs__nav {
  border: none;
  display: flex;
  width: 100%;
}

/* 标签页按钮样式 */
.product-tabs[data-v-a7d0ba0d] .el-tabs__item {
  font-size: 18px;
  font-weight: 600;
  color: #606266;
  padding: 12px 24px;
  margin: 0;
  border-radius: 0;
  transition: all 0.3s ease;
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  line-height: 1 !important;
  min-height: 48px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  flex: 1;
}

/* 标签页按钮悬停效果 */
.product-tabs[data-v-a7d0ba0d] .el-tabs__item:hover {
  color: #409eff;
  background: transparent;
  border: none;
}

/* 活跃标签页样式 */
.product-tabs[data-v-a7d0ba0d] .el-tabs__item.is-active {
  color: #409eff;
  background: transparent;
  border: none;
  font-weight: 700;
  z-index: 1;
}

/* 第一个按钮的左边框 */
.product-tabs[data-v-a7d0ba0d] .el-tabs__item:first-child {
  border-left: none;
}

/* 最后一个按钮的右边框 */
.product-tabs[data-v-a7d0ba0d] .el-tabs__item:last-child {
  border-right: none;
}

/* 活跃状态的边框调整 */
.product-tabs[data-v-a7d0ba0d] .el-tabs__item.is-active:first-child {
  border-left: none;
}
.product-tabs[data-v-a7d0ba0d] .el-tabs__item.is-active:last-child {
  border-right: none;
}

/* 隐藏默认下划线 */
.product-tabs[data-v-a7d0ba0d] .el-tabs__active-bar {
  display: none;
}

/* 标签页内容区域 */
.product-tabs[data-v-a7d0ba0d] .el-tabs__content {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 20px 0;
  box-shadow: none;
}

/* 滚动容器样式 */
.scroll-container[data-v-a7d0ba0d] {
  overflow: hidden;
  position: relative;
}
.scroll-content[data-v-a7d0ba0d] {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  white-space: nowrap;
  padding: 10px 0;
}
.scroll-content[data-v-a7d0ba0d]::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.scroll-items[data-v-a7d0ba0d] {
  display: inline-flex;
  gap: 25px;
  white-space: nowrap;
}
.scroll-item[data-v-a7d0ba0d] {
  display: inline-block;
  background: linear-gradient(145deg, #ffffff, #f8f9fa);
  border-radius: 12px;
  overflow: hidden;
  width: 300px;
  min-width: 300px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
  transition: all 0.4s ease, transform 0.3s ease;
  cursor: pointer;
  vertical-align: top;
  padding: 15px;
  box-sizing: border-box;
}
.scroll-item[data-v-a7d0ba0d]:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  border-color: #c9a568;
}
.scroll-item .item-image[data-v-a7d0ba0d] {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}
.scroll-item .item-content[data-v-a7d0ba0d] {
  padding: 0;
  display: flex;
  flex-direction: column;
  height: auto;
}
.scroll-item .item-content h3[data-v-a7d0ba0d] {
  font-size: 17px;
  color: #333;
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.scroll-item .item-content p[data-v-a7d0ba0d] {
  color: #666;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 15px;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.scroll-item .item-link[data-v-a7d0ba0d] {
  color: #c9a568;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 10px;
  border: 2px solid #c9a568;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s ease;
  margin-top: auto;
}
.scroll-item .item-link[data-v-a7d0ba0d]:hover {
  background: #c9a568;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(201, 165, 104, 0.3);
}


/* 研发成果网格布局 - 一排三个 */
.masonry-grid[data-v-a7d0ba0d] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  justify-items: center;
}
.masonry-grid-item[data-v-a7d0ba0d] {
  display: inline-block;
  background: white;
  margin-bottom: 25px;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
  transition: all 0.4s ease, transform 0.3s ease;
  cursor: pointer;
  padding: 15px;
  box-sizing: border-box;
}
.masonry-grid-item[data-v-a7d0ba0d]:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  border-color: #c9a568;
}
.masonry-grid-item .item-image[data-v-a7d0ba0d] {
  width: 100%;
  height: auto;
  display: block;
  border: none;
  border-radius: 8px;
  margin-bottom: 15px;
}
.masonry-grid-item .item-content[data-v-a7d0ba0d] {
  padding: 0;
  display: flex;
  flex-direction: column;
  height: auto;
}
.masonry-grid-item .item-content h3[data-v-a7d0ba0d] {
  font-size: 1.1em;
  margin-bottom: 12px;
  color: #333;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.masonry-grid-item .item-content p[data-v-a7d0ba0d] {
  margin-bottom: 20px;
  color: #666;
  line-height: 1.5;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-link[data-v-a7d0ba0d] {
  display: inline-block;
  padding: 6px 12px;
  background: linear-gradient(to right, #c9a568, #b89354);
  color: #000;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.item-link[data-v-a7d0ba0d]:hover {
  background: linear-gradient(to right, #d4b982, #c9a568);
  box-shadow: 0 0 15px rgba(201, 165, 104, 0.4);
}

/* 照片详情弹窗 */
.photo-detail-dialog .el-dialog[data-v-a7d0ba0d] {
  border-radius: 15px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e9ecef;
  max-height: 90vh;
}
.photo-detail-dialog .el-dialog__header[data-v-a7d0ba0d] {
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}
.photo-detail-dialog .el-dialog__title[data-v-a7d0ba0d] {
  color: #c9a568;
}
.photo-detail-dialog .el-dialog__close[data-v-a7d0ba0d] {
  color: #c9a568;
}
.photo-detail[data-v-a7d0ba0d] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
  max-height: 70vh;
  overflow-y: auto;
}
.detail-image[data-v-a7d0ba0d] {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.3s ease;
}
.detail-image[data-v-a7d0ba0d]:hover {
  transform: scale(1.02);
}
.full-size-image[data-v-a7d0ba0d] {
  width: 100%;
  height: auto;
  display: block;
  max-height: 60vh;
  object-fit: contain;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.full-size-image[data-v-a7d0ba0d]:hover {
  transform: scale(1.05);
}

/* 全屏图片预览弹窗 */
.full-image-dialog .el-dialog[data-v-a7d0ba0d] {
  background: rgba(0, 0, 0, 0.9);
  border: none;
  border-radius: 0;
  margin: 0;
  max-width: 100vw;
  max-height: 100vh;
  height: 100vh;
  width: 100vw;
}
.full-image-dialog .el-dialog__header[data-v-a7d0ba0d] {
  background: rgba(0, 0, 0, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.full-image-dialog .el-dialog__title[data-v-a7d0ba0d] {
  color: #ffffff;
}
.full-image-dialog .el-dialog__close[data-v-a7d0ba0d] {
  color: #ffffff;
  font-size: 24px;
}
.full-image-dialog .el-dialog__body[data-v-a7d0ba0d] {
  padding: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
}
.full-image-container[data-v-a7d0ba0d] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px 20px 20px;
  box-sizing: border-box;
}
.full-screen-image[data-v-a7d0ba0d] {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.detail-content h3[data-v-a7d0ba0d] {
  font-size: 22px;
  color: #333;
  margin-bottom: 15px;
}
.description[data-v-a7d0ba0d] {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 15px;
}
.detail-meta[data-v-a7d0ba0d] {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #e9ecef;
}
.meta-item[data-v-a7d0ba0d] {
  margin: 10px 0;
  color: #666;
  font-size: 13px;
}
.meta-item strong[data-v-a7d0ba0d] {
  color: #c9a568;
  margin-right: 8px;
}

/* 响应式设计 */
@media (max-width: 1100px) {
.masonry-grid[data-v-a7d0ba0d] {
    grid-template-columns: repeat(2, 1fr);
}
.section-title[data-v-a7d0ba0d] {
    font-size: 2em;
}
}
@media (max-width: 768px) {
.page-header h1[data-v-a7d0ba0d] {
    font-size: 2.2em;
}
.page-header .intro-content[data-v-a7d0ba0d] {
    padding: 20px 25px;
    margin: 0 10px;
}
.page-header .intro-content p[data-v-a7d0ba0d] {
    font-size: 0.9em;
}
.masonry-grid[data-v-a7d0ba0d] {
    grid-template-columns: 1fr;
}
.section-title[data-v-a7d0ba0d] {
    font-size: 1.8em;
    margin: 40px 0 20px 0;
}
.section-container[data-v-a7d0ba0d] {
    margin-bottom: 60px;
}
.photo-detail[data-v-a7d0ba0d] {
    grid-template-columns: 1fr;
    gap: 20px;
    max-height: 80vh;
}
.full-size-image[data-v-a7d0ba0d] {
    max-height: 50vh;
}
.full-image-container[data-v-a7d0ba0d] {
    padding: 50px 15px 15px 15px;
}
.scroll-item[data-v-a7d0ba0d] {
    width: 250px;
    min-width: 250px;
}
  
  /* 标签页响应式样式 */
.tabs-section[data-v-a7d0ba0d] {
    margin: 20px 0;
    padding: 20px 15px;
}
.product-tabs[data-v-a7d0ba0d] .el-tabs__item {
    font-size: 14px;
    padding: 10px 16px;
    margin-right: 0;
    min-height: 44px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1 !important;
}
.product-tabs[data-v-a7d0ba0d] .el-tabs__nav-wrap {
    padding: 0 10px;
}
.product-tabs[data-v-a7d0ba0d] .el-tabs__content {
    padding: 15px;
}
.tab-content[data-v-a7d0ba0d] {
    min-height: 300px;
    padding: 15px 0;
}
.empty-state[data-v-a7d0ba0d] {
    min-height: 250px;
}
.empty-state .empty-icon[data-v-a7d0ba0d] {
    font-size: 2.8em;
}
.empty-state h3[data-v-a7d0ba0d] {
    font-size: 1.2em;
}
}
@media (max-width: 480px) {
.container[data-v-a7d0ba0d] {
    padding: 15px;
}
.page-header[data-v-a7d0ba0d] {
    padding: 30px 15px;
}
.page-header h1[data-v-a7d0ba0d] {
    font-size: 1.8em;
    letter-spacing: 2px;
}
.page-header p[data-v-a7d0ba0d] {
    font-size: 1em;
}
.page-header .intro-content[data-v-a7d0ba0d] {
    padding: 15px 20px;
    margin: 0 5px;
}
.page-header .intro-content p[data-v-a7d0ba0d] {
    font-size: 0.85em;
}
.section-title[data-v-a7d0ba0d] {
    font-size: 1.6em;
}
}

.honor-page[data-v-1dd24c40] {
  min-height: 100vh;
  background: #f5f7fa;
  padding-bottom: 60px;
  font-family: 'Georgia', 'Times New Roman', serif;
}
.container[data-v-1dd24c40] {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}
.page-header[data-v-1dd24c40] {
  text-align: center;
  margin: 80px 0 40px 0;
  color: #333;
}
.page-header h1[data-v-1dd24c40] {
  font-size: 48px;
  color: #333;
  margin-bottom: 15px;
  text-shadow: none;
}
.page-header p[data-v-1dd24c40] {
  color: #666;
  font-size: 18px;
  text-shadow: none;
}

/* 分类区域 */
.conferences-section[data-v-1dd24c40],
.courses-section[data-v-1dd24c40] {
  margin-bottom: 40px;
}

/* 分类标题卡片 */
.category-header-card[data-v-1dd24c40] {
  background: transparent; /* 移除白色背景 */
  border-radius: 15px;
  padding: 20px 30px;
  border: none; /* 移除边框 */
  box-shadow: none; /* 移除阴影 */
  text-align: center;
  margin-bottom: 20px;
}
.category-header-card h2[data-v-1dd24c40] {
  color: #fff; /* 改为白色文字 */
  font-size: 22px;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); /* 添加文字阴影 */
  margin: 0;
}

/* 内容区域 */
.content-section[data-v-1dd24c40] {
  background: transparent; /* 移除白色背景 */
  border-radius: 15px;
  padding: 0; /* 移除内边距 */
  border: none; /* 移除边框 */
  box-shadow: none; /* 移除阴影 */
}




/* 图片墙容器 */
.photo-wall-container[data-v-1dd24c40] {
  position: relative;
  min-height: 500px;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  border-radius: 12px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
}
.photo-wall-item[data-v-1dd24c40] {
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  animation: photoFloat-1dd24c40 8s ease-in-out infinite;
}
.photo-wall-item[data-v-1dd24c40]:hover {
  transform: scale(1.1) translateY(-10px);
  z-index: 10;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}
.photo-background[data-v-1dd24c40] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.photo-background img[data-v-1dd24c40] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.photo-overlay[data-v-1dd24c40] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.photo-wall-item:hover .photo-overlay[data-v-1dd24c40] {
  opacity: 1;
}
.photo-content[data-v-1dd24c40] {
  text-align: center;
  color: white;
  padding: 20px;
}
.photo-icon[data-v-1dd24c40] {
  margin-bottom: 10px;
}
.photo-title[data-v-1dd24c40] {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1.3;
}
.photo-date[data-v-1dd24c40] {
  font-size: 12px;
  opacity: 0.8;
}
@keyframes photoFloat-1dd24c40 {
0%, 100% {
    transform: translateY(0px) rotate(0deg);
}
25% {
    transform: translateY(-5px) rotate(1deg);
}
50% {
    transform: translateY(-10px) rotate(0deg);
}
75% {
    transform: translateY(-5px) rotate(-1deg);
}
}

 /* 大会网格 */
.conferences-grid[data-v-1dd24c40] {
   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
   gap: 25px;
}
.conference-card[data-v-1dd24c40] {
   background: white;
   border-radius: 15px;
   border: 1px solid #e9ecef;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
   cursor: pointer;
   transition: all 0.3s ease;
   display: flex;
  flex-direction: column;
  overflow: hidden;
}
.conference-card[data-v-1dd24c40]:hover {
   transform: translateY(-5px);
   box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
   border-color: #FF6B35;
}
.conference-icon[data-v-1dd24c40] {
  background: linear-gradient(135deg, #FF6B6B, #FF8E53);
  color: white;
  width: 100%;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.conference-image[data-v-1dd24c40] {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  flex-shrink: 0;
}
.conference-image img[data-v-1dd24c40] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.conference-image:hover img[data-v-1dd24c40] {
  transform: scale(1.05);
}
.image-overlay[data-v-1dd24c40] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.conference-image:hover .image-overlay[data-v-1dd24c40] {
  opacity: 1;
}
.conference-content[data-v-1dd24c40] {
   flex: 1;
   padding: 20px;
}
.conference-content h3[data-v-1dd24c40] {
   font-size: 20px;
   color: #333;
   margin-bottom: 10px;
   font-weight: 600;
}
.conference-description[data-v-1dd24c40] {
   color: #666;
   font-size: 14px;
   line-height: 1.5;
   margin-bottom: 15px;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
}
.conference-tags[data-v-1dd24c40] {
   display: flex;
   gap: 8px;
   flex-wrap: wrap;
}

 /* 活动网格（保留原有样式） */
.activities-grid[data-v-1dd24c40] {
   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
   gap: 20px;
}
.activity-card[data-v-1dd24c40] {
   background: white;
   border-radius: 12px;
   padding: 20px;
   border: 1px solid #e9ecef;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
   cursor: pointer;
   transition: all 0.3s ease;
   display: flex;
   align-items: flex-start;
   gap: 15px;
}
.activity-card[data-v-1dd24c40]:hover {
   transform: translateY(-5px);
   box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
   border-color: #FF6B35;
}
.activity-icon[data-v-1dd24c40] {
   background: linear-gradient(135deg, #FF6B35, #FF8C42);
   color: white;
   width: 50px;
   height: 50px;
   border-radius: 12px;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-shrink: 0;
}
.activity-content[data-v-1dd24c40] {
   flex: 1;
}
.activity-content h3[data-v-1dd24c40] {
   font-size: 18px;
   color: #333;
   margin-bottom: 8px;
   font-weight: 600;
}
.activity-content p[data-v-1dd24c40] {
   color: #666;
   font-size: 14px;
   line-height: 1.5;
   margin-bottom: 12px;
}
.activity-meta[data-v-1dd24c40] {
   display: flex;
   gap: 15px;
   font-size: 12px;
   color: #999;
}
.activity-meta span[data-v-1dd24c40] {
   display: flex;
   align-items: center;
   gap: 4px;
}

/* 活动详情弹窗 */
.activity-detail-dialog .el-dialog[data-v-1dd24c40] {
  border-radius: 15px;
  overflow: hidden;
}
.activity-detail[data-v-1dd24c40] {
  padding: 20px 0;
}
.detail-header[data-v-1dd24c40] {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9ecef;
}
.detail-icon[data-v-1dd24c40] {
  background: linear-gradient(135deg, #409EFF, #36a3f7);
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.detail-info h3[data-v-1dd24c40] {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}
.detail-info .description[data-v-1dd24c40] {
  color: #666;
  line-height: 1.6;
  font-size: 16px;
  margin: 0;
}
.detail-meta[data-v-1dd24c40] {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}


/* 图片大图查看弹窗样式 */
.image-detail-dialog .el-dialog[data-v-1dd24c40] {
  border-radius: 15px;
  overflow: hidden;
  max-width: 90vw;
  max-height: 90vh;
}
.image-detail[data-v-1dd24c40] {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.image-container[data-v-1dd24c40] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  background: #f8f9fa;
  border-radius: 12px;
  overflow: hidden;
}
.detail-image[data-v-1dd24c40] {
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.no-image-placeholder[data-v-1dd24c40] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #999;
  padding: 60px;
  text-align: center;
}
.no-image-placeholder p[data-v-1dd24c40] {
  margin-top: 16px;
  font-size: 16px;
  color: #666;
}
.image-info[data-v-1dd24c40] {
  padding: 20px;
  background: #f8f9fa;
  border-radius: 12px;
}
.image-info h3[data-v-1dd24c40] {
  font-size: 24px;
  color: #333;
  margin-bottom: 8px;
  font-weight: 600;
}
.image-date[data-v-1dd24c40] {
  color: #666;
  font-size: 14px;
  margin-bottom: 16px;
}
.image-description[data-v-1dd24c40] {
  margin-top: 16px;
}
.image-description p[data-v-1dd24c40] {
  color: #555;
  line-height: 1.6;
  margin-bottom: 16px;
}
.activity-details[data-v-1dd24c40] {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 12px;
}
.activity-details span[data-v-1dd24c40] {
  background: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  color: #666;
  border: 1px solid #e9ecef;
}
.activity-details strong[data-v-1dd24c40] {
   color: #333;
   margin-right: 4px;
}

 /* 大会详情弹窗样式 */
.conference-detail-dialog .el-dialog[data-v-1dd24c40] {
   border-radius: 15px;
   overflow: hidden;
   max-width: 90vw;
   max-height: 90vh;
}
.conference-detail[data-v-1dd24c40] {
   padding: 20px 0;
}
.conference-header[data-v-1dd24c40] {
   background: linear-gradient(135deg, #FF6B35 0%, #FF8C42 100%);
   color: white;
   padding: 30px;
   border-radius: 15px;
   margin-bottom: 30px;
}
.conference-info h2[data-v-1dd24c40] {
   font-size: 28px;
   margin-bottom: 15px;
   font-weight: 600;
}
.conference-stats[data-v-1dd24c40] {
   display: flex;
   gap: 30px;
   flex-wrap: wrap;
}
.stat-item[data-v-1dd24c40] {
   font-size: 14px;
   opacity: 0.9;
}
.stat-item strong[data-v-1dd24c40] {
   opacity: 1;
   margin-right: 8px;
}

 /* 大会相关图片区域 */
.conference-photos-section[data-v-1dd24c40] {
   margin-bottom: 30px;
}
.conference-photos-section h3[data-v-1dd24c40] {
   font-size: 20px;
   color: #333;
   margin-bottom: 20px;
   font-weight: 600;
}
.conference-photos-grid[data-v-1dd24c40] {
   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
   gap: 20px;
}
.conference-photo-item[data-v-1dd24c40] {
   background: white;
   border-radius: 12px;
   overflow: hidden;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
   cursor: pointer;
   transition: all 0.3s ease;
}
.conference-photo-item[data-v-1dd24c40]:hover {
   transform: translateY(-5px);
   box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.photo-image[data-v-1dd24c40] {
   height: 180px;
   overflow: hidden;
   position: relative;
}
.photo-image img[data-v-1dd24c40] {
   width: 100%;
   height: 100%;
   object-fit: cover;
}
.photo-image .no-image-placeholder[data-v-1dd24c40] {
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100%;
   background: #f8f9fa;
   color: #999;
}
.photo-info[data-v-1dd24c40] {
   padding: 15px;
}
.photo-info h4[data-v-1dd24c40] {
   font-size: 16px;
   color: #333;
   margin-bottom: 8px;
   font-weight: 600;
}
.photo-info p[data-v-1dd24c40] {
   color: #666;
   font-size: 13px;
   line-height: 1.4;
   margin-bottom: 8px;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   overflow: hidden;
}
.photo-date[data-v-1dd24c40] {
   color: #999;
   font-size: 12px;
}
.no-photos[data-v-1dd24c40] {
   text-align: center;
   padding: 40px;
   background: #f8f9fa;
   border-radius: 12px;
}

 /* 大会活动列表区域 */
.conference-activities-section h3[data-v-1dd24c40] {
   font-size: 20px;
   color: #333;
   margin-bottom: 20px;
   font-weight: 600;
}
.conference-activities-list[data-v-1dd24c40] {
   display: flex;
   flex-direction: column;
   gap: 15px;
}
.conference-activity-item[data-v-1dd24c40] {
   background: white;
   border-radius: 12px;
   padding: 20px;
   border: 1px solid #e9ecef;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
   cursor: pointer;
   transition: all 0.3s ease;
   display: flex;
   align-items: flex-start;
   gap: 15px;
}
.conference-activity-item[data-v-1dd24c40]:hover {
   transform: translateY(-2px);
   box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
   border-color: #FF6B35;
}
.conference-activity-item .activity-content h4[data-v-1dd24c40] {
   font-size: 16px;
   color: #333;
   margin-bottom: 6px;
   font-weight: 600;
}
.conference-activity-item .activity-content p[data-v-1dd24c40] {
   color: #666;
   font-size: 13px;
   line-height: 1.4;
   margin-bottom: 10px;
}
.conference-activity-item .activity-meta[data-v-1dd24c40] {
   display: flex;
   gap: 15px;
   font-size: 12px;
   color: #999;
}
.conference-activity-item .activity-meta span[data-v-1dd24c40] {
   display: flex;
   align-items: center;
   gap: 4px;
}

  /* 响应式设计 */
@media (max-width: 768px) {
.container[data-v-1dd24c40] {
     padding: 10px;
}
.page-header h1[data-v-1dd24c40] {
     font-size: 32px;
}
.category-header-card[data-v-1dd24c40] {
     padding: 15px 20px;
}
.category-header-card h2[data-v-1dd24c40] {
     font-size: 18px;
}
.content-section[data-v-1dd24c40] {
     padding: 20px;
}
.photo-wall-container[data-v-1dd24c40] {
     padding: 20px;
     gap: 15px;
}
.photo-wall-item[data-v-1dd24c40] {
     width: 100px !important;
     height: 100px !important;
}
.conferences-grid[data-v-1dd24c40] {
     grid-template-columns: 1fr;
}
.conference-stats[data-v-1dd24c40] {
     flex-direction: column;
     gap: 8px;
}
.activities-grid[data-v-1dd24c40] {
     grid-template-columns: 1fr;
}
.activity-card[data-v-1dd24c40] {
     padding: 15px;
}
.detail-header[data-v-1dd24c40] {
     flex-direction: column;
     text-align: center;
}
.detail-meta[data-v-1dd24c40] {
     grid-template-columns: 1fr;
}
.conference-photos-grid[data-v-1dd24c40] {
     grid-template-columns: 1fr;
}
.conference-header[data-v-1dd24c40] {
     padding: 20px;
}
.conference-info h2[data-v-1dd24c40] {
     font-size: 24px;
}
.conference-stats[data-v-1dd24c40] {
     flex-direction: column;
     gap: 10px;
}
}

/* 滚动容器样式 */
.scroll-container[data-v-1dd24c40] {
  overflow: hidden;
  position: relative;
}
.scroll-content[data-v-1dd24c40] {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  white-space: nowrap;
  padding: 10px 0;
}
.scroll-content[data-v-1dd24c40]::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.scroll-items[data-v-1dd24c40] {
  display: inline-flex;
  gap: 25px;
  white-space: nowrap;
}
.scroll-item[data-v-1dd24c40] {
  display: inline-block;
  background: linear-gradient(145deg, #ffffff, #f8f9fa);
  border-radius: 12px;
  overflow: hidden;
  width: 300px;
  min-width: 300px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
  transition: all 0.4s ease, transform 0.3s ease;
  cursor: pointer;
  vertical-align: top;
}
.scroll-item[data-v-1dd24c40]:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  border-color: #FF6B35;
}
.scroll-item .item-image[data-v-1dd24c40] {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}
.scroll-item .item-content[data-v-1dd24c40] {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 200px);
}
.scroll-item .item-content h3[data-v-1dd24c40] {
  font-size: 17px;
  color: #333;
  margin-bottom: 12px;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.scroll-item .item-content p[data-v-1dd24c40] {
  color: #666;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 15px;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 响应式设计 */
@media (max-width: 768px) {
.scroll-item[data-v-1dd24c40] {
    width: 250px;
    min-width: 250px;
}
}

/* 课程详情弹窗样式 */
.course-detail-dialog {
.course-detail[data-v-1dd24c40] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.course-image-container[data-v-1dd24c40] {
    text-align: center;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
}
.course-detail-image[data-v-1dd24c40] {
    max-width: 100%;
    max-height: 600px;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.no-image-placeholder[data-v-1dd24c40] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    color: #999;
    gap: 10px;
}
.course-info[data-v-1dd24c40] {
    padding: 0 10px;
}
.course-info h3[data-v-1dd24c40] {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}
.course-description[data-v-1dd24c40] {
    color: #666;
    line-height: 1.6;
    font-size: 16px;
}
}

/* 响应式设计 */
@media (max-width: 768px) {
.course-detail-dialog {
.course-detail-image[data-v-1dd24c40] {
      max-height: 400px;
}
.course-info h3[data-v-1dd24c40] {
      font-size: 20px;
}
.course-description[data-v-1dd24c40] {
      font-size: 14px;
}
}
}

.news-list[data-v-bf797977] {
  min-height: 100vh;
  background: #f5f5f5;
  font-family: 'Georgia', 'Times New Roman', serif;
}
.container[data-v-bf797977] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}
.page-header[data-v-bf797977] {
  text-align: center;
  margin: 80px 0 40px 0;
}
.page-header h1[data-v-bf797977] {
  font-size: 36px;
  color: #333;
  margin-bottom: 10px;
}
.page-header p[data-v-bf797977] {
  font-size: 16px;
  color: #666;
}
.filter-section[data-v-bf797977] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  gap: 20px;
  flex-wrap: wrap;
}
.search-box[data-v-bf797977] {
  flex: 1;
  max-width: 400px;
}
.filter-tabs[data-v-bf797977] {
  flex-shrink: 0;
}

/* 新闻列表容器 */
.news-list-container[data-v-bf797977] {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

/* 新闻项目 */
.news-item[data-v-bf797977] {
  display: flex;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  min-height: 200px;
}
.news-item[data-v-bf797977]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

/* 左侧内容区域 */
.news-content[data-v-bf797977] {
  flex: 1;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0; /* 防止文本溢出 */
}
.news-title[data-v-bf797977] {
  font-size: 20px;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.4;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-desc[data-v-bf797977] {
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-meta[data-v-bf797977] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.date[data-v-bf797977] {
  color: #999;
  font-size: 14px;
}
.read-more[data-v-bf797977] {
  color: #1890ff;
  font-weight: 500;
}
.read-more[data-v-bf797977]:hover {
  color: #40a9ff;
}

/* 右侧图片区域 */
.news-image-container[data-v-bf797977] {
  width: 280px;
  flex-shrink: 0;
}
.news-image[data-v-bf797977] {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
}
.news-image img[data-v-bf797977] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 8px;
  border-radius: 8px;
}
.image-placeholder[data-v-bf797977] {
  width: 100%;
  height: 100%;
  min-height: 200px;
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 14px;
  gap: 8px;
}
.image-placeholder .el-icon[data-v-bf797977] {
  font-size: 32px;
  color: #ccc;
}
.news-badges[data-v-bf797977] {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  gap: 8px;
}
.video-badge[data-v-bf797977],
.image-badge[data-v-bf797977] {
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.loading[data-v-bf797977],
.error[data-v-bf797977],
.empty[data-v-bf797977] {
  text-align: center;
  padding: 60px 20px;
}
.pagination[data-v-bf797977] {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/* 响应式设计 */
@media (max-width: 768px) {
.filter-section[data-v-bf797977] {
    flex-direction: column;
    align-items: stretch;
}
.search-box[data-v-bf797977] {
    max-width: none;
}
.news-item[data-v-bf797977] {
    flex-direction: column;
}
.news-image-container[data-v-bf797977] {
    width: 100%;
    height: 200px;
}
.news-content[data-v-bf797977] {
    padding: 20px;
}
.news-title[data-v-bf797977] {
    font-size: 18px;
}
}
@media (max-width: 480px) {
.container[data-v-bf797977] {
    padding: 20px 15px;
}
.page-header[data-v-bf797977] {
    margin: 60px 0 30px 0;
}
.page-header h1[data-v-bf797977] {
    font-size: 28px;
}
.news-content[data-v-bf797977] {
    padding: 15px;
}
.news-title[data-v-bf797977] {
    font-size: 16px;
}
.news-desc[data-v-bf797977] {
    font-size: 14px;
}
}

.news-detail[data-v-b9f94bd7] {
  min-height: 100vh;
  background: #f8f9fa;
  font-family: 'Georgia', 'Times New Roman', serif;
}
.container[data-v-b9f94bd7] {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}
.breadcrumb[data-v-b9f94bd7] {
  margin: 80px 0 20px 0;
}
.news-content[data-v-b9f94bd7] {
  background: white;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.news-header h1[data-v-b9f94bd7] {
  font-size: 32px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.4;
}
.news-meta[data-v-b9f94bd7] {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  color: #666;
}
.video-badge[data-v-b9f94bd7] {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #FF6B35;
  color: white;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
}
.news-description[data-v-b9f94bd7] {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  border-left: 4px solid #FF6B35;
}
.news-description p[data-v-b9f94bd7] {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
.video-section[data-v-b9f94bd7] {
  margin-bottom: 30px;
}
.video-section h3[data-v-b9f94bd7] {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
}
.video-container[data-v-b9f94bd7] {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
}

/* 视频iframe样式 - 覆盖整个容器宽度 */
.video-container[data-v-b9f94bd7] iframe {
  width: 100% !important;
  height: 400px;
  border: none;
  display: block;
}
.news-body[data-v-b9f94bd7] {
  margin-bottom: 30px;
}
.news-body h3[data-v-b9f94bd7] {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
}
.rich-content[data-v-b9f94bd7] {
  line-height: 1.8;
  color: #333;
  font-size: 16px;
}

/* 富文本内容样式 */
.rich-content[data-v-b9f94bd7] h1,
.rich-content[data-v-b9f94bd7] h2,
.rich-content[data-v-b9f94bd7] h3,
.rich-content[data-v-b9f94bd7] h4,
.rich-content[data-v-b9f94bd7] h5,
.rich-content[data-v-b9f94bd7] h6 {
  margin: 24px 0 16px 0;
  font-weight: 600;
  line-height: 1.25;
  color: #2c3e50;
}
.rich-content[data-v-b9f94bd7] h1 { font-size: 2em;
}
.rich-content[data-v-b9f94bd7] h2 { font-size: 1.5em;
}
.rich-content[data-v-b9f94bd7] h3 { font-size: 1.25em;
}
.rich-content[data-v-b9f94bd7] h4 { font-size: 1em;
}
.rich-content[data-v-b9f94bd7] h5 { font-size: 0.875em;
}
.rich-content[data-v-b9f94bd7] h6 { font-size: 0.85em;
}
.rich-content[data-v-b9f94bd7] p {
  margin: 16px 0;
  line-height: 1.8;
}
.rich-content[data-v-b9f94bd7] ul,
.rich-content[data-v-b9f94bd7] ol {
  margin: 16px 0;
  padding-left: 24px;
}
.rich-content[data-v-b9f94bd7] li {
  margin: 8px 0;
  line-height: 1.6;
}
.rich-content[data-v-b9f94bd7] blockquote {
  margin: 20px 0;
  padding: 16px 20px;
  background: #f8f9fa;
  border-left: 4px solid #FF6B35;
  border-radius: 0 4px 4px 0;
  color: #666;
  font-style: italic;
}
.rich-content[data-v-b9f94bd7] pre {
  background: #f6f8fa;
  border: 1px solid #e1e4e8;
  border-radius: 6px;
  padding: 16px;
  margin: 16px 0;
  overflow-x: auto;
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
  font-size: 14px;
  line-height: 1.6;
}
.rich-content[data-v-b9f94bd7] code {
  background: #f1f3f4;
  padding: 2px 4px;
  border-radius: 3px;
  font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
  font-size: 13px;
  color: #d73a49;
}
.rich-content[data-v-b9f94bd7] pre code {
  background: transparent;
  padding: 0;
  border-radius: 0;
  color: #24292e;
}
.rich-content[data-v-b9f94bd7] table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  border: 1px solid #e1e4e8;
  border-radius: 6px;
  overflow: hidden;
}
.rich-content[data-v-b9f94bd7] th,
.rich-content[data-v-b9f94bd7] td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #e1e4e8;
}
.rich-content[data-v-b9f94bd7] th {
  background: #f6f8fa;
  font-weight: 600;
  color: #24292e;
}
.rich-content[data-v-b9f94bd7] tr:hover {
  background: #f6f8fa;
}
.rich-content[data-v-b9f94bd7] img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 20px 0;
  padding: 12px;
  background: #f8f9fa;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
}
.rich-content[data-v-b9f94bd7] a {
  color: #0366d6;
  text-decoration: none;
}
.rich-content[data-v-b9f94bd7] a:hover {
  text-decoration: underline;
}
.video-info[data-v-b9f94bd7] {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;
}
.video-info h3[data-v-b9f94bd7] {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
}
.video-details p[data-v-b9f94bd7] {
  margin: 8px 0;
  color: #666;
}
.video-details a[data-v-b9f94bd7] {
  color: #FF6B35;
  text-decoration: none;
}
.video-details a[data-v-b9f94bd7]:hover {
  text-decoration: underline;
}
.loading[data-v-b9f94bd7] {
  background: white;
  border-radius: 8px;
  padding: 40px;
  margin-top: 20px;
}
.error[data-v-b9f94bd7] {
  background: white;
  border-radius: 8px;
  padding: 40px;
  margin-top: 20px;
  text-align: center;
}

/* 响应式设计 */
@media (max-width: 768px) {
.container[data-v-b9f94bd7] {
    padding: 10px;
}
.news-content[data-v-b9f94bd7] {
    padding: 20px;
}
.news-header h1[data-v-b9f94bd7] {
    font-size: 24px;
}
.news-meta[data-v-b9f94bd7] {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
}

.performance-monitor[data-v-a42dbbd8] {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 300px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 16px;
  z-index: 1000;
  font-size: 12px;
}
.monitor-header[data-v-a42dbbd8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.monitor-header h4[data-v-a42dbbd8] {
  margin: 0;
  font-size: 14px;
  color: #333;
}
.monitor-stats[data-v-a42dbbd8] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px;
}
.stat-item[data-v-a42dbbd8] {
  text-align: center;
  padding: 8px;
  background: #f8f9fa;
  border-radius: 4px;
}
.stat-label[data-v-a42dbbd8] {
  font-size: 10px;
  color: #666;
  margin-bottom: 4px;
}
.stat-value[data-v-a42dbbd8] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.monitor-chart[data-v-a42dbbd8] {
  margin-top: 12px;
}
.chart-title[data-v-a42dbbd8] {
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
}
.chart-bars[data-v-a42dbbd8] {
  display: flex;
  align-items: end;
  gap: 4px;
  height: 60px;
  margin-bottom: 4px;
}
.chart-bar[data-v-a42dbbd8] {
  flex: 1;
  background: #FF6B35;
  border-radius: 2px 2px 0 0;
  position: relative;
  min-height: 4px;
  transition: height 0.3s ease;
}
.bar-label[data-v-a42dbbd8] {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  color: #666;
}
.chart-labels[data-v-a42dbbd8] {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #999;
}

.image-viewer-overlay[data-v-26efc809] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn-26efc809 0.3s ease-out;
}
@keyframes fadeIn-26efc809 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.image-viewer-container[data-v-26efc809] {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-button[data-v-26efc809] {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: white;
  font-size: 20px;
  transition: all 0.3s ease;
  z-index: 1000;
}
.close-button[data-v-26efc809]:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.1);
}
.toolbar[data-v-26efc809] {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 15px;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 15px;
  border-radius: 25px;
  z-index: 1000;
}
.zoom-info[data-v-26efc809] {
  color: white;
  font-size: 14px;
  font-weight: 500;
  min-width: 50px;
  text-align: center;
}
.keyboard-hints[data-v-26efc809] {
  display: flex;
  gap: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}
.keyboard-hints span[data-v-26efc809] {
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  white-space: nowrap;
}
.image-container[data-v-26efc809] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: grab;
}
.image-container[data-v-26efc809]:active {
  cursor: grabbing;
}
.image-container img[data-v-26efc809] {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.1s ease;
  user-select: none;
  -webkit-user-drag: none;
}
.loading-overlay[data-v-26efc809],
.error-overlay[data-v-26efc809] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  color: white;
  z-index: 1000;
}
.loading-spinner[data-v-26efc809] {
  font-size: 40px;
  color: #FF6B35;
}
.loading-overlay p[data-v-26efc809],
.error-overlay p[data-v-26efc809] {
  margin: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.error-overlay .el-icon[data-v-26efc809] {
  font-size: 40px;
  color: #F56C6C;
}

/* 响应式设计 */
@media (max-width: 768px) {
.toolbar[data-v-26efc809] {
    top: 10px;
    padding: 8px 12px;
    gap: 10px;
    flex-direction: column;
    align-items: center;
}
.close-button[data-v-26efc809] {
    top: 10px;
    right: 10px;
    width: 35px;
    height: 35px;
    font-size: 18px;
}
.zoom-info[data-v-26efc809] {
    font-size: 12px;
    min-width: 40px;
}
.keyboard-hints[data-v-26efc809] {
    display: none;
}
}

/* 防止页面滚动 */
.image-viewer-overlay[data-v-26efc809] {
  overflow: hidden;
}

/* 自定义滚动条 */
.image-container[data-v-26efc809]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.image-container[data-v-26efc809]::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.image-container[data-v-26efc809]::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
.image-container[data-v-26efc809]::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

.product-list[data-v-b88d16ef] {
  min-height: 100vh;
  font-family: 'Georgia', 'Times New Roman', serif;
  background-color: #ffffff;
  color: #333333;
  line-height: 1.6;
  padding-bottom: 60px;
}
.container[data-v-b88d16ef] {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
}

/* 页眉 */
.page-header[data-v-b88d16ef] {
  text-align: center;
  padding: 50px 20px 40px 20px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.page-header[data-v-b88d16ef]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle, rgba(201,165,104,0.1) 0%, rgba(255,255,255,0) 70%);
  pointer-events: none;
}
.page-header h1[data-v-b88d16ef] {
  font-size: 3em;
  margin-bottom: 15px;
  letter-spacing: 3px;
  color: #333;
  text-shadow: none;
}
.page-header p[data-v-b88d16ef] {
  font-size: 1.2em;
  max-width: 700px;
  margin: 0 auto 30px auto;
  color: #c9a568;
}
.page-header .intro-content[data-v-b88d16ef] {
  max-width: 900px;
  margin: 0 auto;
  text-align: left;
  background: linear-gradient(145deg, #f8f9fa, #ffffff);
  padding: 25px 35px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e9ecef;
}
.page-header .intro-content p[data-v-b88d16ef] {
  font-size: 0.95em;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: left;
}
.page-header .intro-content p[data-v-b88d16ef]:last-child {
  margin-bottom: 0;
  font-weight: 500;
  color: #c9a568;
}

/* 简介部分 */
.intro[data-v-b88d16ef] {
  background: linear-gradient(145deg, #f8f9fa, #ffffff);
  padding: 40px 50px;
  margin-bottom: 50px;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
  position: relative;
  overflow: hidden;
}
.intro[data-v-b88d16ef]::before {
   content: "";
   position: absolute;
   top: -50%;
   left: -50%;
   width: 200%;
   height: 200%;
   background: radial-gradient(circle, rgba(201,165,104,0.1) 0%, transparent 70%);
   transform: rotate(30deg);
   z-index: 0;
}
.intro-content[data-v-b88d16ef] {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
}
.intro h2[data-v-b88d16ef] {
  font-size: 2.8em;
  margin-bottom: 25px;
  color: #c9a568;
  text-align: center;
}
.intro p[data-v-b88d16ef] {
  font-size: 1.2em;
  margin-bottom: 20px;
  text-align: center;
  color: #666;
}


/* 板块标题样式 */
.section-title[data-v-b88d16ef] {
  font-size: 2.5em;
  margin: 60px 0 30px 0;
  text-align: center;
  color: #c9a568;
  position: relative;
  padding-bottom: 20px;
}
.section-title[data-v-b88d16ef]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(to right, transparent, #c9a568, transparent);
}

/* 板块容器 */
.section-container[data-v-b88d16ef] {
  margin-bottom: 80px;
}

/* 网格布局 - 一排三个 */
.masonry-grid[data-v-b88d16ef] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  justify-items: center;
}
.masonry-grid-item[data-v-b88d16ef] {
  display: inline-block;
  background: white;
  margin-bottom: 25px;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
  transition: all 0.4s ease, transform 0.3s ease;
  cursor: pointer;
}
.masonry-grid-item[data-v-b88d16ef]:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  border-color: #c9a568;
}

/* 课程卡片样式已移至masonry-grid-item */
.item-image[data-v-b88d16ef] {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #e9ecef;
}
.item-content[data-v-b88d16ef] {
  padding: 25px;
}
.item-content h3[data-v-b88d16ef] {
  font-size: 1.1em;
  margin-bottom: 12px;
  color: #333;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-content p[data-v-b88d16ef] {
  margin-bottom: 20px;
  color: #666;
  line-height: 1.5;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-link[data-v-b88d16ef] {
  display: inline-block;
  padding: 6px 12px;
  background: linear-gradient(to right, #c9a568, #b89354);
  color: #000;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.item-link[data-v-b88d16ef]:hover {
  background: linear-gradient(to right, #d4b982, #c9a568);
  box-shadow: 0 0 15px rgba(201, 165, 104, 0.4);
}
.course-content[data-v-b88d16ef] {
  padding: 24px;
}
.course-header[data-v-b88d16ef] {
  margin-bottom: 12px;
}
.course-header h3[data-v-b88d16ef] {
  font-size: 20px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
  line-height: 1.3;
}
.course-desc[data-v-b88d16ef] {
  color: #7f8c8d;
  line-height: 1.5;
  margin-bottom: 16px;
  font-size: 14px;
}





/* 书籍教材水平布局 */
.books-list[data-v-b88d16ef] {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.book-card-horizontal[data-v-b88d16ef] {
  background: linear-gradient(145deg, #ffffff, #f8f9fa);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
  transition: all 0.4s ease, transform 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  min-height: 140px;
  align-items: stretch;
}
.book-card-horizontal[data-v-b88d16ef]:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  border-color: #c9a568;
}
.book-image[data-v-b88d16ef] {
  position: relative;
  width: 200px;
  min-width: 200px;
  height: 100%;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.book-image img[data-v-b88d16ef] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.book-card-horizontal:hover .book-image img[data-v-b88d16ef] {
  transform: scale(1.02);
}
.book-info[data-v-b88d16ef] {
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.book-info h3[data-v-b88d16ef] {
  font-size: 1.1em;
  margin-bottom: 12px;
  color: #333;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.book-info p[data-v-b88d16ef] {
  margin-bottom: 20px;
  color: #666;
  line-height: 1.5;
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}
.book-meta[data-v-b88d16ef] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.meta-item[data-v-b88d16ef] {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 0.9em;
}
.meta-row[data-v-b88d16ef] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.meta-icon[data-v-b88d16ef] {
  font-size: 1.1em;
}
.book-tags[data-v-b88d16ef] {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.tag[data-v-b88d16ef] {
  background: #f1f3f4;
  color: #5a6c7d;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.8em;
  font-weight: 500;
}

/* 课程/教材详情弹窗 */
.photo-detail-dialog .el-dialog[data-v-b88d16ef] {
  border-radius: 15px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e9ecef;
}
.photo-detail-dialog .el-dialog__header[data-v-b88d16ef] {
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}
.photo-detail-dialog .el-dialog__title[data-v-b88d16ef] {
  color: #c9a568;
}
.photo-detail-dialog .el-dialog__close[data-v-b88d16ef] {
  color: #c9a568;
}
.photo-detail[data-v-b88d16ef] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}
.detail-image[data-v-b88d16ef] {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.detail-image img[data-v-b88d16ef] {
  width: 100%;
  height: auto;
  display: block;
}
.detail-content h3[data-v-b88d16ef] {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #333;
}
.description[data-v-b88d16ef] {
  font-size: 1.1em;
  line-height: 1.6;
  color: #666;
  margin-bottom: 25px;
}
.detail-meta[data-v-b88d16ef] {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}
.meta-item[data-v-b88d16ef] {
  margin-bottom: 10px;
  color: #666;
}
.meta-item strong[data-v-b88d16ef] {
  color: #c9a568;
}
.tag[data-v-b88d16ef] {
  background: #f1f3f4;
  color: #5a6c7d;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 500;
}

/* 响应式设计 */
@media (max-width: 768px) {
.book-card[data-v-b88d16ef] {
    flex-direction: column;
    min-height: auto;
}
.book-cover[data-v-b88d16ef] {
    width: 100%;
    height: 180px;
}
.book-content[data-v-b88d16ef] {
    padding: 20px;
}
.book-content h3[data-v-b88d16ef] {
    font-size: 18px;
}
.book-content p[data-v-b88d16ef] {
    font-size: 14px;
}
.meta-row[data-v-b88d16ef] {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.book-tags[data-v-b88d16ef] {
    margin-left: 0;
}
}

/* 标签页区域样式 */
.tabs-section[data-v-b88d16ef] {
  margin: 20px 0;
  background: linear-gradient(145deg, #f8f9fa, #ffffff);
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #e9ecef;
}

/* 标签页内容区域 */
.tab-content[data-v-b88d16ef] {
  min-height: 400px;
  padding: 20px 0;
}

/* 空状态样式 */
.empty-state[data-v-b88d16ef] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  text-align: center;
}
.empty-state .empty-container[data-v-b88d16ef] {
  max-width: 400px;
  padding: 40px 20px;
}
.empty-state .empty-icon[data-v-b88d16ef] {
  font-size: 4em;
  margin-bottom: 20px;
  opacity: 0.6;
}
.empty-state h3[data-v-b88d16ef] {
  font-size: 1.5em;
  color: #666;
  margin-bottom: 10px;
}
.empty-state p[data-v-b88d16ef] {
  color: #999;
  font-size: 1em;
  line-height: 1.5;
}

/* 标签页样式 */
.product-tabs[data-v-b88d16ef] {
  width: 100%;
}

/* 标签页头部样式 */
.product-tabs[data-v-b88d16ef] .el-tabs__header {
  margin: 0 0 0 0;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

/* 标签页导航样式 */
.product-tabs[data-v-b88d16ef] .el-tabs__nav-wrap {
  padding: 0;
}
.product-tabs[data-v-b88d16ef] .el-tabs__nav {
  border: none;
  display: flex;
  width: 100%;
}

/* 标签页按钮样式 */
.product-tabs[data-v-b88d16ef] .el-tabs__item {
  font-size: 16px;
  font-weight: 600;
  color: #606266;
  padding: 12px 24px;
  margin: 0;
  border-radius: 0;
  transition: all 0.3s ease;
  position: relative;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  line-height: 1 !important;
  min-height: 48px;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  flex: 1;
}

/* 标签页按钮悬停效果 */
.product-tabs[data-v-b88d16ef] .el-tabs__item:hover {
  color: #409eff;
  background: transparent;
  border: none;
}

/* 活跃标签页样式 */
.product-tabs[data-v-b88d16ef] .el-tabs__item.is-active {
  color: #409eff;
  background: transparent;
  border: none;
  font-weight: 700;
  z-index: 1;
}

/* 第一个按钮的左边框 */
.product-tabs[data-v-b88d16ef] .el-tabs__item:first-child {
  border-left: none;
}

/* 最后一个按钮的右边框 */
.product-tabs[data-v-b88d16ef] .el-tabs__item:last-child {
  border-right: none;
}

/* 活跃状态的边框调整 */
.product-tabs[data-v-b88d16ef] .el-tabs__item.is-active:first-child {
  border-left: none;
}
.product-tabs[data-v-b88d16ef] .el-tabs__item.is-active:last-child {
  border-right: none;
}

/* 隐藏默认下划线 */
.product-tabs[data-v-b88d16ef] .el-tabs__active-bar {
  display: none;
}

/* 标签页内容区域 */
.product-tabs[data-v-b88d16ef] .el-tabs__content {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 20px 0;
  box-shadow: none;
}
.container[data-v-b88d16ef] {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
  animation: fadeInUp-b88d16ef 0.8s ease-out;
}
@keyframes fadeInUp-b88d16ef {
from {
    opacity: 0;
    transform: translateY(30px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}



/* 加载状态样式 */
.loading-container[data-v-b88d16ef] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
}
.loading-spinner[data-v-b88d16ef] {
  margin-bottom: 20px;
}
.spinner[data-v-b88d16ef] {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #FF6B35;
  border-radius: 50%;
  animation: spin-b88d16ef 1s linear infinite;
}
@keyframes spin-b88d16ef {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}
.loading-text[data-v-b88d16ef] {
  color: #666;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.loading[data-v-b88d16ef], .empty[data-v-b88d16ef] {
  background: white;
  border-radius: 12px;
  padding: 40px;
  margin-top: 20px;
}
.empty[data-v-b88d16ef] {
  text-align: center;
}

/* 响应式设计 */
@media (max-width: 1100px) {
.masonry-grid[data-v-b88d16ef] {
    grid-template-columns: repeat(2, 1fr);
}
.section-title[data-v-b88d16ef] {
    font-size: 2.2em;
}
.page-header h1[data-v-b88d16ef] {
    font-size: 3em;
}
.intro h2[data-v-b88d16ef] {
    font-size: 2.4em;
}
}
@media (max-width: 768px) {
.masonry-grid[data-v-b88d16ef] {
    grid-template-columns: 1fr;
}
.section-title[data-v-b88d16ef] {
    font-size: 2em;
    margin: 40px 0 20px 0;
}
.section-container[data-v-b88d16ef] {
    margin-bottom: 60px;
}
.page-header h1[data-v-b88d16ef] {
    font-size: 2.2em;
}
.page-header p[data-v-b88d16ef] {
    font-size: 1em;
}
.page-header .intro-content[data-v-b88d16ef] {
    padding: 20px 25px;
    margin: 0 10px;
}
.page-header .intro-content p[data-v-b88d16ef] {
    font-size: 0.9em;
}
.intro[data-v-b88d16ef] {
    padding: 30px 20px;
}
.intro h2[data-v-b88d16ef] {
    font-size: 2em;
}
.intro p[data-v-b88d16ef] {
    font-size: 1em;
}
.item-content[data-v-b88d16ef] {
    padding: 20px;
}
.item-content h3[data-v-b88d16ef] {
    font-size: 1.4em;
}
.photo-detail[data-v-b88d16ef] {
    grid-template-columns: 1fr;
    gap: 20px;
}
.book-card-horizontal[data-v-b88d16ef] {
    flex-direction: column;
}
.book-image[data-v-b88d16ef] {
    width: 100%;
    height: 180px;
    min-width: auto;
}
.book-info[data-v-b88d16ef] {
    padding: 20px;
}
  
  /* 标签页响应式样式 */
.tabs-section[data-v-b88d16ef] {
    margin: 20px 0;
    padding: 20px 15px;
}
.product-tabs[data-v-b88d16ef] .el-tabs__item {
    font-size: 14px;
    padding: 10px 16px;
    margin-right: 0;
    min-height: 44px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1 !important;
}
.product-tabs[data-v-b88d16ef] .el-tabs__nav-wrap {
    padding: 0 10px;
}
.product-tabs[data-v-b88d16ef] .el-tabs__content {
    padding: 15px;
}
.tab-content[data-v-b88d16ef] {
    min-height: 300px;
    padding: 15px 0;
}
.empty-state[data-v-b88d16ef] {
    min-height: 250px;
}
.empty-state .empty-icon[data-v-b88d16ef] {
    font-size: 3em;
}
.empty-state h3[data-v-b88d16ef] {
    font-size: 1.3em;
}
}
@media (max-width: 480px) {
.page-header h1[data-v-b88d16ef] {
    font-size: 1.8em;
}
.page-header .intro-content[data-v-b88d16ef] {
    padding: 15px 20px;
    margin: 0 5px;
}
.page-header .intro-content p[data-v-b88d16ef] {
    font-size: 0.85em;
}
.intro h2[data-v-b88d16ef] {
    font-size: 1.8em;
}
.section-title[data-v-b88d16ef] {
    font-size: 1.8em;
}
.item-content[data-v-b88d16ef] {
    padding: 16px;
}
.item-content h3[data-v-b88d16ef] {
    font-size: 1.2em;
}
}



/* 全局样式重置 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Georgia', 'Times New Roman', serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

/* 通用样式 */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 响应式工具类 */
@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
}

/* 动画效果 */
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.3s ease;
}

.fade-enter-from, .fade-leave-to {
  opacity: 0;
}

/* 滚动条样式 */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
} 