
/* 手機下方工具列 */
@media (max-width: 575px) {
    #section-id-1ec4fc4e-d30f-4d94-90c7-1dddb8bbadc5 {
        position: fixed;
        left: 0;
        bottom: 0;
        display: flex;
        flex-direction: row;
    }
    .sp-page-builder .page-content #section-id-1ec4fc4e-d30f-4d94-90c7-1dddb8bbadc5 {
        background-color: rgb(255 255 255 / 93%);
    }
    #section-id-1ec4fc4e-d30f-4d94-90c7-1dddb8bbadc5 .sppb-addon-wrapper {
        float: left;
        /*padding: 0 15px;*/
    }
    li.uj-float-btn {
        width: 20%;
    }
    .float-rt-button .sppb-addon-wrapper {
        width: 100%;
        padding: 0
    }
    .float-rt-button .sppb-row-container {
        padding: 0;
    }
}
