* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, sans-serif;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

html,
 body {
	width: 100%;
	height: 100%;
	background: #ffe700;
}

img {
	vertical-align: middle
}

header{
	background: #48a8ff;
	height: 50px;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.5);
	        box-shadow: 0 0 4px 0 rgba(0,0,0,.5);
	z-index: 9999
}

.header {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0 5px;
	margin: 0 auto;
	max-width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.logo-footer {
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center
}

.logo-footer a,
 .first a,
 .icon-item a,
 .pipa-image a,
.game-mask-view,
.play-game-card .card-game-icon img,
 .play-btn a,
 .play-identifying,
.game-cover,
.play-next a p,
.game-mask-view img,
 .play-next a img,
 .play-next a {
	width: 100%;
	height: 100%
}
.icon-item img, .first img{
	width: 100%;
}

.logo-footer img {
	height: 100%
}

.footer-first-line {
	height: 40px;
	margin: 20px 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center
}

.footer-first-line img {
	height: 40px
}

.footer-second-line {
	width: 100%;
	line-height: 40px;
	margin: 15px auto;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center
}

.footer-second-line a {
	font-size: 14px;
	color: #999;
	padding-right: 10px
}

.line-divider {
	width: 100%;
	height: 1px;
	background: #999
}

.description_icon {
	width: 25px;
	height: 25px;
	float: left;
	margin-right: 5px
}

.icon-group {
	width: 100%;
	padding: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
	z-index: 1
}

.first {
	height: auto;
	width: 140px;
	min-height: 170px;
	position: absolute;
	-ms-flex-item-align: start;
	    align-self: flex-start;
	-ms-flex-line-pack: center;
	    align-content: center;
	border-radius: 20px;
	transition-property: top,left;
	-moz-transition-property: top,left;
	-webkit-transition-property: top,left;
	-o-transition-property: top,left;
	transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	z-index: 2;
	margin: 3px 3px 3px auto;
	
}

.first a {
	text-decoration: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 170px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 20px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.5);
	        box-shadow: 0 0 4px 0 rgba(0,0,0,.5);
}

/* .icon-mask{ */
	/* position: absolute; */
	/* height: 100%; */
	/* width: 100%; */
	/* background: #fff; */
	/* border-radius: 16px; */
	/* filter: blur(20px); */
	/* animation: breathing 3000ms infinite; */
/* } */

@-webkit-keyframes breathing {
	0%{
		opacity: .3;
	}
	50%{
		opacity: .9;
	}
	100%{
		opacity: .3;
	}
}

@keyframes breathing {
	0%{
		opacity: .3;
	}
	50%{
		opacity: .9;
	}
	100%{
		opacity: .3;
	}
}

.icon-item.first-placeholder {
	border: none!important;
	-webkit-box-shadow: none!important;
	        box-shadow: none!important
}

.icon-item {
	width: 85px;
	height: auto;
	margin: 4px;
	border-radius: 20px;
	transition-property: top,left;
	-moz-transition-property: top,left;
	-webkit-transition-property: top,left;
	-o-transition-property: top,left;
	transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s
}

.icon-item img, .first img {
	-o-object-fit: cover;
	   object-fit: cover;
	display: none;
	border-radius: 20px
}

.icon-item a {
	text-decoration: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 20px;
	min-height: 85px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.5);
	        box-shadow: 0 0 4px 0 rgba(0,0,0,.5);
}

.icon-item p {
	width: 100%;
	position: absolute;
	bottom: 0;
	font-size: 10px;
	line-height: 14px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	font-weight: 800;
	background: rgba(42,100,144,.8);
	border-radius: 3px;
	padding: 4px 2%
}

.pipa-content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column
}

.pipa-content h2 {
	font-weight: 700;
	font-size: 18px;
	margin-top: 10px;
}

.pipa-content p {
	width: 100%;
	font-size: 12px;
	margin-top: 10px;
	line-height: 19px;
}

.pipa-image {
	width: 220px;
	position: relative;
	margin-top: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap
}

#play-game {
	display: block;
	position: relative
}
#gameViewer_pic {
	display: block;
	position: relative
}

