body { background-color: #f3f4f6; color: #000000; font-family: "Helvetica Neue", Helvetica, "PingFang SC", sans-serif; margin: 0; padding: 0; }
a { text-decoration: none; color: inherit; }
* { box-sizing: border-box; }

.axs-wrap { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

/* 瑞士海报式顶栏 */
.axs-header { background: #ffffff; border-bottom: 3px solid #000000; position: sticky; top: 0; z-index: 100; height: 75px; display: flex; align-items: center; }
.axs-nav-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.axs-logo img { height: 26px; border: 2px solid #000000; padding: 2px; }

.axs-menu { list-style: none; display: flex; gap: 40px; margin: 0; padding: 0; }
.axs-menu a { font-size: 13px; color: #000000; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; transition: color 0.2s; }
.axs-menu a:hover, .axs-active { color: #ff3b30 !important; }

.axs-user-btn { font-size: 13px; color: #ffffff; background: #000000; padding: 10px 24px; font-weight: 800; transition: 0.1s; border: 2px solid #000000; }
.axs-user-btn:hover { background: #ff3b30; border-color: #ff3b30; }

/* 警告红公告条 */
.axs-notice { background: #ff3b30; border: 2px solid #000000; padding: 16px 25px; margin: 30px 0; display: flex; align-items: center; gap: 15px; color: #ffffff; font-weight: 800; font-size: 14px; }
.axs-notice-badge { background: #000000; color: #ffffff; padding: 2px 8px; font-size: 11px; }

/* 秩序主义标题 */
.axs-hero-title { font-size: 32px; font-weight: 900; color: #000000; margin: 60px 0 20px; letter-spacing: -1px; text-transform: uppercase; }

/* 轴线列表流 */
.axs-list-box { background: #ffffff; border: 2px solid #000000; margin-bottom: 50px; }
.axs-row { display: flex; align-items: center; padding: 24px 30px; border-bottom: 2px solid #000000; transition: background 0.2s; }
.axs-row:last-child { border-bottom: none; }
.axs-row:hover { background: #f9fafb; }

.axs-num { font-size: 36px; font-weight: 900; color: #ff3b30; font-family: monospace; width: 60px; flex-shrink: 0; }
.axs-img-frame { width: 64px; height: 64px; border: 2px solid #000000; padding: 2px; background: #fff; flex-shrink: 0; margin-right: 30px; }
.axs-img-frame img { width: 100%; height: 100%; object-fit: contain; }

.axs-info { flex-grow: 1; display: flex; flex-direction: column; gap: 8px; }
.axs-name { font-size: 18px; font-weight: 800; color: #000000; }
.axs-meta { display: flex; align-items: center; gap: 15px; font-size: 13px; font-weight: 700; color: #4b5563; }
.axs-badge-auto { background: #e0f2fe; color: #0369a1; padding: 2px 8px; border: 1px solid #0369a1; }
.axs-badge-hand { background: #f3f4f6; color: #4b5563; padding: 2px 8px; border: 1px solid #4b5563; }
.axs-stock { color: #9ca3af; }

.axs-action { display: flex; align-items: center; gap: 40px; margin-left: 20px; }
.axs-price { font-size: 24px; font-weight: 900; color: #000000; }
.axs-btn-buy { background: #000000; color: #ffffff; border: 2px solid #000000; padding: 10px 26px; font-size: 14px; font-weight: 800; transition: 0.1s; cursor: pointer; }
.axs-row:hover .axs-btn-buy { background: #ff3b30; border-color: #ff3b30; }

/* 详情页排版 */
.axs-detail-grid { display: flex; gap: 50px; margin-top: 30px; align-items: flex-start; }
.axs-detail-visual { width: 42%; background: #ffffff; border: 2px solid #000000; padding: 25px; display: flex; align-items: center; justify-content: center; }
.axs-detail-visual img { width: 100%; border: 2px solid #000000; }
.axs-detail-panel { width: 58%; background: #ffffff; border: 2px solid #000000; padding: 40px; }

.axs-detail-h1 { font-size: 28px; font-weight: 900; color: #000000; margin-bottom: 25px; line-height: 1.2; letter-spacing: -0.5px; }
.axs-price-ribbon { border-top: 2px solid #000000; border-bottom: 2px solid #000000; padding: 20px 0; margin-bottom: 30px; display: flex; align-items: baseline; gap: 15px; }
.axs-detail-price { font-size: 42px; font-weight: 900; color: #ff3b30; }
.axs-detail-stock-txt { margin-left: auto; color: #4b5563; font-size: 14px; font-weight: 700; }

.axs-f-row { margin-bottom: 24px; }
.axs-f-label { display: block; font-size: 13px; font-weight: 800; color: #000000; margin-bottom: 10px; text-transform: uppercase; }
.axs-input { width: 100%; padding: 14px 16px; border: 2px solid #000000; background: #ffffff; font-size: 15px; font-weight: 700; color: #000000; outline: none; transition: 0.1s; }
.axs-input:focus { border-color: #ff3b30; box-shadow: 4px 4px 0 rgba(255, 59, 48, 0.15); }
.axs-btn-submit { width: 100%; background: #000000; color: #ffffff; padding: 16px; font-size: 16px; font-weight: 800; border: 2px solid #000000; cursor: pointer; transition: 0.1s; margin-top: 10px; }
.axs-btn-submit:hover { background: #ff3b30; border-color: #ff3b30; }
.axs-btn-submit:disabled { background: #e5e7eb; color: #9ca3af; border-color: #e5e7eb; cursor: not-allowed; }

.axs-desc-container { background: #ffffff; padding: 40px; border: 2px solid #000000; margin-top: 40px; }
.axs-desc-title { font-size: 20px; font-weight: 900; color: #000000; margin-bottom: 25px; text-transform: uppercase; border-bottom: 3px solid #000000; padding-bottom: 10px; display: inline-block; }
.axs-desc-html { line-height: 1.8; font-size: 15px; color: #374151; }

.axs-footer { text-align: center; padding: 40px 0; margin-top: 60px; color: #9ca3af; font-size: 12px; font-weight: 800; border-top: 2px solid #000000; background: #ffffff; }

@media (max-width: 900px) {
    .axs-detail-grid { flex-direction: column; }
    .axs-detail-visual, .axs-detail-panel { width: 100%; }
}
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    .axs-row { flex-direction: column; align-items: flex-start; padding: 20px; }
    .axs-num { margin-bottom: 10px; }
    .axs-img-frame { margin-bottom: 15px; margin-right: 0; }
    .axs-action { margin-left: 0; margin-top: 20px; width: 100%; justify-content: space-between; border-top: 2px solid #000000; padding-top: 15px; }
}\n