@media (max-width: 767px) {

    /* 修复sticky定位问题 - 确保主容器不阻止sticky定位 */
    .main {
        overflow: visible !important;
    }

    .product-class-show li {
        float: left;
        list-style: none;
        width: 25%;
        border-left: 5px solid #fff;
        height: auto;
        transition: all 1s;
        position: relative;
        overflow: hidden;
        /*border-left: 2px solid rgba(255, 255, 255, .8);*/
        /*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);*/
        object-fit: cover;
    }

    .product-class-show li:first-child {
        border-left: none;
    }


    .product-class-show ul {
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

    .product-class-show ul:hover li {
        width: 16.666%;
    }

    .product-class-show ul li:hover {
        width: 50%;
    }

    .product-class-show li .title {
        position: absolute;
        width: 570px;
        height: 180px;
        text-indent: 2em;
        line-height: 50px;
        bottom: 0px;
        left: 0;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
        display: flex;
        justify-content: space-between;
    }

    .product-class-show a {
        color: #fff;
        text-decoration: none;
    }

    .content-box {
        padding: 20px 0px 5px 0px;
        background: #ffffff;
        margin: 20px auto;
        width: 100%;
    }

    .product-head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        padding-bottom: 0px;
        width: 100%;
        max-width: 1400px;
        margin: auto;
        flex-direction: column;
    }

    .product-head-img {
        width: 100%;
    }

    .product-head-img>img {
        width: 100%;
    }

    .product-head-title {
        padding: 0 15px;
        width: 100%;
        flex: 1;
        /*padding-left: 90px;*/
        position: relative;
        margin-top: 20px;
    }

    .product-head-title h3 {
        font-size: 36px;
    }

    .attr-content {
        font-size: 13px;
        width: 100%;
        max-width: 1400px;
        margin: auto;
        padding: 0;
    }

    .attr-content p {
        margin: 0;
        font-size: 15px;
        padding: 6px 0;
    }

    .head-box-title {
        font-family: InterBold;
        font-size: 24px;
        text-align: center;
    }

    .head-box-title h1 {
        font-family: InterBold;
        font-size: 24px;
    }

    .more-box {
        width: 100%;
        max-width: 1400px;
        margin: 0px auto 50px;
        position: relative;
        padding: 0 15px;
    }

    .more-title {
        font-size: 24px;
        text-align: center;
        padding: 20px;
        font-family: Inter;
        font-weight: 700;
    }

    .more-title h2 {
        font-size: 24px;
        text-align: center;
        font-family: Inter;
        font-weight: 700;
    }

    .more-list {
        /*display: flex;*/
        /*justify-content: flex-start;*/
        /*align-items: center;*/
        /*gap: 1%;*/
        /*position: relative;*/
        /*padding: 0 20px;*/
        overflow: hidden;
        margin-top: 20px;
    }

    .more-item {
        width: 290px;
        flex-direction: column;
    }

    .more-img {
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        /*width: 200px;*/
        margin: auto;
    }

    .more-img img {
        width: 100%;
        height: 100%;
        object-fit: contain !important;
    }

    .more-item-title {
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .more-item-title h3 {
        font-size: 14px;
        font-weight: 400;
    }

    .more-item-title a {
        color: #000000;
    }


    .left-arrow-btn {
        position: absolute;
        top: 60%;
        left: 0px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .left-arrow-btn img {
        width: 15px;
    }

    .right-arrow-btn {
        position: absolute;
        top: 60%;
        right: 0px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .right-arrow-btn img {
        width: 15px;
    }

    .product-gallery {
        overflow: hidden;
        /*margin-top: 20px;*/
        /*border: 1px solid #d1d1d1;*/
        border-radius: 10px;
        gap: 10px;
        display: flex;
        flex-direction: column;
        padding: 0 15px;
    }

    .product-gallery-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-gallery-item img {
        width: 100%;
        height: 300px !important;
        object-fit: cover !important;
    }

    .product-gallery-thumbs {
        overflow: hidden;
        position: relative;
        margin: 20px 0 0;
        padding: 0 20px;
    }

    .product-gallery-item-thumbs {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-gallery-item-thumbs img {
        width: 100%;
        height: 50px !important;
        object-fit: cover !important;
        cursor: pointer;
    }

    .video-dialog {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .video-box {
        width: 960px;
        height: 540px;
        position: relative;
        background: #ffffff;
    }

    .dialog-close {
        position: absolute;
        top: -10px;
        right: -10px;
        cursor: pointer;
        width: 27px;
    }

    .menu-list-box {
        position: sticky;
        top: 0;
        background: #FFFFFF;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 999;
        padding: 0 5px;
        border-bottom: 1px #ccc solid;
        /* 备用方案：如果sticky不工作，使用fixed定位 */
        position: -webkit-sticky;
        /* Safari兼容性 */
        position: sticky;
    }

    .menu-list {
        width: 100%;
        max-width: 650px;
        margin: 20px auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
        z-index: 1000;
    }

    .menu-item {
        padding: 10px 0;
        cursor: pointer;
        font-size: 14px;
    }

    .menu-item-active {
        border-bottom: 2px solid #000;
        font-family: InterBold;
    }

    .class-title {
        font-size: 24px;
        font-family: InterBold;
        width: 100%;
        max-width: 1400px;
        margin: auto;
        padding: 40px 15px;
    }

    .class-title h2 {
        font-size: 24px;
        font-family: InterBold;
        width: 100%;
        max-width: 1400px;
        margin: auto;
        text-align: center;
        font-weight: bold;
    }


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

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

    .product-gallery-item video {
        width: 100%;
        height: 300px !important;
        object-fit: contain !important;
    }

    .gallery-play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 768px) and (max-width: 1365px) {


    .content-box {
        padding: 0px 0px 0px 0px;
        background: #ffffff;
        margin: 50px auto 0;
        width: 100%;
    }


    .product-head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        border-bottom: 1px solid #c5c5c5;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        max-width: 1400px;
        margin: auto;
        flex-direction: column;
    }

    .product-head-img {
        width: 100%;
    }

    .product-head-img>img {
        width: 100%;
    }

    .product-head-title {
        width: 100%;
        flex: 1;
        /*padding-left: 90px;*/
        position: relative;
        margin-top: 20px;
    }

    .product-head-title h3 {
        font-size: 36px;
    }


    .head-box-title {
        font-family: InterBold;
        font-size: 24px;
        text-align: center;
    }

    .head-box-title h1 {
        font-family: InterBold;
        font-size: 30px;
    }

    .more-box {
        width: 100%;
        max-width: 1400px;
        margin: 0px auto 50px;
        position: relative;
    }

    .more-title {
        font-size: 24px;
        text-align: center;
        padding: 20px;
        font-family: Inter;
        font-weight: 700;
    }

    .more-title h2 {
        font-size: 28px;
        text-align: center;
        font-family: Inter;
        font-weight: 700;
    }

    .more-list {
        overflow: hidden;
        margin-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .more-item {
        width: 290px;
        flex-direction: column;
    }

    .more-img {
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        /*width: 200px;*/
        margin: auto;
    }

    .more-img img {
        width: 100%;
        height: 100%;
        object-fit: contain !important;
    }

    .more-item-title {
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .more-item-title h3 {
        font-size: 14px;
        font-weight: 400;
    }

    .more-item-title a {
        color: #000000;
    }


    .left-arrow-btn {
        position: absolute;
        top: 60%;
        left: 0px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .left-arrow-btn img {
        width: 15px;
    }

    .right-arrow-btn {
        position: absolute;
        top: 60%;
        right: 0px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .right-arrow-btn img {
        width: 15px;
    }

    .product-gallery {
        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .product-gallery-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-gallery-item img {
        width: 100%;
        height: 600px !important;
        object-fit: cover !important;
    }

    .product-gallery-thumbs {
        overflow: hidden;
        position: relative;
        margin: 20px 0 0;
        padding: 0 40px;
    }

    .product-gallery-item-thumbs {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-gallery-item-thumbs img {
        width: 100%;
        height: 100px !important;
        object-fit: cover !important;
        cursor: pointer;
    }

    .video-dialog {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .video-box {
        width: 960px;
        height: 540px;
        position: relative;
        background: #ffffff;
    }

    .dialog-close {
        position: absolute;
        top: -10px;
        right: -10px;
        cursor: pointer;
        width: 27px;
    }

    .menu-list-box {
        position: sticky;
        top: 0;
        background: #FFFFFF;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }

    .menu-list {
        width: 100%;
        max-width: 1400px;
        margin: 20px auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 50px;
        border-bottom: 1px #ccc solid;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu-item {
        padding: 10px 0;
        cursor: pointer;
        color: #b1b1b1;
    }

    .menu-item-active {
        font-family: InterBold;
        font-weight: 700;
        color: #000;
    }

    .class-title {
        font-size: 24px;
        font-family: InterBold;
        width: 100%;
        max-width: 1400px;
        margin: auto;
        padding: 40px 20px;
    }

    .class-title h2 {
        font-size: 28px;
        font-family: InterBold;
        font-weight: bold;
        width: 100%;
        max-width: 1400px;
        margin: auto;
        text-align: center;
    }


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

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

    .product-gallery-item video {
        width: 100%;
        height: 600px !important;
        object-fit: contain !important;
    }

    .gallery-play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 1366px) {
    .content-box {
        padding: 20px 0px 5px 0px;
        background: #ffffff;
        margin: 30px auto;
        width: 100%;
    }

    .product-head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        max-width: 1400px;
        margin: auto;
        gap: 80px;
    }

    .product-head-img {
        width: 50%;
    }

    .product-head-img>img {
        width: 100%;
    }

    .product-head-title {
        width: 60%;
        flex: 1;
        position: sticky;
        top: 100px;
    }

    .product-head-title h3 {
        font-size: 36px;
    }

    .attr-content {
        font-size: 13px;
        width: 100%;
        max-width: 1400px;
        margin: auto;
        padding: 0 20px;
    }

    .attr-content p {
        margin: auto;
        font-size: 18px;
        padding: 6px 0;
        width: 100%;
        max-width: 1000px;
    }

    .head-box-title {
        font-family: InterBold;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: InterBold;
        font-size: 32px;
    }

    .more-box {
        width: 100%;
        max-width: 1360px;
        margin: 50px auto;
        position: relative;
    }

    .more-title {
        font-size: 36px;
        text-align: center;
        padding: 20px;
        font-family: Inter;
        font-weight: 700;
    }

    .more-title h2 {
        font-size: 36px;
        text-align: center;
        font-family: Inter;
        font-weight: 700;
    }

    .more-list {
        overflow: hidden;
        margin-top: 20px;
        padding: 0 20px;
        width: 100%;
        max-width: 1360px;
    }

    .more-item {
        width: 290px;
        flex-direction: column;
    }

    .more-img {
        height: 245px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        margin: auto;
    }

    .more-img img {
        width: 100%;
        height: 100%;
        object-fit: contain !important;
    }

    .more-item-title {
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .more-item-title h3 {
        font-size: 18px;
        font-weight: 400;
    }

    .more-item-title a {
        color: #000000;
    }


    .left-arrow-btn {
        position: absolute;
        top: 60%;
        left: -10px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .left-arrow-btn img {
        width: 15px;
    }

    .right-arrow-btn {
        position: absolute;
        top: 60%;
        right: -10px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .right-arrow-btn img {
        width: 15px;
    }

    .product-gallery {
        overflow: hidden;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .product-gallery-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-gallery-item img {
        width: 100%;
        height: 600px !important;
        object-fit: cover !important;
    }

    .product-gallery-thumbs {
        overflow: hidden;
        position: relative;
        margin: 20px 0 0;
        padding: 0 40px;
    }

    .product-gallery-item-thumbs {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-gallery-item-thumbs img {
        width: 100%;
        height: 100px !important;
        object-fit: cover !important;
        cursor: pointer;
    }

    .video-dialog {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .video-box {
        width: 960px;
        height: 540px;
        position: relative;
        background: #ffffff;
    }

    .dialog-close {
        position: absolute;
        top: -10px;
        right: -10px;
        cursor: pointer;
        width: 27px;
    }

    .menu-list-box {
        position: sticky;
        top: 0;
        background: #FFFFFF;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 999;
        padding: 0;
        border-bottom: 1px #ccc solid;
    }

    .menu-list {
        width: 100%;
        max-width: 1360px;
        margin: 20px auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 50px;
    }

    .menu-item {
        padding: 10px 0;
        cursor: pointer;
        color: #b1b1b1;
        font-size: 18px;
    }

    .menu-item-active {
        font-family: InterBold;
        font-weight: 700;
        color: #000;
    }

    .class-title {
        font-size: 24px;
        font-family: InterBold;
        width: 100%;
        margin: auto;
        padding: 60px 0;
        background-color: #f7f7f7;
    }

    .class-title h2 {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 40px;
        text-align: center;
    }

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

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

    .product-gallery-item video {
        width: 100%;
        height: 600px !important;
        object-fit: contain !important;
    }

    .gallery-play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}


#play-icon {
    cursor: pointer;
}


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

.breadcrumb-container {
    max-width: 1400px;
    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: 16px;
}

.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;
}

/* Mobile Styles */
@media (max-width: 767px) {
    .breadcrumb-nav {
        padding: 15px 0;
    }

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

    .breadcrumb-item {
        font-size: 12px;
    }

    .breadcrumb-item:not(:last-child)::after {
        margin-left: 8px;
    }

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

.breadcrumb-item+.breadcrumb-item::before {
    display: none;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 0;
}

/* General Styles */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

a {
    text-decoration: none;
    color: inherit;
}

.parameter-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
    width: 100%;
}

.parameter-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.parameter-item-title {
    font-size: 18px !important;
    font-weight: 600;
    width: 200px;
}

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

@media(max-width:767px) {
    .parameter-item-title {
        font-size: 14px !important;
    }
}

.parameter-item-content {
    font-size: 18px !important;
    color: #666;
    width: 100%;
    flex: 1;
}

@media(min-width:768px) and (max-width:1365px) {
    .parameter-item-content {
        font-size: 16px !important;
    }
}

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

.head-box-subtitle {
    padding-bottom: 40px;
    font-size: 18px;
}

@media(min-width:768px) and (max-width:1365px) {
    .head-box-subtitle {
        font-size: 16px;
    }
}

@media(max-width:767px) {
    .head-box-subtitle {
        font-size: 14px;
    }
}

.contact-btn {
    color: #fff;
    height: 54px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 4px;
    width: 200px;
}

@media(max-width:767px) {
    .contact-btn {
        width: auto;
    }
}

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

.btn-contact {
    background-color: #FF99D3;
    color: #fff;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    width: 130px;
    transition: all 0.3s ease;
    font-size: 18px;
}

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

@media(max-width:767px) {
    .btn-contact {
        font-size: 14px;
    }
}

.btn-contact:hover {
    color: #fff;
    font-weight: 700;
}

.function-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
}

@media (max-width: 767px) {
    .function-box {
        flex-direction: column;
        gap: 20px;
        padding-bottom: 20px;
    }
}

.share-btn {
    display: flex;
    gap: 20px;
}

.share-btn-img {
    width: 25px;
    height: 25px;
}

.share-btn-img-hover {
    display: none;
    width: 25px;
    height: 25px;
}

.one-stop-packaging {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    padding: 50px 15px 50px !important;
}

@media (max-width: 767px) {
    .one-stop-packaging {
        flex-direction: column;
        padding: 40px 15px !important;
    }

    .one-stop-packaging__text {
        order: 1;
    }

    .one-stop-packaging__title {
        font-family: InterBold;
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 15px;
        text-align: left;
        font-weight: bold;
        text-align: center !important;
    }

    .one-stop-packaging__description {
        font-size: 14px;
        line-height: 1.6;
        color: #595959;
        text-align: left;
        margin-bottom: 30px;
    }

    .one-stop-packaging__image {
        order: 2;
        width: 100%;
    }

    .one-stop-packaging__image img {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1365px) {
    .one-stop-packaging {
        gap: 40px;
        padding: 60px;
    }

    .one-stop-packaging__text {
        flex: 1;
    }

    .one-stop-packaging__title {
        font-family: InterBold;
        font-size: 28px !important;
        line-height: 1.3;
        margin-bottom: 20px;
        font-weight: bold;
        text-align: left;
    }

    .one-stop-packaging__description {
        font-size: 16px;
        line-height: 1.6;
        color: #595959;
        text-align: left;
    }

    .one-stop-packaging__image {
        flex: 1;
    }

    .one-stop-packaging__image img {
        width: 100%;
    }
}

@media (min-width: 1366px) {
    .one-stop-packaging {
        gap: 50px;
        padding: 60px 0px;
    }

    .one-stop-packaging__text {
        flex: 1;
    }

    .one-stop-packaging__title {
        font-family: InterBold;
        font-size: 32px;
        line-height: 1.3;
        margin-bottom: 20px;
        font-weight: bold;
        text-align: left;
    }

    .one-stop-packaging__description {
        font-size: 16px;
        line-height: 1.6;
        color: #595959;
        text-align: left;
    }

    .one-stop-packaging__image {
        max-width: 580px;
    }

    .one-stop-packaging__image img {
        width: 100%;
    }
}

.fully-customized {
    text-align: center;
    padding: 50px 00px;
}

@media (max-width: 767px) {
    .fully-customized {
        padding: 40px 15px;
    }
}

.fully-customized__title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

@media(min-width:768px) and (max-width:1365px) {
    .fully-customized__title {
        font-size: 28px !important;
    }
}

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

.fully-customized__description {
    max-width: 600px;
    margin: 0 auto 30px;
    color: #000;
}

.fully-customized__view-more {
    background-color: #e9ecef;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 40px;
    color: #000;
}

.fully-customized__view-more:hover {
    background-color: #d9d9d9;
    color: #000;
}

/* Process Grid */
.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
    max-width: 1360px;
    margin: auto;
}

.process-item {
    padding: 40px 30px;
    border-radius: 12px;
    text-align: left;
    transition: all 0.3s ease;
    position: relative;
}

.process-item:hover {}

.process-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

.process-icon svg {
    color: #333;
    transition: all 0.3s ease;
}

.process-icon img {
    width: 38px;
}


.process-step {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    line-height: 1.3;
}

.process-text {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Tablet Styles (768px - 1024px) */
@media (max-width: 1024px) {
    .process-section {
        padding: 80px 0;
    }

    .process-header {
        margin-bottom: 60px;
    }

    .process-title {
        font-size: 36px;
    }

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

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .process-item {
        padding: 30px 25px;
    }

    .process-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 20px;
    }

    .process-icon svg {
        width: 32px;
        height: 32px;
    }

    .process-step {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .process-text {
        font-size: 14px;
    }
}

/* Mobile Styles (max-width: 767px) */
@media (max-width: 767px) {
    .process-section {
        padding: 60px 0;
    }

    .process-section .container {
        padding: 0 15px;
    }

    .process-header {
        margin-bottom: 50px;
    }

    .process-subtitle {
        font-size: 12px;
        margin-bottom: 15px;
    }

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

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

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
        margin-top: 50px;
    }

    .process-item {
        padding: 0px;
        text-align: center;
    }

    .process-icon {
        width: 50px;
        height: 50px;
        margin: 0 auto 20px;
    }

    .process-icon svg {
        width: 28px;
        height: 28px;
    }

    .process-step {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .process-text {
        font-size: 14px;
        line-height: 1.5;
    }
}

.hero-right-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    max-width: 1360px;
    margin: 100px auto;
    padding: 0 20px;
}

@media(min-width:768px) and (max-width:1365px) {
    .hero-right-box {
        margin: 50px auto;
    }
}

.factory-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    max-width: 1360px;
}

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


@media(max-width:767px) {
    .factory-content {
        flex-direction: column;
    }
}

.hero-image-wrapper {
    width: 50%;
}

@media(min-width:768px) and (max-width:1365px) {
    .hero-image-wrapper {
        width: 100%;
    }
}

.hero-content-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hero-content-subtitle {
    font-size: 18px;
}

@media(min-width:768px) and (max-width:1365px) {
    .hero-content-subtitle {
        font-size: 16px;
    }
}

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

.hero-content-text {
    margin-top: 50px;
    font-size: 18px;
}

@media (max-width: 767px) {
    .hero-right-box {
        flex-direction: column;
        gap: 20px;
        margin: 50px auto;
    }

    .factory-title {
        font-size: 24px;
    }

    .hero-image-wrapper {
        width: 100%;
    }

    .hero-content-wrapper {
        width: 100%;
    }
}

.feature-cards-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    max-width: 1360px;
    /* Max width of the features grid */
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 767px) {
    .feature-cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding-bottom: 20px;
    }
}

.feature-card {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #CFCFCF;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.feature-card-number-container {
    display: flex;
    align-items: baseline;
    /* Aligns number and suffix */
    justify-content: center;
    margin-bottom: 10px;
}

.feature-number {
    font-size: 40px;
    color: #000;
    line-height: 1;
}

.feature-suffix {
    font-size: 30px;
    /* Slightly smaller suffix */
    color: #333;
    margin-left: 2px;
    /* Space between number and suffix */
    line-height: 1;
}

.feature-description {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}

@media (max-width: 767px) {
    .feature-card {
        padding: 10px;
        min-height: 85px;
    }

    .feature-card-number-container {
        margin-bottom: 0;
    }

    .feature-number {
        font-size: 22px;
    }

    .feature-suffix {
        font-size: 20px;
    }

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



.slide-text-original,
.slide-text-hover {
    display: block;
    /* 使 transform 生效 */
    transition: transform 0.3s ease-in-out;
}

.slide-text-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    /* 初始状态：在下方隐藏 */
}

.learn-more-link-mod:hover .slide-text-original {
    transform: translateY(-100%);
    /* 原始文本向上滑出 */
}

.learn-more-link-mod:hover .slide-text-hover {
    transform: translateY(0%);
    /* 悬停文本从下方滑入 */
}

.learn-more-link-mod svg {
    /* margin-left: 5px; */
    /* 间距已改到 .learn-more-text-wrapper 的 margin-right */
    transition: transform 0.3s ease-in-out;
    /* 控制恢复和滑动的动画时间 */
    transform: translateX(0);
    /* 明确初始位置 */
}

.learn-more-link-mod:hover svg {
    transform: translateX(8px);
    /* 鼠标悬停时向右滑动8px */
    /* 移除 animation 属性 */
}

.view-more-block {
    padding: 10px;
    margin: 10px 0 20px;
}

.why-more-btn {
    font-size: 24px;
    font-weight: 400;
}

.customized-img-title {
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    padding-bottom: 10px;
}

.customized-img-desc {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    text-align: left;
    padding: 0 0 10px !important;
    max-width: 100% !important;
}

.head-box {
    width: 100%;
    max-width: 1400px;
    padding: 0 20px;
    margin: 80px auto 0;
}

@media(max-width:767px) {
    .head-box {
        margin: 50px auto 0;
    }
}


.btn-primary {
    border-radius: 12px;
    background: #FF99D3;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}

.left-arrow-btn-thumbs {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    z-index: 998;
}

.left-arrow-btn-thumbs img {
    width: 12px;
}

.right-arrow-btn-thumbs {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    z-index: 998;
}

.right-arrow-btn-thumbs img {
    width: 12px;
}

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

@media(min-width:768px) and (max-width:1365px) {
    .fcs-tabs-nav {
        margin-bottom: 0px;
    }
}

.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 between tab items */
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.fcs-tab-item {
    padding: 12px 25px;
    font-size: 18px;
    font-weight: 500;
    color: #9A9A9A;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-align: center;
    /* border-bottom: 1px solid #e5e5e5; */
}

.fcs-tab-item:hover {
    color: #000;
    font-weight: 700;
}

.fcs-tab-item.active {
    color: #000;
    font-weight: 700;
    /* border-bottom: 1px solid #4e5956; */
}

.fcs-content-area {
    /* Styles for the content area if needed */
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    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;
    overflow: hidden;
    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;
    font-weight: 400;
    color: #000;
    margin: 15px 0px 8px 0px;
}

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

.fcs-item-description {
    font-size: 14px;
    color: #999;
    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);
        padding: 0 15px;
    }

    .fcs-tabs-list {
        justify-content: center;
        /* Align tabs to start on smaller screens */
        overflow-x: auto;
        /* Allow horizontal scrolling for tabs if they overflow */
        white-space: nowrap;
        /* Keep tabs in a single line for scrolling */
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        /* Space for scrollbar if it appears */
    }

    .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-tabs-list {
        padding: 0;
    }

    .fcs-tabs-nav {
        margin-bottom: 0;
    }

    .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: 14px;
    }
}

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

    .fcs-tab-item {
        padding: 8px 15px;
        font-size: 14px;
    }
}

.fcs-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

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

.factory-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.factory-list li img {
    width: 24px;
    height: 24px;
}

.factory-list li h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

@media(min-width:768px) and (max-width:1365px) {
    .factory-list li h3 {
        font-size: 16px;
    }
}

@media(max-width:767px) {
    .factory-list li h3 {
        font-size: 14px;
    }
}

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

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

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

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

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

    .faq-left {
        max-width: 100%;
    }

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

}

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

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

.faq-right {
    flex: 1;
}

.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(min-width:768px) and (max-width:1365px) {
    .faq-list {
        padding: 0;
    }
}

@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;
}

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

.other-section {
    width: 100%;
    margin-top: -100px;
    padding-bottom: 100px;
}

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

.other-container {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background: #fff;
    padding: 50px 100px;
    border: 1px solid #dddddd;
}

.other-container p {
    font-size: 18px;
}

@media(min-width:768px) and (max-width:1365px) {
    .other-container {
        width: 80%;
    }

    .other-container h2 {
        font-size: 28px;
        font-family: InterBold;
        font-weight: bold;
        text-align: center;
    }

    .other-container p {
        font-size: 16px;
    }
}

@media(max-width:767px) {
    .other-container {
        width: 95%;
        padding: 50px 10px;
    }

    .other-container h2 {
        font-size: 24px;
        font-weight: bold;
    }

    .other-container p {
        font-size: 14px;
    }
}



.btn-about-us {
    width: 168px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 12px;
    border: 1px solid #DDD;
    background: #FF99D3;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 20px;
}

@media(max-width:767px) {
    .btn-about-us {
        font-size: 14px;
    }
}

.btn-about-us:hover {
    color: #fff;
    font-weight: 700;
}

.factory-title {
    font-family: InterBold;
    font-weight: bold;
}

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