<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: MicrosoftYaHei-Bold;
	margin: 0;
	padding: 0;
	background: #f5f5f5 !important;
}

:root {
	--theme-color: #485FEA;
	/* ä¸»è¦é¢œè‰² */

}

.top_layout {
	height: 14vw;
	background-color: var(--theme-color);
	display: flex;
	justify-content: center;
	align-items: center;
}

.con_layout {
	background-color: white;
	border-radius: 10px;
	margin-top: 10px;
}

.search_container {
	height: 14vw;
	display: flex;
	justify-content: center;
	align-items: center;
}

.search_layout {

	width: 100vw;
}

.search_input_layout {
	display: flex;

	flex-direction: row;
	align-items: center;
	background: rgba(0, 0, 0, 0.2);
	width: 50vw;
	height: 7vw;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 18px;
	overflow: hidden;
	margin: 0 4vw;

}

.search_input_layout input {
	display: flex;
	height: 100%;
	width: 100%;
	font-size: 13px;
	color: #fff;
	padding-left: 20px;
	border-width: 0;
	outline: none;
	background: none;
}

/* è®¾ç½® placeholder çš„é¢œè‰² */
.search_input_layout input::placeholder {
	color: #353434;
	/* æç¤ºå­—é¢œè‰² */
	opacity: 1;
	/* ç¡®ä¿æç¤ºå­—çš„é€æ˜Žåº¦ */
}

.search_input_layout a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.search_btn&gt;img {
	width: 8vw;
	height: 8vw;
}

.top_layout .game_title {
	width: 76vw;
	text-align: center;
	font-size: 20px;
	color: white;
	font-weight: bold;
}

.top_layout .search_icon {
	width: 10vw;
	height: 10vw;
}

.top_layout .search_icon img {
	width: 100%;
	height: 100%;
}



.item_title {
	height: 10vw;
	display: flex;
	align-items: center;
	padding: 0 1vw;
}

.item_title img {
	width: 9vw;
	height: 9vw;
}

.item_title h4 {
	width: 80vw;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	font-size: 14px;
	padding-left: 5px;
}

.item_title a {
	width: 9vw;
	height: 9vw;
}

.table_container {
	display: flex;
	text-align: center;
	/* æ&nbsp;‡é¢˜å±…ä¸­ */
	padding: 0 2vw;
}


.list_layout a .game_img_block {
	width: 30vw;
	height: 30vw;
}

.list_layout a .game_img_block img {
	width: 30vw;
	height: 30vw;
}

.title {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	white-space: nowrap;
	/* ä¸æ¢è¡Œ */
	overflow: hidden;
	/* è¶…å‡ºéƒ¨åˆ†éšè— */
	text-overflow: ellipsis;
	/* è¶…å‡ºéƒ¨åˆ†æ˜¾ç¤ºçœç•¥å· */
}

.top_layout {
	height: 14vw;
	background-color: var(--theme-color);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 1rem;
}

.top_layout .icon_back {
	width: 4vw;
	height: 6vw;
	position: absolute;
	left: 5vw;
}

.top_layout .game_title {
	font-size: 20px;
	color: white;
	font-weight: bold;
}

.rec_layout {
	background: white;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	margin-top: 2vw;
}

.game_info {
	position: relative;
	width: 100%;

	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5vw 0;
}

.detail_img {
	position: relative;
	width: 40vw;
	height: 40vw;
	border-radius: 10px;
}

.star_row {
	display: flex;
	flex-direction: row;
	width: 40vw;
	height: 15vw;
	justify-content: space-between;
	margin-top: 1vw;
}

.rate_col,
.play_col {
	position: relative;
	height: 12vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.star_row img {
	width: 5vw;
	height: 5vw;
}

.star_row p {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	margin-top: 5px;
}

.play_button {
	width: 50vw;
	text-align: center;
	background-color: var(--theme-color);
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	font-size: 20px;
	line-height: 50px;
	font-weight: 500;
	color: rgb(255 255 255);
}

.desc_layout {
	padding: 4vw;
	margin-top: 10px;
}

.desc_layout p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 10px;
}

.other_layout {
	padding: 4vw;
}

