/* 全局样式 - 轻奢极简风：高级灰 + 香槟金 */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: "Microsoft YaHei", "PingFang SC", sans-serif; line-height: 1.6; color: #333; background: #F5F5F0; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
img { max-width: 100%; height: auto; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }

.top-bar { background: #ffffff; padding: 16px 0; font-size: 15px; line-height: 1.6; color: #333; }
.top-bar-content { display: flex; justify-content: space-between; }

.services-section { padding: 80px 0; background: #F5F5F0; }
.section-header { text-align: center; margin-bottom: 60px; }
.section-header h2 { font-size: 36px; color: #5E4B3C; margin-bottom: 15px; font-weight: 500; letter-spacing: 2px; }
.section-header p { font-size: 16px; color: #999; letter-spacing: 3px; text-transform: uppercase; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.service-card { background: #ffffff; border-radius: 4px; padding: 40px 30px; box-shadow: 0 2px 20px rgba(0,0,0,0.05); border: 1px solid rgba(201,169,110,0.2); transition: all 0.3s; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 5px 30px rgba(201,169,110,0.15); border-color: #C9A96E; }
.service-header { text-align: center; margin-bottom: 25px; padding-bottom: 20px; border-bottom: 1px solid #eee; }
.service-header h3 { font-size: 20px; color: #5E4B3C; margin-bottom: 8px; font-weight: 500; }
.service-header p { font-size: 13px; color: #999; letter-spacing: 1px; }
.service-links a { display: block; padding: 10px 0; color: #666; border-bottom: 1px solid #f0f0f0; font-size: 14px; transition: color 0.3s; }
.service-links a:hover { color: #C9A96E; }
.service-links a:last-child { border-bottom: none; }
.no-article-hint { color: #bbb; font-size: 14px; padding: 10px 0; }
.service-more { display: block; text-align: center; background: transparent; color: #C9A96E; padding: 12px 0; border: 1px solid #C9A96E; border-radius: 2px; font-size: 14px; transition: all 0.3s; }
.service-more:hover { background: #C9A96E; color: #333; }

.main-footer { background: #C9A96E; color: #333; padding: 40px 0 15px; }
.footer-content { display: grid; grid-template-columns: repeat(4, 1fr); gap: 50px; margin-bottom: 25px; }
.footer-col h3 { color: #333; margin-bottom: 25px; font-size: 22px; font-weight: 700; letter-spacing: 2px; }
.contact-list li { padding: 8px 0; color: #333; font-size: 14px; }
.footer-bottom { text-align: center; padding-top: 30px; border-top: 1px solid rgba(0,0,0,0.1); color: #333; font-size: 13px; }
.footer-bottom a { color: #333; }

.online-service { position: fixed; right: 30px; bottom: 100px; z-index: 999; }
.service-btn { display: block; background: #C9A96E; color: #333; padding: 15px 25px; border-radius: 2px; font-size: 14px; box-shadow: 0 5px 20px rgba(201,169,110,0.3); transition: all 0.3s; }
.service-btn:hover { background: #5E4B3C; }

.breadcrumb { background: #fff; padding: 20px 0; margin-bottom: 40px; }
.breadcrumb a { color: #999; font-size: 14px; }
.breadcrumb a:hover { color: #C9A96E; }

.list-section, .search-section { padding: 40px 0 80px; background: #F5F5F0; }
.page-title { font-size: 32px; color: #5E4B3C; margin-bottom: 40px; padding-bottom: 20px; border-bottom: 2px solid #C9A96E; font-weight: 400; letter-spacing: 2px; }
.article-card { display: flex; gap: 40px; padding: 30px 0; border-bottom: 1px solid #e8e8e8; }
.article-info { flex: 1; }
.article-info h2 { font-size: 22px; margin-bottom: 15px; color: #5E4B3C; font-weight: 500; }
.article-info h2 a:hover { color: #C9A96E; }
.article-summary { color: #666; margin-bottom: 20px; line-height: 1.8; font-size: 14px; }
.empty-state { text-align: center; padding: 80px 0; color: #999; }
.empty-state a { color: #C9A96E; }

.pagination { text-align: center; padding: 40px 0; }
.pagination a { display: inline-block; padding: 12px 20px; margin: 0 5px; border: 1px solid #ddd; border-radius: 2px; color: #666; font-size: 14px; transition: all 0.3s; }
.pagination a:hover, .pagination a.active { background: #C9A96E; color: #333; border-color: #C9A96E; }

.article-detail { padding: 40px 0 80px; background: #F5F5F0; }
.article-title { font-size: 36px; color: #5E4B3C; margin-bottom: 25px; font-weight: 400; letter-spacing: 2px; }
.article-meta { color: #999; margin-bottom: 40px; padding-bottom: 25px; border-bottom: 1px solid #e8e8e8; font-size: 14px; }
.article-meta span { margin-right: 35px; }
.article-content { font-size: 16px; line-height: 1.8; color: #333; }
.article-content img { max-width: 100%; height: auto; margin: 15px 0; border-radius: 4px; }
.article-nav { display: flex; justify-content: space-between; padding: 15px 0; margin-top: 20px; border-top: 1px solid #e8e8e8; }
.prev-article, .next-article { flex: 1; }
.next-article { text-align: right; }
.article-nav a { color: #C9A96E; font-size: 14px; }
.article-nav a:hover { text-decoration: underline; }

@media (max-width: 992px) { .services-grid { grid-template-columns: repeat(2, 1fr); gap: 30px; } .footer-content { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 576px) { .services-grid { grid-template-columns: 1fr; } .footer-content { grid-template-columns: 1fr; } .article-card { flex-direction: column; } }
