#banner {
    height: 326px;
    background-image: url('../images/lottery/lotteryPage/banner.webp')
}

#content {
    padding-top: 30px;
    background-image: url('../images/lottery/lotteryPage/bg2.webp')
}

ul.game-list:after {
    content: '';
    display: block;
    height: 275px;
    margin: 90px auto;
    background: url('../images/lottery/lotteryPage/bottom.webp') no-repeat center center
}
ul.game-list > li {
    height: 370px
}