.detail-play {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	position: absolute;
	top: 34%;
	left: 34%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	width: 70px;
	height: 70px;
	-webkit-animation: twinkling 3000ms infinite;
	        animation: twinkling 3000ms infinite
}

.play-game-card {
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 5px;
	padding: 10px;
	max-width: 400px;
	width: calc(100vw - 10px);
	color: white;
	border-radius: 10px;
	background: #ff9800
}

.play-game-card .card-game-icon {
	width: 50px;
	height: 50px
}

.play-game-card .card-game-icon img {
	border-radius: 6px;
	overflow: hidden
}

.card-game-play-view {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: calc(100% - 115px);
	height: 100px;
	padding-top: 15px;
	padding-bottom: 10px
}

.play-game-card .card-game-name {
	-ms-flex-item-align: start;
	    align-self: flex-start;
	width: 100%;
	font-weight: 700
}

.play-game-card .card-game-play-btn {
	-ms-flex-item-align: end;
	    align-self: flex-end;
	width: 100%;
	height: 33px;
	font-weight: 700;
	font-size: 18px;
	border-radius: 10px;
	text-decoration: none;
	color: #fff;
	background-color: #48a8ff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center
}

.play-game-card .card-game-play-btn img {
	width: 30px;
	height: 30px;
	vertical-align: middle
}

.loading-more {
	width: 80%;
	font-size: 1.2rem;
	border-radius: 10px;
	background: #48a8ff;
	margin: 20px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-shadow: 1px 1px 3px rgba(0,0,0,.5)
}

.loading-more a {
	width: 100%;
	padding: 12px 0;
	text-align: center;
	color: #fff;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-item-align: end;
	    align-self: flex-end;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-decoration: none
}

.loading-more img {
	width: 20px;
	height: 20px;
	margin-left: 20px;
	vertical-align: middle
}

.play-btn {
	background: #2a6490;
	width: 100%;
	max-width: 190px;
	text-align: center;
	margin-top: 10px;
	border-radius: 3px
}

.play-btn a {
	color: #fff;
	font-weight: 700;
	font-size: 1.2rem
}

.play-btn img {
	width: 40px;
	padding: 10px
}

.pipa-info {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: space-evenly;
	    -ms-flex-pack: space-evenly;
	        justify-content: space-evenly
}

.more-game {
	padding: 24px;
	margin: 10px;
	background: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.15);
	        box-shadow: 0 4px 4px 0 rgba(0,0,0,.15)
}

.more-game h3 {
	margin-bottom: 10px
}

.play-area {
	position: relative;
	width: 100%
}

.play-identifying {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 1px solid #ececec
}

.loading {
	width: 100px;
	height: 100px;
	background: url(../image/icon_loading_in_play_page.svg) no-repeat center;
	-ms-transform: rotate(360deg);
	    transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	animation: rotation 2s linear infinite;
	-moz-animation: rotation 2s linear infinite;
	-webkit-animation: rotation 2s linear infinite;
	-o-animation: rotation 2s linear infinite
}
@keyframes rotation {
	from {
		-webkit-transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

.play-identifying iframe {
	min-width: 100%!important;
	width: 100px;
	*width: 100%;
	height: 100%
}

.ads {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	margin: 5px 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column
}

.ads-prompt {
	visibility: hidden
}

.ads-prompt {
	font-size: 12px;
	color: #888;
	margin: 4px auto
}

.pipa-info .ads-prompt {
	font-size: 12px;
	color: #888;
	margin: 4px auto;
	text-align: center
}

.game-cover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 20px;
	-o-object-fit: cover;
	   object-fit: cover;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.2);
	        box-shadow: 0 4px 4px 0 rgba(0,0,0,.2)
}

.game-cover::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: 200% 200%;
	background: -o-linear-gradient(135deg,transparent 30%,transparent,rgba(255,255,255,.5),transparent 70%) no-repeat 200% 200%;
	background: linear-gradient(-45deg,transparent 30%,transparent,rgba(255,255,255,.5),transparent 70%) no-repeat 200% 200%
}

.game-cover:hover::before {
	-webkit-transition: background-position 3s;
	-o-transition: background-position 3s;
	transition: background-position 3s;
	background-position: -100% -100%
}

.game-cover img {
	margin-top: 60px;
	width: 120px;
	height: 120px;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 15px;
	border: 5px solid #fff
}

