body,div,hr,p,blockquote,ul,ol,li,table,th,td,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,input,button,select,textarea,fieldset,legend {
    font-size:12px;
    font-weight:normal;
    margin:0;
    padding:0;
    font-family:'microsoft yahei',Helvetica, Tahoma, Arial, sans-serif;
}
body{
    width: 100%;
    height: 100%;
    background-color: #f3f3f3;
}
button, input, select, textarea{
    outline: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix {
    *zoom:1;
    *clear:both;
}
.clearfix:after {
    display:block;
    clear:both;
    content:".";
    visibility:hidden;
    height:0
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
.mtop10 {
    margin-top: 10px;
}
.wrap1200{
    width: 1200px;
    margin: 0 auto;
}
.fl{
    float: left;
    display: inline;
}
.fr{
    float: right;
    display: inline;
}
.hide{
    display: none;
}
a{
    color:#333;
    text-decoration:none;
}
a:hover {
    color:#f00;
}
.pagetop{
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #c00;
    background:#fff url("../images/pagetop_bg.png") center center no-repeat;
}
.pagetop .logo{
    width: 280px;
    height: 80px;
    margin-top: 10px;
}
.pagetop .txt{
    max-width: 668px;
    float: left;
    line-height: 100px;
    font-size: 16px;
    color: #888;
    overflow: hidden;
    margin-left: 30px;
}
.game_banner{
    width: 100%;
    height: 330px;
    background: url("../images/game_banner.jpg") center center no-repeat;
    margin-bottom: 20px;
}
.rank_list{
    width: 218px;
    height: 288px;
    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.header{
    height: 30px;
    line-height: 30px;
}
.rank_list ul li.list{
    height: 39px;
    line-height: 39px;
    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: 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(../images/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: 288px;
    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(../images/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;
}
.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;
    margin-top: 10px;
    color: #ef3e3e;
}

.tab_nav .sc_txt{display: inline-block;color: #ef3e3e;font-size: 18px;line-height: 48px;float:right;width: 870px;background:#FCEDB1;padding:0 20px;position: relative;letter-spacing: 1px;}
.tab_nav .sc_txt .bold{font-weight: bold;}
.tab_nav .sc_txt .mupai{display: inline-block;width: 93px;height: 61px;position: absolute;right:10px;top:-13px;background:url(/Public/Res/Web/images/mupai.gif) no-repeat;}

.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_welfare{
    width: 180px;
    color: #0066ff;
    font-weight: normal;
}
.kf_box td.g_qf {
    width: 100px;
}
.kf_box td.g_fuli {
	width: 432px;
	text-align: left;
}
.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: 390px;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
}
.kf_box td.go_url 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{
    background-color: #ff2352;
    color: #fff;
}
.h5game .kf_box td.g_name {
    width: 223px;
    padding-left: 15px;
}
.h5game .kf_box td.g_fuli {
    width: 417px;
}
.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;
}
.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;
}
.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;
}
.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;
}
.qqclock{
    width: 82px;
    height: 22px;
    background: url(../images/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("../images/icon.png");
}
.area_left {
    width: 830px;
    position: relative;
}
.area_left .pic_mark{
    width: 86px;
    height: 86px;
    background: url("../images/bt_icon.png") center center no-repeat;
    position: absolute;
    top: -33px;
    left: -33px;
    z-index: 999;
}
.area_left .pic_mark.mv{
    background: url("../images/mv_icon.png") center center no-repeat;
}
.area_left .pic_mark.sc{
    background: url("../images/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(../images/fuli1_ico.png) no-repeat 14px center;
}
.area_left .songfuli a.fuli2{
	background:#702F0C url(../images/fuli2_ico.png) no-repeat 14px center;
}
.area_left .songfuli a.fuli3{
	background:#702F0C url(../images/fuli3_ico.png) no-repeat 14px center;
}
.area_left .songfuli a.fuli4{
	background:#702F0C url(../images/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("../images/get_gift.png") center center no-repeat;
    margin-top: 20px;
    margin-left: 12px;
}
.area_left .game_intro_r .get_gift_btn:hover{
    background: url("../images/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(../images/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("../images/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("../images/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(../images/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: 42px;
    line-height: 50px;
    font-size: 15px;
    color: #c30000;
    padding-left: 20px;
    text-align: left;
}
.area_right .register_sus_box ul{
    padding: 0 20px;
    text-align: left;
    display: inline-block;
}
.area_right .register_sus_box ul li{
    width: 100%;
    height: 16px;
    line-height: 16px;
    float: left;
    font-size: 12px;
    margin: 6px 0;
}
.area_right .register_sus_box ul li em{
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #999;
    border-radius: 50%;
    float: left;
    margin-top: 6px;
    margin-right: 6px;
}
.area_right .register_sus_box ul li .game_name{
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 95px;
    color: #333;
}
.area_right .register_sus_box ul li .game_line{
    width: 85px;
    padding-left: 5px;
    display: inline-block;
}
.area_right .register_sus_box ul li .play{
    float: right;
    color: #c00;
    border-radius: 3px;
    text-decoration: underline;
}
.area_right .register_sus_box ul li.no-data{
    color: #666;
}

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;
}

.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;
}

.back_top{
    width: 50px;
    height: 204px;
    position: fixed;
    bottom: 160px;
    left: 50%;
    z-index: 999;
    margin-left: 610px;
}
.back_top .item{
    width:50px;
    height:50px;
    background: url('../images/back_top.png') no-repeat;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 1px;
    cursor: pointer;
    transition: all .2s;
}
.back_top .item.hide{
    display: none;
}
.back_top .link2{
    background-position:0 -51px;
}
.back_top .link3{
    background-position:0 -102px;
}
.back_top .link4{
    background-position:0 -153px;
}
.back_top .link1:hover{
    background-position:-51px 0;
}
.back_top .link2:hover{
    background-position:-51px -51px;
}
.back_top .link3:hover{
    background-position:-51px -102px;
}
.back_top .link4:hover{
    background-position:-51px -153px;
}




