.wheelPlay {
    padding-bottom: 90px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.wheelPlay .ebg-con {
    position: relative;
    overflow: hidden;
    opacity: 1;
}

.wheelPlay .ebg-con .imgbox {
    width: 100%;
    height: 100%;
}

.wheelPlay .ebg-con .swiper-container2 {
    width: 100%;
    height: 100%;
}

@media (max-width: 750px) {
    .wheelPlay .ebg-con .swiper-container2 {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.wheelPlay .ebg-con .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;
    transition: 300ms;
    transform: scale(0.8);
}

.wheelPlay .ebg-con .swiper-slide div {
    width: 100%;
}

.wheelPlay .ebg-con .swiper-slide img {
    opacity: 0.6;
    width: 100%;
}

.wheelPlay .ebg-con .swiper-slide-active,
.wheelPlay .ebg-con .swiper-slide-duplicate-active {
    transform: scale(1);
    z-index: 999;
}

.wheelPlay .ebg-con .swiper-slide-active img,
.wheelPlay .ebg-con .swiper-slide-duplicate-active img {
    opacity: 1;
}

.wheelPlay .ebg-con .icon-left,
.wheelPlay .ebg-con .icon-right {
    width: 70px;
    height: 70px;
    background-color: white;
    border-radius: 50%;
    font-size: 35px;
    z-index: 999;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 16px #888888;
}

@media (max-width: 750px) {

    .wheelPlay .ebg-con .icon-left,
    .wheelPlay .ebg-con .icon-right {
        display: none;
    }
}

.wheelPlay .ebg-con .icon-left .iconfont,
.wheelPlay .ebg-con .icon-right .iconfont {
    font-size: 35px;
    position: relative;
    color: #e0e0e0;
}

.wheelPlay .ebg-con .icon-right {
    right: 10%;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
}

.wheelPlay .ebg-con .icon-left {
    left: 10%;
    top: 50%;
    transform: translate(0, -50%);
    position: absolute;
}

.wheelPlay .ebg-con .icon-right:hover .iconfont,
.wheelPlay .ebg-con .icon-left:hover .iconfont {
    color: #c7000b;
}

.wheelPlay .swiper-paginations {
    margin-top: 30px;
    text-align: center;
}

.wheelPlay .swiper-paginations .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    background-color: #cacaca;
    border-radius: 2px;
    margin: 0 5px;
    opacity: 1;
}

.wheelPlay .swiper-paginations .swiper-pagination-bullet-active {
    background-color: #c7000b;
}

@media (max-width: 750px) {
    .wheelPlay {
        padding: 30px 0;
    }

    .wheelPlay .ebg-con .icon-right,
    .wheelPlay .ebg-con .icon-left {
        display: none;
    }
}

@media (max-width: 768px) {
    .wheelPlay .swiper-paginations {
        margin-top: 10px;
        top: 0px;
    }

    .wheelPlay .swiper-paginations .swiper-pagination-bullet {
        width: 20px;
        margin: 0 5px;
    }
}