#banner {
    position: relative;
    height: 450px;
    background: #49013e
}

#slide-banner {
    position: relative;
    height: 450px;
    overflow: hidden
}

#slide-banner .slide {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px
}

#slide-banner .slide a {
    display: inline-block;
    width: 1920px;
    height: 340px
}

#slide-banner .slide-pager {
    position: absolute;
    bottom: 55px;
    left: 0;
    width: 100%;
    text-align: center
}

#slide-banner .slide-pager li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    font-size: 0;
    background-color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer
}

#slide-banner .slide-pager li.on,#slide-banner .slide-pager li:hover {
    background-color: #e60012
}

#slide-banner .slide-click {
    position: absolute;
    bottom: 180px;
    width: 79px;
    height: 79px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer
}

#slide-banner .slide-click:hover {
    background-position: center bottom
}

#slide-banner .slide-click.prev {
    left: 20px;
    /*background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Home/images/prev.png')*/
    background-image: url('/web/mb23/images/prev-1.png')
}

#slide-banner .slide-click.next {
    right: 20px;
    /*background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Home/images/next.png');*/
    background-image: url('/web/mb23/images/next-1.png');
}

#header-bot.home {
    position: absolute;
    top: 180px;
    height: 0;
    padding: 0;
    background-color: transparent;
    border: none
}

#header-bot.home #account-box {
    float: right;
    width: 261px;
    height: 318px;
    padding: 20px 20px 0;
    /*background: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Home/images/login_bg.png');*/
    background: url('/web/mb23/images/login_bg.png');
    -moz-animation: flipInX 1s;
    -o-animation: flipInX 1s;
    -webkit-animation: flipInX 1s;
    animation: flipInX 1s
}

#header-bot.home #account-box:before {
    content: '';
    display: block;
    margin: 0 auto 20px;
    width: 100%;
    height: 20px;
    /*background: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Home/images/title01.png') no-repeat center center;*/
    background: url('/web/mb23/images/title01-1.png') no-repeat center center;
}

#header-bot.home #account-box>form input,#header-bot.home #account-box #check-code-wrapper>input {
    width: 221px;
    height: 38px;
    margin-bottom: 12px;
    color: #fff;
    line-height: 38px;
    font-size: 13px;
    background-color: rgba(0,0,0,.25);
    background-repeat: no-repeat;
    background-position: 8px center;
    border: 1px solid #61719c
}

#header-bot.home #account-box>form input::-webkit-input-placeholder {
    color: #fff
}

#header-bot.home #account-box>form input::-moz-placeholder {
    color: #fff
}

#header-bot.home #account-box>form input:-ms-input-placeholder {
    color: #fff
}

#header-bot.home #account-box>form input.placeholdersjs {
    color: #fff
}

#header-bot.home #account-box>form input#login_account {
    /*background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Home/images/icon01.png');*/
    background-image: url('/web/mb23/images/icon01.png');
}

#header-bot.home #account-box>form input#login_password {
    background-image: url('/web/mb23/images/icon02.png')
}

#header-bot.home #account-box>form #check-code-wrapper input {
    width: 221px;
    padding-left: 30px;
    background-image: url('/web/mb23/images/icon03.png')
}

#header-bot.home #account-box #check-code-wrapper {
    margin-bottom: 6px
}

#header-bot.home #captcha {
    height: 27px;
    top: 6px;
    right: 12px
}

#header-bot.home #account-box>form #login-box {
    display: inline-block;
    width: 106px;
    height: 50px;
    font-size: 0;
    /*background: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Home/images/login.png') no-repeat center top;*/
    background: url('/web/mb23/images/login.png') no-repeat center top;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

#header-bot.home #account-box>form span.joinus {
    width: 106px;
    height: 50px;
    font-size: 0;
    background: url('/web/mb23/images/register.png') no-repeat center top;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

#header-bot.home #account-box>form #login-box:hover,#header-bot.home #account-box>form span.joinus:hover {
    background-position: center bottom
}

#header-bot.home #account-box>form ul {
    top: 215px;
    left: -10px;
    right: 0;
    display: block;
    text-align: center
}

#header-bot.home #account-box>form ul li {
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    color: #fff;
    height: 12px;
    line-height: 9px
}

#header-bot.home #account-box>form ul li:hover {
    color: #ffd053
}

#header-bot.home #account-box>form ul li+li {
    border-left: 1px solid #fff
}

#header-bot.home #account-box>form ul li.forget {
    font-size: 0
}

