.game{	background:#26282f;}
.game .banner1 .swipe-item-img{
	display:block;
	width:100%;
}
.game .banner2 .b2-title{
	height:110px;
	line-height:110px;
	font-family:Arial;
	font-weight:lighter;
	font-size:50px;
	text-align:center;
	color:#fc8301;
	text-transform:uppercase;
}
.game .banner2{
	border-bottom:6px solid #1b1d23;
}
.game .banner2 .b2-list:after{
	content:"\20";
	height:0;
	clear:both;
	display:block;
}
.game .banner2 .b2-list .b2-list-item{
	width:540px;
	height:510px;
	padding:25px;
	float:left;
	background:#1b1d22;
	margin-bottom:20px;
}
.game .banner2 .b2-list .b2-list-item:nth-child(odd){
	margin-right:20px;
}
.game .banner2 .b2-list .b2-list-item .b2-list-item-img{
	width:540px;
	height:304px;
}
.game .banner2 .b2-list .b2-list-item dl{
	padding:25px 0;
}
.game .banner2 .b2-list .b2-list-item dl dt{
	font-size:36px;
	color:#fff;
	line-height:40px;
}
.game .banner2 .b2-list .b2-list-item dl dd{
	font-size:24px;
	color:#00ade3;
	text-transform:capitalize;
}
.game .banner2 .b2-list .b2-list-item .b2-list-item-btn{
	display:block;
	width:180px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size:30px;
	background:#fc8301;
	border:1px solid #fff;
	color:#fff;
	transition:all .3s ease 0s;
	margin:0 auto;
	text-transform:uppercase;
}
.game .banner2 .b2-list .b2-list-item .b2-list-item-btn:hover{
	font-size:34px;
}

.game .banner2 .b2-list .b2-list-item .b2-list-item-p{
	color:#00ade3;
	font-size:24px;
  margin-bottom: 6px;
}

.game .banner2 .b2-list .b2-list-item .b2-list-item-p .b2-list-item-p-link{
	color:#00ade3;
}
.color-white{
	color:#fff;
}
.game .more .b2-more{
	height:100px;
	background:#1c1f23 url(../png/index-more.png) no-repeat center center;
	display:block;
	width:100%;
}
.game .more .return{
	transform: rotate(180deg);
	transform-origin:50% 50%;
	-ms-transform: rotate(180deg); /* IE 9 */
	-ms-transform-origin:50% 50%; /* IE 9 */
	-webkit-transform: rotate(180deg); /* Safari and Chrome */
	-webkit-transform-origin:50% 50%; /* Safari and Chrome */
	-moz-transform: rotate(180deg); /* Firefox */
	-moz-transform-origin:50% 50%; /* Firefox */
	-o-transform: rotate(180deg); /* Opera */
	-o-transform-origin:50% 50%; /* Opera */
}