
/* 燃情影视 - ui-style-12 - Layout D */

.page-title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #1a73e8;
  text-align: center;
}

.page-desc {
  text-align: center;
  margin-bottom: 2rem;
  color: #666;
  font-size: 1.1rem;
}

.intro-section {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.intro-section p {
  font-size: 1.05rem;
  line-height: 1.8;
}

section {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  margin-bottom: 2rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

section h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #333;
  border-bottom: 2px solid #1a73e8;
  padding-bottom: 0.5rem;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.video-card {
  padding: 1.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  transition: all 0.3s;
}

.video-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  transform: translateY(-2px);
}

.video-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.video-card .meta {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.video-card .oneline {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
}

.video-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.video-item {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  transition: background 0.3s;
}

.video-item:hover {
  background: #f9f9f9;
}

.video-item .rank {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1a73e8;
  min-width: 40px;
  text-align: center;
}

.video-item .info {
  flex: 1;
}

.video-item h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.video-item .meta {
  color: #666;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.video-item .desc {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.5;
}

.video-item .date {
  color: #999;
  font-size: 0.85rem;
  margin-top: 0.5rem;
}

.section-link {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 1rem;
}

.section-link a {
  margin: 0 0.5rem;
}

/* 详情页样式 */
.detail {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.detail h1 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #1a73e8;
}

.basic-info {
  background: #f5f5f5;
  padding: 1.5rem;
  border-radius: 6px;
  margin-bottom: 2rem;
}

.basic-info p {
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.detail h2 {
  font-size: 1.3rem;
  margin: 2rem 0 1rem 0;
  color: #333;
  border-bottom: 2px solid #1a73e8;
  padding-bottom: 0.5rem;
}

.detail p {
  line-height: 1.8;
  font-size: 1.05rem;
  margin-bottom: 1rem;
}

.related {
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .page-title {
    font-size: 1.5rem;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  section {
    padding: 1rem;
  }

  .detail {
    padding: 1rem;
  }

  .detail h1 {
    font-size: 1.5rem;
  }
}
