﻿/*
* @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: #fff;*/
    border-bottom: 1px solid #c00;
    background:#fff url("img/pagetop_bg.png") center center no-repeat;
}
.pagetop .logo{
    width: 760px;
    margin-top: 10px;
}
.game_banner{
    width: 100%;
    height: 330px;
    background: url("img/game_banner.jpg") center center no-repeat;
    margin-bottom: 20px;
}
.rank_list{
	width: 260px;
	height: 320px;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	padding: 0 20px;
	margin: 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.header1{
    height: 30px;
    line-height: 30px;
}
.rank_list ul li.list{
    height: 39px;
    line-height: 39px;
    position: relative;
}
.rank_list ul li.header1 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("img/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: 40px;
}
.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(img/triangle_icon2.png) center center no-repeat;
}
.game_tj_list{
    width: 930px;
    margin: 20px 0;
}
.game_tj_list ul{
    margin-left: -10px;
}
.game_tj_list ul li{
    width: 223px;
    height: 320px;
    float: left;
    margin-left: 10px;
    position: relative;
    border: 1px solid #ededed;
    text-align: center;
    background-color: #fff;
}
.game_tj_list ul li img{
    width: 223px;
}
.game_tj_list ul li .game_info{
    padding-top: 17px;
    position: relative;
    z-index: 3;
    background-color: #fff;
}
.game_tj_list ul li .game_name{
    font-size: 17px;
    color: #333;
}
.game_tj_list ul li .game_kf{
    font-size: 14px;
    color: #999;
    margin-bottom: 12px;
}
.game_tj_list ul li .star{
    line-height: 20px;
    display: inline-block;
}
.game_tj_list ul li .star_icon{
    width: 100px;
    height: 20px;
    background: url(img/s_star.jpg) 0 -20px no-repeat;
    display: inline-block;
    float: left;
}
.game_tj_list ul li .star_txt{
    font-size: 18px;
    color: #ff6666;
    float: left;
    margin-left: 12px;
}
.game_tj_list ul li .start_game_btn{
    width: 120px;
    height: 30px;
    line-height: 30px;
    background-color: #ff525f;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    margin-top: 12px;
    display: none;
}
.game_tj_list ul li:hover{
    border: 1px solid #ff535f;
}
.game_tj_list ul li:hover .game_info{
    margin-top: -36px;
}
.game_tj_list ul li:hover .start_game_btn{
    display: inline-block;
}
.pagetop .search_box{
    height: 30px;
    margin-top: 35px;
}
.pagetop .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;
}
.pagetop .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;
}
.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("img/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("img/triangle_icon.png") center center no-repeat;
}
.tab_nav .hot_txt{
    float: right;
    font-size: 17px;
    margin-right: 10px;
    margin-top: 10px;
}
.tab_nav .hot_txt a{
    color: #ef3e3e;
}
.kf_list2, .kf_list3{
    margin-top: 10px;
}
.kf_box {
    width: 1200px;
}
.kf_box table {
    width: 100%;
}
.kf_box .tb_header1 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: 130px;
}
.kf_box td.g_name {
    width: 180px;
    padding-left: 0px;
}
.kf_box td.g_kftime {
    width: 180px;
}
.kf_box td.g_kftime .kftime {
    font-size: 14px;
}
.kf_box td.g_bili {
    width: 120px;
    color: #e61313;
    font-weight: bold;
    font-size: 16px;
}
.kf_box td.g_welfare{
    width: 180px;
    color: #0066ff;
    font-weight: normal;
	text-align: center;
}
.kf_box td.g_qf {
    width: 150px;
    padding-left: 40px;
}
.kf_box td.g_fuli {
    width: 200px;
    text-align: center;
}
.kf_box td.go_url {
    width: 180px;
}
.kf_box td.g_qf div{
    width: 150px;
    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: 200px;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
}
.kf_box td.go_url a , table.zhengchang tr td.play a{
    width: 180px;
    height: 26px;
    line-height: 26px;
    background: url("img/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;
}
.kf_box .tb_kflist .g_name {
    color: #cf0000;
    text-align: center;
}
.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("img/zhiding_icon.png") center center no-repeat;
}
.kf_box td.g_name em.tj_icon {
    background: url("img/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_erji tr:hover td, table.btshouyou tbody.zc_erji tr:hover td {
    background: #f68fff;
}
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: 130px;
}
table.shouyou tr td.g_name {
    padding-left: 20px;
    width: 180px;
}
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: 180px;
}
.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;
}
.fixed_jptj{
    width: 70px;
    height: 97px;
    position: fixed;
    left: 50%;
    bottom: 300px;
    z-index: 9999999;
    margin-left: 610px;
    background: url("img/jptj_icon.png") 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('img/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('img/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(img/wico.png) center center no-repeat;
    cursor: pointer;
    margin: 0 auto;
    display: none;
}

/* guanggao */
.game_top_area{
    width: 1140px;
    background-color: #191919;
    padding: 30px;
    margin: 20px auto;
}
.area_left .icon, .area_right .icon {
    display: inline-block;
    float: left;
    background: url("img/icon.png");
}
.area_left {
    width: 830px;
    position: relative;
}
.area_left .pic_mark{
    width: 86px;
    height: 86px;
    background: url("img/bt_icon.png") center center no-repeat;
    position: absolute;
    top: -33px;
    left: -33px;
    z-index: 999;
}
.area_left .pic_mark.mv{
    background: url("img/mv_icon.png") center center no-repeat;
}
.area_left .pic_mark.sc{
    background: url("img/sc_ico.png") center center no-repeat;
}
.area_left .game_pic_wrap {
    width: 255px;
    height: 305px;
    float: left;
    margin-right: 20px;
    position: relative;
}
.area_left .game_pic{
    width: 255px;
    height: 255px;
    display: inline-block;
    overflow: hidden;
}
.area_left .game_pic img {
    width: 255px;
    height: 255px;
    transition: transform .2s;
}
.area_left .game_pic img:hover{
    transform: scale(1.1, 1.1);
    transition: transform .2s;
}
.area_left .game_pic_btn{
    margin-top: 10px;
}
.area_left .game_pic_btn a{
    width: 122.5px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    float: left;
}
.area_left .game_pic_btn a.blue_btn{
    background-color: #4878d9;
}
.area_left .game_pic_btn a.red_btn{
    background-color: #ed3340;
    margin-left: 10px;
}
.area_left .game_pic_btn a.dark_btn{
	background-color: #353747;
}
.area_left .game_pic_btn a.blue_btn:hover{
    background-color: #6587cc;
}
.area_left .game_pic_btn a.red_btn:hover{
    background-color: #ef515c;
}
.area_left .game_pic_btn a.dark_btn:hover{
    background-color: #3A3C4E;
}
.area_left .game_intro {
    width: 555px;
    float: left;
}
.area_left .game_intro_l{
    width: 390px;
    float: left;
    border-bottom: 1px solid #2E2E2E;
}
.area_left .game_name {
    height: 30px;
    line-height: 30px;
    font-size: 24px;
	font-weight: bold;
    color: #f3f3f3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;;
}
.area_left .game_name a {
    color: #333;
}
.area_left .game_bili {
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #ff2b3b;
    margin-top: 14px;
}
.area_left .songfuli{
	margin-left:-5px;
	margin-top:18px
}
.area_left .songfuli a{
	display: inline-block;
	float:left;
	margin-left:5px;
	margin-top: 5px;
	background: #702F0C;
	width: 196px;
	height: 80px;
	line-height: 80px;
	font-size:18px;
	color:#ffcc00;
	padding-left:78px;
}
.area_left .songfuli a .bold{
	font-weight: bold;
}
.area_left .songfuli a.fuli1{
	background:#702F0C url(img/fuli1_ico.png) no-repeat 14px center;
}
.area_left .songfuli a.fuli2{
	background:#702F0C url(img/fuli2_ico.png) no-repeat 14px center;
}
.area_left .songfuli a.fuli3{
	background:#702F0C url(img/fuli3_ico.png) no-repeat 14px center;
}
.area_left .songfuli a.fuli4{
	background:#702F0C url(img/fuli4_ico.png) no-repeat 14px center;
}
.area_left .songfuli a:hover{
	background-color: #E25000;
	color:#fff;
}
.area_left .game_fuli {
    font-size: 16px;
    color: #ffdf88;
    height: 58px;
    margin-bottom: 23px;
}
.area_left .game_fuli .game_fuli_txt{
    width: 90%;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    margin-top: 8px;
}
.area_left .game_fuli .more_fuli{
    color: #ffa200;
    cursor: pointer;
    margin-top: 5px;
    text-decoration: underline;
    display: inline-block;
}

.area_left .get_fuli_gift{
    width: 100px;
    height: 22px;
    line-height: 22px;
    background-color: #1da353;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-top: 2px;
    border: 1px solid #1da353;
    margin-left: 50px;
}

.area_left .get_fuli_gift:hover{
    background-color: #16ca5e;
}
.area_left .game_fuli_details{
    width: 864px;
    max-height: 500px;
    overflow-y: auto;
}
.area_left .game_fuli_details div , .area_left .game_fuli_details p{
    font-size: 15px;
    line-height: 32px;
    color: #000;
}
.area_left .game_fuli_details img{
    max-width: 100%;
}
.area_left .game_details{
    padding: 20px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    text-indent: 20px;
}
.area_left .game_kf{
    width: 570px;
    margin-left: -15px;
    float: left;
}
.area_left .game_kf .subtitle{
    height: 44px;
    line-height: 60px;
    color: #f3f3f3;
    font-size: 15px;
    margin-left: 15px;
}
.area_left .game_kf.game_kf_fuli .subtitle{
	height:38px;
	color:#a6a6a6;
	line-height: 48px;
}
.area_left .kf_label{
    width: 270px;
    height: 40px;
    line-height: 40px;
    background-color: #ffdd55;
    color: #333333;
    float: left;
    margin-left: 15px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    margin-top: 10px;
	border-radius: 5px;
}
.area_left .kf_label.now {
    background-color: #ed3340;
    color: #f3f3f3;
}
.area_left .kf_label:hover {
    background-color: #ffff9b;
    color: #ed4f00;
}
.area_left .kf_label.now:hover {
    background-color: #ff7b7b;
    color: #fff;
}
.area_left .kf_label.noopen{
    background-color: #dddddd;
    color: #686868;
}
.area_left .game_intro_r{
    width: 165px;
    height: 160px;
    float: right;
    border-bottom: 1px solid #2E2E2E;
}
.area_left .game_intro_r .get_gift_btn{
    width: 142px;
    height: 108px;
    display: inline-block;
    background: url("img/get_gift.png") center center no-repeat;
    margin-top: 20px;
    margin-left: 12px;
}
.area_left .game_intro_r .get_gift_btn:hover{
    background: url("img/get_gift_h.png") center center no-repeat;
}
.area_left .game_intro_r .qr_code_area{
    width: 100px;
    height: 122px;
    border: 1px solid #ff7e00;
    margin-top: -8px;
    margin-left: 50px;
}
.area_left .game_intro_r .qr_code_txt{
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: #ff7e00;
    font-size: 14px;
    color: #fff;
}
.area_left .game_intro_r .qr_code{
    width: 100px;
    height: 100px;
    background-color: #fff;
}
.area_left .game_intro_r .qr_code img{
    width: 100%;
    height: 100%;
}
.area_left .btsy_game_info .pic_mark{
    background: url(img/sy_icon.png) center center no-repeat;
}
.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: 830px;
    height: 640px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -325px;
    margin-left: -420px;
    z-index: 99999;
    border: 5px solid #383838;
}
.layer_box .layer_title{
    padding: 0 15px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #D5D5D5;
    font-size: 20px;
    color: #fff;
    background-color: #ec3d4a;
    font-weight: bold;
}
.layer_box .layer_title .layer_close{
    float: right;
    font-size: 20px;
    font-weight: bold;
    font-family: 宋体;
    cursor: pointer;
}
.layer_box .layer_con{
    height: 557px;
    overflow-y: auto;
    padding: 20px;
    font-size: 15px;
    line-height: 32px;
    color: #000;
}
.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;
    font-family: 'microsoft yahei';
}
.layer_box .layer_con .fulidata .mgameicon{
    height: 30px;
    line-height: 30px;
    font-size: 19px;
    color: #333333;
    font-weight: bold;
    padding-top: 30px;
}
.layer_box .layer_con .fulidata .mgameicon:first-child{
    padding-top: 0;
}
.layer_box .layer_con .fulidata .mgameicon img{
    width: 30px;
    margin-right: 10px;
    float: left;
}
.layer_box .layer_con .fulidata .game_fl{
    padding-top: 10px;
}


