#mainContent {
    min-width: 1200px;
    background: #181b20;
}
.text-center{
    text-align: center;
}
.cl {
    clear: both
}

/* ===================================== 轮播图 start*/
.banner {
    height: 465px;
    position: relative;
    overflow: hidden;
    z-index:99;
}

.adv-btns {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 100;
    background: rgba(11, 11, 12, .8);
}

.adv-btns > div {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    flex-direction: row;
}

.adv-btns a {
    width: 170px;
    border-right: 1px solid #2E291D;
    float: left;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    color: #666;
    /*background: #121112;*/
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.adv-btns a.active {
    font-size: 16px;
    color: #CFB887;
    /*color: #d0a143;*/
    /*background: #303030;*/
}

.adv-btns a:last-child {
    border: 0
}

.banner-img-box {
    text-align: center;
}

.banner-img-box a {
    display: none;
    height:510px;
    width:100%;
}

.banner-img-box a img {
    position: absolute;
    z-index:99;
    left: 50%;
    top: 0;
    margin-left:-1000px;
    background:url(/images/loading.gif) no-repeat center center;
    height: 100%;
    width: 2000px;
}

.banner-img-box > a:nth-of-type(1) {
    display: block
}
/* ===================================== 轮播图 end*/
/* ===================================== 首页游戏列表 start*/
.big-game-list{
    padding:15px 0 0 0;
}
.big-game-list li{
    display:inline-block;
    width:385px;
    height:300px;
    margin-top:18px;
    margin-right:18px;
    color:#fff;
    position: relative;
    border-radius: 10px;
    transition: all .3s;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.big-game-list li:last-child{
    margin-right:0;
}

.index-slot{
    background: url(/images/index/new/home_game_slot.png) no-repeat;
}
.index-chess{
    background: url(/images/index/new/home_game_chess.png) no-repeat;
}
.index-live{
    background: url(/images/index/new/home_game_live.png) no-repeat;
}
.big-game-list li:hover,.small-game-list li:hover{
    transform: translateY(-10px);
    background-size:101%;
}
.big-game-list li .list-title,
.small-game-list li .list-title{
    color:#999;
    font-size:16px;
    padding:30px;
}
.big-game-list li .list-title h2,
.small-game-list li .list-title h2{
    font-size: 24px;
    color: #FFFFFF;
    padding-bottom:10px;
}
.slotpp-hot{
    width: 220px;
    margin-top: -2px;
}
.small-game-list li .a-block{
    display:block;
    height:190px;
}
.big-game-list li .list-promotion{
  position: absolute;
    bottom:10px;
    left:30px;
    font-size: 15px;
    color: #999999;
}
.index-tj-box{
    padding:10px 0;
    overflow: hidden;
}
.index-tj-box .span{
    display:inline-block;
    width:100px;
    height:40px;
    line-height: 40px;
    text-align: center;
    background: rgba(0,0,0,.5);
    float:left;
    margin-right:2px;
    color: #f0f0f0;
}
.index-tj-box .iconfont{
    margin-right:5px;
}
.index-tj-box .span:hover,.index-tj-box .span:hover .iconfont{
    color: #CFB887
}

.small-game-list li{
    display:inline-block;
    width:283px;
    height:190px;
    margin-top:18px;
    margin-right:18px;
    color:#fff;
    position: relative;
    border-radius: 10px;
}
.small-game-list li:last-child{
    margin-right:0;
}
.index-sport{
    background: url(/images/home_game_sport.png) no-repeat;
}
.index-fish{
    background: url(/images/dy.png) no-repeat;
}
.index-dj{
    background: url(/images/jr.png) no-repeat;
}
.index-lotto{
    background: url(/images/r.png) no-repeat;
}


.jackpot-box{
    padding:50px 0;
}
.jackpot-box h2{
    font-size: 40px;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
}
.jack-num,.jack-num a{
    font-size: 72px;
    color: #D0AC5B;
    text-align: center;
    line-height: 72px;
}
.index-line-box{
    width:775px;
    margin:20px auto 30px;
    padding:10px 0;
    /*border-bottom:1px solid #333;*/
    color:#D0AC5B;
    position: relative;
    text-align: center;
}
.index-line-box .left{
    display:inline-block;
    width:265px;
    border-bottom:1px solid #333;
    margin-right:25px;
}
.index-line-box .right{
    display:inline-block;
    width:265px;
    border-bottom:1px solid #333;
    margin-left:25px;
}

.index-line-box i{
    /*background: #181818;*/
    display:inline-block;
    width:54px;
    height:18px;
    position: absolute;
    top:15px;
    left:50%;
    margin-left:-27px;
}
/* 推荐游戏   start*/
.tj-game-list-box{
    height:345px;
    overflow: hidden;
}
.tj-game-list{
    float: left; width: 425px;
}
.tj-game-list li{
    overflow: hidden;
    padding: 20px 30px 25px 35px;
}
.tj-game-list li .love-btn{
    cursor: pointer;
}
.tj-game-list li .love-btn:hover{
    color:#CFB887;
}
.tj-game-list img{
    width:110px;
    height:70px;
    border-radius: 10px;
    margin-right:15px;
    float:left;
}
.tj-game-list .f-box{
    float:left;
    font-size: 12px;
    color: #666;
    width:150px;
    overflow: hidden;
}
.tj-game-list .f-box h3{
    font-size: 16px;
    color: #C8C8C8;
}
.tj-game-list .f-box p .iconfont{
    /*color: #666;*/
    color: #3F3F3F;
    font-size: 12px;
    margin-right: 3px
}
.game-yuan{
    text-align: center;
}
.game-yuan li{
    display:inline-block;
    margin:0 3px;
    width:4px;
    height:4px;
    background: rgba(255,255,255,.2);
    border-radius: 10px;
}
.game-yuan li.on{
    background: rgba(255,255,255,.5);
}

.love-btn .iconfont{
    font-size: 12px;
}
.love-btn .iconfont{
    margin-right: 3px;
}
.love-btn.active .iconfont{
    /*font-size: 12px;*/
    color: #CFB887;
}
.tj-game-list .r-box{
    float:right;
    width:85px;
    text-align: center;
    /*font-size: 12px;*/
    color: #999999;
}
.play-btn{
    display:inline-block;
    width:68px;
    height:24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #CFB887;
    border-radius: 12px;
    font-size: 12px;
    color: #CFB887;
    margin:15px 0 0 0;
    cursor: pointer;
}
.play-btn:hover{
    background: #CFB887;
    font-size: 14px;
    color: #111111;
}
.a-prev,.a-next{
    width: 28px;
    height: 56px;
    background: url(/images/index/new/arrows.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    z-index: 2;
    cursor: pointer;
}
.a-jf-prev,.a-jf-next{
    width: 28px;
    height: 56px;
    background: url(/images/index/new/jifen_arrow_left.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    z-index: 2;
    cursor: pointer;
    display:inline-block;
}
.a-jf-prev{
    background: url(/images/index/new/jifen_arrow_left.png) no-repeat;
    left:0;
}
.a-jf-next{
    background: url(/images/index/new/jifen_arrow_right.png) no-repeat;
    right:0;
}
.a-prev {
    left: 0;
    background-position: 0 0;
}
.a-next {
    right: 0;
    background-position: -28px 0;
}
.list02:hover .a-prev,.list02:hover .a-next{
    display:inline-block;
}


/* 推荐游戏   end*/

.rank-list-box{
    background: #232323;
    overflow: hidden;
    padding: 10px;
}
.rank-list-box .list01,.rank-list-box .list02,.rank-list-box .list03{
    display:inline-block;
    width: 27%;
    margin: 20px 1.5%;
    float: left;
    position: relative;
}

.rank-list-box .list02{
    width: 36%;
    position: relative;
    margin-right: 0;
    /*padding-left: 1.5%;*/
}
.rank-list-box .list02:before,.rank-list-box .list03:before{
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 134px;
    top: 134px;
    background-image: linear-gradient(-180deg, rgba(51,51,51,0.00) 0%, #444 56%, rgba(51,51,51,0.00) 100%);
}
.rank-list-box .list03{
    width: 29%;
    margin-left: 0;
    padding-left: 1.5%;
}

.rank-list-box .h3-title{
    font-size: 20px;
    color: #FFFFFF;
    padding:0 0 15px;
}
.rank-list-box .h3-title a{
    color: #FFFFFF;
}
.rank-list-box .h3-title .iconhome_icon_arrow_right{
    color: #C8C8C8;
    font-size:13px;
    vertical-align: 1px;
}

.rank-list-box .h3-title i{
    color: #DDCEB0 ;
}
.index-tx-list{
    padding:0 15px 0;
    font-size: 16px;
    color: #C8C8C8;
}
.index-tx-list-box{
    height:274px;
    overflow: hidden;
}
.index-tx-list li{
   overflow: hidden;
    margin-top:23px;
}
.index-tx-list .left-icon:before{
    content: '';
}
.index-tx-list .center{
    display: inline-block;
    float: left;
}
.index-tx-list .left-icon{
    height: 42px;
    width: 42px;
    margin-right: 3px;
    display: inline-block;
    font-size: 36px;
    float: left;
    line-height: 42px;
    color: #d0ac5b;
    /*opacity: 0.75;*/
    background: url(/images/index/new/icon_tixian.png) no-repeat;
}
.index-tx-list .list-time{
    font-size: 12px;
    color: #666666;
}
.index-tx-list .tx-money-box{
    font-size: 16px;
    color: #3F3F3F;
}
.index-tx-list .yellow{
    color: #d0ac5b;
}

.index-tx-tips{
    border:1px solid #333;
    border-radius: 15px;
    width:270px;
    height:28px;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #999999;
    margin:20px auto;
}

.coop-list-detail{
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.coop-list-detail .li{
    width: 45%;
    height:175px;
    background: #232323;
    padding: 25px 2%;
    display: inline-block;
    float: left;
}
.coop-list-detail .li .txt{
margin:30px 0 20px;
}
.coop-list-detail .li .txt h4{
    font-size: 20px;
    color: #FFFFFF;

}
.coop-list-detail .li .txt .small{
    font-size: 14px;
    color: #999999;
    margin:20px 0;
}
.coop-list-detail .li2{
    margin-right:0;
}
.coop-list-detail .li img{
    float:left;
    margin:0 28px 0 0;
    border-radius: 15px;
}
.new-btn{
    display:inline-block;
    width:90px;
    height:30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #CFB887;
    border-radius: 35px;
    font-size: 14px;
    color: #CFB887;
    transition: all .3s;
    position: relative;
    z-index:10;
}
.new-btn:hover{
    background: #CFB887;
    font-size: 14px;
    color: #111111;
}
.new-btn:hover span{
    position: relative;
    z-index:10;
}
.new-btn:hover:before{
    transition: all .3s;
    content: '';
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    border-radius: 35px;
    background: #CFB887;
    z-index:9;
}
.new-btn-big{
    width:160px;
    height:40px;
    line-height: 40px;
}
.coop-date{
    text-align: center;
    font-size: 22px;
    color: #999999;
    height:50px;
    margin:40px 0 0;
    line-height: 50px;
}
.coop-date .day-total{
    font-size: 44px;
    color: #CFB887;
}
.withdraw-txt{
    text-align: center;
    font-size: 18px;
    color: #999999;
    padding:20px 0;
}
.withdraw-txt .special{
    color: #CFB887;
}

.index-gift{
    overflow: hidden;
}
.h4-title{
    font-size: 20px;
    color: #FFFFFF;
    padding:20px 0;
    text-align: center;
}
.h4-title .yel{
    color: #D0AC5B;
}
.index-gift .gift-list01{
    width: 380px;
    margin-right: 30px;
    /*background-image: linear-gradient(-180deg, rgba(33,37,64,0.00) 15%, rgba(33,37,64,0.80) 100%);*/
    background: url(../images/index/new/left.png) no-repeat;
    display: inline-block;
    height: 440px;
    float: left;
}

.gift-list01 .a{
    display:block;
    margin:0 20px 0;
    padding:0 0 20px;
}
.gift-list01 .a.last{
    padding:0 0 30px;
}

.index-gift .gift-list01 img{
    width:340px;
}
.index-gift .gift-list02 {
    background: none;
    background: #181818;
    text-align: center;
    font-size: 18px;
    color: #C8C8C8;
}
.index-gift .gift-list02 img{
    width:100%;
    margin:0 0 10px;
}
.index-gift .gift-list03{
    width:380px;
    margin-right:0;
    background: url(../images/index/new/right.png) no-repeat;
    position: relative;
}
.gift-list03 li .pic{
    height:302px;
    text-align: center;
}
/*奖池排行榜 start*/
.list03-ul{
    padding:0 10px 0 30px;
    color:#666;
}
.list03-ul li{
    height:36px;
    padding:12px 10px 15px 36px;
    position: relative;
}
.jc-list-img {
    width:84px;
    height:60px;
    border-radius: 10px;
    float: left;
    margin: 0 5px 0 0;
}
.jc-big-list{
    display:none;
}
.list03 .jc-big-list h3{
    font-size: 14px;
    color: #CFB887;
}
.list03 .wt{
    color: #C8C8C8;
}
.list03 .yellow16{
    font-size: 16px;
    color: #CFB887;
}
.list03 .l-num{
    display:inline-block;
    width:28px;
    height:32px;
    float: left;
    position: absolute;
    top:50%;
    margin-top:-15px;
    left:0;
}
.list03 .jc-time{
    font-size:12px;
    color:#666;
}
.list03 .l-num01{
    text-indent: -999px;
    background: url(/images/index/changePage/download.png) no-repeat left center;
}
.list03 .l-num02{
    text-indent: -999px;
    background: url(/images/index/changePage/download-1.png) no-repeat left center;
}
.list03 .l-num03{
    text-indent: -999px;
    background: url(/images/index/changePage/download-2.png) no-repeat left center;
}
.list03 .l-num04,.list03 .l-num05{
    font-size: 18px;
    color: #CFB887;
    text-align: center;
    line-height: 30px;
}
.list03 .btn-detial{
    color:#999;
    font-size:12px;
}
.list03 li.active{
    height:60px;
    border-bottom:1px solid #333;
}
.list03 li.active .jc-big-list{
    display: block;
}
.list03 li.active .mini-list{
    display: none;
}
.rank-list-box .list04{
    width: 100%;
    padding: 20px 1.5%;
    float: left;
    position: relative;
    box-sizing: border-box;
}
.rank-list-box .list04 .h3-title{
    padding: 0 0 25px;
    border-bottom: 1px dashed #303030;
}
.iframe-holder{
    height: 241px;
    display: flex;
    justify-content: space-between;
}

/*奖池排行榜 end*/
/*全民有钱 ------------------start*/
.qmyq-ul-box{
    height:30px;
    overflow: hidden;
    width:80%;
    margin:20px auto;
    background: #242424;
    border-radius: 16px;
}
.qmyq-ul{
    /*background: #242424;*/
    /*border-radius: 16px;*/
}
.qmyq-ul li{
    height:30px;
    line-height: 30px;
    font-size: 14px;
    color: #999999;
}
.qmyq-div-box{
    font-size: 12px;
    color: #999999;
    overflow: hidden;
    padding:16px 0;
}
.qmyq-div-box .l,.qmyq-div-box .r{
    display:inline-block;
    float:left;
    width:49%;
    text-align: center;
}
.qmyq-div-box .h3{
    font-size: 18px;
    color: #C8C8C8;
}


/*全民有钱 --------------------end*/

/* ===================================== 轮播图 end*/

/* ===================================== 弹窗 start*/
.body.modal-open {
    overflow: hidden;
}

#j_dialog_tip1 {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#j_dialog_tip1 .activity-tit{
    line-height: 30px;
    font-size: 26px;
    color: #111111;
    margin: auto;
    padding-top: 40px;
}

#j_dialog_tip1 .modal-dialog {
    margin: 0;
    width: 781px;
    min-width: 781px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    border-radius: 10px;
}
#j_dialog_tip1 .modal-dialog.promot-dialog{
    width: auto;
}
#j_dialog_tip1.modal .modal-dialog,
#j_dialog_tip1.modal.fade .modal-dialog {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transform: none;
    -webkit-transform: none;
}
#j_dialog_tip1 .activity-cnt .sub-title{
    position: relative;
    line-height: 45px;
    padding: 0 0 0 20px;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}
#j_dialog_tip1 .activity-cnt .sub-title::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #C5B186;
    position: absolute;
    left: 5px;
    top: 18px;
}
#j_dialog_tip1 .activity-cnt .cont-info{
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    margin: 5px 10px 5px 0;
    padding: 14px 5px 14px 20px;
    display: none;
    background: url("/images/index_alert/indialog-itemcontbg.png?v=9") repeat center center;
}
#j_dialog_tip1 .activity-cnt li:nth-child(2) .cont-info{
    display: block;
}
#j_dialog_tip1 .activity-cnt .indialog-arrowd{
    width: 30px;
    height: 40px;
    background: url(/images/index_alert/indialog-narrowd.png?v=19) no-repeat center center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#j_dialog_tip1 .activity-cnt .indialog-arrowd.up{
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    transform:rotate(180deg);
}
#j_dialog_tip1 .indialog-pulldcont{
    height: 602px;
    background: url("/images/index_alert/indialog-pulldownbg.png?v=9") no-repeat center center;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#j_dialog_tip1 .hotprom-textleft{
    width: 240px;
    height: 560px;
    padding: 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#j_dialog_tip1 .hotprom-textleft .hotcontent{
    text-align: center;
    padding: 15px 19px 0;
}
#j_dialog_tip1 .hotprom-textleft .hotlogo{
    display: block;
    margin-bottom: 20px;
}
#j_dialog_tip1 .hotprom-textleft .prom-link{
    width: 100%;
    height: 90px;
    display: block;
    border: 2px solid #2A2A2A;
    border-radius: 10px;
    margin-bottom: 20px;
}
#j_dialog_tip1 .hotprom-textleft .prom-link:hover span{
    background: #FFF4E2;
}
#j_dialog_tip1 .hotprom-textleft .prom-link p{
    padding-top: 9px;
    line-height: 40px;
    font-size: 18px;
    color: #FFFFFF;
}
#j_dialog_tip1 .hotprom-textleft .prom-link .high{
    font-size: 20px;
    color: #D2C1A5;
    font-style: normal;
}
#j_dialog_tip1 .hotprom-textleft .prom-link span{
    width: 90px;
    height: 28px;
    line-height: 28px;
    background: #C5B186;
    border-radius: 14px;
    font-size: 14px;
    color: #111111;
    display: inline-block;
}
#j_dialog_tip1 .hotprom-textleft .link-href{
    line-height: 28px;
    font-size: 18px;
    color: #AAA296;
}

