/*
* @Author: Administrator
* @Date:   2017-11-24 13:51:31
* @module:   style.css
* @Last Modified by:   Administrator
* @Last Modified time: 2017-11-24 15:06:37
*/
body{
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
}
.pagetop{
    width: 100%;
    height: 100px;
    background:#ffffff url("../images/pagetop_bg2.png") center center no-repeat;
}
.pagetop .logo{
    width: 760px;
    margin-top: 10px;
}
.login_bar{
    border: 1px solid #ff6600;
    background-color: #ffffff;
    margin: 10px 0;
    line-height: 48px;
}
.login_bar .choose_txt{
    width: 100px;
    height: 48px;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #ff6600;
}
.login_bar .quick_login_box{
    float: left;
    height: 48px;
}
.login_bar .quick_login_box .zd_select{
    width: 170px;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    border-radius: 3px;
    font-size: 14px;
    color: #535353;
    text-indent: 5px;
    border: 1px solid #e8e8e8;
}
.login_bar .quick_login_box .txt{
    width: 90px;
    text-align: center;
    font-size: 14px;
    color: #535353;
    display: inline-block;
}
.login_bar .quick_login_box input[type="text"] , .login_bar .quick_login_box input[type="password"]{
    width: 168px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #e8e8e8;
    text-indent: 8px;
    margin-right: 10px;
    border-radius: 3px;
    font-size: 13px;
    color: #535353;
}
.login_bar .quick_login_box input[type="text"]::-webkit-input-placeholder , .login_bar .quick_login_box input[type="password"]::-webkit-input-placeholder{
    color: #999;
}
.login_bar .quick_login_box input[type="text"]:-moz-placeholder, textarea:-moz-placeholder , .login_bar .quick_login_box input[type="password"]:-moz-placeholder, textarea:-moz-placeholder{
    color:#999;
}
.login_bar .quick_login_box input[type="text"]::-moz-placeholder, textarea::-moz-placeholder , .login_bar .quick_login_box input[type="password"]::-moz-placeholder, textarea::-moz-placeholder{
    color:#999;
}
.login_bar .quick_login_box input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder , .login_bar .quick_login_box input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder{
    color:#999;
}
.login_bar .quick_login_box .login_btn{
    width: 70px;
    height: 30px;
    background-color: #ff6600;
    border: 1px solid #ff6600;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.login_bar .quick_login_box .login_btn:hover{
    background-color: #ff9000;
    border-color: #ff9000;
}
.login_bar .quick_login_box .remark{
    margin-left: 30px;
    color: #535353;
    font-size: 13px;
}
.login_bar .quick_login_box .login_way{
    float: right;
    margin-top: 9px;
    margin-left: 30px;
}
.login_bar .quick_login_box .login_way .qq_login , .login_bar .quick_login_box .login_way .wx_login{
    width: 108px;
    height: 28px;
    line-height: 28px;
    float: left;
    margin-right: 20px;
    border-radius: 3px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
}
.login_bar .quick_login_box .login_way .qq_login em , .login_bar .quick_login_box .login_way .wx_login em{
    width: 28px;
    height: 28px;
    display: inline-block;
    float: left;
}
.login_bar .quick_login_box .login_way .qq_login em{
    background: #1ea1f4 url("../images/qq_s_icon.png") center center no-repeat;
}
.login_bar .quick_login_box .login_way .wx_login em{
    background: #58be4a url("../images/wx_s_icon.png") center center no-repeat;
}
.login_bar .quick_login_box .login_way .qq_login{
    border: 1px solid #1ea1f4;
    color: #1ea1f4;
}
.login_bar .quick_login_box .login_way .wx_login{
    border: 1px solid #58be4a;
    color: #58be4a;
}
.login_success_bar{
    border: 1px solid #ff6600;
    background-color: #ffffff;
    margin: 10px 0;
    line-height: 48px;
}
.login_success_bar .zd_links{
    background-color: #ff6600;
    padding: 9px 10px;
    float: left;
}
.login_success_bar .zd_links a{
    height: 28px;
    line-height: 28px;
    display: inline-block;
    font-size: 14px;
    color: #ff6600;
    font-weight: bold;
    padding: 0 13px;
    background-color: #fff77b;
    border: 1px solid #ffa200;
    border-radius: 20px;
}
.login_success_bar .user_info{
    color: #535353;
    padding-right: 15px;
    height: 48px;
    overflow: hidden;
}
.login_success_bar .user_info div{
    font-size: 14px;
}
.login_success_bar .user_info .username{
    color: #0033ff;
    font-weight: bold;
    padding-left: 15px;
}
.login_success_bar .user_info .game_qf{
    margin-left: 10px;
    font-size: 14px;
}
.login_success_bar .user_info .game_qf a{
    margin-right: 15px;
    text-decoration: underline;
}
.login_success_bar .user_info a{
    height: 13px;
    line-height: 13px;
    display: inline-block;
    padding-right: 5px;
}
.login_success_bar .user_info a:hover{
    color: #ff6600;
}
.login_success_bar .user_info .divider{
    margin: 0 3px;
}
.login_success_bar .user_info .logout{
    width: 68px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ff6600;
    color: #ff6600;
    border-radius: 3px;
    margin-left: 10px;
    cursor: pointer;
}
.login_success_bar .user_info .logout:hover{
    background-color: #ff6600;
    color: #fff;
}
.rank_list{
    width: 218px;
    height: 288px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    padding: 0 20px;
    margin: 10px 0 20px 0;
}
.rank_list .subtitle{
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.rank_list .subtitle span{
    color: #cc0000;
}
.rank_list ul{
    border-top: 1px solid #f3f3f3;
}
.rank_list ul li div{
    float: left;
    height: 100%;
}
.rank_list ul li{
    border-bottom: 1px solid #f3f3f3;
    width: 218px;
}
.rank_list ul li.header{
    height: 30px;
    line-height: 30px;
}
.rank_list ul li.list{
    height: 38px;
    line-height: 38px;
    position: relative;
}
.rank_list ul li.header div{
    font-size: 13px;
    color: #999;
    text-align: center;
}
.rank_list ul li .ranking{
    width: 27px;
}
.rank_list ul li .game_name{
    width: 114px;
}
.rank_list ul li .status{
    width: 27px;
    margin: 0 5px;
}
.rank_list ul li .xf{
    width: 40px;
}
.rank_list ul li.list .ranking{
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    background-color: #999;
    font-size: 13px;
    margin: 11px 11px 0 0;
    text-align: center;
    border-radius: 3px;
}
.rank_list ul li.list .ranking.ranking_1{
    background-color: #ff1912;
}
.rank_list ul li.list .ranking.ranking_2{
    background-color: #0083ff;
}
.rank_list ul li.list .ranking.ranking_3{
    background-color: #cc33ff;
}
.rank_list ul li.list .game_name{
    font-size: 14px;
}
.rank_list ul li.list .game_name a{
    color: #333;
}
.rank_list ul li.list .status{
    background: url("../images/hot_icon.png") center center no-repeat;
    height: 18px;
    margin-top: 9px;
}
.rank_list ul li.list .xf{
    width: 40px;
    height: 18px;
    line-height: 18px;
    font-size: 13px;
    text-align: center;
    background-color: #4ba71d;
    border-radius: 3px;
    margin-top: 10px;
}
.rank_list ul li.list:hover .xf{
    background-color: #ef3e3e;
}
.rank_list ul li.list .xf a{
    display: inline-block;
    width: 40px;
    height: 18px;
    line-height: 18px;
    color: #fff;
}
.rank_list ul li.list.on{
    background-color: #f1f1f1;
    padding: 0 10px;
    margin-left: -10px;
    border: 0 none;
    height: 39px;
}
.rank_list ul li.list .game_pic{
    position: absolute;
    left: 0;
    bottom: 38px;
    width: 235px;
    height: 115px;
    border: 2px solid #ff4200;
    z-index: 99;
}
.rank_list ul li.list .game_pic .icon{
    width: 12px;
    height: 6px;
    position: absolute;
    left: 113.5px;
    bottom: -7px;
    background: url(../images/triangle_icon2.png) center center no-repeat;
}
.game_tj_list{
    width: 908px;
    height: 278px;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    padding: 0 10px 10px;
    margin: 10px 0 20px 0;
}
.game_tj_list .subtitle{
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #000;
}
.game_tj_list .subtitle .txt{
    font-size: 20px;
}
.game_tj_list .subtitle .txt span{
    color: #cc0000;
}
.game_tj_list .subtitle .search_box{
    height: 30px;
    margin-top: 10px;
}
.game_tj_list .subtitle .search_box .search_key{
    width: 160px;
    height: 28px;
    border: 1px solid #f65858;
    text-indent: 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.game_tj_list .subtitle .search_box .search_btn{
    width: 60px;
    height: 30px;
    background-color: #f65858;
    border: 1px solid #d71b1b;
    font-size: 14px;
    color: #f3f3f3;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
}
.game_tj_list .game_tj_pic ul{
    margin-left: -9px;
}
.game_tj_list .game_tj_pic ul li{
    width: 170px;
    height: 225px;
    float: left;
    margin-left: 9px;
    border: 1px solid #d6d6d6;
    padding: 1px;
    border-radius: 5px;
}
.game_tj_list .game_tj_pic ul li:hover{
    border: 2px solid #ff6600;
    padding: 0;
}
.game_tj_list .game_tj_pic ul li img{
    width: 170px;
    height: 225px;
    border-radius: 5px;
}
.cb_bar{
    height: 78px;
    border: 1px solid #ff9090;
    padding-right: 10px;
    background-color: #fff;
    margin-bottom: 20px;
}
.cb_bar .pic{
    width: 250px;
    height: 78px;
    background: url("../images/cb_icon.png") center right no-repeat;
    float: left;
}
.cb_bar ul{
    margin: 10px 0 10px 10px;
}
.cb_bar ul li{
    height: 28px;
    line-height: 28px;
    float: left;
    margin-left: 10px;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #dddddd;
}
.cb_bar ul li.noTopBorder{
    border-top: 0 none;
}
.cb_bar ul li div{
    border-left: 1px solid #dddddd;
    float: left;
    text-align: center;
}
.cb_bar ul li .game-name-ctn{
    width: 249px;
    text-align: left;
    padding-left: 10px;
}
.cb_bar ul li .game-name-ctn a{
    color: #333;
}
.cb_bar ul li .game-name-ctn .game-name{
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.cb_bar ul li .game-name-ctn .game-name:hover{
    color: #0048ff;
}
.cb_bar ul li .game-name-ctn .game-line{
    font-size: 13px;
    color: #666;
}
.cb_bar ul li .total-reward{
    width: 118px;
    font-size: 14px;
    color: #848484;
}
.cb_bar ul li .total-reward span{
    font-size: 14px;
    color: #ff5454;
    font-weight: bold;
    margin-left: 5px;
}
.cb_bar ul li .immediately-btn{
    width: 78px;
}
.cb_bar ul li .immediately-btn a{
    width: 74px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    background-color: #6699ff;
    display: inline-block;
    margin: 2px;
}
.cb_bar ul li .immediately-btn a:hover{
    background-color: #ff762c;
}
.tab_nav {
    width: 1200px;
    height: 60px;
}
.tab_nav ul li {
    width: 136px;
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
    color: #f3f3f3;
    background-color: #0062e8;
    font-size: 18px;
    border: 2px solid #0053c5;
    float: left;
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.tab_nav ul li .txt{
    border-top: 1px solid #237ef9;
    width: 136px;
    height: 42px;
    display: inline-block;
}
.tab_nav ul li .shouyou_icon{
    position: absolute;
    background: url("../images/new_icon.png") center center no-repeat;
    width: 33px;
    height: 17px;
    left: 83px;
    top: -8.5px;
}
.tab_nav ul li:hover{
    background-color: #007cef;
}
.tab_nav ul li.on{
    background-color: #ef3e3e;
    border-color: #df1f1f;
    color: #ffff66;
    font-size: 20px;
    font-weight: bold;
}
.tab_nav ul li.on .txt{
    border-color: #fb6060;
}
.tab_nav ul li.on .triangle_icon{
    width: 12px;
    height: 6px;
    position: absolute;
    left: 64px;
    bottom: -7px;
    background: url("../images/triangle_icon.png") center center no-repeat;
}
.tab_nav .hot_txt{
    float: right;
    font-size: 17px;
    margin-right: 10px;
}
.kf_list2, .kf_list3{
    margin-top: 10px;
}
.kf_box {
    width: 1200px;
}
.kf_box table {
    width: 100%;
}
.kf_box .tb_header td {
    background: #e6e6e6;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #666666;
    border: 1px solid #dbdbdb;
}
/*.kf_list2 .kf_box .tb_header td, .kf_list3 .kf_box .tb_header td{
    background: #606060;
    color: #eeeeee;
    border-color: #525252;
}*/
.kf_box .tb_kflist td {
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px #ffd200 solid;
    font-size: 14px;
    color: #424242;
    position: relative;
}
.kf_box td.g_type {
    width: 73px;
}
.kf_box td.g_name {
    width: 147px;
    padding-left: 15px;
}
.kf_box td.g_kftime {
    width: 128px;
}
.kf_box td.g_kftime .kftime {
    font-size: 14px;
}
.kf_box td.g_bili {
    width: 112px;
    color: #e61313;
    font-weight: bold;
    font-size: 16px;
}
.kf_box td.g_qf {
    width: 100px;
}
.kf_box td.g_fuli {
    width: 500px;
}
.kf_box td.go_url {
    width: 120px;
}
.kf_box td.g_qf div{
    width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    padding: 0 5px;
}
.kf_box td.g_name a {
    color: #e61313;
}
.kf_box td.g_fuli a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 450px;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
}
.kf_box td.go_url a , table.zhengchang tr td.play a{
    width: 81px;
    height: 26px;
    line-height: 26px;
    background: url("../images/enter_game_bg.png") center center no-repeat;
    display: inline-block;
    text-decoration: none;
    color: #ff2352;
    font-size: 15px;
}
.kf_box td.go_url a:hover , table.zhengchang tr td.play a:hover{
    background-color: #ff2352;
    color: #fff;
}
.btshouyoufu .kf_box td.g_name , .h5game .kf_box td.g_name {
    width: 223px;
    padding-left: 15px;
}
.btshouyoufu .kf_box td.g_fuli , .h5game .kf_box td.g_fuli {
    width: 417px;
}
.btshouyoufu .kf_box td.g_fuli a , .h5game .kf_box td.g_fuli a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 394px;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
}
.btshouyoufu .kf_box td.g_name .system_1{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/ico_android.png) left center no-repeat;
    margin-top: 12.5px;
    float: left;
    padding-right: 5px;
}
.btshouyoufu .kf_box td.g_name .system_2{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/ico_ios.png) left center no-repeat;
    margin-top: 12.5px;
    float: left;
    padding-right: 5px;
}
.kf_box .tb_kflist .g_name {
    color: #cf0000;
    text-align: left;
}
.kf_box .tb_kflist .g_star {
    font-size: 20px;
    color: #e80000;
}
.kf_box .tb_kflist .g_scale {
    font-weight: bold;
    color: #e61313;
}
.kf_box .tb_kflist .go_url {
    font-size: 15px;
}
.kf_box td.g_name em {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 3px;
    vertical-align: middle;
}
.kf_box td.g_name em.zd_icon {
    background: url("../images/zhiding_icon.png") center center no-repeat;
}
.kf_box td.g_name em.tj_icon {
    background: url("../images/tuijian_icon.png") center center no-repeat;
}
table.zhengchang tr td, table.shouyou tr td {
    background: #fff9d1;
}
table.zhengchang tr td.tj {
    width: 80px;
}
table.zhengchang tr td.hot {
    width: 140px;
    color: #e80000;
    font-weight: 600;
    font-size: 20px;
}
table.zhengchang tr td.game {
    text-align: left;
    text-indent: 20px;
}
table.zhengchang tr td.game a {
    font-weight: 600;
}
table.zhengchang tr td.time {
    width: 187px;
}
table.zhengchang tr td.time a {
    color: #e80000;
    font-weight: 600;
}
table.zhengchang tr td.line {
    width: 200px;
}
table.zhengchang tr td.pingtai {
    width: 200px;
}
table.zhengchang tr td.play {
    width: 122px;
}
/*table.zhengchang tr td.play a {
    color: rgb(0, 0, 255);
    font-size: 15px;
    text-decoration: underline;
}*/
table.zhengchang tr:hover td, table.btshouyou tr:hover td {
    background: #fffce9;
}
table.zhengchang tbody.zc_now tr td, table.btshouyou tbody.zc_now tr td {
    background: #fff04d;
}
table.zhengchang tbody.zc_now tr:hover td, table.btshouyou tbody.zc_now tr:hover td {
    background: #fff68f;
}
table.zhengchang tbody.zc_guding tr td, table.btshouyou tbody.sy_guding tr td {
    background: #c6fff5;
}
table.zhengchang tbody.zc_guding tr:hover td, table.btshouyou tbody.sy_guding tr:hover td {
    background: #bdffc3;
}
table.shouyou tr td {
    background: #fff9d1;
}
table.shouyou tr td.g_type {
    width: 80px;
}
table.shouyou tr td.g_name {
    padding-left: 20px;
    width: 149px;
}
table.shouyou tr td.g_name a {
    font-weight: 600;
    color: #333;
}
table.shouyou tr td.g_star {
    width: 139px;
}
table.shouyou tr td.g_scale {
    width: 129px;
}
table.shouyou tr td.go_url {
    width: 108px;
}
.kf_box .list.now{
    background-color: #fff04d;
}
.kf_box .list.now:hover{
    background-color: #fff68f;
}
.kf_box .list.guding{
    background-color: #c6fff5;
}
.kf_box .list.guding:hover{
    background-color: #bdffc3;
}
.kf_box .list.old{
    background-color: #fff9d1;
}
.kf_box .list.old:hover{
    background-color: #fffce9;
}
.kf_box .list{
    background-color: #fff;
}
.kf_box .list:hover{
    background-color: #fffce9;
}







