body { background-color: #f3ead3; color: #2c1d11; 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; }

.acv-wrap { max-width: 1040px; margin: 0 auto; padding: 0 20px; }

/* 悬浮原木导航 */
.acv-header { background: #faf6eb; border-bottom: 2px solid #2c1d11; position: sticky; top: 0; z-index: 100; height: 70px; display: flex; align-items: center; }
.acv-nav-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.acv-logo img { height: 26px; border: 1px solid #2c1d11; padding: 2px; }

.acv-menu { list-style: none; display: flex; gap: 40px; margin: 0; padding: 0; }
.acv-menu a { font-size: 14px; color: #7a6e60; font-weight: bold; transition: 0.3s; padding: 24px 0; border-bottom: 2px solid transparent; }
.acv-menu a:hover, .acv-active { color: #8b0000 !important; border-bottom: 2px solid #8b0000; }

.acv-user-btn { font-size: 13px; color: #f3ead3; background: #2c1d11; padding: 8px 24px; border-radius: 0 !important; font-weight: bold; border: 1px solid #2c1d11; transition: 0.3s; }
.acv-user-btn:hover { background: transparent; color: #2c1d11; box-shadow: 0 0 15px rgba(44, 29, 17, 0.4); }

/* 自然通知条 */
.acv-notice { background: #faf6eb; border: 1px solid #2c1d11; border-left: 4px solid #8b0000; padding: 18px 25px; margin: 30px 0; display: flex; align-items: center; gap: 15px; }
.acv-notice-dot { width: 8px; height: 8px; background: #8b0000; border-radius: 50% !important; flex-shrink: 0; }
.acv-notice-txt { font-size: 14px; color: #7a6e60; line-height: 1.6; }

/* 质朴标题 */
.acv-sec-title { font-size: 18px; font-weight: 700; color: #2c1d11; margin: 45px 0 20px; display: flex; align-items: center; gap: 10px; }
.acv-sec-title::before { content: ""; width: 4px; height: 16px; background: #8b0000; border-radius: 2px !important; }

/* 暖卡列表流 */
.acv-list-box { display: flex; flex-direction: column; gap: 16px; margin-bottom: 60px; }
.acv-list-row { background: #faf6eb; border: 2px solid #2c1d11; padding: 20px 24px; display: flex; align-items: center; transition: 0.3s; box-shadow: 4px 4px 0 #2c1d11; }
.acv-list-row:hover { border-color: #8b0000; background: #ffffff; box-shadow: 6px 6px 0 #2c1d11; transform: translateY(-2px); }

.acv-item-img { width: 56px; height: 56px; overflow: hidden; flex-shrink: 0; margin-right: 25px; border: 2px solid #2c1d11; background: #faf6eb; padding: 4px; }
.acv-item-img img { width: 100%; height: 100%; object-fit: contain; }

.acv-item-body { flex-grow: 1; display: flex; flex-direction: column; gap: 8px; }
.acv-item-name { font-size: 16px; font-weight: 700; color: #2c1d11; }
.acv-item-meta { display: flex; align-items: center; gap: 16px; font-size: 12px; font-weight: bold; color: #7a6e60; }
.acv-badge-auto { color: #8b0000; background: rgba(139, 0, 0, 0.08); padding: 2px 8px; border-radius: 4px !important; border: 1px solid rgba(139, 0, 0, 0.15); }
.acv-badge-hand { color: #7a6e60; background: #f3ead3; padding: 2px 8px; border-radius: 4px !important; border: 1px solid #e5dfd5; }
.acv-item-stock { color: #7a6e60; }

.acv-item-action { display: flex; align-items: center; gap: 35px; margin-left: 20px; }
.acv-item-price { font-size: 20px; font-weight: 700; color: #8b0000; font-family: Georgia, serif; }
.acv-btn-buy { background: transparent; color: #2c1d11; border: 2px solid #2c1d11; padding: 8px 24px; font-size: 13px; font-weight: bold; cursor: pointer; transition: 0.2s; }
.acv-list-row:hover .acv-btn-buy { background: #2c1d11; color: #f3ead3; }

/* 详情页面 */
.acv-detail-split { display: flex; gap: 40px; margin-top: 30px; align-items: flex-start; }
.acv-detail-visual { width: 45%; background: #ffffff; border: 2px solid #2c1d11; padding: 24px; display: flex; justify-content: center; align-items: center; box-shadow: 4px 4px 0 rgba(44, 29, 17, 0.02); }
.acv-detail-visual img { width: 100%; border: 2px solid #2c1d11; }
.acv-detail-right { flex-grow: 1; background: #ffffff; padding: 40px; border: 2px solid #2c1d11; box-shadow: 5px 5px 0 #2c1d11; }

.acv-detail-h1 { font-size: 22px; font-weight: 700; color: #2c1d11; margin-bottom: 25px; line-height: 1.4; }
.acv-price-ribbon { background: #f3ead3; padding: 20px 25px; border-radius: 8px !important; margin-bottom: 30px; display: flex; align-items: baseline; gap: 15px; border-left: 4px solid #8b0000; border-top: 1px solid #2c1d11; border-bottom: 1px solid #2c1d11; }
.acv-detail-price { font-size: 34px; font-weight: 700; color: #8b0000; font-family: Georgia, serif; }
.acv-detail-stock-txt { margin-left: auto; color: #7a6e60; font-size: 13px; font-weight: bold; }

.acv-f-row { margin-bottom: 22px; }
.acv-f-label { display: block; font-size: 12px; font-weight: bold; color: #7a6e60; margin-bottom: 10px; text-transform: uppercase; }
.acv-f-input { width: 100%; padding: 14px 16px; border: 2px solid #2c1d11; background: #f3ead3; font-size: 14px; color: #2c1d11; transition: 0.2s; outline: none; font-family: inherit; }
.acv-f-input:focus { border-color: #8b0000; box-shadow: 0 0 10px rgba(139, 0, 0, 0.1); }
.acv-btn-submit { width: 100%; background: #2c1d11; color: #f3ead3; padding: 16px; font-size: 16px; font-weight: bold; border: none; cursor: pointer; transition: 0.2s; }
.acv-btn-submit:hover { background: #3f2a18; box-shadow: 0 0 20px rgba(44, 29, 17, 0.3); }
.acv-btn-submit:disabled { background: #e5dfd5; color: #7a6e60; cursor: not-allowed; box-shadow: none; }

.acv-desc-container { background: #ffffff; padding: 40px; border: 2px solid #2c1d11; margin-top: 40px; box-shadow: 4px 4px 0 #2c1d11; }
.acv-desc-title { font-size: 18px; font-weight: 700; color: #2c1d11; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #2c1d11; display: flex; align-items: center; gap: 10px; }
.acv-desc-title::before { content: "::"; color: #c59b27; font-weight: bold; }
.acv-desc-html { line-height: 1.8; font-size: 14px; color: #7a6e60; }

.acv-footer { text-align: center; padding: 40px 0; margin-top: 60px; color: #7a6e60; font-size: 13px; border-top: 1px solid #2c1d11; background: #ffffff; }

@media (max-width: 900px) {
    .acv-detail-split { flex-direction: column; }
    .acv-detail-visual, .acv-detail-right { width: 100%; }
}
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    .acv-list-row { flex-direction: column; align-items: flex-start; padding: 20px; }
    .acv-item-img { margin-bottom: 15px; margin-right: 0; }
    .acv-item-action { margin-left: 0; margin-top: 20px; width: 100%; justify-content: space-between; border-top: 1px solid #2c1d11; padding-top: 15px; }
}\n