/* 好客权益口号条 / 说明卡(多页共用) */ .benefit-slogan-bar { display: flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 10px; background: #fff8e6; border: 1px solid rgba(201, 162, 62, 0.55); box-sizing: border-box; } .benefit-slogan-bar-accent { width: 3px; height: 14px; border-radius: 2px; background: #c9a23e; flex-shrink: 0; } .benefit-slogan-bar-text { flex: 1; min-width: 0; text-align: center; font-size: 13px; font-weight: 700; line-height: 20px; color: #8b1a1a; } .benefit-intro-card { padding: 14px; border-radius: 12px; background: #fff8e6; border: 1px solid rgba(201, 162, 62, 0.55); box-sizing: border-box; } .benefit-intro-card-title { display: block; font-family: var(--font-headline); font-size: 15px; font-weight: 700; line-height: 22px; color: #8b1a1a; margin-bottom: 8px; } .benefit-intro-card-body { display: block; font-size: 13px; line-height: 1.7; color: #8b1a1a; } .benefit-intro-card-em { font-weight: 700; } .benefit-intro-card-link { display: block; margin-top: 8px; text-align: right; font-size: 12px; font-weight: 500; color: #8b1a1a; } .benefit-intro-card--accent { display: flex; flex-direction: row; align-items: stretch; padding: 0; overflow: hidden; } .benefit-intro-card-bar { width: 5px; flex-shrink: 0; align-self: stretch; background: #c9a23e; } .benefit-intro-card-main { flex: 1; min-width: 0; padding: 14px; }