body { background-color: #f4f6fb; color: #4b5563; font-family: "Nunito", "PingFang SC", "Microsoft YaHei", sans-serif; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
* { box-sizing: border-box; }

.prm-wrap { max-width: 1000px; margin: 0 auto; padding: 0 20px; }

/* 悬浮胶囊导航栏 */
.prm-nav-island { background: #ffffff; border-radius: 100px; margin-top: 25px; padding: 0 30px; position: sticky; top: 20px; z-index: 100; height: 70px; display: flex; align-items: center; box-shadow: 0 15px 35px rgba(149, 157, 165, 0.15); transition: 0.3s; }
.prm-nav-flex { display: flex; justify-content: space-between; align-items: center; width: 100%; }
.prm-logo img { height: 26px; }

.prm-menu { list-style: none; display: flex; gap: 40px; margin: 0; padding: 0; }
.prm-menu a { font-size: 15px; color: #6b7280; font-weight: 700; transition: 0.3s; position: relative; }
.prm-menu a:hover, .prm-active { color: #8b5cf6 !important; }

.prm-user-btn { font-size: 14px; color: #fff; background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%); padding: 10px 28px; border-radius: 50px; font-weight: 700; transition: 0.3s; box-shadow: 0 8px 20px rgba(161, 140, 209, 0.3); }
.prm-user-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(161, 140, 209, 0.5); }

/* 气泡公告 */
.prm-notice-bubble { background: #ffffff; border-radius: 30px; padding: 18px 30px; margin: 40px 0; display: flex; align-items: center; gap: 15px; box-shadow: 0 10px 25px rgba(149, 157, 165, 0.1); }
.prm-notice-icon { background: #fef08a; color: #b45309; padding: 6px 12px; border-radius: 20px; font-weight: 800; font-size: 12px; }
.prm-notice-txt { font-size: 14px; color: #4b5563; font-weight: 600; line-height: 1.6; }

.prm-group-title { font-size: 24px; font-weight: 800; color: #1f2937; margin: 50px 0 25px; margin-left: 20px; }

/* 胶囊列表流 */
.prm-pill-list { display: flex; flex-direction: column; gap: 25px; margin-bottom: 60px; }
.prm-pill-row { background: #ffffff; border-radius: 100px; display: flex; align-items: center; padding: 15px 25px 15px 15px; box-shadow: 0 15px 35px rgba(149, 157, 165, 0.08); transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
.prm-pill-row:hover { transform: scale(1.02); box-shadow: 0 20px 45px rgba(149, 157, 165, 0.15); }

.prm-pill-img { width: 80px; height: 80px; border-radius: 50%; overflow: hidden; margin-right: 25px; flex-shrink: 0; box-shadow: 0 8px 20px rgba(0,0,0,0.06); background: #f9fafb; padding: 5px; }
.prm-pill-img img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }

.prm-pill-main { flex-grow: 1; display: flex; flex-direction: column; gap: 6px; }
.prm-pill-name { font-size: 18px; font-weight: 800; color: #1f2937; }
.prm-pill-meta { display: flex; align-items: center; gap: 15px; font-size: 13px; font-weight: 700; color: #9ca3af; }
.prm-badge-auto { color: #8b5cf6; background: #ede9fe; padding: 4px 12px; border-radius: 20px; }
.prm-badge-hand { color: #6b7280; background: #f3f4f6; padding: 4px 12px; border-radius: 20px; }

.prm-pill-action { display: flex; align-items: center; gap: 30px; margin-left: 20px; }
.prm-pill-price { font-size: 22px; font-weight: 900; color: #f43f5e; }
.prm-btn-buy { background: #f3f4f6; color: #6b7280; padding: 12px 30px; font-size: 15px; font-weight: 800; border-radius: 50px; transition: 0.3s; }
.prm-pill-row:hover .prm-btn-buy { background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%); color: #fff; box-shadow: 0 8px 20px rgba(161, 140, 209, 0.4); }

/* 详情页柔和软板 */
.prm-detail-flex { display: flex; gap: 40px; margin-top: 30px; align-items: stretch; }
.prm-detail-cover { width: 45%; background: #ffffff; padding: 30px; border-radius: 40px; box-shadow: 0 20px 50px rgba(149, 157, 165, 0.1); display: flex; justify-content: center; align-items: center; }
.prm-detail-cover img { width: 100%; border-radius: 25px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.prm-detail-form-area { width: 55%; background: #ffffff; padding: 40px; border-radius: 40px; box-shadow: 0 20px 50px rgba(149, 157, 165, 0.1); }

.prm-detail-h1 { font-size: 28px; font-weight: 900; color: #1f2937; margin-bottom: 20px; line-height: 1.3; }
.prm-price-ribbon { background: #f8fafc; padding: 25px; border-radius: 25px; margin-bottom: 30px; display: flex; align-items: baseline; gap: 15px; }
.prm-detail-price { font-size: 40px; font-weight: 900; background: linear-gradient(135deg, #f43f5e 0%, #fb923c 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.prm-detail-stock { margin-left: auto; color: #9ca3af; font-size: 14px; font-weight: 700; }

.prm-f-row { margin-bottom: 25px; }
.prm-f-label { display: block; font-size: 14px; font-weight: 800; color: #4b5563; margin-bottom: 12px; padding-left: 5px; }
.prm-f-input { width: 100%; padding: 16px 25px; border: 2px solid #f3f4f6; border-radius: 30px; background: #f9fafb; font-size: 15px; color: #1f2937; font-weight: 600; transition: 0.3s; outline: none; }
.prm-f-input:focus { border-color: #a18cd1; background: #fff; box-shadow: 0 8px 20px rgba(161, 140, 209, 0.15); }
.prm-btn-submit { width: 100%; background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%); color: #fff; padding: 20px; font-size: 18px; font-weight: 900; border: none; border-radius: 50px; cursor: pointer; transition: 0.3s; margin-top: 15px; box-shadow: 0 10px 25px rgba(161, 140, 209, 0.4); }
.prm-btn-submit:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(161, 140, 209, 0.5); }
.prm-btn-submit:disabled { background: #e5e7eb; color: #9ca3af; box-shadow: none; cursor: not-allowed; transform: none; }

.prm-desc-box { background: #ffffff; padding: 50px; border-radius: 40px; margin-top: 50px; box-shadow: 0 20px 50px rgba(149, 157, 165, 0.1); }
.prm-desc-title { font-size: 22px; font-weight: 900; color: #1f2937; margin-bottom: 30px; display: flex; align-items: center; gap: 12px; }
.prm-desc-title::before { content: ""; width: 24px; height: 24px; background: #fef08a; border-radius: 50%; display: inline-block; }
.prm-desc-html { line-height: 2; font-size: 15px; color: #6b7280; font-weight: 500; }

.prm-footer { text-align: center; padding: 60px 0; margin-top: 80px; color: #9ca3af; font-size: 14px; font-weight: 700; }

@media (max-width: 900px) {
    .prm-detail-flex { flex-direction: column; }
    .prm-detail-cover, .prm-detail-form-area { width: 100%; border-radius: 30px; }
}
@media (max-width: 768px) {
    header ul { display: none !important; }
    tr img, div img { max-width: 100%; }
    .prm-nav-island { border-radius: 20px; padding: 0 20px; margin-top: 15px; }
    .prm-pill-row { flex-direction: column; align-items: center; text-align: center; padding: 30px 20px; border-radius: 30px; }
    .prm-pill-img { margin-right: 0; margin-bottom: 20px; width: 100px; height: 100px; }
    .prm-pill-action { margin-left: 0; margin-top: 25px; width: 100%; flex-direction: column; gap: 15px; }
    .prm-btn-buy { width: 100%; }
    .prm-desc-box { padding: 30px 20px; border-radius: 30px; }
}\n