.play-btn {
	margin: 0 0 30px;
	width: 150px;
	height: 40px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #fff;
	background: #fefa37
}

.play-loading {
	display: none;
	margin: 12px 0;
	width: 50px;
	height: 50px;
	background: url(../image/icon_loading_in_play_page.svg) no-repeat center;
	-ms-transform: rotate(360deg);
	    transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	animation: rotation 3s linear infinite;
	-moz-animation: rotation 3s linear infinite;
	-webkit-animation: rotation 3s linear infinite;
	-o-animation: rotation 3s linear infinite
}
@keyframes rotation {
	from {
		-webkit-transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}
@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

@-webkit-keyframes shake-left-right {
	28.4%,
	45.3% {
		-webkit-transform: translate3d(-1px,0,0);
		        transform: translate3d(-1px,0,0)
	}

	30.5%,
	43.2% {
		-webkit-transform: translate3d(2px,0,0);
		        transform: translate3d(2px,0,0)
	}

	32.6%,
	41.1% {
		-webkit-transform: translate3d(-4px,0,0);
		        transform: translate3d(-4px,0,0)
	}

	34.7%,
	38.9% {
		-webkit-transform: translate3d(4px,0,0);
		        transform: translate3d(4px,0,0)
	}

	36.8% {
		-webkit-transform: translate3d(-4px,0,0);
		        transform: translate3d(-4px,0,0)
	}
}

@keyframes shake-left-right {
	28.4%,
	45.3% {
		-webkit-transform: translate3d(-1px,0,0);
		        transform: translate3d(-1px,0,0)
	}

	30.5%,
	43.2% {
		-webkit-transform: translate3d(2px,0,0);
		        transform: translate3d(2px,0,0)
	}

	32.6%,
	41.1% {
		-webkit-transform: translate3d(-4px,0,0);
		        transform: translate3d(-4px,0,0)
	}

	34.7%,
	38.9% {
		-webkit-transform: translate3d(4px,0,0);
		        transform: translate3d(4px,0,0)
	}

	36.8% {
		-webkit-transform: translate3d(-4px,0,0);
		        transform: translate3d(-4px,0,0)
	}
}

@-webkit-keyframes shake {
	28%,
	46% {
		-webkit-transform: translate3d(0px,0px,0) rotate(0deg);
		        transform: translate3d(0px,0px,0) rotate(0deg)
	}

	28.4%,
	45.3% {
		-webkit-transform: translate3d(-1px,-1px,0) rotate(5deg);
		        transform: translate3d(-1px,-1px,0) rotate(5deg)
	}

	30.5%,
	43.2% {
		-webkit-transform: translate3d(2px,-4px,0) rotate(-2deg);
		        transform: translate3d(2px,-4px,0) rotate(-2deg)
	}

	32.6%,
	36.8%,
	41.1% {
		-webkit-transform: translate3d(-4px,-1px,0) rotate(3deg);
		        transform: translate3d(-4px,-1px,0) rotate(3deg)
	}

	34.7%,
	38.9% {
		-webkit-transform: translate3d(4px,2px,0) rotate(-4deg);
		        transform: translate3d(4px,2px,0) rotate(-4deg)
	}
}

@keyframes shake {
	28%,
	46% {
		-webkit-transform: translate3d(0px,0px,0) rotate(0deg);
		        transform: translate3d(0px,0px,0) rotate(0deg)
	}

	28.4%,
	45.3% {
		-webkit-transform: translate3d(-1px,-1px,0) rotate(5deg);
		        transform: translate3d(-1px,-1px,0) rotate(5deg)
	}

	30.5%,
	43.2% {
		-webkit-transform: translate3d(2px,-4px,0) rotate(-2deg);
		        transform: translate3d(2px,-4px,0) rotate(-2deg)
	}

	32.6%,
	36.8%,
	41.1% {
		-webkit-transform: translate3d(-4px,-1px,0) rotate(3deg);
		        transform: translate3d(-4px,-1px,0) rotate(3deg)
	}

	34.7%,
	38.9% {
		-webkit-transform: translate3d(4px,2px,0) rotate(-4deg);
		        transform: translate3d(4px,2px,0) rotate(-4deg)
	}
}

@-webkit-keyframes twinkling {
	0% {
		opacity: .2;
		-webkit-transform: scale(1);
		        transform: scale(1)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.3);
		        transform: scale(1.3)
	}

	100% {
		opacity: .2;
		-webkit-transform: scale(1);
		        transform: scale(1)
	}
}

