/* 全局重置 */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
	width: 100%;
}

body {
	font-family: "Microsoft YaHei", "SimHei", Arial, sans-serif;
	background: #2d1f1e;
	overflow-x: hidden;
	width: 100%;
	max-width: 100%;
}

img {
	max-width: 100%;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

.wd1800 {
	max-width: 1800px;
	margin: 0 auto;
	padding: 0px 1%;
}

.wd1920{
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
}


.thetop {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0px;
}

.logo img {
	max-width: 330px;
}

.menu ul {
	display: flex;
	gap: 20px;
}

.menu ul li img {
	transition: all 0.6s;
}

.menu ul li img:hover {
	transform: translateY(-10px);
}






.banner {
	background: url(../images/bg_01.jpg) no-repeat;
	height: 90vh;
	
	width: 100%;
	height: 983px;
	background-size: cover;
	background-position: top center;
	background-position: center;
	position: relative;
	overflow: hidden;
}

video {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%);
	object-fit: cover;
	width: 100%;
	height: 100%;
}








.gonggao {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gonggao_content {
	background: url(../images/gonggao.png) no-repeat;
	background-size: contain;
	max-width: 880px;
	width: 100%;
	padding: 10px;
padding: 7px 20px 10px 10px;
	display: flex;
}

.kefubtn {
	background: url(../images/ce.png) no-repeat;
	background-size: 275px 312px;
	width: 275px;
	height: 312px;
	position: absolute;
	bottom: 15vh;
	left: 1px;
}

.kefubtn a {
	display: inline-block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.kefubtncontent {
	text-align: center;
	padding-top: 33px;
}

.kefubtncontent img {
	width: 175px;
	height: 88px;
}







.box1 {
	background: url(../images/bg_02.jpg) no-repeat;
	background-size: contain;
	background-size: cover;
	background-position: top center;
	position: relative;
	padding: 10vh 0vh 10vh 0vh;
}

.yure {
	background: url(../images/yure2.png) no-repeat;
	background-position: left;
	padding-bottom: 20vh;
}

.box1top {
	position: absolute;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.box1top img {
	padding-top: 5px;
}

.box1lunboright {
	background: url(../images/yure3.png) no-repeat;
	background-size: 100% 100%;
	width: 1257px;
	height: 634px;
	position: relative;
	margin-left: auto;
	/* 这将使元素向右对齐 */
	margin-right: 1%;
	margin-top: -4.2%;
}

.box1lunbotop {
	margin-left: auto;
	width: 1257px;
	text-align: center;
	position: relative;
	z-index: 999;
}

.mySwiper {
	width: 858px !important;
	height: 455px;
	top: 15px;
}

.mySwiper .swiper-slide img {
	width: 858px !important;
	height: 455px;
}


.addswipernext,
.addswiperprev {
	/* 	top: auto !important;
	bottom: -2px !important; */
	z-index: 999;
	color: #ef7000;
	font-size: 30px;
	font-weight: bold;
}

.addswipernext {
	left: 150px !important;
}

.addswiperprev {
	right: 150px !important;
}

.addswipernext img,
.addswiperprev img {
	height: 100px !important;
}

.kefu {
	text-align: center;
	margin-top: -10vh;
}

.box1lunbobot {
	position: absolute;
	left: 0;
	right: 0;
	color: #E2C088;         /* 贵族鎏金色，高端不刺眼 */
	bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 38px;
	letter-spacing: 4px;
	font-weight: bold;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7),
	             0 0 20px rgba(226, 192, 136, 0.4);
}




.box2 {
	background: url(../images/bg_03.jpg) no-repeat;
	background-size: contain;
	background-size: cover;
	background-position: top center;
	position: relative;
	padding-top: 15vh;
}



.box2main {
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 1.3333%;
}

.box2list {
	padding: 15px;
	width: 24%;
}

.boxlisttop {
	font-size: 29px;
	color: #E2C088;
	padding: 10px;
	padding-left: calc(22% + 10px);
	background: url(../images/listtopbj.png) no-repeat;
	background-size: 100% 100%;
	text-shadow: 0 2px 4px rgba(0,0,0,0.6);
}


.box2pic {
	background: url(../images/listpicbj.png) no-repeat;
	background-size: 100% 100%;
	padding: 0px 3px; /* 这里控制图片大小！改数字就行！ */
}

.box2pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.box2bot {
	color: #E2C088;
	padding: 8px 10px; /* 这里恢复原来的！不要改这个！ */
	background: url(../images/listbotbj.png) no-repeat;
	background-size: 100% 100%;
}

/* 只单独调整游戏介绍文字向右！ */
.box2bot p {
	padding-left: 5px; /* 👈 只改这里！数字越大越靠右 */
}

.box2bot ul {
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}

.box4 {
	text-align: center;
	margin: 40px auto;
	position: relative;
	width: 100%;
	max-width: 1088px;
	height: 399px;
}

.ewm {
	position: absolute;
	bottom: 67px;
	right: 95px;
	display: flex;
	gap: 58px;
}

.ewm img {
	width: 144px;
	height: 135px;
	border-radius: 13px;
}



.box5 {
	width: 100%;
	background: #111 !important;
	font-size: 14px;
	line-height: 1.6;
	border-top: 1px solid #F5DEB3;
	padding: 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px 30px;
}

.ftlogo {
	text-align: center;
}

.ftlogo img {
	height: 60px;
	width: auto;
}

.ftright {
	max-width: 850px;
	text-align: left;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ftrightcontent {
	margin-bottom: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.ftrightcontent span {
	color: #E8E8E8;
	font-size: 15px;
}

.ftrightcontent a img {
	height: 26px;
	width: auto;
	vertical-align: middle;
	margin: 0 6px;
}

.privacy-protocol {
	color: #F5DEB3;
	font-size: 14px;
	text-decoration: none;
	padding: 2px 6px;
	border: 1px solid #d4af37;
	border-radius: 3px;
	margin-left: 8px;
	transition: all 0.2s;
}

.fttext {
	font-size: 12px;
	color: #999;
	line-height: 1.5;
	padding-left: 2px;
}

.fttext strong {
	color: #FFD700;
	font-weight: normal;
}