.am-app, .am-body-inner {
	-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}
.am-app, .am-page {
	top: 0;
	right: 0;
	left: 0
}
.am-body-wrap, .am-carrousel, .am-page, body {
	overflow: hidden
}
.am-drag .icon, .am-page {
	display: none
}
.am-drag.loading .icon, .page-modalLoading-inner .loading {
	-webkit-animation: animation-loading infinite linear 1.2s
}
.am-drag, .am-header p {
	text-align: center
}
iframe {
	opacity: 0
}
a, div, input, textarea {
	outline: 0
}
body, dd, dl, dt, form, h1, h2, h3, h4, html, input, li, ol, p, textarea, ul {
	margin: 0;
	padding: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0
}
body, html {
	width: 100%;
	height: 100%;
	min-height: 300px;
	-ms-touch-action: none
}
dl, li, ol, ul {
	list-style: none
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f7f7f7;
	font-size: 12px;
	color: #000;
	user-select: none;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	position: relative
}
.am-app, .am-body-wrap, .am-page {
	position: absolute;
	bottom: 0;
	width: 100%
}
img {
	border: none
}
h1, h2, h3 {
	font-weight: 400
}
.clear {
	clear: both
}
a {
	text-decoration: none
}
.am-app {
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}
.am-page {
	-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5000, 0, 0, 1);
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 5000, 0, 0, 1)
}
.am-header {
	height: 50px;
	background:-webkit-linear-gradient(left, #8479c8 0, #eb6ea7 50%, #8479c8 100%);
}
.am-body-wrap {
	top: 50px
}
.isios .am-body-wrap {
	top: 64px
}
.am-body-inner {
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}
.am-carrousel {
	width: 100%;
	position: relative
}
.am-carrousel-inner {
	min-height: 100%;
	-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
}
.am-drag {
	position: absolute;
	left: 0;
	top: -30px;
	height: 30px;
	line-height: 30px;
	width: 100%;
	font-size: 11px;
	color: #888
}
.am-drag-text {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: left center;
}
.am-drag.up .am-drag-text {
	background-image: url("../images/amDrag_up.png");
}
.am-drag.down .am-drag-text {
	background-image: url("../images/amDrag_down.png");
}
.am-drag.bottom, .am-drag.loading.bottom {
	top: auto;
	bottom: -30px
}
.am-drag.loading.top {
	top: -40px;
	bottom: auto
}
.am-drag.loading .icon {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: url("../images/blueloading-small-1.png") center center no-repeat;
	background-size: 30px 30px;
	display: inline-block;
	content: "1";
	text-indent: -1000em
}
.am-drag.loading .am-drag-text {
	background: 0 0;
	padding: 0;
	display: inline-block;
	height: 30px;
	line-height: 30px
}
@-webkit-keyframes animation-loading {
0% {
-webkit-transform:rotate(0)
}
100% {
-webkit-transform:rotate(360deg)
}
}
.am-modalLoading {
	display: none
}
.page-modalLoading-wrap {
	position: fixed;
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	z-index: 999
}
.page-modalLoading-inner {
	display: -webkit-box;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	position: relative;
	color: #fff;
	width: 100px;
	min-height: 40px;
	padding: 10px 10px 10px 60px;
	border-radius: 10px;
	background: rgba(0,0,0,.65)
}
.page-modalLoading-inner .loading {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background: url("../images/blueloading-big-1.png") center center no-repeat;
	background-size: 60px 60px
}
.am-instanceMessage {
	position: fixed;
	bottom: 70px;
	left: 10px;
	right: 10px;
	text-align: center;
	z-index: 999;
	display: none
}
.am-instanceMessage-inner {
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	padding: 10px 15px;
	background: rgba(0,0,0,.65);
	border-radius: 10px;
	min-width: 100px;
	display: inline-block;
	margin: auto;
}
@-webkit-keyframes animation-opening {
0% {
-webkit-transform:rotateY(0)
}
50% {
-webkit-transform:rotateY(180deg)
}
100% {
-webkit-transform:rotateY(360deg)
}
}
.luckyMoney_window .content.open .text {
	display: block;
}
.luckyMoney_window .content.open .openBtn {
	display: none;
}
