body { background-color: #f5ebd0; color: #2d2d2d; font-family: "Georgia", "Times New Roman", "Songti SC", "SimSun", serif; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
* { box-sizing: border-box; border-radius: 0 !important; }

.gzt-wrap { max-width: 1040px; margin: 0 auto; padding: 0 20px; }

/* 复古双线顶栏 */
.gzt-header { background: #f5ebd0; border-bottom: 4px double #2d2d2d; position: sticky; top: 0; z-index: 100; height: 75px; display: flex; align-items: center; }
.gzt-nav-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.gzt-logo img { height: 32px; border: 2px solid #2d2d2d; padding: 3px; background: #fff; }

.gzt-menu { list-style: none; display: flex; gap: 40px; margin: 0; padding: 0; }
.gzt-menu a { font-size: 15px; color: #2d2d2d; font-weight: bold; transition: none; padding: 24px 0; border-bottom: 2px solid transparent; }
.gzt-menu a:hover, .gzt-active { color: #2d2d2d !important; border-bottom: 2px solid #2d2d2d; }

.gzt-user-btn { font-size: 13px; color: #f5ebd0; background: #2d2d2d; padding: 10px 24px; font-weight: bold; border: 1px solid #2d2d2d; transition: none; }
.gzt-user-btn:hover { background: transparent; color: #2d2d2d; }

/* 剪报公告栏 */
.gzt-notice { background: #faf6eb; border: 1px solid #2d2d2d; border-left: 6px solid #2d2d2d; padding: 18px 25px; margin: 30px 0; display: flex; align-items: center; gap: 15px; }
.gzt-notice-badge { border: 1px solid #2d2d2d; padding: 2px 8px; font-size: 11px; font-weight: bold; background: #2d2d2d; color: #faf6eb; }
.gzt-notice-txt { font-size: 14px; color: #2d2d2d; line-height: 1.6; font-family: "SimSun", serif; }

/* 活字印刷标题 */
.gzt-sec-title { font-size: 24px; font-weight: bold; color: #2d2d2d; margin: 50px 0 20px; border-bottom: 3px double #2d2d2d; padding-bottom: 8px; display: inline-block; letter-spacing: 2px; }

/* 复古画报列表 */
.gzt-list-box { display: flex; flex-direction: column; margin-bottom: 60px; border-top: 3px double #2d2d2d; }
.gzt-list-row { display: flex; align-items: center; padding: 25px 0; border-bottom: 3px double #2d2d2d; transition: background 0.1s; }
.gzt-list-row:hover { background: #ede2be; }

.gzt-news-img { width: 80px; height: 80px; flex-shrink: 0; margin-right: 30px; background: #fff; border: 2px solid #2d2d2d; padding: 3px; box-shadow: 3px 3px 0 #2d2d2d; }
.gzt-news-img img { width: 100%; height: 100%; object-fit: contain; }

.gzt-item-body { flex-grow: 1; display: flex; flex-direction: column; gap: 8px; }
.gzt-item-name { font-size: 20px; font-weight: bold; color: #2d2d2d; }
.gzt-item-meta { display: flex; align-items: center; gap: 16px; font-size: 12px; font-weight: bold; color: #555; font-family: "SimSun", serif; }
.gzt-badge-auto { border: 1px solid #2d2d2d; padding: 1px 6px; }
.gzt-badge-hand { background: #2d2d2d; color: #f5ebd0; padding: 1px 6px; }
.gzt-item-stock { color: #555; }

.gzt-item-action { display: flex; align-items: center; gap: 35px; margin-left: 20px; }
.gzt-item-price { font-size: 24px; font-weight: bold; color: #2d2d2d; font-family: "Georgia", serif; }
.gzt-btn-buy { border: 2px solid #2d2d2d; background: transparent; color: #2d2d2d; padding: 8px 24px; font-size: 13px; font-weight: bold; transition: none; cursor: pointer; }
.gzt-list-row:hover .gzt-btn-buy { background: #2d2d2d; color: #f5ebd0; }

/* 详情页面 */
.gzt-detail-split { display: flex; gap: 40px; margin-top: 30px; align-items: flex-start; }
.gzt-detail-visual { width: 45%; background: #ffffff; border: 2px solid #2d2d2d; padding: 20px; display: flex; justify-content: center; align-items: center; }
.gzt-detail-visual img { width: 100%; border: 1px solid #2d2d2d; }
.gzt-detail-right { flex-grow: 1; background: #faf6eb; padding: 40px; border: 1px dashed #2d2d2d; }

.gzt-detail-h1 { font-size: 26px; font-weight: bold; color: #2d2d2d; margin-bottom: 25px; line-height: 1.4; }
.gzt-price-ribbon { border-top: 3px double #2d2d2d; border-bottom: 3px double #2d2d2d; padding: 20px 0; margin-bottom: 30px; display: flex; align-items: baseline; gap: 15px; }
.gzt-detail-price { font-size: 38px; font-weight: bold; color: #2d2d2d; font-family: "Georgia", serif; }
.gzt-detail-stock-txt { margin-left: auto; color: #555; font-size: 13px; font-weight: bold; font-family: "SimSun", serif; }

.gzt-f-row { margin-bottom: 22px; }
.gzt-f-label { display: block; font-size: 13px; font-weight: bold; color: #2d2d2d; margin-bottom: 10px; }
.gzt-f-input { width: 100%; padding: 14px 16px; border: 1px solid #2d2d2d; background: #ffffff; font-size: 14px; color: #2d2d2d; transition: none; outline: none; font-family: "SimSun", serif; }
.gzt-f-input:focus { background: #f5ebd0; }
.gzt-btn-submit { width: 100%; background: #2d2d2d; color: #f5ebd0; padding: 16px; font-size: 16px; font-weight: bold; border: none; cursor: pointer; transition: none; }
.gzt-btn-submit:hover { background: transparent; color: #2d2d2d; border: 1px solid #2d2d2d; padding: 15px; }
.gzt-btn-submit:disabled { background: #ede2be; color: #7a735c; cursor: not-allowed; border: none; }

.gzt-desc-container { background: #faf6eb; padding: 40px; border: 1px solid #2d2d2d; margin-top: 40px; }
.gzt-desc-title { font-size: 18px; font-weight: bold; color: #2d2d2d; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 3px double #2d2d2d; display: flex; align-items: center; gap: 10px; }
.gzt-desc-title::before { content: "■"; color: #2d2d2d; }
.gzt-desc-html { line-height: 2; font-size: 14px; color: #2d2d2d; font-family: "SimSun", serif; }

.gzt-footer { text-align: center; padding: 40px 0; margin-top: 60px; color: #777; font-size: 13px; border-top: 3px double #2d2d2d; background: #f5ebd0; }

@media (max-width: 900px) {
    .gzt-detail-split { flex-direction: column; }
    .gzt-detail-visual, .gzt-detail-right { width: 100%; }
}
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    .gzt-list-row { flex-direction: column; align-items: flex-start; padding: 25px 0; }
    .gzt-news-img { margin-bottom: 15px; margin-right: 0; }
    .gzt-item-action { margin-left: 0; margin-top: 20px; width: 100%; justify-content: space-between; border-top: 1px dashed #2d2d2d; padding-top: 15px; }
}\n