#header-bot.home #account-box>form ul li.forget:before {
    content: '忘记密码';
    font-size: 12px
}

#agree {
    right: auto;
    top: 100%
}

#header-bot.home #account-box.login {
    padding-left: 28px;
    font-size: 0
}

#header-bot.home #account-box.login:before {
    display: none
}

#header-bot.home #account-info {
    width: auto;
    margin-top: 60px;
    border: none;
    line-height: 30px
}

#header-bot.home #account-info li {
    display: block;
    font-size: 12px;
    color: #fff;
    line-height: 30px
}

#header-bot.home #account-nav {
    position: static;
    display: block;
    margin: 10px auto 0
}

#header-bot.home #account-nav>li {
    display: inline-block;
    line-height: 30px;
    font-size: 12px
}

#header-bot.home #account-nav>li>a {
    color: #fff
}

#header-bot.home #account-nav>li.deposit>a {
    color: #fffd66
}

#header-bot.home #account-nav>li+li:before {
    content: '|';
    float: left;
    color: #fff;
    padding: 0 7px
}

#header-bot.home #account-nav>li.transaction:before {
    display: none
}

#header-bot.home #action-box {
    position: absolute;
    left: 0;
    text-align: center;
    margin: 0;
    top: 210px
}

#header-bot.home #action-box>a {
    width: 190px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    background: url('/web/mb23/images/btn05.png') no-repeat center center;
}

#news {
    top: 527px;
    background: url('/web/mb23/images/new_bg.png')
}

#content {
    margin: 0;
    padding: 10px 0 0;
    background: #1f071b
}

#home {
    padding-bottom: 55px;
    overflow: hidden;
    background: url('/web/mb23/images/bg01.jpg') no-repeat center 90px
}

.slider-left {
    position: relative;
    height: 75px;
    overflow: hidden
}

.slider-left>span {
    position: absolute;
    top: 30px;
    z-index: 1;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-position: center top;
    background-repeat: no-repeat;
    cursor: pointer;
    vertical-align: top
}

.slider-left>span:hover {
    background-position: center bottom
}

.slider-left>span.prev {
    left: 5px;
    background-image: url('/web/mb23/images/prev.png')
}

.slider-left>span.next {
    right: 5px;
    background-image: url('/web/mb23/images/next.png')
}

.slider-left .main-cell {
    margin: 0 35px
}

ul.game-list>li {
    display: inline-block;
    width: 117px;
    height: 75px;
    padding-top: 55px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-position: center 10px;
    background-repeat: no-repeat;
    vertical-align: top;
    -moz-transition: all .4s!important;
    -o-transition: all .4s!important;
    -webkit-transition: all .4s!important;
    transition: all .4s!important
}

ul.game-list>li:hover {
    background-position: center 0;
    padding-top: 45px
}

ul.game-list>li[game-box="bb"] {
    background-image: url('/web/mb23/images/bb.png')
}

ul.game-list>li[game-box="mg"] {
    background-image: url('/web/mb23/images/mg.png')
}

ul.game-list>li[game-box="pt"] {
    background-image: url('/web/mb23/images/pt.png')
}

ul.game-list>li[game-box="ag"] {
    background-image: url('/web/mb23/images/ag.png')
}

ul.game-list>li[game-box="gpi"] {
    background-image: url('/web/mb23/images/gpi.png')
}

ul.game-list>li[game-box="gns"] {
    background-image: url('/web/mb23/images/gns.png')
}

ul.game-list>li[game-box="pp"] {
    background-image: url('/web/mb23/images/pp.png')
}

ul.game-list>li[game-box="sg"] {
    background-image: url('/web/mb23/images/sg.png')
}

ul.game-list>li[game-box="mw"] {
    background-image: url('/web/mb23/images/mw.png')
}

ul.game-list>li[game-box="hb"] {
    background-image: url('/web/mb23/images/hb.png')
}

ul.game-list>li[game-box="jdb"] {
    background-image: url('/web/mb23/images/jdb.png')
}

ul.game-list>li[game-box="cq9"] {
    background-image: url('/web/mb23/images/cq9.png')
}

ul.game-list>li[game-box="ne"] {
    background-image: url('/web/mb23/images/ne.png')
}

ul.game-list>li[game-box="rt"] {
    background-image: url('/web/mb23/images/rt.png')
}

ul.game-list>li[game-box="ga"] {
    background-image: url('/web/mb23/images/ga.png')
}

ul.game-list>li[game-box="pg"] {
    background-image: url('/web/mb23/images/pg.png')
}

