.main{
    		width:899px;
    		margin:41px auto 39px;
    		padding:20px;
    		background-color: #fff;
    	}
    	.w100{
    		width:899px;
    		clear:both;
    	}
    	.item:first-child>.game-item{
    		margin-top:0;
    	}
    	.game-item{
    		height:356px;
    		margin-top:61px;
    	}
    	.game-item>li{
    		float:left;
    		width:200px;
    		height:356px;
    		margin-right:33px;
    	}
    	.game-item>li:last-child{
    		margin:0;
    	}
    	.game-item>li>img{
    		width:100%;
    	}
    	
		.game-name{
			text-align:center;
			margin:20px auto;
			height:24px;
			line-height:24px;
			font-size:24px;
			color:#666;
			font-weight:500;
		}
		.link-item{
			width:346px;
			height:48px;
			margin:0 auto;
		}
		.link-item>a{
			display:block;
			float:left;
			width:163px;
			height:48px;
			box-sizing:border-box;
			border:2px solid #ff5046;
			border-radius:24px;
			color:#ff5046;
			text-align:center;
			line-height:44px;
			font-size:20px;
		}
		.link-item>.andoridLink{
			float:right;
		}
		.link-item>.onelink{
			margin-left:91.5px;
			clear:none;
		}