.faq-section {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.faq-section h1 {
    font-size: 2em;
    margin-bottom: 20px;
}

.faq-box {
    background: linear-gradient(to bottom, #e6f7ff, #ffffff); /* 从浅蓝色渐变到白色 */
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
}


.faq-box h2 {
    color: #ff6600;
    margin-bottom: 10px;
}

.faq-box p {
    color: #333;
}
