#mobile-wrap {
    background:url('../images/Mobilebg.png');
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	height: 720px;
}
#mobile-wrap .wrap-content {
	height: 100%;
	display: flex;
	align-items: center;
	/*padding: 0 16px;*/
	position: relative;
	min-width: 1300px;
	margin: 0 auto;
}

#mobile-wrap .wrap-content .left, 
#mobile-wrap .wrap-content .right {
	flex: 1 1 50%;
	position: relative;
	height: 100%;
	padding: 50px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#mobile-wrap b {
	width: 100%;
	height: 100%;
	display: block;
	background: center center no-repeat;
	background-size: contain;
}
#mobile-wrap .left,
#mobile-wrap .right {
	flex: 1 1 50%;
	position: relative;
	height: 100%;
	padding: 50px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#mobile-wrap .right {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#mobile-wrap .right > div {
	width: 545px;
	margin: 0 auto;
}

#mobile-wrap .title {
	margin: 0 -2.5%;
}
#mobile-wrap .title b {
	padding: 16.61% 0 0;
    background:url('../images/Mtitle.png');
}
#mobile-wrap .desc {
	font-size: 20px;
}
#mobile-wrap hr {
	margin: 30px 0;
	border: none;
	border-bottom: 1px solid #ccc;
}
#mobile-wrap .qrcode {
	display: flex;
	text-align: center;
	justify-content: space-around;
}
#mobile-wrap .qrcode > * {
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
}
#mobile-wrap .qrcode .icon {
	width: 128px;
	height: 128px;
	margin: 0 auto 20px;
}
#mobile-wrap .qrcode .ios .icon b {
    background:url('../images/apple-logo.png') top;
}
#mobile-wrap .qrcode .android .icon b {
    background:url('../images/android-logo.png') top;
}
#mobile-wrap .cap {
	font-size: 18px;
	font-weight: 700;
}
#mobile-wrap .version {
	font-size: 14px;
}
#mobile-wrap .container {
	background: white;
	overflow: hidden;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
#mobile-wrap .container .txt {
	margin: 0 0 10px;
}
#mobile-wrap .code {
	width: 170px;
	height: 170px;
	display: block;
	margin: 10px;
	background: white;
}
#mobile-wrap .code img {
	width: 170px;
}
#mobile-wrap .sections {
	display: flex;
	justify-content: space-around;
	text-align: center;
}
#mobile-wrap .sections > div {
	flex: 1 0 20%;
	cursor: pointer;
}
#mobile-wrap .sections .icon {
	width: 77px;
	height: 77px;
	margin: 10px auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	box-shadow: 0 10px 6px 0 rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 10px 6px 0 rgba(0, 0, 0, 0.16);
}
#mobile-wrap .sections .sports .icon b {
    background:url('../images/icon-1.png');
}
#mobile-wrap .sections .livecasino .icon b {
    background:url('../images/icon-2.png');
}
#mobile-wrap .sections .casino .icon b {
    background:url('../images/icon-3.png');
}
#mobile-wrap .sections .lottery .icon b {
    background:url('../images/icon-4.png');
}
#mobile-wrap .sections .fishhunter .icon b {
    background:url('../images/icon-5.png');
}
#mobile-wrap .footer-section a {
	text-decoration: none;
}
#mobile-wrap .footer-section .footer-top-article-header {
	font-size: 30px;
	font-weight: 700;
	padding-left: 20px;
	border-left-width: 10px;
}
#mobile-wrap .footer-section .footer-respo p,
#mobile-wrap .footer-section .footer-payment p {
	margin-top: 0;
}
#mobile-wrap .footer-section .footer-top-container {
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
}


/*
Keyframes
*/
@keyframes fade_in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes go_up4 {
	0% {
		transform: translate3d(0, 480px, 0);
	}
	100% {
		transform: translate3d(0, 0px, 0);
	}
}

@keyframes floaty1 {
	0% {
		transform: translate3d(0, 0px, 0);
	}
	50% {
		transform: translate3d(0, 6px, 0);
	}
	100% {
		transform: translate3d(0, 0px, 0);
	}
}
@keyframes floaty2 {
	0% {
		transform: translate3d(0, 0px, 0);
	}
	50% {
		transform: translate3d(0, 12px, 0);
	}
	100% {
		transform: translate3d(0, 0px, 0);
	}
}

