/*游戏*/
.game_box{
    background:url(../imgs/game_bg.jpg) center center no-repeat;
    background-size:cover;
    position:relative;
}
.introduce h3{
	margin-top:53px ;
}
@media (min-width:1055px){
    .game_box{
        /*height:470px;*/
        background:url(../imgs/game_bg.jpg) no-repeat;
        background-size:cover;
        position:relative;
    }
}

.introduce h4{
	color: #626262;
	margin-top: 40px;
	background:url(../imgs/pin.png) left center no-repeat;
	padding-left: 9px;
}

.introduce p.content_deta{
	color: #626262;
	line-height: 30px;
}

.game_box{
	margin-top: 100px;
}

.pulse{
    animation:0.5s ease-in-out;
}

.pingt img{
    margin-right: 5px;		
}

/********************/
#conBox{
	/*background: peru;*/
	min-height: 600px;
}

@media (min-width: 768px){
	#conBox {
	    width: 780px;
	}
}

@media (min-width: 992px){
	#conBox {
	    width: 1000px;
	}
}

@media (min-width: 1200px){
	#conBox {
	    width: 1000px;
	}
	.QQimg{
		float: left;
		width: 20%;
		max-width: 177px;
		padding-left: 0;
		padding-right: 0;
	}
	.qq_detail{
		float: right;
		width: 80%;
	}
	#goNet {
		margin-top: 16px;
	}
}
@media (min-width: 1400px){
	#conBox {
	    width: 1230px;
	}
}

/*img_qq image*/
/*1200  992  768 */
@media only screen and (min-width: 768px) {

	.gameTitle{
		padding-top: 50px;
		border-bottom: 1px solid #b2b2b2;
	}
	
	.gameTitle h1.gameGoods,h3.Game{
		float: left;
		margin-right:10px;
	}
	
	.gameTitle h1.gameGoods{
		font-size: 24px;
	}
	
	h3.Game{
		font-size:14px;
	}
	
	.introduce h3 {
	    font-size: 22px;
	    margin-top: 50px;
	}
	
	.introduce p.content_deta {
	    color: #626262;
	    line-height: 20px;
	    font-size: 15px;
	}
	
	.gameTitle h3{
		margin-top: 30px;
	}
	
	.gameTitle p{
		font-size: 14px;
		color: #626262;
		margin-left: 0;
		margin-bottom: 10px;
	}
	
	.qq_market{
		padding-top: 30px;
	}
	
	.qq_market .QQimg{
		float: left;
		width: 20%;
		max-width: 177px;
		padding-left: 0;
		padding-right: 0;
		/*padding-right: 30px;*/
	}
	
	.qq_market .QQimg .img1{
		width: 100%;
	}
	
	#goNet{
		display: block;
		line-height: 40px;
		font-size: 23px;
		color: #626262;
		width: 100%;
		height: 40px;
		border: 2px solid #626262;
		text-align: center;
		margin-top:16px ;
	}
	/*goNet*/
	
	.qq_market .qq_detail{
		float: right;
		padding-top: 12px;
		/*width: 75%;
		padding-left:5% ;*/
	}
	
	.qq_market .qq_tit,.pingt{
		float: left;
		margin-right: 62px;
		margin-top: 0;
		color: #626262;
	}
	
	.qq_market .qq_tit{
		font-size: 20px;
	}
	
	.qq_market .pingt{
		margin-top: 5px;
		font-size: 16px;
	}
	
	.qq_market div.content{
		word-break:break-all;
		font-size: 14px;
		line-height: 34px;
		color: #626262;
		border:none;
		overflow:hidden;
		width: 100%;
	}
	
	.qq_market a{
		display: none;
		/*line-height: 40px;
		font-size: 23px;
		color: #626262;
		width: 177px;
		height: 40px;
		border: 2px solid #626262;
		text-align: center;
		margin-bottom: 30px;*/
	}
	
	.qq_market img.go{
		padding-left: 19px;
	}
	
}

