@charset "UTF-8";

body {
	color: #333333;
	font-weight: bold;
}

a {
	color: #fff;
}

a:hover {
	color: #fff;
}

.game-1440 {
	width: 1440px;
	margin: 0 auto;
}

#header {
	height: 63px;
	display: flex;
	align-items: center;
}

#header img {
	/* width: 40px; */
	height: 56px;
	border-radius: 6px;
	object-fit: cover;
	margin-right: 10px;
	flex: 0 0 auto;
}

#header p {
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 20px;
}

#header a {
	flex: 0 0 auto;
	width: 125px;
	line-height: 44px;
	text-align: center;
	border-radius: 6px;
	font-size: 20px;
	color: #fff;
}

.game-info {
	height: 505px;
	position: relative;
	background-size: cover;
	background-position: center;
}

.game-info::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	/* background-color: rgba(0, 0, 0, 0.7); */
	top: 0;
	left: 0;
	z-index: 1;
}

.game-info .game-1440 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	z-index: 2;
	display: flex;
	align-items: center;
	color: #fff;
}

.game-info .game-1440>img {
	width: 649px;
	height: 301px;
	flex: 0 0 auto;
	object-fit: cover;
	border-radius: 30px;
	margin-right: 70px;
}

.game-info .game-1440>div {
	flex: 1;
	overflow: hidden;
}

.game-info .game-1440 p {
	display: flex;
	align-items: center;
	font-size: 14px;
	margin-bottom: 15px;
	height: 14px;
}

.game-info .game-1440 p span {
	font-weight: normal;
	font-size: 13px;
}

.game-info .game-1440 .game-name {
	height: unset;
	font-size: 54px;
	line-height: 64px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.game-info .game-1440 a {
	width: 255px;
	line-height: 77px;
	display: flex;
	align-items: center;
	padding-left: 27px;
	box-sizing: border-box;
	font-size: 20px;
	border-radius: 6px;
}

.game-info .game-1440 a img {
	width: 34px;
	height: 34px;
	margin-right: 17px;
}

h4 {
	font-size: 40px;
	line-height: 40px;
	margin: 70px auto 40px !important;
	font-weight: bold;
}

.game-recommend_center {
	display: flex;
	justify-content: center !important;
}

.game-recommend {
	display: flex;
	justify-content: space-between;
}

.game-recommend>div {
	flex: 0 0 auto;
}

.game-recommend .hot-game {
	width: 100%;
}

.game-recommend .hot-game ul {
	display: flex;
	flex-wrap: wrap;
	/* height: 360px; */
}

.game-recommend .hot-game li {
	width: 223px;
	/* height: 159px; */
	box-sizing: border-box;
	background: #f6f7fb;
	border-radius: 15px;
	border: 1px solid #daddea;
	margin: 0 20px 20px 0;
	overflow: hidden;
	transition: 0.3s;
	position: relative;
	cursor: pointer;
}

.game-recommend .hot-game li:hover {
	box-shadow: 0px 4px 15px 0px rgba(94, 94, 94, 0.25);
}

.game-recommend .hot-game li img {
	width: 100%;
	/* height: 103px; */
	object-fit: cover;
	border-radius: 15px;
	display: block;
}

.game-recommend .hot-game li p {
	line-height: 24px;
	padding: 0 18px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.game-recommend .hot-game li a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.game-recommend .new-game {
	width: 345px;
}

.game-recommend .new-game ul {
	width: 345px;
	height: 517px;
	border-radius: 15px;
	border: 1px solid #d9d9d9;
	display: flex;
	flex-direction: column;
}

.game-recommend .new-game ul li {
	transition: 0.3s;
	display: flex;
	align-items: center;
	padding: 0 20px;
	border-radius: 15px;
	flex: 1;
}

.game-recommend .new-game ul li * {
	flex: 0 0 auto;
}

.game-recommend .new-game ul li span {
	font-size: 20px;
	width: 32px;
	font-family: PingFang SC-Medium, PingFang SC;
}

.game-recommend .new-game ul li img {
	width: 32px;
	height: 32px;
	margin-right: 10px;
	object-fit: cover;
	border-radius: 6px;
	display: none;
}

.game-recommend .new-game ul li p {
	font-size: 16px;
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.game-recommend .new-game ul li small {
	margin: 0 20px 0 10px;
	font-weight: normal;
	font-size: 14px;
	color: #777777;
	display: none;
}

.game-recommend .new-game ul li a {
	width: 80px;
	line-height: 40px;
	text-align: center;
	border-radius: 6px;
	font-size: 16px;
	color: #fff;
	display: none;
}

.game-recommend .new-game ul li:hover,
.game-recommend .new-game ul li.active {
	background: linear-gradient(90deg, #e9e9fc 0%, rgba(233, 233, 252, 0) 100%);
	height: 80px;
	flex: 0 0 auto;
}

.game-recommend .new-game ul li:hover img,
.game-recommend .new-game ul li:hover small,
.game-recommend .new-game ul li:hover a,
.game-recommend .new-game ul li.active img,
.game-recommend .new-game ul li.active small,
.game-recommend .new-game ul li.active a {
	display: block;
}

.game-desc {
	margin-bottom: 70px;
}

.game-desc img {
	max-width: 100%;
	margin: 12px 0;
}

.game-footer {
	min-height: 148px;
	padding: 50px 0;
	box-sizing: border-box;
	background-image: url("https://static.steambig.com/game_release/20220824_1.jpg");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000000;
	font-weight: normal;
	text-align: center;
	color: #fff;
}

.game-footer p {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 16px;
}

.game-footer>div:first-child {
	font-size: 16px;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
	font-weight: bold;
}

.downCEF {
	margin-top: 20px;
}

.downCEF img {
	width: 30px;
	height: 30px;

}

.downCEF span {
	font-size: 30px;
	margin-left: 10px;
}


.game-footer>div:first-child>* {
	margin-right: 50px;
	color: #fff;
}

.game-footer>div:first-child>*:last-child {
	margin-right: 0;
}

/* 屏幕小于1440的显示为1200宽 */
@media screen and (max-width: 1440px) {
	.game-1440 {
		width: 1200px;
	}
}