.banner-desc-box {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    max-width: 700px;
    gap: 20px;
}

.banner-desc-box-title {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}

.banner-desc-box-title h1 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
}

.banner-desc-box-title p {
    margin: 0;
}

.banner-desc-box-content {
    color: #fff;
    font-size: 24px;
}

@media(min-width:768px) and (max-width:1365px) {
    .banner-desc-box {
        width: 90%;
        left: 5%;
    }

    .banner-desc-box-title h1 {
        font-size: 28px;
    }

    .banner-desc-box-content {
        font-size: 16px;
    }

    .carousel-item {
        height: 400px;
    }

    .carousel-item>img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .banner-desc-box {
        width: 90%;
        margin: auto;
        left: 5%;
        gap: 10px;
        padding-top: 30px;
    }

    .banner-desc-box-title h1 {
        font-size: 20px;
    }

    .banner-desc-box-content {
        font-size: 16px;
    }
}

/* Breadcrumb Navigation Styles */
.breadcrumb-nav {
    padding: 20px 0;
    background-color: #fff;
}

.breadcrumb-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 14px;
}

.breadcrumb-item:not(:last-child)::after {
    content: '>';
    margin-left: 10px;
    color: #999;
}

.breadcrumb-item a {
    color: #666;
    text-decoration: none;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #222;
}

.breadcrumb-item.active {
    color: #222;
    font-weight: 500;
}

.home-icon {
    display: flex;
    align-items: center;
}

.home-icon img {
    width: 16px;
    height: 16px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '';
}

