@media screen and (max-width: 800px){
    .index-page .introduction__section .introduction__section-wrapper{
        overflow: hidden;
        overflow-wrap: break-word;
        word-break: break-word;
        hyphens: auto;
    }
    .index-page .introduction__section .introduction__section-wrapper .content {
        font-size: 0.6rem;
        line-height: 0.72rem;
    }
    .about-solinteg-page .global-layout-section .anchor-swiper .swiper-wrapper .swiper-slide {
        height: auto;
    }
    .product-detail-page .technical__specifications .wal .-body .-table table {
        width: 27rem;
    }
    .cookie-set .cookie-set-footer {
        flex-direction: column;
    }
    .cookie-set .cookie-set-footer .cookie-btn {
        width: 100%;
        margin-bottom: 0.08rem;
    }
    .cookie-set .cookie-set-footer .rigth-btns .btn {
        width: 100%;
        margin-left: 0;
        margin-bottom: 0.08rem;
    }
    .cookie-set .cookie-set-footer .rigth-btns {
        flex-direction: column;
        width: 100%;

    }
}