body { background-color: #ffffff; color: #000000; font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", sans-serif; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; letter-spacing: 0.5px; }
a { text-decoration: none; color: inherit; }
* { box-sizing: border-box; border-radius: 0 !important; }

.axm-wrap { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* 先锋极简顶栏 */
.axm-header { background: #ffffff; border-bottom: 4px solid #000000; position: sticky; top: 0; z-index: 100; height: 80px; display: flex; align-items: center; }
.axm-nav-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.axm-logo img { height: 32px; filter: grayscale(1) contrast(1.5); }

.axm-menu { list-style: none; display: flex; gap: 50px; margin: 0; padding: 0; }
.axm-menu a { font-size: 15px; color: #000000; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; transition: 0.2s; padding: 28px 0; border-bottom: 4px solid transparent; }
.axm-menu a:hover, .axm-active { color: #0033ff !important; border-bottom: 4px solid #0033ff; }

.axm-user-btn { font-size: 14px; color: #ffffff; background: #000000; padding: 12px 30px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; transition: 0.2s; border: 2px solid #000000; }
.axm-user-btn:hover { background: #0033ff; border-color: #0033ff; box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1); }

/* 黑框高亮公告条 */
.axm-notice { background: #0033ff; border: 3px solid #000000; padding: 20px 30px; margin: 40px 0; display: flex; align-items: center; gap: 20px; box-shadow: 6px 6px 0 #000000; }
.axm-notice-dot { background: #000000; color: #0033ff; padding: 4px 12px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; }
.axm-notice-txt { font-size: 15px; color: #ffffff; font-weight: 600; line-height: 1.6; }

/* 粗暴大标题 */
.axm-sec-title { font-size: 36px; font-weight: 900; color: #000000; margin: 60px 0 30px; text-transform: uppercase; letter-spacing: -1px; }

/* 无侧边框画廊列表流 */
.axm-list-box { display: flex; flex-direction: column; margin-bottom: 80px; border-top: 4px solid #000000; }
.axm-list-row { display: flex; align-items: center; padding: 35px 0; border-bottom: 1px solid #e5e5e5; transition: 0.3s; }
.axm-list-row:last-child { border-bottom: 4px solid #000000; }
.axm-list-row:hover { background: #f8f9fa; padding-left: 20px; padding-right: 20px; border-bottom: 1px solid #000000; }

.axm-item-img { width: 90px; height: 90px; overflow: hidden; flex-shrink: 0; margin-right: 40px; border: 2px solid #000000; background: #ffffff; padding: 4px; box-shadow: 4px 4px 0 #000000; transition: 0.3s; }
.axm-list-row:hover .axm-item-img { box-shadow: 6px 6px 0 #0033ff; border-color: #0033ff; }
.axm-item-img img { width: 100%; height: 100%; object-fit: contain; filter: grayscale(0.8); transition: 0.3s; }
.axm-list-row:hover .axm-item-img img { filter: grayscale(0); }

.axm-item-body { flex-grow: 1; display: flex; flex-direction: column; gap: 12px; }
.axm-item-name { font-size: 22px; font-weight: 900; color: #000000; letter-spacing: -0.5px; }
.axm-item-meta { display: flex; align-items: center; gap: 20px; font-size: 13px; font-weight: 700; color: #666666; text-transform: uppercase; }
.axm-badge-auto { color: #ffffff; background: #0033ff; padding: 4px 12px; border: 2px solid #000000; }
.axm-badge-hand { color: #000000; background: #e5e5e5; padding: 4px 12px; border: 2px solid #000000; }
.axm-item-stock { color: #000000; font-weight: 800; }

.axm-item-action { display: flex; align-items: center; gap: 40px; margin-left: 30px; }
.axm-item-price { font-size: 28px; font-weight: 900; color: #000000; }
.axm-btn-buy { background: #000000; color: #ffffff; padding: 12px 35px; font-size: 14px; font-weight: 800; border: 2px solid #000000; cursor: pointer; transition: 0.2s; text-transform: uppercase; letter-spacing: 1px; }
.axm-list-row:hover .axm-btn-buy { background: #0033ff; color: #ffffff; border-color: #0033ff; box-shadow: 4px 4px 0 #000000; transform: translate(-2px, -2px); }

/* 详情页面报版设计 */
.axm-detail-split { display: flex; gap: 60px; margin-top: 40px; align-items: flex-start; }
.axm-detail-visual { width: 50%; background: #ffffff; border: 4px solid #000000; padding: 30px; display: flex; justify-content: center; align-items: center; box-shadow: 8px 8px 0 #000000; }
.axm-detail-visual img { width: 100%; border: 2px solid #000000; filter: contrast(1.1); }
.axm-detail-right { flex-grow: 1; padding: 0; }

.axm-detail-h1 { font-size: 36px; font-weight: 900; color: #000000; margin-bottom: 25px; line-height: 1.2; letter-spacing: -1px; }
.axm-price-ribbon { border-top: 4px solid #000000; border-bottom: 4px solid #000000; padding: 25px 0; margin-bottom: 40px; display: flex; align-items: baseline; gap: 25px; }
.axm-detail-price { font-size: 48px; font-weight: 900; color: #0033ff; }
.axm-detail-stock-txt { margin-left: auto; color: #000000; font-size: 15px; font-weight: 800; text-transform: uppercase; background: #e5e5e5; padding: 5px 15px; border: 2px solid #000000; }

.axm-f-row { margin-bottom: 30px; position: relative; }
.axm-f-label { display: block; font-size: 14px; font-weight: 800; color: #000000; margin-bottom: 15px; text-transform: uppercase; letter-spacing: 1px; }
.axm-f-input { width: 100%; padding: 15px 0; border: none; border-bottom: 3px solid #cccccc; background: transparent; font-size: 16px; color: #000000; transition: 0.3s; outline: none; font-weight: 600; font-family: inherit; }
.axm-f-input:focus { border-bottom: 3px solid #0033ff; }
.axm-btn-submit { width: 100%; background: #000000; color: #ffffff; padding: 22px; font-size: 18px; font-weight: 900; border: 3px solid #000000; cursor: pointer; transition: 0.2s; letter-spacing: 2px; text-transform: uppercase; margin-top: 20px; box-shadow: 6px 6px 0 #0033ff; }
.axm-btn-submit:hover { transform: translate(-3px, -3px); box-shadow: 9px 9px 0 #0033ff; background: #0033ff; border-color: #0033ff; }
.axm-btn-submit:disabled { background: #e5e5e5; color: #999999; border-color: #cccccc; cursor: not-allowed; box-shadow: none; transform: none; }

.axm-desc-container { background: transparent; padding: 0; margin-top: 80px; border-top: 4px solid #000000; padding-top: 50px; }
.axm-desc-title { font-size: 24px; font-weight: 900; color: #000000; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 2px; }
.axm-desc-html { line-height: 2; font-size: 16px; color: #333333; font-weight: 500; }

.axm-footer { text-align: center; padding: 60px 0; margin-top: 100px; color: #ffffff; font-size: 13px; font-weight: 800; background: #000000; letter-spacing: 2px; text-transform: uppercase; }

@media (max-width: 900px) {
    .axm-detail-split { flex-direction: column; gap: 40px; }
    .axm-detail-visual, .axm-detail-right { width: 100%; }
}
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    .axm-list-row { flex-direction: column; align-items: flex-start; padding: 30px 0; }
    .axm-list-row:hover { padding-left: 0; padding-right: 0; background: transparent; transform: none; }
    .axm-item-img { margin-bottom: 20px; margin-right: 0; width: 100%; height: auto; aspect-ratio: 16/9; }
    .axm-item-action { margin-left: 0; margin-top: 25px; width: 100%; justify-content: space-between; flex-direction: row; }
}\n