td .txt {
    width: 569px;
    text-align: center;
    font-size: 13px;
    color: #1c1c1c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.go_url a {
    color: #424242;
    text-decoration: underline;
}
.footer {
    background-color: #920e00;
    padding: 15px 0;
}
.footer {
    font-size: 13px;
    color: #eee;
    text-align: center;
    line-height: 30px;
}
.footer a {
    color: #fff;
}
.fixed_jptj{
    width: 70px;
    height: 97px;
    position: fixed;
    left: 50%;
    bottom: 300px;
    z-index: 9999999;
    margin-left: 610px;
    background: url("../images/jptj_icon.png?v=1") center center no-repeat;
}
.scroll_top {
    position: fixed;
    bottom: 150px;
    left: 50%;
    z-index: 9999999;
    width: 70px;
    height: 140px;
    margin-left: 610px;
}
.scroll_top a {
    display: block;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    background: url('../images/top.png') no-repeat;
}
.scroll_top a.gotodesk {
    background-position: 0 0;
}
.scroll_top a.gotodesk:hover {
    background-position: -70px 0;
}
.scroll_top a.gotop {
    background-position: 0 -70px;
}
.scroll_top a.gotop:hover {
    background-position: -70px -70px;
}
.gameboxpic {
    display: none;
    padding: 5px 0;
    position: relative;
}
.gameboxpic a {
    width: 210px;
    height: 60px;
    display: inline-block;
    position: absolute;
    bottom: 35px;
    background:url('../images/down_btn.png') no-repeat;
}
.gameboxpic .android_link {
    left: 195px;
}
.gameboxpic .ios_link {
    left: 425px;
    background-position: 0 -60px;
}
.gameboxpic img {
    vertical-align: middle;
}
.gameboxpic .android_qrcode{
    width: 145px;
    height: 145px;
    position: absolute;
    left: 30px;
    top: 180px;
}
.downlayer {
    position: absolute;
    right: 102px;
    width: 240px;
    height: 300px;
    border: 1px solid #ff3333;
    background-color: #fff;
    z-index: 999;
    top: -128px;
}
.downlayer .sj {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 142.5px;
    right: -9px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background-color: #fff;
    border: 1px solid #ff3333;
    z-index: -99;
    border-left: 0 none;
    border-bottom: 0 none;
}
.downlayer .tips {
    width: 100%;
    line-height: 54px;
    background-color: #ff3333;
    font-size: 18px;
    color: #fff;
}
.downlayer .qrimg img {
    width: 180px;
    height: 180px;
    margin-top: 15px;
}
.downlayer .txt {
    width: 100%;
    color: #333;
    font-size: 14px;
}
.downlayer .txt span {
    color: #ff3333;
}
.qqclock{
    width: 82px;
    height: 22px;
    background: url(../images/wico.png) center center no-repeat;
    cursor: pointer;
    margin: 0 auto;
    display: none;
}

