@charset "utf-8";
html{
    height: 100%;
}
body{
    height: 100%;
    overflow-x: hidden;
    height: 100%;
    background-color: #F7FCFF;
    min-height: 1080px;
    background-image: url(../image/all_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
    overflow-x: auto;
}

@media (max-width: 1200px){
    body {
        overflow-x: auto;
    }
}

.hiden{display: none}
/*
@media screen and (max-width:900px){
    body{
    height: 100%;
    overflow-x: hidden;
    height: 100%;
    max-width: 900px;
    background-color: #F7FCFF;
    min-height: 1080px;
    background-image: url(../image/all_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;
    overflow-x: hidden;
    font-size:1.1em;
    }
    .top_ment{width:100%;}
    .top_ment .menui{display:block !important; color:#fff; position:fixed;right:10px; top:32px; z-index:999;}
    .top_ment .menu{display:none; float:none !important;}
    .top_ment .menu1{float:none !important; width:150px; position:fixed; right:10px; top:48px; border:solid 1px silver; opacity:.9; z-index:9}
    .top_ment .menu1 li{float:none !important; width:100% !important;height:32px !important; text-align:right !important; background:#fff; text-align:center; border-bottom:solid 1px #f3f3f3;}
    .top_ment .menu1 li a{overflow:auto; width:auto !important; text-align:center; line-height:32px;}
    .contact_float{display:none;}
}*/

.kf-table-wrap{
    width: 100%;
    margin: 0 auto;
}
.e-sports-toast{
    position: absolute;
    top: 20px;
    left: 50%;
    width: 400px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: .1rem;
    transform: translateX(-50%);
    padding: .1rem .3rem;
    font-size: .2rem;
    color: #fff;
    display: none;
    z-index: 100;
    text-align: center;
    letter-spacing: 2px;
}
.down_to{
    top: 100px;
}
/* 搜索 */
.kf-table-header-img-wrap{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    z-index: 4;
}
.search_wrap{
    width: 1200px;
    margin:0 auto;
    font-size: 14px;
    font-family: Microsoft YaHei;
    text-align: left;
    color: #f6f1d1;
    line-height: 18px;
}
.select_data{
    position: relative;
    margin: 9px 0 0 34px;
    width: 106px;
    height: auto;
}
.select_text{
    margin-left:15px;
    min-width: 29px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: left;
    color: #8c8888;
    line-height: 25px;
    letter-spacing: 1px;
}
.select_class{
    cursor: pointer;
    float: left;
    width: 106px;
    height: 27px;
    background: url(../image/select_data.png) no-repeat;
    background-size: contain;
}
.select_arrow{
    cursor: pointer;
    margin-top: 10px;
    margin-right: 10px;
    width: 14px;
    height: 8px;
    float: right;
    background: url(../image/arrow-down.png) no-repeat;
    background-size: contain;
}
.select_arrow:hover{
    background: url(../image/arrow-down_h.png) no-repeat;
    background-size: contain;
}
.select_ul{
    display: none;
    position: absolute;
    z-index: 999;
    top: 34px;
    left: 0px;
    width: 197px;
    height: 275px;
    background: url(../image/select_ul_bg.png) no-repeat;
    background-size: contain;
}
.select_ul ul{
    display: block;
    width: 100%;
    height: 100%;
}
.select_ul ul li{
    cursor: pointer;
    margin: 0 auto;
    width: 88%;
    color: #8c8888;
    height: 29px;
    border-bottom:1px solid #594237 ;
    line-height: 29px;
    letter-spacing: 1px;
}
.select_ul ul li:hover{
    color: #f6f1d1;
}
.select_ul ul li:nth-child(9){
    border-bottom:none ;
}
/* 更多版本选择 */
.select_edition{
    margin: 13px 0 0 126px;
    cursor: pointer;
}
.select_sm{
    width: 100%;
}
.select_sm ul{
    display: block;
    width: 100%;
    overflow: hidden;
}
.select_sm ul li{
    float: left;
    padding: 1px 7px;
}
.select_sm ul li:hover{
    padding: 1px 7px;
    color: #FCDA41;
    background-color:rgb(250, 250, 250,.23);
    border-radius: 11px;
}
.select_sm ul li:nth-child(1):hover{
       color: #f6f1d1;
    background: none;
}
.select_sm ul li:nth-child(8):hover{
    color: #fcda41;
    background: none;
}
.select_sm_m{
    font-size: 14px;
    font-family: Microsoft YaHei ;
    font-weight: 400;
    text-align: left;
    color: #fcda41;
    line-height: 18px;
    letter-spacing: 1px;
}
.select_edition_ul{
    position: absolute;
    display: none;
    top: 43px;
    right: 264px;
    z-index: 9;
    width: 380px;
    min-height: 108px;
    overflow: hidden;
    background: url(../image/select_edition_bg.png) no-repeat;
    background-size: 100% 100%;
}
.select_edition_ul ul{
    width: 100%;
    height: auto;
    padding: 6px 0;
}
.select_edition_ul ul li{
    float: left;
    margin: 0 auto;
    width:63px;
    height: 28px;
    font-size: 14px;
    font-family: Microsoft YaHei ;
    font-weight: 400;
    text-align: center;
    color: #8c8888;
    line-height: 28px;
    letter-spacing: 1px;
}
.select_edition_ul ul li:hover{
   color: #FCDA41;
}
.search_con{
    float: left;
    width: 420px;
    height: 22px;
    margin:0 auto; 
}
.search_con ul {
    padding-top: 2px;
    display: block;
    width: 800px;
    height: 22px;
}
.search_con ul li{
    display: block;
    margin-left: 5px;
    float: left;
    color: #4B5A99;
    font-size: 16px;
    cursor: pointer;
    padding: 2px 16px;
}
.search_con ul li:hover,
.search_con ul li.cur{
    padding: 2px 16px;
    background: #D2DDEF;
    border-radius: 20px;
}
.inputtext{
    position: relative;
    margin-top: 9px;
    margin-right: -56px;
    /* right: -10px;
    top: 10px; */
    /* width: 270px; */
    /* position: absolute;  */
}
.inputtext input{
    width: 175px;
    height: 27px;  
    padding-left: 20px;
    margin-left: 10px;
    background: url(../image/input_bg.png) no-repeat;
    background-size: contain;
    outline: none;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: left;
    color: #8c8888;
    line-height: 18px;
}
.inputclose{
    position: absolute;
    top:5px;
    right: 35px;
    cursor: pointer;
    width: 18px;
    height: 18px;  
    background: url(../image/kf-table/191225/inputclose.png) no-repeat;
    background-size: contain;
    display: none;
}
.inputclose:hover{
    background: url(../image/kf-table/191225/inputclose_h.png) no-repeat; 
}
.search_bt{
    position: absolute;
    top:6px;
    left:  160px;
    cursor: pointer;
    width: 15px;
    height: 15px;  
    background: url(../image/search_bt.png) no-repeat;
    background-size: contain;
}
.search_bt:hover{
    background: url(../image/search_bt_h.png) no-repeat;
    background-size: contain;
}
.reload_bt{
    position: absolute;
    top: 3px;
    left: 196px;
    cursor: pointer;
    width: 51px;
    height: 20px;  
    background: url(../image/reload_bt.png) no-repeat;
    background-size: contain;
}
.reload_bt:hover{
    background: url(../image/reload_bt_h.png) no-repeat;
    background-size: contain;
}

/* 红包弹窗 */
.red_pac_pop{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: 100;
    display: none;
}
.red_pac_con{
    position: absolute;
    width: 501px;
    height: 685px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../image/red-bg.png) no-repeat 50%;
}
.red_pac_close{
    position: absolute;
    top: 7px;
    right: 38px;
    height:44px;
    width:45px;
    background: url(../image/red-btn.png) no-repeat 50%;
    background-position:-54px 0;
    cursor: pointer;
}
.red_pac_close:hover{
    background-position:0 0;
}
.red_pac_inside{
    height: 432px;
    margin:  162px auto 0;
    overflow: hidden;
}
/* 下一场时间 */
.red_tips_tit{
    width: 277px;
    height: 35px;
    margin: 16px auto 0;
    background: url(../image/red-next.png) no-repeat 50%;
}
.next_time {
    font-size: 28px;
    line-height: 34px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #5e1410;
    padding-left: 114px;
}
/* 下一场金额 */
.red_star_statu{
    width: 354px;
    height: 212px;
    background: url(../image/num-nex.png) no-repeat 50%;
    margin: -8px auto;
    overflow: hidden;
}
/* 开奖中倒计时 */
.red_countdown_tit{
    width: 277px;
    height: 35px;
    background: url(../image/red-countd.png) no-repeat 50%;
    margin: 16px auto 0;
}
.reward_count{
    width: 265px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #FFE8A7;
    display: block;
    margin: 49px auto 0;
}
.reward_count i{
    font-style: normal;
    font-size: 30px;
}
/* 抢到现金奖励文字 */
.reward_count_get{
    margin-top: 114px;
}
/* 开奖中抽中奖励 */
.red_do_ok{
    width: 293px;
    height: 175px;
    background: url(../image/num-ok.png) no-repeat 50%;
    margin: 22px auto 72px;
    overflow: hidden;
}
/* 抽奖结束显示标题 */
.red_tit_end{
    width: 190px;
    height: 29px;
    background: url(../image/red-end.png) no-repeat 50%;
    margin: 16px auto 0;
}
/* 抽奖空内容*/
.red_end_empty{
    width: 201px;
    height: 172px;
    background: url(../image/num-empty.png) no-repeat 50%;
    margin: 42px auto 48px;
    overflow: hidden;
}
/* 未开抢按钮 */
.red_btn_no{
    height:132px;
    width:132px;
    background: url(../image/red-btn.png) no-repeat 50%;
    background-position:0 -190px;
    margin: -90px auto 0;
    cursor: pointer;
}
/* 开抢按钮 */
.red_btn_ok{
    height:132px;
    width:132px;
    background: url(../image/red-btn.png) no-repeat 50%;
    background-position:0 -329px; 
    margin: -90px auto 0;
    cursor: pointer;
}
.red_btn_ok:hover{
    background-position:0 -50px;
}
.red_btn_ok:active{
    background-position:0 -466px;
}
/* 红包中奖滚动 */
.red_mark_scroll{
    width: 344px;
    height: 134px;
    margin: 10px auto 0;
    overflow: hidden;
}
.red_get_scroll{
    width: 100%;
    height: 100%;
    line-height: 134px;
    text-align: center;
    font-size: 20px;
    color: #6c1c16;
}
.red_get_scroll li{
    font-size: 16px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #6c1c16;
    height: 26px;
    line-height: 26px;
}
.red_get_scroll li span{
    color: #FF1200;
}
/* 品牌专区*/
.special_zone{
    width: 1200px;
    margin: 0 auto;
}


