body { background-color: #f5f3eb; color: #1c1c1e; font-family: "Helvetica Neue", Arial, "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; }

.cvs-wrap { max-width: 1040px; margin: 0 auto; padding: 0 20px; }

/* 极简网格顶栏 */
.cvs-header { background: #ffffff; border-bottom: 2px solid #1c1c1e; position: sticky; top: 0; z-index: 100; height: 70px; display: flex; align-items: center; }
.cvs-nav-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.cvs-logo img { height: 26px; border: 1px solid #1c1c1e; padding: 2px; }

.cvs-menu { list-style: none; display: flex; gap: 40px; margin: 0; padding: 0; }
.cvs-menu a { font-size: 14px; color: #1c1c1e; font-weight: 700; transition: color 0.2s; padding: 24px 0; border-bottom: 2px solid transparent; text-transform: uppercase; }
.cvs-menu a:hover, .cvs-active { color: #1e40af !important; border-bottom: 2px solid #1e40af; }

.cvs-user-btn { font-size: 13px; color: #ffffff; background: #1c1c1e; padding: 8px 24px; font-weight: 700; border: 1px solid #1c1c1e; transition: 0.2s; }
.cvs-user-btn:hover { background: #1e40af; border-color: #1e40af; }

/* 警示公告 */
.cvs-notice { background: #ffffff; border: 1px solid #1c1c1e; border-left: 5px solid #cf2b2b; padding: 18px 25px; margin: 30px 0; display: flex; align-items: center; gap: 15px; }
.cvs-notice-dot { width: 8px; height: 8px; background: #cf2b2b; flex-shrink: 0; }
.cvs-notice-txt { font-size: 14px; color: #1c1c1e; font-weight: 600; line-height: 1.6; }

/* 列表标题 */
.cvs-sec-title { font-size: 20px; font-weight: 800; color: #1c1c1e; margin: 45px 0 20px; display: flex; align-items: center; gap: 10px; text-transform: uppercase; }
.cvs-sec-title::before { content: ""; width: 6px; height: 16px; background: #1e40af; border: 1px solid #1c1c1e; }

/* 网格列表流 */
.cvs-list-box { display: flex; flex-direction: column; gap: 16px; margin-bottom: 60px; }
.cvs-list-row { background: #ffffff; border: 1px solid #1c1c1e; padding: 20px 24px; display: flex; align-items: center; transition: 0.2s; }
.cvs-list-row:hover { background: #fcfbf9; border-color: #1e40af; }

.cvs-item-img { width: 56px; height: 56px; overflow: hidden; flex-shrink: 0; margin-right: 25px; border: 1px solid #1c1c1e; background: #f5f3eb; padding: 2px; }
.cvs-item-img img { width: 100%; height: 100%; object-fit: contain; }

.cvs-item-body { flex-grow: 1; display: flex; flex-direction: column; gap: 8px; }
.cvs-item-name { font-size: 16px; font-weight: 800; color: #1c1c1e; }
.cvs-item-meta { display: flex; align-items: center; gap: 16px; font-size: 12px; font-weight: 700; color: #1c1c1e; }
.cvs-badge-auto { color: #ffffff; background: #1e40af; padding: 2px 8px; border: 1px solid #1c1c1e; }
.cvs-badge-hand { color: #1c1c1e; background: #e2e8f0; padding: 2px 8px; border: 1px solid #1c1c1e; }
.cvs-item-stock { color: #475569; }

.cvs-item-action { display: flex; align-items: center; gap: 35px; margin-left: 20px; }
.cvs-item-price { font-size: 20px; font-weight: 800; color: #cf2b2b; }
.cvs-btn-buy { background: #ffffff; color: #1c1c1e; padding: 8px 24px; font-size: 13px; font-weight: 800; border: 1px solid #1c1c1e; cursor: pointer; transition: 0.1s; }
.cvs-list-row:hover .cvs-btn-buy { background: #1e40af; color: #ffffff; border-color: #1c1c1e; }

/* 详情页面 */
.cvs-detail-split { display: flex; gap: 40px; margin-top: 30px; align-items: flex-start; }
.cvs-detail-visual { width: 45%; background: #ffffff; border: 1px solid #1c1c1e; padding: 24px; display: flex; justify-content: center; align-items: center; }
.cvs-detail-visual img { width: 100%; border: 1px solid #1c1c1e; }
.cvs-detail-right { flex-grow: 1; background: #ffffff; padding: 40px; border: 1px solid #1c1c1e; }

.cvs-detail-h1 { font-size: 22px; font-weight: 800; color: #1c1c1e; margin-bottom: 25px; line-height: 1.4; }
.cvs-price-ribbon { background: #fdfdfc; padding: 20px 25px; margin-bottom: 30px; display: flex; align-items: baseline; gap: 15px; border: 1px solid #1c1c1e; border-left: 6px solid #1e40af; }
.cvs-detail-price { font-size: 34px; font-weight: 800; color: #cf2b2b; }
.cvs-detail-stock-txt { margin-left: auto; color: #1c1c1e; font-size: 13px; font-weight: 700; }

.cvs-f-row { margin-bottom: 22px; }
.cvs-f-label { display: block; font-size: 13px; font-weight: 800; color: #1c1c1e; margin-bottom: 10px; text-transform: uppercase; }
.cvs-f-input { width: 100%; padding: 14px 16px; border: 1px solid #1c1c1e; background: #ffffff; font-size: 14px; color: #1c1c1e; font-weight: 600; transition: 0.1s; outline: none; }
.cvs-f-input:focus { border-color: #1e40af; }
.cvs-btn-submit { width: 100%; background: #1e40af; color: #ffffff; padding: 16px; font-size: 16px; font-weight: 800; border: 1px solid #1c1c1e; cursor: pointer; transition: 0.1s; margin-top: 10px; }
.cvs-btn-submit:hover { background: #153188; }
.cvs-btn-submit:disabled { background: #e2e8f0; color: #94a3b8; cursor: not-allowed; border-color: #cbd5e1; }

.cvs-desc-container { background: #ffffff; padding: 40px; border: 1px solid #1c1c1e; margin-top: 40px; }
.cvs-desc-title { font-size: 18px; font-weight: 800; color: #1c1c1e; margin-bottom: 25px; padding-bottom: 15px; border-bottom: 1px solid #1c1c1e; display: flex; align-items: center; gap: 10px; }
.cvs-desc-title::before { content: ""; width: 8px; height: 8px; background: #cf2b2b; border: 1px solid #1c1c1e; display: inline-block; }
.cvs-desc-html { line-height: 1.8; font-size: 14px; color: #1c1c1e; font-weight: 600; }

.cvs-footer { text-align: center; padding: 40px 0; margin-top: 60px; color: #475569; font-size: 13px; border-top: 1px solid #1c1c1e; background: #ffffff; }

@media (max-width: 900px) {
    .cvs-detail-split { flex-direction: column; }
    .cvs-detail-visual, .cvs-detail-right { width: 100%; }
}
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    .cvs-list-row { flex-direction: column; align-items: flex-start; padding: 20px; }
    .cvs-item-img { margin-bottom: 15px; margin-right: 0; }
    .cvs-item-action { margin-left: 0; margin-top: 20px; width: 100%; justify-content: space-between; border-top: 1px solid #1c1c1e; padding-top: 15px; }
}\n