/* guanggao */
.area_left .icon, .area_right .icon {
    display: inline-block;
    float: left;
    background: url("../images/icon.png");
}
.top_bar {
    width: 100%;
    height: 50px;
    background-color: #570000;
    padding-top: 15px;
    padding-bottom: 15px;
}
.top_bar_bg .new_xftj_box{

}
.area_left {
    width: 864px;
    height: 304px;
    margin-bottom: 18px;
    margin-top: 20px;
    border: 3px solid #e80006;
    position: relative;
    background-color: #2c060b;
}
.area_left .game_info {
    height: 140px;
    padding: 27px 27px 17px 27px;
}
.area_left .game_info .pic_mark{
    width: 89px;
    height: 89px;
    background: url("../images/bt_icon.png") center center no-repeat;
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: 999;
}
.area_left .game_info .game_pic {
    width: 220px;
    height: 140px;
    float: left;
    margin-right: 25px;
    position: relative;
    overflow: hidden;
}
.area_left .game_info .game_pic img {
    width: 220px;
    height: 140px;
    transition: transform .2s;
}
.area_left .game_info .game_pic img:hover {
    transform: scale(1.1, 1.1);
    transition: transform .2s;
}
.area_left .game_info .game_intro {
    width: 560px;
    float: left;
}
.area_left .game_info .game_name_wrap {
    width: 440px;
    height: 34px;
    line-height: 34px;
    font-size: 28px;
    font-weight: bold;
    color: #ffff00;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.area_left .game_info .game_name{
    color: #fff;
    max-width: 440px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    float: left;
}
.area_left .game_info .game_bili {
    margin: 14px 0 18px 0;
    font-size: 18px;
    color: #ff2e2e;
    font-weight: bold;
    display: inline-block;
}
.area_left .game_info .game_fuli {
    width: 440px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #eaa840;
    font-size: 14px;
}
.area_left .game_info .more_fuli{
    color: #78ff00;
    float: left;
    cursor: pointer;
    font-size: 14px;
    margin-top: 13px;
    text-decoration: underline;
}
.area_left .game_info .get_fuli_gift{
    width: 103px;
    height: 95px;
    position: absolute;
    right: 20px;
    top: 30px;
    display: inline-block;
    background: url(../images/gift_icon.png) center center no-repeat;
}
.area_left .game_info .get_fuli_gift:hover{
    background: url(../images/gift_icon_h.png) center center no-repeat;
}
.area_left .game_kf{
    padding: 0 25px 15px 15px;
}
.area_left .game_kf .subtitle {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #d19230;
    margin-left: 10px;
}
.area_left .kf_label {
    width: 262px;
    height: 40px;
    line-height: 40px;
    background-color: #fffa69;
    border: 1px solid #ffc569;
    color: #993300;
    float: left;
    margin-left: 10px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}
