/* ===== 手机竖屏 ===== */
@media (max-width: 767px) {
    .sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg {
        height: 200px !important;
        background-size: cover !important;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .sppb-slideshow-fullwidth-item-text h1,
    .sppb-slideshow-fullwidth-item-text h2,
    .sppb-slideshow-fullwidth-item-text .sppb-addon-title {
        font-size: 16px !important;
    }
    .sppb-slideshow-fullwidth-item .sppb-container > *:not(.sppb-sp-slider-title) {
        font-size: 10px !important;
        line-height: 1.4 !important;
        max-width: 180px !important;
        margin-left: 0 !important;
        margin-right: auto !important;
    }
}

/* ===== 手机横屏 ===== */
@media (min-width: 480px) and (max-width: 767px) {
    .sppb-slideshow-fullwidth-item .sppb-container > *:not(.sppb-sp-slider-title) {
        font-size: 11px !important;
        max-width: 220px !important;
    }
    .sppb-slideshow-fullwidth-item-text h1,
    .sppb-slideshow-fullwidth-item-text h2,
    .sppb-slideshow-fullwidth-item-text .sppb-addon-title {
        font-size: 18px !important;
    }
}

/* ===== 平板竖屏 ===== */
@media (min-width: 768px) and (max-width: 991px) {
    .sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg {
        height: 400px !important;
        background-size: contain !important;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .sppb-slider-fullwidth-wrapper,
    .sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg,
    .sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item {
        width: 100% !important;
        max-width: 100% !important;
    }
    .sppb-slideshow-fullwidth-item .sppb-container > *:not(.sppb-sp-slider-title) {
        font-size: 12px !important;
        max-width: 260px !important;
    }
    .sppb-slideshow-fullwidth-item-text h1,
    .sppb-slideshow-fullwidth-item-text h2,
    .sppb-slideshow-fullwidth-item-text .sppb-addon-title {
        font-size: 20px !important;
    }
}

/* ===== 平板横屏 ===== */
@media (min-width: 992px) and (max-width: 1199px) {
    .sppb-slider-fullwidth-wrapper .sppb-slideshow-fullwidth-item-bg {
        height: 500px !important;
        background-size: cover !important;
        background-position: center center;
    }
    .sppb-slideshow-fullwidth-item .sppb-container > *:not(.sppb-sp-slider-title) {
        font-size: 13px !important;
        max-width: 300px !important;
    }
    .sppb-slideshow-fullwidth-item-text h1,
    .sppb-slideshow-fullwidth-item-text h2,
    .sppb-slideshow-fullwidth-item-text .sppb-addon-title {
        font-size: 22px !important;
    }
}