body.layout {
    background: #000 url('/static/image/bg.jpg') no-repeat center top
}

#banner {
    height: 600px;
    text-align: center;
    background: none
}

#content {
    background-image: none
}

#slide-banner {
    position: relative;
    height: 600px;
    overflow: hidden
}

#slide-banner .slide {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px
}

#slide-banner .slide a {
    display: inline-block;
    width: 1920px;
    height: 600px
}

#slide-banner .slide-pager {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center
}

#slide-banner .slide-pager li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 6px;
    font-size: 0;
    background-color: #e4e4e4;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer
}

#slide-banner .slide-pager li.on {
    background-color: #fff
}

#slide-banner .slide-click {
    position: absolute;
    top: 150px;
    left: 50%;
    width: 40px;
    height: 40px;
    color: gray;
    font-size: 25px;
    line-height: 35px;
    text-align: center;
    border: 2px solid gray;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer
}

#slide-banner .slide-click:hover {
    color: #b6b6b6;
    border-color: #b6b6b6
}

#slide-banner .slide-click.prev {
    margin-left: -519px
}

#slide-banner .slide-click.next {
    margin-left: 515px
}

#home-sponsor {
    display: flex;
    justify-content: space-between
}

#home-sponsor div {
    width: 400px;
    height: 176px;
    background-repeat: no-repeat;
    background-size: 100%
}

#home-sponsor div.sponsor1 {
    background-image: url('/static/image/con01.png')
}

#home-sponsor div.sponsor2 {
    background-image: url('/static/image/con02.png')
}

#home-sponsor div.sponsor3 {
    background-image: url('/static/image/con03.png')
}

#hot-game {
    margin: 30px 0
}

#hot-game .title {
    width: 100%;
    height: 92px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('/static/image/title_01.png')
}

#hot-game .hotContent {
    width: 100%;
    height: 456px;
    display: flex;
    margin-top: 30px
}

#hot-game .hotContent .left {
    color: #fff;
    font-size: 14px;
    width: 305px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 30px
}

#hot-game .hotContent .left:before {
    content: '';
    display: block;
    width: inherit;
    height: 121px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 20px
}

#hot-game .hotContent.sport .left:before {
    background-image: url('/static/image/title_sport.png')
}

#hot-game .hotContent.slot .left:before {
    background-image: url('/static/image/title_slot.png')
}

#hot-game .hotContent.board .left:before {
    background-image: url('/static/image/title_poker.png')
}

#hot-game .hotContent.fish .left:before {
    background-image: url('/static/image/title_fish.png')
}

#hot-game .hotContent.live .left:before {
    background-image: url('/static/image/title_live.png')
}

#hot-game .hotContent.lottery .left:before {
    background-image: url('/static/image/title_lottery.png')
}

#hot-game .hotContent .center {
    width: 660px;
    height: inherit;
    background-size: 100%;
    background-repeat: no-repeat
}

#hot-game .hotContent.sport .center {
    background-image: url('/static/image/sport.png')
}

#hot-game .hotContent.slot .center {
    background-image: url('/static/image/slot.png')
}

#hot-game .hotContent.board .center {
    background-image: url('/static/image/poker.png')
}

#hot-game .hotContent.fish .center {
    background-image: url('/static/image/fish.png')
}

#hot-game .hotContent.live .center {
    background-image: url('/static/image/live.png')
}

#hot-game .hotContent.lottery .center {
    background-image: url('/static/image/lottery.png')
}

#hot-game .hotContent .right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

#hot-game .hotContent .right div {
    width: 222px;
    height: 102px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: 20px
}

#hot-game .hotContent .right div a {
    display: block;
    width: 100%;
    height: 100%
}

#hot-game .hotContent.sport .right div.cr {
    background-image: url('/static/image/sport_cr.png')
}

#hot-game .hotContent.sport .right div.cr:hover {
    background-image: url('/static/image/sport_cr_h.png')
}

#hot-game .hotContent.sport .right div.saba {
    background-image: url('/static/image/sport_saba.png')
}

#hot-game .hotContent.sport .right div.saba:hover {
    background-image: url('/static/image/sport_saba_h.png')
}

#hot-game .hotContent.slot .right div.pg {
    background-image: url('/static/image/slot_pg.png')
}

#hot-game .hotContent.slot .right div.pg:hover {
    background-image: url('/static/image/slot_pg_h.png')
}

#hot-game .hotContent.slot .right div.jdb {
    background-image: url('/static/image/slot_jdb.png')
}

#hot-game .hotContent.slot .right div.jdb:hover {
    background-image: url('/static/image/slot_jdb_h.png')
}

#hot-game .hotContent.slot .right div.more {
    background-image: url('/static/image/slot_more.png')
}

#hot-game .hotContent.slot .right div.more:hover {
    background-image: url('/static/image/slot_more_h.png')
}

#hot-game .hotContent.board .right div.ty {
    background-image: url('/static/image/poker_ky.png')
}

#hot-game .hotContent.board .right div.ty:hover {
    background-image: url('/static/image/poker_ky_h.png')
}

#hot-game .hotContent.board .right div.bsp {
    background-image: url('/static/image/poker_bsp.png')
}

#hot-game .hotContent.board .right div.bsp:hover {
    background-image: url('/static/image/poker_bsp_h.png')
}

#hot-game .hotContent.board .right div.more {
    background-image: url('/static/image/poker_more.png')
}

#hot-game .hotContent.board .right div.more:hover {
    background-image: url('/static/image/poker_more_h.png')
}

#hot-game .hotContent.fish .right div.jdb {
    background-image: url('/static/image/fish_jdb.png')
}

