/* top */
.tabpage-tool .tools-tabs span{
    margin: 0 0px -1px 5px;
}
.gamebox-top{
    height: 31px;
    width: 100%;
    background: #1c1c1c;
}
.gamebox-top .top-left{
    width: 320px;
    height: 31px;
    position: relative;
}
.gamebox-top .top-left .logo{
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 7px;
    z-index: 2;
    cursor: pointer;
}
.gamebox-top .top-left .logo img{
    width: 16px;
    height: 16px;
}
.gamebox-top .top-left .login-after-top{
    width: 285px;
    height: 26px;
    line-height: 22px;
    margin-top: 4px;
    margin-left: 35px;
}
.gamebox-top .top-left .login-after-top .username{
    font-size: 12px;
    cursor: pointer;
    color: #f6f6f6;
}
.gamebox-top .top-left .login-after-top .username:hover{
    text-decoration: underline;
}
.gamebox-top .top-left .login-after-top .mobile{
    color: #999;
    margin-left: 3px;
}
.gamebox-top .top-left .login-after-top .vip-level{
    width: 40px;
    height: 16px;
    margin-left: 18px;
    margin-right: 10px;
    margin-top: 3px;
}
.gamebox-top .top-left .login-after-top .vip-level em{
    width: 40px;
    height: 16px;
}
.gamebox-top .top-left .login-after-top .account-select-box{
    width: 12px;
    position: relative;
    margin-top: 4px;
}
.gamebox-top .top-left .login-after-top .account-select-box .icon{
    width: 12px;
    height: 12px;
    display: inline-block;
    cursor: pointer;
    background-position: -44px -131px;
}
.gamebox-top .top-left .login-after-top .account-select-box .triangle-icon{
    position: absolute;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background: #fff;
    box-shadow: -5px -5px 9px 0px #7b7b7b;
    top: 16px;
    left: 4px;
    z-index: 99;
    display: none;
}
.gamebox-top .top-left .login-after-top .select-option{
    position: absolute;
    right: -14px;
    width: 85px;
    text-align: center;
    font-size: 13px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 0px 5px 0px #7b7b7b;
    top: 19px;
    padding: 8px 0;
    z-index: 100;
    display: none;
    
}
.gamebox-top .top-left .login-after-top .select-option a{
    display: inline-block;
    width: 100%;
    line-height: 27px;
    color: #333;
}
.gamebox-top .top-tabs .tab{
    width: 110px;
    padding: 0 20px 0 7px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 1px;
    margin-top: 1px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
    position: relative;
    background-color: #292929;
    color: #fff;
    box-sizing: border-box;
}
.gamebox-top .top-tabs .tab:first-child{
    padding: 0 7px;
}
.gamebox-top .top-tabs .tab .close-btn{
    width: 14px;
    height: 14px;
    position: absolute;
    top: 8px;
    right: 5px;
    border-radius: 50%;
    background: url(../image/label_close.png?v=2) -6px -5px no-repeat;
}
.gamebox-top .top-tabs .tab:hover{
    background-color: #333333;
    /* color: #999; */
}
.gamebox-top .top-tabs .tab:hover .close-btn{
    background-position: -6px -21px;
}
.gamebox-top .top-tabs .tab.active{
    color: #f8ad1d;
    background-color: #404040;
    font-weight: bold;
}
.gamebox-top .top-tabs .tab.active .close-btn{
    background-position:-6px -37px;
}
.gamebox-top .top-tabs .more{
    font-size: 24px;
    margin-left: 8px;
    color: #85c0f1;
}
.gamebox-top .top-tabs .more:hover{
    color: #fbfbfb;
}
.gamebox-top .tools-box{
    width: 140px;
    float: right;
}
.gamebox-top .tools-box .icon{
    width: 20px;
    height: 20px;
    float: left;
    cursor: pointer;
    margin: 5px 5px;
}
.gamebox-top .tools-box .system-box{
    width: 20px;
    height: 20px;
    position: relative;
    float: left;
    margin: 5px 5px;
}
.gamebox-top .tools-box .system-btn{
    margin: 0;
    background-position: -34px -6px;
}
.gamebox-top .tools-box .system-btn:hover{
    background-position: -68px -5px;
}
.gamebox-top .tools-box .system-box .triangle-icon{
    position: absolute;
    width: 5px;
    height: 5px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    background: #fff;
    box-shadow: -5px -5px 9px 0px #333;
    top: 22px;
    left: 11px;
    z-index: 99;
    display: none;
}
.gamebox-top .tools-box .system-select{
    position: absolute;
    width: 100px;
    height: 102px;
    top: 25px;
    right: -8px;
    border-radius: 3px;
    padding-top: 13px;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px #313131;
    display: none;
}
.gamebox-top .tools-box .system-select a{
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
    color: #3c3c3c;
}
.gamebox-top .tools-box .line{
    width: 2px;
    height: 25px;
    margin: 2.5px 5px;
    background-position: -16px -339px;
}
.gamebox-top .tools-box .minimize-btn{
    background-position: -34px -55px;
}
.gamebox-top .tools-box .minimize-btn:hover{
    background-position: -68px -55px;
}
.gamebox-top .tools-box .maximize-btn{
    background-position: -34px -31px;
}
.gamebox-top .tools-box .maximize-btn:hover{
    background-position: -68px -31px;
}
.gamebox-top .tools-box .maximize-btn.maxed{
    background-position: -34px -104px;
}
.gamebox-top .tools-box .maximize-btn.maxed:hover{
    background-position: -68px -104px;
}
.gamebox-top .tools-box .close-btn{
    background-position: -34px -80px;
}
.gamebox-top .tools-box .close-btn:hover{
    background-position: -68px -80px;
}
/* left */
.ctn-left{
    width: 320px;
    height: 100%;
    background-color: #2a2a2a;
}
.ctn-left .title{
    margin: 20px 0 15px 0;
    font-size: 18px;
    line-height: 20px;
    height: 20px;
    font-weight: bold;
    color: #cccccc;
}
.ctn-left .title em{
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
}
.ctn-left .related-game{
    padding: 0 20px 0 20px;
    border-bottom: 1px solid #333333;
}
.ctn-left .related-game .title em{
    background-position: -5px -197px;
}
.ctn-left .related-game .game-list-box{
   /*  overflow: hidden; */
    /* height: 238px; */
}
.ctn-left .related-game .game-list-box .game-list{
    position: relative;
}
.ctn-left .related-game .game-list-box .list{
    float: left;
    color: #cccccc;
    padding: 0 8px 0 25px;
    line-height: 28px;
    height: 28px;
    position: relative;
}
.ctn-left .related-game .game-list-box .list::before{
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 12px;
    left: 5px;
    background: url(../image/icon.png) -425px -31px no-repeat;
}
.ctn-left .related-game .game-list-box .list .game-name{
    float: left;
    width: 101px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.ctn-left .related-game .game-list-box .list .game-name .h5_ico{
    background: url(../image/h5_ico.png) center center no-repeat;
    width: 20px;
    height: 12px;
    float: left;
    margin: 8px 8px 0 0;
}
.ctn-left .related-game .game-list-box .list .kaifu-line{
    float: left;
    width: 90px;
    display: flex;
    align-items: center;
}
.ctn-left .related-game .game-list-box .list .start-btn{
    float: right;
    width: 50px;
    height: 20px;
    line-height: 20px;
    margin-top: 4px;
    color: #cccccc;
    text-decoration: underline;
    border-radius: 3px;
    padding: 0 3px;
}
.ctn-left .related-game .game-list-box .list:hover{
    background-color: #393939;
}
.ctn-left .related-game .game-list-box .list:hover .start-btn{
    background-color: #ffbb00;
    color: #383838;
    text-decoration: none;
}
.ctn-left .related-game .game-list-box .list:hover .kaifu-line{
    color: #ff6633;
}
.ctn-left .related-game .game-list-box .more-btn{
    width: 120px;
    height: 24px;
    line-height: 24px;
    display: block;
    margin: 12px auto 0 auto;
    text-align: center;
    background: #333;
    color: #666;
}
.ctn-left .related-game .game-list-box .no-data{
    padding: 15px 0 20px 0;
}
.ctn-left .related-game .list-loading{
    position: absolute;
    top: 60px;
}
.ctn-left .kftj-wrap{
    padding: 0px 20px 17px 20px;
    height: 418px;
}
.ctn-left .kftj-wrap .title{
    margin: 22px 0 15px 0;
}
.ctn-left .kftj-wrap .title em{
    background-position: -6px -221px;
}
.ctn-left .kftj-box .kf-tabs{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background-color: #303030;
    border: 1px solid #383838;
}
.ctn-left .kftj-box .kf-tabs .tab{
    width: 92px;
    float: left;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    border-left: 1px solid #383838;
    color: #9b9b9b;
}
.ctn-left .kftj-box .kf-tabs .tab:first-child{
    border: 0 none;
}
.ctn-left .kftj-box .kf-tabs .tab:hover , .ctn-left .kftj-box .kf-tabs .tab.active{
    background-color: #ffbb00;
    color: #000;
    font-weight: bold;
}
.ctn-left .kftj-box .kf-list{
    margin-top: 7px;
    margin-bottom: 12px;
}
.ctn-left .kftj-box .kf-list .list{
    height: 40px;
    line-height: 39px;
    font-size: 13px;
    padding: 0 5px 0 10px;
    border-bottom: 1px solid #323232;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    color: #cccccc;
}
.ctn-left .kftj-box .kf-list .list a , .ctn-left .kftj-box .kf-list .list span{
    float: left;
}
.ctn-left .kftj-box .kf-list .list .time{
    width: 83px;
}
.ctn-left .kftj-box .kf-list .list .ico{
    float: left;
    width: 10px;
    height: 10px;
    margin: 15px 5px 0 3px;
}
.ctn-left .kftj-box .kf-list .list.tuijian em.ico{
    background: url(../image/kf_ico.png) 0 0 no-repeat;
}
.ctn-left .kftj-box .kf-list .list.new em.ico{
    background: url(../image/kf_ico.png) 0 -15px no-repeat;
}
.ctn-left .kftj-box .kf-list .list.zhiding em.ico{
    background: url(../image/kf_ico.png) 0 -30px no-repeat;
}
.ctn-left .kftj-box .kf-list .list .game-name{
    width: auto;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #cccccc;
}
.ctn-left .kftj-box .kf-list .list .line{
    width: 82px;
    text-align: right;
    float: right;
}
.ctn-left .kftj-box .kf-list .list .line .shoufu{
    float: right;
    width: 48px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 3px;
    margin-top: 8px;
    background-color: #0897f2;
    color: #fff;
}
.ctn-left .kftj-box .kf-list .list .start-btn{
    width: 70px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 3px;
    margin-top: 6px;
    display: none;
    float: right;
    color: #cccccc;
}
.ctn-left .kftj-box .kf-list .new-game-list .game-name{
    width: 105px;
    max-width: 105px;
}
.ctn-left .kftj-box .kf-list .new-game-list .start-btn{
    display: inline-block;
}
.ctn-left .kftj-box .kf-list .list:hover{
    background-color: #393939;
    border-color: #393939;
}
.ctn-left .kftj-box .kf-list .list:hover .line{
    display: none;
}
.ctn-left .kftj-box .kf-list .list:hover .start-btn{
    display: inline-block;
    background-color: #ffbb00;
    color: #383838
}
.ctn-left .kftj-box .kf-list .list:hover .time{
    color: #ff6633;
}
.ctn-left .kftj-box .kf-list .list:first-child{
    height: 39px;
    line-height: 39px;
    border-top: 1px solid transparent;
}
.ctn-left .kftj-box .kf-list .list:first-child:hover{
    border-top: 1px solid #393939;
}

/* 主体 */
.index-container .tjgame-box .rank-list-wrap{
    width: 220px;
    height: 360px;
    margin-left: 20px;
    background: #393939;
}
.index-container .tjgame-box .rank-list-wrap .subtitle{
    height: 35px;
    line-height: 35px;
    position: relative;
    font-size: 17px;
    font-weight: bold;
    text-indent: 12px;
    background: #f56200;
    color: #fff;
}
.index-container .tjgame-box .rank-list-wrap .subtitle .arrow{
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    position: absolute;
    display: inline-block;
    left: 25px;
    bottom: -4px;
    background: #393939;
}
.index-container .tjgame-box .rank-list{
    margin-top: 5px;
    height: 320px;
    overflow: hidden;
}
.index-container .tjgame-box .rank-list li{
    color: #cccccc;
    height: 23px;
    line-height: 23px;
    padding: 8px 10px 8px 20px;
    font-size: 14px;
    border-bottom: 1px solid #333333;
    position: relative;
}
.index-container .tjgame-box .rank-list li:last-child .ctn{
    border-bottom: 0 none;
}
.index-container .tjgame-box .rank-list li .icon{
    width: 17px;
    height: 17px;
    line-height: 17px;
    font-size: 11px;
    float: left;
    margin-right: 14px;
    color: #333333;
    background-position: -121px -252px;
    text-align: center;
    margin-top: 3px;
}
.index-container .tjgame-box .rank-list li .icon1 , .index-container .tjgame-box .rank-list li .icon2 , .index-container .tjgame-box .rank-list li .icon3{
    font-size: 12px;
    color: #ffd48a;
    background-position: -99px -251px; 
}
.index-container .tjgame-box .rank-list li .game-name{
    cursor: pointer;
    width: 90px;
    line-height: 23px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-container .tjgame-box .rank-list li .tese{
    width: 58px;
    float: right;
    text-align: right;
    font-size: 13px;
    color: #999999;
    padding-right: 7px;
}
.index-container .tjgame-box .rank-list li .start-btn{
    width: 65px;
    height: 23px;
    background: #fa5e00;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    float: right;
    display: none;
    border-radius: 2px;
}
.index-container .tjgame-box .rank-list li:hover{
    background:#434343;
}
.index-container .tjgame-box .rank-list li:hover .game-name{
    color: #f1f1f1;
}
.index-container .tjgame-box .rank-list li:hover .start-btn{
    display: inline-block;
}
.index-container .tjgame-box .rank-list li:hover .tese{
    display: none;
}
.index-container .title{
    font-size: 18px;
    line-height: 20px;
    height: 20px;
    font-weight: bold;
    color: #cccccc;
}
.index-container .title em{
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
}
.tjgame-list , .search-tjgame-list{
    margin-left: -17px;
    width: 657px;
    height: 360px;
}
.search-tjgame-list{
    width: 876px;
}
.tjgame-list .list , .search-tjgame-list .list{
    width: 200px;
    float: left;
    margin-left: 17px;
    margin-bottom: 17px;
    border: 1px solid #292929;
    background: #292929;
}
.tjgame-list .list .game-pic , .search-tjgame-list .game-pic{
    display: inline-block;
    width: 200px;
    height: 140px;
    overflow: hidden;
}
.tjgame-list .list img , .search-tjgame-list .list img{
    vertical-align: middle;
    width: 200px;
    height: 140px;
    transition: all 0.6s;
}
.tjgame-list .list .game-info , .search-tjgame-list .list .game-info{
    height: 29px;
    line-height: 29px;
    padding: 0 5px 0 12px;
    font-size: 13px;
}
.tjgame-list .list .game-name , .search-tjgame-list .list .game-name{
    width: 100px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #989898;
}
.tjgame-list .list .start-game, .search-tjgame-list .list .start-game{
    color: #989898;
    width: 36px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-top: 5px;
    border-radius: 2px;
    font-size: 12px;
	margin-left:5px;
}
.tjgame-list .list:hover , .search-tjgame-list .list:hover{
    border-color: #f56200;
}
.tjgame-list .list:hover img , .search-tjgame-list .list:hover img{
    transform: scale(1.1);
}
.tjgame-list .list:hover .game-name{
    color: #fff;
}
.tjgame-list .list .start-game:hover{
    background-color: #ffbb00;
    color: #272727;
}
.hotgame-wrap , .hoth5game-wrap{
    width: 640px;
}
.hotgame-wrap .title , .hoth5game-wrap .title{
    margin-top: 25px;
}
.hotgame-wrap .title em{
    background-position: -5px -197px;
}
.hotgame-wrap .more{
    float: right;
    font-size: 12px;
    margin-top: 3px;
    font-weight: normal;
    color: #666666;
}
.hotgame-wrap .hotgame-list , .hoth5game-wrap .hoth5game-list{
    margin-left: -16px;
    margin-top: 20px;
    height: 340px;
    overflow: hidden;
}
.hotgame-wrap .hotgame-list .list{
    width: 310px;
    height: 100px;
    float: left;
    margin-left: 16px;
    margin-bottom: 17px;
    position: relative;
    border: 1px solid transparent;
}
.hotgame-wrap .hotgame-list .list img{
    width: 310px;
    height: 100px;
}
.hotgame-wrap .hotgame-list .list .game-info{
    position: absolute;
    left: 18px;
    top: 15px;
    height: 71px;
}
.hotgame-wrap .hotgame-list .list span{
    display: inline-block;
    width: 100%;
    color: #cccccc;
}
.hotgame-wrap .hotgame-list .list .game-name{
    font-size: 15px;
    font-weight: bold;
}
.hotgame-wrap .hotgame-list .list .game-label{
    margin: 8px 0 8px 0;
}
.hotgame-wrap .hotgame-list .list .hotico , .hotgame-wrap .hotgame-list .list .newico{
    width: 32px;
    height: 17px;
    overflow: hidden;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    background-position: -139px -389px;
    color: #fff;
}
.hotgame-wrap .hotgame-list .list .newico{
    background-position: -98px -389px;
}
.hotgame-wrap .hotgame-list .list .hotico font , .hotgame-wrap .hotgame-list .list .newico font{
    transform: scale(0.75);
    display: block;
    margin-left: -2px;
}
.hotgame-wrap .hotgame-list .list .start-btn{
    width: 45px;
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    border-radius: 3px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0;
    opacity: 0;
    filter: Alpha(opacity=0);
    transition: all .2s;
    background-color: #fa5e00;
    color: #fff;
}
.hotgame-wrap .hotgame-list .list:hover{
    border-color:#f56200;
}
.hotgame-wrap .hotgame-list .list:hover .start-btn{
    opacity:1;
    filter:Alpha(opacity=100);
    width:60px
}
.hoth5game-wrap .title em{
    background-position: -5px -197px;
}
.hoth5game-wrap .hoth5game-list .list{
    width: 262px;
    padding: 9px;
    float: left;
    margin-left: 17px;
    position: relative;
    border: 1px solid #e5e5e5;
}
.hoth5game-wrap .hoth5game-list .game-pic{
    width: 80px;
    height: 80px;
    float: left;
}
.hoth5game-wrap .hoth5game-list .game-pic img{
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
.hoth5game-wrap .hoth5game-list .game-info{
    float: left;
    width: 174px;
    height: 80px;
    margin-left: 8px;
}
.hoth5game-wrap .hoth5game-list .game-name{
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}
.hoth5game-wrap .hoth5game-list .game-des{
    font-size: 13px;
    margin: 6px 0 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}
.hoth5game-wrap .hoth5game-list .game-btm span{
    width: 68px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    color: #666;
    border: 1px solid #e5e5e5;
}  
.hoth5game-wrap .hoth5game-list .game-btm span.start-btn{
    border-color: #0099ff;
    color: #0099ff;
}
.hoth5game-wrap .hoth5game-list .qrcode-fixed{
    position: absolute;
    right: 0;
    bottom: 37px;
    border: 1px solid #d8d8d8;
    width: 130px;
    height: 155px;
    z-index: 99;
    background: #fff;
    padding: 10px;
    display: none;
}
.hoth5game-wrap .hoth5game-list .qrcode-fixed .arrow_ico{
    width: 10px;
    height: 10px;
    position: absolute;
    left: 70px;
    bottom: -6px;
    background: #fff;
    transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(7deg);
    border: 1px solid #d8d8d8;
    border-top: 0 none;
    border-left: 0 none;
}
.hoth5game-wrap .hoth5game-list .qrcode-fixed img{
    width: 130px;
    height: 130px;
}
.hoth5game-wrap .hoth5game-list .qrcode-fixed .txt{
    text-align: center;
    font-size: 13px;
    color: #666;
    margin-top: 5px;
}
.juewei-list-wrap{
    width: 220px;
    height: 380px;
    margin: 20px 0 0 20px;
    background: #393939;
}
.juewei-list-wrap .subtitle {
    height: 35px;
    line-height: 35px;
    font-size: 17px;
    font-weight: bold;
    text-indent: 12px;
    background: #f56200;
    color: #fff;
}
.juewei-list-box .head{
    background: #333333;
    color: #9a9a9a;
    height: 25px;
    line-height: 25px;
}
.juewei-list-box .juewei-list{
    height: 292px;
    padding-top: 3px;
}
.juewei-list-box .rank{
    width: 40px;
    float: left;
    text-align: center;
}
.juewei-list-box .username{
    width: 115px;
    text-indent: 15px;
    float: left;
}
.juewei-list-box .juewei{
    width: 65px;
    float: left;
}
.juewei-list-box .head .juewei{
    text-indent: 14px;
}
.juewei-list-box li{
    height: 29px;
    line-height: 29px;
    position: relative;
}
.juewei-list-box li div{
    color: #b0b0b0;
}
.juewei-list-box li .rank img{
    margin-top: 4.5px;
}
.juewei-list-box li .username{
    text-indent: 12px;
    color: #fff;
}
.juewei-list-box li .juewei img{
    margin-top: 5.5px;
}
.juewei-list-box .myjuewei-info{
    height: 30px;
    line-height: 30px;
    background: #414141;
    color: #a1a1a1;
    padding: 0 10px;
}
.juewei-list-box .myjuewei-info .my-rank{
    color: #aaaaaa;
}
.juewei-list-box .myjuewei-info .my-rank span{
    color: #ff2929;
}
.juewei-list-box .myjuewei-info .more-link{
    cursor: pointer;
}
.juewei-list-box li .declaration_prompt_box_rank{
    bottom: 0;
}
.juewei-list-box li:hover{
    background: #434343;
}
.juewei-list-box li:hover .rank , .juewei-list-box li:hover .username{
    color: #f1f1f1;
}
.juewei-list-box li:nth-child(n+8) .declaration_prompt_box_rank{
    top:-115px;
}
.juewei-list-box li:nth-child(n+9) .declaration_prompt_box_rank{
    top:-131px;
}
.juewei-list-box li:nth-child(n+10) .declaration_prompt_box_rank{
    top:-160px;
}
/* bottom */
.gamebox-bottom{
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 12px 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    left: 0;
    z-index: 9;
    border-top: 1px solid #323232;
    border-left: 1px solid #1c1c1c;
    border-right: 1px solid #1c1c1c;
    border-bottom: 1px solid #1c1c1c;
    background-color: #323232;
}
.gamebox-bottom .news-scroll-box{
    width: 650px;
}
.gamebox-bottom .news-scroll-box .icon{
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 7px;
    margin-right: 3px;
    background: url(../image/news_ico.gif) center center no-repeat;
}
.gamebox-bottom .news-scroll-box ul li a{
    font-size: 13px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 620px;
    color: #fff000;
}
.gamebox-bottom .msg-tip-box{
    font-family: 宋体;
    position: relative;
    cursor: pointer;
    color: #666666;
}
.gamebox-bottom .record-screen-btn .stop-record{
    margin-left: 8px;
    height: 18px;
    line-height: 18px;
    margin-top: 6px;
    float: right;
    text-align: center;
    border-radius: 3px;
    padding: 0 5px;
    background: #cc0000;
    color: #fff;
}
.gamebox-bottom .msg-tip-box .prize-msg .icon{
    background: url(../image/prize_msg_icon.gif?v=1) left center no-repeat!important;
}
.gamebox-bottom .msg-tip-box .icon , .gamebox-bottom .mute-btn .icon , .gamebox-bottom .no-mute-btn .icon , .gamebox-bottom .refresh-key-btn .icon , .gamebox-bottom .memopt-btn .icon , .gamebox-bottom .record-screen-btn .icon , .gamebox-bottom .snapshot-btn .icon , .gamebox-bottom .clear-cache-btn .icon{
    float: left;
    width: 17px;
    height: 12px;
    margin-top: 9px;
    margin-right: 5px;
}
.gamebox-bottom .msg-tip-box .icon{
    background-position: -581px -6px;
}
.gamebox-bottom .msg-tip-box .read-msg .icon{
    margin-top: 10px;
}
.gamebox-bottom .msg-tip-box .news-msg .icon , .gamebox-bottom .msg-tip-box .prize-msg .icon{
    width: 86px;
    height: 16px;
    margin-top: 7px;
    margin-right: 0;
}
.gamebox-bottom .msg-tip-box .news-msg .icon{
    background: url(../image/msg_icon.gif) center center no-repeat!important;
}
.gamebox-bottom .msg-tip-box .prize-msg .icon{
    width: 109px;
}
.gamebox-bottom .msg-tip-box .num{
    font-weight: bold;
    color: #F61818;
}
.gamebox-bottom .msg-tip-box:hover , .gamebox-bottom .mute-btn:hover , .gamebox-bottom .no-mute-btn:hover , .gamebox-bottom .refresh-key-btn:hover, .gamebox-bottom .more-btn:hover, .gamebox-bottom .memopt-btn:hover, .gamebox-bottom .record-screen-btn:hover, .gamebox-bottom .snapshot-btn:hover , .gamebox-bottom .clear-cache-btn:hover{
    color: #ffb72c;
}
.gamebox-bottom .msg-tip-box:hover .icon{
    background-position: -120px -6px;
}
.gamebox-bottom .mute-btn , .gamebox-bottom .no-mute-btn , .gamebox-bottom .refresh-key-btn, .gamebox-bottom .msg-tip-box , .gamebox-bottom .memopt-btn , .gamebox-bottom .record-screen-btn , .gamebox-bottom .snapshot-btn , .gamebox-bottom .clear-cache-btn{
    margin-right: 15px;
    cursor: pointer;
    color: #fff;
}
.gamebox-bottom .more-btn{
    cursor: pointer;
    color: #fff;
}
.gamebox-bottom .more-btn span{
    font-family: 宋体;
    margin-right: 5px;
}
.gamebox-bottom .mute-btn .icon{
    width: 15px;
    height: 14px;
    margin-top: 8px;
    background-position: -56px -532px;
}
.gamebox-bottom .mute-btn:hover .icon{
    background-position: -35px -532px;
}
.gamebox-bottom .no-mute-btn .icon{
    width: 15px;
    height: 14px;
    margin-top: 8px;
    background-position: -99px -425px;
}
.gamebox-bottom .no-mute-btn:hover .icon{
    background-position: -77px -425px;
}
.gamebox-bottom .refresh-key-btn .icon{
    width: 14px;
    height: 14px;
    margin-top: 8px;
    background-position: -95px -480px;
}
.gamebox-bottom .refresh-key-btn:hover .icon{
    background-position: -75px -480px;
}
.gamebox-bottom .memopt-btn .icon{
    width: 16px;
    height: 12px;
    margin-top: 10px;
    background-position: -98px -517px;
}
.gamebox-bottom .memopt-btn:hover .icon{
    background-position: -76px -517px;
}
.gamebox-bottom .record-screen-btn .icon{
    width: 17px;
    height: 12px;
    margin-top: 9px;
    background-position: -119px -573px;
}
.gamebox-bottom .record-screen-btn:hover .icon{
    background-position: -76px -573px;
}
.gamebox-bottom .record-screen-btn.active .icon{
    background-position: -98px -573px;
}
.gamebox-bottom .snapshot-btn .icon{
    width: 14px;
    height: 14px;
    margin-top: 8px;
    background-position: -95px -591px;
}
.gamebox-bottom .snapshot-btn:hover .icon{
    background-position: -76px -591px;
}
.gamebox-bottom .clear-cache-btn .icon{
    width: 14px;
    height: 12px;
    margin-top: 9px;
    background-position: -116px -481px;
}
.gamebox-bottom .clear-cache-btn:hover .icon{
    background-position: -33px -478px;
}
/* 默认广告位 */
.superPopUnder{
    top: 67px;
    left: 1260px;
}
.left-hot-item{
    padding:0 20px;
}
.left-hot-item .left-hot-row{
    margin-bottom: 10px;;
}
.left-hot-item .left-hot-row img{
    width: 280px;
    height: 90px;
    vertical-align: middle;
    box-sizing: border-box;
}
.left-hot-item .left-hot-row1{
    display: none;
}
/* 游戏中心 */
.allgame-area{
    padding-bottom: 20px;
}
.allgame-area .allgame-list {
    margin-left: -20px;
}
.allgame-area .allgame-list .list {
    width: 278px;
    height: 98px;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    position: relative;
    border: 1px solid transparent;
    color: #1e1e1e;
}
.allgame-area .allgame-list .list img {
    width: 278px;
    height: 98px;
}
.allgame-area .allgame-list .game-info {
    position: absolute;
    left: 18px;
    top: 14px;
    height: 70px;
}
.allgame-area .allgame-list .list span {
    display: inline-block;
    width: 100%;
    color: #cccccc;
}
.allgame-area .allgame-list .list .game-name {
    font-size: 15px;
    font-weight: bold;
}
.allgame-area .allgame-list .list .game-label {
    margin: 8px 0 8px 0;
}
.allgame-area .allgame-list .list .hotico , .allgame-area .allgame-list .list .newico {
    width: 32px;
    height: 17px;
    overflow: hidden;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    color: #fff;
    background-position: -139px -389px;
}
.allgame-area .allgame-list .list .newico{
    background-position: -98px -389px;
}
.allgame-area .allgame-list .list .hotico font , .allgame-area .allgame-list .list .newico font {
    transform: scale(0.75);
    display: block;
    margin-left: -2px;
}
.allgame-area .allgame-list .list .start-btn {
    width: 45px;
    height: 19px;
    line-height: 19px;
    font-size: 12px;
    border-radius: 3px;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0;
    opacity: 0;
    filter: Alpha(opacity=0);
    transition: all .2s;
    color: #fff;
    background-color: #fa5e00;
}
.allgame-area .allgame-list .list:hover{
    border-color: #f56200;
}
.allgame-area .allgame-list .list:hover .start-btn {
    opacity: 1;
    filter: Alpha(opacity=100);
    width: 60px
}
.allgame-area .title {
    margin: 7px 0 15px 0;
    line-height: 20px;
    height: 20px;
    font-weight: bold;
    width: 880px;
    position: relative;
}
.allgame-area .title em {
    width: 20px;
    height: 20px;
    float: left;
    background-position: -5px -197px;
    margin-right: 10px;
}
.allgame-area .title .search-box{
    width: 158px;
    height: 28px;
    border-radius: 30px;
    padding: 0 5px 0 15px;
    margin-top: -7px;
    background: #222222;
    border: 1px solid #4c4c4c;
}
.allgame-area .title .search-box input{
    width: 130px;
    font-size: 13px;
    line-height: 28px;
    background: #222222;
    color: #fff;
}
.allgame-area .title .search-box .search-btn{
    width: 22px;
    height: 22px;
    float: right;
    cursor: pointer;
    margin-top: 2px;
    background-position: -7px -369px;
    margin-right: 2px;
}
.allgame-area .filter-box {
    padding: 15px 20px;
    height: 58px;
    width: 838px;
    border: 1px solid #191919;
    background: #191919;
}
.allgame-area .filter-box div {
    font-size: 13px;
    color: #999;
}
.allgame-area .filter-box .zimu-filter {
    margin-bottom: 15px;
}
.allgame-area .filter-box .zimu-filter:last-child{
    margin-bottom: 0;
}
.allgame-area .filter-box div span {
    line-height: 21px;
    display: inline-block;
}
.allgame-area .filter-box a {
    height: 19px;
    line-height: 19px;
    display: inline-block;
    padding: 0 10px;
    border-radius: 2px;
    border: 1px solid transparent;
    color: #999;
    margin: 0 3px;
}
.allgame-area .filter-box a.active {
    border: 1px solid #ffb72c;
    color: #1f1f1f;
    background: #ffb72c;
}
/* 检测更新 */
.update_content{
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    padding:15px 10px;
    color:#014ca3;
}

.update_span{
    text-align: center;
    height: 30px;
    padding: 10px 0;
}

/* 盒子特权引导 弹出框 */
.privilege-tg-box{
    position: fixed;
    top: 31px;
    left: 0;
    width: 100%;
    height: calc(100% - 31px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}
.privilege-tg-box.hide{
    display: none;
}
.privilege-tg-box .privilege-tg-area{
    width: 1000px;
    height: 480px;
    position: relative;
}
.privilege-tg-box .privilegetg-close-btn{
    position: absolute;
    top: 3px;
    right: 74px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-position: -145px -68px;
}
.privilege-tg-box .ctn{
    width: 100%;
    height: 100%;
    background: url('../image/privilege_tg.png?v=1') center center no-repeat;
}

/* 签到提示弹出框 */
.index-sign-layer{
    margin: 0!important;
}
.sign-warn-box{
    width: 318px;
    height: 136px;
    padding: 0 20px 22px;
    text-align: center;
}
.sign-warn-box .txt{
    font-size: 14px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 35px;
    text-align: left;
}
.sign-warn-box .btn{
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    padding: 0 22px;
    display: inline-block;
}
.sign-warn-box .validation-box .txt{
    padding-bottom: 15px;
}
.sign-warn-box .input-box{
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 17px;
    margin-bottom: 10px;
    padding-top: 5px;
}
.sign-warn-box .input-box .item{
    height: 28px;
    line-height: 28px;
    margin-top: 10px;
    font-size: 14px;
    text-align: left;
}
.sign-warn-box .input-box .item .label{
    width: 84px;
    text-align: right;
    float: left;
    color: #333;
}
.sign-warn-box .input-box .item .mobilecode{
    width: 90px;
    height: 26px;
    border: 1px solid #e3e3e3;
    background: #fff;
    float: left;
    padding-left: 8px;
}
.sign-warn-box .input-box .item .sendcode-btn{
    width: 78px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-left: 10px;
    background: #fffdd1;
    border: 1px solid #ffd461;
    font-size: 12px;
    color: #c55010;
    border-radius: 2px;
    float: left;
    cursor: pointer;
}
.sign-getreward-layer{
    margin: 0!important;
    border: 2px solid #ffe167;
    background: #fffbda;
    border-radius: 0!important;
}
.sign-getreward-layer .title{
    display: none;
    height: 0;
}
.sign-success-box{
    padding: 20px;
    text-align: center;
}
.sign-success-box .subtitle{
    font-size: 18px;
    font-weight: bold;
    color: #ff5825;
    padding: 0 6px;
}
.sign-success-box .txt{
    font-size: 13px;
    color: #ff5825;
    margin-top: 5px;
}
.sign-success-box .confirm-btn{
    display: inline-block;
    width: 78px;
    height: 30px;
    line-height: 30px;
    background: #ff5825;
    border: 1px solid #ff7951;
    font-size: 15px;
    color: #fff;
    border-radius: 3px;
    margin-top: 17px;
    cursor: pointer;
}

/* 弹出广告层 */
.popup-advert-box{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: rgba(0,0,0,.4);
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-advert-box .popup-advert{
    width: 825px;
    height: 500px;
    position: relative;
    cursor: pointer;
}
.popup-advert-box .popup-advert .subtitle{
    position: absolute;
    right: 0;
    top: 0;
}
.popup-advert-box .popup-advert .subtitle .close-btn{
    width: 44px;
    height: 44px;
    display: inline-block;
    cursor: pointer;
    background: url(../image/adv_close.png?v=1) center center no-repeat;
}
.popup-advert-box .popup-advert .subtitle .close-countdown{
    margin-left: 5px;
}
.popup-advert-box .popup-advert .advert-box{
    width: 760px;
    height: 420px;
}
.popup-returngift-box{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0,0,0,.4);
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-returngift-box .popup-returngift{
    width: 334px;
    height: 443px;
    position: relative;
    background: url(../image/returngift_bg.png) center center no-repeat;
}
.popup-returngift-box .close-btn , .popup-returngift-success-box .close-btn{
    width: 32px;
    height: 32px;
    display: inline-block;
    cursor: pointer;
    background: url(../image/returngift_close.png) 0 0 no-repeat;
    position: absolute;
    right: -22px;
    top: 35px;
}
.popup-returngift-box .close-btn:hover , .popup-returngift-success-box .close-btn:hover{
    background-position: -33px 0;
}
.popup-returngift-box .returngift-box{
    text-align: center;
    padding: 150px 30px 0 49px;
}
.popup-returngift-box .returngift-box .subtitle{
    font-size: 14px;
    color: #c15216;
    font-weight: bold;
}
.popup-returngift-box .returngift-box .gift-item{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
}
.popup-returngift-box .returngift-box .gift-item .item{
    width: 76px;
    margin: 0 17px;
}
.popup-returngift-box .returngift-box .gift-item .item img{
    width: 100%;
}
.popup-returngift-box .returngift-box .gift-item .item .val{
    width: 100%;
    font-size: 15px;
    color: #683f15;
    font-weight: bold;
    margin-top: 4px;
}
.popup-returngift-box .returngift-box .tips{
    font-size: 13px;
    color: #c15216;
    line-height: 22px;
    width: 200px;
    margin: 14px auto 36px auto;
}
.popup-returngift-box .returngift-box .get-btns , .popup-returngift-success-box .returngift-success .go-btns{
    height: 40px;
    line-height: 40px;
    border: 1px solid #ffe27d;
    background-image: linear-gradient(#ffd964, #ffb728);
    box-shadow: 0px 2px 0 1px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    color: #ee1a04;
    font-weight: bold;
    border-radius: 40px;
    display: inline-block;
    cursor: pointer;
    padding: 0 32px;
}
.popup-returngift-box .returngift-box .get-btns:hover , .popup-returngift-success-box .returngift-success .go-btns:hover{
    border-color: #fff5bc;
    background-image: linear-gradient(#fff2aa, #ffdd74);
}
.popup-returngift-success-box{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: rgba(0,0,0,.4);
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-returngift-success-box .popup-returngift-success{
    width: 288px;
    height: 206px;
    position: relative;
    background: url(../image/gift_success_box.png) center center no-repeat;
}
.popup-returngift-success-box .close-btn{
    right: -2px;
    top: -7px;
}
.popup-returngift-success-box .returngift-success{
    padding: 33px 16px 0px 16px;
    text-align: center;
}
.popup-returngift-success-box .returngift-success .subtitle{
    color: #e02d1a;
    font-size: 20px;
    font-weight: bold;
}   
.popup-returngift-success-box .returngift-success .text{
    color: #e02d1a;
    font-size: 16px;
    font-weight: bold;
    margin: 8px 0 53px 0;
}
.popup-returngift-success-box .returngift-success .go-btns{

}

/* 冠名、包服 */
i.naming_icon,
i.packs_icon,
i.naming_icon .naming_tip i,
i.packs_icon .packs_tip i {
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-left: 3px;
	vertical-align: middle;
	background: url(../image/naming_tip.png) no-repeat;
}
i.naming_icon {
    width: 19px;
    height: 18px;
	background: url(../image/play_naming_ico.gif) no-repeat;
}
i.packs_icon {
	background-position: 0 -24px;
}
i.naming_icon:hover {
	background: url(../image/play_naming_ico_h.gif) no-repeat;
}
i.packs_icon:hover {
	background-position: -24px -24px;
}
i.naming_icon .naming,
i.packs_icon .naming {
	position: absolute;
	top: -20px;
	left: 0;
	display: none;
	width: auto;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	border-radius: 2px;
	padding: 0 0 0 5px;
	overflow: visible;
	white-space: nowrap;
	z-index: 10;
	text-indent: 0;
}
i.naming_icon .naming_tip {
	background: #CF2222;
	color: #fff
}
i.packs_icon .packs_tip {
	background: #9235F0;
	color: #fff
}
i.naming_icon .naming_tip i {
	margin-left: -3px;
	vertical-align: text-top;
	background-position: -48px 0;
}

i.packs_icon .packs_tip i {
	margin-left: -3px;
	vertical-align: text-top;
	background-position: -48px -24px;
}

/* 进场特效 */
.enter-effect-box{
    width: 100%;
    height: 58%;
    position: absolute;
    left: 0;
    top: 21%;
	z-index: 9999;
	overflow: hidden;
}
.enter-effect-box .close-btn{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: 450px;
	width:32px;
	height:32px;
	text-align:center;
	line-height:32px;
	background: rgba(0,0,0,.7);
	border-radius: 50%;
	font-size: 18px;
	color:#fff;
	z-index:2;
	animation: fadeIn .2s ease-in;
    cursor: pointer;
}
.enter-effect-box .text{
    position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 45px;
	line-height: 45px;
    text-align: center;
    font-size: 18px;
	color: #ffffff;
    background: url(../image/play/txt_bg.png) center center no-repeat;
    font-weight: bold;
	z-index: 1;
}
.enter-effect-box .text img{
	vertical-align: middle;
}
.enter-effect-box.fade-out{
	animation: fadeOut .2s ease-in-out forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}