body {
    color: #666;
	background: #f1f2f3;
}

.game-banner {
	margin-top: 106px;
    width: 100%;
    height: 360px;
    background: url(../images/webgame/gamesbanner.jpg) top center no-repeat;
}

.g-main {
	
	margin: 30px auto;
	position: relative;
	overflow: hidden;
}

.game-banner .tj-game {
    margin: 0 auto;
	width:1420px;
	height: 360px;
}


.game-banner li {
    position: relative;
	margin: 20px 9px;
    width: 264px;
    height: 309px;

    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: 100%;
	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:160px;
}

.game-banner li .pay{
	float:left;
	width:120px;
	color:#F00;
}

.btn:hover {
    background: #f92b0e;
}
.btn{
    padding: 2px 10px;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #03b4f5;
}

.all_content{
	width: 1420px;
	margin: 0 auto;
	position: relative;
}
.all_content .game-type {
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.all_content .game-type .name{
	float: left;
	line-height: 40px;
	font-size: 16px;
    padding: 0 12px;
	background: #f00;
	color: #fff;
}

.all_content .game-type dd{
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 16px;
    padding: 0 12px;
    float: left;
    display: inline;
    position: relative;
}

.all_content .game-type a:hover, .all_content .game-type .active,.all_content .game-zimu a:hover  , .all_content .game-type .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:0px;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	font-size: 14px;
}

.game-all li{
position: relative;
width: 1394px;
margin-top: 20px;
border: 1px solid #ddd;
float: left;
border-radius: 5px;
box-shadow: 0 0 5px rgba(0,0,0,.1);
background: #fff;
overflow: hidden;
padding: 10px 12px;
}

.game-all li small{
	float:left;
	padding-left: 10px;
	font-size:14px;
	width:16%;
	color: #666;
}

.game-all li:hover{  
  background:#B4D9E2;
} 
.fl{
	width:13%;
	float:left;
	}
.gift{
	text-align:right;
	}
.into{float:right;
	}
.game-all a{
	color: #F00;
	font-size:14px;	
}

@media screen and (max-width: 1400px) {
	.tj-game,
	.all_content{
		width: 1110px!important;
		overflow: hidden;
	}
	.game-all li{
		width: 1085px;
	}
	.game-banner li {
   		margin: 20px 5px;
	}
}