#hotgame {
    margin-top: 15px;
    padding: 45px 0 0 32px
}

#hotgame>ul {
    width: 660px
}

#hotgame>ul>li {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 142px;
    overflow: hidden;
    margin: 0 5px 5px;
    vertical-align: top;
    background-color: transparent
}

#hotgame>ul>li .pic {
    width: 150px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

#hotgame>ul>li:hover .pic {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

#hotgame>ul>li:hover .pic:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100px;
    background: url('/web/mb23/images/hov_bg.png') no-repeat center top
}

#hotgame>ul>li:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 42px;
    z-index: 1;
    border: 2px solid #fff100;
    background: url('/web/mb23/images/hov_bg.png')
}

#hotgame>ul>li:hover:after {
    content: '进入游戏';
    position: absolute;
    top: 42px;
    left: 46px;
    font-size: 14px;
    color: #fff100;
    z-index: 2
}

#hotgame>ul>li p {
    position: relative;
    margin: 0;
    padding: 0 8px;
    color: #edc1e5;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    background: #611654;
    z-index: 1
}

#hotgame>ul>li p span {
    position: relative;
    z-index: 1
}

#hotgame>ul>li p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 0;
    -moz-transition: width .4s;
    -o-transition: width .4s;
    -webkit-transition: width .4s;
    transition: width .4s
}

#hotgame>ul>li:hover p {
    color: #333
}

#hotgame>ul>li:hover p:before {
    width: 150px;
    background-color: #fff100
}

#hotgame>ul>li.more:hover .pic:before,#hotgame>ul>li.more:hover:before,#hotgame>ul>li.more:hover:after,#hotgame>ul>li.more p:after {
    display: none
}

#hotgame>ul>li.more:hover .pic {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

#hotgame>ul.mggame>li.img1 .pic {
    /*background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Home/images/hotgame/MG/mg1.png');*/
    background-image: url('/web/mb23/images/mg1.png');
}

#hotgame>ul.mggame>li.img2 .pic {
    background-image: url('/web/mb23/images/mg2.png');
}

#hotgame>ul.mggame>li.img3 .pic {
    background-image: url('/web/mb23/images/mg3.png');
}

#hotgame>ul.mggame>li.img4 .pic {
    background-image: url('/web/mb23/images/mg4.png');
}

#hotgame>ul.mggame>li.img5 .pic {
    background-image: url('/web/mb23/images/mg5.png');
}

#hotgame>ul.mggame>li.img6 .pic {
    background-image: url('/web/mb23/images/mg6.png');
}

#hotgame>ul.mggame>li.img7 .pic {
    background-image: url('/web/mb23/images/mg7.png');
}

#hotgame>ul.mggame>li.img8 .pic {
    background-image: url('/web/mb23/images/mg8.png');
}

#hotgame>ul.ptgame>li.img1 .pic {
    /*background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Home/images/hotgame/PT/pt1.jpg');*/
    background-image: url('/web/mb23/images/pt1.jpg');
}

#hotgame>ul.ptgame>li.img2 .pic {
    background-image: url('/web/mb23/images/pt2.jpg');
}

#hotgame>ul.ptgame>li.img3 .pic {
    background-image: url('/web/mb23/images/pt3.jpg')
}

#hotgame>ul.ptgame>li.img4 .pic {
    background-image: url('/web/mb23/images/pt4.jpg')
}

#hotgame>ul.ptgame>li.img5 .pic {
    background-image: url('/web/mb23/images/pt5.jpg')
}

#hotgame>ul.ptgame>li.img6 .pic {
    background-image: url('/web/mb23/images/pt6.jpg')
}

#hotgame>ul.ptgame>li.img7 .pic {
    background-image: url('/web/mb23/images/pt7.jpg')
}

#hotgame>ul.ptgame>li.img8 .pic {
    background-image: url('/web/mb23/images/pt8.jpg')
}

#hotgame>ul.aggame>li.img1 .pic {
    /*background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Home/images/hotgame/AG/ag1.jpg');*/
    background-image: url('/web/mb23/images/ag1.jpg');
}

#hotgame>ul.aggame>li.img2 .pic {
    background-image: url('/web/mb23/images/ag2.jpg');
}

#hotgame>ul.aggame>li.img3 .pic {
    background-image: url('/web/mb23/images/ag3.jpg');
}

#hotgame>ul.aggame>li.img4 .pic {
    background-image: url('/web/mb23/images/ag4.jpg');
}