#hot-game .hotContent.fish .right div.jdb:hover {
    background-image: url('/static/image/fish_jdb_h.png')
}

#hot-game .hotContent.fish .right div.cq9 {
    background-image: url('/static/image/fish_cq9.png')
}

#hot-game .hotContent.fish .right div.cq9:hover {
    background-image: url('/static/image/fish_cq9_h.png')
}

#hot-game .hotContent.fish .right div.more {
    background-image: url('/static/image/fish_more.png')
}

#hot-game .hotContent.fish .right div.more:hover {
    background-image: url('/static/image/fish_more_h.png')
}

#hot-game .hotContent.live .right div.ag {
    background-image: url('/static/image/live_ag.png')
}

#hot-game .hotContent.live .right div.ag:hover {
    background-image: url('/static/image/live_ag_h.png')
}

#hot-game .hotContent.live .right div.bb {
    background-image: url('/static/image/live_bb.png')
}

#hot-game .hotContent.live .right div.bb:hover {
    background-image: url('/static/image/live_bb_h.png')
}

#hot-game .hotContent.live .right div.more {
    background-image: url('/static/image/live_more.png')
}

#hot-game .hotContent.live .right div.more:hover {
    background-image: url('/static/image/live_more_h.png')
}

#hot-game .hotContent.lottery .right div.lottery1 {
    background-image: url('/static/image/lottery_01.png')
}

#hot-game .hotContent.lottery .right div.lottery1:hover {
    background-image: url('/static/image/lottery_01_h.png')
}

#hot-game .hotContent.lottery .right div.lottery2 {
    background-image: url('/static/image/lottery_02.png')
}

#hot-game .hotContent.lottery .right div.lottery2:hover {
    background-image: url('/static/image/lottery_02_h.png')
}

#hot-game .hotContent.lottery .right div.more {
    background-image: url('/static/image/lottery_more.png')
}

#hot-game .hotContent.lottery .right div.more:hover {
    background-image: url('/static/image/lottery_more_h.png')
}

#hot-game .hotMenu {
    width: 1004px;
    height: 72px;
    margin: 30px auto 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url('/static/image/game-list-bg.png')
}

#hot-game .hotMenu ul {
    list-style: none;
    padding: unset;
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: inherit
}

#hot-game .hotMenu ul li {
    width: 165px;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #000;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center
}

#hot-game .hotMenu ul li:hover,
#hot-game .hotMenu ul li.active {
    background-image: url('/static/image/bt.png');
    color: #fff
}

#home-app {
    margin-top: 50px
}

#home-app .title {
    width: 100%;
    height: 92px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('/static/image/title_02.png')
}

#home-app .appContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 554px;
    width: 100%
}

#home-app .appContent .left {
    width: 400px;
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center
}

#home-app .appContent .left .app-text {
    margin: 30px 0;
    font-size: 16px;
    color: #fff;
    line-height: 30px
}

#home-app .appContent .left .app-header {
    display: flex;
    align-items: center;
    font-size: 40px;
    margin: unset;
    color: #fff
}

#home-app .appContent .left p.app-header:before {
    content: '';
    width: 70px;
    height: 70px;
    display: flex;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('/static/image/app_icon.png?version=20220118')
}

#home-app .appContent .left .qrcodeContent {
    width: inherit;
    display: flex;
    justify-content: space-between;
    padding: 0 20px
}

#home-app .appContent .left .qrcodeContent div {
    width: 155px;
    height: 161px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

#home-app .appContent .left .qrcodeContent .qrcode1 {
    background-image: url('/static/image/app_frame.png')
}

#home-app .appContent .left .qrcodeContent .qrcode1:before {
    content: '';
    width: 90px;
    min-height: 90px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('/static/image/app_qr.png');
    margin-top: 35px
}

#home-app .appContent .left .qrcodeContent p {
    margin: 45px 0 0;
    font-size: 15px;
    font-weight: bold;
    color: #fecc01
}

#home-app .appContent .left .qrcodeContent .qrcode2 {
    background-image: url('/static/image/app_frame02.png')
}

#home-app .appContent .left .qrcodeContent .qrcode2 p {
    margin: 170px 0 0
}

#home-app .appContent .left .qrcodeContent .url {
    margin: unset;
    font-size: 14px;
    color: #fff
}

#home-app .appContent .left .qrcodeContent .qrcode2 .url {
    margin: unset
}

#home-app .appContent .right {
    width: 618px;
    height: 554px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('/static/image/app.png')
}

#home-service {
    margin-top: 30px
}

#home-service .title {
    width: 100%;
    height: 92px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('/static/image/title_03.png')
}

#home-service ul {
    list-style: none;
    padding: unset;
    margin: 50px 0
}

#home-service ul li {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    width: 30%;
    margin-right: 1%;
    margin-bottom: 40px
}

#home-service ul li:before {
    content: "";
    height: 36px;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 20px
}

#home-service ul li.service01:before {
    width: 169px;
    background-image: url('/static/image/info_01.png')
}

#home-service ul li.service02:before {
    width: 180px;
    background-image: url('/static/image/info_02.png')
}

#home-service ul li.service03:before {
    width: 261px;
    background-image: url('/static/image/info_03.png')
}

#home-service ul li.service04:before {
    width: 165px;
    background-image: url('/static/image/info_04.png')
}

#home-service ul li.service05:before {
    width: 190px;
    background-image: url('/static/image/info_05.png')
}

#home-service ul li.service06:before {
    width: 192px;
    background-image: url('/static/image/info_06.png')
}