* { box-sizing: border-box; margin: 0; padding: 0; }
body.color-body { background-color: #f5f6f8; color: #333333; font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif; overflow-x: hidden; width: 100%; display: flex; min-height: 100vh; }
a { color: inherit; text-decoration: none; }
.color-sidebar { width: 260px; background: #ffffff; border-right: 1px solid #eef2f6; display: flex; flex-direction: column; flex-shrink: 0; position: fixed; top: 0; bottom: 0; left: 0; z-index: 1000; }
.color-logo-wrap { padding: 30px 20px; border-bottom: 1px solid #eef2f6; text-align: center; }
.color-logo img { max-height: 40px; max-width: 180px; object-fit: contain; }
.color-nav { list-style: none; display: flex; flex-direction: column; padding: 20px 0; }
.color-nav-item a { display: block; padding: 15px 30px; color: #666666; font-size: 15px; font-weight: bold; transition: all 0.3s; }
.color-nav-item a:hover, .color-nav-item.active a { color: #0088cc; background: #f0f2f5; border-left: 4px solid #0088cc; }
.color-main-content { margin-left: 260px; flex-grow: 1; min-width: 0; display: flex; flex-direction: column; justify-content: space-between; }
.color-container { max-width: 940px; margin: 0 auto; padding: 30px 15px; width: 100%; }
.color-header-bar { display: flex; justify-content: space-between; align-items: center; background: #ffffff; height: 60px; padding: 0 30px; border-bottom: 1px solid #eef2f6; }
.color-search-box { display: flex; align-items: center; background: #f5f6f8; border-radius: 4px; overflow: hidden; height: 32px; border: 1px solid #eef2f6; }
.color-search-input { background: none; border: none; padding: 0 10px; font-size: 12px; height: 100%; width: 180px; outline: none; color: #333; }
.color-search-btn { background: #0088cc; border: none; color: #ffffff; width: 40px; height: 100%; cursor: pointer; }
.color-notice { background: #ffffff; border-left: 4px solid #0088cc; border-radius: 4px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); margin-bottom: 25px; padding: 12px 20px; font-size: 14px; color: #555555; }
.color-sec-title { font-size: 18px; font-weight: bold; color: #333; margin: 30px 0 15px; position: relative; padding-left: 12px; }
.color-sec-title::before { content: ""; position: absolute; left: 0; top: 3px; bottom: 3px; width: 4px; background: #0088cc; border-radius: 2px; }
.color-tag-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 15px; margin-bottom: 30px; }
@media (max-width: 768px) { .color-tag-grid { grid-template-columns: repeat(3, 1fr); } }
.color-tag-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 15px; text-align: center; transition: all 0.3s; }
.color-tag-card:hover { border-color: #0088cc; }
.color-grid-two { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .color-grid-two { grid-template-columns: 1fr; } }
.color-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 8px; padding: 20px; transition: all 0.3s; display: flex; align-items: center; justify-content: space-between; }
.color-card:hover { border-color: #0088cc; box-shadow: 0 6px 16px rgba(0,136,204,0.06); }
.color-card-img { width: 60px; height: 60px; max-width: 60px; max-height: 60px; object-fit: contain; margin-right: 15px; flex-shrink: 0; }
.color-card-info { flex-grow: 1; min-width: 0; }
.color-card-title { font-size: 14px; font-weight: bold; color: #333333; word-break: break-all; margin-bottom: 5px; }
.color-grid-six { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .color-grid-six { grid-template-columns: repeat(2, 1fr); } }
.color-common-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; }
.color-common-card:hover { border-color: #0088cc; box-shadow: 0 6px 16px rgba(0,136,204,0.06); }
.color-common-img { width: 100%; height: 100px; object-fit: contain; margin-bottom: 8px; }
.color-table { width: 100%; border-collapse: collapse; background: #ffffff; border-radius: 6px; overflow: hidden; margin-bottom: 30px; border: 1px solid #eef2f6; }
.color-table th, .color-table td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #eef2f6; font-size: 14px; }
.color-table th { background: #f0f2f5; color: #333333; font-weight: 600; }
.color-btn { background: #0088cc; 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; }
.color-btn:hover { background: #006699; }
.color-price { color: #d9232e; font-weight: bold; font-size: 18px; }
.color-footer { background: #ffffff; color: #666666; padding: 40px 0 20px; text-align: center; font-size: 14px; border-top: 1px solid #eef2f6; }
.color-footer-links a { color: #333333; margin: 0 10px; font-weight: bold; }
.color-footer-links a:hover { color: #0088cc; }
.color-footer-sep { color: #eef2f6; }
.color-copyright { margin-top: 20px; font-size: 13px; color: #999999; }
.color-badge { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
.color-badge-auto { background: #f0f2f5; color: #0088cc; }
.color-badge-manual { background: #f5f5f5; color: #616161; }
.color-detail-wrap { background: #ffffff; border-radius: 6px; padding: 30px; margin: 30px auto; border: 1px solid #eef2f6; }
@media (max-width: 768px) { .color-sidebar { display: none; } .color-main-content { margin-left: 0; } }
