body.overflow {
	overflow: hidden;
}

ul, li {
	list-style: none;
	padding: 0;
	margin: 0;
}

a, a:hover {
	text-decoration: none;
}

a.sp {
	transition: all .3s;
	-webkit-transition: all .3s;
}

a.sp:hover {
	filter: brightness(1.1);
	-webkit-filter: brightness(1.2);
	filter: alpha(opacity=90)\0;
}

.sbtn {
	transition: all .3s;
	-webkit-transition: all .3s;
}

.sbtn:hover {
	filter: brightness(1.1);
	-webkit-filter: brightness(1.1);
	filter: alpha(opacity=90)\0;
}

.elips {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.in {
	display: inline-block;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.wrap {
	width: 100%;
	position: relative;
	padding-top: 48px;
	min-width: 1200px;
	overflow-x: hidden;
	background: #1a393d;
}/* .wrap.page-index{background: #1a393d url("../images/bg-index-all.jpg") no-repeat center top;} */.wrap.page-index {
	background: #343c56 url("../image/bg-index-all_d67b2c11335c4ab7a9155a85f0e57167.jpg") no-repeat center top;
}

.wrap p {
	margin: 0;
}

.wrap img {
	display: block;
}

.mid {
	width: 1200px;
	margin: 0 auto;
	min-width: 1200px;
	position: relative;
}

.sp {
	background: url("../image/sp.png") no-repeat;
}

a.sp {
	transition: all .3s;
	-webkit-transition: all .3s;
}

a.sp:hover {
	filter: brightness(1.1);
	-webkit-filter: brightness(1.2);
	filter: alpha(opacity=90)\0;
}

.sbtn {
	transition: all .3s;
	-webkit-transition: all .3s;
}

.sbtn:hover {
	filter: brightness(1.1);
	-webkit-filter: brightness(1.1);
	filter: alpha(opacity=90)\0;
}

.in {
	display: inline-block;
	vertical-align: middle;
}

.t {
	display: block;
	text-indent: -9999px;
	font-size: 0;
}

.public_footer {
	min-width: 1200px;
	background-color: #222;
	font-size: 12px;
	height: 200px;
	line-height: 18px;
	overflow: hidden;
}
.public_footer_box {
	margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 1200px;
}
.public_footer_left {
	float: left;
    height: 40px;
    margin: 86px 0px 0px;
    position: relative;
    top: 0px;
    transition: top 0.3s ease 0s;
    width: 300px;
}
.public_footer_left img {
	width: 100%;;
}
.public_footer_right {
	padding-left: 396px;
    padding-top: 26px;
    transition: padding-top 0.3s ease 0s;
}
.public_footer_right p {
	color: #fff;
    display: block;
    margin-bottom: 8px;
    opacity: .6;
}
.public_footer_right a {
	color: #fff;
    display: block;
}
.blur {
	transition: filter 0.3s;
}

.loaded.blur {
	filter: blur(0px);
}

/* @font-face {
	font-family: tit-magpie;
	src: url("../images/font.TTF");
  } */
/*导航*//* .top-nav{width: 100%;height: 48px;background: #0e1c20;position: absolute;top: 0;left: 50%;transform: translateX(-50.02%);z-index: 5;} */.top-nav {
	width: 100%;
	height: 48px;
	background: #171b2c;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50.02%);
	z-index: 5;
}

.top-nav .nav-list {
	height: 48px;
	font-size: 0;
	text-align: center;
	position: relative;
	z-index: 2;
}

.top-nav .nav-item {
	width: 128px;
	height: 48px;
	display: inline-block;
}/* .top-nav .nav-link{width: 100%;height: 100%;font-size: 16px;color: #a3ddde;text-align: center;line-height: 48px;display: block;transition: all .3s;} */.top-nav .nav-link {
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #e0e1e3;
	text-align: center;
	line-height: 48px;
	display: block;
	transition: all .3s;
}

.top-nav .nav-item.cur .nav-link,/* .top-nav .nav-link:hover { color: #fff1c9;font-weight: bold;background: #2a5257; } */.top-nav .nav-link:hover {
	color: #ffffff;
	font-weight: bold;
	background: #3b4567;
}

.top-nav .nav-detail {
	margin: 0 auto;
	font-size: 0;
	text-align: center;
	background-image: linear-gradient(to bottom, rgba(10,10,10, .65), rgba(10,10,10, .0));
	width: 100%;
	height: 0px;
	overflow: hidden;
	position: absolute;
	top: 48px;
	left: 0;
	right: 0;
	margin: auto;
	transition: all .3s;
	z-index: 1;
	opacity: 0;
}

.top-nav .nav-detail.cur {
	opacity: 1;
	height: 214px;
}

.top-nav .nav-detail ul {
	display: inline-block;
	width: 128px;
	font-size: 16px;
	vertical-align: text-top;
  /*background: rgba(0,0,0,0.12);*/
}/* .top-nav .nav-detail ul li a{color:#a3ddde; text-align: center; display: block; width: 100%; height: 38px; line-height: 38px; font-size: 14px;} */.top-nav .nav-detail ul li a {
	color: #e0e1e3;
	text-align: center;
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
}/*.nav-detail.cur ul li.active{background: #4b6568;}*//*.nav-detail.cur ul li.active a{color: #fff1c9; font-weight: bold;}*//*.top-nav .nav-detail ul li:hover{background: #2a5257;}*//* .top-nav .nav-detail ul li:hover a{color: #fff1c9; font-weight: bold;} */.top-nav .nav-detail ul li:hover a {
	color: #fff;
	font-weight: bold;
}

.nav-detail .ewm-qywx {
	width: 146px;
	height: 146px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: 450px;
	display: none;
	z-index: 3;
}

.nav-detail .ewm-qywx img {
	animation: ewm-ani .3s ease both;
	-webkit-animation: ewm-ani .3s ease both;
	width: 146px;
	height: 146px;
}

.nav-detail .ewm {
	width: 146px;
	height: 146px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: 450px;
	z-index: 3;
}

.nav-detail .ewm img {
	display: none;
	animation: ewm-ani .3s ease both;
	-webkit-animation: ewm-ani .3s ease both;
	width: 146px;
	height: 146px;
}

@keyframes ewm-ani {
	0% {
		opacity: .5;
		transform: translateY(5px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes ewm-ani {
	0% {
		opacity: .5;
		-webkit-transform: translateY(5px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}/*头部*/.header {
	position: relative;
	height: 630px;
}/*background: url("../images/header.jpg") no-repeat center top;*/.header .game-logo {
	padding: 20px 0 0 26px;
}

.header .logo {
	background: url("../image/game-logo.png") no-repeat;
	width: auto;
	height: auto;
	display: block;
}

.header .slogon {
	margin: 41px 0 0 80px;
	position: relative;
}

.header .slogon img {
	position: relative;
	z-index: -1;
	opacity: 0;
}

.header .slogon .play-ico {
	background: url("../image/play-ico.png") no-repeat;
	width: 84px;
	height: 84px;
	position: absolute;
	top: -118px;
	left: 1014px;
	z-index: 1;
	cursor: pointer;
	animation: pulse 1s linear infinite both;
}

@keyframes pulse {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(0.95);
	}

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

.header .appoint-wp {
	margin: 90px 0 0 93px;
	position: relative;
}

.header .ewm-box {
	width: 153px;
	height: 116px;
	position: relative;
	margin-right: 23px;
}

.header .ewm-box .ewm-name {
	font-size: 14px;
	color: #b29d7c;
	line-height: 16px;
	width: 20px;
	position: absolute;
	top: 24px;
	left: 12px;
}

.header .ewm-box .ewm {
	width: 100px;
	height: 100px;
	border: 1px solid #beb07c;
	position: absolute;
	top: 6px;
	left: 45px;
}

.header .ewm-box .light {
	background: url("../image/line.png") no-repeat;
	width: 119px;
	height: 10px;
	position: absolute;
	top: 5px;
	left: 36px;
	z-index: 1;
}

.header .appoint-box {
	width: 262px;
}

.header .btn-appoint {
	width: 262px;
	height: 92px;
	background-position: -30px -202px;
}

.header .btn-appoint.disabled {
	filter: grayscale(100%);
}

.header .btn-appoint.reserved {
	background-position: -60px -702px;
}

.header .appoint-txt {
	font-size: 16px;
	color: #a3ddde;
	text-align: center;
	margin-top: 3px;
}

.header .appoint-txt strong {
	color: #fff6c9;
	font-size: 20px;
}

.slogon-ani {
	animation: slogon-ani 1s ease both;
}

@keyframes slogon-ani {
	0% {
		opacity: 0;
		transform: scale(.3)
	}

	50% {
		opacity: 1;
		transform: scale(1.05)
	}

	70% {
		transform: scale(.9)
	}

	100% {
		transform: scale(1)
	}
}

.fade-left {
	animation: fade-left .6s .3s ease both;
}

@keyframes fade-left {
	0% {
		transform: translateX(-300px);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

.fade-right {
	animation: fade-right .6s .3s ease both;
}

@keyframes fade-right {
	0% {
		transform: translateX(300px);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

.light-move {
	-webkit-animation: mymove 3s ease infinite;
	animation: mymove 3s ease infinite;
}

@keyframes  mymove {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(95px);
	}
}/* .game-limit-box{width: 56px;position: absolute;top: 468px;left: 50%; margin-left: 546px;z-index: 10;cursor: pointer;} */.game-limit-box {
	width: 56px;
	position: absolute;
	top: 535px;
	left: 50%;
	margin-left: 321px;
	z-index: 10;
	cursor: pointer;
}

.game-limit-box .game-limit {
	background: url("../image/age-limit.png") no-repeat;
	width: 56px;
	height: 73px;
	position: relative;
}

.game-limit-box img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.game-limit-box .btn-serve {
	width: 56px;
	height: 37px;
	background-position: -312px -202px;
	margin: 14px auto 0;
	display: block;
	font-size: 12px;
	color: rgba(255,255,255,0.4);
	text-align: center;
	padding-top: 38px;
}/*@media screen and (min-width: 1750px) and (max-width: 1900px) {*/  /*.game-limit-box{right: 150px;}*//*}*//*@media screen and (min-width: 1440px) and (max-width: 1750px) {*/  /*.game-limit-box{right: 60px;}*//*}*//*@media screen and (max-width: 1440px) {*/  /*.game-limit-box{right: 10px;}*//*}*/.header .appoint-box-wp {
	display: none;
}

.loginfo {
	left: 0;
	top: -36px;
	width: 450px;
	color: #fff;
	text-align: center;
	display: none;
}

.loginfo a {
	color: #fff;
	text-decoration: underline;
}

.login {
	display: none;
}/* .down-load-bg{margin: 5px 0 0 510px; height: 170px; display: none; position: relative; background: url("../images/bg-scan-download.png") no-repeat;} */.down-load-bg {
	margin: 40px auto 0;
	width: 535px;
	height: 170px;
	/* display: none; */
	position: relative;
	background: url("../image/bg-scan-download_300e3edb9b224000b1eac1d9a5d0b842.png") no-repeat;
}

.down-load-bg .ewm-box {
	width: 183px;
	height: 137px;
	position: relative;
	margin-right: 7px;
}

.down-load-bg .ewm-box img {
	width: 94px;
	height: 95px;
	position: absolute;
	top: 14px;
	left: 37px;
}/* .down-load-bg .ewm-box .ewm-pic-box{width: 114px;height: 114px;border: 1px solid #beb07c;position: absolute;top: 26px;left: 63px;} */.down-load-bg .ewm-box .ewm-pic-box {
	width: 75px;
	height: 75px;
	border: 1px solid #beb07c;
	position: absolute;
	top: 23.5px;
	left: 45.4px;
}

.down-load-bg .video-box {
	width: 97px;
	height: 97px;
	background: url('../image/new-notice.png') no-repeat center/cover;
	position: absolute;
	top: 13px;
	left: 140px;
}

.down-load-bg .video-box .play-ico {
	width: 69px;
	height: 69px;
	background: url('../image/play-ico_336cb6b245284e74a1a19824a3f15a2a.png') no-repeat center/cover;
	margin: 15px auto 0;
	cursor: pointer;
}

.down-load-bg .ewm-box .ewm-name {
	font-size: 14px;
	color: #b29d7c;
	width: 15px;
	line-height: 15px;
	position: absolute;
	top: 23px;
	left: 152px;
	display: none;
}/* .down-load-bg .down-btns { margin-left: 24px; margin-top: 18px;} */.down-load-bg .down-btns {
	margin-left: 54px;
	margin-top: 14px;
}/* .down-load-bg .down-btns .btn-link{width: 198px;height: 60px;display: block;text-indent: -9999px;} */.down-load-bg .down-btns .btn-link {
	width: 141px;
	height: 43px;
	display: block;
	text-indent: -9999px;
}

.down-load-bg .down-btns .btn-text {
	width: 184px;
	display: block;
	text-align: center;
	color: #e5a543;
	margin-top: 6px;
	text-decoration: underline;
}/* .down-load-bg .down-btns .btn-ios{background-position: -0px -890px;margin-top: 14px;} */.down-load-bg .down-btns .btn-ios {
	background: url('../image/btn-ios.png');
	margin-top: 10px;
}/* .down-load-bg .down-btns .btn-adr{background-position: -0px -815px;} */.down-load-bg .down-btns .btn-adr {
	background: url('../image/btn-android.png') no-repeat center/cover;
}/* .down-load-bg .down-btns .btn-login-tool{width: 168px; height: 74px; background-position: -210px -815px; left: 428px; top:18px;} *//* .down-load-bg .down-btns .btn-login-tool{width: 168px; height: 74px; background: url("../images/btn-pc.png") no-repeat center/cover; left: 428px; top:18px;} */.down-load-bg .down-btns .btn-login-tool {
	width: 120px;
	height: 94px;
	background: url("../image/btn-pc.png") no-repeat center/cover;
	left: 400px;
	top: 14px;
}/* .down-load-bg .down-btns .btn-install-note{width: 168px; height: 50px; background-position: -210px -900px; left: 428px; top:102px;} */.down-load-bg .down-btns .btn-install-note {
	width: 139px;
	height: 139px;
	background: url("../image/btn-inti.png") no-repeat center/cover;
	left: 471px;
	top: 73px;
}

.header-cur .appoint-box-wp {
	display: block;
}

.header-cur .down-load-bg {
	display: none;
}/*资讯*//* .main{min-height: 2357px;} *//* .main{min-height: 2357px;margin-top: 100px;} */.main {
	min-height: 2357px;
	margin-top: 10px;
}/*background: url("../images/main.jpg") no-repeat center top;*/.main .tit {
	width: 62px;
	height: 183px;
	float: left;
	text-indent: -9999px;
}

.main .tit-news {
	background-position: 0 0;
	position: absolute;
	top: 43px;
}

.main .tit-feature {
	background-position: -109px 0;
}

.main .tit-job {
	background-position: -222px 0;
}

.main .tit-view {
	background-position: -341px 0;
}/* .part-inner-news{background: url("../images/news-bg.png") no-repeat;width: 1107px;height: 363px;position: relative;} */.part-inner-news {
	background: url("../image/news-bg_4d374607ec2146dab7653db62f362ee6.png") no-repeat;
	width: 1107px;
	height: 363px;
	position: relative;
}

.section-lunbo-wrap {
	width: 542px;
	position: relative;
	float: left;
}

.section-lunbo-wrap .lunbo-pagination {
	width: 100%;
	top: 330px;
}

.section-lunbo {
	margin-top: 16px;
	width: 536px;
	height: 302px;
	border: 3px solid #ccb896;
}

.section-lunbo-wrap .lunbo-pagination .swiper-pagination-bullet {
	background: url("../image/dots.png") no-repeat 0 0;
	width: 11px;
	height: 10px;
	margin: 0 7px;
	opacity: 1;
}

.section-lunbo-wrap .lunbo-pagination .swiper-pagination-bullet-active {
	background-position: -25px 0;
}

.section-lunbo .swiper-slide img {
	width: 536px;
	height: auto;
}

.section-news {
	width: 565px;
	float: left;
	position: relative;
}

.section-news .btn-more {
	font-size: 14px;
	color: #b29d7c;
	position: absolute;
	top: 234px;
	right: 2px;
}

.section-news .news-nav {
	height: 58px;
	font-size: 0;
	cursor: pointer;
}

.section-news .news-nav .nav-item {
	font-size: 20px;
	color: #b29d7c;
	text-align: center;
	width: 130px;
	line-height: 58px;
	display: inline-block;
	position: relative;
	margin-right: 10px;
}

.section-news .news-nav .nav-item.cur {
	color: #fff1c9;
	font-weight: bold;
}

.section-news .news-nav .nav-item.cur:after {
	content: "";
	background: url("../image/news-cur.png") no-repeat;
	width: 131px;
	height: 27px;
	position: absolute;
	top: 47px;
	left: 0;
}

.section-news .news-nav:last-child {
	margin-right: 0;
}

.section-news .news-tit {
	width: 565px;
	height: 40px;
	position: relative;
	margin-top: 18px;
}

.section-news .news-tit .txt {
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	position: absolute;
	top: 0;
	left: 56px;
}/* .section-news .news-tit a{width: 100%;line-height: 40px;position: absolute;top: 0;left: 0;text-align: center;transition: all .3s;color: #fff1c9;} */.section-news .news-tit a {
	width: 100%;
	line-height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s;
	color: #fff;
	background: url('../image/hot-label.png') no-repeat left;
	padding-left: 126px;
	background-size: 565px 40px;
}

.section-news .news-tit a:hover {
	color: #fff;
}

.section-news .tit-links {
	padding: 14px 0;
	font-size: 16px;
	color: #a3ddde;
	text-align: center;
}/* .section-news .tit-links a{color: #a3ddde;margin: 0 10px;} */.section-news .tit-links a {
	color: #ccd9f9;
	margin: 0 10px;
}/* .section-news .tit-links a:hover{color:#cfedee;} */.section-news .tit-links a:hover {
	color: #ccd9f9;
}

.swiper-news {
	width: 100%;
	position: relative;
}
.news-list {
	display: block;
	margin-top: 10px;
}
.minh-news {
	min-height: 240px;
}
.minh-gl {
	min-height: 280px;
}
/* .swiper-news .txt{width: 100%;padding: 10px 0 10px 30px;display: block;font-size: 14px;color: #b29d7c;position: relative;transition: all .3s;} */
.swiper-news .txt {
	width: 100%;
	padding: 10px 0;
	display: block;
	font-size: 14px;
	color: #b29d7c;
	position: relative;
	transition: all .3s;
}/* .swiper-news .txt:hover{background: rgba(42,82,87,40);color: #f0e4c1;} */.swiper-news .txt:hover {
	background: rgba(30,38,72,0.4);
	color: #fff1c9;
}/* .swiper-news .txt:hover:before{content: "";background: url("../images/news-ico.png") no-repeat;width: 20px;height: 42px;position: absolute;top: 0;left: 0;} */.swiper-news .txt:hover:before {
	content: "";
	background: url("../image/news-ico_790802d14fde4187887bc0cefb427dbc.png") no-repeat;
	width: 20px;
	height: 42px;
	position: absolute;
	top: 0;
	left: 0;
}/* .swiper-news .txt .ico{width: 48px;height: 22px;background: #33777f;margin: 0 14px 0 37px;float: left;font-size: 14px;color: #a3ddde;text-align: center;line-height: 22px;} */.swiper-news .txt .ico {
	width: 48px;
	height: 22px;
	background: #232e52;
	margin: 0 14px 0 37px;
	float: left;
	font-size: 14px;
	color: #ccd9f9;
	text-align: center;
	line-height: 22px;
}

.title_color {
    padding-left: 40px;
}

.swiper-news .txt:hover .ico {
	background: #7884a5;
	color: #1e253e;
}

.swiper-news .txt .intro-txt {
	width: 390px;
	float: left;
}

.swiper-news .txt .time-txt {
	float: right;
	margin-right: 16px;
}/*游戏特色*/.part-feature {
	margin-top: 30px;
}

.game-ct {
	width: 1103px;
	overflow: hidden;
}

.game-item {
	width: 64px;
	height: 360px;
	position: relative;
	float: left;
	overflow: hidden;
	margin-right: 1px;
	transition: 0.6s width ease-out;
}/* .game-item .bar{background: url("../images/game-feature-btn.png") no-repeat;cursor: pointer;} */.game-item .bar {
	background: url("../image/game-feature-btn_79d55c7a827647f1b817cfa8965f5b57.png") no-repeat;
	cursor: pointer;
}

.game-item .bar {
	width: 64px;
	height: 360px;
	background-position: -84px 0;
	position: absolute;
	top: 0;
	left: 0;
}

.game-item .img-box {
	background: url("../image/feature-img-bg.jpg") no-repeat;
	width: 778px;
	height: 360px;
	position: absolute;
	top: 0;
	left: 64px;
}

.game-item .img-box img {
	width: 768px;
	height: 352px;
	position: absolute;
	top: 4px;
	left: 4px;
}/* .game-item .txt{font-size: 22px;color: #b29d7c;text-align: center;width: 36px; writing-mode: vertical-rl; position: relative;top: 50%;left: 20px;transform: translateY(-50%);line-height: 28px;font-family: tit-magpie;} */.game-item .txt {
	font-size: 22px;
	color: #b29d7c;
	text-align: center;
	width: 36px;
	writing-mode: vertical-rl;
	position: relative;
	top: 50%;
	left: 11px;
	transform: translateY(-50%);
	line-height: 28px;
	font-family: tit-magpie;
}

.game-item .txt em {
	font-style: normal;
	width: 4px;
	height: 4px;
	margin: 6px 6px 8px 36px;
}

.game-item .txt span {
	display: inline-block;
}

.game-item.cur {
	width: 842px;
}

.game-item.cur .bar {
	background-position: 0 0;
}/* .game-item.cur .txt {color: #254c50;} */.game-item.cur .txt {
	color: #1e253d;
}

.game-item:hover .bar {
	background-position: 0 0;
}/* .game-item:hover .txt{color: #254c50;} */.game-item:hover .txt {
	color: #1e253d;
}/*门派*/.part-job {
	margin-top: 45px;
}

.job-wrap {
	width: 1114px;
	position: relative;
}

.job-wrap .btn {
	background: url("../image/job-btn.png") no-repeat;
	width: 100px;
	height: 282px;
	position: absolute;
	;top: 210px;
	z-index: 10;
	overflow: hidden;
	outline: none;
}

.job-wrap .btn-prev {
	left: -98px;
	background-position: 0 0;
}

.job-wrap .btn-next {
	right: 0;
	background-position: -113px 0;
}

.job-wrap .btn-prev:hover {
	background-position: 0 -315px;
}

.job-wrap .btn-next:hover {
	background-position: -113px -315px;
}

.job-wrap .btn .txt {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	color: #233e40;
	text-align: center;
	width: 26px;
	line-height: 60px;
}

.job-wrap .btn-next .txt {
	margin-left: 28px;
}

.job-wrap .btn:hover .txt {
	color: #a3ddde;
}

.job-ct {
	background: url("../image/job-bg.png") no-repeat;
	width: 1114px;
	height: 408px;
	position: relative;
}/* .job-nav{padding: 0 0 14px 8px;width: 445px;position: relative;z-index: 10;} */.job-nav {
	padding: 0 0 14px 8px;
	width: 500px;
	position: relative;
	z-index: 10;
}

.job-nav .nav-item {
	float: left;
	width: 82px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #b29d7c;
	text-align: center;
	margin-top: 10px;
	cursor: pointer;
	position: relative;
}

.job-nav .nav-item:before,.job-nav .nav-item:after {
	content: "";
	width: 2px;
	height: 15px;
	background: #b29d7c;
	position: absolute;
	top: 7px;
}

.job-nav .nav-item:before {
	left: 0;
}

.job-nav .nav-item:after {
	right: 0;
}/*.job-nav .nav-item.cur{color: #fff1c9;background: #b29d7c;}*//* .job-nav .nav-item:nth-child(2):before,.job-nav .nav-item:nth-child(4):before,.job-nav .nav-item:nth-child(7):before,.job-nav .nav-item:nth-child(9):before,.job-nav .nav-item:nth-child(2):after,.job-nav .nav-item:nth-child(4):after,.job-nav .nav-item:nth-child(7):after,.job-nav .nav-item:nth-child(9):after{display: none;} */.job-nav .nav-item:nth-child(2):before,.job-nav .nav-item:nth-child(4):before,/* .job-nav .nav-item:nth-child(7):before, */.job-nav .nav-item:nth-child(9):before,.job-nav .nav-item:nth-child(2):after,.job-nav .nav-item:nth-child(4):after,.job-nav .nav-item:nth-child(7):after,.job-nav .nav-item:nth-child(9):after,.job-nav .nav-item:nth-child(10):after,.job-nav .nav-item:nth-child(5):after {
	display: none;
}

.job-nav .nav-item:nth-child(7) {
	margin-left: 40px;
}

.job-nav .nav-item.cur span {
	width: 86px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	position: absolute;
	top: 0;
	left: -2px;
	color: #fff1c9;
	background: #b29d7c;
}

.swiper-job {
	width: 100%;
	height: 100%;
	overflow: inherit;
}

.swiper-job .job-ico {
	position: absolute;
	top: 9px;
	left: 355px;
	z-index: 1;
}/* .swiper-job .job-item{position: absolute;bottom: 0;left: 0;} */.swiper-job .job-item {
	position: absolute;
	bottom: 10px;
	left: -60px;
}

.swiper-job .job-item.em {
	left: -65px;
}

.swiper-job .job-item.tw {
	left: -65px;
}

.swiper-job .job-item.cy {
	left: -65px;
}

.swiper-job .swiper-slide {
	opacity: 0 !important;
}

.swiper-job .swiper-slide-active {
	opacity: 1 !important;
}

.job-info {
	position: absolute;
	top: 36px;
	right: 780px;
}/* .job-intro .intro-ico{background: url("../images/job-intro.png") no-repeat;width: 20px;height: 333px;float: right;margin-left: 20px;} */.job-intro .intro-ico {
	background: url("../image/job-intro_7089b5e50189496a8c0832cddd55024d.png") no-repeat;
	width: 20px;
	height: 333px;
	float: right;
	margin-left: 20px;
}

.job-intro .intro-txt {
	float: right;
	font-size: 14px;
	color: #b29d7c;
	width: 22px;
	text-align: center;
	line-height: 16px;
	word-wrap: break-word;
}

.job-route {
	margin-right: 25px;
}

.job-route .route-ico {
	background: url("../image/job-feature.png") no-repeat;
	width: 20px;
	height: 112px;
	float: right;
}

.job-route .route-txt {
	float: right;
	font-size: 14px;
	color: #b29d7c;
	width: 22px;
	text-align: center;
	line-height: 15px;
	word-wrap: break-word;
	margin: 0 20px;
}

.job-route .route-txt span {
	display: inline-block;
	width: 100%;
	margin: 0 0 4px;
}/* .job-feature{font-size: 14px;color: #52a8af;height: 334px;border-right: 1px solid #285054;padding-right: 16px;} *//* .job-feature{font-size: 14px;color: #ccd9f9;height: 334px;border-right: 1px solid #285054;padding-right: 16px;} */.job-feature {
	font-size: 14px;
	color: #ccd9f9;
	height: 334px;
	border-right: 1px solid #7d88a6;
	padding-right: 16px;
}

.job-feature .point {
	float: right;
	width: 22px;
	text-align: center;
	line-height: 16px;
	word-wrap: break-word;
}

.job-feature .point .txt-block {
	display: inline-block;
	width: 100%;
	margin: 5px 0;
}/* .job-feature .start{background: url("../images/start.png") no-repeat;width: 13px;height: 13px;display: inline-block; margin: 3px auto 0;} */.job-feature .start {
	background: url("../image/start_44d11fb7d3604fcf9058da221cca3055.png") no-repeat;
	width: 13px;
	height: 13px;
	display: inline-block;
	margin: 3px auto 0;
}

.job-feature .dis {
	width: 100%;
	display: inline-block;
	margin-bottom: 32px;
}/*视听大赏*//* .part-view{margin-top: 60px;} */.part-view {
	margin-top: 60px;
	background: url('../image/bg-video.png') no-repeat;
	background-size: 1154px 203px;
	background-position: left bottom;
	height: 254px;
}

.view-ct {
	width: 1105px;
	float: right;
}

.view-top .line {
	width: 1030px;
	height: 1px;
	background: #b29d7c;
	margin-top: 15px;
	float: left;
}/* .view-top .btn{width: 62px;height: 30px;font-size: 14px;color: #366d74;text-align: center;border: 1px solid #2a5257;line-height: 30px;float: left;margin-left: 10px;} */.view-top .btn {
	width: 62px;
	height: 30px;
	font-size: 14px;
	color: #ccd9f9;
	text-align: center;
	border: 1px solid #ccd9f9;
	line-height: 30px;
	float: left;
	margin-left: 10px;
	background-color: #424b63;
}

.view-top .btn:hover {
	color: #ccd9f9;
	border-color: #ccd9f9;
	background: rgba(22,33,70,0.5);
}/* .view-top .btn:hover{color: #a3ddde;border-color: #a3ddde;background: rgba(45,112,117,50);} */.view-ct .video-list {
	margin-top: 15px;
}/* .view-ct .video-item{width: 255px;margin-right: 27px;float: left;} */.view-ct .video-item {
	width: 255px;
	margin-right: 28px;
	float: left;
}

.view-ct .video-item:last-child {
	margin-right: 0;
}

.view-ct .video-link {
	width: 255px;
	height: 144px;
	position: relative;
	display: block;
	transition: all .3s;
	background-size: cover;
	background-position: center;
}

.view-ct .video-link:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.3);
	z-index: 1;
	overflow: hidden;
}

.view-ct .video-link img {
	width: 100%;
	height: auto;
	position: relative;
	transition: all .3s;
}/* .view-ct .video-link .name{width: 150px;height: 32px;background-position: -648px -70px;position: absolute;top: 129px;left: 0;font-size: 12px;color: #b29d7c;line-height: 32px;padding-left: 10px;box-sizing: border-box;z-index: 2;} *//* .view-ct .video-link .name{width: 150px;height: 32px;background-position: -648px -70px;position: absolute;top: 129px;left: 0;font-size: 12px;color: #b29d7c;line-height: 32px;padding-left: 10px;box-sizing: border-box;z-index: 2;} */.view-ct .video-link .name {
	width: 150px;
	height: 32px;
	background: url('../image/video-label.png') no-repeat;
	position: absolute;
	top: 129px;
	left: 0;
	font-size: 12px;
	color: #b29d7c;
	line-height: 32px;
	padding-left: 10px;
	box-sizing: border-box;
	z-index: 2;
}

.view-ct .video-link .ico {
	width: 18px;
	height: 18px;
	display: inline-block;
	background-position: -370px -230px;
	position: relative;
	top: 4px;
}

.view-ct .video-link em {
	display: inline-block;
	vertical-align: top;
	width: 116px;
}

.view-ct .video-link:hover {
	transform: translateY(-3px);
}/* .view-ct .video-link:hover .name{background-position: -648px -136px;color: #fff1c9;} */.view-ct .video-link:hover .name {
	background-position: 0 -33px;
	color: #fff1c9;
}

.view-ct .video-link:hover .ico {
	background-position: -370px -202px;
}

.view-ct .video-link:hover:before {
	height: 0;
}/*二维码*//* .part-ewm{margin-top: 58px;} */.part-ewm {
	margin-top: 73px;
	margin-bottom: 100px;
}

.part-ewm .ewm-list {
	font-size: 0;
	text-align: center;
}

.part-ewm .ewm-list li {
	display: inline-block;
	margin: 0 27px;
}/* .part-ewm .ewm-bg{background: url("../images/bot-ewm-bg.png") no-repeat;width: 178px;height: 144px;position: relative;} */.part-ewm .ewm-bg {
	background: url("../image/bot-ewm-bg_1bf8c4bbefdf473c9afad3570da5388a.png") no-repeat;
	width: 178px;
	height: 144px;
	position: relative;
}

.part-ewm .ewm-bg .name {
	font-size: 18px;
	color: #b29d7c;
	width: 22px;
	position: absolute;
	top: 24px;
	left: 21px;
	line-height: 22px;
}

.part-ewm .ewm-bg img {
	width: 102px;
	height: 102px;
	background: #bbab7e;
	padding: 4px;
	position: absolute;
	top: 18px;
	right: 8px;
}/*底部logo*/.part-logo {
	text-align: center;
	margin: 60px auto 0;
}

.part-logo img {
	display: inline-block;
}/* .back-top{background: url("../images/back-top.png") no-repeat;width: 37px;height: 119px;position: fixed;bottom: 200px;left: 50%; margin-left: 610px;z-index: 10;cursor: pointer;display: none; transition: none;} */.back-top {
	background: url("../image/back-top_e471622418f64b3b9b0045c9387b85bf.png") no-repeat;
	width: 37px;
	height: 119px;
	position: fixed;
	bottom: 200px;
	left: 50%;
	margin-left: 610px;
	z-index: 10;
	cursor: pointer;
	display: none;
	transition: none;
}/*@media screen and (max-width: 1900px) and (min-width: 1700px) {*/  /*.back-top{*/    /*right: 150px;*/  /*}*//*}*//*@media screen and (max-width: 1700px) and (min-width: 1440px) {*/  /*.back-top{*/    /*right: 80px;*/  /*}*//*}*/@media screen and (max-width: 1280px) {
	.back-top {
		margin-left: inherit;
		left: inherit;
		right: 10px;
	}
}/*弹窗*/.pop {
	position: relative;
	display: none;
}

.pop .btn-close {
	width: 64px;
	height: 64px;
	background-position: -426px -211px;
	position: absolute;
	top: 7px;
	right: 10px;
}

.sp-order {
	background: url("../image/sp-order.png") no-repeat;
}/*预约弹窗*/.pop-order {
	width: 796px;
	height: 833px;
	background-position: 0 -583px;
	overflow: hidden;
}

.pop-order .btn-close {
	background-position: -125px -7px;
}

.pop-order .pop-head {
	width: 790px;
	height: 43px;
	background-position: -5px -256px;
	margin: 52px auto 0;
}

.order-form {
	margin: 26px 110px 0;
}

.form-line-radio {
	font-size: 0;
	text-align: center;
}

.form-line-radio .radio {
	font-size: 22px;
	color: #559598;
	display: inline-block;
	margin: 0 45px;
	cursor: pointer;
	padding-left: 36px;
	position: relative;
	line-height: 30px;
}

.form-line-radio .radio i {
	width: 28px;
	height: 28px;
	background-position: -23px -11px;
	position: absolute;
	top: 0;
	left: 0;
}

.form-line-radio .radio.checked {
	color: #c4a75b;
}

.form-line-radio .radio.checked i {
	background-position: -63px -11px;
}

.form-line-phone {
	margin-top: 16px;
}

.order-form .J_inputPhone,.order-form .J_inputInvite {
	width: 573px;
	height: 57px;
	background-position: -23px -103px;
	border: none;
	outline: none;
	padding: 0 15px;
	font-size: 18px;
	color: #517376;
	box-sizing: border-box;
}

.order-form .form-line {
	margin-bottom: 30px;
}

.order-form .J_inputCode {
	width: 393px;
	height: 57px;
	background-position: -23px -172px;
	border: none;
	outline: none;
	padding: 0 15px;
	font-size: 18px;
	color: #517376;
	box-sizing: border-box;
	float: left;
}

.order-form .J_send {
	font-size: 18px;
	color: #524211;
	text-align: center;
	width: 168px;
	height: 56px;
	background-position: -98px -503px;
	float: right;
	line-height: 56px;
}

.order-form .J_send.disable {
	background-position: -285px -503px;
}

.order-form .J_btnsubmit {
	width: 321px;
	height: 92px;
	background-position: -465px -481px;
	margin: 28px auto 0;
}

.pop-order .gift-box {
	margin-top: 30px;
}

.pop-order .gift-box .gift-tit {
	width: 657px;
	height: 25px;
	background-position: -71px -331px;
	margin: 0 auto;
}

.pop-order .gift-list {
	margin-top: 15px;
	font-size: 0;
	text-align: center;
}

.pop-order .gift-list li {
	display: inline-block;
	margin: 0 24px;
	vertical-align: top;
}

.pop-order .gift-list .sp-order {
	width: 107px;
	height: 84px;
}

.pop-order .gift-list .gift1 {
	background-position: -103px -393px;
}

.pop-order .gift-list .gift2 {
	background-position: -256px -393px;
}

.pop-order .gift-list .gift3 {
	background-position: -416px -393px;
}

.pop-order .gift-list .name {
	font-size: 18px;
	color: #84b9bd;
	text-align: center;
}

.pop-order .gift-list .name1 {
	padding-top: 10px;
}

.pop-order input::-webkit-input-placeholder {
 /*WebKit browsers*/
	color: #2a5257;
}

.pop-order input::-ms-input-placeholder {
 /*Internet Explorer*/
	color: #2a5257;
}/*预约成功*/.pop-sucess {
	background: url("../image/pop-apppint.png") no-repeat;
	width: 796px;
	height: 833px;
}

.pop-sucess .tit-success {
	padding-top: 52px;
}

.pop-sucess .tit {
	width: 750px;
	height: 43px;
	background-position: -82px -525px;
	margin: 0 auto;
}

.pop-sucess .pro-list {
	font-size: 0;
	text-align: center;
	margin-top: 37px;
}

.pop-sucess .pro-list li {
	display: inline-block;
	vertical-align: top;
	width: 102px;
	margin: 0 5px;
}

.pop-sucess .pro-list img {
	width: 100%;
	height: auto;
}

.pop-sucess .pro-list .name {
	font-size: 14px;
	color: #84b9bd;
	text-align: center;
	margin-top: 5px;
}

.pop-sucess .invite-code {
	margin-top: 2px;
}

.pop-sucess .invite-code .txt {
	font-size: 26px;
	color: #d2c1a2;
	text-align: center;
}

.pop-sucess .invite-code .btn-copy {
	width: 321px;
	height: 92px;
	background-position: -379px -325px;
	margin: 14px auto 0;
}

.pop-sucess .tit-more {
	width: 672px;
	height: 25px;
	background-position: -122px -645px;
	margin: 30px auto 0;
}

.pop-sucess .bonus-box {
	margin-top: 23px;
	font-size: 0;
	text-align: center;
}

.pop-sucess .bonus-inner {
	width: 320px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.pop-sucess .tip-txt {
	font-size: 16px;
	color: #84b9bd;
	text-align: center;
	line-height: 24px;
}

.pop-sucess .bonus-list {
	margin-top: 30px;
	text-align: center;
}

.pop-sucess .bonus-list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 11px;
	width: 89px;
}

.pop-sucess .bonus-list img {
	width: 100%;
	height: auto;
}

.pop-sucess .bonus-list .name {
	font-size: 16px;
	color: #84b9bd;
	text-align: center;
	width: 120px;
	margin: 8px 0 0 -13px;
}

.pop-sucess .btn-lott {
	width: 194px;
	height: 56px;
	background-position: -723px -343px;
	margin: 18px auto 0;
}

.pop-sucess .ewm {
	width: 165px;
	margin: 27px auto 0;
}

.pop-sucess .ewm img {
	width: 100%;
}

.pop-sucess .bor-r:before {
	content: "";
	width: 1px;
	height: 210px;
	background: rgba(85,123,126,0.8);
	position: absolute;
	top: 15px;
	left: 0;
}

.pop-img {
	max-width: 920px;
}

.pop-img .btn-close {
	width: 36px;
	height: 36px;
	background-position: -1071px -70px;
	position: absolute;
	top: 0;
	right: -52px;
}

.pop-img .pic-box {
	border: 1px solid #cca34d;
	margin: 0 auto;
	background: rgba(0,0,0,.8)
}

.pop-img .pic-box img {
	max-width: 100%;
  /*max-height: 100%;*/  /*min-width: 10%;*/
	height: auto;
	display: block;
  /*position: absolute;*/  /*top: 0;*/  /*left: 1px;*/  /*bottom: 0;*/  /*right: 0;*/
	margin: auto;
}

.pop .J_miPlayerBox {
	width: 900px;
	height: 510px;
}/*新闻资讯*/.inner-wrap {
	padding-top: 0;
}

.inner-wrap .top-nav {
	background: rgba(14,28,32,0.9);
}

.inner-bg {
	background: #1a393d url("../image/inner-bg.jpg") no-repeat center top;
	padding-bottom: 470px;
}

.inner-bg .logo {
	background: url("../image/game-logo.png") no-repeat;
	width: auto;
	height: auto;
	position: absolute;
	top: 77px;
	left: 0;
	z-index: 5;
}

.inner-bg .back-btn {
	width: 111px;
	height: 37px;
	background-position: -820px -70px;
	position: absolute;
	top: 60px;
	right: 0;
	text-indent: -9999px;
	z-index: 5;
	transition: all 0s;
}

.inner-bg .back-btn:hover {
	background-position: -940px -70px;
}/*下载游戏*/.game-down {
	background: url("../image/game-down-bg.jpg") no-repeat;
	width: 216px;
	height: 508px;
	position: absolute;
	top: 382px;
	left: 0;
}

.game-down .txt-box .tit:nth-child(2) {
	display: none;
}

.game-down .tit {
	font-size: 12px;
	color: #b29d7c;
	text-align: center;
	height: 24px;
	line-height: 24px;
}

.game-down .ewm-box {
	margin-top: 10px;
	position: relative;
}

.game-down .ewm-box img {
	width: 190px;
	height: 190px;
	border: 1px solid #e1c786;
	margin: 0 auto;
}

.game-down .ewm-box .ewm-pic-box {
	width: 190px;
	height: 190px;
	border: 1px solid #e1c786;
	margin: 0 auto;
}

.game-down .ewm-box .light {
	background: url("../image/line2.png") no-repeat;
	width: 208px;
	height: 10px;
	position: absolute;
	top: 10px;
	left: 3px;
}

.light-move2 {
	-webkit-animation: mymove2 2s ease infinite;
	animation: mymove2 2s ease infinite;
}

@-webkit-keyframes  mymove2 {
	0% {
		-webkit-transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(170px);
	}
}

.game-down .btns a {
	display: block;
	text-indent: -9999px;
	margin: 7px auto 0;
}

.game-down .btn-adr {
	width: 192px;
	height: 64px;
	background-position: -827px -202px;
}

.game-down .btn-ios {
	width: 192px;
	height: 64px;
	background-position: -1029px -202px;
}

.game-down .btn-sq {
	width: 192px;
	height: 56px;
	background-position: -827px -126px;
	text-indent: 0 !important;
	font-size: 20px;
	color: #7bd4e1;
	text-align: center;
	line-height: 56px;
}

.game-down .btn-news {
	width: 192px;
	height: 56px;
	background-position: -1029px -126px;
	text-indent: 0!important;
	font-size: 20px;
	color: #7bd4e1;
	text-align: center;
	line-height: 56px;
}

.game-down .appoint-ct {
	display: none;
}

.game-down.game-cur {
	height: 370px;
}

.game-down.game-cur .appoint-ct {
	display: block;
}

.game-down.game-cur .down-ct {
	display: none;
}

.page-cont {
	padding: 382px 0 0px 226px;
	position: relative;
}

.page-top {
	background: url("../image/innner-tit-bg.jpg") no-repeat;
	width: 974px;
	height: 85px;
	overflow: hidden;
}

.page-top .new-tit {
	width: 157px;
	height: 46px;
	background-position: -953px -459px;
	margin: 17px 0 0 30px;
}

.page-top .view-tit {
	width: 186px;
	height: 48px;
	background-position: -952px -512px;
	margin: 17px 0 0 27px;
}

.page-top .tip-tit {
	background: url("../image/tip-tit.png") no-repeat;
	width: 154px;
	height: 45px;
	margin: 17px 0 0 27px;
}

.page-top .local {
	padding: 34px 0 0 64px;
	font-size: 14px;
	color: #a3ddde;
}

.page-top .local span {
	color: #4c8b93;
}

.page-top .local a {
	color: #4c8b93;
}

.page-top .local a:hover {
	text-decoration: underline;
}

.page-top .news-nav {
	float: right;
	padding: 27px 35px 0 0;
}

.page-top .news-nav .nav-item {
	width: 62px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #b29d7c;
	text-align: center;
	float: left;
	cursor: pointer;
	border: 1px solid transparent;
}

.page-top .news-nav .nav-item.cur, .page-top .news-nav .nav-item:hover {
	color: #fff1c9;
	border: 1px solid #fff1c9;
	background: rgba(178,157,124,0.2);
}

.swiper-p-list {
	width: 100%;
	min-height: 340px;
}

#swiperPageList .swiper-slide .news-p-list {
}

#swiperPageList .swiper-slide-active .news-p-list {
	display: block;
}

.news-p-list .list-item {
	height: 72px;
	line-height: 72px;
	margin-top: 16px;
}

.news-p-list .links {
	height: 72px;
	line-height: 72px;
	background: rgba(42,82,87, 0.4);
	display: block;
	font-size: 16px;
	color: #fff1c9;
	position: relative;
	transition: all .3s;
}

.news-p-list .links .time {
	color: #b29d7c;
	margin: 0 44px 0 30px;
	transition: all .3s;
	display: inline-block;
	vertical-align: top;
}

.news-p-list .links .txt {
	display: inline-block;
	vertical-align: top;
	width: 798px;
	transition: all 0.3s;
}

.news-p-list .links:hover {
	color: #fff;
	background: #2a5257;
}

.news-p-list .links:hover .time {
	color: #fff;
	transform: translateX(45px);
}

.news-p-list .links:hover .txt {
	transform: translateX(45px);
}

.news-p-list .links:hover:before {
	content: "";
	background: url("../image/news-ico2.png") no-repeat;
	width: 34px;
	height: 72px;
	position: absolute;
	top: 0;
	left: 0;
}
/*分页*/
#page {
	margin-top: 45px;
	text-align: center;
	padding: 10px 0;
}
#page .pageinfo {
	font-size: 16px;
	color: #b29d7c;
	vertical-align: middle;
}
#page a {
	vertical-align: middle;
	font-size: 16px;
	color: #b29d7c;
	line-height: 32px;
	cursor: pointer;
	border: 1px solid transparent;
	margin: 0 4px;
	padding: 6px;
}
#page a:hover {
	color: #b29d7c;
	background: #1a393d;
	border: 1px solid #5f8b8e;
}
.el-pagination {
	margin-top: 45px;
	font-size: 0;
	text-align: center;
}
/* .el-pagination li{display: inline-block;vertical-align: middle;width: 32px;height: 32px;font-size: 16px;color: #b29d7c;line-height: 32px;cursor: pointer;border: 1px solid transparent;margin: 0 4px;} */
.el-pagination li {
	display: inline-block;
	vertical-align: middle;
	width: 29px;
	height: 29px;
	font-size: 16px;
	color: #b29d7c;
	line-height: 32px;
	cursor: pointer;
	border: 1px solid transparent;
	margin: 0 4px;
}

.el-pagination .page_code:hover {
	color: #b29d7c;
	background: #1a393d;
	border: 1px solid #5f8b8e;
}

.el-pagination .page_code.active {
	color: #b29d7c;
	background: #1a393d;
	border: 1px solid #5f8b8e;
}/* .el-pagination .page_btn{background: url("../image/sp.png") no-repeat;font-size: 0;text-indent: -9999px;} */.el-pagination .page_btn {
	background: url("../image/bg-page_btn.png") no-repeat;
	background-size: 70px 58px;
	font-size: 0;
	text-indent: -9999px;
}

.el-pagination .page_btn.disabled {
	cursor: not-allowed;
	opacity: .6;
}

.el-pagination .page_btn.disabled:hover {
	background-position: 1px -30px;
}/* .el-pagination li:nth-child(1){background-position: -827px -306px;} *//* .el-pagination li:nth-child(1):hover{background-position: -827px -270px;} *//* .el-pagination li:nth-last-child(1){background-position: -863px -306px;} *//* .el-pagination li:nth-last-child(1):hover{background-position: -863px -270px;} */.el-pagination li:nth-child(1) {
	background-position: 1px -30px;
}

.el-pagination li:nth-child(1):hover {
	background-position: 1px 1px;
}

.el-pagination li:nth-last-child(1) {
	background-position: -28px -30px;
}

.el-pagination li:nth-last-child(1):hover {
	background-position: -37px 2px;
}/*页面底部*/.page-bot {
	background: url("../image/page-bot-bg.png") no-repeat;
	width: 1920px;
	height: 368px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -960px;
}

.page-bot .mid {
	padding-top: 100px;
}

.page-bot .bot-ewm-bg {
	margin: 0 50px 0 10px;
	float: left;
	background: url("../image/bot-ewm-bg2.png") no-repeat;
	width: 169px;
	height: 204px;
	position: relative;
}

.page-bot .bot-ewm-bg img {
	width: 130px;
	height: 130px;
	border: 1px solid #cab87f;
	position: absolute;
	top: 11px;
	left: 19px;
}

.page-bot .bot-ewm-bg .light {
	background: url("../image/line3.png") no-repeat;
	width: 148px;
	height: 10px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.page-bot .bot-ewm-bg .txt {
	font-size: 12px;
	color: #b29d7c;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 157px;
	left: 0;
}

.light-move3 {
	-webkit-animation: mymove3 2s ease infinite;
	animation: mymove3 2s ease infinite;
}

@-webkit-keyframes  mymove3 {
	0% {
		-webkit-transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(120px);
	}
}

.page-bot .game-detail {
	float: left;
	width: 590px;
}

.page-bot .game-tit {
	font-size: 20px;
	color: #b29d7c;
	font-weight: bold;
	margin: 14px 0 25px 0;
}

.page-bot .game-detail {
	font-size: 14px;
	color: #b29d7c;
	line-height: 24px;
}/*新闻详情*/.news-deial-wp {
	background: rgba(42,82,87,0.4);
	padding: 0 58px 28px 58px;
}

.news-detail-tit {
	font-size: 20px;
	color: #8fcbcc;
	text-align: center;
	border-bottom: 1px solid #245e66;
	padding: 36px 0 26px 0;
}

.news-detail-tit .time {
	font-size: 12px;
	margin-top: 16px;
}

.news-detail {
	width: 100%;
	min-height: 600px;
	color: #8fcbcc;
	padding: 30px 0 70px 0;
	line-height: 26px;
}

.news-detail p {
	margin-top: 4px;
	margin-bottom: 4px;
}

.news-detail img {
	max-width: 100%;
}

.news-detail iframe {
	max-width: 100%;
}

.news-detail a {
	color: #6bc9cc;
}

.news-detail a:hover {
	transition: all 0.3s;
	filter: brightness(1.2);
	text-decoration: underline;
}

.news-detail a:visited {
	color: #6bc9cc;
}

.news-siblings {
	text-align: center;
}

.news-siblings a {
	display: inline-block;
	vertical-align: middle;
	color: #3d8b95;
	background: #204347;
	border: 1px solid #3d8b95;
	transition: all 0.3s;
	font-size: 14px;
	text-align: center;
	width: 62px;
	height: 30px;
	line-height: 30px;
	margin: 0 4px;
}

.news-siblings a.disabled {
	color: #366d74;
	background: #204347;
	border: 1px solid #2a5257;
	cursor: not-allowed;
}

.news-siblings a:not(.disabled):hover {
	color: #a3ddde;
	border-color: #a3ddde;
}/*视听*/.table-panel {
	display: none;
	clear: right;
}

.table-panel.cur {
	display: block;
	animation: run .3s linear;
}

@keyframes run {
	0% {
		transform: translateY(-10px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.video-play {
	width: 100%;
}

.video-play .J_miPlayerBox {
	width: 100%;
	height: 548px;
	display: block;
	background: #000;
}

.video-play .J_miPlayerBox .img-loading {
	width: 100%;
	height: 548px;
	display: block;
}

.video-play video {
	width: 100%;
	height: 548px;
	display: block;
}

.video-play .video-name {
	height: 70px;
	line-height: 70px;
	background: rgba(14,28,32,0.4);
	font-size: 16px;
	color: #b29d7c;
	text-indent: 26px;
}

.part-video .video-list {
	margin-top: 22px;
	font-size: 0;
	text-align: center;
	width: 980px;
	margin-left: -3px;
}

.part-video .video-item {
	width: 320px;
	margin: 0 3px;
	display: inline-block;
}

.part-video .video-link {
	display: block;
	width: 320px;
	position: relative;
	transition: all .3s;
}

.part-video .img-box {
	width: 320px;
	height: 180px;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.part-video .img-box img {
	width: 100%;
	height: auto;
	max-height: 100%;
}

.part-video .img-box::before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: absolute;
	bottom: 0;
	left: 0;
}

.part-video .img-box::after {
	content: "";
	display: block;
	background: url("../image/video-ico1.png") no-repeat;
	width: 29px;
	height: 38px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -19px 0 0 -15px;
}

.part-video .video-list .video-name {
	font-size: 16px;
	color: #b29d7c;
	height: 48px;
	line-height: 48px;
	background: rgba(14,28,32,0.4);
	display: block;
	padding: 0 24px;
}

.part-video .video-list.tx-left {
	text-align: left;
}

.part-video .video-link:hover {
	transform: translateY(-3px);
}

.part-video .video-link:hover .img-box:before {
	height: 0;
}

.part-video .video-link:hover .img-box:after {
	transform: rotate(360deg);
}

.part-pic .pic-list {
	width: 1000px;
	margin-top: 24px;
}

.part-pic .pic-item {
	float: left;
	width: 308px;
	margin: 0 23px 23px 0;
}

.part-pic .pic-item:nth-child(3n) {
	margin-right: 0;
}

.part-pic .pic-link {
	display: block;
	width: 308px;
	height: 174px;
	transition: all .3s;
}

.part-pic .img-box {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.part-pic .img-box img {
	width: 100%;
	height: auto;
	position: relative;
}

.part-pic .img-box:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
}

.part-pic .pic-link:hover {
	transform: translateY(-3px);
}

.part-pic .pic-link:hover .img-box:before {
	height: 0;
}

body .fuwuxieyi {
	margin-top: 20px;
	word-break: break-all;
	color: #666666;
	font-size: 16px;
	line-height: 24px;
}

body .fuwuxieyi .text-only {
	color: #666666;
	font-size: 16px;
	line-height: 24px;
}

body .fuwuxieyi a {
	color: #666666;
	font-size: 16px;
	line-height: 24px;
	text-decoration: underline;
}/*攻略资料*/.part-information {
	margin-top: 50px;
}

.part-information .tit-information {
	background: url("../image/tit-information.png") no-repeat;
	width: 62px;
	height: 169px;
	float: left;
}/* .tip-part{background: url("../images/index-tip-bg.jpg") no-repeat;width: 610px;height: 358px;margin-left: 28px;position: relative;} *//* .tip-part{background: url("../images/imagesindex-tip-bg.jpg") no-repeat;width: 610px;height: 358px;margin-left: 28px;position: relative;} */.tip-part {
	background: url("../image/index-tip-bg.png") no-repeat;
	width: 611px;
	height: 358px;
	margin-left: 28px;
	position: relative;
}

.tip-part .btn-more {
	font-size: 14px;
	color: #b29d7c;
	position: absolute;
	top: 262px;
	right: 2px;
}

.part-information .news-nav {
	height: 58px;
	font-size: 0;
	cursor: pointer;
}

.part-information .news-nav .nav-item {
	font-size: 20px;
	color: #b29d7c;
	text-align: center;
	width: 130px;
	line-height: 58px;
	display: inline-block;
	position: relative;
	margin-right: 20px;
}

.part-information .news-nav .nav-item.cur {
	color: #fff1c9;
	font-weight: bold;
}

.part-information .news-nav .nav-item.cur:after {
	content: "";
	background: url("../image/news-cur.png") no-repeat;
	width: 131px;
	height: 27px;
	position: absolute;
	top: 47px;
	left: 0;
}

.part-information .news-nav li:last-child {
	margin-right: 0;
}

.tip-ct {
	padding-top: 25px;
}

.swiper-tip .txt {
	padding: 16px 0 16px 50px;
	display: block;
	font-size: 14px;
	color: #b29d7c;
	line-height: 18px;
	position: relative;
	transition: all .3s;
}/* .swiper-tip .txt:hover{background: rgba(42,82,87,40);color: #fff1c9;} */.swiper-tip .txt:hover {
	background: rgba(30,38,72,0.4);
	color: #fff1c9;
}/* .swiper-tip .txt:hover::before{content: "";background: url("../images/icon-news.png") no-repeat;width: 26px;height: 50px;position: absolute;top: 0px;left: 0;} */.swiper-tip .txt:hover::before {
	content: "";
	background: url("../image/news-ico_790802d14fde4187887bc0cefb427dbc.png") no-repeat;
	width: 26px;
	height: 50px;
	position: absolute;
	top: 0px;
	left: 0;
}

.swiper-tip .txt .ico {
	width: 48px;
	height: 22px;
	background: #33777f;
	margin: 0 14px 0 37px;
	float: left;
	font-size: 14px;
	color: #a3ddde;
	text-align: center;
	line-height: 22px;
}/* .info-part{background: url("../images/index-information-bg.jpg") no-repeat;width: 467px;height: 358px;margin-left: 23px;position: relative;} */.info-part {
	background: url("../image/index-information-bg.png") no-repeat;
	width: 469px;
	height: 358px;
	margin-left: 23px;
	position: relative;
}

.info-part .information-nav .nav-item {
	margin-left: 16px;
	margin-right: 6px;
}

.info-part .btn-more {
	font-size: 14px;
	color: #b29d7c;
	position: absolute;
	top: 287px;
	right: 2px;
}

.info-list {
	padding: 38px 0 0 25px;
}

.info-list .info-item {
	float: left;
	margin-bottom: 36px;
}

.info-list .info-item:nth-child(2) {
	margin: 0 30px;
}

.info-list .info-item:nth-child(3n+2) {
	margin: 0 30px;
}

.info-link {
	display: block;
	width: 118px;
	height: 45px;
	border: 1px solid #b29d7c;
	font-size: 0;
	color: #b29d7c;
	transition: all .3s;
}

.info-link img {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	margin-left: 12px;
}

.info-link span {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	line-height: 45px;
	margin-left: 10px;
}

.info-link:hover {
	border: 1px solid #f9eec8;
	color: #f9eec8;
}

.info-link:hover img {
	filter: brightness(1.5);
	-webkit-filter: brightness(1.5);
}/*排行榜*/.part-rank {
	margin-top: 50px;
}

.part-rank .tit-rank {
	background-position-x: -1260px;
	height: 220px;
}

.rank-wrap {
	width: 1094px;
	height: 462px;
	position: relative;
}

.line-choose {
	font-size: 0;
}/* .line-choose .sel-box{background: url("../images/bg-sel.png") no-repeat; width: 162px; height: 36px;background-size: 100% 100%; display: none;margin-right: 14px;} */.line-choose .sel-box {
	background: url("../image/bg-sel_0ccea764bcb640ac970d0d6c3080a820.png") no-repeat;
	width: 162px;
	height: 36px;
	background-size: 100% 100%;
	display: none;
	margin-right: 14px;
}

.line-choose .sel-box.show {
	display: inline-block;
}

.line-choose select {
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	padding-left: 22px;
	line-height: 36px;
	background: none;
	font-size: 14px;
	color: #b29d7c;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
 /*去掉下拉箭头*/
}

.line-choose select::-ms-expand {
	display: none;
}/* .line-choose select option{background: #1e454a; padding-left: 10px;} */.line-choose select option {
	background: #1d2546;
	padding-left: 10px;
}

.time-tip {
	position: absolute;
	top: 19px;
	font-size: 14px;
	color: #b29d7c;
	right: 0;
}/* .rank-con{background: url("../images/bg-rank.png"); width: 1094px; height: 402px; overflow: hidden; margin-top: 20px;} */.rank-con {
	background: url("../image/bg-rank_73581ad4500c4e5abc0234d276c38142.png");
	width: 1094px;
	height: 402px;
	overflow: hidden;
	margin-top: 20px;
}

.rank-type {
	padding: 16px 0;
	text-align: center;
}/* .rank-type li{display: inline-block; width: 230px; height: 62px; background: url("../image/sp.png"); background-position: -630px -720px; margin: 0 11px; font-size: 32px; font-family: 'tit-magpie'; color:#b29d7c; line-height: 58px; cursor: pointer; transition: all .3s;} *//* .rank-type li{display: inline-block; width: 230px; height: 62px; background: url("../image/bg-rank-type.png") no-repeat;background-size: 229px 123px; margin: 0 11px; font-size: 32px; font-family: 'tit-magpie'; color:#b29d7c; line-height: 58px; cursor: pointer; transition: all .3s; background-position: 0 0;} */.rank-type li {
	display: inline-block;
	width: 230px;
	height: 62px;
	background: url("../image/bg-rank-type.png") no-repeat;
	background-size: 229px 123px;
	margin: 0 11px;
	font-size: 32px;
	font-family: 'tit-magpie';
	color: #b29d7c;
	line-height: 58px;
	cursor: pointer;
	transition: all .3s;
	background-position: 0 -62px;
}/* .rank-type li.active{background-position-x: -370px; color:#285054; background-position: 0 -62px;} */.rank-type li.active {
	background-position-x: -370px;
	color: #1f2944;
	background-position: 0 0;
}

.rank-type li:hover {
	filter: brightness(1.2);
}

.rank-table-wrap {
	width: 1061px;
	margin: 0 auto;
}

.rank-table {
	width: 1061px;
	text-align: center;
	font-size: 14px;
	color: #b29d7c;
}

.rank-table thead {
	font-size: 14px;
	font-weight: bold;
}/* .rank-table thead tr{height: 36px; background: url("../images/bg-rank-head.png"); font-weight: bold; } */.rank-table thead tr {
	height: 36px;
	background: url("../image/bg-rank-head_e2b7c291b18f4832b3bcaad89874570e.png");
	font-weight: bold;
}

.rank-table thead th {
	font-weight: bold;
}

.rank-table thead tr th:nth-child(2) {
	width: 200px;
}

.rank-table thead tr th:nth-child(3) {
	width: 260px;
}

.rank-table thead tr th:nth-child(4) {
	width: 260px;
}

.rank-table thead tr th:nth-child(5) {
	width: 200px;
}

.rank-table thead::after {
	content: '';
	display: block;
	padding-bottom: 8px;
}/* .rank-table tbody tr{background: #193f44;} *//* .rank-table tbody tr{background: #193f44;} */.rank-table tbody tr {
	background: #283456;
}/* .rank-table tbody tr:nth-child(2n){background: #1d4247;} */.rank-table tbody tr:nth-child(2n) {
	background: #323e5e;
}

.rank-table td {
	height: 36px;
}

.rank-table td span {
	width: 21px;
	height: 28px;
	text-align: center;
	display: inline-block;
	color: #fff;
	line-height: 24px;
}

.rank-table td span.rank-top1 {
	background-position: -1290px -710px;
}

.rank-table td span.rank-top2 {
	background-position: -1290px -745px;
}

.rank-table td span.rank-top3 {
	background-position: -1290px -782px;
}

.rank-table-wrap .el-pagination {
	margin-top: 27px;
}/*攻略站内页*/.tip-bg {
	background: url("../image/tip-bg.jpg") no-repeat center top;
	padding-bottom: 450px;
}

.search-box {
	background: url("../image/search-bg.png") no-repeat;
	width: 560px;
	height: 46px;
	position: absolute;
	top: 307px;
	left: 310px;
	z-index: 10;
}

.search-box .input-box {
	padding: 2px 0 2px 64px;
	width: 406px;
}

.search-box .input-box input {
	width: 100%;
	height: 42px;
	line-height: 42px;
	border: none;
	outline: none;
}

.search-box .btn-search {
	background: url("../image/btn-search.png") no-repeat;
	width: 107px;
	height: 46px;
	position: absolute;
	top: 0;
	left: 476px;
	text-indent: -9999px;
}/*资料站内页*/.data-bg {
	background: url("../image/data-bg.jpg") no-repeat center top;
}

.inner-information {
	padding-top: 382px;
}

.inner-information .data-tit {
	background: url("../image/data-tit.png") no-repeat;
	width: 114px;
	height: 46px;
	float: left;
	margin: 18px 0 0 30px;
}

.inner-information .page-top .local {
	padding-left: 110px;
}

.info-tit h3 {
	background: url("../image/data-tit-sp.png") no-repeat;
	width: 1200px;
	height: 60px;
	text-indent: -9999px;
}

.info-tit .tit-sys {
	background-position: 0 0;
}

.info-tit .tit-play {
	background-position: 0 -86px;
}

.info-tit .tit-ot {
	background-position: 0 -180px;
}

.inner-information .info-area:nth-child(2) {
	margin-top: 26px;
}

.inner-information .info-area:nth-child(3) {
	margin-top: 7px;
}

.inner-information .info-area:nth-child(4) {
	margin-top: 64px;
}

.info-detail-wp {
	min-height: 334px;
}

.info-detail {
	float: left;
	width: 171px;
	min-height: 334px;
	text-align: center;
}

.info-detail:nth-child(odd) {
	background: url("../image/sys-list-bg.png") no-repeat center center;
}

.info-detail:nth-child(even) {
	background: url("../image/sys-list-bg2.png") no-repeat center center;
}

.info-detail .sys {
	padding-top: 40px;
	position: relative;
	font-size: 24px;
	color: #52a8af;
	font-weight: bold;
	line-height: 26px;
}

.info-detail .sys::after {
	content: "";
	background: url("../image/sys-ico.png") no-repeat;
	width: 123px;
	height: 10px;
	position: absolute;
	top: 83px;
	left: 50%;
	margin-left: -62px;
}

.links-list {
	margin-top: 50px;
}

.links-list a {
	font-size: 16px;
	color: #b29d7c;
	text-align: center;
	display: block;
	line-height: 18px;
	margin-bottom: 30px;
}

.links-list a:hover {
	color: #fff1c9;
}

.play-detail-wp {
	margin-top: 40px;
	position: relative;
}

.play-detail-wp .play-nav {
	position: absolute;
	top: -92px;
	right: 0;
	z-index: 10;
}/*.play-detail-wp .play-nav{margin-bottom: 20px; font-size: 0;}*/.play-detail-wp .play-nav .nav-item {
	width: 70px;
	height: 30px;
	font-size: 14px;
	color: #366d74;
	float: left;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	border: 1px solid transparent;
	margin: 0 4px;
}

.play-detail-wp .play-nav .nav-item:hover {
	border: 1px solid #366d74;
}

.play-detail-wp .play-nav .nav-item.cur {
	color: #a3ddde;
	border: 1px solid #a3ddde;
	background: rgba(45,112,117,0.5);
}

.play-detail-wp .play-nav .nav-item a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #366d74;
}

.swiper-play {
	width: 100%;
	margin-top: 47px;
}

.play-list {
	font-size: 0;
}

.play-list .play-item {
	display: inline-block;
	vertical-align: top;
	width: 165px;
	height: 92px;
	background: #142b2d;
	position: relative;
	margin: 0 7px 7px 0;
}

.play-list .play-item:nth-child(7n) {
	margin-right: 0;
}

.play-list .play-link {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.play-list .play-link img {
	width: 82px;
	height: 82px;
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -41px;
}

.play-list .play-link .name {
	width: 100%;
	font-size: 16px;
	color: #b29d7c;
	text-align: center;
	position: absolute;
	top: 37px;
	left: 0;
	z-index: 1;
}

.play-list .play-link::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(2,20,25,0.8);
	position: absolute;
	top: 0;
	left: 0;
}

.play-list .play-link:hover .name {
	display: none;
}

.play-list .play-link:hover::after {
	display: none;
}

.ot-detail-wp {
	margin-top: 40px;
}

.ot-list {
	font-size: 0;
	margin-top: 40px;
}

.ot-list .ot-item {
	width: 192px;
	height: 80px;
	display: inline-block;
	margin: 0 9px 9px 0;
}

.ot-list .ot-item:nth-child(6) {
	margin-right: 0;
}

.ot-list .ot-link {
	background: url("../image/ot-bg.jpg") no-repeat;
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	color: #fff1c9;
}

.ot-list .ot-link img {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -40px;
}

.ot-list .ot-link .name {
	font-size: 24px;
	font-family: 'tit-magpie';
	color: #b29d7c;
	text-align: center;
	line-height: 82px;
	width: 100%;
	display: block;
	position: relative;
	z-index: 10;
}

.ot-list .ot-link:hover {
	background: url("../image/ot-bg-cu.jpg") no-repeat;
}

.ot-list .ot-link:hover .name {
	color: #fff1c9;
}

.data-bg-innner {
	background: url("../image/data-bg-innner.jpg") no-repeat center top;
}

.data-bg-innner .data-tit {
	background: url("../image/data-tit.png") no-repeat;
	width: 114px;
	height: 46px;
	float: left;
	margin: 18px 0 0 30px;
}

.data-bg-innner .page-top .local {
	padding: 34px 0 0 112px;
}