#hotgame>ul.aggame>li.img5 .pic {
    background-image: url('/web/mb23/images/ag5.jpg');
}

#hotgame>ul.aggame>li.img6 .pic {
    background-image: url('/web/mb23/images/ag6.jpg');
}

#hotgame>ul.aggame>li.img7 .pic {
    background-image: url('/web/mb23/images/ag7.jpg');
}

#hotgame>ul.aggame>li.img8 .pic {
    background-image: url('/web/mb23/images/ag8.jpg');
}

#hotgame>ul.mwgame>li.img1 .pic {
    /*background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Home/images/hotgame/mw/mw1.png');*/
    background-image: url('/web/mb23/images/mw1.png');
}

#hotgame>ul.mwgame>li.img2 .pic {
    background-image: url('/web/mb23/images/mw2.png');
}

#hotgame>ul.mwgame>li.img3 .pic {
    background-image: url('/web/mb23/images/mw3.png');
}

#hotgame>ul.mwgame>li.img4 .pic {
    background-image: url('/web/mb23/images/mw4.png');
}

#hotgame>ul.mwgame>li.img5 .pic {
    background-image: url('/web/mb23/images/mw5.png');
}

#hotgame>ul.mwgame>li.img6 .pic {
    background-image: url('/web/mb23/images/mw6.png');
}

#hotgame>ul.mwgame>li.img7 .pic {
    background-image: url('/web/mb23/images/mw7.png');
}

#hotgame>ul.mwgame>li.img8 .pic {
    background-image: url('/web/mb23/images/mw8.png');
}

#hotgame>ul.sggame>li.img1 .pic {
    /*background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Home/images/hotgame/sg/sg1.jpg');*/
    background-image: url('/web/mb23/images/sg1.jpg');
}

#hotgame>ul.sggame>li.img2 .pic {
    background-image: url('/web/mb23/images/sg2.jpg');
}

#hotgame>ul.sggame>li.img3 .pic {
    background-image: url('/web/mb23/images/sg3.jpg');
}

#hotgame>ul.sggame>li.img4 .pic {
    background-image: url('/web/mb23/images/sg4.jpg');
}

#hotgame>ul.sggame>li.img5 .pic {
    background-image: url('/web/mb23/images/sg5.jpg');
}

#hotgame>ul.sggame>li.img6 .pic {
    background-image: url('/web/mb23/images/sg6.jpg');
}

#hotgame>ul.sggame>li.img7 .pic {
    background-image: url('/web/mb23/images/sg7.jpg');
}

#hotgame>ul.sggame>li.img8 .pic {
    background-image: url('/web/mb23/images/sg8.jpg');
}

#hotgame>ul.hbgame>li.img1 .pic {
    /*background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Home/images/hotgame/hb/hb1.png');*/
    background-image: url('/web/mb23/images/hb1.png');
}

#hotgame>ul.hbgame>li.img2 .pic {
    background-image: url('/web/mb23/images/hb2.png');
}

#hotgame>ul.hbgame>li.img3 .pic {
    background-image: url('/web/mb23/images/hb3.png');
}

#hotgame>ul.hbgame>li.img4 .pic {
    background-image: url('/web/mb23/images/hb4.png');
}

#hotgame>ul.hbgame>li.img5 .pic {
    background-image: url('/web/mb23/images/hb5.png');
}

#hotgame>ul.hbgame>li.img6 .pic {
    background-image: url('/web/mb23/images/hb6.png');
}

#hotgame>ul.hbgame>li.img7 .pic {
    background-image: url('/web/mb23/images/hb7.png');
}

#hotgame>ul.hbgame>li.img8 .pic {
    background-image: url('/web/mb23/images/hb8.png');
}

#hotgame>ul.bbgame>li.img1 .pic {
    /*background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Home/images/hotgame/bb/bb1.png');*/
    background-image: url('/web/mb23/images/bb1.png');
}

#hotgame>ul.bbgame>li.img2 .pic {
    background-image: url('/web/mb23/images/bb2.png');
}

#hotgame>ul.bbgame>li.img3 .pic {
    background-image: url('/web/mb23/images/bb3.png');
}

#hotgame>ul.bbgame>li.img4 .pic {
    background-image: url('/web/mb23/images/bb4.png');
}

#hotgame>ul.bbgame>li.img5 .pic {
    background-image: url('/web/mb23/images/bb5.png');
}

#hotgame>ul.bbgame>li.img6 .pic {
    background-image: url('/web/mb23/images/bb6.png');
}

