body {
	background: #f6f7fb;
}
#focus{
	width: 100%;
	height: 720px;
	overflow: hidden;
}


.swiper .game_desc {
	position: absolute;
	margin-left: 360px;
	margin-top: 200px;
	text-shadow: 0 0 5px black;
	color: white;
}
.swiper .qrcode, .swiper .icon {
	width: 125px;
	height: 125px;
	margin-right: 13px;
}
.swiper .game_desc .gamename{
	font-weight: bold;
	font-size: 30px;
	margin-bottom: -5px;
	margin-top: 10px;
}
.swiper .game_desc .gamedesc{
	font-size: 16px;
	max-width: 400px;
}
.swiper .game_desc .gotogame{
	margin-top: 30px;
}

.block {
	margin: auto; width: 1200px;
	margin-top: 70px;
}

.sub_title {
	margin: 20px 0;
}
.sub_title .sub_title_red {
	width: 5px;
	height: 42px;
	background: #be001f;
	float: left;
	margin-top: 4px;
}
.sub_title h2 {
	font-size: 48px;
	margin-left: 25px;
}
.sub_title .title_more {
	float: right;
	color: #666;
	background: #DFDFDF;
	padding: 5px 15px;
	margin-top: 20px;
}

.hotgame {
	width: 570px;
	display: inline-block;
	background: white;
	margin: 1em 0;
}
.hotgame:nth-child(odd){
	float: right;
}
.hotgame .img {
	width: 570px;
	height: 310px;
	overflow: hidden;
	position: relative;
}
.hotgame .img .gamepic {
	width: 100%;
}
.hotgame .downgame {
	position: absolute;
	background: #f53650;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 90%;
	color: white;
	display: none;
}
.hotgame .downgame .left {
	float: left;
	text-align: center;
	margin-top: 80px;
	margin-left: 90px;
	font-size: 16px;
}
.hotgame .downgame .left a {color: white;}
.hotgame .downgame .left a:hover {color: white;}

.hotgame .downgame .qrcode {
	width: 125px;	height: 125px;
}
.hotgame .downgame .info {
	font-size: 18px;
	margin-top: 90px;
	margin-left: 250px;
	line-height: 2em;
}
.hotgame .gameinfo {
	height: 190px;
	padding: 15px 25px;;
}
.hotgame .gameinfo h4{
	font-weight: bold;
	font-size: 30px;
}
.hotgame .gameinfo p{
	color: gray;
}
.hotgame .gameinfo a {
	float: right;
	color: gray;
	/*color: #ca001d;*/
	font-size: 16px;
}
.hotgame .gameinfo a.active {
	color: #ca001d;
}

.news_div {
	background: white;
	padding: 2em;
	position: relative;
}
.news_div li {
	width: 520px;
	line-height: 2.5em;
	list-style: inside;
}
.news_div li::marker {
	color: #A0A0A0;
}
.news_div .date {
	float: right;
}
.news_div .divider {
	position: absolute;
	background: gray;
	width: 2px;
	height: 80%;
	top: 10%;
	left: 51%;
}

.footer1 {
	background: #e4e4e4;
	height: 340px;
	width: 100%;
	margin-top: 85px;
	/*color: white;*/
}
.footer1>div {
	width: 1000px;
	margin: auto;
	padding-top: 80px;
}