@charset "utf-8";

body {
	background: #000 no-repeat top 90px center !important;
	background-size: 1920px !important;
	font-size: 14px;
	max-width: 1920px;
	margin: 0 auto;
}

table {
	padding: 0;
	margin: 0;
	border: 1px solid #eeeeee;
	border-collapse: collapse;
	width: 100%;
}

table th,
table td {
	padding: 8px;
	margin: 0;
	border: 1px solid #eeeeee;
}

table th {
	line-height: 1.8;
	font-size: 18px;
	color: #ae895a;
	background-color: #f2f2f2;
	font-weight: 700;
}

table td img {
	width: 32%;
	height: auto;
	margin: 0 auto;
}

table tr:nth-child(odd) {
	background-color: #f8f8f8;
}

/* --------------index-start-------------- */
/* 2x */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 192dpi) {
	body {
		background: #000 no-repeat top center !important;
		background-size: 1920px auto !important;
	}
}

.mp4 {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.mp4 video {
	width: 100%;
}

.dimg2 {
	width: 60%;
	max-width: 900px;
	margin: 0 auto;

}

.dimg3 {
	margin-top: -250px;
}

/* 1x */
.headw {
	width: 100%;
	height: 105px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.headw .dimg,
.headw .dimg img {
	width: auto;
	height: 100%;
	margin: 0 auto;
}

.headw .pptxticon {
	width: 320px;
	height: auto;
	position: absolute;
	top: 26px;
	right: 10px;
	z-index: 5;
}

.headw .pptxticon img {
	width: 100%;
	height: auto;
}

.banner {
	width: 100%;
	margin: 0 auto 40px;
}

.banner .anwrapp {
	width: 100%;
	height: 307px;
	max-width: 1200px;
	margin: 60px auto 0;
	position: relative;
}

.banner .anwrapp img {
	width: 100%;
	height: auto;
	position: absolute;
}

.banner .btnws a.all {
	height: auto;
	width: 16%;
	box-sizing: border-box;
	color: #000000;
	margin: 0 5px;
}

.banner .btnws a.all img {
	width: 100%;
	display: block;
}

.banner .btnws a.goh5 {
	width: 28%;
	position: relative;
	animation: myfirst .8s infinite;
}

.banner .btnws a.goh5 span {
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.banner .btnws a.goh5 img {
	width: auto;
	max-width: 100%;
	height: 100%;
	display: block;
}

.banner .btnws {
	width: 90%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}

.banner .btnws .goweb {
	margin-left: 12px;
}

.banner .btnws .gobtnlistw {
	width: 416px;
	height: auto;
	margin-top: 20px;
}

.banner .btnws .gobtnlistw a {
	display: inline-block;
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
	width: 193px;
	height: auto;
}

.banner .btnws .gobtnlistw a:hover {
	box-shadow: 6px 12px 12px 0 rgba(54, 66, 106, .1);
}

.citem-w-all {
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.citem-1 {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: solid 1px #966b59;
	background-color: #211004;
}

.citem-1 img {
	width: 16%;
	height: auto;
}

.citem-2 {
	margin-top: 20px;
	justify-content: center;
}

.citem-2 ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.citem-2 li {
	width: 15%;
	height: auto;
	box-sizing: border-box;
	/* border:1px solid #dfe6ec; */
	box-shadow: 6px 12px 12px 0 rgba(54, 66, 106, .1);
}

.citem-2 li:nth-last-child(1) {
	margin-right: 0;
}

.citem-2 li img {
	width: 100%;
	height: auto;
}

.citem-2 li .txt {
	font-size: 14px;
	color: #999;
	text-align: center;
	line-height: 38px;
	/* border-bottom: 1px solid #eee; */
}

.citem-2 li a {
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	background-color: #e6ebf0;
	border-radius: 2px;
	color: #000;
}

.citem-2 li a:hover {
	background-color: #32a6fe;
	color: #FFFFFF;
}

.citem-3 {
	margin-bottom: 30px;
}

.citem-3 img {
	width: 18%;
	height: auto;
}

.citem-3 .ctxt {
	width: 76%;
	text-align: left;
	color: #333333;
}

.citem-3 .ctxt span {
	margin-left: 6px;
	font-size: 12px;
}

.citem-3 a {
	width: 19%;
	text-align: center;
	background-color: rgba(255, 255, 255, .5);
	/* border:1px solid #EEEEEE; */
	padding: 5px 14px;
	box-sizing: border-box;
	line-height: 46px;
	height: 46px;
	border-radius: 5px;
	box-shadow: 6px 12px 12px 0 rgba(54, 66, 106, .1);
}

.wtitall {
	position: relative;
	text-align: center;
	height: 28px;
	line-height: 28px;
}

.tit {
	width: 460px;
	margin: 0 auto;
	font-size: 20px;
	/* background-color: #e9eff3; */
	z-index: 2;
}

.wtitall span.linebor {
	position: absolute;
	display: block;
	width: 50%;
	height: 3px;
	top: 14px;
	left: 50%;
	margin-left: -25%;
	z-index: 1;
	background: url(../images/btback.png) no-repeat center;
}

/*  */
.footer {
	width: 100%;
	height: auto;
	/*background: #ffffff;*/
}

.footer .han1w {
	width: 100%;
	height: 22px;
	font-size: 14px;
	color: #878EA6;
	line-height: 22px;
	border-bottom: 1px solid #363A45;
	text-align: center;
	padding: 20px 0;
	margin: 0 auto;
}

.footer .han1w a {
	color: #878EA6;
}

.footer .han2w {
	width: 100%;
	height: 43px;
	padding: 12px 0;
	margin: 0 auto;
	opacity: .55;
}

.footer .han2w:hover {
	opacity: 1;
}

.footer .han2w img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.footer .paizhao img {
	width: 200px;
	height: auto;
}

.footer .wrapp-h2 {
	background-color: #f1f3f8;
}

.footer .paizhao {
	width: 1000px;
	margin: 20px auto;
}

.footer .banquan {
	width: 100%;
	line-height: 26px;
	font-size: 14px;
	color: #a6abbd;
	text-align: center;
	padding: 8px 0;
}

.footer .han3w {
	width: 100%;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	background: #ff0000;
	color: #ffffff;
	padding: 8px 0;
}

.goTop {
	width: 66px;
	height: 66px;
	position: fixed;
	right: 50px;
	bottom: 200px;
	cursor: pointer;
}

.goTop img {
	width: 100%;
	height: auto;
	opacity: 0.65;
}


.goodBox .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 459px;
	height: 260px;
}

.goodBox .swiper-slide img {
	width: 100%;
}

.pos {
	position: relative;
}

.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 5px;
	width: 100%;
	z-index: 10;
}

.contLine {
	height: 45px;
}

/*new foot*/
.footer-calBx {
	/*background:#414655;*/
	color: #878ea6;
	width: 100%;
	text-align: center;
	position: relative;
	line-height: 1
}

.footer-top-zQO7f {
	width: 100%;
	height: 81px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*border-bottom:1px solid #2f3842;*/
	border-bottom: 1px rgba(113, 128, 153, .2) solid;
	padding: 15px 0;
	margin: 0 auto
}

.footer-top-icon-gUCta {
	height: 38px;
	width: auto;
	position: relative;
	cursor: pointer
}

.footer-top-icon-gUCta div {
	position: relative;
	width: 100%;
	height: 100%
}

.footer-top-icon-gUCta>div:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	opacity: 0;
	transition: .4s;
	transform: translateZ(0);
	cursor: inherit
}

.footer-top-icon-gUCta:hover>div:nth-child(2) {
	opacity: 1
}

.footer-top-zQO7f:before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(113, 128, 153, .2)
}

