@charset "utf-8";

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

.m-ba-190802s.ty-pagination {
    padding-bottom: 29px;
}

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

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

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

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

.m-ba-190802s .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-190802s .swiper-slide img {
    position: relative;
    z-index: 5;
    width: auto;
    height: auto;
    max-height: 100%;
}

.m-ba-190802s .swiper-slide img[onclick] {
    cursor: pointer;
}

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

/* not */

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

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

/* swiper-buttons */

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

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

.m-ba-190802s .button-prev {
    left: 10px;
}

.m-ba-190802s .button-next {
    right: 10px;
}

.m-ba-190802s .button-prev:after,
.m-ba-190802s .button-next:after {
    transition: all .3s ease;
    z-index: 20;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    width: 40px;
    height: 50px;
    background: url('../img/btn.png') no-repeat;
    background-position-x: 0;
    opacity: 1;
}

.m-ba-190802s .button-prev:after {
    background-position-y: 0;
}

.m-ba-190802s .button-next:after {
    background-position-y: -50px;
}

.m-ba-190802s .button-prev:before,
.m-ba-190802s .button-next:before {
    transition: all .3s ease;
    display: block;
    content: '';
    top: 0;
    width: 40px;
    height: 50px;
    background: #ffffff;
    position: absolute;
    opacity: .15;
}

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

.m-ba-190802s:hover .button-prev {
    left: 0;
}

.m-ba-190802s:hover .button-next {
    right: 0;
}

.m-ba-190802s .button-prev:hover:before,
.m-ba-190802s .button-next:hover:before {
    background-color: #ffffff;
    opacity: 0.5;
}

/* swiper-pagination */

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

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

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

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

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