.btn {
    padding: 12px 30px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-custom-primary {
    background: #fff;
    color: #000;
    border: none;
}

@media(min-width:768px) and (max-width:1365px) {
    .btn-custom-primary {
        font-size: 14px;
    }
}

@media(max-width:767px) {
    .btn-custom-primary {
        font-size: 14px;
        padding: 5px 10px;
    }
}


.btn-custom-primary:hover {
    background: #FF99D3;
    color: #fff;
    border: none;
}

.btn-custom-primary:focus-visible {
    outline: none;
}

.inspired-section {
    width: 100%;
    padding: 100px 20px 50px;
}

@media(min-width:768px) and (max-width:1365px) {
    .inspired-section {
        padding: 50px 15px 50px;
    }
}

@media(max-width:767px) {
    .inspired-section {
        padding: 50px 15px;
    }
}

.inspired-section-title {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
}

.inspired-section-title h2 {
    font-weight: 700;
}

@media(min-width:768px) and (max-width:1365px) {
    .inspired-section-title h2 {
        font-size: 28px;
    }
}

@media(max-width:767px) {
    .inspired-section-title h2 {
        font-size: 24px;
    }
}

.inspired-section-title p {
    font-size: 18px;
}

@media(min-width:768px) and (max-width:1365px) {
    .inspired-section-title p {
        font-size: 16px;
    }
}


@media(max-width:767px) {
    .inspired-section-title p {
        font-size: 14px;
    }
}

.inspired-section-content {
    width: 100%;
    margin: 0 auto;
}

.inspired-section-content-item {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.inspired-section-content-item img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.inspired-section-content-item h3 {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
    letter-spacing: 0.09px;
}

@media(min-width:768px) and (max-width:1365px) {
    .inspired-section-content-item h3 {
        font-size: 16px;
    }
}


@media(max-width:767px) {
    .inspired-section-content-item h3 {
        font-size: 14px;
    }
}

.packaging-section {
    width: 100%;
    padding: 100px 20px 50px;
}

@media(min-width:768px) and (max-width:1365px) {
    .packaging-section {
        padding: 50px 15px 50px;
    }
}

@media(max-width:767px) {
    .packaging-section {
        padding: 0px 15px 50px;
    }
}

.packaging-section-title {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
}

.packaging-section-title h2 {
    font-weight: 700;
}

@media(min-width:768px) and (max-width:1365px) {
    .packaging-section-title h2 {
        font-size: 28px;
    }
}

@media(max-width:767px) {
    .packaging-section-title h2 {
        font-size: 24px;
    }
}

.packaging-section-title p {
    font-size: 18px;
}

@media(min-width:768px) and (max-width:1365px) {
    .packaging-section-title p {
        font-size: 16px;
    }
}


@media(max-width:767px) {
    .packaging-section-title p {
        font-size: 14px;
    }
}

.fcs-tabs-nav {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 40px;
    display: flex;
    /* For centering the ul if it doesn't fill width */
    justify-content: center;
    /* Center tabs */
}

.fcs-tabs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    /* Allow tabs to wrap on smaller screens */
    justify-content: center;
    gap: 5px;
    /* Gap between tab items */
}

.fcs-tab-item {
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 500;
    color: #555;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-align: center;
}

.fcs-tab-item:hover {
    background-color: #e9e9e9;
    color: #000;
}

.fcs-tab-item.active {
    background-color: #fff;
    color: #000;
    border-bottom: 2px solid #000;
}

.fcs-content-area {
    /* Styles for the content area if needed */
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

@media(min-width:768px) and (max-width:1365px) {
    .fcs-content-area {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .fcs-content-area {
        padding: 0;
    }
}


.fcs-tab-content {
    display: none;
    /* Hide all tab content by default */
}

.fcs-tab-content.active {
    display: block;
    /* Show only the active tab content */
}

.fcs-items-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.fcs-item-card {
    background-color: #fff;
    /* Card background */
    overflow: hidden;
    /* box-shadow: 0 4px 12px rgba(0,0,0,0.08); */
    /* Optional: soft shadow for cards */
    text-align: left;
}

.fcs-item-image-wrapper {
    width: 100%;
    aspect-ratio: 4 / 3;
    /* Maintain aspect ratio for images */
    background-color: #f0f0f0;
    /* Placeholder background for image */
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.fcs-item-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.fcs-item-title {
    font-size: 18px;
    color: #000;
    margin: 15px 15px 8px 15px;
    text-align: center;
    font-weight: 400;
}

@media(min-width:768px) and (max-width:1365px) {
    .fcs-item-title {
        font-size: 16px;
    }
}



.fcs-item-description {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin: 0 15px 15px 15px;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .fcs-items-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .fcs-tab-item {
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .fcs-main-title {
        font-size: 28px;
    }

    .fcs-subtitle {
        font-size: 15px;
    }

    .fcs-items-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fcs-tabs-list {
        justify-content: center;
        gap: 20px;
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 10px;
        width: 100%;
    }

    .fcs-tabs-nav {
        padding-right: 0;
        padding-left: 0;
    }

    .fcs-tab-item {
        flex-shrink: 0;
        /* Prevent tabs from shrinking when scrolling */
    }
}

@media (max-width: 767px) {
    .fcs-items-grid {
        grid-template-columns: repeat(2, 1fr);
        /* Or 1fr for single column */
        gap: 15px;
    }

    .fcs-main-title {
        font-size: 24px;
    }

    .fcs-item-title {
        font-size: 14px;
    }

    .fcs-item-description {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .fcs-items-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .fcs-tab-item {
        padding: 8px 5px;
        font-size: 13px;
    }
}

.contact-us-banner {
    background-color: #f8f8f8;
    border-radius: 60px;
    padding: 20px;
    margin: 50px auto;
    max-width: 1155px;
}

@media(min-width:768px) and (max-width:1365px) {
    .contact-us-banner {
        width: 90%;
        border-radius: 12px;
    }
}

@media(max-width:767px) {
    .contact-us-banner {
        border-radius: 20px;
        width: 90%;
        margin: 0 auto 50px;
    }
}

.contact-us-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.designer-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
}

.contact-us-text {
    flex-grow: 1;
}

.contact-us-text h2 {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    margin: 0 0 10px 0;
}

.contact-us-text p {
    font-size: 16px;
    color: #666;
    margin: 0;
}

.btn-contact-us {
    background-color: #FF66B2;
    color: #fff;
    border-radius: 30px;
    padding: 15px 30px;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s;
}

.btn-contact-us:hover {
    background-color: #ff4da6;
    color: #fff;
}

@media (max-width: 768px) {
    .contact-us-content {
        flex-direction: column;
        text-align: center;
    }

    .designer-avatar {
        margin: 0 0 20px 0;
    }

    .contact-us-text h2 {
        font-size: 20px;
    }

    .contact-us-text p {
        font-size: 14px;
    }

    .btn-contact-us {
        margin-top: 20px;
        font-size: 14px;
        padding: 10px 15px;
    }
}

/*work-box*/
.why-section {
    background-color: #f7f7f7;
    padding: 100px 20px;
}

@media(min-width:768px) and (max-width:1365px) {
    .why-section {
        padding: 20px 15px;
    }
}


@media(max-width:767px) {
    .why-section {
        padding: 50px 15px;
    }
}

.work-box {
    width: 100%;
    max-width: 1360px;
    margin: auto;
}

.work-title {
    font-size: 32px;
    width: 100%;
    max-width: 1300px;
    margin: auto;
    text-align: center;
}

.work-title h2 {
    font-size: 32px;
    font-weight: 700;
}

@media(min-width:768px) and (max-width:1365px) {
    .work-title h2 {
        font-size: 28px;
    }
}

@media(max-width:767px) {
    .work-title h2 {
        font-size: 24px;
    }
}

.work-title p {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
    letter-spacing: 0.09px;
}

@media(min-width:768px) and (max-width:1365px) {
    .work-title p {
        font-size: 16px;
    }
}

@media(max-width:767px) {
    .work-title p {
        font-size: 14px;
    }
}

.work-subtitle {
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.work-list-box {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.work-list-box-nav {
    width: 30%;
    min-width: 50%;
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.work-list-box-nav-item {
    /*border-left: 2px #e9e9e9 solid;*/
    color: #848484;
    /* height: 35px; */
    padding: 5px 0 0 10px;
    display: flex;
    justify-content: left;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.work-list-box-nav-item h4 {
    color: #848484;
    font-size: 16px;
    font-weight: 700;
}

.work-list-box-nav-item-active h4 {
    font-family: InterBold;
    color: #000000;
}

.work-list-box-nav-item-content p {
    display: none;
}

.work-list-box-nav-item-active .work-list-box-nav-item-content p {
    display: block;
}

.work-list-box-nav-item-line {
    width: 2px;
    height: 100%;
    background: #e9e9e9;
    position: absolute;
    left: 0;
    top: 0;
}

.work-list-box-nav-item-line-active {
    background: linear-gradient(to bottom, #0033A1 50%, #e9e9e9 50%);
    background-size: 100% 200%;
    animation: changeColor 5s forwards;
}


.work-list {
    overflow: hidden;
}

.work-item-title {
    position: absolute;
    bottom: 0px;
    padding: 20px;
    color: #FFFFFF;
    /*//添加一个渐变背景色，从透明到黑色*/
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
    width: 100%;
}

.work-item img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

@media (min-width: 768px) and (max-width: 1365px) {
    .work-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 50px;
        padding: 0 15px;
    }

    .work-title {
        font-size: 24px;
        font-family: InterBold;
        width: 100%;
        max-width: 1300px;
        margin: auto;
        text-align: center;
    }

    .work-subtitle {
        font-size: 18px;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .work-list-box {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .work-list-box-nav {
        width: 30%;
        min-width: 290px;
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .work-list-box-nav-item {
        /*border-left: 2px #e9e9e9 solid;*/
        color: #848484;
        padding: 5px 0 0 10px;
        display: flex;
        justify-content: left;
        align-items: center;
        cursor: pointer;
        position: relative;
    }

    .work-list-box-nav-item h4 {
        color: #848484;
        font-size: 16px;
    }

    .work-list-box-nav-item-active h4 {
        font-family: InterBold;
        color: #000000;
    }

    .work-list-box-nav-item-line {
        width: 2px;
        height: 100%;
        background: #e9e9e9;
        position: absolute;
        left: 0;
        top: 0;
    }

    .work-list-box-nav-item-line-active {
        background: linear-gradient(to bottom, #0033A1 50%, #e9e9e9 50%);
        background-size: 100% 200%;
        animation: changeColor 5s forwards;
    }


    .work-list {
        overflow: hidden;
    }

    .work-item-title {
        position: absolute;
        bottom: 0px;
        padding: 10px;
        color: #FFFFFF;
        /*//添加一个渐变背景色，从透明到黑色*/
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
        width: 100%;
    }

    .work-item img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .work-box {
        width: 100%;
        max-width: 1300px;
        margin: 0px auto 0px;
    }

    .work-title {
        font-size: 24px;
        font-family: InterBold;
        width: 100%;
        max-width: 1300px;
        margin: auto;
        text-align: center;
        padding: 0 10px;
    }

    .work-subtitle {
        font-size: 18px;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        padding: 0 10px;
    }

    .work-list-box {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

    .work-list-box-nav {
        width: 100%;
        display: flex;
        gap: 20px;
        flex-direction: column;
        padding: 0;
    }

    .work-list-box-nav-item {
        /*border-left: 2px #e9e9e9 solid;*/
        color: #848484;
        padding: 5px 0 0 10px;
        display: flex;
        justify-content: left;
        align-items: center;
        cursor: pointer;
        position: relative;
    }

    .work-list-box-nav-item h4 {
        color: #848484;
        font-size: 16px;
    }

    .work-list-box-nav-item-active h4 {
        font-family: InterBold;
        color: #000000;
    }

    .work-list-box-nav-item-line {
        width: 2px;
        height: 100%;
        background: #e9e9e9;
        position: absolute;
        left: 0;
        top: 0;
    }

    .work-list-box-nav-item-line-active {
        background: linear-gradient(to bottom, #0033A1 50%, #e9e9e9 50%);
        background-size: 100% 200%;
        animation: changeColor 5s forwards;
    }


    .work-list {
        overflow: hidden;
        width: 100%;
        margin-top: 20px;
    }

    .work-item-title {
        position: absolute;
        bottom: 0px;
        padding: 20px;
        color: #FFFFFF;
        /*//添加一个渐变背景色，从透明到黑色*/
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
        width: 100%;
    }

    .work-item img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

@keyframes changeColor {
    0% {
        background-position: 100% 100%;
    }

    100% {
        background-position: 0 0;
    }
}

/**
 * 开发历史时间轴样式 - 使用Swiper轮播
 * @author XuZhenxing
 */
.timeline-section {
    padding: 120px 0;
    background-color: #fff;
}

.timeline-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.timeline-main-title {
    color: #000;

    text-align: center;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.timeline-wrapper {
    position: relative;
    margin-top: 100px;
}

@media(min-width:768px) and (max-width:1365px) {
    .timeline-main-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .timeline-wrapper {
        margin-top: 50px;
    }
}

.timeline-swiper-container {
    position: relative;
}

/* 时间轴导航点 - 使用绝对定位到文本区域上方 */
.timeline-navigation {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* z-index: 10; */
    width: 100%;
    position: relative;
}

.timeline-dots {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 80px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}

.timeline-dot {
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* .timeline-dot::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #222;
    border: none;
    box-shadow: none;
    transition: all 0.3s ease;
    margin-bottom: 15px;
} */

/* .timeline-dot.active::before {
    width: 16px;
    height: 16px;
    background: #222;
    box-shadow: 0 0 0 3px #fff, 0 0 0 4px #222;
    transform: scale(1);
} */

.timeline-year {
    color: #999;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.timeline-dot.active .timeline-year {
    color: #222;
    font-weight: 700;
}

/* 时间轴连接线 - 移除进度效果 */
.timeline-line {
    position: absolute;
    bottom: -40px;
    left: 8px;
    right: 8px;
    height: 1px;
    background: #ddd;
    z-index: 2;
}

/* Swiper 容器 */
.timeline-swiper-container {
    position: relative;
    width: 100%;
}

.timeline-swiper {
    overflow: hidden;
    border-radius: 16px;
    width: 100%;
    height: auto;
}

.timeline-swiper .swiper-wrapper {
    align-items: stretch;
}

.timeline-slide {
    height: auto;
    display: flex;
    flex-direction: column;
}

/* 确保当前活动的幻灯片在最上层且可交互 */
.timeline-swiper .swiper-slide-active {
    z-index: 10;
    pointer-events: auto;
}

/* 确保非活动幻灯片不可交互 */
.timeline-swiper .swiper-slide:not(.swiper-slide-active) {
    pointer-events: none;
}

.timeline-content {
    display: flex;
    align-items: center;
    gap: 80px;
    min-height: 500px;
    padding: 60px 60px 60px 60px;
    background: #fff;
    position: relative;
}

.timeline-text {
    flex: 1;
    max-width: 50%;
}

.timeline-title {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.timeline-description {
    color: #8A8A8A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.timeline-image {
    flex: 1;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.timeline-image-placeholder {
    width: 100%;
    height: 350px;
    background: #e5e5e5;
    border-radius: 12px;
    object-fit: cover;
}

/* 导航按钮 */
.timeline-nav-buttons {
    position: absolute;
    bottom: 0px;
    left: 60px;
    display: flex;
    gap: 20px;
    z-index: 10;
}

.timeline-nav-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #F7F7F7;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease;
    color: #666;
}

.timeline-nav-btn:hover {
    background: #FF99D3;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(255, 153, 211, 0.3);
}

.timeline-nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.timeline-nav-btn:disabled:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #666;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* ========================================
   Timeline Responsive Styles
   ======================================== */

/* 平板样式 (768px - 1366px) */
@media (min-width: 768px) and (max-width: 1366px) {
    .timeline-section {
        padding: 80px 0;
    }

    .timeline-main-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .timeline-dots {
        gap: 0;
    }

    .timeline-navigation {
        top: 0;
        left: 0;
    }

    .timeline-content {
        gap: 20px;
        padding: 100px 40px 40px 40px;
        min-height: 400px;
    }

    .timeline-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .timeline-description {
        font-size: 16px;
    }

    .timeline-image-placeholder {
        height: 280px;
    }

    .timeline-nav-buttons {
        bottom: -20px;
        left: 40px;
    }

    .timeline-nav-btn {
        width: 50px;
        height: 50px;
    }
}

/* 手机样式 (< 768px) */
@media (max-width: 767px) {
    .timeline-section {
        padding: 60px 0;
    }

    .timeline-container {
        padding: 0 15px;
    }

    .timeline-main-title {
        font-size: 32px;
        margin-bottom: 40px;
        text-align: center;
    }

    .timeline-navigation {
        position: static;
        margin-bottom: 30px;
    }

    .timeline-dots {
        gap: 30px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .timeline-dot::before {
        width: 12px;
        height: 12px;
        margin-bottom: 10px;
    }

    .timeline-year {
        font-size: 14px;
    }

    .timeline-dot.active .timeline-year {
        font-size: 14px;
    }

    .timeline-line {
        display: none;
    }

    .timeline-content {
        flex-direction: column;
        gap: 30px;
        padding: 30px 20px;
        min-height: auto;
        text-align: center;
    }

    .timeline-text,
    .timeline-image {
        max-width: 100%;
        flex: none;
    }

    .timeline-image {
        width: 100%;
        order: 1;
    }

    .timeline-text {
        order: 2;
    }

    .timeline-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .timeline-description {
        font-size: 16px;
        line-height: 1.5;
    }

    .timeline-image-placeholder {
        height: 250px;
        width: 100%;
    }

    .timeline-nav-buttons {
        position: relative;
        bottom: auto;
        left: auto;
        justify-content: center;
        margin-top: 30px;
    }

    .timeline-nav-btn {
        width: 45px;
        height: 45px;
    }
}

/* 小手机样式 (< 480px) */
@media (max-width: 479px) {
    .timeline-main-title {
        font-size: 24px;
        line-height: 30px;
    }

    .timeline-dots {
        gap: 10px;
    }

    .timeline-content {
        padding: 0;
    }

    .timeline-title {
        font-size: 22px;
    }

    .timeline-description {
        font-size: 15px;
    }

    .timeline-image-placeholder {
        height: 200px;
        width: 100%;
    }

    .timeline-image {
        width: 100%;
    }
}

.timeline-year-number {
    font-size: 16px;
    font-weight: 500;
    color: #F592CA;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.timeline-dot.active .timeline-year-number {
    color: #fff;
    background-color: #FF99D3;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.vertical-line {
    width: 1px;
    height: 30px;
    background: #ddd;
    position: absolute;
    left: 50%;
    bottom: -40px;
}

@media(max-width:767px) {
    .vertical-line {
        display: none;
    }
}

.get-in-touch-container {
    display: flex;
    justify-content: flex-start;
}

@media(max-width:767px) {
    .get-in-touch-container {
        justify-content: center;
    }
}

.get-in-touch-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    background: #FF99D3;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.3s ease;
    min-width: 200px;
    justify-content: center;
}

.get-in-touch-btn:hover {
    background: #FF99D3;
    transform: translateY(-2px);
    color: white;
    text-decoration: none;
}

.btn-text {
    flex: 1;
    text-align: center;
}

.btn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.get-in-touch-btn:hover .btn-arrow {
    transform: rotate(45deg) !important;
    position: relative;
    z-index: 1;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .get-in-touch-btn {
        padding: 14px 24px;
        font-size: 16px;
        min-width: 180px;
    }

    .btn-arrow {
        width: 28px;
        height: 28px;
    }

    .get-in-touch-btn:hover .btn-arrow {
        transform: translateX(-6px);
    }
}

@media (max-width: 480px) {
    .get-in-touch-btn {
        padding: 12px 20px;
        font-size: 14px;
        min-width: 160px;
    }

    .btn-arrow {
        width: 24px;
        height: 24px;
    }

    .get-in-touch-btn:hover .btn-arrow {
        transform: translateX(-4px);
    }
}

.participation-title {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

@media(max-width:767px) {
    .participation-title {
        font-size: 24px;
    }
}

.participation-content {
    display: flex;
    gap: 10px;
}

@media(max-width:767px) {
    .participation-content {
        justify-content: center;
    }
}

.participation-item {
    border-radius: 999px;
    border: 1px solid #E7E7E7;
    padding: 5px 10px;
}

.timeline-divider {
    width: 1px;
    height: 100%;
    background: #E7E7E7;
}

.faq-section {
    width: 100%;
    background: #F7F7F7;
    padding: 100px 0;
}

.faq-container {
    width: 100%;
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}

@media(min-width:768px) and (max-width:1365px) {
    .faq-container {
        flex-direction: column;
        gap: 20px;
        padding: 0px 15px;
    }
}

@media(max-width:767px) {
    .faq-section {
        padding: 50px 0;
    }

    .faq-container {
        flex-direction: column;
        padding: 0 15px;
        gap: 20px;
    }
}

.faq-left {
    max-width: 440px;
}

@media(min-width:768px) and (max-width:1365px) {
    .faq-left {
        width: 100%;
        max-width: 100%;
    }
}

.faq-left p {
    font-size: 18px;
}

@media(min-width:768px) and (max-width:1365px) {
    .faq-left p {
        font-size: 16px;
        text-align: center;
    }
}

@media(max-width:767px) {
    .faq-left p {
        font-size: 14px;
        text-align: center;
    }
}

.faq-right {
    flex: 1;
}

@media(min-width:768px) and (max-width:1365px) {
    .faq-right {
        width: 100%;
    }
}

@media(max-width:767px) {
    .faq-right {
        width: 100%;
    }
}

.faq-title {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}

@media(min-width:768px) and (max-width:1365px) {
    .faq-title {
        font-size: 28px;
        text-align: center;
    }
}



@media(max-width:767px) {
    .faq-title {
        font-size: 24px;
        text-align: center;
    }
}

.faq-list {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media(max-width:767px) {
    .faq-list {
        padding: 0;
    }
}

.faq-title h2 {
    font-size: 24px;
    font-family: InterBold;
    width: 100%;
    max-width: 1400px;
    text-align: center;
}

.faq-item {
    padding: 20px;
    border: 1px solid #F0F0F0;
    background: #F9F9F9;
    padding-right: 40px;
}

.faq-item-title {
    font-size: 18px;
    /*font-weight: 700;*/
    color: #000000;
    position: relative;
    cursor: pointer;
    font-family: InterBold;
}

.faq-item-title h3 {
    font-size: 18px;
    margin: 0;
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.11px;
}

@media(max-width:767px) {
    .faq-item-title h3 {
        font-size: 16px;
    }
}

.faq-item-title img {
    width: 15px;
    height: 15px;
    cursor: pointer;
    position: absolute;
    right: -20px;
    top: 5px;
}

@media(max-width:767px) {
    .faq-item-title img {
        right: -30px;
        top: 2px;
    }
}

.faq-item-content {
    margin-top: 20px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

@media(max-width:767px) {
    .faq-item-content {
        font-size: 14px;
    }
}


.factory-form {
    width: 100%;
    padding: 45px 0;
}

.factory-form-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
}

.factory-form-title {
    width: 230px;
}

@media(min-width:768px) and (max-width:1365px) {
    .factory-form-container {
        flex-direction: column;
        gap: 20px;
    }

    .factory-form-title {
        width: 100%;
    }

    .factory-form-title h2 {
        font-size: 28px;
        text-align: center;
        font-family: InterBold;
        font-weight: bold;
    }

    .factory-form-title p {
        font-size: 16px;
        text-align: center;
    }
}

@media(max-width:767px) {
    .factory-form-container {
        flex-direction: column;
        gap: 20px;
    }

    .factory-form-title h2 {
        font-family: InterBold;
        font-size: 24px;
        text-align: center;
        font-weight: 700;
    }

    .factory-form-title {
        width: 100%;
    }
}

#app {
    flex: 1;
}

.btn-about-us {
    background: #FF99D3;
    color: #fff;
    padding: 12px 30px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    display: inline-block;
}

.btn-about-us:hover {
    background: #e88bc4;
    color: #fff;
    transform: translateY(-2px);
    text-decoration: none;
}

.bg-f7f7f7 {
    background: #F7F7F7;
}