﻿body{
	width: 100%;
	height: 100%;
	background: #f9f9f9;
	margin:0;
}

html{
	width:100%;
}

.main-content {
	width: 100%;
}

.carousel{
	width: 100%;
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.hotGame {
	top: 750px;
	width: 1100px;
	height: 500px;
	margin: 50px auto;
	clear:both;
}




.game-pros{
	width: 1100px;
}

.games-pro-name{
	color: #1f1f1f;
	font-family: "微软雅黑";
	font-size: 18px;
}

.games-pros-art{
	color:#6e6e6e;
	font: "微软雅黑";
	font-size: 14px;
}

.web-img{
	width:117px;
	height:34px;
	float:right;
	margin-top:50px;
}

.hot-logo{
	width: 100%;
}

.hotGameShow
{
	width: 93%;
	margin-top: 20px;

}

.hotGame1
{
	float: left;
	height: 368px;
	
}

.hotGame2
{
	float: left;
	margin-left: 40px;
	/*box-shadow:1px 1px 5px #999;*/
	height: 368px;
}

.hotGame1:hover{
	box-shadow:1px 1px 5px #999;
}

.hotGame2:hover{
	box-shadow:1px 1px 5px #999;
}


.hotGameWord
{
	
	font-size: 16px;
	width: 306px;
	position: relative;
	left: 20px;
	top: -180px;
	margin-top: 5px;
}
.hotGameLike
{
	
	font-size: 16px;
	width: 50px;
	position: relative;
	top: 50px;

}

@media screen and (max-width: 1100px) {
.main-content{
	width: 1100px;
}
}
