body { background-color: #f7f5f0; color: #1a1a1a; font-family: "Georgia", "Times New Roman", "PingFang SC", "Microsoft YaHei", serif; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
* { box-sizing: border-box; border-radius: 0 !important; }

.qtz-wrap { max-width: 1080px; margin: 0 auto; padding: 0 20px; }

/* 杂志顶栏 */
.qtz-header { background: #f7f5f0; border-bottom: 3px solid #1a1a1a; position: sticky; top: 0; z-index: 100; height: 75px; display: flex; align-items: center; }
.qtz-nav-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.qtz-logo img { height: 28px; filter: contrast(1.2) grayscale(1); }

.qtz-menu { list-style: none; display: flex; gap: 45px; margin: 0; padding: 0; }
.qtz-menu a { font-size: 15px; color: #1a1a1a; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; transition: 0.2s; padding: 26px 0; border-bottom: 3px solid transparent; }
.qtz-menu a:hover, .qtz-active { color: #991b1b !important; border-bottom: 3px solid #991b1b; }

.qtz-user-btn { font-size: 13px; color: #f7f5f0; background: #1a1a1a; padding: 10px 28px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; transition: 0.2s; border: 1px solid #1a1a1a; }
.qtz-user-btn:hover { background: #991b1b; border-color: #991b1b; }

/* 报版通知条 */
.qtz-notice { background: #ffffff; border-top: 2px solid #1a1a1a; border-bottom: 2px solid #1a1a1a; padding: 20px 0; margin: 40px 0; display: flex; align-items: center; gap: 20px; }
.qtz-notice-dot { background: #1a1a1a; color: #ffffff; padding: 4px 10px; font-size: 12px; font-weight: 700; letter-spacing: 1px; }
.qtz-notice-txt { font-size: 14px; color: #444444; line-height: 1.6; }

/* 大标题 */
.qtz-sec-title { font-size: 28px; font-weight: 900; color: #1a1a1a; margin: 60px 0 25px; text-transform: uppercase; letter-spacing: 2px; }

/* 杂志划线列表流 (无左右边框) */
.qtz-list-box { display: flex; flex-direction: column; margin-bottom: 80px; border-top: 3px solid #1a1a1a; }
.qtz-list-row { display: flex; align-items: center; padding: 30px 0; border-bottom: 1px solid #d1cdb8; transition: 0.3s; }
.qtz-list-row:last-child { border-bottom: 3px solid #1a1a1a; }
.qtz-list-row:hover { background: #f0ead6; padding-left: 15px; padding-right: 15px; }

.qtz-item-img { width: 90px; height: 90px; overflow: hidden; flex-shrink: 0; margin-right: 35px; border: 1px solid #1a1a1a; background: #fff; padding: 4px; }
.qtz-item-img img { width: 100%; height: 100%; object-fit: contain; }

.qtz-item-body { flex-grow: 1; display: flex; flex-direction: column; gap: 10px; }
.qtz-item-name { font-size: 20px; font-weight: 800; color: #1a1a1a; letter-spacing: 0.5px; }
.qtz-item-meta { display: flex; align-items: center; gap: 20px; font-size: 13px; font-weight: 600; color: #555555; }
.qtz-badge-auto { color: #991b1b; border: 1px solid #991b1b; padding: 2px 10px; }
.qtz-badge-hand { color: #555555; border: 1px solid #888888; padding: 2px 10px; }
.qtz-item-stock { color: #888888; }

.qtz-item-action { display: flex; align-items: center; gap: 40px; margin-left: 20px; }
.qtz-item-price { font-size: 26px; font-weight: 900; color: #1a1a1a; font-family: "Helvetica Neue", sans-serif; }
.qtz-btn-buy { background: #1a1a1a; color: #ffffff; padding: 12px 35px; font-size: 14px; font-weight: 700; border: none; cursor: pointer; transition: 0.2s; text-transform: uppercase; letter-spacing: 1px; }
.qtz-list-row:hover .qtz-btn-buy { background: #991b1b; }

/* 详情页面 */
.qtz-detail-split { display: flex; gap: 60px; margin-top: 40px; align-items: flex-start; }
.qtz-detail-visual { width: 45%; background: #ffffff; border: 2px solid #1a1a1a; padding: 20px; display: flex; justify-content: center; align-items: center; }
.qtz-detail-visual img { width: 100%; border: 1px solid #1a1a1a; }
.qtz-detail-right { flex-grow: 1; padding: 10px 0; }

.qtz-detail-h1 { font-size: 32px; font-weight: 900; color: #1a1a1a; margin-bottom: 25px; line-height: 1.3; letter-spacing: 1px; }
.qtz-price-ribbon { border-top: 2px solid #1a1a1a; border-bottom: 2px solid #1a1a1a; padding: 25px 0; margin-bottom: 40px; display: flex; align-items: baseline; gap: 20px; }
.qtz-detail-price { font-size: 42px; font-weight: 900; color: #991b1b; font-family: "Helvetica Neue", sans-serif; }
.qtz-detail-stock-txt { margin-left: auto; color: #555555; font-size: 14px; font-weight: 700; }

.qtz-f-row { margin-bottom: 25px; }
.qtz-f-label { display: block; font-size: 13px; font-weight: 800; color: #1a1a1a; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 1px; }
.qtz-f-input { width: 100%; padding: 16px 20px; border: 1px solid #1a1a1a; background: #ffffff; font-size: 15px; color: #1a1a1a; transition: 0.2s; outline: none; font-family: inherit; }
.qtz-f-input:focus { border-color: #991b1b; box-shadow: 4px 4px 0 rgba(153, 27, 27, 0.1); }
.qtz-btn-submit { width: 100%; background: #1a1a1a; color: #ffffff; padding: 18px; font-size: 17px; font-weight: 800; border: none; cursor: pointer; transition: 0.2s; letter-spacing: 2px; text-transform: uppercase; }
.qtz-btn-submit:hover { background: #991b1b; }
.qtz-btn-submit:disabled { background: #d1cdb8; color: #888888; cursor: not-allowed; }

.qtz-desc-container { background: transparent; padding: 0; border-top: 3px solid #1a1a1a; margin-top: 60px; padding-top: 40px; }
.qtz-desc-title { font-size: 20px; font-weight: 900; color: #1a1a1a; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 2px; }
.qtz-desc-html { line-height: 1.9; font-size: 15px; color: #333333; }

.qtz-footer { text-align: center; padding: 50px 0; margin-top: 80px; color: #555555; font-size: 12px; font-weight: 700; border-top: 1px solid #d1cdb8; background: #f7f5f0; letter-spacing: 1px; }

@media (max-width: 900px) {
    .qtz-detail-split { flex-direction: column; gap: 30px; }
    .qtz-detail-visual, .qtz-detail-right { width: 100%; }
}
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    .qtz-list-row { flex-direction: column; align-items: flex-start; padding: 25px 0; }
    .qtz-list-row:hover { padding-left: 0; padding-right: 0; }
    .qtz-item-img { margin-bottom: 20px; margin-right: 0; width: 100%; height: auto; aspect-ratio: 16/9; }
    .qtz-item-action { margin-left: 0; margin-top: 25px; width: 100%; justify-content: space-between; flex-direction: row; }
}\n