
* {
	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
}
a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
html,
body {
	width: 100%;
	min-height: 100%;
	background: #fff700;
}

img {
	vertical-align: middle
}
.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 {
    font-size: 12px;
    color: #888;
    margin: 4px auto;
    /*visibility: hidden;*/
}
#slot1{
  width: 100%;
  min-height: 270px;
}

.adsbygoogle[data-ad-status="unfilled"]{
  display: none !important;
}

/*------------------------------------footer样式---------------------------------------------------*/
.footer-top{
    margin: 50px auto 15px auto;
    width: calc(100% - 20px);
		max-width: 800px;
    height: 0;
    padding-bottom: calc((100% - 20px) * 0.4603);
    background-image: url("/static/image/footer_top.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
@media screen and (min-width: 800px) {
	.footer-top{
		padding-bottom: calc(800px * 0.4603);
	}
}
.footer-logo{
    display: block;
    width: 80%;
    max-width: 400px;
    margin: 0 auto 0 auto;
}
.footer-article{
    padding: 0 30px 60px 30px;
    max-width: 800px;
    margin: 0 auto;
    background-image: url("/static/image/footer_article.png");
    background-size: 114px auto;
    background-repeat: no-repeat;
    background-position: 30px bottom;
}
.link-footer{
	margin-bottom: 10px;
	background-color: #984afc;
	height: 83px;
	position: relative;
}
.link-footer_view{
	position: relative;
	max-width: 800px;
	margin: 0 auto;
    background-image: url("/static/image/link_footer.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    padding-left: 30px;
}
.link-footer a{
	color: white;
	margin-right: 32px;
    line-height: 83px;
    font-size: 15px;
}
.footer-img2{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 113px;
    height: 117px;
    background-image: url("/static/image/footer_bottom.png");
    background-size: 100%;
    background-repeat: no-repeat;
}
footer p{
    font-size: 16px;
    color: #984afc;
}
/*-------------------------------------------------------------------------------------------*/

.logo-footer a,
.first a,
.game-cover,
.icon-item a,
.play-game-card .card-game-icon img,
.play-identifying {
	width: 100%;
	height: 100%
}
.logo-footer img {
	width: 40px;
    height: 40px;
}


.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;
	right: 4px;
	min-height: 170px;
	position: absolute;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-ms-flex-line-pack: center;
	align-content: center;
	border-radius: 14px;
	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: 14px;
	border: 5px solid white;
	-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 {
	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 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: 12px;
	overflow: hidden;
	border: 4px solid white;
	min-height: 85px;
	-webkit-box-shadow: 0 0 4px 0 rgb(0 0 0 / 50%);
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 50%);
}

.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%
}

.gk-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
}

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

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

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



.gk-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
}

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

.gk-info .recommend-play {
	margin-top: 10px;
	margin-bottom: 10px;
	width: calc(100% - 20px)
}

.play-area .recommend-play {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 3px
}

.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
}
.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: 2px solid #fff;
    -webkit-box-shadow: 0 4px 4px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 20%);
}

.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: #fff700;
}

.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: #fff700;
    border: 2px solid #fff;
    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
}
.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 3s infinite;
    animation: twinkling 3s infinite;
}

.loading {
	width: 100px;
	height: 100px;
	background: url(/static/image/icon_loading_in_play_page.png) 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
}
@-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);
    }
}
@-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)
    }
}
@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%
}


@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)
	}
}

.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
}




/*.loading-span {*/
/*	-ms-flex-item-align: end;*/
/*	align-self: flex-end;*/
/*	color: #585858;*/
/*	font-size: 13px;*/
/*	margin-bottom: 2%;*/
/*	z-index: 10;*/
/*}*/

.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;
}


.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);
	}
}
