@charset "utf-8";
@font-face {
	font-family: FontAwesome;
	src: url(fonts/fontawesome-webfont.woff), url(fonts/fontawesome-webfont.ttf), url(fonts/fontawesome-webfont.eot);
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	background: #fff;
	text-align: center;
	font-size: .18rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: top;
	align-items: top;
}

.swiper-slide .culumnList {
	width: 100%;
	height: 100%;
}

.thickdiv {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	width: 100%;
	height: 100%;
	border: 0 none;
	background: #000;
	opacity: .5;
}

.thickdiv2 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	width: 100%;
	height: 100%;
	border: 0 none;
	background: #000;
	opacity: .8;
}

.work .swiper-button-next,
.work .swiper-button-prev {
	top: auto;
	bottom: 0;
	left: auto;
	width: .3rem;
	height: .3rem;
	background-image: url(//png.pook.com/new_net/icon_next.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.work .swiper-button-prev {
	right: .5rem;
	transform: rotate(-180deg);
}

.work .swiper-button-next {
	right: 0;
}

.wrapper {
	color: #fff;
	font-size: .18rem;
	line-height: 1;
}

#page-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 420;
	width: 100%;
	background: #222;
	color: #fff;
}

.container {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 7rem;
}

.page-header {
	position: relative;
	margin: .68rem 0 .35rem;
	color: #2d2d2d;
	font-size: .3rem;
}

.page-header i {
	color: #a4a5b3;
}

#page-header {
	position: relative;
	height: .98rem;
	background: #222;
	text-align: center;
	line-height: .98rem;
	-webkit-transition: background .25s ease-in-out, top .25s ease-in-out;
	-o-transition: background .25s ease-in-out, top .25s ease-in-out;
	transition: background .25s ease-in-out, top .25s ease-in-out;
}

.has-scrolled#page-header {
	position: fixed;
	top: .65rem;
	margin-top: -.65rem;
	background: #222;
}

.has-scrolled#page-header #nav-group,
.inside #page-header #nav-group {
	padding-top: 0;
}

.content .page-header {
	margin: .3rem 0 .15rem;
	color: #2d2d2d;
}

.content .page-header h2 {
	text-align: center;
	font-size: .42rem;
}

#nav-group {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 422;
	overflow-y: auto;
	margin: 0;
	width: 45%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	-webkit-transition: transform .25s ease-in-out;
	-webkit-transition: -webkit-transform .25s ease-in-out;
	-o-transition: transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
	-webkit-transform: translate(-100%, 0);
	-o-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
}

#navigation>ul:not(.social)>li:last-child {
	border-bottom: none;
}

#navigation>ul:not(.social)>li>a {
	width: 100%;
	color: #fff;
}

#navigation>ul:not(.social)>li:nth-child(1)>a,
#navigation>ul:not(.social)>li:nth-child(2)>a {
	width: 100%;
}

.nav-toggle {
	display: block;
	width: .7rem;
	cursor: pointer;
}

.nav-open {
	position: absolute;
	top: 50%;
	left: 0;
	margin-left: 0;
	-webkit-transition: transform .25s ease-in-out;
	-webkit-transition: -webkit-transform .25s ease-in-out;
	-o-transition: transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
	-webkit-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
}

.nav-open span,
.nav-open::after,
.nav-open::before {
	display: block;
	overflow: hidden;
	padding: .06rem 0 0;
	width: 100%;
	height: 0;
	border-radius: 0;
	background: #fff;
	content: "";
}

.nav-open span {
	margin: .15rem 0;
}

.nav-on#nav-group {
	padding-top: 0;
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}

.nav-on#nav-group {
	padding-top: 0;
	-webkit-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	-ms-transform: translate(0, 0);
}
#translate {
	position: absolute;
	top: 0;
	right: 0;
	font-size: .28rem;
	cursor: pointer;
	height: .98rem;
    line-height: .98rem;
}
#translate a {
    display: inline-block;
    color: #ffffff;
}
#translate .translate_icon{
	display: inline-block;
	vertical-align: middle;
	width: .2rem;
	height: .27rem;
	background: url(//png.pook.com/new_net/en/mobile/translate_icon.png) no-repeat;
	background-size: 100% 100%;
}


.nav-close {
	position: relative;
	margin: 1.6em 0 .5rem .3rem;
	height: 2.5em;
	-webkit-transition: transform .25s ease-in-out;
	-webkit-transition: -webkit-transform .25s ease-in-out;
	-o-transition: transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-ms-transform: scale(0);
}

.nav-on .nav-close {
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-ms-transform: scale(1);
}

.nav-close::after,
.nav-close::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	overflow: hidden;
	margin: -.2em 0 0 0;
	padding: .3em 0 0;
	width: 100%;
	height: 0;
	border-radius: 0;
	background: #fff;
	content: "";
}

.nav-close::before {
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-ms-transform: rotate(45deg);
	-ms-transform-origin: 50% 50%;
}

.nav-close::after {
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-ms-transform: rotate(-45deg);
	-ms-transform-origin: 50% 50%;
}

#nav-group ul.social {
	display: table;
	margin-top: 1em;
	width: 100%;
	text-align: center;
}

