@keyframes topNavShowAnimation {
	0%, 60%, 75%, 90%, 100% {
	    transition-timing-function: cubic-bezier(0.215,.61,.355,1);
	}
	0% {
		opacity: .01;
		transform: translate3d(0,-16rem,0);
	}
	60% {
		opacity: 1;
		transform: translate3d(0,15px,0);
	}
	75% {
		transform: translate3d(0,-8px,0);
	}
	90% {
		transform: translate3d(0,4px,0);
	}
	100% {
		transform: none;
	}
}

@keyframes topNavHideAnimation {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}
}

.page-header .header-left-icon {
	background-color: #F2F2F2;
}

.page-header .header-right-icon .kw-icon-close {
	display: none;
}

.kw-icon-menu {
	background-image: url(../img/common/menu_icon.png);
	background-size: .46rem .33rem;
}

.kw-icon-login {
	background-image: url(../img/index/login_icon.png);
	background-size: .54rem .54rem;
}

.kw-icon-close {
	background-image: url(../img/common/close_icon.png);
	background-size: .33rem .33rem;
}

.page-nav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	padding-top: 1.15rem;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .95);
	z-index: 20;
	overflow: auto;
}

.page-nav.nav-show {
	display: block;
	animation: topNavShowAnimation .8s ease-in-out both;
}

.page-nav.nav-hide {
	display: block;
	animation: topNavHideAnimation .5s ease-in-out both;
}

.page-nav .page-nav-list {
	padding: 0 .3rem;
}

.page-nav .page-nav-item {
	height: 1.95rem;
	text-align: center;
	border-bottom: 1px solid rgba(2, 2, 3, .1);
}

.page-nav .page-nav-item a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.page-nav .page-nav-item a .nav-title {
	font-size: .36rem;
	line-height: .36rem;
	margin-bottom: .28rem;
	color: #000;
}

.page-nav .page-nav-item a .nav-title-en {
	font-size: .24rem;
	line-height: .24rem;
	color: #999999;
}

.top-banner {
	position: relative;
}

.top-banner img {
	display: block;
	width: 100%;
}

.top-banner .top-pagination {
	position: absolute;
	bottom: 0;
	z-index: 1;
	text-align: center;
}

.top-banner .top-pagination .swiper-pagination-bullet {
	width: .22rem;
	height: .22rem;
	background: #7C7C7C;
	margin: 0 .25rem;
}

.top-banner .top-pagination .swiper-pagination-bullet-active {
	width: .22rem;
	height: .22rem;
	background: #fff;
}

.page-main .sub-title {
	margin-top: .4rem;
	text-align: center;
	color: #414141;
}

.page-main .sub-title-cn {
	font-weight: 800;
	font-size: .56rem;
	line-height: .56rem;
}

.page-main .sub-title-en {
	margin-top: .11rem;
	font-size: .14rem;
	line-height: .14rem;
}

.page-main .sub-title-line {
	margin: .14rem auto 0;
	width: .38rem;
	height: .05rem;
	background: #1b7eef;
}

.hot-swiper {
	padding-top: .38rem;
	padding-bottom: .82rem;
}

.hot-swiper .swiper-slide {
	position: relative;
	width: 4.38rem;
	height: 6.27rem;
	border-radius: .16rem;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}

.hot-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
}


.hot-swiper .swiper-slide .hot-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.24rem;
	color: #414141;
	box-sizing: border-box;
	padding: .2rem .2rem;
  background-color: #fff;
  border-radius: 0 0 .1rem .1rem;
}

.hot-swiper .swiper-slide .hot-title {
	font-size: .32rem;
	font-weight: 800;
}

.hot-swiper .swiper-slide .hot-title .hot-tag {
	display: inline-block;
	margin-left: .24rem;
	font-size: .2rem;
	padding: .05rem;
	background-color: #1b7eef;
	color: #fff;
	border-radius: .08rem;
	vertical-align: middle;
	margin-top: -3px;
	font-weight: 400;
}

.hot-swiper .swiper-slide .hot-desc {
	margin-top: .04rem;
	font-size: .22rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.game-list-wrapper {
	margin-top: .45rem;
	padding: 0 .3rem;
}

.game-list .game-item {
	position: relative;
	width: 100%;
	height: 3.71rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	border-radius: .16rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
	margin-bottom: .58rem;
}

.game-list .game-item:last-child {
	margin-bottom: 0;
}

.game-list .game-role {
	position: absolute;
	bottom: 0;
	width: 4.95rem;
	height: 4.46rem;
}

.game-list .item-role-left .game-role {
	left: 0;
}

.game-list .item-role-right .game-role {
	right: 0;
}


.game-list .item-role-right .game-info {
	left: 0;
}

.game-list .item-role-left .game-info {
	right: 0;
	text-align: right;
	width: 2.8rem;
}

.game-list .item-role-left .game-info .game-btn {
	float: right;
}

.game-item .game-info {
	position: absolute;
	top: 0;
	width: 3rem;
	padding: .5rem .34rem 0;
	color: #484848;
	font-size: .24rem;
}

.game-item .game-info .game-title {
	font-size: .48rem;
	font-weight: 800;
	line-height: 0.48rem;
}

.game-item .game-desc {
	margin-top: .12rem;
	line-height: .3rem;
	height: 1.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.game-item .game-btn {
	display: block;
	margin-top: .2rem;
	width: 1.78rem;
	height: .6rem;
	background: url(../img/index/enter_btn.png) no-repeat center / 100% 100%;
}

.service-list-wrapper .swiper-wrapper {
	
	padding-top: .4rem;
	padding-bottom: 1.2rem;
}

.service-list-wrapper .swiper-slide{
	width: 1.78rem;
	height: 4.46rem;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
	border-radius: .16rem;
}

.service-list-wrapper .swiper-slide img,
.service-list-wrapper .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.service-swiper {
	padding: 0 .32rem;
}

.service-swiper .swiper-pagination {
	width: calc(100% - .64rem);
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	top: unset;
	bottom: .66rem;
	background-color: #E8EDF1;
}
.service-swiper .swiper-pagination .swiper-pagination-progressbar-fill {
	color: #1b7eef;
}