.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.swiper-pagination,
.swiper-pagination-pc {
    text-align: left;
}

.swiper-pagination-bullet {
    border-radius: 0;
    background: none;
    opacity: 1;
    border: none;
    color: #333;
    font-weight: 500;
    -webkit-tap-highlight-color: transparent !important;
}

@media screen and (min-width: 1100px) {
    .swiper-pagination-bullet{
        margin-bottom: 10px !important;
    }
}

.swiper-pagination-bullet-active {
    color: #7f67d6;
    font-weight: 500;
}

.str_move.str_origin {
    display: flex !important;
}