@keyframes twinkling {
	0% {
		opacity: .2;
		-webkit-transform: scale(1);
		        transform: scale(1)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.3);
		        transform: scale(1.3)
	}

	100% {
		opacity: .2;
		-webkit-transform: scale(1);
		        transform: scale(1)
	}
}

.play-next {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	border: 3px solid #fefa37
}

.play-next a {
	position: relative
}

.play-next a p {
	position: absolute;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 10px;
	color: #fff
}

.play-next a p img {
	width: 27px;
	height: 27px
}

.contactus {
	width: 100%;
	min-height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 10px
}

.game-mask-play {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	z-index: 99
}

.game-mask-view {
	position: absolute;
	background-color: #666;
	-webkit-filter: blur(10px);
	        filter: blur(10px);
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
	z-index: -1
}

.game-mask-start {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-grid-row-align: center;
	-ms-flex-item-align: center;
	    align-self: center;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	color: #fff;
	width: 100%;
	padding: 10px 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.game-mask-footer {
	display: none;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 5px;
	-ms-grid-row-align: center;
	-ms-flex-item-align: center;
	    align-self: center;
	color: #fefa37;
	text-align: center
}

.game-mask-loading {
	border-radius: 10px;
	border: 4px solid #fff;
	width: 60vw;
	margin: 10px auto;
	height: 20px;
	background-color: #fff;
	overflow: hidden
}

.game-mask-active-loading {
	height: 100%;
	width: 0;
	background-color: #fefa37
}

.game-mask-start-btn .card-game-play-btn {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	border-radius: 10px;
	border: 4px solid #fff;
	text-decoration: none;
	color: #fff;
	background-color: #f5d43c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center
}

.game-mask-start-btn {
	width: 60%;
	max-width: 1200px;
	/* -webkit-animation: pulse;
	        animation: pulse;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-duration: .8s;
	        animation-duration: .8s */
}

.game-mask-play .ads {
	-webkit-box-pack: start!important;
	    -ms-flex-pack: start!important;
	        justify-content: start!important;
}
@keyframes pulse {
	from {
		-webkit-transform: scale3d(1,1,1);
		        transform: scale3d(1,1,1)
	}

	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		        transform: scale3d(1.05,1.05,1.05)
	}

	to {
		-webkit-transform: scale3d(1,1,1);
		        transform: scale3d(1,1,1)
	}
}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1,1,1);
		        transform: scale3d(1,1,1)
	}

	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		        transform: scale3d(1.05,1.05,1.05)
	}

	to {
		-webkit-transform: scale3d(1,1,1);
		        transform: scale3d(1,1,1)
	}
}

.loading-span {
	-ms-flex-item-align: end;
	    align-self: flex-end;
	color: white;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 2%;
    text-align: center;
}

.ft18 {
	font-size: 18px!important
}

.ft21 {
	font-size: 21px!important
}

.ft20 {
	font-size: 20px!important
}

.ft15 {
	font-size: 15px!important
}

.fw400 {
	font-weight: 400!important
}

.bold {
	font-weight: 700!important
}

.wh20 {
	width: 20px!important;
	height: 20px!important
}

.c_a3a7a8 {
	color: #a3a7a8!important
}

.c_596466 {
	color: #596466!important
}

.pd0 {
	padding: 0!important
}

.index-content {
	position: relative;
	width: 100vw;
	max-width: 1200px;
	margin: 0 auto;
}


@-webkit-keyframes shake-bottom {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
@keyframes shake-bottom {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}

.click-zoom:active {
  -webkit-animation: clickZoom .2s cubic-bezier(0.46, 0.03, 0.52, 0.96) alternate;
  animation: clickZoom .2s cubic-bezier(0.46, 0.03, 0.52, 0.96) alternate;
}

@-webkit-keyframes clickZoom {
  0% {
    -webkit-transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes clickZoom {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}