#hotgame>ul.bbgame>li.img7 .pic {
    background-image: url('/web/mb23/images/bb7.png');
}

#hotgame>ul.bbgame>li.img8 .pic {
    background-image: url('/web/mb23/images/bb8.png');
}

#hotgame>ul.jdbgame>li.img1 .pic {
    /*background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Home/images/hotgame/jdb/jdb1.png');*/
    background-image: url('/web/mb23/images/jdb1.png');
}

#hotgame>ul.jdbgame>li.img2 .pic {
    background-image: url('/web/mb23/images/jdb2.png');
}

#hotgame>ul.jdbgame>li.img3 .pic {
    background-image: url('/web/mb23/images/jdb3.png');
}

#hotgame>ul.jdbgame>li.img4 .pic {
    background-image: url('/web/mb23/images/jdb4.png');
}

#hotgame>ul.jdbgame>li.img5 .pic {
    background-image: url('/web/mb23/images/jdb5.png');
}

#hotgame>ul.jdbgame>li.img6 .pic {
    background-image: url('/web/mb23/images/jdb6.png');
}

#hotgame>ul.jdbgame>li.img7 .pic {
    background-image: url('/web/mb23/images/jdb7.png');
}

#hotgame>ul.jdbgame>li.img8 .pic {
    background-image: url('/web/mb23/images/jdb8.png');
}

#hotgame>ul.gnsgame>li.img1 .pic {
    /*background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Home/images/hotgame/gns/gns1.png');*/
    background-image: url('/web/mb23/images/gns1.png');
}

#hotgame>ul.gnsgame>li.img2 .pic {
    background-image: url('/web/mb23/images/gns2.png');
}

#hotgame>ul.gnsgame>li.img3 .pic {
    background-image: url('/web/mb23/images/gns3.png');
}

#hotgame>ul.gnsgame>li.img4 .pic {
    background-image: url('/web/mb23/images/gns4.png');
}

#hotgame>ul.gnsgame>li.img5 .pic {
    background-image: url('/web/mb23/images/gns5.png');
}

#hotgame>ul.gnsgame>li.img6 .pic {
    background-image: url('/web/mb23/images/gns6.png');
}

#hotgame>ul.gnsgame>li.img7 .pic {
    background-image: url('/web/mb23/images/gns7.png');
}

#hotgame>ul.gnsgame>li.img8 .pic {
    background-image: url('/web/mb23/images/gns8.png');
}

#hotgame>ul.gpigame>li.img1 .pic {
    /*background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Home/images/hotgame/gpi/gpi1.png');*/
    background-image: url('/web/mb23/images/gpi1.png');
}

#hotgame>ul.gpigame>li.img2 .pic {
    background-image: url('/web/mb23/images/gpi2.png');
}

#hotgame>ul.gpigame>li.img3 .pic {
    background-image: url('/web/mb23/images/gpi3.png');
}

#hotgame>ul.gpigame>li.img4 .pic {
    background-image: url('/web/mb23/images/gpi4.png');
}

#hotgame>ul.gpigame>li.img5 .pic {
    background-image: url('/web/mb23/images/gpi5.png');
}

#hotgame>ul.gpigame>li.img6 .pic {
    background-image: url('/web/mb23/images/gpi6.png');
}

#hotgame>ul.gpigame>li.img7 .pic {
    background-image: url('/web/mb23/images/gpi7.png');
}

#hotgame>ul.gpigame>li.img8 .pic {
    background-image: url('/web/mb23/images/gpi8.png');
}

#hotgame>ul.prggame>li.img1 .pic {
    /*background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Home/images/hotgame/pp/pp1.png');*/
    background-image: url('/web/mb23/images/pp1.png');
}

#hotgame>ul.prggame>li.img2 .pic {
    background-image: url('/web/mb23/images/pp2.png');
}

#hotgame>ul.prggame>li.img3 .pic {
    background-image: url('/web/mb23/images/pp3.png');
}

#hotgame>ul.prggame>li.img4 .pic {
    background-image: url('/web/mb23/images/pp4.png');
}

#hotgame>ul.prggame>li.img5 .pic {
    background-image: url('/web/mb23/images/pp5.png');
}

#hotgame>ul.prggame>li.img6 .pic {
    background-image: url('/web/mb23/images/pp6.png');
}

#hotgame>ul.prggame>li.img7 .pic {
    background-image: url('/web/mb23/images/pp7.png');
}

