
* {
	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%;
	height: 100%;
	background: #fff10b;
}

img {
	vertical-align: middle
}

/*------------------------------------header样式---------------------------------------------------*/
header{
	width: 100%;
	height: 50px;
	background-color: #E44106;
}
nav{
	width: 100%;
	line-height: 50px;
	text-align: center;
}
nav svg{
	width: 178.5px;
	height: 50px;
}
/*-------------------------------------------------------------------------------------------*/

/*------------------------------------footer样式---------------------------------------------------*/
.logo-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 15px;
}
.logo-footer img {
	width: 58px;
	height: 58px;
	border-radius: 12px;
	background-color: #E44106;
}
.link-footer{
	text-align: center;
	margin-top: 25px;
	margin-bottom: 10px;
}
.link-footer a{
	color: #585858;
	margin: 0 20px;
}
.line-divider {
	width: 100%;
	height: 1px;
	background: #999;
}
/*-------------------------------------------------------------------------------------------*/

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


.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;
	background-color: #E44106;
	background-image: url("/static/image/loading.jpg");
	background-repeat: no-repeat;
	background-size: 85% 85%;
	background-position: 50% 5%;
	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 {
	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;*/
/*	width: 100%;*/
/*	border-radius: 14px;*/
/*}*/

.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 #fff;
	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%
}

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

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

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

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



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

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

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


.first .loading-img {
	width: 120px!important;
	height: 120px!important;
	top: calc(50% - 60px) !important;
	left: calc(50% - 60px) !important;
}

.loading-img {
	width: 80px;
	height: 80px;
	top: calc(50% - 40px) !important;
	left: calc(50% - 40px) !important;
	display: inline-block;
	position: absolute;
	background-image: url("/static/image/loading.jpg");
	background-position: center;
	background-size: 100% 100%;
}

.loading-span {
	-ms-flex-item-align: end;
	align-self: flex-end;
	color: #FFAA00;
	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);
	}
}