.list_item {
	width: 100%;
	height: 20vw;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

.game_img_block {
	width: 20vw;
	height: 20vw;
}

.game_img_block img {
	width: 20vw;
	height: 20vw;
	border-radius: 5px;
}

.item_text {
	flex: 1;
	margin-left: 20px;
}

.item_name {
	font-weight: 400;
	color: #000;
	line-height: 15px;
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.item_count {
	font-size: 10px;
	line-height: 15px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #ff9c60;
	margin-top: 15px;
}

.btn_play {
	width: 15vw;
	height: 6vw;
	line-height: 6vw;
	text-align: center;
	background-color: var(--theme-color);
	border-radius: 10px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}

.search_list {
	height: 100%;
	display: flex;
	align-items: center;
	padding: 10px;
	flex-direction: column;
}

.cate_list_result {
	display: flex;
	flex-direction: column;
	padding: 10px;
}

.container {
	max-width: 800px;
	margin: 100px auto;
}

.tags {
	display: flex;
	justify-content: space-around;
	/* æ&nbsp;‡ç­¾å‡åŒ€åˆ†å¸ƒ */
	margin-bottom: 20px;
}

.tag {
	padding: 10px 20px;
	border: none;
	background-color: #3498db;
	/* æ&nbsp;‡ç­¾èƒŒæ™¯è‰² */
	color: white;
	/* æ&nbsp;‡ç­¾æ–‡å­—é¢œè‰² */
	cursor: pointer;
	border-radius: 5px;
	/* æ&nbsp;‡ç­¾åœ†è§’ */
	transition: background-color 0.3s;
}

.tag:hover {
	background-color: #2980b9;
	/* æ‚¬åœæ—¶çš„èƒŒæ™¯è‰² */
}

.list {
	display: flex;
	flex-wrap: wrap;
	/* å…è®¸æ¢è¡Œ */
}

.list-item {
	flex: 1 1 calc(33.33% - 20px);
	/* ä¸‰åˆ—å¸ƒå±€ï¼Œå‡åŽ»é—´è· */
	margin: 10px;
	/* åˆ—è¡¨é¡¹ä¹‹é—´çš„é—´è· */
	padding: 20px;
	background-color: #f0f0f0;
	/* åˆ—è¡¨é¡¹èƒŒæ™¯è‰² */
	border-radius: 5px;
	/* åˆ—è¡¨é¡¹åœ†è§’ */
	display: flex;
	align-items: center;
	justify-content: center;
	/* å†…å®¹å±…ä¸­ */
}

.category_layout {
	width: 100%;
	background-color: white;
}

.cate_container {
	display: flex;
	overflow-x: auto;
	scrollbar-width: none;
	/* éšè—æ»šåŠ¨æ¡ */
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	gap: 0.75rem;
}

/* éšè— Chrome/Safari ä¸­çš„æ»šåŠ¨æ¡ */
.cate_container::-webkit-scrollbar {
	display: none;
	/* éšè—æ»šåŠ¨æ¡ */
}

.cate_btn {
	border: none;
	/* åŽ»é™¤è¾¹æ¡† */
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.25rem;
	white-space: nowrap;
	border-radius: 9999px;
	transition: all 0.3s ease;
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.bg-gray-100 {
	background-color: rgb(243 244 246);
}

.bg-primary {
	background-color: var(--theme-color);
}

.text-white {
	color: rgb(255 255 255);
}

.list_layout {
	display: flex;
	flex-direction: column;
	row-gap: 2vw;
	padding: 0 4vw;
}

.list_layout a {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 5vw;
	background-color: #EFEFF0;
	border-radius: 10px;
	padding: 10px;
}

.list_layout a .text_con {
	height: 30vw;
	display: flex;
	flex-direction: column;
	justify-content: start;
}

.list_layout a .desc_info {
	margin-top: 5px;
	display: -webkit-box;
	/* ä½¿ç”¨ Flexbox å¸ƒå±€ */
	-webkit-box-orient: vertical;
	/* åž‚ç›´æŽ’åˆ— */
	-webkit-line-clamp: 4;
	/* é™åˆ¶è¡Œæ•°ä¸º 4 è¡Œ */
	overflow: hidden;
	/* éšè—è¶…å‡ºéƒ¨åˆ† */
	text-overflow: ellipsis;
	/* è¶…å‡ºéƒ¨åˆ†æ˜¾ç¤ºçœç•¥å· */
	max-height: 5.6em;
	/* è®¾ç½®æœ€å¤§é«˜åº¦ï¼ˆ4è¡Œ * è¡Œé«˜ï¼‰ */
	line-height: 1.4em;
	/* è¡Œé«˜ */
	font-size: 14px;
	color: #000000;
	/* å­—ä½“å¤§å° */
}

.carousel {
	position: relative;
	width: 94vw;
	/* è®¾ç½®è½®æ’­å›¾æœ€å¤§å®½åº¦ */
	max-width: 94vw;
	margin: auto;
	/* å±…ä¸­ */
	overflow: hidden;
	/* éšè—æº¢å‡ºçš„éƒ¨åˆ† */
	margin-top: 2vw;
}

.carousel-images {
	display: flex;
	/* ä½¿ç”¨ flexbox å¸ƒå±€ */
	transition: transform 0.5s ease;
	/* æ·»åŠ&nbsp;è¿‡æ¸¡æ•ˆæžœ */
}

.carousel-images img {
	width: 100%;
	/* å›¾ç‰‡å®½åº¦ */
	height: 50vw;
	/* å›¾ç‰‡é«˜åº¦ */
}

.indicators {
	position: absolute;
	/* ç»å¯¹å®šä½ */
	bottom: 20px;
	/* è·ç¦»åº•éƒ¨çš„è·ç¦» */
	left: 50%;
	/* å±…ä¸­å¯¹é½ */
	transform: translateX(-50%);
	/* è°ƒæ•´ä½ç½®ä½¿å…¶çœŸæ­£å±…ä¸­ */
	display: flex;
	/* ä½¿ç”¨ flexbox å¸ƒå±€ */
}

.indicator {
	width: 10px;
	/* ç‚¹çš„å®½åº¦ */
	height: 10px;
	/* ç‚¹çš„é«˜åº¦ */
	margin: 0 5px;
	/* ç‚¹ä¹‹é—´çš„é—´è· */
	background-color: #ccc;
	/* é»˜è®¤ç‚¹é¢œè‰² */
	border-radius: 50%;
	/* åœ†å½¢ */
	cursor: pointer;
	/* é¼&nbsp;æ&nbsp;‡æŒ‡é’ˆæ&nbsp;·å¼ */
}

.indicator.active {
	background-color: var(--theme-color);
	/* å½“å‰ç‚¹çš„é¢œè‰² */
}</pre></body></html>