#hotgame>ul.prggame>li.img8 .pic {
    background-image: url('/web/mb23/images/pp8.png');
}

#hotgame>ul.cq9game>li.img1 .pic {
    /*background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Home/images/hotgame/cq9/cq1.png');*/
    background-image: url('/web/mb23/images/cq1.png');
}

#hotgame>ul.cq9game>li.img2 .pic {
    background-image: url('/web/mb23/images/cq2.png');
}

#hotgame>ul.cq9game>li.img3 .pic {
    background-image: url('/web/mb23/images/cq3.png');
}

#hotgame>ul.cq9game>li.img4 .pic {
    background-image: url('/web/mb23/images/cq4.png');
}

#hotgame>ul.cq9game>li.img5 .pic {
    background-image: url('/web/mb23/images/cq5.png');
}

#hotgame>ul.cq9game>li.img6 .pic {
    background-image: url('/web/mb23/images/cq6.png');
}

#hotgame>ul.cq9game>li.img7 .pic {
    background-image: url('/web/mb23/images/cq7.png');
}

#hotgame>ul.cq9game>li.img8 .pic {
    background-image: url('/web/mb23/images/cq8.png');
}

#hotgame>ul.negame>li.img1 .pic {
    /*background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Home/images/hotgame/ne/ne1.png');*/
    background-image: url('/web/mb23/images/ne1.png');
}

#hotgame>ul.negame>li.img2 .pic {
    background-image: url('/web/mb23/images/ne2.png');
}

#hotgame>ul.negame>li.img3 .pic {
    background-image: url('/web/mb23/images/ne3.png');
}

#hotgame>ul.negame>li.img4 .pic {
    background-image: url('/web/mb23/images/ne4.png');
}

#hotgame>ul.negame>li.img5 .pic {
    background-image: url('/web/mb23/images/ne5.png');
}

#hotgame>ul.negame>li.img6 .pic {
    background-image: url('/web/mb23/images/ne6.png');
}

#hotgame>ul.negame>li.img7 .pic {
    background-image: url('/web/mb23/images/ne7.png');
}

#hotgame>ul.negame>li.img8 .pic {
    background-image: url('/web/mb23/images/ne8.png');
}

#hotgame>ul.rtgame>li.img1 .pic {
    /*background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Home/images/hotgame/rt/rt1.png');*/
    background-image: url('/web/mb23/images/rt1.png');
}

#hotgame>ul.rtgame>li.img2 .pic {
    background-image: url('/web/mb23/images/rt2.png');
}

#hotgame>ul.rtgame>li.img3 .pic {
    background-image: url('/web/mb23/images/rt3.png');
}

#hotgame>ul.rtgame>li.img4 .pic {
    background-image: url('/web/mb23/images/rt4.png');
}

#hotgame>ul.rtgame>li.img5 .pic {
    background-image: url('/web/mb23/images/rt5.png');
}

#hotgame>ul.rtgame>li.img6 .pic {
    background-image: url('/web/mb23/images/rt6.png');
}

#hotgame>ul.rtgame>li.img7 .pic {
    background-image: url('/web/mb23/images/rt7.png');
}

#hotgame>ul.rtgame>li.img8 .pic {
    background-image: url('/web/mb23/images/rt8.png');
}

#hotgame>ul.gagame>li.img1 .pic {
    /*background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Home/images/hotgame/ga/ga1.png');*/
    background-image: url('/web/mb23/images/ga1.png');
}

#hotgame>ul.gagame>li.img2 .pic {
    background-image: url('/web/mb23/images/ga2.png');
}

#hotgame>ul.gagame>li.img3 .pic {
    background-image: url('/web/mb23/images/ga3.png');
}

#hotgame>ul.gagame>li.img4 .pic {
    background-image: url('/web/mb23/images/ga4.png');
}

#hotgame>ul.gagame>li.img5 .pic {
    background-image: url('/web/mb23/images/ga5.png');
}

#hotgame>ul.gagame>li.img6 .pic {
    background-image: url('/web/mb23/images/ga6.png');
}

#hotgame>ul.gagame>li.img7 .pic {
    background-image: url('/web/mb23/images/ga7.png');
}

#hotgame>ul.gagame>li.img8 .pic {
    background-image: url('/web/mb23/images/ga8.png');
}

#hotgame>ul.pggame>li.img1 .pic {
    /*background-image: url('https://cdn.igsttech.com/Web.Portal/BZ006-01.Portal/Content/Views/Home/images/hotgame/pg/pg1.jpg');*/
    background-image: url('/web/mb23/images/pg1.jpg');
}

