* { box-sizing: border-box; margin: 0; padding: 0; }
body.music-body { background-color: #f5f6f8; color: #333333; font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif; overflow-x: hidden; width: 100%; }
a { color: inherit; text-decoration: none; }
.music-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; width: 100%; }
.music-topbar { background-color: #ffffff; color: #666666; font-size: 12px; height: 35px; line-height: 35px; border-bottom: 1px solid #f0f0f0; }
.music-topbar-wrap { display: flex; justify-content: space-between; }
.music-header { background: #ffffff; border-bottom: 2px solid #a67c52; }
.music-logo-bar { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; }
.music-logo img { max-height: 50px; max-width: 250px; object-fit: contain; }
.music-hotline { text-align: right; }
.music-hotline p { font-size: 12px; color: #888888; }
.music-hotline h4 { color: #a67c52; font-size: 18px; font-weight: bold; margin-top: 2px; }
.music-navbar { background: #1c1d22; height: 50px; }
.music-nav { display: flex; list-style: none; height: 50px; align-items: center; }
.music-nav-item a { display: block; padding: 0 20px; height: 50px; line-height: 50px; color: #ffffff; font-size: 15px; font-weight: bold; transition: background 0.3s; }
.music-nav-item a:hover { background: #000000; color: #a67c52; }
.music-notice { background: #ffffff; border-left: 4px solid #a67c52; border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); margin: 20px auto; padding: 12px 20px; font-size: 14px; color: #555555; }
.music-sec-title { font-size: 20px; font-weight: 700; color: #111111; margin: 30px 0 15px; text-align: center; position: relative; }
.music-sec-title::after { content: ""; display: block; width: 40px; height: 3px; background: #a67c52; margin: 8px auto 0; }
.music-grid-four { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .music-grid-four { grid-template-columns: repeat(2, 1fr); } }
.music-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 8px; padding: 15px; transition: all 0.3s; display: flex; flex-direction: column; justify-content: space-between; }
.music-card:hover { border-color: #a67c52; box-shadow: 0 6px 16px rgba(166,124,82,0.06); }
.music-card-img { width: 100%; height: 110px; object-fit: contain; margin-bottom: 10px; }
.music-dark-sec { background: #1c1d22; padding: 40px 20px; border-radius: 8px; margin-bottom: 30px; }
.music-dark-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 768px) { .music-dark-grid { grid-template-columns: 1fr; } }
.music-dark-card { background: rgba(255, 255, 255, 0.05); border: 1px solid #a67c52; border-radius: 6px; padding: 25px; text-align: center; color: #ffffff; }
.music-banner-stripe { background: #1c1d22; color: #ffffff; padding: 25px 0; text-align: center; border-radius: 6px; margin-bottom: 30px; border: 1px solid #a67c52; }
.music-carousel-wrap { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 15px; margin-bottom: 30px; }
.music-carousel { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
@media (max-width: 768px) { .music-carousel { grid-template-columns: 1fr; } }
.music-carousel-card { background: #f8fafc; border-radius: 4px; padding: 15px; text-align: center; }
.music-sidebar { background: #ffffff; border: 1px solid #e0e0e0; padding: 15px; border-radius: 4px; }
.music-sidebar h3 { font-size: 15px; font-weight: bold; margin-bottom: 12px; color: #a67c52; border-bottom: 2px solid #a67c52; padding-bottom: 5px; }
.music-sidebar-list { list-style: none; line-height: 2.2; font-size: 14px; color: #555; }
.music-table { width: 100%; border-collapse: collapse; background: #ffffff; border-radius: 6px; overflow: hidden; margin-bottom: 30px; border: 1px solid #eee; }
.music-table th, .music-table td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #f0f0f0; font-size: 14px; }
.music-table th { background: #fdfaf7; color: #a67c52; font-weight: 600; }
.music-btn { background: #a67c52; color: #ffffff; padding: 6px 16px; border-radius: 4px; font-size: 13px; font-weight: 500; display: inline-block; border: none; cursor: pointer; transition: background 0.3s; }
.music-btn:hover { background: #8c7355; }
.music-price { color: #d9232e; font-weight: bold; font-size: 18px; }
.music-footer { background: #1c1d22; color: #ced4da; padding: 40px 0 20px; margin-top: 50px; text-align: center; font-size: 14px; }
.music-footer-links a { color: #f8f9fa; margin: 0 10px; font-weight: bold; }
.music-footer-links a:hover { color: #a67c52; }
.music-footer-sep { color: #495057; }
.music-copyright { margin-top: 20px; font-size: 13px; color: #6c757d; }
.music-badge { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
.music-badge-auto { background: #fdfaf7; color: #a67c52; }
.music-badge-manual { background: #f1f3f5; color: #495057; }
.music-detail-wrap { background: #ffffff; border-radius: 6px; padding: 30px; margin: 30px auto; border: 1px solid #e9ecef; }
