@charset "utf-8";

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

.m-ba-200402m .header {
    margin-bottom: 15px;
    display: block;
    width: 100%;
    position: relative;
}

.m-ba-200402m .header .title {
    display: block;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}

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

.m-ba-200402m .swiper-container {
    width: 100%;
}

.m-ba-200402m li {
}

.m-ba-200402m li a {
    z-index: 2;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.m-ba-200402m li img {
    border: 0;
    width: 100%;
}

/* not */

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

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

.m-ba-200402m .swiper-slide.not .svg-product {
    z-index: 1;
    position: absolute;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    width: 100px;
    height: 100px;
    fill: #fff;
    opacity: 1;
}

.m-ba-200402m.ty-3 .swiper-slide.not .svg-product {
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
}