body {
    margin: 0;
    padding: 0;
}

.content {
    padding: 50px 30px;
}



.content-container {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    flex-wrap: wrap;
}


.white-bg-section {
    background-color: #fff;
}

.left-content {
    flex: 1;
}

.right-content {
    flex: 1;
    flex-wrap: wrap;
}

.left-content p {
    padding-bottom: 60px;
}



.sharing-section .p {
    padding-bottom: 0px;
}

.button-row {
    display: flex;
    gap: 20px;
    align-items: center;
}

.button-row .see-more-button-yellow,
.button-row .see-more-button-orange {
    display: inline-block;
}

.journey-text .see-more-button-yellow {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 50px;

}

.sharing-section {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    width: 100%;
}

.profile-images {
    display: flex;
    gap: -10px;
}

.profile-images img {
    width: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -10px;
}

.profile-images img:first-child {
    margin-left: 0;
    width: 100%;
}



.bg-beige-box {
    display: flex;
    background-color: #FDE2CF;
    padding: 50px;
    border-radius: 8px;
    align-items: flex-start;
    gap: 50px;
}

.bg-beige-box1 {
    background-color: #FDE2CF;
}

.journey-text {
    flex: 1;

}

.journey-text h2 {
    padding: 0;
}

.journey-text p {
    padding: 0;
}



.flex-content:first-child {
    flex-direction: row;
    gap: 30px;
    margin: auto;
    justify-content: center;
    display: flex;
}

.flex-content img {
    border-radius: 12px;
}

.flex-content.img2 {
    margin-top: 20px;
    width: 50%;
}




.flex-content .see-more-button-yellow {
    display: inline-block;
    margin-top: 20px;

}

.bg-beige-box1-title h2 {
    text-align: center;
    padding: 0;
}

.bg-beige-box1-title p {
    text-align: center;
}

.bg-beige-box1-text {
    text-align: center;
    padding: 20px 0;
}

.info-yellow-box {
    background-color: #F8A720;
    border-radius: 12px;
    border-right: 3px solid #642714;
    border-bottom: 3px solid #642714;
    width: 45%;
    text-align: center;
    margin: 120px 30px 30px 0;
}

.testimonials {
    padding: 50px 50px;
    display: flex;
    gap: 25px;
    justify-content: center;
}

.testimonial-box {

    width: 70%;
    min-height: 400px;
    background-color: #f15a29;
    margin: auto;
    margin-top: -405px;

}

.testimonial-card {
    background-color: #f6a623;
    border-radius: 10px;
    padding: 32px;
    margin-top: 40px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.testimonial-card p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.author {
    display: flex;
    align-items: center;
    gap: 0.5rem;

}

.author img {
    max-width: 15%;
    border-radius: 50%;
}



.review-text {
    flex: 1;
    display: flex;
}



.reviewer-img {
    max-width: 100%;
}

.reviewer-info {
    margin-left: 20px;
}

.reviewer-name {
    font-weight: bold;
}

.reviewer-place {
    font-style: italic;
    color: #666;
}

.review-header {
    display: flex;
    align-items: center;
}

.review-card {
    padding-top: 50px;
    ;
}

.avatar {
    width: 64px;
    height: 64px;
    background-color: #ccc;
    border-radius: 50%;
    margin-right: 12px;
}

.author img {
    width: 100%;
}

.username {
    padding-bottom: 8px;
}



.user-info .date {
    color: #666;
    padding: 0px;

}



.review-images {
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
    position: relative;
    justify-content: center;
}

.review-images img {
    max-width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.review-img-custom {
    width: 70%;
    margin-left: 60px;
}

.review-img-container {
    margin: 0px;
    max-width: 80%;
}

.review-box {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.button-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}



.view-more {
    text-align: center;
    margin-top: 20px;
}

.view-more a {
    text-decoration: underline;
}

.divider {
    text-align: center;
    margin: 40px 0;
}

.three-cols {
    display: flex;
    width: 100%;
    gap: 20px;
}

.col {
    width: 33.33%;
    box-sizing: border-box;
    text-align: center;

}

.line {
    border-bottom: 1px solid #ccc;
    padding-top: 60px;
    width: 100%;
    /* 占满父容器 */
    display: block;
}

.col img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.button-row {
    margin-top: 10px;
    /* 让按钮和图片分开一点 */
}

.flex-content.img {
    display: flex;
    flex-direction: row;
    /* 左右排列图片 */
    gap: 30px;
    justify-content: center;
}

/* 图片样式 */
.flex-content.img img,
.flex-content.img2 img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

/*tablet*/
@media screen and (max-width: 1185px) {}

.right-content {
    flex: 1;
    flex-wrap: wrap;
}

@media screen and (max-width: 600px) {
    .right-content {
        flex: 1;
        flex-wrap: wrap;
        display: flex;
        padding-top: 0px;
    }

    .bg-beige-box {
        flex-direction: column;
    }




    .flex-content:first-child {
        display: flex;
        order: 2;
    }

    .flex-content.img2 {
        width: 70%;
    }

    .flex-content:last-child {
        order: 1;
    }


    .testimonials {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }

    .testimonial-box {
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: -400px;
    }

    .review-header {
        margin-left: 0px;
    }

    .comment {
        margin-left: 20px;
    }

    .points-button {
        width: 100%;
        font-size: 16px;
        line-height: 40px;
    }



    .flex-content.img {
        flex-direction: row;
        /* 保持并排 */
        gap: 15px;
        /* 调整间距 */
        flex-wrap: wrap;
        /* 防止溢出 */
    }

    .flex-content.img img,
    .flex-content.img2 img {
        width: 48%;
        /* 两张图片各占一半 */
        height: auto;
    }

    .reviewer-img {
        width: 20%;
    }

    .reviewer-img img {
        width: 100%;
    }

    .reviewer-info {
        margin-left: 10px;
    }
}