body {
    color: #666;
	background: #f1f2f3;
}

.game-banner {
    width: 100%;
	min-width: 1240px;
    height: 330px;
    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: 371px;
	height: 100px;
	margin:10px;
	padding: 10px;
    border: 1px solid #bdf6ef;
    float: left;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	 background: #fff;
}

.game-banner .tj-game  ul li .img{
	float: left;
}

.game-banner .tj-game ul li .img img {
    width: 96px;
    height: 96px;
}

.game-banner .tj-game ul li .info {
    padding: 0 0 0 10px;
    float: left;

}

.game-banner .tj-game ul li .info .decs {
    width: 116px;
    height: 96px;
    float: left;
}

.game-banner .tj-game ul li  .info .name {

    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    margin-top: 5px;

}


.game-banner .tj-game ul li .info span {

    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    margin-top: 10px;
    color: #868585;

}


.game-banner .tj-game ul li .info .button {

    position: absolute;
    top: 10px;
    right: 10px;
    width: 96px;
    height: 34px;
    line-height: 34px;
    color: #2da4f4;
    background: #fff;
    border: 1px solid #2da4f4;
    border-radius: 5px;
    text-align: center;

}


.game-banner .tj-game ul li .info .mobile {

    top: 65px;
    border: 1px solid #dedede;
    color: #999999;

}


.game-banner .tj-game ul li .code {

    position: absolute;
    right: -32px;
    top: -137px;
    width: 162px;
    height: 185px;
    border: 1px solid #dfdfdf;
    background: #fff;
    z-index: 999;
}

.game-banner .tj-game ul li .code .n1 {

    height: 32px;
    line-height: 32px;
    text-align: center;

}

.game-banner .tj-game ul li .code img {

    display: block;
    margin: 0 auto;
    width: 150px;
    height: 150px;

}


.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;
    margin-right: 30px;
    float: left;
    background: #fff;
    width: 216px;
    height: 300px;
    border-radius: 12px;
    border: solid 1px #e5e5e5;
    margin-bottom: 31px;
}

.game-all li .recommend {
    
    margin: 0 auto;
   
    margin-top: 20px;
    text-align: center;
}

.game-all li .name {
    font-size: 16px;
      margin-top: 30px;
    margin-bottom: 30px;
}

.game-all li .type {
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.game-all li:hover {
    border: solid 1px #2da4f4;
}
.game-all li img {

    width: 120px;
    height: 120px;

}
.game-all li:hover .recommend a img{
 transform: scale(1.20,1.20);
-moz-transform: scale(1.20,1.20);
 -webkit-transform: scale(1.20,1.20);
 transition: all 0.3s ease 0s;
}
.game-all li .recommend .button {
width: 120px;
    margin: 0 auto;
    display: block;
    height: 24px;
    line-height: 24px;
    color: #2da4f4;
    background: #fff;
    border: 1px solid #2da4f4;
    border-radius: 5px;
    text-align: center;

}
.game-all li:hover .recommend .button,.game-all li .recommend .button:hover{background:#16aaff; color:#fff;transition: all 0.3s ease 0s;}