.swiper3D-container {
    width: 100%;
    background: #fff;
    padding-bottom: 10px;
    position: relative;
}
.swiper3D-navigator {
    width: 90%;
    height: 30px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.swiper3D-btn-next,
.swiper3D-btn-prev {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 30px;
    height: 30px;
    -ms-display: flex;
    display: -webkit-flex;
    display: flex;
    padding-top: 3px;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.swiper3D-btn-next {
    right: -40px;
}
.swiper3D-btn-prev {
    left: -40px;
}
.swiper3D-wrap {
    width: 90%;
    margin: 0 auto;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -ms-perspective: 500px;
    -webkit-perspective: 500px;
    perspective: 500px;
    display: -webkit-flex;
    display: flex;
    -ms-display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-align-items: center;
    z-index: 4;
    position: relative;
}
.swiper3D-wrap li {
    position: absolute;
    left: 0;
    height: auto;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
    border-radius: 6%;
    width: auto;
    top: 0;
}
.swiper3D-wrap li:first-child {
    position: relative;
}
.swiper3D-wrap.transition li {
    transition: 0.5s;
}
.swiper3D-wrap img {
    width: 100%;
    display: block;
}
.p1 {
    z-index: 3;
    -webkit-transform: translateZ(100px) scale(0.5);
    transform: translateZ(100px) scale(0.5);
    -ms-transform: translateZ(100px) scale(0.5);
}
.p2 {
    z-index: 2;
    -webkit-transform: translate3d(15%, 0, 90px) scale(0.4);
    transform: translate3d(15%, 0, 90px) scale(0.4);
    -ms-transform: translate3d(15%, 0, 90px) scale(0.4);
}
.swiper3D-3 .p3,
.swiper3D-6 .p6 {
    z-index: 2;
    -webkit-transform: translate3d(-15%, 0, 90px) scale(0.4);
    transform: translate3d(-15%, 0, 90px) scale(0.4);
    -ms-transform: translate3d(-15%, 0, 90px) scale(0.4);
}
.swiper3D-5 .p3,
.swiper3D-6 .p3 {
    z-index: 1;
    -webkit-transform: translate3d(26%, 0, 80px) scale(0.3);
    transform: translate3d(26%, 0, 80px) scale(0.3);
    -ms-transform: translate3d(26%, 0, 80px) scale(0.3);
}
.swiper3D-4 .p3,
.swiper3D-6 .p4 {
    -webkit-transform: translateZ(80px) scale(0.3);
    transform: translateZ(80px) scale(0.3);
    -ms-transform: translateZ(80px) scale(0.3);
}
.swiper3D-5 .p4,
.swiper3D-6 .p5 {
    z-index: 1;
    -webkit-transform: translate3d(-26%, 0, 80px) scale(0.3);
    transform: translate3d(-26%, 0, 80px) scale(0.3);
    -ms-transform: translate3d(-26%, 0, 80px) scale(0.3);
}
.swiper3D-4 .p4,
.swiper3D-5 .p5,
.swiper3D-6 .p6 {
    z-index: 2;
    -webkit-transform: translate3d(-15%, 0, 90px) scale(0.4);
    transform: translate3d(-15%, 0, 90px) scale(0.4);
    -ms-transform: translate3d(-15%, 0, 90px) scale(0.4);
}
.swiper3D-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 11%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.swiper3D-dots li {
    width: 20px;
    height: 2px;
    background: #b5b5b5;
    margin-right: 10px;
    float: left;
    transition: 0.3s;
}
.swiper3D-dots li:last-child {
    margin: 0;
}
.swiper3D-dots .active {
    background: #ff4949;
}
@media screen and (min-width: 425px) {
    .swiper3D-navigator,
    .swiper3D-wrap {
        width: 80%;
    }
}
@media screen and (min-width: 1360px) {
    .swiper3D-navigator,
    .swiper3D-wrap {
        width: 1087px;
    }
}