@media (max-width: 768px) {

	.gameTitle{
		padding-top: 20px;
		border-bottom: 1px solid #b2b2b2;
	}
	
	.gameTitle h1.gameGoods,h3.Game{
		float: left;
		margin-right:10px ;
	}
	
	.gameTitle h3{
		margin-top: 30px;
	}
	
	.gameTitle p{
		font-size: 16px;
		color: #626262;
		margin-left: 0;
		margin-bottom: 10px;
	}
	
		
	.qq_market{
		padding-top: 20px;
	}
	
	.qq_market .QQimg{
		display: none;
	}
	
	.qq_market .qq_detail{
		width: 100%;
	}
	
	.qq_market .qq_tit,.pingt{
		float: left;
		margin-right: 20px;
		margin-top: 10px;
		color: #626262;
	}
	
	.qq_market .qq_tit{
		font-size: 20px;
	}
	
	.qq_market .pingt{
		margin-top: 15px;
	}
	
	.qq_market div.content{
		word-break:break-all;
		font-size: 14px;
		line-height: 34px;
		color: #626262;
		border:none;
		overflow:hidden;
		width: 100%;
	}
	
	.qq_market a{
		display: block;
		line-height: 30px;
		font-size: 18px;
		color: #626262;
		/*width: 100px;*/
		height: 30px;
		border: 2px solid #626262;
		text-align: center;
		float: left;
		margin-bottom: 20px;
		margin-left:calc(50% - 50px);
	}
	
	.qq_market img.go{
		padding-left: 19px;
		display: none;
	}
	
	.introduce h3 {
		font-size:20px ;
	    margin-top: 30px;
	}
	
	.introduce h4 {
	    color: #626262;
	    margin-top: 40px;
	    background: url(../imgs/pin.png) left center no-repeat;
	    padding-left: 9px;
	    font-size: 16px;
	}
	
}

.swiper-scrollbar{
	margin-bottom: 0;
}
.swiper-wrapper{
	
}
.imgBox{
	padding: 0;
	overflow:hidden;
}
.imageBox{
	padding: 0;
	overflow:hidden;
}
/*.imgBox .img1{
	width: 49%;
	float: left;
	overflow: hidden;
}*/

/*.imageBox{
	height: 100%;
	overflow: hidden;
}*/

.imgBox .image{
	float: left;
	overflow: hidden;
	margin-right: 1%;
}
.imageBox .image{
	float: left;
	overflow: hidden;
	margin-right: 1%;
}
/**************************/

