/*
* @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("../fl_files/pagetop_bg.png") center center no-repeat;
}

.pagetop .logo {
    width: 478px;
    margin-top: 15px;
}

.pagetop .logo span {
    width: 210px;
    height: 61px;
    background: url(../fl_files/logo_right.png) no-repeat center center;
    display: inline-block;
    margin-left: 30px;
}

.login_bar_wrap {
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #ff6600;
}

.login_bar {
    line-height: 48px;
}

.login_bar .choose_txt {
    width: 100px;
    height: 48px;
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: #ff6600;
    text-align: center;
}

.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: 12px;
}

.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("../fl_files/qq_s_icon.png") center center no-repeat;
}

.login_bar .quick_login_box .login_way .wx_login em {
    background: #58be4a url("../fl_files/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 {
    background-color: #ffffff;
    line-height: 48px;
}

.login_success_bar .zd_links {
    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;
    color: #ff6600;
    border-radius: 3px;
    margin-left: 10px;
    cursor: pointer;
}

.login_success_bar .user_info .logout:hover {
    background-color: #ff6600;
    color: #fff;
}

.game_banner {
    width: 100%;
    height: 430px;
    background: url("../fl_files/game_banner.jpg") center center no-repeat;
    margin-bottom: 20px;
    background-size: 100% 100%;
}

.rank_list {
    width: 300px;
    height: 391px;
    background-color: #fff;
    margin: 20px 0;
}

.rank_list .subtitle {
    height: 47px;
    line-height: 47px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-align: center;
    background: red;
}

.rank_list .subtitle span {
    color: #FFEB3B;
    margin-left: 5px;
}

.rank_list ul {
    padding: 10px 18px 15px 18px;
}

.rank_list ul li div {
    float: left;
    height: 100%;
}

.rank_list ul li {
    border-bottom: 1px solid #f3f3f3;
}

.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: 147px;
}

.rank_list ul li .status {
    width: 27px;
    margin: 0 10px 0 5px;
}

.rank_list ul li .xf {
    width: 40px;
}

.rank_list ul li.list .ranking {
    width: 18px;
    height: 18px;
    line-height: 18px;
    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("../fl_files/hot-icon.gif") center center no-repeat;
    height: 18px;
    margin-top: 10px;
}

.rank_list ul li.list .xf {
    border: 1px solid #E91E63;
    background: #ff0000;
    width: 44px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    display: inline-block;
    border-radius: 2px;
    margin-top: 8px;
}

.rank_list ul li.list:hover .xf {
    background-color: #ef3e3e;
}

.rank_list ul li.list .xf a {
    display: inline-block;
    color: #fff;
}

.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 img {
    width: 235px;
    height: 115px;
}

.rank_list ul li.list .game_pic .icon {
    width: 12px;
    height: 6px;
    position: absolute;
    left: 113.5px;
    bottom: -7px;
    background: url(../fl_files/triangle_icon2.png) center center no-repeat;
}

.game_tj_list {
    margin: 20px 0;
}

.game_tj_list ul {
    margin-left: -10px;
}

.game_tj_list ul li {
    width: 213px;
    float: left;
    margin-left: 10px;
    position: relative;
    border: 1px solid #ededed;
    text-align: center;
    background-color: #fff;
}

.game_tj_list ul li img {
    width: 207px;
    height: 276px;
    margin: 2px;
}

.game_tj_list ul li:hover .start_game_btn {
    background: red;
}

.game_tj_list ul li .game_info {
    padding-top: 10px;
    position: relative;
    z-index: 3;
    background-color: #fff;
    padding-bottom: 10px;
}

.game_tj_list ul li .game_name {
    font-size: 17px;
    color: #333;
}

.game_tj_list ul li .game_kf {
    font-size: 13px;
    color: #999;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px auto;
}

.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(../fl_files/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: 3px;
    margin: 0 auto;
}

.game_tj_list ul li:hover {
    border: 1px solid #ff535f;
}

.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("../fl_files/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: #f90;
    font-size: 18px;
    border: 2px solid #fd7b24;
    float: left;
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.tab_nav ul li .txt {
    border-top: 1px solid #f9c77a;
    width: 136px;
    height: 42px;
    display: inline-block;
}

.kf_list {
    margin-bottom: 10px;
}

.tab_nav ul li .txt a {
    color: white;
    display: block;
}

.tab_nav ul li .shouyou_icon {
    position: absolute;
    background: url("../fl_files/new_icon.png") center center no-repeat;
    width: 33px;
    height: 17px;
    left: 83px;
    top: -8.5px;
}

.tab_nav ul li:hover {
    background-color: red;
}

.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 .txt a {
    color: #ffff66;
}

.tab_nav ul li.on .triangle_icon {
    width: 12px;
    height: 6px;
    position: absolute;
    left: 64px;
    bottom: -7px;
    background: url("../fl_files/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_header .thBox td {
    background: #e6e6e6;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #666666;
    border: 1px solid #dbdbdb;
}

.kf_box .tb_header td {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #dbdbdb;
}

.kf_box .tb_header td em.dqkf {
    color: red;
}

.kf_box .tb_header td em.jjkf {
    color: green;
}

.kf_box .tb_header td em.yjkf {
    color: #999;
}


/*.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: 100px;
}

.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: 100px;
    color: #333;
    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 {
    color: #666;
}

.kf_box td.g_fuli a:hover {
    color: red;
}

.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: 412px;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
}

.kf_box td.g_lb a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 140px;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
}

.kf_box td.go_url a,
table.zhengchang tr td.play a {
    width: 80px;
    height: 26px;
    padding-right: 20px;
    line-height: 26px;
    background: url("../fl_files/enter_game_bg.png") center center no-repeat;
    display: inline-block;
    text-decoration: none;
    color: #ff2352;
    font-size: 14px;
}

.kf_box td.go_url a:hover,
table.zhengchang tr td.play a:hover {
    color: #f60;
}

.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(../fl_files/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(../fl_files/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("../fl_files/zhiding_icon.png") center center no-repeat;
}

.kf_box td.g_name em.tj_icon {
    background: url("../fl_files/hot-icon.gif") 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("../fl_files/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('../fl_files/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('../fl_files/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(../fl_files/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("../fl_files/icon.png");
}

.area_left {
    width: 830px;
    position: relative;
}

.area_left .pic_mark {
    width: 86px;
    height: 86px;
    background: url("../fl_files/bt_icon.png") center center no-repeat;
    position: absolute;
    top: -33px;
    left: -33px;
    z-index: 999;
}

.area_left .pic_mark.mv {
    background: url("../fl_files/mv_icon.png") center center no-repeat;
}

.area_left .pic_mark.sc {
    background: url("../fl_files/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(../fl_files/fuli1_ico.png) no-repeat 14px center;
}

.area_left .songfuli a.fuli2 {
    background: #702F0C url(../fl_files/fuli2_ico.png) no-repeat 14px center;
}

.area_left .songfuli a.fuli3 {
    background: #702F0C url(../fl_files/fuli3_ico.png) no-repeat 14px center;
}

.area_left .songfuli a.fuli4 {
    background: #702F0C url(../fl_files/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("../fl_files/get_gift.png") center center no-repeat;
    margin-top: 20px;
    margin-left: 12px;
}

.area_left .game_intro_r .get_gift_btn:hover {
    background: url("../fl_files/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(../fl_files/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("../fl_files/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("../fl_files/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(../fl_files/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("../fl_files/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("../fl_files/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("../fl_files/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: 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;
}

.game_search_list {
    width: 100%;
    height: auto;
    background: #383433 url(../fl_files/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;
}

.game_search_list .search-tit span {
    color: #f90;
    font-weight: bold;
}

.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: 225px;
    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;
}

.foot {
    width: 100%;
    height: 98px;
    background: #161616;
    float: left;
    padding: 10px 0;
}

.foot_inside {
    width: 1120px;
    height: 98px;
    margin: 0 auto;
}

.foot_inside_left {
    width: 200px;
    height: 98px;
    float: left;
    margin-left: 120px;
    display: inline;
}

.foot_inside_left span {
    width: 70px;
    height: 67px;
    float: left;
    margin-top: 15px;
    display: inline;
}

.foot_g {
    float: left;
    width: 2px;
    height: 67px;
    margin: 17px 15px;
    display: inline;
}

.foot_g2 {
    width: 28px;
    height: 98px;
    float: left;
    background: #ff0000;
}

.foot_inside_right {
    width: 800px;
    height: 78px;
    float: left;
    padding-top: 10px;
    display: inline;
    overflow: hidden;
}

.foot_inside_right span {
    width: 765px;
    height: 26px;
    line-height: 26px;
    float: left;
    margin-left: 15px;
    font-size: 12px;
    color: #7c7b7b;
    display: inline;
}

.foot_inside_right span:first-child a {
    float: left;
    font-size: 12px;
    text-decoration: none;
    color: #9d9d9d;
    font-weight: bold;
}

.foot_inside_right span:nth-child(2) a {
    color: #9d9d9d;
}

.foot_inside_right span a:hover {
    color: #559302;
}

.foot_inside_right span em {
    width: 1px;
    height: 10px;
    background: #4a4a4a;
    float: left;
    margin: 7px 8px;
    display: inline;
}

.nav {
    float: right;
}

.nav {
    float: right;
}

.nav li {
    text-align: center;
    width: 140px;
    height: 100px;
    background: url(../fl_files/nav_rtbg.png) no-repeat right 0;
    float: left;
}

.wrap {
    width: 1120px;
    margin: 0 auto;
}

.nav li a {
    font-size: 15px;
    display: block;
    margin-top: 22.5px;
}

.nav li a:hover {
    color: #f60;
    text-decoration: none;
}

.nav li a:hover i {
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

.nav li a i {
    height: 30px;
    margin: 0 auto 7px;
    background: url(../fl_files/nav_icon.png) no-repeat;
    display: block;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
}

.nav .icon1 {
    width: 30px;
    background-position: -2px 0;
}

.nav .icon3 {
    width: 34px;
    background-position: 0 -421px;
}

.nav .icon4 {
    width: 28px;
    background-position: -2px -168px;
}

.nav .icon7 {
    width: 30px;
    background-position: -1px -468px;
}

.nav .icon2 {
    width: 36px;
    background-position: -1px -58px;
}

.flf2Title {
    width: 100%;
    height: 50px;
    float: left;
    background: #ffdbd8;
    position: relative;
    margin-top: 15px;
}

.flf2Titlefirst {
    margin-top: 0;
}

.bt em {
    width: auto;
    height: 50px;
    float: left;
    background: #ff0000;
    color: #FFFFFF;
    line-height: 50px;
    padding: 0 15px;
    font-size: 18px;
    font-weight: bold;
}

.bt {
    width: auto;
    height: 50px;
    float: left;
    position: relative;
}

.bt::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #ff0000 transparent;
    position: absolute;
    top: -10px;
    right: -10px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.flf2Title .tit_r {
    position: absolute;
    bottom: 0;
    right: 0;
}

.flf2TitleGame {
    background: none repeat scroll 0 0 #fff;
    float: left;
    height: auto;
    width: 1200px;
    overflow: hidden;
}

.flf2TitleGame1 {
    float: left;
    height: 120px;
    width: 1170px;
    padding: 15px;
}

.flf2TitleGame1 .pic1 {
    overflow: hidden;
    width: 120px;
    height: 120px;
    display: inline-block;
}

.flf2TitleGame1 .pic1 a {
    float: left;
    display: inline-block;
    width: 120px;
    height: 120px;
    margin-right: 15px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.flf2TitleGame1 .pic1 a img {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 5px;
}

.xx_text1 {
    height: 120px;
    overflow: hidden;
    width: 1024px;
    display: inline-block;
    margin-left: 20px;
}

.xx_text1 span {
    float: left;
    height: auto;
    line-height: 29px;
    overflow: hidden;
    color: #666;
    font-size: 13px;
}

.xx_text1 span b {
    color: #333;
}

.glBox {
    background: none repeat scroll 0 0 #fff;
    float: left;
    height: auto;
    width: 1200px;
    overflow: hidden;
}

.zxgl {
    display: inline;
    float: left;
    overflow: hidden;
    padding: 5px 15px;
    width: 1170px;
}

.zxgl li {
    display: inline;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    margin-right: 30px;
    overflow: hidden;
    width: 560px;
    border-bottom: 1px dotted #e3e3e3;
}

.zxgl li span {
    background: url(../fl_files/diamond.gif) no-repeat 0 50%;
    float: left;
    height: 40px;
    overflow: hidden;
    padding-left: 20px;
    width: 450px;
}

.zxgl span a {
    color: #333;
    display: inline-block;
    width: 450px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
}

.zxgl span a:hover {
    color: red;
}

.zxgl li i {
    float: right;
    height: 40px;
    overflow: hidden;
    text-align: right;
    color: #999;
    font-size: 13px;
}

.zxgl li:nth-child(2n) {
    margin-right: 0;
}

.flfpageBox {
    font-size: 13px;
    color: #333;
    padding: 15px 0;
    text-align: center;
}

.flfpageBox a {
    background: #fff;
    border: 1px solid #B8B8B8;
    color: #666;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin: 10px 2px 0;
    padding: 0 7px;
    text-align: center;
    vertical-align: middle;
}

.flfpageBox .p_hov,
.flfpageBox .p_hov:hover {
    background: #e4393c;
    border-color: #f60 !important;
    color: #fff !important;
}

.flfHotgamelist {
    font-size: 0;
    padding-top: 15px;
    float: left;
    background: white;
    padding-left: 1px;
}

.flfHotgamelist a {
    background: #eee;
    display: inline-block;
    height: 34px;
    margin-bottom: 15px;
    margin-left: 18px;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
    color: #333;
}

.flfHotgamelist a:hover {
    background: red;
    color: white;
}

.m-tab-hook {
    height: 50px;
    border-bottom: 3px solid #ed3340;
    background: #333;
    margin-top: 15px;
}

.m-tab-hook li {
    position: relative;
    float: left;
    width: 150px;
    cursor: pointer;
    line-height: 50px;
    font-size: 20px;
    color: #a2a2a2;
    text-align: center;
}

.m-tab-hook li.active {
    margin-top: -3px;
    line-height: 53px;
    background-color: #ed3340;
    font-weight: bold;
    color: #fff;
}

.flfHotgamelistBox {
    position: relative;
    overflow: hidden;
    height: 164px;
}

.flfHotgamelist {
    position: absolute;
}

.indexCur {
    z-index: 9999;
}

.yqljBox {
    background: #262626;
    margin-top: 15px;
}

.yqljBoxItem {
    width: 1200px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.yqljBoxItem span {
    font-size: 16px;
    color: white;
    line-height: 36px;
    margin-right: 10px;
    vertical-align: top;
}

.yqljBoxItem div {
    display: inline-block;
    width: 1024px;
    vertical-align: top;
}

.yqljBoxItem div a {
    margin-right: 20px;
    color: #ccc;
    line-height: 36px;
    display: inline-block;
    font-size: 14px;
}