﻿body.overflow {
	overflow: hidden
}

li,ul {
	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)
}

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

.sbtn:hover {
	filter: brightness(1.1);
	-webkit-filter: brightness(1.1)
}

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

.wrap.page-index {
	background: #fceacc url("../images/inner-bg.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("../images/sp.png") no-repeat
}

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

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

.public_footer {
	margin-top: 18px
	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: 180px;
	margin: 16px 0 0;
	position: relative;
	top: 0;
	transition: top .3s ease 0s;
	width: 300px
}

.public_footer_left img {
	width: 100%
}

.public_footer_right {
	padding-left: 396px;
	padding-top: 26px;
	transition: padding-top .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 .3s
}

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

/* 1. 让导航条继续吸顶 - 修正版本 */
.top-nav {
    width: 100%;
    height: 48px;
    background: #171b2c;
    position: relative; /* 改为fixed确保在最顶部 */
    left: 0; /* 去掉之前的居中transform */
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

/* LOGO样式 - 修正位置 */
.nav-logo {
    position: absolute;
    left: calc(50% - 484px); /* 精确计算到第一个栏目左边 */
    top: 150%;
    transform: translateY(-50%);
    z-index: 10;
    height: 112px;
    display: flex;
    align-items: center;
}

.logo-img {
    height: 100%;
    width: auto;
    max-height: 112px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.logo-img:hover {
    transform: scale(1.05);
}

/* 去掉悬停背景，保持和别的项一样也行 */
.nav-item.logo-item:hover .logo-link {
    background: transparent;
}

.top-nav .nav-item {
    width: 128px;
    height: 48px;
    display: inline-block
}

.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: #fff;
    font-weight: 700;
    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;
}

.detail-wrapper {
    display: inline-block;
    transform: translateX(100px);   /* 关键：只让内容右移 */
}

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

.top-nav .nav-detail ul li a {
    color: #e0e1e3;
    text-align: center;
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 14px
}

.top-nav .nav-detail ul li:hover a {
    color: #fff;
    font-weight: 700
}

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

.header .game-logo {
	padding: 20px 0 0 26px
}

.header .logo {
	background: url("../images/game-logo.png") no-repeat;
	width: 232px;
	height: 120px;
	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("../images/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(.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: #d4c7a3;
	line-height: 16px;
	width: 20px;
	position: absolute;
	top: 24px;
	left: 12px
}

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

.header .ewm-box .light {
	background: url("../images/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: #fdeacc;
	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: 535px;
	left: 50%;
	margin-left: 321px;
	z-index: 10;
	cursor: pointer
}

.game-limit-box .game-limit {
	background: url("../images/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,.4);
	text-align: center;
	padding-top: 38px
}

.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: 40px auto 0;
	width: 604px;
	height: 170px;
	position: relative;
	background: url("../images/bg-scan-download_300e3edb9b224000b1eac1d9a5d0b842.png") no-repeat;
	left: 300px
}

.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: 75px;
	height: 75px;
	border: 1px solid #beb07c;
	position: absolute;
	top: 23.5px;
	left: 45.4px
}

.down-load-bg .video-box {
	width: 171px;
	height: 97px;
	position: absolute;
	top: 13px;
	left: 168px
}

.down-load-bg .video-box .play-ico {
	width: 69px;
	height: 69px;
	background: url('../images/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: #d4c7a3;
	width: 15px;
	line-height: 15px;
	position: absolute;
	top: 23px;
	left: 152px;
	display: none
}

.down-load-bg .down-btns {
	margin-left: 130px;
	margin-top: 14px
}

.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: url('../images/btn-ios.png');
	margin-top: 10px
}

.down-load-bg .down-btns .btn-adr {
	background: url('../images/btn-android.png') no-repeat center/cover
}

.down-load-bg .down-btns .btn-login-tool {
	width: 120px;
	height: 53px;
	background: url("../images/btn-pc_4e206174481940cb9b54023de3cce90f.png") no-repeat center/cover;
	left: 471px;
	top: 14px
}

.down-load-bg .down-btns .btn-install-note {
	width: 120px;
	height: 36px;
	background: url("../images/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: 800px;
	margin-top: 10px
}

.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_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("../images/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: #d4c7a3;
	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: #d4c7a3;
	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: 700
}

.section-news .news-nav .nav-item.cur:after {
	content: "";
	background: url("../images/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;
	transition: all .3s;
	color: #fff;
	background: url('../images/hot-label.png') no-repeat left;
	padding-left: 126px;
	background-size: 565px 40px;
    font-size: 14px;
}

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

.section-news .tit-links {
	padding: 14px 0;
	font-size: 16px;
	color: #fdeacc;
	text-align: center
}

.section-news .tit-links a {
	color: #ccd9f9;
	margin: 0 10px
}

.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;
	display: block;
	font-size: 14px;
	color: #d4c7a3;
	position: relative;
	transition: all .3s;
	line-height: 22px
}

.swiper-news .txt:hover {
	background: rgba(84,65,32,.4);
	color: #fff1c9
}

.swiper-news .txt:hover:before {
	content: "";
	background: url("../images/news-ico_790802d14fde4187887bc0cefb427dbc.png") no-repeat;
	width: 20px;
	height: 42px;
	position: absolute;
	top: 0;
	left: 0
}

.swiper-news .txt .ico {
	width: 68px;
	height: 22px;
	background: #534021;
	margin: 0 14px 0 17px;
	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: .6s width ease-out
}

.game-item .bar {
	background: url("../images/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("../images/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: #d4c7a3;
	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: #1e253d
}

.game-item:hover .bar {
	background-position: 0 0
}

.game-item:hover .txt {
	color: #1e253d
}

.part-job {
	margin-top: 45px
}

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

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

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

.job-ct {
	background: url("../images/job-bg.png") no-repeat;
	width: 1114px;
	height: 408px;
	position: relative
}

.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: #d4c7a3;
	text-align: center;
	margin-top: 10px;
	cursor: pointer;
	position: relative
}

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

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

.job-nav .nav-item:after {
	right: 0
}

.job-nav .nav-item:nth-child(10):after,.job-nav .nav-item:nth-child(2):after,.job-nav .nav-item:nth-child(2):before,.job-nav .nav-item:nth-child(4):after,.job-nav .nav-item:nth-child(4):before,.job-nav .nav-item:nth-child(5):after,.job-nav .nav-item:nth-child(7):after,.job-nav .nav-item:nth-child(9):after,.job-nav .nav-item:nth-child(9):before {
	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: #d4c7a3
}

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

/* ===== 专属：新闻列表 4 列网格 ===== */
.news-list--grid-4 {
    display: flex;
    flex-wrap: wrap;
    margin: 10px;
    padding: 0;          /* 去掉默认 ul 内边距 */
    list-style: none;    /* 去掉默认圆点 */
}

.news-list--grid-4 .news-item {
    box-sizing: border-box;
    width: calc(25% - 16px);
    margin: 8px;
}

.news-list--grid-4 .news-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 6px 4px;
    background: rgba(84, 65, 32, .4);
    border-radius: 4px;
    text-decoration: none;
    color: #FFF;
    transition: background .2s;
}

.news-list--grid-4 .news-item a:hover {
    border-color: #d4c7a3;
    box-shadow: 0 2px 6px rgba(0,0,0,.08);
    color: #d4c7a3;
}

.job-info {
	position: absolute;
	top: 36px;
	right: 780px
}

.job-intro .intro-ico {
	background: url("../images/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: #d4c7a3;
	width: 22px;
	text-align: center;
	line-height: 16px;
	word-wrap: break-word
}

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

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

.job-route .route-txt {
	float: right;
	font-size: 14px;
	color: #d4c7a3;
	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: #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_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;
	background: url('../images/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: #d4c7a3;
	margin-top: 15px;
	float: left
}

.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(84,65,32,.4)
}

.view-ct .video-list {
	margin-top: 15px
}

.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: url('../images/video-label.png') no-repeat;
	position: absolute;
	top: 129px;
	left: 0;
	font-size: 12px;
	color: #d4c7a3;
	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: 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: 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_1bf8c4bbefdf473c9afad3570da5388a.png") no-repeat;
	width: 178px;
	height: 144px;
	position: relative
}

.part-ewm .ewm-bg .name {
	font-size: 18px;
	color: #d4c7a3;
	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
}

.part-logo {
	text-align: center;
	margin: 60px auto 0
}

.part-logo img {
	display: inline-block
}

.back-top {
	background: url("../images/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: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("../images/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_inputInvite,.order-form .J_inputPhone {
	width: 573px;
	height: 57px;
	background-position: -23px -103px;
	border: none;
	outline: 0;
	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: 0;
	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 {
	color: #2a5257
}

.pop-order input::-ms-input-placeholder {
	color: #2a5257
}

.pop-sucess {
	background: url("../images/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,.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%;
	height: auto;
	display: block;
	margin: auto
}

.pop .J_miPlayerBox {
	width: 900px;
	height: 510px
}

.inner-wrap {
	padding-top: 0
}

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

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

.inner-bg .logo {
	background: url("../images/game-logo.png") no-repeat;
	width: 232px;
	height: 120px;
	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(../images/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: #d4c7a3;
	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("../images/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 0 226px;
	position: relative
}

.page-top {
	background: url("../images/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("../images/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: #fdeacc
}

.page-top .local span {
	color: #fdeacc
}

.page-top .local a {
	color: #fdeacc
}

.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: #d4c7a3;
	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,.2)
}

.page-top .news-nav .nav-item.cur a {
	color: #fff1c9;
}

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

#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(84,65,32,.4);
	display: block;
	font-size: 16px;
	color: #fff1c9;
	position: relative;
	transition: all .3s
}

.news-p-list .links .time {
	color: #d4c7a3;
	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 .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("../images/news-ico2.png") no-repeat;
	width: 34px;
	height: 72px;
	position: absolute;
	top: 0;
	left: 0
}


/* 让最外层容器占满上级宽度 */
.news-p-info {
  width: 100%;
  box-sizing: border-box;
    background: rgba(84, 65, 32, .4);
    padding-bottom: 20px;
}

/* 每个 info-cont 也占满上级宽度 */
.news-p-info .newinfo-cont {
  width: 100%;
  margin-bottom: 20px;          /* 段间距 */
  padding: 0 10px;              /* 左右留空，避免贴边 */
  box-sizing: border-box;
}

/* 分类标题独占一行，居中并加下划线 */
.news-p-info .tit-sys.tit-info-sp {
  display: block;
  width: 100%;
  text-align: center;
  color:#fff1c9;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 15px;
  border-bottom: 1px solid #e0e0e0;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* 列表容器：横向 12 等分，并强制同一行元素纵向居中对齐 */
.news-p-info .newinfo-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;          /* 关键：让同一行元素水平线一致 */
}

/* 每个 li 占 1/12 宽度，去掉多余的 margin（gap 已留间隔） */
.news-p-info .newinfo-list .newinfo-item {
  flex: 0 0 calc(20% - 10px);   /* 20% = 100% / 5 */
  box-sizing: border-box;
}

/* 链接高度撑满 li，确保背景色块一样高 */
.news-p-info .newinfo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 6px 4px;
  background: rgba(84, 65, 32, .4);
  border-radius: 4px;
  text-decoration: none;
  color: #FFF;
  transition: background .2s;
}
.news-p-info .newinfo-link:hover {
  background: #eaeaea;
}

#page {
	margin-top: 45px;
	text-align: center;
	padding: 10px 0
}

#page .pageinfo {
	font-size: 16px;
	color: #d4c7a3;
	vertical-align: middle
}

#page a {
	vertical-align: middle;
	font-size: 16px;
	color: #d4c7a3;
	line-height: 32px;
	cursor: pointer;
	border: 1px solid transparent;
	margin: 0 4px;
	padding: 6px
}

#page a:hover {
	color: #d4c7a3;
	background: #fdeacc;
	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: 29px;
	height: 29px;
	font-size: 16px;
	color: #d4c7a3;
	line-height: 32px;
	cursor: pointer;
	border: 1px solid transparent;
	margin: 0 4px
}

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

.el-pagination .page_code.active {
	color: #d4c7a3;
	background: #fdeacc;
	border: 1px solid #5f8b8e
}

.el-pagination .page_btn {
	background: url("../images/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:first-child {
	background-position: 1px -30px
}

.el-pagination li:first-child:hover {
	background-position: 1px 1px
}

.el-pagination li:last-child {
	background-position: -28px -30px
}

.el-pagination li:last-child:hover {
	background-position: -37px 2px
}

.page-bot {
	background: url("../images/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("../images/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("../images/line3.png") no-repeat;
	width: 148px;
	height: 10px;
	position: absolute;
	top: 10px;
	left: 10px
}

.page-bot .bot-ewm-bg .txt {
	font-size: 12px;
	color: #d4c7a3;
	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: #d4c7a3;
	font-weight: 700;
	margin: 14px 0 25px 0
}

.page-bot .game-detail {
	font-size: 14px;
	color: #d4c7a3;
	line-height: 24px
}

.news-deial-wp {
	background: rgba(84,65,32,.4);
	padding: 0 58px 28px 58px
}

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

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

.news-detail {
	width: 100%;
	min-height: 600px;
	color: #fceacc;
	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 .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 .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: #fdeacc;
	border-color: #fdeacc
}

.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(84,65,32,.4);
	font-size: 16px;
	color: #d4c7a3;
	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,.3);
	position: absolute;
	bottom: 0;
	left: 0
}

.part-video .img-box::after {
	content: "";
	display: block;
	background: url("../images/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: #d4c7a3;
	height: 48px;
	line-height: 48px;
	background: rgba(84,65,32,.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,.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: #666;
	font-size: 16px;
	line-height: 24px
}

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

body .fuwuxieyi a {
	color: #666;
	font-size: 16px;
	line-height: 24px;
	text-decoration: underline
}

.part-information {
	margin-top: 50px
}

.part-information .tit-information {
	background: url("../images/tit-information.png") no-repeat;
	width: 62px;
	height: 169px;
	float: left
}

.tip-part {
	background: url("../images/index-tip-bg.png") no-repeat;
	width: 611px;
	height: 358px;
	margin-left: 28px;
	position: relative
}

.tip-part .btn-more {
	font-size: 14px;
	color: #d4c7a3;
	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: #d4c7a3;
	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: 700
}

.part-information .news-nav .nav-item.cur:after {
	content: "";
	background: url("../images/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: #d4c7a3;
	line-height: 18px;
	position: relative;
	transition: all .3s
}

.swiper-tip .txt:hover {
	background: rgba(84,65,32,.4);
	color: #fff1c9
}

.swiper-tip .txt:hover::before {
	content: "";
	background: url("../images/news-ico_790802d14fde4187887bc0cefb427dbc.png") no-repeat;
	width: 26px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0
}

.swiper-tip .txt .ico {
	width: 48px;
	height: 22px;
	background: #33777f;
	margin: 0 14px 0 37px;
	float: left;
	font-size: 14px;
	color: #fdeacc;
	text-align: center;
	line-height: 22px
}

.info-part {
	background: url("../images/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: #d4c7a3;
	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 #d4c7a3;
	font-size: 0;
	color: #d4c7a3;
	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_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: 0;
	border: none;
	padding-left: 22px;
	line-height: 36px;
	background: 0 0;
	font-size: 14px;
	color: #d4c7a3;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.line-choose select::-ms-expand {
	display: none
}

.line-choose select option {
	background: #1d2546;
	padding-left: 10px
}

.time-tip {
	position: absolute;
	top: 19px;
	font-size: 14px;
	color: #d4c7a3;
	right: 0
}

.rank-con {
	background: url("../images/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("../images/bg-rank-type.png") no-repeat;
	background-size: 229px 123px;
	margin: 0 11px;
	font-size: 32px;
	font-family: tit-magpie;
	color: #d4c7a3;
	line-height: 58px;
	cursor: pointer;
	transition: all .3s;
	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: #d4c7a3
}

.rank-table thead {
	font-size: 14px;
	font-weight: 700
}

.rank-table thead tr {
	height: 36px;
	background: url("../images/bg-rank-head_e2b7c291b18f4832b3bcaad89874570e.png");
	font-weight: 700
}

.rank-table thead th {
	font-weight: 700
}

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

.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("../images/tip-bg.jpg") no-repeat center top;
	padding-bottom: 450px
}

.search-box {
	background: url("../images/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: 0
}

.search-box .btn-search {
	background: url("../images/btn-search.png") no-repeat;
	width: 107px;
	height: 46px;
	position: absolute;
	top: 0;
	left: 476px;
	text-indent: -9999px
}

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

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

.inner-information .data-tit {
	background: url("../images/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("../images/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("../images/sys-list-bg.png") no-repeat center center
}

.info-detail:nth-child(2n) {
	background: url("../images/sys-list-bg2.png") no-repeat center center
}

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

.info-detail .sys::after {
	content: "";
	background: url("../images/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: #d4c7a3;
	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 .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: #fdeacc;
	border: 1px solid #fdeacc;
	background: rgba(45,112,117,.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: #d4c7a3;
	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,.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("../images/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: #d4c7a3;
	text-align: center;
	line-height: 82px;
	width: 100%;
	display: block;
	position: relative;
	z-index: 10
}

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

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

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

.data-bg-innner .data-tit {
	background: url("../images/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
}
