* { box-sizing: border-box; margin: 0; padding: 0; }
body.assemble-body { background-color: #f7f9f6; color: #333333; font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif; overflow-x: hidden; width: 100%; }
a { color: inherit; text-decoration: none; }
.assemble-container { max-width: 1200px; margin: 0 auto; padding: 0 15px; width: 100%; }
.assemble-topbar { background-color: #ffffff; color: #666666; font-size: 12px; height: 35px; line-height: 35px; border-bottom: 1px solid #f0f0f0; }
.assemble-topbar-wrap { display: flex; justify-content: space-between; }
.assemble-header { background: #ffffff; border-bottom: 2px solid #4caf50; }
.assemble-logo-bar { display: flex; justify-content: space-between; align-items: center; padding: 15px 0; }
.assemble-logo img { max-height: 45px; max-width: 180px; object-fit: contain; }
.assemble-top-nav-small { display: flex; gap: 20px; font-size: 12px; color: #888888; }
.assemble-top-nav-small a:hover { color: #4caf50; }
.assemble-navbar { background: #4caf50; height: 50px; }
.assemble-nav { display: flex; list-style: none; height: 50px; align-items: center; overflow-x: auto; scrollbar-width: none; }
.assemble-nav::-webkit-scrollbar { display: none; }
.assemble-nav-item a { display: block; padding: 0 18px; height: 50px; line-height: 50px; color: #ffffff; font-size: 14px; font-weight: bold; transition: background 0.3s; white-space: nowrap; }
.assemble-nav-item a:hover, .assemble-nav-item.active a { background: #388e3c; }
.assemble-notice { background: #ffffff; border-left: 4px solid #4caf50; 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; }
.assemble-sec-title { font-size: 18px; font-weight: bold; color: #4caf50; margin: 30px 0 15px; padding-bottom: 8px; border-bottom: 2px solid #e8f5e9; display: flex; justify-content: space-between; align-items: flex-end; }
.assemble-sec-title span { font-size: 11px; color: #999999; font-weight: normal; text-transform: uppercase; margin-left: 10px; }
.assemble-hero-sec { display: grid; grid-template-columns: 2fr 1fr; gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .assemble-hero-sec { grid-template-columns: 1fr; } }
.assemble-hero-left { background: #ffffff; border: 1px solid #eef2f6; border-radius: 8px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; }
.assemble-hero-right { background: #ffffff; border: 1px solid #eef2f6; border-radius: 8px; padding: 20px; }
.assemble-news-item { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px dashed #eee; font-size: 13px; }
.assemble-news-item:last-child { border-bottom: none; }
.assemble-combo-sec { display: grid; grid-template-columns: 1.2fr 1.8fr; gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .assemble-combo-sec { grid-template-columns: 1fr; } }
.assemble-combo-left { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 20px; }
.assemble-combo-right { display: grid; grid-template-columns: 1fr; gap: 12px; }
.assemble-combo-row { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 15px; display: flex; justify-content: space-between; align-items: center; }
.assemble-three-col { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .assemble-three-col { grid-template-columns: 1fr; } }
.assemble-two-col { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 30px; }
@media (max-width: 768px) { .assemble-two-col { grid-template-columns: 1fr; } }
.assemble-list-card { background: #ffffff; border: 1px solid #eef2f6; border-radius: 6px; padding: 20px; }
.assemble-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; }
.assemble-card:hover { border-color: #4caf50; box-shadow: 0 6px 16px rgba(76,175,80,0.06); }
.assemble-card-img { width: 100%; height: 100px; object-fit: contain; margin-bottom: 8px; }
.assemble-table { width: 100%; border-collapse: collapse; background: #ffffff; border-radius: 6px; overflow: hidden; margin-bottom: 30px; }
.assemble-table th, .assemble-table td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #f0f0f0; font-size: 14px; }
.assemble-table th { background: #f1f8f3; color: #4caf50; font-weight: 600; }
.assemble-btn { background: #4caf50; 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; }
.assemble-btn:hover { background: #388e3c; }
.assemble-price { color: #d9232e; font-weight: bold; font-size: 18px; }
.assemble-footer { background: #ffffff; color: #666666; padding: 40px 0 20px; margin-top: 50px; text-align: center; font-size: 14px; border-top: 1px solid #e0e0e0; }
.assemble-footer-links a { color: #666666; margin: 0 10px; font-weight: bold; }
.assemble-copyright { margin-top: 20px; font-size: 13px; color: #999999; }
.assemble-badge { display: inline-block; padding: 2px 8px; border-radius: 4px; font-size: 12px; }
.assemble-badge-auto { background: #f1f8f3; color: #4caf50; }
.assemble-badge-manual { background: #f5f5f5; color: #616161; }
.assemble-detail-wrap { background: #ffffff; border-radius: 6px; padding: 30px; margin: 30px auto; border: 1px solid #e9ecef; }