#hotgame>ul.pggame>li.img2 .pic {
    background-image: url('/web/mb23/images/pg2.jpg');
}

#hotgame>ul.pggame>li.img3 .pic {
    background-image: url('/web/mb23/images/pg3.jpg');
}

#hotgame>ul.pggame>li.img4 .pic {
    background-image: url('/web/mb23/images/pg4.jpg');
}

#hotgame>ul.pggame>li.img5 .pic {
    background-image: url('/web/mb23/images/pg5.jpg');
}

#hotgame>ul.pggame>li.img6 .pic {
    background-image: url('/web/mb23/images/pg6.jpg');
}

#hotgame>ul.pggame>li.img7 .pic {
    background-image: url('/web/mb23/images/pg7.jpg');
}

#hotgame>ul.pggame>li.img8 .pic {
    background-image: url('/web/mb23/images/pg8.jpg');
}

#hotgame .winner {
    display: inline-block;
    width: 280px;
    padding-top: 42px;
    text-align: center;
    vertical-align: top;
    background: url('/web/mb23/images/imgtext01.jpg') no-repeat center top
}

#hotgame .winner>span {
    display: inline-block;
    margin: 0 22px;
    color: #fff;
    font-size: 14px;
    font-weight: bold
}

#hotgame .winner .main-cell {
    margin-top: 10px;
    height: 144px;
    overflow: hidden
}

#hotgame .winner ul {
    width: 100%;
    height: 165px;
    overflow: hidden
}

#hotgame .winner ul li span {
    display: inline-block;
    width: 80px;
    color: #aa71a1;
    font-size: 12px;
    text-align: center;
    line-height: 24px
}

#hotgame .winner ul li span.num {
    width: 95px
}

#hotgame .winner>span#supermoney {
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 80px;
    background: url('/web/mb23/images/text_bg.jpg') no-repeat center center
}

#hotgame .winner>span#supermoney:before {
    content: 'CNY '
}

ul.step {
    position: relative;
    display: inline-block;
    width: 660px;
    margin-top: 53px;
    padding: 30px 0 27px 30px;
    text-align: left;
    border: 3px solid #531c49
}

ul.step:before {
    content: '';
    display: inline-block;
    width: 97px;
    height: 71px;
    margin-right: 35px;
    background: url('/web/mb23/images/step.png') no-repeat center center
}

ul.step:after {
    content: '';
    position: absolute;
    top: -3px;
    right: -343px;
    width: 320px;
    height: 133px;
    border: 3px solid #531c49;
    background: url('/web/mb23/images/img10.png') no-repeat center center
}

ul.step li {
    display: inline-block;
    margin-right: 38px;
    color: #d981ca;
    font-size: 13px;
    cursor: pointer
}

ul.step li:before {
    content: '';
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto 12px;
    background-repeat: no-repeat;
    background-position: center top
}

ul.step li:hover {
    color: #ffcf2e
}

ul.step li:hover:before {
    background-position: center bottom
}

ul.step li[data-img="01"]:before {
    background-image: url('/web/mb23/images/step1.png')
}

ul.step li[data-img="02"]:before {
    background-image: url('/web/mb23/images/step2.png')
}

ul.step li[data-img="03"]:before {
    background-image: url('/web/mb23/images/step3.png')
}

ul.step li[data-img="04"]:before {
    background-image: url('/web/mb23/images/step4.png')
}

ul.step li[data-img="05"]:before {
    background-image: url('/web/mb23/images/step5.png')
}

#mobile-section {
    height: 468px;
    padding: 35px 0;
    font-size: 0;
    text-align: center;
    background: url('/web/mb23/images/bg02.jpg') no-repeat center top
}

#mobile-section #game-box {
    display: inline-block;
    margin-right: 25px;
    vertical-align: top
}

#mobile-section #game-box:before {
    content: '';
    display: block;
    height: 27px;
    margin-bottom: 25px;
    background: url('/web/mb23/images/gamebox_title.png') no-repeat center top
}

#mobile-section #game-box li {
    width: 300px;
    height: 90px;
    text-align: left;
    background: url('/web/mb23/images/list_bg.jpg') no-repeat center top
}

#mobile-section #game-box li+li {
    margin-top: 10px
}

#mobile-section #game-box li:hover {
    background-position: center bottom
}

#mobile-section #game-box li:hover a,#mobile-section #game-box li:hover a span {
    color: #edca57
}