.imgBox img{
	/*height: 95%;*/
	height: auto;
}
/**************************/
/*1200  992  768 */
@media only screen and (min-width: 0px) and (max-width: 340px) {
	.container {
    	padding-right: 0px;
    	padding-left: 0px;
    	margin-right: auto;
    	margin-left: auto;
    }	
	.imgBox{
		height: 70px;
	}
	.imageBox{
		height: 125px;
	}
	.gameTitle h1.gameGoods,h3.Game{
		font-size: 16px;
	}
	.gameTitle p {
    	font-size: 10px;
    }
    .gameTitle h3 {
	    margin-top: 23px;
	    font-size: 14px;
	}
	.qq_tit{
		font-size:12px ;
	}
	.pingt{
		font-size:10px ;
	}
	.qq_market .qq_tit,.qq_market .pingt {
    	margin-right: 5px;
    	margin-top: 0px;
    }
    .qq_market .qq_tit{
    	font-size: 16px;
    }
    .qq_market div.content {
    	font-size: 10px;
    	line-height: 20px;
    }
    .introduce h3 {
    	color: #626262;
    	font-size:12px ;
    	margin-top: 10px;
    }	
    .introduce h4 {
    	color: #626262;
   	 	margin-top: 8px;
   	 	font-size: 12px;
    	background: url(../imgs/pin.png) left center no-repeat;
    	padding-left: 9px;
    }	
    .introduce p.content_deta {
    	color: #626262;
    	font-size: 10px;
    	line-height: 20px;
    }
    .qq_market a {
    	font-size: 14px;
    	line-height: 28px;
    }
}
@media only screen and (min-width: 340px) and (max-width: 450px) {
	.imgBox{
		height: 109.6px;
	}
	.imageBox{
		height: 140px;
	}
	.container {
    	padding-right: 0px;
    	padding-left: 0px;
    	margin-right: auto;
    	margin-left: auto;
    }	
	.imgBox{
		height: 70px;
	}
	.imageBox{
		height: 125px;
	}
	.gameTitle h1.gameGoods,h3.Game{
		font-size: 20px;
	}
	.gameTitle p {
    	font-size: 14px;
    }
    .gameTitle h3 {
	    margin-top: 20px;
	}
	.qq_tit{
		font-size:16px ;
	}
	.pingt{
		font-size:14px ;
	}
	.qq_market .qq_tit,.qq_market .pingt {
    	margin-right: 5px;
    	margin-top: 0px;
    }
    .qq_market .qq_tit{
    	font-size:16px;
    }
    .qq_market div.content {
    	font-size: 14px;
    	line-height: 28px;
    }
    .introduce h3 {
    	color: #626262;
    	font-size:16px ;
    	margin-top: 14px;
    }	
    .introduce h4 {
    	color: #626262;
   	 	margin-top: 8px;
   	 	font-size: 14px;
    	background: url(../imgs/pin.png) left center no-repeat;
    	padding-left: 9px;
    }	
    .introduce p.content_deta {
    	color: #626262;
    	font-size: 12px;
    	line-height: 28px;
    }
    .qq_market a {
    	font-size: 18px;
    	line-height: 28px;
    }
}
@media only screen and (min-width: 450px) and (max-width: 580px) {
	.imgBox{
		height: 109.6px;
	}
	.imageBox{
		height: 240px;
	}
	.gameTitle h1.gameGoods,h3.Game{
		font-size: 24px;
	}
	.gameTitle p {
    	font-size: 16px;
    }
    .gameTitle h3 {
	    margin-top: 20px;
	}
	.qq_tit{
		font-size:18px;
	}
	.pingt{
		font-size:16px ;
	}
	.qq_market .qq_tit,.qq_market .pingt {
    	margin-right: 5px;
    	margin-top: 0px;
    }
    .qq_market div.content {
    	font-size: 14px;
    	line-height: 28px;
    }
    .introduce h3 {
    	color: #626262;
    	font-size:18px ;
    	margin-top: 14px;
    }	
    .introduce h4 {
    	color: #626262;
   	 	margin-top: 8px;
   	 	font-size: 14px;
    	background: url(../imgs/pin.png) left center no-repeat;
    	padding-left: 9px;
    }	
    .introduce p.content_deta {
    	color: #626262;
    	font-size: 12px;
    	line-height: 28px;
    }
    .qq_market a {
    	font-size: 18px;
    	line-height: 28px;
    }
}
@media only screen and (min-width: 580px) and (max-width: 640px) {
	.imgBox{
		height: 187.1px;
	}
	.imageBox{
		height: 270px;
	}
	.gameTitle h1.gameGoods,h3.Game{
		font-size: 24px;
	}
	.gameTitle h3 {
	    margin-top: 22px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 768px) {
	.imgBox{
		height: 206.45px;
	}
	.imageBox{
		height: 330px;
	}
	.gameTitle h1.gameGoods,h3.Game{
		font-size: 20px;
	}
	.gameTitle h3 {
	    margin-top: 22px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
	.imgBox{
		height: 247.74px;
	}
	.imageBox{
		height: 350px;
	}
	.gameTitle h1.gameGoods,h3.Game{
		font-size: 24px;
	}
	.gameTitle h3 {
	    margin-top: 22px;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1400px) {
	.imgBox{
		height: 300px;
	}
	.imageBox{
		height: 450px;
	}
}
@media only screen and (min-width: 1400px){
	.imgBox{
		height: 300px;
	}
	.imageBox{
		height: 540px;
	}
}
/*@media only screen and (min-width: 960px) and (max-width: 1200px) {
	.imgBox{
		height: 309.67px;
	}
}
@media only screen and (min-width: 1200px){
	.imgBox{
		height: 387.1px;
	}
}*/

.scale{
	transition: 1s all ease;
    -webkit-transition:all 1s ease-in-out;
    -moz-transition:all 1s ease-in-out;
    -ms-transition:all 1s ease-in-out;
    -o-transition:all 1s ease-in-out;
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
}

.scaleReset{
	transition: 1s all ease;
	-webkit-transition:all 1s ease-in-out;
    -moz-transition:all 1s ease-in-out;
    -ms-transition:all 1s ease-in-out;
    -o-transition:all 1s ease-in-out;
	transform: scale(1);
	-webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
	transform: scale(1);
}

/*.imgBox .img2{
	width: 49%;
	float: right;
	overflow: hidden;
}*/