.area_left .kf_label.now {
    background-color: #ef4c4c;
    border-color: #dd1313;
    color: #fff;
}
.area_left .kf_label:hover {
    background-color: #ffff9b;
    border-color: #ffe569;
    color: #ed4f00;
}
.area_left .kf_label.now:hover {
    background-color: #ff7b7b;
    border-color: #ff7b7b;
    color: #fff;
}
.area_left .kf_pic{
    width: 840px;
    height: 120px;
    margin-top: 18px;
    margin-left: -20px;
}
.area_left .kf_pic a{
    float: left;
    margin-left: 20px;
}
.area_right {
    width: 320px;
    height: 310px;
    margin-top: 20px;
}
.area_right .register_box {
    height: 300px;
    background-color: #ff4343;
    border: 5px solid #ff5a00;
    animation:flicke 500ms linear infinite alternate;
    -webkit-animation:flicke 500ms linear infinite alternate;
}


@keyframes flicke
{
    from {border:5px solid #5cc559;box-shadow: 0 0 5px #5cc559;}
    to {border:5px solid #ffff00;box-shadow: 0 0 5px #ffff00;}
}

@-moz-keyframes flicke /* Firefox */
{
    from {border:5px solid #5cc559;}
    to {border:5px solid #ffff00;}
}

@-webkit-keyframes flicke /* Safari 和 Chrome */
{
    from {border:5px solid #5cc559;}
    to {border:5px solid #ffff00;}
}

@-o-keyframes flicke /* Opera */
{
    from {border:5px solid #5cc559;}
    to {border:5px solid #ffff00;}
}
.area_right .register_box .title {
    background-color: #df0d0d;
    height: 55px;
    line-height: 55px;
    padding: 0 13.5px;
}
.area_right .register_box .title span {
    font-size: 20px;
    color: #ffea00;
    font-weight: bold;
}
.area_right .register_box .title a.login_link {
    font-size: 15px;
    color: #f0bd23;
    font-weight: normal;
}
.area_right .register_box .input_wrap {
    width: 260px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    padding: 0 10px;
    font-size: 14px;
    margin: 15px auto 0 auto;
}
.area_right .register_box .input_wrap em {
    width: 22px;
    height: 22px;
    margin-right: 7px;
    margin-top: 8px;
}
.area_right .register_box .input_wrap em.user_icon {
    background-position: -8px -59px;
}
.area_right .register_box .input_wrap em.pwd_icon {
    background-position: -7.5px -87px;
}
.area_right .register_box .input_wrap input {
    width: 228px;
    height: 38px;
    border: 1px solid #fff;
    font-size: 13px;
}
.area_right .register_box .submit {
    width: 280px;
    height: 45px;
    background-color: #ffe815;
    font-size: 17px;
    color: #870300;
    border-radius: 5px;
    border: 1px solid #ffe815;
    margin-left: 14.5px;
    margin-top: 15px;
    cursor: pointer;
}
.area_right .register_box .submit:hover {
    background-color: #f3e66e;
    border-color: #f3e66e;
}
.area_right .register_box .login_method_box {
    height: 30px;
    margin-top: 25px;
    width: 290px;
    padding-left: 14.5px;
}
.area_right .register_box .login_method_box .three_login {
    width: 133px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    float: left;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
}
.area_right .register_box .login_method_box .qq_login {
    background-color: #38acfa;
}
.area_right .register_box .login_method_box .wx_login {
    background-color: #5cc559;
}
.area_right .register_box .login_method_box .three_login em {
    width: 16px;
    height: 18px;
    margin-left: 24px;
    margin-top: 6px;
    margin-right: 7px;
}
.area_right .register_box .login_method_box .qq_login em {
    background-position: -15px -115px;
}
.area_right .register_box .login_method_box .wx_login em {
    background-position: -15px -143px;
    width: 20px;
}
.area_right .register_box .login_method_box .qq_login:hover {
    background-color: #52cdfc;
}
.area_right .register_box .login_method_box .wx_login:hover {
    background-color: #75d672;
}
.area_right .register_sus_box {
    height: 300px;
    background-color: #ffe565;
    position: relative;
    text-align: center;
    border: 5px solid #ff5a00;
}
.area_right .register_sus_box .title_bg {
    width: 100%;
    height: 90px;
    background-color: #ffd625;
    position: absolute;
}
.area_right .register_sus_box .user_pic {
    width: 110px;
    height: 95px;
    background: url(../images/user_icon.png) center center no-repeat;
    position: relative;
    z-index: 99;
    margin: 0 auto;
    padding-top: 25px;
    background-size: 110px;
}
.area_right .register_sus_box .user_pic a {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    height: 90px;
    text-indent: -99999px;
}
.area_right .register_sus_box .username {
    height: 30px;
    line-height: 25px;
    font-size: 16px;
    color: #c23b00;
}
.area_right .register_sus_box .username a {
    font-size: 12px;
    color: #666;
    margin-left: 10px;
}
.area_right .register_sus_box .ucenter_link {
    margin-left: 18px;
    padding-right: 20px;
}
.area_right .register_sus_box .ucenter_link a {
    width: 86px;
    height: 28px;
    line-height: 28px;
    background-color: #ffff66;
    border: 1px solid #ffae00;
    text-align: center;
    font-size: 14px;
    color: #984800;
    float: left;
    margin-left: 2px;
    display: inline-block;
}
.area_right .register_sus_box .ucenter_link a.enter_game {
    background-color: #2abb0c;
    border-color: #1a9f02;
    color: #fff;
}
.area_right .register_sus_box .txt {
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    color: #c30000;
    padding-left: 20px;
    text-align: left;
}
.area_right .register_sus_box a.link_url {
    display: block;
    vertical-align: middle;
    background-color: #ff3800;
    margin-left: 20px;
    margin-right: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    font-weight: bold;
    border-radius: 15px;
    color: #fff100;
}
.area_right .btsy_box {
    height: 205px;
    margin-top: 5px;
    background-color: #eaedf6;
    padding-bottom: 15px;
}
.area_right .btsy_box .title {
    height: 50px;
    line-height: 50px;
    background-color: #dce0f0;
    font-size: 13px;
    color: #4f4f4f;
    padding-left: 10px;
}
.area_right .btsy_box .title span {
    font-size: 20px;
    margin-right: 10px;
    float: left;
}
.area_right .btsy_box .box_qrcode {
    width: 140px;
    height: 140px;
    float: left;
    margin-left: 10px;
    margin-top: 15px;
    margin-right: 10px;
}
.area_right .btsy_box .box_qrcode img {
    width: 140px;
    height: 140px;
}
.area_right .btsy_box .txt {
    height: 42px;
    line-height: 22px;
    color: #4d4d4d;
    float: left;
    margin-top: 15px;
    font-size: 14px;
    margin-bottom: 15px;
    text-align: left;
}
.area_right .btsy_box .down_btn {
    width: 150px;
    float: left;
}
.area_right .btsy_box .down_btn .btn {
    width: 150px;
    height: 36px;
    line-height: 36px;
    float: left;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
}
.area_right .btsy_box .down_btn .android_btn {
    background-color: #5ebd2a;
}
.area_right .btsy_box .down_btn .ios_btn {
    background-color: #0b1832;
}
.area_right .btsy_box .down_btn .android_btn:hover {
    background-color: #7dd43a;
}
.area_right .btsy_box .down_btn .ios_btn:hover {
    background-color: #11244a;
}
.area_right .btsy_box .down_btn .btn em {
    width: 22px;
    height: 26px;
    margin: 5px 7px 5px 15px;
}
.area_right .btsy_box .down_btn .android_btn em {
    background-position: -14px -169px;
}
.area_right .btsy_box .down_btn .ios_btn em {
    margin-left: 30px;
    background-position: -15px -200px;
}
.area_right .nobox_bg {
    height: 220px;
    /*background: url("/Public/Advertise/Pc/temp001/images/no_box.png") center center no-repeat;*/
    margin-top: 5px;
}
.area_right .nobox_bg a {
    display: inline-block;
    vertical-align: middle;
    width: 320px;
    height: 220px;
    /*text-indent: -99999px;*/
}
.area_right .nobox_bg a img{
    width: 320px;
    height: 220px;
    vertical-align: middle;
}


table.table30 {
    margin: 10px 0;
}
table.table50 {
    margin: 10px 0;
}
table.table70 {
    margin: 10px 0;
}
table.table100 {
    margin: 10px 0;
}
table.tables th, table.tables td {
    border: 1px solid #31849b;
    line-height: 20px;
    font-size: 16px;
    padding: 8px 6px;
}
table.tables th {
    background: #31849b;
    color: #fff;
}
table.tables.tables_b tr {
    background: #dbeff3;
}
table.tables.tables_b tr:nth-child(2n) {
    background: #fde9d9;
}
table.tables td.f13, table.tables td.\31 3 {
    font-size: 13px;
}
table.tables td.f14, table.tables td.\31 4 {
    font-size: 14px;
}
table.tables td.f15, table.tables td.\31 5 {
    font-size: 15px;
}
.ad1200x100{
    padding-bottom:10px;
}
.ad1200x100 img{
    width: 1200px;
    height: 100px;
    vertical-align: middle;
}
.search_box_area{
    width: 180px;
    height: 30px;
    position: fixed;
    left: 50%;
    top: 120px;
    margin-left: -825px;
    background-color: #ececec;
    padding: 10px;
}
.search_box_area .search_box{
    width: 180px;
    height: 30px;
    background-color: #fff;
}
.search_box_area .search_box .search_key{
    width: 115px;
    height: 26px;
    padding-left: 10px;
    border: 0;
    float: left;
    margin-top: 2px;
    margin-right: 3px;
}
.search_box_area .search_box .search_btn{
    width: 50px;
    height: 26px;
    background-color: #ff4343;
    border: 1px solid #ff4343;
    margin-top: 2px;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}
.search_box_area .search_rm{
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    color: #6b6b6b;
}
.search_box_area .search_rm a{
    color: #6b6b6b;
    margin-right: 6px;
}
.rmtj_game_area{
    width: 196px;
    height: 476px;
    position: fixed;
    left: 50%;
    top: 180px;
    margin-left: -825px;
    border: 2px solid #e70c92;
    background-color: #e9e9e9;
}
.rmtj_game_area .subtitle{
    height: 40px;
    line-height: 40px;
    background-color: #e70c92;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}
.rmtj_game_area .subtitle em{
    width: 24px;
    height: 27px;
    display: inline-block;
    background: url("../images/rm_icon.png") center center no-repeat;
    margin: 6.5px 7px 6.5px 10px;
    float: left;
}
.rmtj_game_area ul{
    padding-top: 15.5px;
}
.rmtj_game_area ul li{
    padding-top: 3px;
    padding-left: 14.5px;
    padding-right: 18px;
}
.rmtj_game_area ul li a{
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.rmtj_game_area ul li .icon{
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url("../images/rm_sj.png") center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    font-weight: bold;
    color: #f5f5f5;
    font-size: 15px;
    text-indent: 8px;
}
.rmtj_game_area ul li .img_box{
    width: 160px;
    height: 100px;
    margin-left: 2.5px;
    margin-top: 2.5px;
    overflow: hidden;
}
.rmtj_game_area ul li img{
    width: 160px;
    height: 100px;
    vertical-align: middle;
    transition: transform .2s;
}
.rmtj_game_area ul li a:hover img{
    transform: scale(1.1, 1.1);
    transition: transform .2s;
}
.rmtj_game_area ul li .list_btm{
    height: 30px;
    line-height: 30px;
    margin-left: 2.5px;
    margin-bottom: 3px;
}
.rmtj_game_area ul li .game_name{
    color: #333;
    font-size: 14px;
}
.rmtj_game_area ul li .start_btn{
    width: 30px;
    height: 15px;
    line-height: 15px;
    float: right;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #ea0d00;
    color: #ea0d00;
    margin-top: 6.5px;
}
.suspend_kfqq{
    width: 200px;
    height: 110px;
    position: fixed;
    left: 50%;
    top: 670px;
    margin-left: -825px;
}
.suspend_kfqq .subtitle{
    height: 40px;
    line-height: 40px;
    padding-left: 13px;
    font-size: 16px;
    font-weight: bold;
    background-color: #00baff;
    color: #fff;
}
.suspend_kfqq .kfqq_box{
    background-color: #e3f4ff;
    width: 190px;
    height: 62px;
    padding-left: 10px;
    padding-top: 8px;
    display: inline-block;
}
.suspend_kfqq .kfqq_box .qq_icon{
    width: 43px;
    height: 48px;
    background: url("../images/qq_icon.png") center center no-repeat;
    float: left;
    margin-right: 10px;
}
.suspend_kfqq .kfqq_box .ctn .txt{
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    color: #666666;
}
.suspend_kfqq .kfqq_box .ctn .qq_num{
    font-size: 13px;
    color: #333;
}
.layer_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,.5);
}
.layer_box{
    width: 800px;
    height: 400px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -400px;
    z-index: 99999;
}
.layer_box .layer_title{
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #D5D5D5;
    font-size: 15px;
    color: #333;
    background-color: #EAEAEA;
}
.layer_box .layer_title .layer_close{
    float: right;
    font-size: 20px;
    font-weight: bold;
    font-family: 宋体;
    cursor: pointer;
}
.layer_box .layer_con{
    width: 780px;
    height: 325px;
    margin: 10px 0;
    overflow-y: auto;
    padding-left: 20px;
    padding-top: 20px;
}
.layer_box .layer_con img {
    max-width: 100%;
}
.layer_box .layer_con p, .layer_box .layer_con div {
    font-size: 15px;
    line-height: 32px;
    color: #000;
}

.gameicolist{
    margin:10px 0;
    border:1px solid #dedede;
    background: #fff;
    padding:10px;
}
.gameicolist li{
    float: left;
    width: 10%;
    text-align: center;
}
.gameicolist li img{
    width: 100px;
    height: 100px;
    vertical-align: middle;
}
.gameicolist li p{
    width: 90%;
    margin:0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 25px;
    line-height: 25px;
    color:#333;
    font-size: 12px;
}

.zhengcfu .kf_box td.g_fuli{width:610px}
.zhengcfu .kf_box td.g_fuli a{width:590px}

.smscode-layer-wrap{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.smscode-layer-wrap .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.45);
    z-index: 1000;
}
.smscode-layer-wrap .smscode-layer{
    width: 510px;
    height: 174px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -87px;
    margin-left: -255px;
    z-index: 1001;
}
.smscode-layer-wrap .title{
    height: 50px;
    line-height: 80px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    padding: 0 10px;
}
.smscode-layer-wrap .close-btn{
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 22px;
    font-family: 宋体;
    margin-top: 12.5px;
    float: right;
    cursor: pointer;
}
.smscode-layer-wrap .smscode-ctn{
    padding: 25px 25px 25px 30px;
    height: 70px;
}
.smscode-layer-wrap .subtitle{
    float: left;
    line-height: 37px;
}
.smscode-layer-wrap .smscode-txt{
    width: 115px;
    float: left;
}
.smscode-layer-wrap .smscode-txt .smscode{
    width: 113px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #E4E4E7;
    background-color: #f6f6f6;
    text-indent: 10px;
    font-size: 14px;
}
.smscode-layer-wrap .smscode-txt .msg{
    color: #ff0000;
    line-height: 30px;
    padding-left: 12px;
}
.smscode-layer-wrap .identify-code{
    float: left;
    width: 135px;
    margin-left: 10px;
    text-align: center;
}
.smscode-layer-wrap .identify-code .identify{
    width: 135px;
    height: 37px;
    display: inline-block;
}
.smscode-layer-wrap .identify-code .identify img{
    width: 133px;
    height: 35px;
    border: 1px solid #95A7A8;
    cursor: pointer;
}
.smscode-layer-wrap .identify-code .toggle-btn{
    color: #999;
    line-height: 30px;
    cursor: pointer;
}
.smscode-layer-wrap .start-btn{
    float: left;
    width: 120px;
    height: 35px;
    background-color: #FE6500;
    border: 1px solid #FE6500;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    margin-left: 25px;
}




