@charset "utf-8";

.m-ba-210703m {
    position: relative;
    line-height: 0;
    font-size: 0;
}

.m-ba-210703m .header {
    padding-bottom: 20px;
}

.m-ba-210703m .header .title {
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}

.m-ba-210703m .header img {
    max-width: 100%;
}

.m-ba-210703m .block {
    overflow: hidden;
    position: relative;
}

.m-ba-210703m .swiper-container {
    height: 100%;
}

.m-ba-210703m ul {
    display: flex;
    width: calc(100% + 2px);
    height: 100%;
}

.m-ba-210703m li {
    display: inline-flex;
    vertical-align: top;
}

.m-ba-210703m .subimg {
    z-index: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.m-ba-210703m .a {
    z-index: 50;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.m-ba-210703m .block li .img {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
}

.m-ba-210703m .block li .img img {
    display: block;
    border: 0;
    max-width: 100%;
    max-height: 100%;
}

/* not */

.m-ba-210703m .swiper-slide.not .img {
    position: relative;
    width: 100%;
    height: 100%;
}

.m-ba-210703m .swiper-slide.not:nth-child(2n+1) .img {
    background-color: #ddd;
}

.m-ba-210703m .swiper-slide.not:nth-child(2n+2) .img {
    background-color: #ccc;
}

.m-ba-210703m .swiper-slide.not .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.m-ba-210703m .swiper-slide.not .svg-product {
    width: 100px;
    height: 100px;
    fill: #fff;
    opacity: 1;
}

/* swiper-buttons */

.m-ba-210703m .swiper-buttons {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.m-ba-210703m .button-prev,
.m-ba-210703m .button-next {
    transition: all .3s ease;
    z-index: 20;
    margin: 0;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    opacity: 0;
    cursor: pointer;
}

.m-ba-210703m .button-prev svg,
.m-ba-210703m .button-next svg {
    transition: all .3s ease;
    margin: 0;
    width: 40px;
    height: 40px;
}

.m-ba-210703m .button-prev:before,
.m-ba-210703m .button-next:before,
.m-ba-210703m .button-prev:after,
.m-ba-210703m .button-next:after {
    display: none !important;
    opacity: 0 !important;
}

.m-ba-210703m .button-prev {
    left: 30px;
}

.m-ba-210703m .button-next {
    right: 30px;
}

.m-ba-210703m .button-next svg {
    transform: rotate(180deg);
}

.m-ba-210703m:hover .button-prev,
.m-ba-210703m:hover .button-next {
    opacity: .5;
}

.m-ba-210703m:hover .button-prev svg {
    margin-left: -20px;
}

.m-ba-210703m:hover .button-next svg {
    margin-left: 20px;
}

.m-ba-210703m .button-prev:hover,
.m-ba-210703m .button-next:hover {
    opacity: 1;
}

.m-ba-210703m .button-prev:hover svg,
.m-ba-210703m .button-next:hover svg {
}

/* swiper-pagination */

.m-ba-210703m .swiper-pagination {
    z-index: 20;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    width: auto;
    height: 15px;
    opacity: 1;
}

.m-ba-210703m .swiper-pagination span {
    transition: all .3s ease;
    position: relative;
    display: inline-block;
    margin: 0 4px;
    width: 4px;
    height: 15px;
    cursor: pointer;
}

.m-ba-210703m .swiper-pagination span:before {
    transition: all .3s ease;
    display: block;
    content: '';
    position: absolute;
    left: calc(50% - 3px);
    top: calc(50% - 3px);
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 5px;
    opacity: 0.3;
}

.m-ba-210703m .swiper-pagination span:hover:before {
    opacity: 1;
}

.m-ba-210703m .swiper-pagination span.active {
    background-color: transparent;
    margin: 0;
    width: 20px;
}

.m-ba-210703m .swiper-pagination span.active:before {
    opacity: 1;
    left: calc(50% - 10px);
    width: 20px;
}