#navigation>ul:not(.social)>li {
	height: 1rem;
	text-align: left;
	text-indent: .36rem;
	font-size: .36rem;
	line-height: 1rem;
}

.logoTop {
	font-size: .2rem;
	line-height: .98rem;
}

.logoTop img {
	width: 1.75rem;
	vertical-align: middle;
}

#page-header .container {
	overflow: inherit;
}

.content.video-bg {
	position: relative;
	z-index: 9;
	overflow: hidden;
	width: 100%;
	height: 7.28rem;
}

.content.video-bg .icoVideo {
	position: relative;
	display: block;
	margin: 0 auto 1.6rem;
	width: .8rem;
	height: .8rem;
	background: url(//png.pook.com/new_net/mobile/ico_video.png) no-repeat;
	background-size: 100% 100%;
	opacity: 0;
	cursor: pointer;
	-webkit-animation: 1s btnOpacity .5, 1s btnScale infinite;
	animation: 1s btnOpacity 1.5s, 1s btnScale infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.content.video-bg .movie {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.content.video-bg .video-img {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -100;
	margin-left: -3.75rem;
	width: 7.5rem;
	height: 7.28rem;
	min-width: 100%;
	background: url(//png.pook.com/new_net/mobile/video_start_mobile.jpg) no-repeat;
	background-size: 7.5rem 7.28rem;
}

.overlay {
	position: fixed;
	top: 50%;
	z-index: 9999;
	display: none;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
}

.overlay a.close {
	position: absolute;
	right: 0;
	z-index: 422;
	display: block;
	width: .55rem;
	height: .55rem;
	background: url(//png.pook.com/new_net/mobile/btn_close.png) no-repeat;
	background-size: 100% 100%;
}

.overlay .overlayCon {
	height: 4.5rem;
}

.popVideo {
	width: 100%;
}

.popVideo a.close {
	top: -.55rem;
}

@-webkit-keyframes btnOpacity {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@keyframes btnOpacity {
	0% {
		opacity: 0;
		transform: scale(.1);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@-webkit-keyframes btnScale {
	0% {
		-webkit-transform: scale(1);
	}
	50% {
		-webkit-transform: scale(.9);
	}
	100% {
		-webkit-transform: scale(1);
	}
}

@keyframes btnScale {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(.9);
	}
	100% {
		transform: scale(1);
	}
}

.intro {
	position: absolute;
	bottom: 2.35rem;
	left: 0;
	margin-bottom: 3vw;
	width: 100%;
	text-align: center;
}

.img-responsive img {
	margin: 0 .01rem .07rem;
	height: .5rem;
	opacity: 1;
}


.img-responsive:nth-child(2) img {
	height: .35rem;
}

.img-responsive.animate:first-child img {
	-webkit-animation: .8s topDown;
	animation: .8s topDown;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.img-responsive.animate.animate:first-child img:nth-child(7),
.img-responsive.animate:first-child img:nth-child(1),
.img-responsive.animate:first-child img:nth-child(3) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.img-responsive.animate:first-child img:nth-child(5),
.img-responsive:first-child img:nth-child(2) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.img-responsive.animate:first-child img:nth-child(4),
.img-responsive.animate:first-child img:nth-child(6),
.img-responsive.animate:first-child img:nth-child(8) {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

@-webkit-keyframes topDown {
	0% {
		-webkit-transform: translateY(-15em);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes topDown {
	0% {
		transform: translateY(-15em);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.img-responsive.animate:last-child img {
	-webkit-animation: .8s txtScale;
	animation: .8s txtScale;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.img-responsive.animate:last-child img:nth-child(1),
.img-responsive.animate:last-child img:nth-child(11),
.img-responsive.animate:last-child img:nth-child(15),
.img-responsive.animate:last-child img:nth-child(18),
.img-responsive.animate:last-child img:nth-child(3),
.img-responsive.animate:last-child img:nth-child(7) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.img-responsive.animate:last-child img:nth-child(10),
.img-responsive.animate:last-child img:nth-child(13),
.img-responsive.animate:last-child img:nth-child(16),
.img-responsive.animate:last-child img:nth-child(2),
.img-responsive.animate:last-child img:nth-child(5),
.img-responsive.animate:last-child img:nth-child(9) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.img-responsive.animate:last-child img:nth-child(12),
.img-responsive.animate:last-child img:nth-child(14),
.img-responsive.animate:last-child img:nth-child(17),
.img-responsive.animate:last-child img:nth-child(19),
.img-responsive.animate:last-child img:nth-child(20),
.img-responsive.animate:last-child img:nth-child(4),
.img-responsive.animate:last-child img:nth-child(6),
.img-responsive.animate:last-child img:nth-child(8) {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

@-webkit-keyframes txtScale {
	0% {
		-webkit-transform: scale(0);
	}
	50% {
		opacity: 1;
		-webkit-transform: scale(1.5);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@keyframes txtScale {
	0% {
		transform: scale(0);
	}
	50% {
		opacity: 1;
		transform: scale(1.5);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

#home-more-trigger {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-bottom: 1.2rem;
	margin-left: -.25rem;
	width: .5rem;
	height: 1.28rem;
	background: url(//png.pook.com/new_net/trigger.gif) no-repeat;
	background-size: 100% 100%;
}

.layout-column {
	box-sizing: border-box;
	width: 100%;
}

#news .layout-column {
	padding-left: .09rem;
}

.content {
	position: relative;
	padding-bottom: 5%;
}

.content.banner {
	padding-top: 40%;
	height: 0;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.news {
	padding-left: .18rem;
	color: #474747;
	font-size: .22rem;
}

.newsList {
	overflow: auto;
}

.news li {
	position: relative;
	display: flex;
	display: -webkit-flex;
	height: .66rem;
	list-style: circle;
	font-size: .22rem;
	align-items: center;
}

.news li span {
	width: 30%;
	text-align: center;
}

.news li .tag {
	margin: 0 .3rem;
	width: 1.3rem;
	height: .3rem;
	color: #fff;
	text-align: center;
	letter-spacing: .02rem;
	font-size: .14rem;
	line-height: .3rem;
}

.news li .tag.cl-blue {
	background: #4b85cd;
}

.news li .tag.cl-red {
	background: #fb6664;
}

.news li .tag.cl-yellow {
	background: #baa77d;
}

.news li a {
	overflow: hidden;
	width: 70%;
	color: #474747;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news li::after {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -.04rem;
	width: .08rem;
	height: .08rem;
	background: url(//png.pook.com/new_net/ico_dote.gif) no-repeat;
	background-size: 100% 100%;
	content: "";
}

.news .btnMore {
	display: block;
	margin: .6rem 0 0 .45rem;
	width: 5.5rem;
	height: .96rem;
	border: .02rem #474747 solid;
	color: #474747;
	text-align: center;
	font-size: .26rem;
	line-height: .96rem;
}

.news .btnMore::after {
	display: block;
	margin-top: -.96rem;
	width: 0;
	height: .96rem;
	background: #3786be;
	content: "";
	transition: all .6s ease 0s;
}

.news .btnMore:active {
	border: .02rem #3786be solid;
	color: #fff;
}

.news .btnMore:active::after {
	width: 100%;
	color: #fff;
}

.work .container {
	width: 7.12rem;
}

.work .page-header .arrow {
	position: absolute;
	top: .65rem;
	right: 0;
}

.work .swiper-slide ul {
	width: 100%;
}

.work .swiper-slide li {
	float: left;
	margin: .06rem;
	height: 3.15rem;
	background: #baa77d;
	text-align: center;
}

.work .swiper-slide li img {
	height: 3.15rem;
}

.work .swiper-slide li.text {
	display: flex;
	display: -webkit-flex;
	width: 3.43rem;
	height: 3.15rem;
	cursor: pointer;
	align-items: center;
	justify-content: center;
}

.work .swiper-slide li.img-b,
.work .swiper-slide li.img-b img {
	height: 6.43rem;
}

.honor.content {
	padding-bottom: 0;
}

.honor .layout-column {
	display: flex;
	display: -webkit-flex;
	margin: 0 auto .46rem;
	width: 7rem;
	height: 7.5rem;
	background: url(//png.pook.com/new_net/honor_box.png) no-repeat;
	background-size: 100% 100%;
}

.honor .swiper-slide {
	margin-top: .4rem;
	background: 0 0;
}

.honor .swiper-slide ul {
	overflow: hidden;
	margin: 0 auto;
	height: 6.7rem;
}

.honor .swiper-slide li {
	margin: 0 auto;
	margin-top: .52rem;
	width: 7rem;
	background: 0 0;
	color: #b7815d;
	text-align: center;
}

.honor .swiper-slide li:first-child {
	margin-top: .1rem;
}

.honor .swiper-slide li .honorYear {
	display: inline-block;
	margin-top: 0;
	width: .99rem;
	height: .37rem;
	border-bottom: .03rem #b7815d solid;
	text-align: center;
	font-weight: 700;
	font-size: .26rem;
}

.honor .swiper-slide li p {
	margin-top: .14rem;
	font-size: .24rem;
}

.honor .swiper-button-next,
.honor .swiper-button-prev {
	top: auto;
	bottom: 0;
	left: auto;
	width: .3rem;
	height: .3rem;
	background-image: url(//png.pook.com/new_net/icon_next.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.honor .swiper-button-prev {
	right: .5rem;
	transform: rotate(-180deg);
}

.honor .swiper-button-next {
	right: 0;
}

.honor .swiper-slide li img {
	width: 100%;
	height: auto;
}

.honor .container {
	width: 7.5rem;
}

.honor .page-header .arrow {
	position: absolute;
	top: .65rem;
	right: .16rem;
}

.join {
	height: 2.75rem;
	background: #2989db;
}

.join .container {
	display: flex;
	display: -webkit-flex;
	height: 100%;
	align-items: center;
	flex-flow: column;
	justify-content: center;
}

.join .txtJoin {
	text-align: center;
	font-weight: 700;
	font-size: .5rem;
}

.join .btnJoin {
	display: block;
	margin-top: .4rem;
	width: 3.65rem;
	height: .8rem;
	border: .02rem #fff solid;
	color: #fff;
	text-align: center;
	font-size: .24rem;
	line-height: .8rem;
	transition: all .3s ease-out 0s;
}

.join .btnJoin::after {
	display: block;
	margin-top: -.8rem;
	width: 0;
	height: .8rem;
	background: #fff;
	content: "";
	transition: all .6s ease 0s;
}

.join .btnJoin:active {
	color: #2989db;
}

.join .btnJoin:active::after {
	width: 100%;
	color: #2989db;
}

.info {
	clear: both;
	overflow: hidden;
	margin: .6rem auto 0;
}

.info .info-left {
	display: flex;
	display: -webkit-flex;
	margin-bottom: .22rem;
	padding-bottom: .18rem;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
}

.info .info-left .logo img {
	height: .46rem;
}

.info .social {
	display: table;
	width: 1.4rem;
}

.info .social li {
	display: table-cell;
	text-align: center;
}

.info .social li i {
	padding: .04rem .03rem;
	border: .02rem #baa77d solid;
	border-radius: .2rem;
	color: #beac85;
	font-size: .24rem;
}

.info .info-right {
	margin-top: .05rem;
	width: 100%;
}

.info .info-right ul {
	display: flex;
	display: -webkit-flex;
	margin-bottom: .5rem;
	width: 100%;
	color: #272727;
	text-align: center;
	letter-spacing: .01rem;
	justify-content: space-between;
}

.info .info-right ul li {
	display: inline-block;
	width: 50%;
}

.info .info-right ul a {
	display: inline-block;
	margin-bottom: .1rem;
	width: 3.16rem;
	height: .6rem;
	border: .02rem #474747 solid;
	color: #828282;
	text-align: center;
	font-size: .16rem;
	line-height: .6rem;
	transition: all .3s ease-out 0s;
}

.info .info-right ul a:hover {
	text-decoration: underline;
}

.info .info-right li:first-child {
	margin-bottom: .2rem;
	color: #272727;
	font-size: .22rem;
}

.footer {
	padding-top: 2%;
	padding-bottom: 5%;
	background: #ededed;
	color: #2d2d2d;
	text-align: center;
	font-size: .16rem;
	line-height: 1.8;
}

.footer a {
	color: #2d2d2d;
}

.footer p {
	margin-top: 2%;
}

.footer img {
	margin: 0 .05rem;
	vertical-align: middle;
}

.inside #bannerList .swiper-slide {
	height: 100%!important;
}

.inside #bannerList .swiper-slide::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .38);
	content: "";
}

.inside .content .container {
	letter-spacing: .01rem;
}

.inside .gameInfo,
.inside .newsInfo {
	padding: .4rem 0;
	background: #ededed;
}

.inside .gameTxt {
	margin-left: .36rem;
	color: #7f7f7f;
}

.inside .gameTxt .name {
	margin: .2rem auto .1rem;
	color: #222;
	font-weight: 700;
	font-size: .26rem;
}

.inside .gameTxt .btn {
	margin-top: .5rem;
}

.inside .gameTxt a {
	display: inline-block;
	margin-right: .2rem;
	margin-bottom: .1rem;
	width: 2.3rem;
	height: .5rem;
	background: #3786be;
	text-align: center;
	line-height: .5rem;
	transition: all .6s ease 0s;
}

.inside .gameTxt a span {
	margin-right: .1rem;
	vertical-align: middle;
}

.inside .gameTxt a img {
	margin-right: .1rem;
	vertical-align: middle;
}

.inside .gameTxt a:hover {
	background: #cfb06a;
}

.inside .gameDetail .video {
	margin: 35px auto 30px;
	width: 990px;
	height: 558px;
}

.inside .gameDetail .description {
	color: #171717;
	font-size: 20px;
	line-height: 1.8;
}

.inside .gameFeatures .swiper-container {
	width: 918px;
}

.inside .gameFeatures .swiper-slide {
	margin-right: .7rem!important;
	width: 3.5rem!important;
}

.inside .swiper-button-next,
.inside .swiper-button-prev {
	width: .2rem;
	height: .37rem;
	background: 0 0;
	color: #373737;
}

.inside .swiper-button-next {
	right: -.08rem;
}

.inside .swiper-button-prev {
	left: 0;
}

.inside .btnMore {
	display: block;
	margin: .7rem auto;
	width: 3.1rem;
	height: .6rem;
	border: 1px #000 solid;
	color: #000;
	text-align: center;
	line-height: .6rem;
}

.inside .btnMore:hover {
	border: 1px #3786be solid;
}

.inside .btnMore::after {
	display: block;
	margin-top: -.6rem;
	width: 0;
	height: .6rem;
	background: #3786be;
	content: "";
	transition: all .6s ease 0s;
}

.inside .btnMore:hover {
	color: #fff;
}

.inside .btnMore:hover::after {
	width: 100%;
	color: #fff;
}

.inside .footer {
	padding: .17rem 0 .7rem;
	height: auto;
	background: #ededed;
}

.inside .newsInfo {
	color: #3b3b3b;
	font-size: .4rem;
	line-height: 1.2;
}

.inside .newsInfo .title {
	font-weight: 700;
}

.inside .newsInfo .newsTitle {
	margin-top: .2rem;
	font-weight: 400;
}

.inside .newsInfo .date {
	margin-top: .2rem;
	font-size: .18rem;
}

.inside .news {
	margin: 2% auto;
}

.inside .newsList {
	margin-bottom: 5%;
	height: 5.4rem;
}

.inside .newsList li {
	height: .6rem;
	border-bottom: 1px #d2d2d2 solid;
}

.inside .newsDetail {
	margin: .2rem auto 4rem;
	color: #171717;
	line-height: 1.8;
}

.inside .newsDetail p {
	text-indent: 2em;
	word-wrap: break-word;
	word-break: normal;
}

.inside .newsDetail img {
	margin-left: -2em;
	width: 100%;
}

.inside .news .page {
	text-align: center;
	font-size: 16px;
}

.inside .news .page span {
	margin: 0 .2rem;
	color: #818495;
	font-weight: 700;
	cursor: pointer;
}

.inside .news .page span.active {
	color: #2c9af8;
}

.inside .news .page span i {
	vertical-align: middle;
}

.inside .footerNews {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}

.inside .aboutBanner {
	padding-bottom: 0;
	text-align: center;
}

.inside .aboutBanner .imgBanner img {
	margin-top: -.01rem;
	width: 100%;
	height: 4.42rem;
}

.inside .aboutBanner .container {
	overflow: initial;
	margin-top: -.96rem;
	padding-left: .37rem;
	text-align: left;
}

.inside .aboutBanner .container img {
	position: relative;
	top: -1.8rem;
	height: .96rem;
}

.inside .aboutDetail {
	padding-bottom: 0;
}

.inside .aboutDetail .txtTitle {
	margin: .7rem 0 .25rem .42rem;
	text-align: left;
	font-weight: bold;
	font-size: .4rem;
	color: #000;
}

.inside .aboutDetail .txtTitle img {
	height: .4rem;
}

.inside .aboutDetail .txtList {
	margin-bottom: 2%;
	color: #171717;
	text-indent: 2em;
	word-wrap: break-word;
	font-size: .2rem;
	line-height: 2;
	word-break: normal;
}

.inside .aboutDetail .txtList01 {
	text-indent: 2em;
}

.inside .aboutDetail .txtList02 {
	margin-bottom: 0;
	text-align: left;
}

.inside .aboutDetail .txtList03 {
	margin-top: 2%;
	text-align: center;
}

.inside .aboutDetail .btnJoin {
	display: block;
	margin: 5% auto;
	width: 3.06rem;
	height: .58rem;
	border: 2px #171717 solid;
	color: #171717;
	text-align: center;
	line-height: 58px;
	transition: all .3s ease-out 0s;
}

.inside .aboutDetail .btnJoin::after {
	display: block;
	margin-top: -.58rem;
	width: 0;
	height: .58rem;
	background: #2a89db;
	content: "";
	transition: all .6s ease 0s;
}

.inside .aboutDetail .btnJoin:hover {
	border: .02rem #2a89db solid;
	color: #fff;
}

.inside .aboutDetail .btnJoin:hover::after {
	width: 100%;
}

.inside .aboutDetail .contact {
	margin-top: .7rem;
	margin-bottom: 1.2rem;
	height: auto;
	color: #171717;
	text-align: center;
	font-size: .2rem;
}

.inside .aboutDetail .contact .txtList02 a {
	color: #171717;
}

.inside .aboutDetail .contact .container {
	display: block;
}

.inside .joinBanner .swiper-pagination-bullet {
	box-sizing: border-box;
	padding: .1rem 0;
	width: .76rem;
	height: .76rem;
	border: 1px #2989db solid;
	border-radius: 50%;
	background: 0 0;
	color: #2989db;
	font-size: .18rem;
	line-height: .28rem;
	opacity: 1;
}

.inside .joinBanner .swiper-pagination-bullet-active {
	border: 1px #fff solid;
	color: #fff;
}

.joinBanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: .25rem;
}

.joinBanner .swiper-container-horizontal>.swiper-pagination-bullets,
.joinBanner .swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: .2rem;
}

.inside .joinBanner .infoText {
	position: absolute;
	z-index: 2;
	display: flex;
	display: -webkit-flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.inside .joinBanner .swiper-slide img {
	width: 100%;
	height: 4.42rem;
}

.inside .joinDetail .tab {
	margin: .35rem 0 .4rem;
}

.inside .joinDetail .tab li {
	display: inline-block;
	margin-right: .25rem;
	width: 1rem;
	height: .45rem;
	border-radius: .3rem;
	background: #298adb;
	color: #fff;
	text-align: center;
	font-size: .18rem;
	line-height: .45rem;
}

.inside .joinDetail .tab li:last-child {
	margin-right: 0;
}

.inside .joinDetail .tab li.active,
.inside .joinDetail .tab li:hover {
	background: #cfb06a;
	cursor: pointer;
}

.inside .joinDetail .txtAll {
	position: absolute;
	top: 1.85rem;
	right: 0;
	color: #2989db;
	font-weight: 700;
	font-size: .16rem;
	cursor: pointer;
}

.inside .joinDetail .postTitle {
	width: 100%;
	border-bottom: 1px #f0f0f0 solid;
	line-height: .5rem;
}

.inside .joinDetail .txt {
	color: #525252;
	text-align: center;
	letter-spacing: 1px;
	font-size: .16rem;
}

.inside .joinDetail .txt01 {
	box-sizing: border-box;
	padding-left: .1rem;
	width: 90%;
	text-align: left;
}

.inside .joinDetail .txt02 {
	width: 100%;
	text-align: left;
	font-weight: 400;
	font-size: .2rem;
}

.inside .joinDetail .txt03 {
	width: 20%;
}

.inside .joinDetail .txt04 {
	width: 5%;
	color: #318ddc;
	vertical-align: middle;
	text-align: right;
	cursor: pointer;
}

.inside .joinDetail .postList .culumnList {
	display: none;
}

.inside .joinDetail .postList .culumnList.active {
	display: block;
}

.inside .joinDetail .postList li {
	overflow: hidden;
	border-bottom: 1px #f0f0f0 solid;
}

.inside .joinDetail .postList .listTop,
.inside .joinDetail .postTitle {
	position: relative;
	z-index: 9;
	display: flex;
	display: -webkit-flex;
	padding: .3rem 0;
	line-height: 1.6;
	align-items: center;
	justify-content: flex-start;
}

.inside .joinDetail .postList .txt01 {
	color: #2989db;
	font-weight: 700;
	font-size: .2rem;
}

.inside .joinDetail .postList .txt03 {
	color: #a0a0a0;
}

.inside .joinDetail .postList .listBot {
	display: flex;
	display: -webkit-flex;
	padding: 0 .1rem;
	height: 0;
	opacity: 0;
	align-items: center;
	justify-content: space-between;
}

.inside .joinDetail .postList .listBot.active {
	height: auto;
	opacity: 1;
}

.inside .joinDetail .postList .listBot li {
	border: none;
	color: #525252;
	font-size: .16rem;
	line-height: 2;
}

.inside .joinDetail .postList .btn {
	margin-right: .25rem;
	width: 1.9rem;
	height: .52rem;
	background: #2989db;
	color: #fff;
	text-align: center;
	line-height: .52rem;
}

.inside .joinDetail .mailText {
	margin-top: .3rem;
	margin-bottom: .75rem;
	padding: 0 .1rem;
	color: #525252;
	font-size: .16rem;
}

.inside .joinDetail .mailText a {
	color: #000;
}

.inside .projectInfo {
	padding: 1.05rem 0;
	background: #ededed;
	color: #3b3b3b;
	font-size: .3rem;
}

.inside .bg_jzjh_nav_con {
	overflow: hidden;
	margin: 5% auto;
}

.inside .bg_jzjh_nav_con li a {
	display: block;
	box-sizing: border-box;
	margin-right: .22rem;
	margin-bottom: .2rem;
	width: 100%;
	height: .6rem;
	border: .02rem #3b3b3b solid;
	color: #3b3b3b;
	text-indent: .3rem;
	line-height: .6rem;
}

.inside .bg_jzjh_nav_con li a::after {
	display: block;
	margin-top: -.6rem;
	width: 0;
	height: .6rem;
	background: #3786be;
	content: "";
	transition: all .6s ease 0s;
}

.inside .bg_jzjh_nav_con li a.on {
	border: .02rem #3786be solid;
	color: #fff;
}

.inside .bg_jzjh_nav_con li a.on::after {
	width: 100%;
	color: #fff;
}

.inside .jzjh_content {
	padding: .3rem .2rem 0 0;
	font-family: "Microsoft Yahei";
}

.inside .jzjh_content h1 {
	margin-bottom: .2rem;
	color: #171717;
	font-weight: 700;
	font-size: .26rem;
}

.inside .jzjh_content h4 {
	margin-bottom: .1rem;
	color: #171717;
	font-weight: 700;
	font-size: .2rem;
}

.inside .jzjh_content p {
	color: #171717;
	font-size: .2rem;
	line-height: 2;
}

.inside .jzjh_content .text_indent {
	text-indent: 2em;
}

.inside .jzjh_content .mb_20 {
	margin-bottom: 5%;
}

.inside .jzjh_content .line_h {
	line-height: .3rem;
}

.inside .jzjh_content .gcjs_img img {
	width: 100%;
}

.inside .jzjh_content a {
	color: #0042ff;
	text-decoration: underline;
}

.inside .gcjs_img span {
	margin-right: .25rem;
}

.inside .cjwt_title {
	margin-bottom: .2rem;
	padding-bottom: .1rem;
	background: url(//png.pook.com/net/bg_jzjh_cjwt_title.gif) no-repeat left bottom;
	background-size: 100% 100%;
	color: #474747;
	font-size: 18px;
}

.inside .jhjd_tab {
	color: #707070;
	font-size: .14rem;
}

.inside .jhjd_tab input {
	width: 1.2rem;
	height: .26rem;
	border: .01rem solid #e5e5e5;
	color: #707070;
	font-size: .14rem;
	line-height: .26rem;
}

.inside .btn_jhjd_select {
	display: block;
	width: .81rem;
	height: .28rem;
	background: url(//png.pook.com/net/bg_jzjh_nav.png) no-repeat left -1.28rem;
}

.inside .btn_jhjd_select:hover {
	background-position: -.81rem -1.28rem;
}

.inside .service h1 {
	margin: 5% auto 2%;
}

.coordinate {
	margin-top: .1rem;
	color: #000;
	font-size: .18rem;
}

.coordinate a {
	color: #000;
}

.btnNext {
	display: flex;
	display: -webkit-flex;
	margin-top: 1rem;
	align-items: center;
	justify-content: center;
}

.btnNext a {
	width: 3.1rem;
	height: .6rem;
	border: .02rem #474747 solid;
	color: #474747;
	text-align: center;
	font-size: .16rem;
	line-height: .6rem;
}

.btnNext a:hover {
	border: #3786be;
	background: #3786be;
	color: #fff;
}

.btnNext a:first-child {
	margin-right: .3rem;
}

.gameListInfo {
	padding: .4rem 0;
	background: #ededed;
}

.gameListInfo .gameIntroduction {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	overflow: hidden;
	margin: 0 auto;
	width: 6.36rem;
	height: 1.64rem;
}

.gameIntroduction .gameLogo {
	width: 1.64rem;
	height: 1.64rem;
}

.gameIntroduction .introductionContent {
	position: relative;
	margin-left: .2rem;
	width: 4rem;
}

.gameIntroduction .introductionTitle {
	margin-top: .1rem;
	color: #222;
	font-weight: 700;
	font-size: .28rem;
}

.gameIntroduction p {
	color: #7f7f7f;
	font-size: .16rem;
	line-height: 1.4;
}

.introductionContent .downloadBtn {
	position: absolute;
	bottom: .01rem;
}

.downloadBtn .download {
	display: inline-block;
	width: 1.94rem;
	height: .49rem;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.downloadBtn .download.iosBtn {
	left: 0;
	background-image: url(//png.pook.com/new_net/mobile/ios_btn.png);
}

.downloadBtn .download.androidbBtn {
	right: 0;
	background-image: url(//png.pook.com/new_net/mobile/android_btn.png);
}

.downloadBtn .download.intoBtn {
	background-image: url(//png.pook.com/new_net/mobile/into_btn.png);
}

.inside .games {
	margin: 2% auto;
}

.games {
	color: #474747;
	font-size: .22rem;
}

.container .gameContent {
	margin: 0 auto;
	color: #171717;
	font-size: .22rem;
	line-height: 1.5;
}

.gameContent .textArea {
	margin: .4rem auto 0;
	width: 6.36rem;
	word-wrap: break-word;
	word-break: break-all;
}

.gameContent .textArea img {
	width: 100%;
}

.gameContent .gameImg {
	display: block;
	display: -webkit-flex;
	display: flex;
	margin: 0 auto .1rem;
	width: 6.36rem;
	justify-content: center;
}

.gameContent .txt01 {
	margin: 0 auto;
	color: #171717;
}

.gameContent .txt02 {
	padding: .3rem .3rem .2rem;
	color: #2d2d2d;
	color: #2d2d2d;
	font-weight: 700;
	font-size: .28rem;
}

.gameContent .itemScreenshot {
	display: -webkit-flex;
	display: flex;
	margin: 0 auto;
	justify-content: center;
}

.gameContent .otherGameBtn {
	display: block;
	display: -webkit-flex;
	display: flex;
	margin: .5rem auto 0;
	width: 3.66rem;
	height: .8rem;
	border: .02rem solid #474747;
	color: #474747;
	text-align: center;
	font-size: .24rem;
	line-height: .8rem;
	justify-content: center;
}

.itemScreenshot .swiper-container {
	width: 6.36rem;
}

.itemScreenshot .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	text-align: center;
	font-size: 18px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.itemScreenshot .swiper-slide img {
	width: 100%;
}

.thickdiv {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	display: none;
	width: 100%;
	height: 100%;
	border: 0 none;
	background: #000;
	opacity: .7;
}

.codeImgBox {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 102;
	margin-left: -1.29rem;
	width: 2.58rem;
	height: 2.58rem;
	transform: translateY(-50%);
	display: none;
}

.codeImgBox img {
	width: 100%;
	height: 100%;
}

/*英文版*/
.en-img-responsive img {
	margin: 0 .01rem .07rem;
	height: .31rem!important;
	opacity: 1;
}
.en-honor.content {
	padding-bottom: 0;
}

.en-honor .layout-column {
	display: flex;
	display: -webkit-flex;
	margin: 0 auto .46rem;
	width: 7rem;
	height: 7.5rem;
	background: url(//png.pook.com/new_net/honor_box.png) no-repeat;
	background-size: 100% 100%;
}

.en-honor .swiper-slide {
	margin-top: .4rem;
	background: 0 0;
}

.en-honor .swiper-slide ul {
	margin: 0 auto;
	width: 6.2rem;
	height: 6.7rem;
}

.en-honor .swiper-slide li {
	margin: 0 auto;
	margin-top: .52rem;
	background: 0 0;
	color: #b7815d;
	text-align: center;
}

.en-honor .swiper-slide li .dot {
	display: inline-block;
	width: .08rem;
	height: .08rem;
	background: #b27825;
	vertical-align: middle;
}

.en-honor .swiper-slide li:first-child {
	margin-top: .1rem;
}

.en-honor .swiper-slide li .honorYear {
	display: inline-block;
	margin-top: 0;
	width: .99rem;
	height: .37rem;
	border-bottom: .03rem #b7815d solid;
	text-align: center;
	font-weight: 700;
	font-size: .26rem;
}

.en-honor .swiper-slide li p {
	position: relative;
	margin-top: .18rem;
	text-align: center;
	word-wrap: break-word;
	font-size: .22rem;
}

.en-honor .swiper-button-next,
.en-honor .swiper-button-prev {
	top: auto;
	bottom: 0;
	left: auto;
	width: .3rem;
	height: .3rem;
	background-image: url(//png.pook.com/new_net/icon_next.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.en-honor .swiper-button-prev {
	right: .5rem;
	transform: rotate(-180deg);
}

.en-honor .swiper-button-next {
	right: 0;
}

.en-honor .swiper-slide li img {
	width: 100%;
	height: auto;
}

.en-honor .container {
	width: 7.5rem;
}

.en-honor .page-header .arrow {
	position: absolute;
	top: .65rem;
	right: .16rem;
}

.downloadBtn .download.en-iosBtn {
	left: 0;
	background-image: url(//png.pook.com/new_net/en/mobile/mobile_ios_btn.png);
}

.downloadBtn .download.en-androidbBtn {
	right: 0;
	background-image: url(//png.pook.com/new_net/en/mobile/mobile_android_btn.png);
}


.inside .en-joinBanner .swiper-pagination-bullet {
	box-sizing: border-box;
	padding: .1rem 0;
	width: .83rem;
	height: .83rem;
	color: #fff;
	font-size: .18rem;
	line-height: .28rem;
	opacity: 1;
}

.inside .en-joinBanner .swiper-pagination-bullet-active {
	color: #2989db;
}

.inside .en-joinBanner .swiper-pagination-bullet .list_style {
	display: inline-block;
}

.label_style {
	display: flex;
	margin-top: .5rem;
	margin-left: -.2rem;
	width: 1.2rem;
	text-align: center;
	font-size: .14rem;
	line-height: .2rem;
	justify-content: center;
}

.inside .en-joinBanner .swiper-pagination-bullet.list_style:nth-child(1) {
	width: .83rem;
	height: .83rem;
	background: url(//png.pook.com/new_net/en/mobile/active_icon.png) no-repeat;
	background-size: .83rem 1.68rem;
}

.inside .en-joinBanner .swiper-pagination-bullet-active.list_style:nth-child(1) {
	background-position: 0 -.85rem;
}

.inside .en-joinBanner .swiper-pagination-bullet.list_style:nth-child(2) {
	width: .83rem;
	height: .83rem;
	background: url(//png.pook.com/new_net/en/mobile/physical_icon.png) no-repeat;
	background-size: .83rem 1.68rem;
}

.inside .en-joinBanner .swiper-pagination-bullet-active.list_style:nth-child(2) {
	background-position: 0 -.85rem;
}

.inside .en-joinBanner .swiper-pagination-bullet.list_style:nth-child(3) {
	width: .83rem;
	height: .83rem;
	background: url(//png.pook.com/new_net/en/mobile/trip_icon.png) no-repeat;
	background-size: .83rem 1.68rem;
}

.inside .en-joinBanner .swiper-pagination-bullet-active.list_style:nth-child(3) {
	background-position: 0 -.85rem;
}

.inside .en-joinBanner .swiper-pagination-bullet.list_style:nth-child(4) {
	width: .83rem;
	height: .83rem;
	background: url(//png.pook.com/new_net/en/mobile/tijian_icon.png) no-repeat;
	background-size: .83rem 1.68rem;
}

.inside .en-joinBanner .swiper-pagination-bullet-active.list_style:nth-child(4) {
	background-position: 0 -.85rem;
}

.inside .en-joinBanner .swiper-pagination-bullet.list_style:nth-child(5) {
	width: .83rem;
	height: .83rem;
	background: url(//png.pook.com/new_net/en/mobile/study_icon.png) no-repeat;
	background-size: .83rem 1.68rem;
}

.inside .en-joinBanner .swiper-pagination-bullet-active.list_style:nth-child(5) {
	background-position: 0 -.85rem;
}

.inside .en-joinBanner .infoText {
	position: absolute;
	z-index: 2;
	display: flex;
	display: -webkit-flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.en-joinBanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: .25rem;
}

.en-joinBanner .swiper-container-horizontal>.swiper-pagination-bullets,
.en-joinBanner .swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: .6rem;
}

.inside .en-joinBanner .infoText {
	position: absolute;
	z-index: 2;
	display: flex;
	display: -webkit-flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.inside .en-joinBanner .swiper-slide img {
	width: 100%;
	height: 4.42rem;
}