#mobile-section #game-box li a {
    display: block;
    height: 100%;
    padding: 25px 0 0 95px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 30px center
}

#mobile-section #game-box li[data-img="live"] a {
    background-image: url('/web/mb23/images/live_icon.png')
}

#mobile-section #game-box li[data-img="lottery"] a {
    background-image: url('/web/mb23/images/lottery_icon.png')
}

#mobile-section #game-box li[data-img="sport"] a {
    background-image: url('/web/mb23/images/sport_icon.png')
}

#mobile-section #game-box li a span {
    display: block;
    color: #76436d;
    font-size: 12px
}

#mobile-section .mobile-img {
    content: '';
    display: inline-block;
    width: 282px;
    height: 393px;
    margin-right: 45px;
    background: url('/web/mb23/images/mob_img.png') no-repeat center top
}

#mobile-section .mobile-info {
    display: inline-block;
    vertical-align: top
}

#mobile-section .mobile-info p {
    display: inline-block;
    width: 345px;
    margin-bottom: 35px;
    color: #86617f;
    font-size: 13px;
    line-height: 22px;
    text-align: justify
}

#mobile-section .mobile-info p:before {
    content: '';
    display: block;
    width: 246px;
    height: 39px;
    margin-bottom: 25px;
    background: url('/web/mb23/images/mobile_title.png') no-repeat center top
}

#mobile-section .mobile-info .qrcode {
    display: block;
    margin: 10px 0 0 10px
}

#mobile-section .mobile-info .qrcode li {
    display: inline-block;
    padding-left: 20px;
    color: #ffc547;
    font-size: 12px;
    background-repeat: no-repeat;
    background-position: bottom left
}

#mobile-section .mobile-info .qrcode li:before {
    content: '';
    display: block;
    position: relative;
    width: 104px;
    height: 104px;
    top: -10px;
    left: -20px
}

#mobile-section .mobile-info .qrcode li.ios {
    background-image: url('/web/mb23/images/ios_icon.png')
}

#mobile-section .mobile-info .qrcode li.ios:before {
    background-image: url('/web/mb23/images/ios_qrcode.png')
}

#mobile-section .mobile-info .qrcode li.and {
    background-image: url('/web/mb23/images/and_icon.png')
}

#mobile-section .mobile-info .qrcode li.and:before {
    left: -7px;
    background-image: url('/web/mb23/images/and_qrcode.png')
}

#aboutus {
    min-height: 458px;
    padding-top: 32px;
    background: url('/web/mb23/images/bg03.jpg') no-repeat center center
}

#aboutus span.title {
    content: '';
    display: block;
    width: 189px;
    height: 41px;
    margin: 0 auto 13px;
    background: url('/web/mb23/images/imgtext05.png') no-repeat center center
}

#aboutus .wrapper {
    padding: 0 60px;
    line-height: 2.1;
    color: #9f5092;
    font-size: 12px
}

#aboutus .wrapper p {
    margin: 0 0 20px
}

#aboutus .wrapper>ul {
    display: block;
    font-size: 0;
    text-align: center
}

#aboutus .wrapper>ul>li {
    display: inline-block;
    width: 150px;
    padding-top: 40px;
    color: #fff;
    font-size: 12px;
    background-repeat: no-repeat;
    background-position: center top
}

#aboutus .wrapper>ul>li[data-img="01"] {
    background-image: url('/web/mb23/images/about01.png')
}

#aboutus .wrapper>ul>li[data-img="02"] {
    background-image: url('/web/mb23/images/about02.png')
}

#aboutus .wrapper>ul>li[data-img="03"] {
    background-image: url('/web/mb23/images/about03.png')
}

#aboutus .wrapper>ul>li[data-img="04"] {
    background-image: url('/web/mb23/images/about04.png')
}

#aboutus .wrapper>ul>li[data-img="05"] {
    background-image: url('/web/mb23/images/about05.png')
}

#aboutus .wrapper span.left-img {
    position: absolute;
    top: 275px;
    left: 70px;
    width: 143px;
    height: 106px;
    cursor: pointer;
    background: url('/web/mb23/images/img30.png') no-repeat center center;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

#aboutus .wrapper span.left-img:hover {
    left: 80px
}

#aboutus .wrapper span.right-img {
    position: absolute;
    top: 265px;
    right: 65px;
    width: 158px;
    height: 107px;
    cursor: pointer;
    background: url('/web/mb23/images/img31.png') no-repeat center center;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s
}

#aboutus .wrapper span.right-img:hover {
    right: 75px
}