* { box-sizing: border-box; margin: 0; padding: 0; }
body.red-body { background-color: #ffffff; color: #222222; font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif; overflow-x: hidden; width: 100%; }
a { color: inherit; text-decoration: none; }
.red-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; width: 100%; }
.red-header { background: #ffffff; border-bottom: 1px solid #eeeeee; height: 75px; position: relative; z-index: 100; }
.red-nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.red-logo img { max-height: 45px; max-width: 200px; object-fit: contain; }
.red-nav { display: flex; list-style: none; height: 100%; align-items: center; }
.red-nav-item a { display: block; padding: 0 20px; height: 75px; line-height: 75px; color: #333333; font-size: 14px; font-weight: bold; transition: all 0.3s; }
.red-nav-item a:hover { color: #c5a059; }
.red-nav-item.active a { background: #000000; color: #ffffff !important; }
.red-notice { background: #fdfdfd; border-left: 4px solid #c5a059; border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.03); margin: 20px auto; padding: 12px 20px; font-size: 14px; color: #555555; }
.red-sec-title { text-align: center; font-size: 22px; font-weight: bold; color: #1c1c1c; margin: 40px 0 20px; text-transform: uppercase; letter-spacing: 1px; }
.red-sec-title::after { content: ""; display: block; width: 30px; height: 2px; background: #c5a059; margin: 10px auto 0; }
.red-five-col { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; margin-bottom: 35px; }
@media (max-width: 768px) { .red-five-col { grid-template-columns: repeat(2, 1fr); } }
.red-five-card { background: #fffdf5; border: 1px solid #f6f0dd; border-radius: 4px; padding: 15px; text-align: center; display: flex; flex-direction: column; justify-content: space-between; }
.red-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 35px; }
@media (max-width: 768px) { .red-gallery-grid { grid-template-columns: repeat(2, 1fr); } }
.red-card { background: #ffffff; border: 1px solid #eeeeee; padding: 20px; transition: all 0.3s; display: flex; flex-direction: column; justify-content: space-between; text-align: center; }
.red-card:hover { border-color: #c5a059; box-shadow: 0 8px 20px rgba(0,0,0,0.05); }
.red-brand-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 15px; margin-bottom: 35px; }
@media (max-width: 768px) { .red-brand-grid { grid-template-columns: repeat(2, 1fr); } }
.red-brand-card { background: #ffffff; border: 1px solid #f0f0f0; border-radius: 4px; padding: 12px; text-align: center; font-size: 12px; }
.red-editorial-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 35px; }
@media (max-width: 768px) { .red-editorial-grid { grid-template-columns: repeat(1, 1fr); } }
.red-editorial-card { background: #ffffff; border-radius: 6px; border: 1px solid #eeeeee; padding: 15px; }
.red-table { width: 100%; border-collapse: collapse; background: #ffffff; border-radius: 6px; overflow: hidden; margin-bottom: 30px; border: 1px solid #eee; }
.red-table th, .red-table td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #f0f0f0; font-size: 14px; }
.red-table th { background: #fafafa; color: #1c1c1c; font-weight: 600; }
.red-btn { background: #1c1c1c; color: #ffffff; padding: 6px 16px; border-radius: 4px; font-size: 13px; font-weight: 500; display: inline-block; border: none; cursor: pointer; transition: all 0.3s; }
.red-btn:hover { background: #c5a059; }
.red-price { color: #c5a059; font-weight: bold; font-size: 18px; }
.red-sub-footer { background: #1c1c1c; color: #aaaaaa; padding: 40px 0; border-bottom: 1px solid #2d2d2d; }
.red-sub-wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.red-gold-btn { background: #c5a059; color: #ffffff; padding: 10px 24px; border-radius: 4px; font-weight: bold; font-size: 14px; display: inline-block; }
.red-gold-btn:hover { background: #b08d4b; }
.red-footer { background: #111111; color: #888888; padding: 25px 0; text-align: center; font-size: 14px; }
.red-footer-links a { color: #ffffff; margin: 0 10px; font-weight: bold; }
.red-footer-links a:hover { color: #c5a059; }
.red-footer-sep { color: #333333; }
.red-copyright { margin-top: 15px; font-size: 13px; opacity: 0.8; }
.red-badge { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
.red-badge-auto { background: #fff5e6; color: #c5a059; }
.red-badge-manual { background: #f5f5f5; color: #616161; }
.red-detail-wrap { background: #ffffff; border-radius: 6px; padding: 30px; margin: 30px auto; border: 1px solid #e9ecef; }
