.main-wrapper .game-list-wrapper .swiper-pop-2 {
    bottom: 300px;
    left: 355px;
    /*  border-top: solid 1px #000;
      border-bottom: solid 1px #000;*/
    position: absolute;
    display: none;
    width: 200px;
    height: 115px;
}

.main-wrapper .game-list-wrapper .swiper-pop-2 .pop-content {
    background: #000;
    opacity: 0.95;
    transform: translate3d(0px, 0px, 0px);
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

/*
* swiper
*/

#pop-game2 .swiper {
    width: 200px;
    height: 100px;
    background: #000;
    border-radius: 10px;
}

#pop-game2 .swiper .swiper-wrapper {
    width: 200px;
    margin-top: 10px;
}

#pop-game2 .swiper .swiper-wrapper .swiper-slide .list {
    width: 200px;
}

/** 笔记本小屏样式 **/
@media (max-width: 1600px) {
    .main-wrapper .game-list-wrapper .swiper-pop-2 {
        bottom: 222px;
        left: 200px;
        position: absolute;
        display: none;
        width: 200px;
        height: 115px;
    }
}
