/*#ups-banner {
    background: #bebebe;
}*/

.swiper-container {
    width: 100%;
    margin: 0 auto;
}

.swiper-slide {
    position: relative;
}

.img-fix {
    margin-top: 0;
    overflow: hidden;
}

.img-inner {
    transform: translateY(0%);
}

.swiper-container .bigZTImg {
    width: 100%;
    height: 30vw;
    display: block;
}

.swiper-button-next, .swiper-button-prev {
    background: none;
    top: auto;
    bottom: 17vw;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 40px;
}

.swiper-button-next:before, .swiper-button-prev:before {
    font-family: "upsicons";
    position: absolute;
    display: block;
    height: 54px;
    width: 50px;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 54px;
    color: #fff;
    font-size: 68px;
}

.swiper-button-prev:before {
    content: '\e628';
}

.swiper-button-next:before {
    content: '\e62a';
}

.bottom-nav {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 30px;
    z-index: 10;
}

.ups-icon-videoplay {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    cursor: pointer;
}

.ups-icon-videoplay:before {
    font-family: "upsicons";
    content: "\e680";
    font-size: 28px;
    color: white;
}

.stop-status.ups-icon-videoplay:before {
    content: "\e681";
}

.swiper-pagination {
    position: relative;
    display: inline-block;
    height: 29px;
    vertical-align: middle;
}

#ups-banner .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #fff;
    opacity: 1;
    box-sizing: border-box;
    border: 3px solid #fff;
    margin: 0 15px;
    vertical-align: middle;
}

#ups-banner .swiper-pagination-bullet-active {
    background: #28A745;
}

@media (max-width: 767px) {
    .swiper-button-prev:before {
        content: '\e627';
    }

    .swiper-button-next:before {
        content: '\e629';
    }

    .swiper-button-next, .swiper-button-prev {
        bottom: 15vw;
    }

    .swiper-button-next:before, .swiper-button-prev:before {
        font-size: 32px;
    }

    .bottom-nav {
        bottom: 10px;
    }

    #ups-banner .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        border-width: 2px;
        margin: 0 10px;
    }

    .ups-icon-videoplay {
        margin-right: 10px;
    }
}