.black {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000;
    opacity: 0.8;
}


/**/

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    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;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}


/* .swiper-slide video{
    width: 100%;
    height: 100%;
 }*/


/*.swiper-container{
    overflow-x: hidden;
}*/

.lunboWrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 793px;
    height: 596px;
    /*   border: 1px solid #f00;*/
    z-index: 1;
    visibility: hidden;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-button-next {
    background: url(../img/arrow_01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 100px;
    height: 100px;
}

.swiper-button-prev {
    background: url(../img/arrow_02.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 100px;
    height: 100px;
}


/*焦点*/

.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -5%;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #938c81;
    /*opacity: .2;*/
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
    width: 20px;
    border-radius: 20px;
}

@media only screen and (max-device-width: 667px) {
    .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: -20%;
        left: 0;
        width: 100%;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    .swiper-pagination-bullet {
        width: 25px;
        height: 25px;
    }
    .swiper-pagination-bullet-active {
        width: 40px;
        border-radius: 20px;
    }
}