/* 图片效果css */
.youshiimghover{
    overflow: hidden;
}
.youshiimghover .elementor-background-overlay{
    transition: all .6s;
}
.youshiimghover:hover .elementor-background-overlay{
    transform: scale(1.15);
}
nav.elementor-pagination {
    margin-top: 46px;
}
nav.elementor-pagination .current {
    color: #6EC1E4 !important;
}


body.single-post .elementor-widget-image-carousel .elementor-image-carousel .elementor-image-carousel-caption{
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4e6f6ecf;
    color: #fff;
    opacity: 0;
    transition:all .3s;
}
body.single-post .elementor-widget-image-carousel .elementor-image-carousel .swiper-slide:hover .elementor-image-carousel-caption {
    opacity: 1;
}