.footer-top-zQO7f img {
	position: relative !important;
	width: auto !important;
	height: 38px !important;
	max-width: inherit !important
}

.footer-top-zQO7f img:hover {
	filter: grayscale(0)
}

.footer-explanat-J32pT {
	display: flex;
	justify-content: center;
	flex-direction: column;
	line-height: 1.7;
	text-align: center;
	padding: 0 130px;
	margin-top: 18px;
	font-size: 14px;
	color: #878ea6
}

.footer-sponsor-krazv {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	margin: 20px auto 0px;
	padding-bottom: 10px;
	cursor: pointer;
	/*border-bottom:1px solid #3b4452;*/
	border-bottom: 1px rgba(113, 128, 153, .1) solid;
	position: relative;
	line-height: 24px;
}

.footer-sponsor-item-swVo8 {
	height: 68px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	font-size: 16px;
	margin: 0 10px
}

.footer-sponsor-item-icon-q6ecC {
	width: 165px;
	height: 34px;
	position: relative
}

.footer-sponsor-item-icon-q6ecC img {
	width: 100%;
	height: 100%;
	position: relative
}

.footer-sponsor-item-icon-q6ecC>img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	opacity: 0;
	transition: .4s;
	transform: translateZ(0);
	cursor: inherit
}

.footer-sponsor-item-swVo8:nth-child(2)>div {
	width: 171px;
	height: 41px
}

