body { margin: 0; background: #fcf9f2; color: #1c1c1c; font-family: 'Georgia', 'SimSun', serif; font-size: 13px; line-height: 1.6; }
.aeo-layout { max-width: 900px; margin: 40px auto; padding: 0 15px; box-sizing: border-box; }
.aeo-header { border: 3px double #1c1c1c; padding: 25px; background: #fcf9f2; margin-bottom: 30px; text-align: center; position: relative; }
.aeo-header::after { content: "◆ 活字印书 ◆"; position: absolute; top: -10px; left: 50%; transform: translateX(-50%); background: #fcf9f2; padding: 0 15px; color: #a64a3c; font-size: 11px; font-weight: bold; }
.aeo-logo img { height: 26px; filter: grayscale(1) contrast(1.5); margin-bottom: 15px; }
.aeo-nav { display: flex; justify-content: center; gap: 30px; border-top: 1px solid #1c1c1c; padding-top: 15px; }
.aeo-nav a { color: #555; text-decoration: none; font-size: 13px; font-weight: bold; }
.aeo-nav a:hover, .aeo-nav .active { color: #a64a3c; border-bottom: 2px solid #a64a3c; }
.aeo-notice-bar { border: 1px dashed #a64a3c; padding: 15px; background: #fcf9f2; margin-bottom: 30px; }
.aeo-notice-title { font-weight: bold; color: #a64a3c; margin-bottom: 5px; }
.aeo-cat-hd { font-size: 14px; font-weight: bold; margin: 35px 0 15px; border-bottom: 1px solid #1c1c1c; padding-bottom: 5px; color: #a64a3c; }
.aeo-list { display: flex; flex-direction: column; gap: 20px; }
.aeo-card { display: flex; background: #fcf9f2; border: 3px double #1c1c1c; padding: 20px; text-decoration: none; color: #1c1c1c; align-items: center; justify-content: space-between; position: relative; }
.aeo-card:hover { background: #fffdf9; border-color: #a64a3c; }
.aeo-info-side { display: flex; align-items: center; gap: 20px; flex: 1; }
.aeo-img-box { width: 60px; height: 60px; background: #fff; border: 1px solid #1c1c1c; display: flex; align-items: center; justify-content: center; overflow: hidden; flex-shrink: 0; }
.aeo-img-box img { width: 50%; height: 50%; object-fit: contain; filter: grayscale(1); }
.aeo-name { font-size: 13px; font-weight: bold; color: #1c1c1c; margin-bottom: 5px; }
.aeo-price { font-size: 15px; font-weight: bold; color: #a64a3c; }
.aeo-tag-auto { position: absolute; top: 12px; right: 20px; font-size: 9px; border: 1px solid #a64a3c; padding: 1px 5px; color: #a64a3c; background: rgba(166,74,60,0.08); }
.aeo-trade-node { border: 3px double #1c1c1c; display: flex; flex-wrap: wrap; background: #fcf9f2; }
.aeo-media-side { flex: 0 0 35%; padding: 40px; display: flex; align-items: center; border-right: 1px solid #1c1c1c; box-sizing: border-box; background: #fff; }
.aeo-media-side img { width: 100%; filter: grayscale(1); }
.aeo-form-side { flex: 1; padding: 40px; min-width: 320px; box-sizing: border-box; }
.aeo-title { font-size: 16px; font-weight: bold; margin-bottom: 15px; border-bottom: 1px solid #1c1c1c; padding-bottom: 10px; }
.aeo-tag-status { display: inline-block; padding: 3px 8px; border: 1px solid #1c1c1c; font-size: 10px; margin-bottom: 20px; color: #555; }
.aeo-price-node { margin-bottom: 25px; padding: 20px; background: #fff; border: 1px solid #1c1c1c; display: flex; justify-content: space-between; align-items: center; }
.aeo-input { width: 100%; height: 42px; background: #fff; border: 1px solid #1c1c1c; color: #1c1c1c; padding: 0 15px; box-sizing: border-box; outline: none; }
.aeo-input:focus { border-color: #a64a3c; }
.aeo-btn-submit { width: 100%; height: 46px; background: #1c1c1c; color: #fff; border: none; cursor: pointer; font-size: 12px; font-weight: bold; transition: 0.2s; }
.aeo-btn-submit:hover { background: #a64a3c; }
.aeo-btn-submit:disabled { background: #eee; color: #aaa; border: 1px solid #ccc; cursor: not-allowed; }
.aeo-desc-box { margin-top: 30px; border: 1px solid #1c1c1c; padding: 30px; background: #fcf9f2; }
.aeo-desc-title { font-size: 11px; font-weight: bold; margin-bottom: 15px; border-left: 2px solid #a64a3c; padding-left: 10px; }
.aeo-ls-container { border: 1px solid #1c1c1c; background: #fff; }
.aeo-ls-th { display: flex; padding: 12px 20px; background: #fcf9f2; border-bottom: 1px solid #1c1c1c; color: #555; }
.aeo-ls-tr { display: flex; padding: 16px 20px; border-bottom: 1px solid #1c1c1c; align-items: center; }
.aeo-ls-tr:last-child { border-bottom: none; }
.aeo-cl-name { flex: 2; } .aeo-cl-name a { color: #1c1c1c; text-decoration: none; font-weight: bold; }
.aeo-cl-mode, .aeo-cl-price, .aeo-cl-stock { flex: 0.8; text-align: center; }
.aeo-cl-opt { flex: 0.6; text-align: right; }
.aeo-btn-go { display: inline-block; background: #1c1c1c; color: #fff; padding: 4px 15px; text-decoration: none; font-size: 11px; font-weight: bold; }
.aeo-checkout-node { background: #fcf9f2; border: 1px solid #1c1c1c; padding: 30px; max-width: 520px; margin: 40px auto; }
.aeo-data-row { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px dashed #1c1c1c; }
.aeo-money-total { font-size: 18px; font-weight: bold; color: #a64a3c; }
.aeo-gateway-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 15px; }
.aeo-gateway-btn { background: #fff; border: 1px solid #1c1c1c; padding: 15px; cursor: pointer; display: flex; align-items: center; justify-content: center; }
.aeo-gateway-btn img { height: 24px; filter: grayscale(1); }
.aeo-auth-node { background: #fcf9f2; border: 1px solid #1c1c1c; overflow: hidden; max-width: 440px; margin: 40px auto; }
.aeo-auth-tab { display: flex; background: #fff; border-bottom: 1px solid #1c1c1c; }
.aeo-auth-link { flex: 1; text-align: center; line-height: 48px; color: #555; text-decoration: none; border-right: 1px solid #1c1c1c; }
.aeo-auth-link:last-child { border-right: none; }
.aeo-auth-link.is-active { background: #fcf9f2; color: #1c1c1c; font-weight: bold; position: relative; }
.aeo-auth-link.is-active::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #a64a3c; }
.aeo-mini-table { margin-top: 20px; border: 1px solid #1c1c1c; overflow: hidden; }
.aeo-mini-row { display: flex; padding: 10px; border-bottom: 1px solid #1c1c1c; align-items: center; color: #555; }
.aeo-mini-h { background: #fff; }
.aeo-m-node { border: 1px solid #1c1c1c; margin-bottom: 10px; background: #fff; overflow: hidden; }
.aeo-m-trigger { padding: 12px; display: flex; justify-content: space-between; cursor: pointer; }
.aeo-footer { border-top: 1px solid #1c1c1c; padding-top: 25px; margin-top: 40px; font-size: 11px; text-align: center; color: #555; }
.aeo-footer a { color: #555; text-decoration: none; margin: 0 10px; }
@media (max-width: 768px) {
    .aeo-card { flex-direction: column; align-items: flex-start; gap: 15px; }
    .aeo-footer-meta { width: 100%; display: flex; justify-content: space-between; }
    .aeo-trade-node { flex-direction: column; }
    .aeo-media-side { border-right: none; }
}
