body { background-color: #f1f3f5; color: #1a1a1a; font-family: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
* { box-sizing: border-box; border-radius: 0 !important; }

.mnl-wrap { max-width: 1040px; margin: 0 auto; padding: 0 20px; }

/* 悬浮顶栏 */
.mnl-header { background: #ffffff; border-bottom: 2px solid #000000; position: sticky; top: 0; z-index: 100; height: 72px; display: flex; align-items: center; }
.mnl-nav-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.mnl-logo img { height: 26px; border: 2px solid #000000; padding: 2px; }

.mnl-menu { list-style: none; display: flex; gap: 40px; margin: 0; padding: 0; }
.mnl-menu a { font-size: 14px; color: #555555; font-weight: 700; transition: 0.2s; padding: 24px 0; border-bottom: 2px solid transparent; }
.mnl-menu a:hover, .mnl-active { color: #1e40af !important; border-bottom: 2px solid #000000; }

.mnl-user-btn { font-size: 13px; color: #ffffff; background: #000000; padding: 10px 24px; font-weight: 700; border: 1px solid #000000; transition: 0.2s; }
.mnl-user-btn:hover { background: #1e40af; border-color: #1e40af; }

/* 通知条 */
.mnl-notice { background: #ffffff; border: 2px solid #000000; box-shadow: 4px 4px 0 #000000; padding: 18px 25px; margin: 30px 0; display: flex; align-items: center; gap: 15px; }
.mnl-notice-dot { width: 8px; height: 8px; background: #cf2b2b; border: 1px solid #000000; flex-shrink: 0; }
.mnl-notice-txt { font-size: 14px; color: #1a1a1a; font-weight: 600; line-height: 1.6; }

/* 标题 */
.mnl-sec-title { font-size: 20px; font-weight: 800; color: #1a1a1a; margin: 45px 0 20px; display: flex; align-items: center; gap: 10px; }
.mnl-sec-title::before { content: ""; width: 6px; height: 16px; background: #1e40af; border: 1px solid #000000; }

/* 画廊列表流 */
.mnl-list-box { display: flex; flex-direction: column; gap: 16px; margin-bottom: 60px; }
.mnl-list-row { background: #ffffff; border: 2px solid #000000; padding: 20px 24px; display: flex; align-items: center; transition: 0.15s; box-shadow: 4px 4px 0 #000000; }
.mnl-list-row:hover { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 #000000; background: #fdfdfc; }

.mnl-item-img { width: 56px; height: 56px; overflow: hidden; flex-shrink: 0; margin-right: 25px; border: 1px solid #000000; background: #f1f3f5; padding: 2px; }
.mnl-item-img img { width: 100%; height: 100%; object-fit: contain; }

.mnl-item-body { flex-grow: 1; display: flex; flex-direction: column; gap: 8px; }
.mnl-item-name { font-size: 16px; font-weight: 800; color: #1a1a1a; }
.mnl-item-meta { display: flex; align-items: center; gap: 16px; font-size: 12px; font-weight: 700; color: #1a1a1a; }
.mnl-badge-auto { color: #ffffff; background: #1e40af; padding: 2px 8px; border: 1px solid #000000; }
.mnl-badge-hand { color: #1a1a1a; background: #e2e8f0; padding: 2px 8px; border: 1px solid #000000; }
.mnl-item-stock { color: #475569; }

.mnl-item-action { display: flex; align-items: center; gap: 35px; margin-left: 20px; }
.mnl-item-price { font-size: 20px; font-weight: 800; color: #cf2b2b; }
.mnl-btn-buy { background: #ffffff; color: #1a1a1a; padding: 8px 24px; font-size: 13px; font-weight: 800; border: 1px solid #000000; cursor: pointer; transition: 0.1s; }
.mnl-list-row:hover .mnl-btn-buy { background: #1e40af; color: #ffffff; border-color: #000000; }

/* 详情页面 */
.mnl-detail-split { display: flex; gap: 40px; margin-top: 30px; align-items: flex-start; }
.mnl-detail-visual { width: 45%; background: #ffffff; border: 2px solid #000000; padding: 24px; display: flex; justify-content: center; align-items: center; box-shadow: 4px 4px 0 #000000; }
.mnl-detail-visual img { width: 100%; border: 1px solid #000000; }
.mnl-detail-right { flex-grow: 1; background: #ffffff; padding: 40px; border: 2px solid #000000; box-shadow: 6px 6px 0 #1e40af; }

.mnl-detail-h1 { font-size: 22px; font-weight: 800; color: #1a1a1a; margin-bottom: 25px; line-height: 1.4; }
.mnl-price-ribbon { background: #fdfdfc; padding: 20px 25px; margin-bottom: 30px; display: flex; align-items: baseline; gap: 15px; border: 1px solid #000000; border-left: 6px solid #1e40af; }
.mnl-detail-price { font-size: 34px; font-weight: 800; color: #cf2b2b; }
.mnl-detail-stock-txt { margin-left: auto; color: #1a1a1a; font-size: 13px; font-weight: 700; }

.mnl-f-row { margin-bottom: 22px; }
.mnl-f-label { display: block; font-size: 13px; font-weight: 800; color: #1a1a1a; margin-bottom: 10px; text-transform: uppercase; }
.mnl-f-input { width: 100%; padding: 14px 16px; border: 1px solid #000000; background: #ffffff; font-size: 14px; color: #1a1a1a; font-weight: 600; transition: 0.1s; outline: none; }
.mnl-f-input:focus { border-color: #1e40af; }
.mnl-btn-submit { width: 100%; background: #1e40af; color: #ffffff; padding: 16px; font-size: 16px; font-weight: 800; border: 1px solid #000000; cursor: pointer; transition: 0.1s; }
.mnl-btn-submit:hover { background: #153188; }
.mnl-btn-submit:disabled { background: #e2e8f0; color: #94a3b8; border-color: #cbd5e1; }

.mnl-desc-container { background: #ffffff; padding: 40px; border: 2px solid #000000; margin-top: 40px; box-shadow: 6px 6px 0 #000000; }
.mnl-desc-title { font-size: 18px; font-weight: 800; color: #1a1a1a; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #000000; display: flex; align-items: center; gap: 10px; }
.mnl-desc-title::before { content: ""; width: 8px; height: 8px; background: #cf2b2b; border: 1px solid #000000; display: inline-block; }
.mnl-desc-html { line-height: 1.8; font-size: 14px; color: #1a1a1a; font-weight: 600; }

.mnl-footer { text-align: center; padding: 40px 0; margin-top: 60px; color: #475569; font-size: 13px; border-top: 1px solid #000000; background: #ffffff; }

@media (max-width: 900px) {
    .mnl-detail-split { flex-direction: column; }
    .mnl-detail-visual, .mnl-detail-right { width: 100%; }
}
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    .mnl-list-row { flex-direction: column; align-items: flex-start; padding: 20px; }
    .mnl-item-img { margin-bottom: 15px; margin-right: 0; }
    .mnl-item-action { margin-left: 0; margin-top: 20px; width: 100%; justify-content: space-between; border-top: 1px solid #000000; padding-top: 15px; }
}\n