/* 页脚样式 */
footer {
  background-color: #333;
  color: #fff;
  padding: 40px 0;
  margin-top: 50px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-about {
  grid-column: 1;
}

.footer-logo {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}

.footer-about p {
  line-height: 1.6;
  color: #ccc;
  font-size: 14px;
}

.footer-links {
  grid-column: span 1;
}

.footer-links h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}

.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: #ff6b6b;
}

.footer-links i {
  margin-right: 10px;
}

.copyright {
  text-align: center;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #444;
  color: #999;
  font-size: 14px;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-about {
    grid-column: 1;
  }

  .footer-links {
    grid-column: 1;
  }

  footer {
    padding: 20px 0;
    margin-top: 20px;
  }

  .copyright {

    padding-top: 20px;
    margin-top: 20px;
  }
}

.Blue .news-category,
.Blue .menu-link a:hover,
.Blue .news-item:hover .news-title,
.Blue .news-card:hover .news-card-title,
.Blue .sidebar-title,
.Blue .popular-item:hover .popular-title {
  color: #03A9F4 !important;
}
.Blue .section-title::before,
.Blue .article-category,
.Blue .top-bar {
  background: #03A9F4 !important;
}
.Blue .nav-bar,
.Blue .related-title,
.Blue .sidebar-title {
  border-bottom: 2px solid #03A9F4 !important;
}
.Blue .fade-in-left {
  color: #03A9F4 !important;
  border-bottom: 2px solid #03A9F4 !important;
}
.Blue .popular-rank,
.Blue .category-item a:hover,
.Blue .trending-content a:hover,
.Blue .related-content a:hover,
.Blue .footer-links a:hover,
.Blue .menu-link li.active a {
  color: #03A9F4 !important;
}
.Blue .tag:hover {
  color: #fff !important;
}
.Blue .social-btn:hover,
.Blue .tag:hover,
.Blue .menu-link li.active::after {
  background-color: #03A9F4 !important;
}
.Blue .shohui .icon-close-0605:hover,
.Blue .shohui .icon-close-0605,
.Blue .trending-rank,
.Blue .usho a:hover,
.Blue .back-to-top i {
  color: #03A9F4 !important;
}
.Blue .nav-bar {
  border-bottom: 3px solid #03A9F4 !important;
}

.Grey .news-category,
.Grey .menu-link a:hover,
.Grey .news-item:hover .news-title,
.Grey .news-card:hover .news-card-title,
.Grey .sidebar-title,
.Grey .popular-item:hover .popular-title {
color: #607D8B !important;
}
.Grey .section-title::before,
.Grey .article-category,
.Grey .top-bar {
background: #607D8B !important;
}
.Grey .nav-bar,
.Grey .related-title,
.Grey .sidebar-title {
border-bottom: 2px solid #607D8B !important;
}
.Grey .fade-in-left {
color: #607D8B !important;
border-bottom: 2px solid #607D8B !important;
}
.Grey .popular-rank,
.Grey .category-item a:hover,
.Grey .trending-content a:hover,
.Grey .related-content a:hover,
.Grey .footer-links a:hover,
.Grey .menu-link li.active a {
color: #607D8B !important;
}
.Grey .tag:hover {
color: #fff !important;
}
.Grey .social-btn:hover,
.Grey .tag:hover,
.Grey .menu-link li.active::after {
background-color: #607D8B !important;
}
.Grey .shohui .icon-close-0605:hover,
.Grey .shohui .icon-close-0605,
.Grey .trending-rank,
.Grey .usho a:hover,
.Grey .back-to-top i {
color: #607D8B !important;
}
.Grey .nav-bar {
border-bottom: 3px solid #607D8B !important;
}