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

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

.lotteryPage .gameList {
    margin: 0 -10px
}

.lotteryPage .gameList li {
    position: relative;
    display: inline-block;
    width: 285px;
    height: 320px;
    vertical-align: top;
    margin: 0 10px 20px;
    padding-top: 40px;
    background: url(../images/bg_entrance.png) no-repeat center;
    box-shadow: 0 4px 10px #d7dbde;
    cursor: pointer
}

.lotteryPage .gameList li .img {
    position: relative;
    width: 199px;
    height: 199px;
    margin: 0 auto 20px;
    background-repeat: no-repeat;
    background-position: center
}

.lotteryPage .gameList li .title {
    position: relative;
    width: 225px;
    margin: 0 auto;
    color: #343e46;
    font-size: 18px;
    text-align: left;
    line-height: 43px
}

.lotteryPage .gameList li .title:before {
    content: "";
    position: absolute;
    top: 0;
    right: -10px;
    width: 43px;
    height: 43px;
    background-repeat: no-repeat;
    background-position: center
}

.lotteryPage .gameList li:not([game-box=more]):hover {
    background-image: url(../images/bg_entrance_hover.png)
}

.lotteryPage .gameList li:not([game-box=more]):hover .img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 62, 70, .6) url(../images/btn_enter.png) no-repeat center;
    border-radius: 50%
}

.lotteryPage .gameList li:not([game-box=more]):hover .title {
    color: #32a8ff
}

.lotteryPage .gameList li.TpLottery .img {
    background-image: url(../images/tp.png)
}

.lotteryPage .gameList li.TpLottery .title:before {
    background-image: url(../images/logo/tp.png)
}

.lotteryPage .gameList li.BbLottery .img {
    background-image: url(../images/bb.png)
}

.lotteryPage .gameList li.BbLottery .title:before {
    background-image: url(../images/logo/bb.png)
}

.lotteryPage .gameList li.SyLottery .img {
    background-image: url(../images/sy.png)
}

.lotteryPage .gameList li.SyLottery .title:before {
    background-image: url(../images/logo/sy.png)
}

.lotteryPage .gameList li.VrLottery .img {
    background-image: url(../images/vr.png)
}

.lotteryPage .gameList li.VrLottery .title:before {
    background-image: url(../images/logo/vr.png)
}

.lotteryPage .gameList li.more .title {
    text-align: center
}

.lotteryPage .gameList li.more .title:before {
    position: static;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/logo/more.png)
}