.swiper-container {
    width: 100%;
    padding-bottom: 10px;
    height: 440px;
    position: relative
}

.swiper-navigator {
    width: 90%;
    height: 30px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}

.swiper-btn-next,
.swiper-btn-prev {
    color: #fff;
    /* background: rgba(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;
    font-size: 35px;
    color: rgba(0, 0, 0, 0.6);
}

.swiper-btn-next i,
.swiper-btn-prev i {
    font-size: 35px;
}

.swiper-btn-next {
    right: -40px;
}

.swiper-btn-prev {
    left: -40px;
}

.swiper-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
}

.swiper-wrap li {
    position: absolute;
    left: 0;
    height: auto;
    box-shadow: 0 0 11px rgba(0, 0, 0, .5);
    border-radius: 6%;
    width: auto;
    top: 0
}

.swiper-wrap li:first-child {
    position: relative
}

.swiper-wrap.transition li {
    transition: .5s
}

.swiper-wrap img {
    width: 100%;
    display: block
}

.p1 {
    z-index: 3;
    -webkit-transform: translateZ(100px) scale(.5);
    transform: translateZ(100px) scale(.5);
    -ms-transform: translateZ(100px) scale(.5)
}

.p2 {
    z-index: 2;
    -webkit-transform: translate3d(15%, 0, 90px) scale(.4);
    transform: translate3d(15%, 0, 90px) scale(.4);
    -ms-transform: translate3d(15%, 0, 90px) scale(.4)
}

.swiper-3 .p3,
.swiper-6 .p6 {
    z-index: 2;
    -webkit-transform: translate3d(-15%, 0, 90px) scale(.4);
    transform: translate3d(-15%, 0, 90px) scale(.4);
    -ms-transform: translate3d(-15%, 0, 90px) scale(.4)
}

.swiper-5 .p3,
.swiper-6 .p3 {
    z-index: 1;
    -webkit-transform: translate3d(26%, 0, 80px) scale(.3);
    transform: translate3d(26%, 0, 80px) scale(.3);
    -ms-transform: translate3d(26%, 0, 80px) scale(.3)
}

.swiper-4 .p3,
.swiper-6 .p4 {
    -webkit-transform: translateZ(80px) scale(.3);
    transform: translateZ(80px) scale(.3);
    -ms-transform: translateZ(80px) scale(.3)
}

.swiper-5 .p4,
.swiper-6 .p5 {
    z-index: 1;
    -webkit-transform: translate3d(-26%, 0, 80px) scale(.3);
    transform: translate3d(-26%, 0, 80px) scale(.3);
    -ms-transform: translate3d(-26%, 0, 80px) scale(.3)
}

.swiper-4 .p4,
.swiper-5 .p5,
.swiper-6 .p6 {
    z-index: 2;
    -webkit-transform: translate3d(-15%, 0, 90px) scale(.4);
    transform: translate3d(-15%, 0, 90px) scale(.4);
    -ms-transform: translate3d(-15%, 0, 90px) scale(.4)
}

.swiper-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
}

.swiper-dots li {
    width: 20px;
    height: 2px;
    background: #b5b5b5;
    margin-right: 10px;
    float: left;
    transition: .3s
}

.swiper-dots li:last-child {
    margin: 0
}

.swiper-dots .active {
    background: #ff4949
}

@media screen and (min-width:425px) {
    .swiper-navigator,
    .swiper-wrap {
        width: 80%
    }
}

@media screen and (min-width:1200px) {
    .swiper-navigator,
    .swiper-wrap {
        width: 940px
    }
}