@charset "utf-8";
/* FBW 关于我们 / 售后 */

body.fbw-about .fbw-intro-body,
body.fbw-aftersales .fbw-intro-body {
    margin: 0 0 80px;
    font-size: 15px;
    line-height: 1.85;
    color: #555;
}

body.fbw-about .fbw-intro-body img,
body.fbw-aftersales .fbw-intro-body img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 24px 0;
    background: #e8e8e8;
    border-radius: 10px;
}

/* 售后：标题下间距略收，贴近设计稿 title→正文 */
body.fbw-aftersales .fbw-page-title {
    margin: 18px 0 36px;
}

body.fbw-aftersales .fbw-intro-body > p:first-child {
    margin: 0 0 28px;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

/* 三卡片：宽约 389、高约 196、间距约 16、圆角 10、底 #f1f1f1 */
body.fbw-aftersales .fbw-as-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin: 0 0 16px;
}

body.fbw-aftersales .fbw-as-box {
    background: #f1f1f1;
    border-radius: 10px;
    padding: 28px 24px;
    box-sizing: border-box;
    min-height: 196px;
}

body.fbw-aftersales .fbw-as-box h4 {
    margin: 0 0 14px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #232323 !important;
    line-height: 1.4 !important;
}

body.fbw-aftersales .fbw-as-box p {
    margin: 0;
    font-size: 13px;
    color: #666;
    line-height: 1.7;
}

/* 保修除外灰底块：圆角 10、与卡片同色 */
body.fbw-aftersales .fbw-as-panel {
    background: #f1f1f1;
    border-radius: 10px;
    padding: 28px 32px;
    margin: 0 0 40px;
    box-sizing: border-box;
}

body.fbw-aftersales .fbw-as-panel h3,
body.fbw-aftersales .fbw-intro-body > h3 {
    margin: 0 0 16px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #232323 !important;
    line-height: 1.4 !important;
}

body.fbw-aftersales .fbw-as-panel ol,
body.fbw-aftersales .fbw-as-panel ul {
    margin: 0;
    padding-left: 22px;
}

body.fbw-aftersales .fbw-as-panel li {
    margin: 0 0 8px;
    font-size: 14px;
    color: #555;
    line-height: 1.75;
}

body.fbw-aftersales .fbw-as-panel li:last-child {
    margin-bottom: 0;
}

body.fbw-aftersales .fbw-intro-body > h3 {
    margin-top: 0 !important;
}

body.fbw-aftersales .fbw-intro-body > ul {
    margin: 0 0 36px;
    padding-left: 22px;
}

body.fbw-aftersales .fbw-intro-body > ul li {
    margin: 0 0 8px;
    font-size: 14px;
    color: #555;
    line-height: 1.75;
}

body.fbw-aftersales .fbw-as-hotline {
    margin: 0;
    font-size: 15px;
    color: #232323;
    line-height: 1.8;
}

body.fbw-aftersales .fbw-as-hotline strong {
    font-weight: 600;
}

body.fbw-about .fbw-intro-list .fbw-intro-card {
    margin-bottom: 40px;
}

body.fbw-about .fbw-intro-card-img {
    width: 100%;
    height: 320px;
    margin-bottom: 20px;
    background: #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
}

body.fbw-about .fbw-intro-card h2 {
    margin: 0 0 12px !important;
    font-size: 24px !important;
    color: #232323 !important;
}

body.fbw-about .fbw-intro-card p {
    margin: 0;
    color: #666;
    line-height: 1.7;
}

@media (max-width: 900px) {
    body.fbw-aftersales .fbw-as-boxes { grid-template-columns: 1fr; }
    body.fbw-aftersales .fbw-as-box { min-height: 0; }
    body.fbw-about .fbw-intro-card-img { height: auto; aspect-ratio: 16 / 9; }
    body.fbw-about .fbw-intro-card h2 { font-size: 20px !important; }
}
