body {
    color: #666;
	background: #f1f2f3;
}

.game-banner {
    width: 100%;
	min-width: 1240px;
    height: 400px;
    background: url(../images/webgame/gamesbanner.jpg) top center no-repeat;
}

.g-main {
	margin: 30px 0;
	position: relative;
    width: 100%;
	min-width: 1240px;
	overflow: hidden;
}

.game-banner .tj-game {
    margin: 0 auto;
	width: 1240px;
	padding-top:25px;
}


.game-banner li {
    position: relative;
    width: 290px;
    height: 345px;
	margin-left:9px;
	margin-right:9px;
    border: 1px solid #bdf6ef;
    float: left;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	overflow: hidden;
}

.game-banner li img {
    width: 290px;
    height: 345px;
	transition: all 0.6s;
}

.game-banner li img:hover{  
    transform: scale(1.1);
} 

.game-banner li .i-new {
    width: 42px;
    height: 42px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
	position: absolute;
    left: 0;
    top: 0;
	background: url(../images/webgame/hot.png) 0px 0px;
}

.game-banner li .recommend_bj{
position: absolute;
bottom:0px;
left: 0;
width: 100%;
line-height:40px;
background: #2a2a2a;
filter: Alpha(Opacity=70);
opacity: 0.70;
height: 40px;
}

.game-banner li .recommend{
position: absolute;
bottom:0px;
left: 0;
width: 100%;
line-height:40px;
color: #fff;
}

.game-banner li .type{
	float:left;
	padding-left:10px;
	width:80px;
}

.game-banner li .pay{
	float:left;
	width:120px;
	color:#F00;
}

.game-banner li a:hover {
    background: #f92b0e;
}
.game-banner li .btn{
    padding: 2px 10px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #03b4f5;
}

.all_content{
	width: 1240px;
	margin: 0 auto;
	position: relative;
}
.all_content .game-type {
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.all_content .game-type .name ,.all_content .game-zimu .name{
	float: left;
	line-height: 40px;
	font-size: 16px;
    padding: 0 12px;
	background: #f00;
	color: #fff;
}


.all_content .game-type a:hover, .all_content .game-type .active,.all_content .game-zimu a:hover  , .all_content .game-zimu .active{
    color: #fff;
    background: #03b4f5;
}
.all_content .game-type a ,.all_content .game-zimu a{
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 16px;
    padding: 0 12px;
    float: left;
    display: inline;
    position: relative;
}
.game-all{
	margin-top:30px;
	overflow: hidden;
	position: relative;
}
.all_content .game-zimu {
	margin-top: 10px;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    position: relative;

}
.game-all li{
    position: relative;
    width: 290px;
    height: 180px;
	margin:9px;
    border: 1px solid #ddd;
    float: left;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	background: #fff;
	overflow: hidden;
}


.game-all li img{
    width: 100%;
	height:120px;
	transition: all 0.6s;
}

.game-all li img:hover{  
    transform: scale(1.1);
} 


.game-all li .recommend-1 {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    line-height: 30px;
	background: #fff;
    color: #666;
}
.game-all li .recommend-2 {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    line-height: 30px;
	background: #fff;
    color: #999;
}

.game-all li .recommend-1 .name{
	float:left;
	padding-left: 10px;
	font-size:16px;
	color: #666;
}

.game-all li .recommend-2 .type {
	float:left;
	padding-left: 10px;
	font-size:14px;
}

.game-all li .recommend-1 .menu{
	float:right;
	padding-right:10px;
	font-size:16px;
}
.menu a{
	color: #999;
	font-size:14px;	
}

.game-all li .recommend-2 .bili{
	float:right;
	padding-right:10px;
	font-size:14px;
	color: #f00;
}