.area_right {
    width: 290px;
}
.area_right .register_box {
    height: 305px;
    background: #ec3d4a url("img/rg_corne2.png") bottom center no-repeat;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.area_right .register_box .title {
    background-color: #c22a32;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 17px;
    color: #fff;
}
.area_right .register_box .title .corne1{
    width: 85px;
    height: 40px;
    display: inline-block;
    float: right;
    background: url("img/rg_corne1.png") bottom center no-repeat;
}
.area_right .register_box .ajaxForm{
    padding-top: 10px;
    text-align: center;
}
.area_right .register_box .input_wrap {
    width: 230px;
    height: 38px;
    line-height: 38px;
    background-color: #fff;
    padding: 0 10px;
    font-size: 14px;
    margin: 10px 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: 195px;
    height: 36px;
    border: 1px solid #fff;
}
.area_right .register_box .submit {
    width: 250px;
    height: 40px;
    line-height: 40px;
    background-color: #ffcc00;
    font-size: 17px;
    margin-top: 20px;
    cursor: pointer;
    border: 1px solid #ffcc00;
}
.area_right .register_box .submit:hover {
    background-color: #f5c300;
    border-color: #f5c300;
}
.area_right .register_box .login_method_box {
    height: 20px;
    margin-top: 20px;
    padding-left: 20px;
}
.area_right .register_box .login_method_box .three_login {
    width: 100px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    float: left;
    color: #fff;
    font-size: 13px;
}
.area_right .register_box .login_method_box .three_login em {
    width: 22px;
    height: 20px;
    margin-right: 5px;
}
.area_right .register_box .login_method_box .qq_login em {
    background-position: -13px -235px;
}
.area_right .register_box .login_method_box .wx_login em {
    background-position: -15px -261px;
    width: 20px;
}
.area_right .register_sus_box {
    height: 295px;
    background-color: #ffe565;
    position: relative;
    text-align: center;
}
.area_right .register_sus_box .title_bg {
    width: 100%;
    height: 60px;
    background-color: #ffd625;
    position: absolute;
}
.area_right .register_sus_box .user_pic {
    width: 90px;
    height: 80px;
    background: url(img/user_icon.png) center center no-repeat;
    position: relative;
    z-index: 99;
    margin: 0 auto;
    background-size: 70px;
    top: 15px;
}
.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;
    margin-top: 15px;
    margin-bottom: 5px;
}
.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: 80px;
    height: 26px;
    line-height: 26px;
    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: 40px;
    line-height: 40px;
    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: 38px;
    line-height: 38px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 15px;
    color: #fff100;
}

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: 120px;
    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("img/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("img/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: 610px;
    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("img/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;
}

.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:200px}
.zhengcfu .kf_box td.g_fuli a{width:200px}

.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;
}
