@charset "utf-8";

.m-ba-210702s {
    position: relative;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
}

.m-ba-210702s .header {
    margin:0 auto;
    max-width: var(--main-width);
    padding-bottom: 20px;
}

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

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

.m-ba-210702s .swiper-container {
    width: 100%;
    height: 100%;
}

.m-ba-210702s .swiper-slide {
    background-position: center;
    background-size: cover;
    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;
}

.m-ba-210702s .swiper-slide img {
    position: relative;
    z-index: 5;
    width: auto;
    height: auto;
    max-height: 100%;
}

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

/* not */

.m-ba-210702s .swiper-slide.not .img {
    position: relative;
    background-color: #ddd;
    width: 100%;
    height: 100%;
}

.m-ba-210702s .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-210702s .swiper-slide.not .svg-product {
    width: 100px;
    height: 100px;
    fill: #fff;
    opacity: 1;
}

/* swiper-buttons */

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

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

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

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

.m-ba-210702s .button-prev {
    left: 20px;
}

.m-ba-210702s .button-next {
    right: 20px;
}

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

.m-ba-210702s:hover .button-prev,
.m-ba-210702s:hover .button-next {
    opacity: .2;
}

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

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

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

.m-ba-210702s .button-prev:hover svg,
.m-ba-210702s .button-next:hover svg {
    stroke: #000;
}

/* swiper-pagination */

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

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

.m-ba-210702s .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-210702s .swiper-pagination span:hover:before {
    opacity: 1;
}

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

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