.gi-1 {
	animation: go_up4 0.75s 0s ease-in-out 1 forwards, fade_in 0.75s 0s ease-in-out 1 forwards;
}
.gi-1 b {
	animation: floaty2 3s 0s ease-in-out infinite forwards;
}
.gi-2 {
	animation: go_up4 0.75s 0.2s ease-in-out 1 forwards, fade_in 0.75s 0.2s ease-in-out 1 forwards;
}
.gi-2 b {
	animation: floaty1 3s 0.2s ease-in-out infinite forwards;
}
.gi-3 {
	animation: go_up4 0.75s 0.4s ease-in-out 1 forwards, fade_in 0.75s 0.4s ease-in-out 1 forwards;
}
.gi-4 {
	animation: go_up4 0.75s 0s ease-in-out 1 forwards, fade_in 0.75s 0s ease-in-out 1 forwards;
}
.gi-5 {
	animation: go_up4 0.75s 0.5s ease-in-out 1 forwards, fade_in 0.75s 0.5s ease-in-out 1 forwards;
}
.gi-7 {
	animation: go_up4 0.75s 0s ease-in-out 1 forwards, fade_in 0.75s 0s ease-in-out 1 forwards;
}
.gi-8 {
	animation: go_up4 0.75s 0.8s ease-in-out 1 forwards, fade_in 0.75s 0.8s ease-in-out 1 forwards;
}
.gi-9 {
	animation: go_up4 0.75s 1s ease-in-out 1 forwards, fade_in 0.75s 1s ease-in-out 1 forwards;
}
.gi-10 {
	animation: go_up4 1.2s 0.8s ease-in-out 1 forwards, fade_in 1.2s 0.8s ease-in-out 1 forwards;
}
.gi-10 b {
	animation: floaty1 3s 0.2s ease-in-out infinite forwards;
}
.gi-11 {
	animation: go_up4 1.2s 0.7s ease-in-out 1 forwards, fade_in 1.2s 0.7s ease-in-out 1 forwards;
}
.gi-11 b {
	animation: floaty2 3s 0s ease-in-out infinite forwards;
}
.gi-12 {
	animation: go_up4 1.2s 0.9s ease-in-out 1 forwards, fade_in 1.2s 0.9s ease-in-out 1 forwards;
}
.gi-12 b {
	animation: floaty2 3s 0.4s ease-in-out infinite forwards;
}
.gi-13 {
	animation: go_up4 1.2s 1.1s ease-in-out 1 forwards, fade_in 1.2s 1.1s ease-in-out 1 forwards;
}
.gi-13 b {
	animation: floaty1 3s 0.6s ease-in-out infinite forwards;
}


.gi {
	position: absolute;
	margin-left: 10%;
	opacity: 0;
}
.gi-1 {
	bottom: calc(0px * 0.95);
    left: calc(430px * 0.95);
    width: 123.8px;
    height: 124.8px;
}
#mobile-wrap .gi-1 b {
    background:url('../images/gi1.png');
}
.gi-2 {
    width: 77px;
    height: 76px;
	bottom: calc(80px * 0.95);
	left: calc(520px * 0.95);
}
#mobile-wrap .gi-2 b {
    background:url('../images/gi2.png');
}
.gi-3 {
	width: 320px;
    height: 547px;
	bottom: calc(0px * 0.95);
	left: calc(-40px * 0.95);
}
#mobile-wrap .gi-3 b {
    background:url('../images/gi3.png');
}
.gi-4 {
	width: calc(496px * 0.95);
	height: calc(244px * 0.95);
	bottom: calc(0px * 0.95);
	left: calc(89px * 0.95);
}
#mobile-wrap .gi-4 b {
    background:url('../images/gi4.png');
}
.gi-5 {
	width: calc(178px * 0.95);
	height: calc(178px * 0.95);
	bottom: calc(70px * 0.95);
	left: calc(325px * 0.95);
}
#mobile-wrap .gi-5 b {
    background:url('../images/gi5.png');
}
.gi-7 {
	width: calc(623px * 0.95);
	height: calc(394px * 0.95);
	bottom: calc(0px * 0.95);
	left: calc(20px * 0.95);
}
#mobile-wrap .gi-7 b {
    background:url('../images/gi7.png');
}
.gi-8 {
	width: calc(199px * 0.95);
	height: calc(158px * 0.95);
	bottom: calc(290px * 0.95);
	left: calc(220px * 0.95);
}
#mobile-wrap .gi-8 b {
    background:url('../images/gi8.png');
}
.gi-9 {
	width: calc(255px * 0.95);
	height: calc(438px * 0.95);
	bottom: calc(300px * 0.95);
	left: calc(380px * 0.95);
}
#mobile-wrap .gi-9 b {
    background:url('../images/gi9.png');
}
.gi-10 {
	width: calc(97px * 0.95);
	height: calc(39px * 0.95);
	bottom: calc(470px * 0.95);
	left: calc(250px * 0.95);
}
#mobile-wrap .gi-10 b {
    background:url('../images/gi10.png');
}
.gi-11 {
	width: calc(90px * 0.95);
	height: calc(31px * 0.95);
	bottom: calc(560px * 0.95);
	left: calc(290px * 0.95);
}
#mobile-wrap .gi-11 b {
    background:url('../images/gi11.png');
}
.gi-12 {
	width: calc(90px * 0.95);
	height: calc(49px * 0.95);
	bottom: calc(590px * 0.95);
	left: calc(220px * 0.95);
}
#mobile-wrap .gi-12 b {
    background:url('../images/gi12.png');
}
.gi-13 {
	width: calc(77px * 0.95);
	height: calc(33px * 0.95);
	bottom: calc(650px * 0.95);
	left: calc(260px * 0.95);
}
#mobile-wrap .gi-13 b {
    background:url('../images/gi13.png');
}