.pagetop{
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #c00;
    background:#fff;
}
.pagetop .logo{
    width: 820px;
    height:80px;
    margin-top: 10px;
    /* background: url("../images/top-jie.png") 280px center no-repeat; */
}
/* .pagetop .logo img{
    width: 280px;
    height: 100%;
} */
.search_box{
    height: 30px;
    margin-top: 35px;
}
.game_search_list {
    width: 100%;
    height: auto;
    background: #383433 url("../images/search_banner.jpg") center bottom no-repeat;
    padding: 10px 0 5px 0;
}
.game_search_list .search-tit {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 40px;
    color: #eee;
    overflow: hidden;
}
.game_search_list .search-tit span {
    color: #f90;
    font-weight: bold;
}
.game_search_list .search-tit .search-eliminate{
    float: right;
    width: 25px;
    height: 25px;
    line-height: 24px;
    font-size: 19px;
    color: #fff;
    border:1px solid #fff;
    text-align: center;
    cursor:pointer;
}
.game_search_list .search-tit .search-eliminate:hover{
    color: #ff0;
    border-color:  #ff0;
}
.game_search_list ul {
    margin-left: -16px;
}
.game_search_list ul li {
    float: left;
    width: 225px;
    margin-left: 16px;
    margin-bottom: 16px;
    border: 1px solid #000;
    background: #fff;
    text-align: center;
}
.game_search_list ul li .game_img {
    width: 225px;
    height: 139px;
    overflow: hidden;
}

.game_search_list ul li img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    transition: all .2s;
}
.game_search_list ul li:hover img {
    transform: scale(1.1);
}
.game_search_list ul li .game_name {
    line-height: 40px;
    font-size: 16px;
    color: #333;
}
.game_search_list .notsearchlist {
    padding: 30px 0 35px;
    font-size: 18px;
    color: #ccc;
    text-align: center;
}
.pagetop .search_box .search_key {
    width: 160px;
    height: 28px;
    text-indent: 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #f65858;
}
.pagetop .search_box .search_btn {
    width: 60px;
    height: 30px;
    cursor: pointer;
    font-size: 14px;
    color: #f3f3f3;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #f65858;
    border: 1px solid #d71b1b;
}

.game_top_area {
    width: 1140px;
    background-color: #191919;
    padding: 30px;
    margin: 20px auto;
}
.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.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;
    display: inline-block;
    overflow: hidden;
}
.area_left .game_pic img{
    width: 100%;
    height: 158px;
}
.area_left .game_pic img:hover {
    transform: scale(1.1, 1.1);
    transition: transform .2s;
}
.area_left .game-intro{
    color: #a6a6a6;
    height: 88px;
    line-height: 29px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 10px;
    font-size: 12px;
}
.area_left .game-intro .game-intro_title{
    font-size: 14px;
}
.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 .dark_btn_two{
    margin-left: 10px;
}
.area_left .game_pic_btn a.dark_btn {
    background-color: #353747;
}
.area_left .game_pic_btn a.dark_btn:hover {
    background-color: #3A3C4E;
}
.area_left .game_intro {
    width: 555px;
    float: left;
}
.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 .more_btn{
    font-size: 13px;color: #9c9c9c;font-weight: normal;margin:5px 5px 0 0;
}
.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_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 .icon, .area_right .icon {
    display: inline-block;
    float: left;
    background: url('../images/icon.png');
}
.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.open {
    background-color: #ed3340;
    color: #f3f3f3;
}
.area_left .kf_label.unopen {
    background-color: #dddddd;
    color: #686868;
}
.area_left .kf_label.open:hover{
    background-color: #ff7b7b;
    color: #fff;
}
.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 .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 .input_wrap input {
    width: 195px;
    height: 36px;
    border: 1px solid #fff;
}
.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: 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;
}
.floating_left {
    width: 196px;
    height: 476px;
    position: fixed;
    left: 50%;
    top: 120px;
    margin-left: -825px;
    border: 2px solid #e70c92;
    background-color: #e9e9e9;
}
.floating_left .subtitle {
    height: 40px;
    line-height: 40px;
    background-color: #e70c92;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}
.floating_left .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;
}
.floating_left ul {
    padding-top: 15.5px;
}
.floating_left ul li {
    padding-top: 3px;
    padding-left: 14.5px;
    padding-right: 18px;
}
.floating_left ul li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.floating_left 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;
}
.floating_left ul li .img_box {
    width: 160px;
    height: 100px;
    margin-left: 2.5px;
    margin-top: 2.5px;
    overflow: hidden;
}
.floating_left ul li img {
    width: 160px;
    height: 100px;
    vertical-align: middle;
    transition: transform .2s;
}
.floating_left ul li a:hover img {
    transform: scale(1.1, 1.1);
    transition: transform .2s;
}
.floating_left ul li .list_btm {
    height: 30px;
    line-height: 30px;
    margin-left: 2.5px;
    margin-bottom: 3px;
}
.floating_left ul li .game_name {
    color: #333;
    font-size: 14px;
}
.floating_left 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('../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;
}

.tab_nav {
    width: 1200px;
    height: 47px;
    background-color: #FCE7D8;
    border-bottom: 3px solid #ef3e3e;
}
.tab_nav ul {
    display: inline-block;
    background-color: #fff;
}
.tab_nav ul li {
    width: 190px;
    height: 47px;
    line-height: 50px;
    font-weight: bold;
    color: #ffff66;
    background-color: #ef3e3e;
    font-size: 18px;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 0;
    border: 0;
    margin-right: 1px;
}
.tab_nav .sc_txt {
    display: inline-block;
    color: #ef3e3e;
    font-size: 18px;
    line-height: 45px;
    float: right;
    padding-right: 125px;
    position: relative;
}
.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/Pc/temp004/images/mupai.gif');
}
.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_box table {
    width: 100%;
}
.kf_box tr {
    background-color: #fff;
}
.kf_box tr:hover {
    background-color: #fffce9;
}
.kf_box .guding:hover {
    background-color: #bdffc3;
}
.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 .now {
    background-color: #fff04d;
}
.kf_box .guding {
    background-color: #c6fff5;
}
.kf_box .old {
    background-color: #fff9d1;
}
.kf_box td.g_type {
    width: 73px;
}
.kf_box .tb_kflist .g_name {
    color: #cf0000;
    text-align: left;
}
.kf_box td.g_name {
    width: 147px;
    padding-left: 15px;
}
.kf_box td.g_name a {
    color: #e61313;
}
.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 td.g_kftime {
    width: 128px;
}
.kf_box td.g_kftime .kftime {
    font-size: 14px;
}
.qqclock {
    width: 82px;
    height: 22px;
    background: url('../images/wico.png') center center no-repeat;
    cursor: pointer;
    margin: 0 auto;
    display: none;
}
.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.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 .tb_kflist .go_url {
    font-size: 15px;
}
.kf_box td.go_url {
    width: 120px;
}
.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_list2, .kf_list3 {
    margin-top: 10px;
}
.kf_box td.go_url a:hover {
    background-color: #ff2352;
    color: #fff;
}
.footer {
    font-size: 13px;
    color: #eee;
    text-align: center;
    line-height: 30px;
    background-color: #920e00;
    padding: 15px 0;
}

.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.gotop {
    background-position: 0 -70px;
}
.scroll_top a.gotodesk:hover{
    background-position: -70px 0;
}
.scroll_top a.gotop:hover {
    background-position: -70px -70px;
}

.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 p, .layer_box .layer_con div {
    font-size: 15px;
    line-height: 32px;
    color: #000;
    font-family: 'microsoft yahei';
}