body {
    color: #666;
	background: #f1f2f3;
}

.game-banner {
    width: 100%;
    height: 330px;
    background: url(../images/webgame/gamesbanner.jpg) top center no-repeat;
	margin-top: 106px;
}

.g-main {
	margin: 30px auto;
	position: relative;
    width: 1420px;
	overflow: hidden;
	
}

.game-banner .tj-game {
    margin: 0 auto;
	width: 1420px;
	padding-top:25px;
	height: 290px;
}


.game-banner li {
    position: relative;
	width: 313px;
	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;
}
a, body {
    color: #333;
}
.game-banner .tj-game ul li  .info .name {

    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
	

}


.game-banner .tj-game ul li .info span {

    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    margin-top:6px;
    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;

}
.fl {
    float: left;
}
.all_content {
width: 1420px;
    margin: 0 auto;
    position: relative;
}

.all_content .tab{
	background: #fff;
	padding:20px;
}

.all_content .game-type {
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    position: relative;
    margin-bottom: 20px;
}

.all_content .game-zimu {
    margin-top: 10px;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.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;
    border-radius: 8px;
}
.all_content .game-type a, .all_content .game-zimu a {
    color: #666;
    font-size: 16px;
    padding: 0 12px;
    float: left;
    display: inline;
    position: relative;
    margin: 0px 5px;
    text-align: center;
}
.game-all {
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 20px 10px;
	height:800px;
}

.game-all li:hover {
    border: solid 1px #2da4f4;
}
.game-all li {
    position: relative;
    margin: 5.5px;
    float: left;
    background: #fff;
    width: 142px;
    height: 236px;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    margin-bottom: 31px;
}
.game-all li img {
    width: 94px;
    height: 94px;
}

.game-all li .recommend {
    width: 94px;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 20px;
    text-align: center;
}

.game-all li .name {
    font-size: 16px;
    margin-top: 10px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.game-all li .type {
    font-size: 12px;
    margin-top: 10px;
}

.game-all li .recommend .button {
    display: block;
    height: 24px;
    line-height: 24px;
    color: #2da4f4;
    background: #fff;
    border: 1px solid #2da4f4;
    border-radius: 5px;
    text-align: center;
}

@media screen and (max-width: 1400px) {
	.tj-game,
	.g-main{
		width: 1110px!important;
		overflow: hidden;
	}
	.all_content{
		width:1110px;!important;
	}
	.game-banner li{
		width: 328px;
	}
	.game-all {
		height:1080px;
	}
}