.footer-sponsor-item-swVo8:nth-child(3)>div {
	width: 138px;
	height: 41px
}

.footer-sponsor-item-swVo8 P {
	font-size: 14px;
	color: #878ea6;
	transition: all .4s ease;
	margin-top: 5px
}

.footer-sponsor-item-swVo8:hover p {
	/*color:#fff*/
}

.footer-sponsor-item-swVo8:hover>div img:nth-child(2) {
	opacity: 1
}

.footer-sponsor-krazv p {
	margin-bottom: 0
}

.footer-license-htHsZ {
	display: flex;
	height: 100%;
	justify-content: space-between;
	margin-bottom: 16px
}

.footer-license-item-FZoiD {
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: color .3s;
	padding-left: 30px;
	flex-direction: column
}

.footer-license-item-icon-f4Ftl {
	width: auto;
	height: 38px;
	margin-right: 8px
}

.footer-license-item-text-HbXqr {
	font-size: 13px;
	line-height: 1.3
}

.footer-license-text-s5O9G {
	font-size: 14px;
	line-height: 20px
}

.footer-link-Qra_O {
	display: flex;
	justify-content: center;
	line-height: 50px;
}

.footer-link-item-wanRy a {
	cursor: pointer;
	transition: color .3s;
	color: #b1bccc;
	font-size: 14px;
	display: flex;
	align-items: center
}

.footer-link-item-wanRy:last-child a:after {
	display: none
}

.footer-link-item-wanRy a:after {
	content: "";
	background: #7e8795;
	border-radius: 8px;
	height: 14px;
	width: 1px;
	margin: 0 15px
}

.footer-link-item-wanRy a:hover {
	color: #878ea6
}

.footer-copyright-QG4XL {
	width: 100%;
	height: 40px;
	margin-top: 30px;
	font-size: 14px;
	line-height: 40px;
	color: #98a3b1;
	text-align: center
}

.ismobile {
	display: none;
	padding: 0 50px;
	margin-top: 50px;
}

.ismobile .citem-1 {
	margin: 20px auto;
	border: none;
	background: none;
}

.ismobile .citem-1 div img {
	border: solid 1px #966b59;
	display: block;
	width: 180px;
	margin: 20px 0;
	padding: 0 10px;
	background-color: #211004;
}

.ismobile .m_img {
	width: 47%;
	-webkit-animation: myfirst 1s infinite;
	animation: myfirst 1s infinite;
}

.ismobile .citem-2 ul {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}

.ismobile .citem-2 li {
	width: 32%;
	margin-right: 0;
}

.dh {
	-webkit-animation: myfirst2 1s infinite;
	animation: myfirst2 1s infinite;
}


.citem-2 li {
	opacity: 0.6;
	transition: opacity .5s ease;
	cursor: pointer;
}

.citem-2 li:nth-child(1) {
	animation: flash 1s infinite .1s;
}

