/*游戏*/
.game{width:100%;margin:0px auto; background:#1c1f26;}
.game .head{width:100%;cursor:pointer; clear:both; margin-bottom:2px;}
.game .head dl{ display:block;width:100%; line-height:28px; height:28px;background:#111111;}
.game .head dl dd{ float:left; line-height:28px; height:28px; padding-left:8px; color:#f5b440;}
.game .head dl dt{ float:right; padding:7px 8px 0 0;}

.game .content{width:100%;}
.game .content li{ padding:2%; width:20%; margin:0 auto; display:inline-block;}
.game .content li dd img{ width:100%; max-width:150px; overflow:hidden;}
.game .content li dt{ width:100%;text-align:center; color:#fff; padding-top:6px; font-size:12px;}

.game_info {width:100%;margin:0px auto; background:#1c1f26;}
.game_info .game_menu{ width:100%; height:50px; background:#34373e;}
.game_info .game_menu dt {width:40px; overflow:hidden; position:absolute;}
.game_info .game_menu dt i{ color:#fff; padding:11px; display:inline-block; background-color:#1c1f26; cursor:pointer;}
.game_info .game_menu dd {  width:auto; margin:5px auto;text-align:center; font-size:16px; line-height:20px; height:20px; padding:8px 20px 8px 20px; border:1px solid #53535b;display:inline-block; color:#f5b440; font-weight: bolder;}

.game_info .game_check{ width:100%;margin:30px auto; }
.game_info .game_check dt{ width:35%; display:inline-block; background:url(../images/game_btn.png) repeat-x; margin:0 5% 0 5%; height:41px; line-height:41px; font-size:16px; color:#a8a8a9; cursor:pointer; font-weight:bold;}
.game_info .game_check dt.now,.game_check dt:hover { width:35%; display:inline-block; background:url(../images/game_btn_now.png) repeat-x; margin:0 5% 0 5%; height:41px; line-height:41px; font-size:16px; color:#1c1f26;}

.game_info .content{ width:88%; margin:5px auto;}
.game_info .content img{ width:100%;}

/*游戏*/