body { background-color: #f2eee1; color: #2c2823; font-family: "PingFang SC", "Microsoft YaHei", sans-serif; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
* { box-sizing: border-box; border-radius: 0 !important; }

.sol-wrap { max-width: 1040px; margin: 0 auto; padding: 0 20px; }

/* 悬浮顶栏 */
.sol-header { background: #faf8f5; border-bottom: 2px solid #d4cebe; position: sticky; top: 0; z-index: 100; height: 70px; display: flex; align-items: center; }
.sol-nav-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.sol-logo img { height: 26px; border: 1px solid #2b4c3f; padding: 2px; }

.sol-menu { list-style: none; display: flex; gap: 40px; margin: 0; padding: 0; }
.sol-menu a { font-size: 14px; color: #7a6e60; font-weight: bold; transition: 0.3s; padding: 24px 0; border-bottom: 2px solid transparent; }
.sol-menu a:hover, .sol-active { color: #2b4c3f !important; border-bottom: 2px solid #2b4c3f; }

.sol-user-btn { font-size: 13px; color: #f2eee1; background: #2b4c3f; padding: 8px 24px; border-radius: 8px !important; font-weight: bold; border: 1px solid #2b4c3f; transition: 0.3s; }
.sol-user-btn:hover { background: transparent; color: #2b4c3f; box-shadow: 0 0 15px rgba(43, 76, 63, 0.4); }

/* 系统通知条 */
.sol-notice { background: #ffffff; border: 1px solid #d4cebe; border-left: 4px solid #2b4c3f; padding: 18px 25px; margin: 30px 0; border-radius: 8px !important; display: flex; align-items: center; gap: 15px; }
.sol-notice-dot { width: 8px; height: 8px; background: #2b4c3f; border-radius: 50% !important; flex-shrink: 0; }
.sol-notice-txt { font-size: 14px; color: #7a6e60; line-height: 1.6; }

/* 列表标题 */
.sol-sec-title { font-size: 18px; font-weight: bold; color: #2b4c3f; margin: 45px 0 20px; display: flex; align-items: center; gap: 10px; }
.sol-sec-title::before { content: "[SOL-TAG] "; color: #2b4c3f; font-weight: bold; }

/* 邮签列表流 */
.sol-list-box { display: flex; flex-direction: column; gap: 16px; margin-bottom: 60px; }
.sol-list-row { background: #ffffff; border: 1px solid #d4cebe; padding: 20px 24px; display: flex; align-items: center; transition: 0.3s; box-shadow: 4px 4px 0 rgba(43, 76, 63, 0.02); }
.sol-list-row:hover { border-color: #2b4c3f; background: #faf8f5; box-shadow: 4px 4px 0 #2b4c3f; transform: translate(-2px, -2px); }

.sol-item-img { width: 56px; height: 56px; overflow: hidden; flex-shrink: 0; margin-right: 25px; border: 1px solid #2b4c3f; background: #fff; padding: 2px; border-radius: 6px !important; }
.sol-item-img img { width: 100%; height: 100%; object-fit: contain; }

.sol-item-body { flex-grow: 1; display: flex; flex-direction: column; gap: 8px; }
.sol-item-name { font-size: 16px; font-weight: bold; color: #2c2823; }
.sol-item-meta { display: flex; align-items: center; gap: 16px; font-size: 12px; font-weight: bold; color: #7a6e60; }
.sol-badge-auto { color: #2b4c3f; background: rgba(43, 76, 63, 0.08); padding: 2px 8px; border-radius: 4px !important; border: 1px solid rgba(43, 76, 63, 0.15); }
.sol-badge-hand { color: #7a6e60; background: #f2eee1; padding: 2px 8px; border-radius: 4px !important; border: 1px solid #d4cebe; }
.sol-item-stock { color: #7a6e60; }

.sol-item-action { display: flex; align-items: center; gap: 35px; margin-left: 20px; }
.sol-item-price { font-size: 20px; font-weight: bold; color: #d97736; font-family: monospace; }
.sol-btn-buy { background: transparent; color: #2b4c3f; border: 1px solid #2b4c3f; padding: 8px 24px; font-size: 13px; font-weight: bold; border-radius: 6px !important; cursor: pointer; transition: 0.2s; }
.sol-list-row:hover .sol-btn-buy { background: #2b4c3f; color: #f2eee1; border-color: #2b4c3f; }

/* 详情页面 */
.sol-detail-split { display: flex; gap: 40px; margin-top: 30px; align-items: flex-start; }
.sol-detail-visual { width: 45%; background: #ffffff; border: 1px solid #d4cebe; padding: 24px; display: flex; justify-content: center; align-items: center; box-shadow: 4px 4px 0 rgba(43, 76, 63, 0.02); }
.sol-detail-visual img { width: 100%; border: 1px solid #d4cebe; }
.sol-detail-right { flex-grow: 1; background: #ffffff; padding: 40px; border: 1px solid #d4cebe; border-radius: 12px !important; box-shadow: 5px 5px 0 #2b4c3f; }

.sol-detail-h1 { font-size: 22px; font-weight: 700; color: #2c2823; margin-bottom: 25px; line-height: 1.4; }
.sol-price-ribbon { background: #f2eee1; padding: 20px 25px; margin-bottom: 30px; display: flex; align-items: baseline; gap: 15px; border-left: 4px solid #2b4c3f; border-top: 1px solid #d4cebe; border-bottom: 1px solid #d4cebe; }
.sol-detail-price { font-size: 34px; font-weight: 700; color: #d97736; font-family: monospace; }
.sol-detail-stock-txt { margin-left: auto; color: #7a6e60; font-size: 13px; font-weight: bold; }

.sol-f-row { margin-bottom: 22px; }
.sol-f-label { display: block; font-size: 12px; font-weight: bold; color: #7a6e60; margin-bottom: 10px; text-transform: uppercase; }
.sol-f-input { width: 100%; padding: 14px 16px; border: 1px solid #d4cebe; background: #f2eee1; font-size: 14px; color: #2c2823; border-radius: 8px !important; transition: 0.2s; outline: none; font-family: inherit; }
.sol-f-input:focus { border-color: #2b4c3f; box-shadow: 0 0 10px rgba(43, 76, 63, 0.1); }
.sol-btn-submit { width: 100%; background: #2b4c3f; color: #f2eee1; padding: 16px; font-size: 16px; font-weight: bold; border: none; border-radius: 8px !important; cursor: pointer; transition: 0.2s; }
.sol-btn-submit:hover { background: #1c3229; box-shadow: 0 0 20px rgba(43, 76, 63, 0.3); }
.sol-btn-submit:disabled { background: #d4cebe; color: #7a6e60; cursor: not-allowed; box-shadow: none; }

.sol-desc-container { background: #ffffff; padding: 40px; border: 1px solid #d4cebe; margin-top: 40px; }
.sol-desc-title { font-size: 18px; font-weight: 700; color: #2c2823; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #d4cebe; display: flex; align-items: center; gap: 10px; }
.sol-desc-title::before { content: "::"; color: #d97736; font-weight: bold; }
.sol-desc-html { line-height: 1.8; font-size: 14px; color: #7a6e60; }

.sol-footer { text-align: center; padding: 40px 0; margin-top: 60px; color: #7a6e60; font-size: 13px; border-top: 1px solid #d4cebe; background: #ffffff; }

@media (max-width: 900px) {
    .sol-detail-split { flex-direction: column; }
    .sol-detail-visual, .sol-detail-right { width: 100%; }
}
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    .sol-list-row { flex-direction: column; align-items: flex-start; padding: 20px; }
    .sol-item-img { margin-bottom: 15px; margin-right: 0; }
    .sol-item-action { margin-left: 0; margin-top: 20px; width: 100%; justify-content: space-between; border-top: 1px solid #d4cebe; padding-top: 15px; }
}\n