.mobile-navbar {
	background-color: #E6E6E6;
	width: 100%;
	margin: 30px 0 20px;
}
.mobile-navbar > li {
	float: left;
}
.mobile-navbar > li:nth-child(1) {
	width: 100%;
}
.mobile-navbar > li:nth-child(n+2) {
	width: 50%;
}
.mobile-navbar > li > a {
	color: #999;
	height: 46px;
	padding: 12px 10px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
}
.mobile-navbar > li.active > a,
.mobile-navbar > li > a:hover {
	background-color: #BDABD3;
	color: #FFF;
}
.mobile-navbar > li > a i {
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 4px;
	vertical-align: bottom;
}
.mobile-navbar > li:nth-child(1) > a i {
	background-image: url("/v2/img/download/icons/html5.png");
	width: 19px;
	height: 21px;
}
.mobile-navbar > li:nth-child(2) > a i {
	background-image: url("/v2/img/download/icons/android.png");
	width: 18px;
	height: 22px;
}
.mobile-navbar > li:nth-child(3) > a i {
	background-image: url("/v2/img/download/icons/ios.png");
	width: 18px;
	height: 21px;
}
.mobile-navbar > li:nth-child(1).active > a i,
.mobile-navbar > li:nth-child(1) > a:hover i {
	background-image: url("/v2/img/download/icons/html5-hover.png");
}
.mobile-navbar > li:nth-child(2).active > a i,
.mobile-navbar > li:nth-child(2) > a:hover i {
	background-image: url("/v2/img/download/icons/android-hover.png");
}
.mobile-navbar > li:nth-child(3).active > a i,
.mobile-navbar > li:nth-child(3) > a:hover i {
	background-image: url("/v2/img/download/icons/ios-hover.png");
}
.mobile-navbar > li > a span {
	display: inline-block;
	margin-bottom: 2px;
	vertical-align: bottom;
}

.games {
	width: 290px;
	margin: 0 auto 50px;
}
.games:after {
	content: "";
	display: table;
	clear: both;
}
.game {
	float: left;
	width: 50%;
	padding: 5px 10px 15px 10px;
}
.game .btn-manage {
	background-color: #381A5A;
	color: #FFF;
	font-size: 12px;
	border-radius: 0;
	text-transform: uppercase;
	white-space: normal;
}
.game-head {
	position: relative;
}
.game-head img {
	width: 100%;
	height: calc(210.5px/2);
	margin-bottom: 20px;
	object-fit: cover;
	object-position: top;
}
.game-head p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #FFF;
	color: #333;
	margin: 0 5px;
	padding: 5px 0;
	font-size: 16px;
	font-weight: 600;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}
.game-body .game-qr {
	float: left;
	width: 60%;
	height: 80px;
	padding: 6px;
}
.game-body .game-qr img {
	width: 100%;
}
.game-body .game-platform {
	float: left;
	width: 40%;
	height: 80px;
	padding: 5px;
	text-align: center;
}
.game-body .game-platform:before {
	content: "";
	display: inline-block;
	height: 100%;
	margin-right: -5px;
	vertical-align: middle;
}
.game-body .game-platform img {
	max-width: 100%;
}

@media (min-width: 550px) {
	.mobile-navbar > li:nth-child(1) {
		width: 40%;
	}
	.mobile-navbar > li:nth-child(n+2) {
		width: 30%;
	}
	.games {
		width: 500px;
	}
	.game {
		width: calc(100%/3);
		padding: 5px 15px 15px 15px;
	}
	.game-head img {
		height: calc(230px/2);
	}
	.game-body .game-qr {
		height: 85px;
	}
	.game-body .game-platform {
		height: 85px;
	}
}

@media (min-width: 768px) {
	.mobile-navbar > li:nth-child(n+1) {
		width: 200px;
	}
	.games {
		width: 100%;
	}
	.game {
		width: 25%;
		padding: 10px 20px 15px 20px;
	}
	.game:hover {
		-webkit-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	.game:hover .game-head img {
		object-position: bottom;
	}
	.game-head img {
		height: calc(236px/2);
	}
	.game-body .game-qr {
		height: 90px;
	}
	.game-body .game-platform {
		height: 90px;
	}
}

@media (min-width: 992px) {
	.game {
		padding: 20px 40px 30px 40px;
	}
	.game-head img {
		height: calc(262px/2);
	}
	.game-body .game-qr {
		height: 100px;
	}
	.game-body .game-platform {
		height: 100px;
	}
}

@media (min-width: 1200px) {
	.game-head img {
		height: calc(345.5px/2);
	}
	.game-body .game-qr {
		width: 55%;
		height: 115px;
	}
	.game-body .game-platform {
		width: 45%;
		height: 115px;
	}
}