swiper3dCom.less 970 Bytes
@charset "UTF-8";

&.swiper-3d-com {
    position: relative;
    .bg-box {
        width: 100%;
        height: auto;
        .bg-img {
            display: block;
            width: 100%;
            height: auto;
        }
    }
    .carousel-3d-box {
        position: absolute;
        top: 138px;
        z-index: 1;
        width: 100%;
        height: 100%;
        /deep/ .carousel-3d-container {
            width: 100% !important;
            height: auto !important;
            .carousel-3d-slider {
                width: 310px !important;
                .carousel-3d-slide {
                    background-color: transparent !important;
                    width: 100% !important;
                    height: auto !important;
                    opacity: 0.2 !important;
                    border: none;
                    &.current {
                        opacity: 1 !important;
                    }
                }
            }
        }
    }
}