body { background-color: #f5efe6; color: #2d2522; font-family: "Georgia", "PingFang SC", "Microsoft YaHei", sans-serif; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
* { box-sizing: border-box; }

.cly-wrap { max-width: 1040px; margin: 0 auto; padding: 0 20px; }

/* 悬浮暖沙顶栏 */
.cly-header { background: #faf8f5; border-bottom: 1px solid #e1d8cd; position: sticky; top: 0; z-index: 100; height: 70px; display: flex; align-items: center; box-shadow: 0 4px 20px rgba(45, 37, 34, 0.02); }
.cly-nav-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.cly-logo img { height: 26px; }

.cly-menu { list-style: none; display: flex; gap: 40px; margin: 0; padding: 0; }
.cly-menu a { font-size: 14px; color: #736965; font-weight: 600; transition: 0.3s; padding: 24px 0; border-bottom: 2px solid transparent; }
.cly-menu a:hover, .cly-active { color: #b85042 !important; border-bottom: 2px solid #b85042; }

.cly-user-btn { font-size: 13px; color: #f5efe6; background: #3c5a43; padding: 8px 24px; border-radius: 4px; font-weight: 600; transition: 0.3s; }
.cly-user-btn:hover { background: #2f4734; box-shadow: 0 4px 12px rgba(60, 90, 67, 0.2); }

/* 系统通知条 */
.cly-notice { background: #faf8f5; border: 1px solid #e1d8cd; border-left: 4px solid #b85042; padding: 18px 25px; margin: 30px 0; border-radius: 8px; display: flex; align-items: center; gap: 15px; }
.cly-notice-dot { width: 8px; height: 8px; background: #b85042; border-radius: 50% !important; box-shadow: 0 0 8px #b85042; flex-shrink: 0; }
.cly-notice-txt { font-size: 14px; color: #736965; line-height: 1.6; }

/* 列表标题 */
.cly-sec-title { font-size: 18px; font-weight: 700; color: #2d2522; margin: 45px 0 20px; display: flex; align-items: center; gap: 10px; }
.cly-sec-title::before { content: ""; width: 4px; height: 16px; background: #b85042; border-radius: 2px; }

/* 泥白列表流 */
.cly-list-box { display: flex; flex-direction: column; gap: 16px; margin-bottom: 60px; }
.cly-list-row { background: #ffffff; border: 1px solid #e1d8cd; padding: 20px 24px; display: flex; align-items: center; transition: 0.3s; border-radius: 12px; }
.cly-list-row:hover { border-color: #b85042; background: #faf8f5; box-shadow: 0 8px 24px rgba(184, 80, 66, 0.05); transform: translateY(-1px); }

.cly-item-img { width: 56px; height: 56px; border-radius: 8px; overflow: hidden; flex-shrink: 0; margin-right: 25px; border: 1px solid #e1d8cd; background: #faf8f5; padding: 4px; }
.cly-item-img img { width: 100%; height: 100%; object-fit: contain; }

.cly-item-body { flex-grow: 1; display: flex; flex-direction: column; gap: 8px; }
.cly-item-name { font-size: 16px; font-weight: 700; color: #2d2522; }
.cly-item-meta { display: flex; align-items: center; gap: 16px; font-size: 12px; font-weight: 600; color: #736965; }
.cly-badge-auto { color: #b85042; background: #fbf0ee; padding: 2px 8px; border-radius: 4px; border: 1px solid #f7deda; }
.cly-badge-hand { color: #3c5a43; background: #edf2ee; padding: 2px 8px; border-radius: 4px; border: 1px solid #dbe5dd; }
.cly-item-stock { color: #8c827e; }

.cly-item-action { display: flex; align-items: center; gap: 35px; margin-left: 20px; }
.cly-item-price { font-size: 20px; font-weight: 700; color: #b85042; font-family: Georgia, serif; }
.cly-btn-buy { background: #3c5a43; color: #f5efe6; padding: 8px 24px; font-size: 13px; font-weight: 600; border-radius: 4px; border: none; cursor: pointer; transition: 0.2s; }
.cly-list-row:hover .cly-btn-buy { background: #2f4734; box-shadow: 0 4px 12px rgba(60, 90, 67, 0.2); }

/* 详情页面 */
.cly-detail-split { display: flex; gap: 40px; margin-top: 30px; align-items: flex-start; }
.cly-detail-visual { width: 45%; background: #ffffff; border: 1px solid #e1d8cd; padding: 24px; border-radius: 20px; box-shadow: 0 8px 24px rgba(45, 37, 34, 0.02); display: flex; justify-content: center; align-items: center; }
.cly-detail-visual img { width: 100%; border-radius: 8px; border: 1px solid #e1d8cd; }
.cly-detail-right { flex-grow: 1; background: #ffffff; padding: 40px; border: 1px solid #e1d8cd; border-radius: 20px; box-shadow: 0 8px 24px rgba(45, 37, 34, 0.02); }

.cly-detail-h1 { font-size: 22px; font-weight: 700; color: #2d2522; margin-bottom: 25px; line-height: 1.4; }
.cly-price-ribbon { background: #faf8f5; padding: 20px 25px; border-radius: 12px; margin-bottom: 30px; display: flex; align-items: baseline; gap: 15px; border-left: 4px solid #b85042; border-top: 1px solid #e1d8cd; border-bottom: 1px solid #e1d8cd; }
.cly-detail-price { font-size: 34px; font-weight: 700; color: #b85042; font-family: Georgia, serif; }
.cly-detail-stock-txt { margin-left: auto; color: #736965; font-size: 13px; font-weight: 600; }

.cly-f-row { margin-bottom: 22px; }
.cly-f-label { display: block; font-size: 12px; font-weight: 700; color: #736965; margin-bottom: 10px; text-transform: uppercase; }
.cly-f-input { width: 100%; padding: 14px 16px; border: 1px solid #e1d8cd; background: #ffffff; font-size: 14px; color: #2d2522; border-radius: 8px; transition: 0.2s; outline: none; }
.cly-f-input:focus { border-color: #b85042; box-shadow: 0 0 0 3px rgba(184, 80, 66, 0.1); }
.cly-btn-submit { width: 100%; background: #b85042; color: #f5efe6; padding: 16px; font-size: 16px; font-weight: 700; border: none; border-radius: 8px; cursor: pointer; transition: 0.2s; }
.cly-btn-submit:hover { background: #9d3e32; box-shadow: 0 4px 15px rgba(184, 80, 66, 0.25); }
.cly-btn-submit:disabled { background: #e1d8cd; color: #736965; cursor: not-allowed; box-shadow: none; }

.cly-desc-container { background: #ffffff; padding: 40px; border: 1px solid #e1d8cd; margin-top: 40px; border-radius: 20px; }
.cly-desc-title { font-size: 18px; font-weight: 700; color: #2d2522; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #e1d8cd; display: flex; align-items: center; gap: 10px; }
.cly-desc-title::before { content: ""; width: 8px; height: 8px; background: #b85042; border-radius: 50% !important; display: inline-block; }
.cly-desc-html { line-height: 1.8; font-size: 14px; color: #534844; }

.cly-footer { text-align: center; padding: 40px 0; margin-top: 60px; color: #8c827e; font-size: 13px; border-top: 1px solid #e1d8cd; background: #ffffff; }

@media (max-width: 900px) {
    .cly-detail-split { flex-direction: column; }
    .cly-detail-visual, .cly-detail-right { width: 100%; }
}
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    .cly-list-row { flex-direction: column; align-items: flex-start; padding: 20px; }
    .cly-item-img { margin-bottom: 15px; margin-right: 0; }
    .cly-item-action { margin-left: 0; margin-top: 20px; width: 100%; justify-content: space-between; border-top: 1px solid #e1d8cd; padding-top: 15px; }
}\n