.father-main {
    z-index: 98;
    background-color: #f4f4f9;
    font-family: 'Arial', sans-serif;
    line-height: 1.8;
    color: #333;
}
h1, h2, h3 {
    color: #222;
}
section {
    padding: 30px;
    margin: 20px auto;
    max-width: 800px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}
/* 头部介绍 */
.intro-section {
    text-align: center;
    padding: 40px 30px;
    background: linear-gradient(90deg, #ffdd00, #ffcc00);
    color: #fff;
    border-radius: 8px;
}
.intro-section h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
}
.intro-section p {
    font-size: 1.2em;
    margin: 0;
}
/* 历史部分 */
.history-section h2 {
    font-size: 2em;
    margin-bottom: 15px;
}
.history-section p {
    font-size: 1.1em;
    line-height: 1.6;
}
/* 推荐部分 */
.recommend-section h2 {
    font-size: 2em;
    margin-bottom: 15px;
}
.recommend-list {
    list-style-type: disc;
    padding-left: 20px;
}
.recommend-list li {
    margin-bottom: 10px;
    font-size: 1.1em;
}
.recommend-list strong {
    color: #ffcc00;
}
/* 品尝部分 */
.tasting-section h2 {
    font-size: 2em;
    margin-bottom: 15px;
}
.tasting-section p {
    font-size: 1.1em;
    line-height: 1.6;
}
/* 用户评价 */
.testimonial-section h2 {
    font-size: 2em;
    margin-bottom: 20px;
    text-align: center;
}
.testimonial {
    margin: 20px auto;
    max-width: 600px;
    font-style: italic;
    text-align: center;
}
.testimonial span {
    display: block;
    margin-top: 10px;
    font-weight: bold;
}
/* 最终推荐部分 */
.final-recommendation h2 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 20px;
}
.final-recommendation p {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.8;
}