/*--------------------Cover-----------------------*/

.frontend-body-canvas .xlx26-container .swiper-wrapper {
    z-index: 0;
    opacity: 1;
}

.swiper-container .swiper-wrapper {
    position: static;
    overflow: visible;
}

.xlx26-container .swiper-wrapper .swiper-slide {
    position: static;
    opacity: 1;
    transition: none;
}

/*--------------------Cover------------------------*/
.xlx26-container {
    width: 100%;
    margin: 1px 0;
    padding: 40px 0;
}

.xlx26-inner-wrapper {
    width: 100%;
}

.xlx26-top-wrapper {
    text-align: center;
}

.xlx26-bottom-wrapper {
    width: 100%;
    width: 1140px;
    margin: 0 auto;
}

.xlx26-title-wrapper {
    font-size: 36px;
    color: #7367f0;
    font-weight: bold;
    
}

.xlx26-content-wrapper {
    font-size: 15px;
    color: #777777;
    margin: 30px 0;
}

.xlx26-container .swiper-wrapper {
    align-items: center;
}


.xlx26-container .xlx26-bottom-wrapper .swiper-pagination {
    position: static;
}

.xlx26-container .xlx26-bottom-wrapper .swiper-pagination {
    margin-top: 55px;
}

.xlx26-container .xlx26-bottom-wrapper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 10px 5px;
    outline: none;
}

.xlx26-bottom-wrapper .banner-description {
    display: none;
}

.xlx26-bottom-wrapper picture {
    display: block;
    width: 100%;
}

.xlx26-bottom-wrapper img {
    display: block;
    max-width: 100%;
    max-height: 460px;
            margin: 0 auto;
}

@keyframes bigger {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.2);
    }
}

@keyframes smaller {
    from {
        transform: scale(1.2);
    }

    to {
        transform: scale(1);
    }
}


.xlx26-bigger {
    animation : bigger 300 forwards;
}

.xlx26-smaller {
    animation: smaller 300 forwards;
}


@media screen and (max-width: 1140px) {
    .xlx26-bottom-wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 978px) {
    .xlx26-bottom-wrapper .swiper-container {
        width: 50%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .xlx26-title-wrapper {
        font-size: 20px;
    }

    .xlx26-content-wrapper {
        font-size: 12px;
    }

    .xlx26-container .xlx26-bottom-wrapper .swiper-pagination {
        margin-top: 25px;
    }
}

@media screen and (max-width: 578px) {
    .xlx26-title-wrapper {
        font-size: 18px;
    }

    .xlx26-container .xlx26-bottom-wrapper .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }
}