body {
	margin: 0;
}

.header-btn-index {
	background-image: url("../../assets/imgs/header/home_1.png");
	cursor: unset;
}

.banner-container {
	height: 680px;
	background-color: #2A2349;
}

.banner-img {
	display: inline-block;
	height: 680px;
	width: 100%;
	background: url(../../assets/imgs/banner.png) center center no-repeat;
	overflow: hidden;
}

.game-data-container {
	padding-bottom: 16px;
	display: flex;
	background-color: #C03B3B;
	justify-content: center;
}

.game-data-center-box {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 1200px;
	height: 160px;
}

.game-data-box {
	display: flex;
	align-items: center;
}

.game-data-value {
	color: #fff;
	font-size: 64px;
	font-weight: bold;
}

.game-data-name {
	color: #EAEAEA;
	font-size: 20px;
	font-weight: 400;
}

.game-data-icon {
	margin-left: 10px;
	width: 100px;
	height: 100px;
}

.page-body-container {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.page-body-box {
	margin-top: 48px;
	display: inline-block;
	width: 1200px
}

.body-card-top {
	position: relative;
}

.card-title-bg {
	position: absolute;
	left: 0;
	top: 6px;
	z-index: -1;
}

.card-title {
	font-size: 32px;
	color: #000000;
	font-weight: bold;
}

.card-en {
	font-size: 20px;
	color: #000000;
}

.our-game-body {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.our-game-right-bottom {
	margin-top: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.game-item-box {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	border-radius: 20px;
}

.game-item-box:hover .game-mask {
	display: none;
}

.game-item-box:hover img {
	transform: scale(1.2);
}


.game-item-box img {
	border-radius: 20px;
	/*cursor: pointer;*/
	transition: all 0.5s;
}

.game-mask {
	position: absolute;
	display: inline-block;
	background-color: #000;
	opacity: 0.5;
	border-radius: 20px;
	top: 0;
	left: 0;
	z-index: 1;
}

.game-mask-1 {
	width: 304px;
	height: 520px;
}

.game-mask-2 {
	width: 304px;
	height: 520px;
}

.game-mask-3 {
	width: 544px;
	height: 256px;
}

.game-mask-4 {
	width: 260px;
	height: 240px;
}

.game-mask-5 {
	width: 260px;
	height: 240px;
}

.game-bottom-mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 88px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #1A1A1A 100%);
	opacity: 0;
}

.game-name {
	position: absolute;
	color: #fff;
	bottom: -16px;
	left: 24px;
	z-index: 2;
	font-size: 16px;
	font-weight: 600;
}

.game-txt {
	visibility: hidden;
}

.game-item-box:hover .game-name {
	bottom: 16px;
	transition: all 0.5s;
}

.game-item-box:hover .game-txt {
	visibility: visible;
}

.game-item-box:hover .game-bottom-mask {
	opacity: 1;
	transition: all 0.5s;
}

.game-txt {
	margin-top: 6px;
	font-size: 14px;
	font-weight: 400;
}

.product-body {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product-item {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 384px;
	height: 384px;
	background-color: #F4F4F4;
	border-radius: 20px;
}

.product-name {
	margin-top: 25px;
	font-size: 24px;
	font-weight: bold;
}

.product-txt {
	margin-top: 15px;
	color: #4B4B4B;
	font-size: 16px;
}

.join-us-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.join-us-left-box {
	margin-left: 90px;
}

.join-us-title {
	font-size: 48px;
	font-weight: bold;
}

.join-us-txt {
	margin-top: 10px;
	font-size: 32px;
	font-weight: 400;
	color: #4B4B4B;
}

.join-us-btn {
	margin-top: 20px;
	display: inline-block;
	width: 160px;
	height: 52px;
	line-height: 52px;
	background: #C03B3B;
	border-radius: 6px;
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
}

.join-us-btn:hover {
	background-color: #881B20;
}