#j_dialog_tip1 .pulldown-copyright{
    width: 496px;
    height: 560px;
}

#j_dialog_tip1 .modal-header{
    position: relative;
    height: 93px;
    text-align: center;
    margin: 0 20px;
    border-bottom: 1px solid #E1E1E1;
}

#j_dialog_tip1 .modal-header .close {
    position: absolute;
    top: 6px;
    right: -6px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 32px;
    color: #DAAF77;
    cursor: pointer;
    transition: .3s;
}

#j_dialog_tip1 .modal-header .close:hover {
    color: #D52A3C;
}

#j_dialog_tip1 .activity-cnt {
    /*height: 395px;*/
    height: 353px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 30px;
    text-align: left;
}
#j_dialog_tip1 .indialog-promot{
    position: relative;
    max-height: 600px;
}
#j_dialog_tip1 .indialog-promot a{
    display: block;
}

#j_dialog_tip1 .indialog-promot .indialog-promot-close{
    position: absolute;
    top: -112px;
    right: 5px;
    width: 64px;
    height: 112px;
    background: url(/images/index_alert/close-promot.png?v=6) no-repeat center bottom;
    background-size: 50px auto;
    cursor: pointer;
}

#j_dialog_tip1 .indialog-promot img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    border-radius: 10px;
}

.m-title {
    position: absolute;
    top: 149px;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #bb9241;
}



/* ===================================== 弹窗 end*/