.special_bg{
    position: relative;
    width: 1202px;
    height: 500px;
    margin: -58px 0 0 0px;
}
.special_bg0{
    background: url(./../image/2025year.jpg) no-repeat 50%;
    background-size:100% 100%;
}
.special_bg1{
    background: url(https://www.ncyx888.com/image/s-bg02.png) no-repeat 50%;
    background-size:100% 100%;
}
/*
@media screen and (max-width:900px){
    .special_zone{
        max-width: 900px !important;
        width:100% !important;
        margin: 0 auto;
    }
    
    .special_bg{
        position: relative;
        height: 300px;
        background: url(../image/s-bg1.png) no-repeat 50%;
        margin: -58px 0 0 -288px !important;
        background-size:100% 100%;
    }
}*/

.handle_zone{
    position: absolute;
    top: 21.5%;
    right: 0;
}
.clock_zone{
    position: relative;
    width: 381px;
    height: 125px;
    background: url(../image/clock-bg.png) no-repeat 50%;
    margin-bottom: 4px;
}
.clock_zone a{
    display: block;
    height: 100%;
}
.red_packet{
    position: relative;
    width: 381px;
    height: 125px;
    background: url(../image/redpac-bg.png) no-repeat 50%;
    cursor: pointer;
}
.handle_zone_btn{
    position: absolute;
    bottom: 6px;
    right: 94px;
    height:42px;
    width:126px;
    background: url(../image/nav-img.png) no-repeat 50%;
}
.clock_zone_btn{
     background-position:0 -185px;
}
.clock_zone:hover .clock_zone_btn{
    background-position:0 -232px;
}
.red_packet_btn{
    background-position:0 -139px;
}
.red_packet:hover .red_packet_btn{
    background-position:0 -278px;
}
.redpac_countdown{
    position: absolute;
    bottom: 6px;
    left: 10px;
    width: 150px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    font-family: AlibabaPuHuiTiR, AlibabaPuHuiTiR-Regular;
    text-align: center;
    color: #ffe6b3;
}
.red_ani{
    position: absolute;
    top: 3px;
    left: 14px;
    width: 128px;
    height: 97px;
    background: url(../image/red-ani.png) no-repeat 50%;
    background-size: 128px 2910px;
    -webkit-animation: redAni  2s steps(29) 0s infinite; 
      -moz-animation: redAni  2s steps(29) 0s infinite;
     -ms-animation: redAni  2s steps(29) 0s infinite;
     -o-animation: redAni  2s steps(29) 0s infinite; 
     animation: redAni  2s steps(29) 0s infinite;
}
@keyframes redAni {
    0%{
        background-position: 0 0;
    }
    100%{       
        background-position:0 100%;
    }
}
@-webkit-keyframes redAni {
    0%{
        background-position: 0 0;
    }
    100%{       
        background-position:0 100%;
    }
}
@-moz-keyframes redAni {
    0%{
        background-position: 0 0;
    }
    100%{       
        background-position:0 100%;
    }
}
@-ms-keyframes redAni {
    0%{
        background-position: 0 0;
    }
    100%{       
        background-position:0 100%;
    }
}
@-o-keyframes redAni {
    0%{
        background-position: 0 0;
    }
    100%{       
        background-position:0 100%;
    }
}
/* 游戏列表 */
.game_wrapper{
    position: relative;
}
.game_wrapper_top{
    width: 1269px;
    height: 92px;
    margin-left: -33px;
    margin-top: -30px;
}
.game_spe_ul .verson_zan .fl{
    width:200px;
    height:21px;
    overflow: hidden;
}
.game_spe_ul{
    width: 1200px;
    /*padding: 4px 4px 96px 6px;*/
    box-sizing: border-box;
    text-align: center;
    font-size: 30px;
    color: #C9383D;
    background: #f0f0f0;
    margin: 0 auto;
}

.game_spe_ul li{
    float: left;
    width: 293px;
    height: 303px;
    background: url(../image/spe-list-bg.png) no-repeat 50%;
    margin: 12px 4px 0 0;
    padding: 6px 7px 0 ;
    box-sizing: border-box;
}

.star_paly_btn a{
    display: block;
    height: 100%;
}
.spe_list_top{
    position: relative;
    width: 279px;
    height: 183px;
}
.spe_list_top img{
    width: 100%;
    height: 100%;
}
.spe_list_tit{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: rgba(48,46,46,0.8);
    z-index: 1;
}

.star_paly_btn{
    height: 41px;
    width: 259px;
    background: url(../image/spe-btn.png) no-repeat 50%;
    background-position:0 -77px;
    margin:  0 auto;
}/*
@media screen and (max-width:900px){
    .game_wrapper_top{
        max-width: 100% ;
        height: 32px;
        background: url(../image/spe-top1.png) no-repeat left;
        background-size:100% auto;
        margin-left:0px !important;
        margin-top: 0px !important;
    }
    .game_spe_ul{
        max-width: 100% ;
        padding: 4px 4px 96px 6px;
        box-sizing: border-box;
        text-align: center;
        font-size: 30px;
        color: #C9383D;
        background: #f0f0f0;
        margin: 0 auto;
    }
    .game_spe_ul li{
        float: left;
        width: 48% !important;
        height: auto;
        background: url(../image/spe-list-bg.png) no-repeat 50%;
        margin: 0px !important;
        padding: 0px !important ;
        box-sizing: border-box;
        margin-left:1% !important;
    }
    
    .kf-table-header-img-wrap,.marks_content,.search_wrap,.kf-table-content-wrap,.footer_list
    {
        width:100% !important;
        margin: 0px !important;
    }
    .footer_list li
    {
        width:100% !important;
    }
    .footer_list li span
    {
        margin-top:132px !important;
    }
    
    .marks_content_search
    {
        width: 100% !important;
        left:0px !important;
        margin: 0px !important;
    }
    
    .select_edition
    {
        margin: 0px !important;
    }
    
    
    .star_paly_btn a{
        display: block;
        height: 100%;
    }
    .spe_list_top{
        position: relative;
        width: 100%;
        height: 80%;
    }
    .spe_list_top img{
        width: 100%;
        height: 100%;
        max-height: 106px;
    }
    .game_name
    {
        display: none;
    }
    .spe_list_tit{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 36px;
        line-height: 36px;
        background: rgba(48,46,46,0.8);
        z-index: 1;
    }
    
    
    .star_paly_btn{
        display: none;
    }
    
    .support_icon,.support_number {display:none;}
}*/

.spe_list_tit .go_ranking{
    width: 80px;
    height: 22px;
    line-height: 22px;
    overflow:hidden;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    text-align: center;
    color: #fbe8df;
    background: rgba(146,132,122,0.8);
    border-radius: 3px;
    margin-top: 7px;
}
.spe_list_tit .game_name{
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 36px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: center;
    color: #fefae4;
    margin-left:4px;
}
.spe_list_tit .support_icon{
    position: relative;
    height:25px;
    width:68px;
    background: url(../image/spe-btn.png) no-repeat 50%;
    background-position:-75px 0;
    cursor: pointer;
    margin-top: 6px;
    margin-right:4px;
}
.spe_list_tit .support_icon:hover{
    background-position:0 0
}
/* 支持样式 */
.spe_list_tit .support_icon.active_supp{
    background-position:-148px 0;
}
.support_ani{
    position: absolute;
    bottom: -20px;
    left: -30px;
    width: 120px;
    height: 0;
    background: url(../image/zan-ani.png) no-repeat 50%;
    background-size: 120px 2108px;
}
.support_ani_add{
    -webkit-animation: supportAni  2s steps(16) 0s alternate forwards; 
    -moz-animation: supportAni  2s steps(16) 0s alternate forwards;
   -ms-animation: supportAni  2s steps(16) 0s alternate forwards;
   -o-animation: supportAni  2s steps(16) 0s infinite; 
   animation: supportAni  2s steps(16) 0s alternate forwards; 
}
@keyframes supportAni {
    0%{
        background-position: 0 0;
    }
    100%{       
        background-position: 0 100%;
    }
}
@-webkit-keyframes supportAni {
    0%{
        background-position: 0 0;
    }
    100%{       
        background-position: 0 100%;
    }
}
@-moz-keyframes supportAni {
    0%{
        background-position: 0 0;
    }
    100%{       
        background-position: 0 100%;
    }
}
@-ms-keyframes supportAni {
    0%{
        background-position: 0 0;
    }
    100%{       
        background-position: 0 100%;
    }
}
@-o-keyframes supportAni {
    0%{
        background-position: 0 0;
    }
    100%{       
        background-position: 0 100%;
    }
}
.spe_list_top .spe_safe_icon{
    position: absolute;
    top: 8px;
    left: 8px;
    width: 50px;
    line-height: 16px;
    background: linear-gradient(0deg,rgba(112,58,7,0.8) 0%, rgba(146,80,12,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#703A07, endColorstr=#92500C);
    border-radius: 3px;
    font-size: 16px;
    padding: 2px 0;
    font-family: AlibabaPuHuiTiM, AlibabaPuHuiTiM-Regular;
    text-align: center;
    color: #ffffff;
}
.spe_list_mid span{
    color: #C9383D;
}
.spe_list_mid{
    padding: 10px 8px 8px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #6F6F6F;
}
.spe_list_mid .support_number i{
     font-style: normal;
}
.spe_list_mid .brief_desc{
    margin-top: 2px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.star_paly_btn:hover{
    background-position:0 -30px;
}
.star_paly_btn a{
    display: block;
    height: 100%;
}
/* 分页 */
.game_list_page{
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    margin: 30px auto 0;
    color: #666;
    font-size: 18px;
    padding-bottom: 10px;
}
.page_ctrl {
	text-align: center;
	margin: 10px auto;
	box-sizing: border-box
}
.page_ctrl * {
	line-height: 40px;
}
.page_ctrl a {
	margin: 0 3px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    font-size: 14px;
    background: #fff;
	color: #8f8f8f;
	cursor: pointer;
	outline: none;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
}
/* .page_ctrl a:hover {
    background: linear-gradient(270deg,#4f95f3, #c3b6f1);
    color: #fff;
} */
.page_ctrl .btn_dis {
	cursor: default;
    background: rgba(255,255,255,.5);
	color: #666
}
.page_ctrl .btn_dis:hover {
    background: rgba(255,255,255,.5);
	color: #666
}
.page_ctrl .current_page {
    color: #fff;
    background: #F64A51;
}
/* 跳转输入框 */
.page_ctrl .input_page_num {
	width: 78px;
    height: 34px;
    line-height: 34px;
	padding: 0;
	text-align: center;
    outline: none;
    background: none;
    border: 1px solid #e5e5e5;
    border-radius: 11px;
    background: #fff;
    vertical-align: middle ;
    font-size: 18px;
    color: #666;
    box-sizing: content-box;
}
/* 确定按钮 */
.page_ctrl a.to_page_num{
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin: 0;
    border-radius: 50%;
    background: #F64A51;
    vertical-align: middle ;
    margin-left: 2px;
    color: #fff;
    margin-left: 8px;
}
.page_ctrl a:hover{
    background: #F64A51;
    color: #fff;
}
.page_ctrl i.line{
   width: 0px;
   height: 24px;
   background: #e5e5e5;
   vertical-align: middle;
   display: inline-block;
}
.page_ctrl .page_text {
	color: #999;
	font-size: 12px;
}
.page_ctrl .page_total{
    color: #999;
    margin: 0 8px ;
}
.page_ctrl a.prev_page, .page_ctrl a.next_page{
    width: 66px;
    height: 23px;
    line-height: 23px;
    margin-right: 6px;
    border-radius: 12px;
    color: #999;
}
.page_ctrl a.prev_page:hover, .page_ctrl a.next_page:hover{
    background: #F64A51;
    color: #fff;
}
.page_ctrl a.next_page{
    margin-left: 6px;
    margin-right: 0;
}




/*
游戏列表和历史记录-------------------------------------s
*/
.game_con {
    position: relative;
    z-index: 100;
}
.game_con .game_list_ul li {
    display: inline-block;
}
.game_con .game_list_ul a {
 width: 300px;
 height: 200px;
 border: 2px solid #000;
 margin: 10px;
 background: #ddd;
 display: block;
}
.gameHistory {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 101;
}
.gameHistory .h-cont {
    width: 600px;
    height: 500px;
    border-radius: 8px;
    background-color: #fff;
    margin:  100px auto;
}
.gameHistory .h-cont a {
    display: block;
    margin: 20px;
}
/*
游戏列表和历史记录-------------------------------------e
*/
/* 开服表搜索 */
.marks_content_search{
    position: absolute;
    top: 104px;
    left: 50%;
    width: 1202px;
    margin-left: -601px;
    height: 44px;
    background:url(../image/marks_content_search.png) no-repeat 50%;
}
/* 智能广告筛选 */
.marks_content{
    margin-left: -104px;
    margin-top: -28px;
    width: 1442px;
    height: 148px;
    background:url(../image/marks-bg.png) no-repeat 50%;
    background-size: contain;
}
/* 表格区域 */
.kf-table-content-wrap-box{
    width: 100%;
    margin: 0 auto 0;
    position: relative;
}
.kf-table-content-wrap{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
/* .kf-table-content{
    width: 100%;
    height: 100%;
} */
.kf-table-header-btn{
    position: relative;
    width: 186px;
    height: 66px;
    cursor: default;
    display: block;
}
.click-cover-btn-a{
    position: absolute;
    z-index:2;
    width:100%;
    height: 100%;
    left: 70px;
    top: 116px;
    cursor: pointer;
}
.kf-table-header-btn .cover-btn{
    position: absolute;
    left: 70px;
    top: 116px;
    display: block;
    width: 186px;
    height: 66px;
    background: url(../image/awb_dl_btn.png) no-repeat 50%;
     -webkit-animation: load_get  2s steps(29) 0s infinite; 
      -moz-animation: load_get  2s steps(29) 0s infinite;
     -ms-animation: load_get  2s steps(29) 0s infinite;
     -o-animation: load_get  2s steps(29) 0s infinite; 
     animation: load_get  2s steps(29) 0s infinite;  
}
@keyframes load_get {
    0%{
        background-position: 0px 0px;
    }
    100%{       
        background-position: 0px -1914px;;
    }
}
@-webkit-keyframes load_get {
    0%{
        background-position: 0px 0px;
    }
    100%{
        background-position: 0px -1914px;;
    }
}
@-moz-keyframes load_get {
    0%{
        background-position: 0px 0px;
    }
    100%{
        background-position: 0px -1914px;;
    }
}
@-ms-keyframes load_get {
    0%{
        background-position: 0px 0px;
    }
    100%{
        background-position: 0px -1914px;;
    }
}
@-o-keyframes load_get {
    0%{
        background-position: 0px 0px;
    }
    100%{
        background-position: 0px -1914px;
    }
}
.kf-table-header-btn:hover,
.download_btn a:hover{
    opacity: 1;
}

.kf-table-header-btn:active,
.download_btn a:active{
    transform: scale(0.99);
}
/*中间表格*/
.table-header-tr{
    width: 100%;
    height: 40px;
    background: url(../image/th-header-bg-new.jpg) no-repeat;
    background-position: 0px 0px; 
    background-size: 100%; 
}
.kf-table-center{
    width: 100%;
    height: 100%;
}
.kf-table-center-table{
    width:100%;
    table-layout: fixed；
}
.table-header-tr li{
    display: none; /* 2020-09-23 */
    float: left;

}
.ad_allnight_day1 ul,.ad_top_day1 ul{
    text-align: center;
    background: #efe97a;
    box-sizing: border-box;
}
/* 昨日通宵推荐 */
.zytx ul.tr-color1:hover{
     background:#FFF2AC !important; 
}
.tr-color1 {
    text-align: center;
    color: #1d1d1d !important;
}
.tr-color1 li:nth-of-type(1){
    width: 17%;
}
.tr-color1 li:first-child{
    width: 17%;
}
.tr-color1 li:nth-of-type(2){
    width: 16%;
}
.tr-color1 li:nth-of-type(3){
    width: 17%;
}
.tr-color1 li:nth-of-type(4){
    width: 36%;
}
.tr-color1 li:first-child + li + li + li{
    width: 41%;
    *width: 41%;   /*/ie7 */
}
.tr-color1 li:nth-of-type(5){
    width: 14%;
}
.kf-table-center-table-body .tr-color1{
    background: #FFF9E6;
}
.tr-color1{
    color:#1d1d1d!important;
    overflow: hidden;
}
.table-header-tr li{
    opacity: 0.9;
    color: #f4f3f1;
    height: 20px;
    line-height: 20px;
    font-family: sans-serif;
    position: relative;
    height: 100%;
}
.table-header-tr li:after{
    position: absolute;
    right: 0;
    top: 10px;
    display: inline-block;
    content: '';
    height: 20px;
    width: 1px;
    background: #f4f3f1;
    vertical-align: text-top;
}
.table-header-tr li.topth5:after{
    width: 0px!important;
}
.topth6 img{
    width: 98px !important;
}
.topth6_qq{
    position: absolute;
    bottom: -80px;
    right: 120px;
    width: 180px;
    height: 33px;
    background: url(../image/kf-table/tb_font/int_qq.png) no-repeat 50%;
    background-size: contain;
    z-index: 99;
    color: #fff;
    line-height: 22px;
    text-align: center;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
}
.topth6_qq span{
    color: #fcbf38;
}
.kf-table-center-table li.th1{
    width: 17.2%;
}
.kf-table-center-table li.topth6{
    width: 14.5%;
}
.kf-table-center-table li.th2{
    width: 13.4%;
}
.kf-table-center-table li.th3{
    width: 15.6%;
}
.kf-table-center-table li.topth4{
    width: 30%;
}
.kf-table-center-table li.th4{
    width: 30%;  
    *width: 35.7%;   /*/ie7 */
}
.kf-table-center-table li.topth5{
    width: 14%;
}
.kf-table-center-table li.th7{
    width: 9.9%;
}
.kf-table-center-table li.th5{
    width: 12.8% ;
}
.kf-table-center-table li img{
    display: block;
    height: 29px;
    width: 108px;
}
/* .bgimgsuo li img{
    display: block!important;
    margin: 11px auto!important;
    height: 18px;
    width: 61px;
} */
.ad_allnight_top_day1 .tr-color1{
    text-align: center;
    background: #efe97a;
    box-sizing: border-box;
}
/* 昨日通宵固定 */
.zrtxgd ul.tr-color1{
    background: #FFF9E6;
}
.tr-color1 li{
    border-left: 1px solid #632F00;
    border-bottom: 1px solid #632F00;
    border-top: none;
    float: left;
    box-sizing: border-box; 
}
.dqthkj:hover,.zrtxgd ul.tr-color1:hover,.qtgd ul.tr-color1:hover{
    background:#FFF2AC !important; 
}
.th6 img{
    display: inline-block !important;
    width: 74px !important;
    height: 14px !important;
    margin-top:10px;
}
.last-td_left{
    display:block;
    width: 100%;
    margin:0 auto;
    float: left;
    height: 35px;
}
.last-td_a{
    cursor: pointer;
    display: inline-block !important;
    width: 52px ;
    height: 15px;
    margin-top:11px;
    background: url(../image/now_int.png) no-repeat 50%;
    background-size: contain;
}
.last-td_a:hover{
    background: url(../image/now_int_h.png) no-repeat 50%;
    background-size: contain; 
}
.last-td_a:active{
    background: url(../image/now_int_h.png) no-repeat 50%;
    background-size: contain; 
}
.bkwkj li{
    border-left: 1px solid #632F00;
    border-bottom: 1px solid #632F00;
    float: left;
    box-sizing: border-box;
}
.bkwkj:hover{
    background:#ffe8d1 !important; 
}
.bkjrtx li{
    border-left: 1px solid #632F00;
    border-bottom: 1px solid #632F00;
    border-top: none;
    float: left;
    box-sizing: border-box;
}
.bkjrtx:hover{
    background:#ffe8d1 !important; 
}
.bkjrtxgd li{
    border: 1px solid #632F00;
    border-top: none;
    float: left;
    box-sizing: border-box;
}
.bkjrtxgd:hover{
    background:#ffe8d1 !important; 
}
.thgdyqtth li{
    border-left: 1px solid #632F00;
    border-bottom: 1px solid #632F00;
    float: left;
    box-sizing: border-box;
}
.mrtxgd li{
    border-left: 1px solid #632F00;
    border-bottom: 1px solid #632F00;
    float: left;
    box-sizing: border-box; 
}
.mrtx li{
    border-left: 1px solid #632F00;
    border-bottom: 1px solid #632F00;
    float: left;
    box-sizing: border-box;
}
.thgdyqtth:hover{
     background:#fff8ad !important; 
}
.mrtxgd:hover{
     background:#fff8ad !important; 
}
.mrtx:hover{
     background:#fff8ad !important; 
}
.mrtxxx:hover{
     background:#fff8ad !important; 
}
.mrtxxx li{
    border-left: 1px solid #632F00;
    border-bottom: 1px solid #632F00;
    float: left;
    box-sizing: border-box;
}

.kf-table-center-table .tr-color1:hover{
    background: #d8eeff;
}
.kf-table-center-table .tr-color1 li p{
    font-size: 14px;
    height: 41px;
    line-height: 41px;
}
.kf-table-center-table .text-style3 {
    font-family: "Microsoft YaHei"!important;
    color: #50130C;
}
.kf-table-center-table .tr-color1 li p a{
    display: block;
    height: 42px;
    line-height: 42px;
    font-family: "Microsoft YaHei"!important;
}
#tabel_color a{
    color: #50130C!important;
}
.ad_top_day1.text-color2{
    color:#08a377;
}
.text-color2{
    color: #f50101;
}
.text-style3-wrap{
    position: relative;
}
.text-style3{
    padding-right: 59px;
}
.last-td a{
    display: block;
    overflow: hidden;
}
.last-td img{
    width: 70%;
    display: block;
    margin: 6px auto 0!important;
}
.text-style2-img{
    position: absolute;
    top: 0px;
    right: 0px;
}
.text-style2-img img{
    width: 100%;
}
.text-color3{
    color: #019f74;
}
.kf-table-center-table-body .tr-color2{
    background: #FFD9B4;
}
.text-color11{
    color: #515151;
}
.kf-table-center-table-body .tr-color3{
    background: #454545;
    height: 45px;
    overflow: hidden;
}
.kf-table-center-table-body .tr-color3 .td-style3{
    margin:0px auto;
}
.kf-table-center-table-body .tr-color4{
    background: #fef3d1;
}
.td-style3 img{
    width: 100%;
}


/* 开服表搜索无记录 */
.nosearch_tk{
    font-family: Source Han Sans CN Normal;
    position: fixed;
    bottom: 50%;
    left: 42%;
    color:
    #fff;
    font-size: 16px;
    line-height: 24px;
    background:#592824;
    border-radius: 4px;
    padding: 10px 16px;
    display: none;
    z-index: 14;
}
/* toast提示样式 */
.toast_show_msg {
    width: 100%;
    height: auto;
    text-align: center;
    position: fixed;
    left: 0;
    z-index: 999;
}
.toast_show_span{
    font-size: 16px;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 40px;
    border-radius: 10px;
    color: #fff;
}
/* 底部 */
.footer_list{
    width: 1200px;
    margin: 12px auto;
}
.footer_list li{
    float: left;
    width: 297px;
    height: 213px;
    overflow: hidden;
}
.footer_list li span{
    display: block;
    margin-left: 118px;
    margin-top: 76px;
    width: 136px;
    height: 60px;
    font-size: 12px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #606060;
    line-height: 16px;
}
.footer_list li.f_list1{
    background: url(../image/f-list1.png) no-repeat 50%;
}
.footer_list li.f_list2{
    background: url(../image/f-list2.png) no-repeat 50%;
    margin: 0 4px;
}
.footer_list li.f_list3{
    background: url(../image/f-list3.png) no-repeat 50%;
    margin-right: 4px;
}
.footer_list li.f_list4{
    background: url(../image/f-list4.png) no-repeat 50%;
}
.footer_list li a.f_list_btn{
    width: 234px;
    height: 52px;
    margin: 0px auto 0;
    display: block;
}
.footer_list li .f_list_btn:hover{
}
.index_footer{
    width: 100%;
    min-height: 153px;
    background: url(../image/footer-bg.png) no-repeat 50%;
    background-size: 100% 100%;
    margin: 0 auto;
    padding-top: 42px;
    box-sizing: border-box;
}
.index_footer .copy_text,.index_footer .copy_text a{
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    text-align: center;
    color: #ffffff;
    line-height: 26px;
}
.index_footer .copy_text a:hover{
    color: #FAE1A7;
}
/* 悬浮红包 */
.handle_money_bg{
    position: fixed;
    top: 30%;
    right: 150px;
    width: 174px;
    height: 217px;
    background: url(../image/float-ani.png) no-repeat 50%;
    background-size: 174px 4774px;
    z-index: 10;
    cursor: pointer;
    display: none;
    -webkit-animation: floatAni  1.7s steps(21) 0s infinite; 
    -moz-animation: floatAni  1.7s steps(21) 0s infinite;
   -ms-animation: floatAni  1.7s steps(21) 0s infinite;
   -o-animation: floatAni  1.7s steps(21) 0s infinite; 
   animation: floatAni  1.7s steps(21) 0s infinite;  
}
@keyframes floatAni {
  0%{
      background-position: 0 0;
  }
  100%{       
      background-position: 0 100%;
  }
}
@-webkit-keyframes floatAni {
    0%{
        background-position: 0 0;
    }
    100%{       
        background-position: 0 100%;
    }
}
@-moz-keyframes floatAni {
    0%{
        background-position: 0 0;
    }
    100%{       
        background-position: 0 100%;
    }
}
@-ms-keyframes floatAni {
    0%{
        background-position: 0 0;
    }
    100%{       
        background-position: 0 100%;
    }
}
@-o-keyframes floatAni {
    0%{
        background-position: 0 0;
    }
    100%{       
        background-position: 0 100%;
    }
}
.handle_money_bg p{
    font-size: 22px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 25px;
    padding-top: 166px;
    box-sizing: border-box;
}
@media (min-width:1530px) and (max-width:1720px) {
    .handle_money_bg{
        right: 0px;
    }
}
@media (max-width:1529px){
    .handle_money_bg{
        display: none!important;
    }
}