.citem-2 li:nth-child(2) {
	animation: flash 1s infinite .2s;
}

.citem-2 li:nth-child(3) {
	animation: flash 1s infinite .3s;
}

.citem-2 li:nth-child(4) {
	animation: flash 1s infinite .4s;
}

.citem-2 li:nth-child(5) {
	animation: flash 1s infinite .5s;
}

.citem-2 li:nth-child(6) {
	animation: flash 1s infinite .6s;
}

@keyframes flash {

	0%,
	100% {
		opacity: 0.6;
	}

	50% {
		opacity: 1;
	}
}

@keyframes myfirst {
	from {
		transform: scale(1.1)
	}

	50% {
		transform: scale(.99)
	}

	to {
		transform: scale(1.1)
	}
}

@keyframes myfirst2 {
	from {
		transform: scale(1)
	}

	50% {
		transform: scale(.9)
	}

	to {
		transform: scale(1)
	}
}

@keyframes zoomed {

	0%,
	100% {

		transform: scale(0.85);
	}

	50% {

		transform: scale(.9);
	}
}

.gameBox {
	padding-bottom: 12px
}

.marquercontainer {
	height: 780px;
	margin: 20px auto 0;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	background-size: 100% 100%;

}

.marqueewrapper {
	width: 32%;

	left: 0px;
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	margin-left: 1%;
}


.marquee1 {

	animation: marquee 20s linear infinite;


}

.marquee1a {

	animation: marquee2 20s linear infinite;
	animation-delay: 10s;
}

.marquee2 {
	animation: marquee 18s linear infinite;

}

.marquee2a {

	animation: marquee2 18s linear infinite;
	animation-delay: 9s;
}





@keyframes marquee {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(100%);
	}
}

@keyframes marquee2 {
	from {
		transform: translateY(-200%);
	}

	to {
		transform: translateY(0);
	}
}

@keyframes marquee3 {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(100%);
	}
}

/* 遮罩层样式 */
.modal-overlay {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

/* 弹窗容器 */
.modal-container {
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	width: 400px;
	max-width: 90%;
	max-height: 90vh;
	overflow-y: auto;
	animation: modalFadeIn 0.3s ease-out;
}

/* 弹窗内容区 */
.modal-content {
	padding: 30px 20px;
	border-bottom: 1px solid #eee;
}

/* 弹窗底部按钮区 */
.modal-footer {
	padding: 15px 20px;
	display: flex;
	justify-content: center;
	gap: 30px;
}

/* 弹窗按钮基础样式 */
.modal-btn {
	padding: 8px 16px;
	border-radius: 4px;
	border: none;
	cursor: pointer;
	font-size: 16px;
	transition: background-color 0.2s;
}

/* 确定按钮样式 */
.confirm-btn {
	background-color: #1890ff;
	color: white;
}

.confirm-btn:hover {
	background-color: #40a9ff;
}

/* 取消按钮样式 */
.cancel-btn {
	background-color: #f5f5f5;
	color: rgba(0, 0, 0, 0.65);
}

.cancel-btn:hover {
	background-color: #e8e8e8;
}

/* 关闭按钮 */
.modal-close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
	color: #999;
	padding: 5px;
	line-height: 1;
}

.modal-close-btn:hover {
	color: #333;
}

/* 打开弹窗按钮样式 */
.open-modal-btn {
	padding: 10px 20px;
	background-color: #1890ff;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
}

/* 弹窗动画 */
@keyframes modalFadeIn {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 1800px) {
	.dimg3 {
		margin-top: -235px;
	}
}

@media (max-width: 1700px) {
	.dimg3 {
		margin-top: -220px;
	}
}

@media (max-width: 1640px) {
	.dimg3 {
		margin-top: -190px;
	}
}

@media (max-width: 1340px) {
	.dimg3 {
		margin-top: -160px;
	}
}

@media (max-width: 1240px) {
	.dimg3 {
		margin-top: -150px;
	}
}

@media (max-width: 1120px) {
	.dimg3 {
		margin-top: -130px;
	}
}