﻿* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Arial', sans-serif; }
body { line-height: 1.6; color: #333; background-color: #f9f9f9; padding-bottom: 70px; }
.bottom-nav { position: fixed; bottom: 0; left: 0; right: 0; height: 60px; background-color: #1a1a1a; display: none; justify-content: space-around; align-items: center; z-index: 1000; }
@media (max-width: 768px) { .bottom-nav { display: flex; } }
.nav-item { text-align: center; color: white; font-size: 12px; display: flex; flex-direction: column; align-items: center; text-decoration: none; }
.nav-icon { font-size: 24px; margin-bottom: 4px; color: white; }
.nav-item:hover .nav-icon, .nav-item:hover div { opacity: 0.8; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
header { background: #1a1a1a; color: white; padding: 15px 0; }
.header-content { display: flex; justify-content: space-between; align-items: center; }
.logo { font-size: 22px; font-weight: bold; }
.phone { font-size: 18px; font-weight: bold; color: #ffd700; }
.phone a { color: #ffd700; text-decoration: none; }
nav { background: #333; }
.nav-links { display: flex; list-style: none; flex-wrap: wrap; }
.nav-links li { padding: 12px 20px; }
.nav-links a { color: white; text-decoration: none; font-size: 16px; }
.nav-links a:hover { color: #ffd700; }
.breadcrumbs { padding: 15px 0; background: white; border-bottom: 1px solid #eee; }
.breadcrumbs a { color: #666; text-decoration: none; }
.breadcrumbs a:hover { color: #ffd700; }
.breadcrumbs span { color: #999; margin: 0 8px; }
.section { padding: 40px 0; }
.detail-header { background: white; padding: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); margin-bottom: 30px; display: flex; flex-wrap: wrap; gap: 30px; align-items: center; }
.detail-img { flex: 1; min-width: 300px; }
.detail-img img { border-radius: 5px; object-fit: cover; }
.detail-info { flex: 2; min-width: 300px; }
.detail-info h1 { font-size: 26px; color: #1a1a1a; margin-bottom: 15px; }
.detail-tag { display: inline-block; background: #ffd700; color: #333; padding: 5px 12px; border-radius: 20px; font-size: 14px; margin-bottom: 15px; }
.detail-desc { color: #666; margin-bottom: 20px; line-height: 1.8; }
.detail-contact { display: flex; gap: 15px; flex-wrap: wrap; }
.detail-btn { background: #ffd700; color: #333; padding: 10px 25px; text-decoration: none; font-weight: bold; border-radius: 5px; transition: background 0.3s; display: inline-flex; align-items: center; gap: 8px; }
.detail-btn:hover { background: #e6c200; }
.detail-content { background: white; padding: 30px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.1); margin-bottom: 30px; }
.detail-content h2 { font-size: 24px; color: #c3a70d; margin: 30px 0 15px; padding-bottom: 10px; border-bottom: 1px solid #eee; }
.detail-content p { margin-bottom: 15px; line-height: 1.8; }
.content-pagination { margin: 40px 0; padding: 20px 0; border-top: 1px solid #eee; display: flex; justify-content: space-between; gap: 20px; }
.content-pagination-link { display: flex; align-items: center; gap: 8px; color: #333; text-decoration: none; max-width: 45%; transition: color 0.2s; }
.content-pagination-link .text { font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.content-pagination-link .icon { font-size: 16px; }
.content-pagination-link:hover { color: #c0392b; }
@media (max-width: 768px) { .content-pagination { flex-direction: column; gap: 15px; } .contact-bar{display: none;} .content-pagination-link { max-width: 100%; width: 100%; } }
.content-title { font-size: 20px; color: #1a1a1a; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #eee; }
.content-list { margin-bottom: 25px; }
.content-list li { list-style: none; margin-bottom: 12px; padding-left: 20px; position: relative; }
.content-list li::before { content: '●'; color: #ffd700; position: absolute; left: 0; }
.price-note { background: #f8f8f8; padding: 15px; border-radius: 5px; border-left: 3px solid #ffd700; margin-top: 20px; color: #666; font-size: 14px; }
.contact-bar { background: #1a1a1a; color: white; padding: 25px 0; text-align: center; border-radius: 8px; margin-bottom: 50px; }
.contact-bar h3 { font-size: 22px; margin-bottom: 15px; }
.contact-phone { font-size: 28px; color: #ffd700; margin-bottom: 15px; }
.contact-phone a { color: #ffd700; text-decoration: none; }
.related-section { margin-bottom: 50px; }
.related-title { font-size: 22px; color: #1a1a1a; margin-bottom: 25px; padding-left: 10px; border-left: 4px solid #ffd700; }
.related-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 20px; }
.related-card { background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.08); transition: transform 0.3s; }
.related-card:hover { transform: translateY(-3px); }
.related-card a { text-decoration: none; color: #333; display: block; }
.related-card img { width: 100%; object-fit: cover; }
.related-info { padding: 15px; }
.related-info h4 { font-size: 16px; margin-bottom: 5px; color: #1a1a1a; }
.related-info p { font-size: 13px; color: #666; line-height: 1.5; }
.hot-tag { display: inline-block; background: #ff4d4f; color: white; font-size: 12px; padding: 2px 6px; border-radius: 3px; margin-left: 5px; }
.new-tag { display: inline-block; background: #28a745; color: white; font-size: 12px; padding: 2px 6px; border-radius: 3px; margin-left: 5px; }
footer { background: #333; color: white; text-align: center; padding: 20px 0; margin-top: 30px; }
@media (max-width: 768px) { .header-content { flex-direction: column; gap: 10px; } .detail-info h1 { font-size: 22px; } .nav-links { justify-content: center; } .related-list { grid-template-columns: repeat(2, 1fr); } .detail-img img { width: 100%; border-radius: 5px; object-fit: cover; } .related-section { margin-bottom: 0; } }
@media (max-width: 480px) { .related-list { grid-template-columns: 1fr; } }