.main.Game #banner {
    display: block;
    height: 300px;
    background-image: url(../images/banner_dz.jpg)
}

.main.Game #content {
    background-color: #eff7fa;
    background-image: url(../images/bg.jpg)
}

.gamePage .jackpot {
    display: block;
    margin-bottom: 30px
}

.gamePage .jackpot li {
    display: inline-block;
    width: 285px;
    height: 297px;
    vertical-align: top;
    padding: 4px 4px 9px;
    color: #343e46;
    font-size: 16px;
    line-height: 53px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px #d7dbde
}

.gamePage .jackpot li+li {
    margin-left: 20px
}

.gamePage .jackpot li .img {
    position: relative;
    height: 193px;
    background-repeat: no-repeat;
    background-position: center
}

.gamePage .jackpot li .title {
    margin-bottom: -1px
}

.gamePage .jackpot li .title img {
    display: inline-block;
    vertical-align: top;
    margin: 6.5px 12px 0 0
}

.gamePage .jackpot li .amountBox {
    display: block;
    width: 264px;
    height: 36px;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    background: url(../images/jackpot/bg_amount.png) no-repeat center
}

.gamePage .jackpot li .amountBox .amount {
    margin-left: 10px;
    font-weight: 700
}

.gamePage .jackpot li .amountBox .amount span {
    margin-left: 5px;
    color: #eaff00;
    font-size: 17px
}

.gamePage .jackpot li:hover {
    border-color: #35a8ff
}

.gamePage .jackpot li:hover .img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .59;
    background-color: #343e46;
    border-radius: 10px
}

.gamePage .jackpot li.cq9 .img {
    background-image: url(../images/jackpot/cq9.png)
}

.gamePage .jackpot li.jdb .img {
    background-image: url(../images/jackpot/jdb.png)
}

.gamePage .jackpot li.mg .img {
    background-image: url(../images/jackpot/mg.png)
}

.gamePage .jackpot li.pg .img {
    background-image: url(../images/jackpot/pg.png)
}

.gamePage .lobbyList {
    position: relative
}

.gamePage .lobbyList:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    z-index: 1;
    background-color: #d0d6e2
}

.gamePage .lobbyList:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    z-index: 1;
    background-color: #d0d6e2
}

.gamePage .lobbyList>li {
    position: relative;
    display: inline-block;
    width: 171.4285px;
    height: 60px;
    vertical-align: top;
    color: #343e46;
    font-size: 14px;
    line-height: 59px;
    text-align: center;
    background-color: #fff;
    border-right: 1px solid #d0d6e2;
    border-bottom: 1px solid #d0d6e2;
    cursor: pointer
}

.gamePage .lobbyList>li img {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px
}

.gamePage .lobbyList>li:before {
    content: "";
    position: absolute;
    z-index: 3;
    background-repeat: no-repeat;
    background-position: center
}

.gamePage .lobbyList>li.reward:before {
    top: -8px;
    right: 0;
    width: 34px;
    height: 26px;
    background-image: url(../images/icon_reward.gif)
}

.gamePage .lobbyList>li.hot:before {
    top: -8px;
    right: 0;
    width: 23px;
    height: 26px;
    background-image: url(../images/icon_hot.gif)
}

.gamePage .lobbyList>li:not(.more):hover {
    color: #35a8ff
}

.gamePage .lobbyList>li:not(.more):hover:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(52, 62, 70, .4) url(../images/btn_enter.png) no-repeat center;
    border: 2px solid #35a8ff
}

.gamePage .lobbyList>li.more .icon {
    display: inline-block;
    width: 60px;
    height: 40px;
    vertical-align: middle;
    margin-right: 4px;
    background: url(../images/icon_more.png) no-repeat center
}

.gamePage .lobbyWrapper {
    background-color: #fff
}