/* =================================
------------------------------------
  ENDGAMES - Premium Free Online Games Platform
  Version: 1.0
 ------------------------------------
 ====================================*/



/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

/* PC端立即隐藏slicknav菜单 - 在宽度>=768px时不应该显示任何移动端菜单 */
@media (min-width: 768px) {

	.slicknav_menu,
	.slicknav_btn,
	.slicknav_nav {
		display: none !important;
		visibility: hidden !important;
		opacity: 0 !important;
		position: absolute !important;
		left: -9999px !important;
		top: -9999px !important;
		width: 0 !important;
		height: 0 !important;
		overflow: hidden !important;
	}
}

html,
body {
	height: 100%;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

/* Gray background utility class */
.gray-bg {
	background-color: #f5f5f5 !important;
}

.dark-gray-bg {
	background-color: #333333 !important;
}

.light-gray-bg {
	background-color: #e9ecef !important;
}

.medium-gray-bg {
	background-color: #6c757d !important;
}

/* Full width utility class - 解决100vw不能占满屏幕的问题 */
.full-width {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-left: calc(-50vw + 50%) !important;
	margin-right: calc(-50vw + 50%) !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	position: relative !important;
	left: 50% !important;
	right: 50% !important;
	transform: translateX(-50%) !important;
}

/* 另一个选择 - 使用负边距 */
.full-width-negative {
	width: 100vw !important;
	margin-left: -50vw !important;
	margin-right: -50vw !important;
	position: relative !important;
	left: 50% !important;
	right: 50% !important;
}

/* 最简单的全屏宽度 - 针对container内元素 */
.break-out {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	position: relative;
}

/* 背景全屏，内容保持container宽度 */
.full-bg {
	background-size: 100vw auto;
	background-position: center;
	background-repeat: no-repeat;
}

/* 针对移动端的全屏 */
@media (max-width: 767px) {
	.full-screen-mobile {
		width: 100vw !important;
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
}

/* 占满整个屏幕的固定全屏 */
.viewport-full {
	width: 100vw !important;
	min-height: 100vh !important;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 500;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	font-size: 15px;
	color: #585858;
	line-height: 1.6;
	font-weight: 500;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

::-webkit-input-placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}

:-ms-input-placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}

::-ms-input-placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}

::placeholder {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title h2 {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.spad {
	padding-top: 105px;
	padding-bottom: 105px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

/*---------------------
  Commom elements
-----------------------*/

/* buttons */

.site-btn {
	display: inline-block;
	border: none;
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	min-width: 186px;
	padding: 24px 30px;
	border-radius: 0;
	text-transform: uppercase;
	color: #081624;
	line-height: normal;
	cursor: pointer;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 1;
}

.site-btn img {
	position: relative;
	left: 13px;
	width: auto !important;
	display: inline-block !important;
}

.site-btn:after,
.site-btn:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 9px;
	top: 10px;
	background: #b01ba5;
	z-index: -2;
	-webkit-box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.24);
	box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.24);
}

.site-btn:before {
	left: 0;
	top: 0;
	background: #fff;
	z-index: -1;
}

.site-btn:hover {
	color: #081624;
}





/*------------------
  Header section
---------------------*/

.header-section {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
	padding: 15px 15px 0;
}

.header-warp {
	max-width: 1496px;
	margin: 0 auto;
	position: relative;
	overflow: visible;
}

.header-social p,
.footer-social p,
.geme-social-share p {
	display: inline-block;
	color: #9190a5;
	font-size: 16px;
	padding-top: 4px;
}

.header-social a,
.footer-social a,
.geme-social-share a {
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 32px;
	height: 32px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	margin-left: 13px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.header-social a:hover,
.footer-social a:hover,
.geme-social-share a:hover {
	background: #b01ba5;
}

.header-bar-warp {
	background: #081624;
	padding: 39px 40px 0;
	-webkit-box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.24);
	box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.24);
	position: relative;
	overflow: visible;
}

.site-logo {
	float: left;
}

.user-panel {
	float: right;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding-top: 3px;
}

.user-panel a {
	color: #fff;
}

.user-panel a:hover {
	color: #b01ba5;
}

.main-menu {
	list-style: none;
	text-align: center;
	padding-top: 3px;
}

.main-menu li {
	display: inline-block;
	position: relative;
}

.main-menu li a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin-right: 40px;
	padding-bottom: 28px;
	position: relative;
	padding-right: 20px;
}

.main-menu li a i {
	color: #928d92;
	margin-left: 5px;
}

.main-menu li a:hover {
	color: #b01ba5;
}

.main-menu li a:hover i {
	color: #b01ba5;
}

.main-menu:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	margin-top: 0;
	transform: translateY(0);
	display: block !important;
}

/* 添加强制显示样式用于调试 */
.main-menu li:hover>.sub-menu {
	visibility: visible !important;
	opacity: 1 !important;
	margin-top: 0 !important;
	transform: translateY(0) !important;
	display: block !important;
}

/* 全屏下拉菜单遮罩背景 */
.main-menu li .sub-menu::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: -1;
}

/* 让下拉菜单在移动端也能正常工作 */
@media (max-width: 767px) {
	.main-menu li .sub-menu {
		width: 100vw;
		left: 0;
		text-align: center;
		background: rgba(8, 22, 36, 0.98);
	}

	.main-menu li .sub-menu li {
		display: block;
		margin: 10px 0;
		width: 100%;
	}

	.main-menu li .sub-menu li a {
		display: block;
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
}

/* 确保下拉菜单在最上层 */
.main-menu li {
	position: relative;
	z-index: 10;
}

.main-menu li:hover {
	z-index: 100;
}

/* 改善下拉菜单的显示效果 */
.main-menu li .sub-menu {
	transform: translateY(-20px);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-menu li:hover .sub-menu {
	transform: translateY(0);
}

/* 添加淡入淡出效果 */
.main-menu li .sub-menu {
	backdrop-filter: blur(0px);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.main-menu li:hover .sub-menu {
	backdrop-filter: blur(10px);
}

.main-menu li:hover>a {
	color: #b01ba5;
}

.main-menu li .sub-menu {
	position: fixed;
	list-style: none;
	text-align: center;
	width: 100vw;
	left: 0;
	top: 100%;
	padding: 30px 0;
	visibility: hidden;
	opacity: 0;
	margin-top: 0;
	background: rgba(8, 22, 36, 0.98);
	z-index: 9999;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
	border-radius: 0;
	backdrop-filter: blur(10px);
}

.main-menu li .sub-menu li {
	display: inline-block;
	margin: 5px 15px;
}

.main-menu li .sub-menu li a {
	display: inline-block;
	color: #fff;
	margin-right: 0;
	padding: 15px 30px;
	background: rgba(176, 27, 165, 0.2);
	border-radius: 25px;
	text-decoration: none;
	transition: all 0.3s ease;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}

.main-menu li .sub-menu li a:after {
	display: none;
}

.main-menu li .sub-menu li a:hover {
	color: #fff;
	background: rgba(176, 27, 165, 0.6);
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(176, 27, 165, 0.3);
}

/* Slicknav menu will be handled by mobile responsive styles */

/*------------------
  Hero section
---------------------*/

.hero-slider .owl-dots {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	z-index: 2;
	left: calc(50% - 740px);
	bottom: 38px;
	position: relative;
	width: 1496px;
	position: absolute;
}

.hero-slider .owl-dots .owl-dot {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 500;
	border: 2px solid transparent;
	color: #fff;
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hero-slider .owl-dots .owl-dot.active {
	color: #b01ba5;
	border: 2px solid #b01ba5;
}

.hero-slider .owl-nav {
	margin-top: -24px;
	display: block;
}

.hero-slider .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	right: 100px;
}

.hero-item {
	height: 921px;
	padding-top: 125px;
	border-bottom: 2px solid #b01ba5;
}

.hero-item h2 {
	font-size: 160px;
	color: #fff;
	font-weight: 500;
	line-height: 1;
	position: relative;
	top: 100px;
	opacity: 0;
}

.hero-item p {
	font-size: 24px;
	color: rgba(255, 255, 255, 0.4);
	font-weight: 500;
	opacity: 0.39;
	margin-bottom: 70px;
	position: relative;
	top: 80px;
	opacity: 0;
}

.hero-item .site-btn {
	position: relative;
	top: 50px;
	opacity: 0;
}

.hero-slider .owl-item.active .hero-item h2,
.hero-slider .owl-item.active .hero-item p,
.hero-slider .owl-item.active .hero-item .site-btn {
	top: 0;
	opacity: 1;
}

.hero-slider .owl-item.active .hero-item h2 {
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}

.hero-slider .owl-item.active .hero-item p {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.hero-slider .owl-item.active .hero-item .site-btn {
	-webkit-transition: all 0.5s ease 0.8s;
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.hero-slider .owl-item.active .hero-item .offer-card {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.5s ease 1s;
	-webkit-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}

/* ----------------
  Intro section
---------------------*/

.intro-section {
	background: #0c062e;
	padding: 115px 0;
}

.text-box .top-meta {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

.text-box .top-meta a {
	color: #b01ba5;
}

.text-box h3 {
	margin-bottom: 40px;
	max-width: 370px;
}

.text-box p {
	font-size: 15px;
	font-weight: 500;
	color: #68647d;
	margin-bottom: 35px;
}

.text-box .read-more {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	color: #fff;
}

.text-box .read-more img {
	margin-left: 13px;
}

/* ----------------
 Blog Section
---------------------*/

.blog-section {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#501755+0,2d1854+100 */
	background: #501755;
	/* Old browsers */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #501755 0%, #2d1854 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(45deg, #501755 0%, #2d1854 100%);
	background: linear-gradient(45deg, #501755 0%, #2d1854 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#501755', endColorstr='#2d1854', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.blog-section .section-title {
	margin-bottom: 25px;
}

.blog-filter {
	list-style: none;
	display: block;
}

.blog-filter li {
	display: inline-block;
}

.blog-filter li a {
	display: block;
	color: #fff;
	padding: 16px 36px;
	font-size: 16px;
	font-weight: 700;
	background: #6f2b95;
	line-height: 1.1;
	margin-right: 7px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 10px;
}

.blog-filter li a:hover {
	background: #b01ba5;
}

/* 桌面端blog-item左右布局 */
@media (min-width: 768px) {
	.blog-item {
		margin-top: 86px;
		display: flex !important;
		align-items: flex-start !important;
		gap: 30px !important;
		clear: both;
	}

	.blog-item .blog-thumb {
		width: 362px !important;
		flex-shrink: 0 !important;
		min-height: 200px !important;
		overflow: hidden !important;
		border-radius: 8px !important;
		float: none !important;
		margin: 0 !important;
	}

	.blog-item .blog-thumb img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
		transition: transform 0.3s ease !important;
	}

	.blog-item .blog-thumb:hover img {
		transform: scale(1.05) !important;
	}

	.blog-item .text-box {
		flex: 1 !important;
		overflow: hidden !important;
		display: flex !important;
		flex-direction: column !important;
		justify-content: flex-start !important;
		min-width: 0 !important;
	}
}

.blog-item .text-box p {
	margin-bottom: 42px;
}

.widget-item {
	margin-bottom: 85px;
}

.widget-item:last-child {
	margin-bottom: 0;
}

.widget-item .widget-title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	padding-left: 38px;
	margin-bottom: 48px;
}

.trending-widget .tw-item {
	margin-bottom: 38px;
	display: flex;
	align-items: flex-start;
	gap: 17px;
}

.trending-widget .tw-item:last-child {
	margin-bottom: 0;
}

.trending-widget .tw-thumb {
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 8px;
}

.trending-widget .tw-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.trending-widget .tw-text {
	flex: 1;
	min-width: 0;
}

.trending-widget .tw-text .tw-meta {
	color: #68647d;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 7px;
}

.trending-widget .tw-text .tw-meta a {
	color: #b01ba5;
}

.trending-widget .tw-text h5 {
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
	margin: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* Fix sticky sidebar transform issue */
.inner-wrapper-sticky {
	transform: none !important;
	position: relative !important;
	top: auto !important;
}

.inner-wrapper-sticky>div:first-child {
	transform: none !important;
	position: static !important;
}

.categories-widget {
	background: #34164b;
	padding: 55px 0 25px;
}

.categories-widget ul {
	list-style: none;
	padding: 0 38px;
}

.categories-widget ul li {
	display: block;
}

.categories-widget ul li a {
	display: inline-block;
	position: relative;
	font-size: 16px;
	color: #68647d;
	font-weight: 500;
	margin-bottom: 15px;
	padding-right: 19px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	background-image: url("{$ASSETS_PATH}img/icons/double-arrow.png");
	background-repeat: no-repeat;
	background-position: right -120% center;
	background-size: 11px;
}

.categories-widget ul li a:hover {
	color: #b01ba5;
	background-position: right center;
}

.genre-card:hover {
	transform: translateY(-2px) !important;
	box-shadow: 0 8px 25px rgba(76, 175, 80, 0.2) !important;
	border-color: #4CAF50 !important;
	background: linear-gradient(135deg, #333333 0%, #2a2a2a 100%) !important;
}

.genre-card.active {
	background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%) !important;
	border-color: #4CAF50 !important;
	box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3) !important;
}

.genre-card.active:hover {
	background: linear-gradient(135deg, #5cbf60 0%, #4CAF50 100%) !important;
}

.widget-title {
	color: #FFFFFF !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	margin-bottom: 20px !important;
	text-transform: uppercase !important;
	letter-spacing: 1px !important;
	position: relative !important;
	padding-left: 15px !important;
}

.widget-title::before {
	content: '' !important;
	position: absolute !important;
	left: 0 !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	width: 4px !important;
	height: 20px !important;
	background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%) !important;
	border-radius: 2px !important;
}

.categories-widget {
	background: linear-gradient(135deg, #1a1a1a 0%, #0f0f0f 100%) !important;
	border: 1px solid #333 !important;
	border-radius: 15px !important;
	padding: 20px !important;
	margin-bottom: 20px !important;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
}

.search-widget {
	position: relative;
}

.search-widget input {
	width: 100%;
	height: 40px;
	border: none;
	border-bottom: 2px solid #72628b;
	background: none;
	padding-right: 60px;
	color: #fff;
}

.search-widget button {
	position: absolute;
	right: 0;
	top: 0;
	color: #b01ba5;
	font-weight: 700;
	font-size: 14px;
	font-style: italic;
	cursor: pointer;
	background: none;
	border: none;
	text-transform: uppercase;
}

.latest-comments .lc-item {
	margin-bottom: 30px;
}

.latest-comments .lc-item:last-child {
	margin-bottom: 0;
}

.latest-comments .lc-item .lc-avatar {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	float: left;
	margin-right: 12px;
}

.latest-comments .lc-item .tw-text {
	padding-top: 10px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}

.latest-comments .lc-item .tw-text a {
	color: #b01ba5;
}

.latest-comments .lc-item .tw-text span {
	color: #68647d;
}

/* --------------------
  Intro video section
-----------------------*/

.intro-video-section {
	height: 757px;
	position: relative;
}

.video-play-btn {
	position: absolute;
	left: calc(50% - 61px);
	top: calc(50% - 61px);
	width: 122px;
	height: 122px;
	text-align: center;
	padding-top: 35px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.16);
}

.video-text {
	margin-bottom: 80px;
	padding: 27px 0;
	padding-left: 25px;
	position: relative;
}

.video-text h2 {
	font-size: 48px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 700;
	color: #fff;
	margin-bottom: 1px;
}

.video-text p {
	font-size: 18px;
	color: #a3a1b3;
	font-weight: 500;
	margin-bottom: 0;
}

.video-text:after {
	position: absolute;
	content: "";
	width: 9px;
	height: 100%;
	left: -22px;
	top: 0;
	border-left: 3px solid #de46d6;
	background: #fff;
	-webkit-box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.5);
	box-shadow: 0 0 9px 3px rgba(226, 30, 228, 0.5);
}

/* ----------------
  Featured section
---------------------*/

.featured-section {
	position: relative;
	overflow: hidden;
}

.featured-bg {
	width: calc(50% - 156px);
	float: left;
	height: 100%;
	left: 0;
	right: 0;
	position: absolute;
}

.featured-box {
	float: right;
	width: calc(50% + 156px);
	background: #fff;
	padding: 100px 50px 130px 79px;
}

.featured-box .text-box {
	max-width: 810px;
}

.featured-box .text-box .top-meta {
	color: #68647d;
}

.featured-box .text-box h3 {
	font-size: 60px;
	max-width: 100%;
}

.featured-box .text-box p {
	font-size: 16px;
}

.featured-box .text-box .read-more {
	color: #251e2f;
}

.gradient-bg,
.newsletter-section {
	background: #3e0f3d;
	/* Old browsers */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #3e0f3d 0%, #1c0f3b 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#3e0f3d), to(#1c0f3b));
	background: -o-linear-gradient(left, #3e0f3d 0%, #1c0f3b 100%);
	background: linear-gradient(to right, #3e0f3d 0%, #1c0f3b 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e0f3d', endColorstr='#1c0f3b', GradientType=1);
	/* IE6-9 */
}

/* --------------------
  Newsletter section
----------------------*/

.newsletter-section {
	padding: 108px 0 95px;
	text-align: center;
}

.newsletter-section h2 {
	font-size: 48px;
	color: #fff;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	margin-bottom: 73px;
}

.newsletter-form {
	padding-left: 56px;
}

.newsletter-form input {
	font-size: 14px;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	width: 787px;
	border: none;
	border-bottom: 2px solid #9b91a6;
	background: none;
	height: 63px;
	margin-right: 26px;
}

/* ----------------
  Footer section
---------------------*/

.footer-section {
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#330d38+0,190d36+100 */
	background: #330d38;
	/* Old browsers */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #330d38 0%, #190d36 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(#330d38), to(#190d36));
	background: -o-linear-gradient(left, #330d38 0%, #190d36 100%);
	background: linear-gradient(to right, #330d38 0%, #190d36 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#330d38', endColorstr='#190d36', GradientType=1);
	/* IE6-9 */
}

.footer-section .container {
	position: relative;
	padding: 60px 15px 25px;
}

.footer-left-pic {
	position: absolute;
	left: -13px;
	bottom: 19px;
}

.footer-right-pic {
	position: absolute;
	right: 50px;
	bottom: 19px;
}

.footer-menu {
	padding-top: 62px;
}

.footer-menu li:last-child a {
	margin-right: 0;
}

.footer-social {
	padding-top: 20px;
	padding-bottom: 40px;
}

.footer-social a:first-child {
	margin-left: 0;
}

.copyright {
	font-size: 12px;
	font-weight: 500;
	color: #9190a5;
	opacity: 0.20;
}

.copyright a {
	color: #9190a5;
}

.copyright a:hover {
	text-decoration: underline;
}

/* ----------------
  Other Pages
=====================
---------------------*/

.page-top-section {
	height: 355px;
	padding-top: 210px;
}

.page-info {
	max-width: 1496px;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	padding-left: 60px;
}

.page-info h2 {
	color: #fff;
	font-size: 48px;
}

.site-breadcrumb a,
.site-breadcrumb span {
	font-style: italic;
	color: #fff;
	margin: 0 10px;
	font-weight: 700;
}

.site-breadcrumb a:first-child {
	margin-left: 0;
}

.site-breadcrumb span {
	color: #c313b7;
}

/* --------------
  Games Page
-----------------*/

.games-section {
	padding: 80px 0 !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#501755+0,2d1854+100 */
	background: #501755;
	/* Old browsers */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #501755 0%, #2d1854 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(45deg, #501755 0%, #2d1854 100%);
	background: linear-gradient(45deg, #501755 0%, #2d1854 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#501755', endColorstr='#2d1854', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	position: relative;
}

.games-section .section-title {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}

.games-section .section-title h2 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 15px;
	position: relative;
	display: inline-block;
}

.games-section .section-title h2:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 80px;
	height: 4px;
	background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
	border-radius: 2px;
	box-shadow: 0 2px 10px rgba(251, 191, 36, 0.3);
}

.games-section .section-title p {
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	margin-top: 20px;
}

.games-section .game-row {
	margin-bottom: 40px;
}

.games-section:last-child {
	padding-bottom: 100px;
}

.game-filter {
	list-style: none;
	margin-bottom: 82px;
}

.game-filter li {
	display: inline-block;
	width: auto;
	height: 34px;
	background: #503c6e;
	border-radius: 17px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0 15px;
	line-height: 34px;
	text-align: center;
}

.game-filter li:hover {
	background: #c313b7;
}

.game-filter li.active {
	background: #c313b7;
}



.game-item {
	margin-bottom: 80px;
}

.game-item h5 {
	font-size: 20px;
	color: #fff;
	padding-top: 30px;
	margin-bottom: 20px;
}

.game-item .read-more {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
	color: #b01ba5;
}

.game-item .read-more img {
	margin-left: 13px;
}

.site-pagination {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.site-pagination a li{
	width: 38px;
	height: 44px;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 500;
	border: 2px solid transparent;
	color: #fff;
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.site-pagination a.active {
	width: 44px;
	margin: 0 10px;
	color: #b01ba5;
	border: 2px solid #b01ba5;
}

.site-pagination a.active:first-child {
	margin-left: 0;
}

/* Pagination ellipsis */
.pagination-ellipsis {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 600;
	padding: 0 8px;
	user-select: none;
}



/* 分页容器基础布局 */
.pagination-container {
  /* 继承原.site-pagination的flex布局 */
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* 分页列表重置默认样式 */
.pagination-container .pagination-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

/* 分页项（核心样式，对应原.site-pagination a li） */
.pagination-container .pagination-item .pagination-link {
  width: 38px;
  height: 44px;
  border-radius: 50%; /* 圆形按钮 */
  font-size: 16px;
  font-weight: 500;
  border: 2px solid transparent;
  color: #fff;
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /* 清除a标签默认样式 */
  text-decoration: none;
  background: transparent;
  cursor: pointer;
}

/* 激活态样式（对应原.site-pagination a.active） */
.pagination-container .pagination-item.active .pagination-link,
.pagination-container .pagination-item .pagination-link:hover { /* 增加hover交互 */
  width: 44px;
  margin: 0 10px;
  color: #b01ba5;
  border: 2px solid #b01ba5;
}

/* 第一个激活项去除左外边距（对应原.site-pagination a.active:first-child） */
.pagination-container .pagination-item.active:first-child .pagination-link {
  margin-left: 0;
}

/* 禁用态样式（适配disabled类） */
.pagination-container .pagination-item .pagination-link.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* 上一页/下一页特殊符号样式适配 */
.pagination-container .pagination-item .pagination-link span[aria-hidden="true"] {
  font-size: 16px;
  font-weight: 600;
}

/* 省略号样式（和原.pagination-ellipsis保持一致） */
.pagination-container .pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  padding: 0 8px;
  user-select: none;
  color: #68647d; /* 继承原省略号文字颜色 */
}

.game-page-sideber .widget-item {
	margin-bottom: 55px;
}

/* ------------------
  Game single Page
---------------------*/

.games-single-page,
.review-section,
.blog-page,
.contact-page {
	padding: 104px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#501755+0,2d1854+100 */
	background: #501755;
	/* Old browsers */
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #501755 0%, #2d1854 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(45deg, #501755 0%, #2d1854 100%);
	background: linear-gradient(45deg, #501755 0%, #2d1854 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#501755', endColorstr='#2d1854', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}

.game-single-preview {
	margin-bottom: 108px;
}

.game-single-content .gs-meta {
	font-size: 18px;
	color: #68647d;
	font-weight: 500;
	margin-bottom: 20px;
}

.game-single-content .gs-meta a {
	color: #b01ba5;
}

.game-single-content .gs-title {
	font-size: 60px;
	color: #fff;
	margin-bottom: 40px;
}

.game-single-content h4 {
	color: #b01ba5;
	margin-bottom: 20px;
}

.game-single-content p {
	font-size: 16px;
	font-weight: 500;
	color: #68647d;
	line-height: 1.8;
	margin-bottom: 70px;
}

.game-single-content #game-features {
	font-size: 16px;
	font-weight: 500;
	color: #68647d;
	line-height: 1.8;
	margin-bottom: 70px;
}

.game-single-content #game-features li {
	margin-bottom: 10px;
	list-style-position: inside;
}

.game-single-content #game-requirements {
	font-size: 16px;
	font-weight: 500;
	color: #68647d;
	line-height: 1.8;
	margin-bottom: 70px;
}

.game-single-content #game-requirements ul {
	margin-top: 15px;
	padding-left: 20px;
}

.game-single-content #game-requirements li {
	margin-bottom: 8px;
	list-style-position: outside;
}

.rating-widget {
	background: #34164b;
	padding: 55px 0 30px;
}

.rating-widget ul {
	list-style: none;
	padding: 0 38px;
	margin-bottom: 30px;
}

.rating-widget ul li {
	display: block;
	font-size: 16px;
	color: #b01ba5;
	font-weight: 500;
	margin-bottom: 10px;
}

.rating-widget ul li span {
	float: right;
	color: #68647d;
}

.rating-widget h5 {
	text-align: right;
	font-size: 36px;
	color: #fff;
	font-weight: 900;
	padding-right: 38px;
}

.rating-widget h5 i {
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
	color: #65607b;
	text-transform: uppercase;
	margin-right: 18px;
}

.rating-widget h5 span {
	color: #b01ba5;
}

.testimonials-widget {
	background: #34164b;
	padding: 55px 0 50px;
}

.testimonials-widget .testim-text {
	padding: 0 30px;
}

.testimonials-widget .testim-text p {
	font-size: 16px;
	font-weight: 500;
	color: #68647d;
	line-height: 1.8;
	margin-bottom: 40px;
}

.testimonials-widget .testim-text h6 {
	color: #68647d;
	padding-left: 15px;
}

.testimonials-widget .testim-text h6 span {
	color: #b01ba5;
}

.game-author-section {
	background: #3a1854;
	padding: 51px 0;
	overflow: hidden;
}

.game-author-pic {
	width: 117px;
	height: 117px;
	border-radius: 50%;
	float: left;
	margin-right: 55px;
}

.game-author-info {
	overflow: hidden;
	padding-top: 10px;
}

.game-author-info h4 {
	color: #fff;
	margin-bottom: 20px;
}

.game-author-info h4 span {
	color: #b01ba5;
}

.game-author-info p {
	font-size: 16px;
	font-weight: 500;
	color: #68647d;
	line-height: 1.8;
	margin-bottom: 0;
}

/* ----------------
  Review section
---------------------*/

.review-item {
	margin-bottom: 87px;
}

.review-content {
	position: relative;
}

.review-content h3 {
	max-width: 100%;
	margin-bottom: 35px;
}

.review-content p {
	margin-bottom: 40px;
}

.review-content .rating {
	position: absolute;
	right: 0;
	top: 0;
}

.review-content .rating h5 {
	text-align: right;
	font-size: 36px;
	color: #fff;
	font-weight: 900;
	padding-right: 38px;
}

.review-content .rating h5 i {
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
	color: #65607b;
	text-transform: uppercase;
	margin-right: 18px;
}

.review-content .rating h5 span {
	color: #c313b7;
}

/* ------------------
	Blog Page
---------------------*/

.blog-page .blog-filter {
	margin-bottom: 77px;
}

.big-blog-item {
	margin-bottom: 65px;
}

.big-blog-item .blog-thumbnail {
	margin-bottom: 30px;
}

.big-blog-item .blog-content .top-meta {
	margin-bottom: 15px;
}

.big-blog-item .blog-content h3 {
	max-width: 100%;
	margin-bottom: 25px;
}

.big-blog-item .blog-content p {
	margin-bottom: 10px;
}

/* ----------------
  Contact page
---------------------*/

.map iframe {
	width: 100%;
	height: 600px;
	margin-bottom: 104px;
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	border: none;
	background-color: transparent;
	border-bottom: 2px solid rgba(255, 255, 255, 0.54);
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-weight: 500;
	font-size: 16px;
	font-style: italic;
	color: #fff;
	line-height: 1;
}

.contact-form textarea {
	line-height: 1.4;
	height: 156px;
	margin-bottom: 48px;
}

.contact-form .site-btn img {
	left: 5px;
}

.contact-text h3 {
	margin-bottom: 25px;
}

.contact-text p {
	line-height: 1.9;
	color: #68647d;
	margin-bottom: 50px;
}

.cont-info {
	overflow: hidden;
	margin-bottom: 20px;
}

.cont-info .ci-icon {
	float: left;
	width: 32px;
	margin-right: 26px;
}

.cont-info .ci-text {
	overflow: hidden;
	font-size: 16px;
	font-weight: 500;
}

/* ----------------
  Responsive
---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1175px;
	}
}

@media (max-width: 1530px) {
	.hero-slider .owl-dots {
		width: 1170px;
		left: calc(50% - 585px);
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.blog-item .blog-thumb {
		width: 250px;
	}

	.hero-item p {
		font-size: 22px;
	}

	.hero-slider .owl-nav .owl-next {
		right: 30px;
	}

	.hero-slider .owl-dots {
		width: 930px;
		left: calc(50% - 465px);
	}

	.newsletter-form {
		padding-left: 0;
	}

	.newsletter-form input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.game-filter li {
		width: 31px;
		height: 31px;
	}

	.game-filter li a {
		padding-top: 5px;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-bar-warp {
		padding: 39px 15px 0;
	}

	.main-menu li a {
		margin-right: 10px;
	}

	.hero-item h2 {
		font-size: 110px;
	}

	.hero-item p {
		font-size: 16px;
		padding: 0 30px;
	}

	.hero-slider .owl-nav .owl-next {
		right: 0;
	}

	.hero-slider .owl-dots {
		width: 690px;
		left: calc(50% - 345px);
	}

	.blog-item .blog-thumb {
		float: none;
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}

	.featured-bg {
		display: none;
	}

	.featured-box {
		float: none;
		width: 100%;
	}

	.newsletter-form input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.footer-right-pic {
		right: 15px;
	}

	.footer-left-pic {
		left: -44px;
	}

	.game-filter {
		text-align: center;
	}

	.game-filter li {
		margin-bottom: 5px;
	}

	.game-single-content .gs-title {
		font-size: 40px;
	}

	.review-pic img {
		min-width: 100%;
		margin-bottom: 30px;
	}

	.contact-text {
		margin-bottom: 50px;
	}

	/* ----------------
	  Game Cards Styles
	---------------------*/

	.game-card {
		background: linear-gradient(135deg, #312e81 0%, #4338ca 50%, #5b21b6 100%);
		border-radius: 15px;
		overflow: hidden;
		transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
		box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
		height: 100%;
		position: relative;
		border: 2px solid rgba(199, 210, 254, 0.2);
	}

	.game-card::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(135deg, rgba(255, 215, 0, 0.08) 0%, rgba(255, 255, 255, 0.08) 100%);
		opacity: 0;
		transition: opacity 0.3s ease;
		pointer-events: none;
		z-index: 1;
	}

	.game-card:hover {
		transform: translateY(-10px) scale(1.02);
		box-shadow: 0 20px 40px rgba(79, 70, 229, 0.4);
		border-color: rgba(199, 210, 254, 0.5);
		background: linear-gradient(135deg, #4c1d95 0%, #5b21b6 50%, #6d28d9 100%);
	}

	.game-card:hover::before {
		opacity: 1;
	}

	.game-thumb {
		position: relative;
		overflow: hidden;
		height: 200px !important;
		background: #000;
		cursor: pointer;
		border-radius: 12px;
		transition: all 0.3s ease;
	}

	.game-thumb img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
		filter: brightness(0.9);
	}

	.game-card:hover .game-thumb img {
		transform: scale(1.1);
		filter: brightness(1.1);
	}

	.game-card:hover .game-thumb {
		transform: scale(1.02);
		box-shadow: 0 12px 35px rgba(0, 0, 0, 0.4);
	}

	.game-thumb:active {
		transform: scale(0.98);
		transition: transform 0.1s ease;
	}

	.game-overlay {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
		opacity: 0;
		transition: opacity 0.3s ease;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 2;
	}

	.game-card:hover .game-overlay {
		opacity: 1;
	}

	.games-section .game-card .game-overlay .play-btn {
		background: #FFFFFF !important;
		color: #312e81 !important;
		padding: 12px 28px;
		border-radius: 25px;
		font-size: 14px;
		font-weight: 700;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 1px;
		transition: all 0.3s ease;
		box-shadow: 0 4px 15px rgba(255, 255, 255, 0.4);
		border: 2px solid #FFFFFF;
		transform: scale(0.9);
		opacity: 0;
	}

	.games-section .game-card:hover .game-overlay .play-btn {
		transform: scale(1);
		opacity: 1;
		transition-delay: 0.1s;
	}

	.games-section .game-card .game-overlay .play-btn:hover {
		background: #f8fafc !important;
		color: #312e81 !important;
		transform: scale(1.05);
		box-shadow: 0 6px 20px rgba(255, 255, 255, 0.6);
	}

	.game-rating {
		position: absolute;
		top: 15px;
		right: 15px;
		background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
		color: #000;
		padding: 6px 12px;
		border-radius: 20px;
		font-size: 12px;
		font-weight: 700;
		box-shadow: 0 4px 12px rgba(251, 191, 36, 0.4);
		z-index: 2;
	}

	.game-price {
		position: absolute;
		top: 15px;
		left: 15px;
		background: linear-gradient(135deg, #10b981 0%, #059669 100%);
		color: #fff;
		padding: 6px 12px;
		border-radius: 20px;
		font-size: 12px;
		font-weight: 700;
		box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
		z-index: 2;
	}

	.game-price.free {
		background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
		box-shadow: 0 4px 12px rgba(6, 182, 212, 0.4);
	}

	.game-info {
		padding: 25px;
		position: relative;
		z-index: 1;
	}

	.game-info h5 {
		font-size: 17px;
		margin-bottom: 10px;
		line-height: 1.3;
		height: 44px;
		overflow: hidden;
		font-weight: 600;
		transition: color 0.3s ease;
	}

	.games-section .game-card .game-info h5 {
		color: #FFFFFF !important;
		text-decoration: none;
		transition: all 0.3s ease;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
		font-weight: 600;
		margin-bottom: 12px;
		height: 22px;
		line-height: 1.3;
	}

	.games-section .game-card .game-info h5 a {
		color: #FFFFFF !important;
		text-decoration: none;
		transition: all 0.3s ease;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.games-section .game-card:hover .game-info h5 a {
		color: #FFFFFF !important;
		text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	}

	.games-section .game-card .game-genre {
		color: #a855f7 !important;
		font-size: 12px;
		margin-bottom: 12px;
		font-weight: 500;
		text-transform: uppercase;
		letter-spacing: 1px;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	}

	.games-section .game-card .game-info .game-description,
	.games-section .game-card .game-description {
		color: #68647d !important;
		font-size: 13px;
		line-height: 1.6;
		margin-top: 12px;
		margin-bottom: 20px;
		height: 62px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	}

	.games-section .game-card .play-btn {
		display: block !important;
		background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
		color: #FFFFFF !important;
		padding: 12px 25px !important;
		border-radius: 8px !important;
		font-size: 12px !important;
		font-weight: 600 !important;
		text-decoration: none !important;
		text-transform: uppercase !important;
		letter-spacing: 1px !important;
		transition: all 0.3s ease !important;
		box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4) !important;
		border: none !important;
		position: relative;
		overflow: hidden;
		width: 100% !important;
		text-align: center !important;
	}

	.games-section .game-card .play-btn:hover {
		background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%) !important;
		color: #FFFFFF !important;
		transform: translateY(-2px) scale(1.05) !important;
		box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6) !important;
		border-color: #f8fafc;
	}

	.games-section .game-card .play-btn::before {
		content: '';
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
		transition: left 0.5s ease;
	}

	.games-section .game-card .play-btn:hover::before {
		left: 100%;
	}

	.games-section .game-card .play-btn:active {
		transform: translateY(-1px) scale(1.02) !important;
		box-shadow: 0 4px 12px rgba(102, 126, 234, 0.8) !important;
		transition: all 0.1s ease !important;
	}

	/* Game Meta Row Styles */
	.game-meta-row {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 12px 20px;
		margin-bottom: 15px;
		background: rgba(0, 0, 0, 0.3);
		backdrop-filter: blur(10px);
	}

	.game-meta-row .game-genre-tag {
		display: inline-block;
		background: linear-gradient(135deg, #a855f7 0%, #7c3aed 100%) !important;
		color: #FFFFFF !important;
		padding: 6px 12px !important;
		border-radius: 15px !important;
		font-size: 11px !important;
		font-weight: 600 !important;
		text-transform: uppercase !important;
		letter-spacing: 0.5px !important;
		box-shadow: 0 2px 8px rgba(168, 85, 247, 0.3) !important;
		flex: 1 !important;
		white-space: nowrap !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
	}

	.game-card .game-genre-tag {
		display: inline-block;
		background: linear-gradient(135deg, #a855f7 0%, #7c3aed 100%) !important;
		color: #FFFFFF !important;
		padding: 6px 12px !important;
		border-radius: 15px !important;
		font-size: 11px !important;
		font-weight: 600 !important;
		text-transform: uppercase !important;
		letter-spacing: 0.5px !important;
		box-shadow: 0 2px 8px rgba(168, 85, 247, 0.3) !important;
		flex: 1 !important;
		white-space: nowrap !important;
		overflow: hidden !important;
		text-overflow: ellipsis !important;
	}

	.game-rating-small {
		display: flex;
		align-items: center;
		background: rgba(251, 191, 36, 0.15);
		color: #fbbf24 !important;
		padding: 6px 10px;
		border-radius: 12px;
		font-size: 11px;
		font-weight: 700;
		border: 1px solid rgba(251, 191, 36, 0.3);
		flex-shrink: 0;
	}

	.game-rating-small i {
		color: #fbbf24 !important;
		font-size: 10px;
		margin-right: 1px;
	}

	.game-rating-small i:first-child {
		margin-left: 0;
	}

	.game-rating-small span {
		color: #fbbf24 !important;
		margin-left: 5px;
		font-size: 10px;
		font-weight: 700;
	}

	/* Responsive adjustments for game cards */
	@media only screen and (max-width: 767px) {
		body {
			margin: 0 !important;
			padding: 0 !important;
			overflow-x: hidden;
		}

		.container {
			width: 100vw !important;
			max-width: 100vw !important;
			padding-left: 0 !important;
			padding-right: 0 !important;
			margin-left: 0 !important;
			margin-right: 0 !important;
		}

		.game-card {
			width: 100vw !important;
			margin-left: 0 !important;
			margin-right: 0 !important;
		}

		.game-thumb {
			height: 100% !important;
			width: 100vw !important;
		}

		.game-info {
			padding: 18px;
		}

		.game-info h5 {
			font-size: 16px;
			height: 42px;
		}

		.game-genre {
			font-size: 12px;
			margin-bottom: 10px;
		}

		.game-description {
			height: 60px;
			font-size: 13px;
		}

		.game-rating,
		.game-price {
			font-size: 11px;
			padding: 5px 10px;
			top: 12px;
		}

		/* 移动端blog-item保持左右布局 */
		.blog-item {
			flex-direction: column !important;
			gap: 15px !important;
			width: 100% !important;
			margin-left: 0 !important;
			margin-right: 0 !important;
		}

		.blog-item .blog-thumb {
			height: 200px;
			width: 100% !important;
		}

		.blog-item .blog-thumb img {
			width: 100% !important;
			height: 100%;
			object-fit: cover;
		}

		.intro-text-box img {
			width: 100vw !important;
			height: 100%;
			object-fit: cover;
		}

		.play-btn {
			padding: 8px 18px;
			font-size: 12px;
		}

		/* Game single page mobile optimization */
		.game-single-preview {
			margin-bottom: 15px;
		}

		.game-page-sideber {
			margin-top: 10px;
		}

		.rating-widget {
			padding: 15px;
		}

		.games-single-page .row:first-child {
			margin-bottom: 20px;
		}

		.game-single-preview img {
			margin-bottom: 10px;
		}

		/* 完全禁用sticky sidebar功能以防止滚动闪烁 */
		#stickySidebar {
			position: static !important;
			transform: none !important;
			height: auto !important;
		}

		.game-page-sideber .is-affixed {
			position: static !important;
		}

		.inner-wrapper-sticky {
			position: static !important;
			transform: none !important;
		}

		.inner-wrapper-sticky {
			position: static !important;
			transform: none !important;
		}

		.game-page-sideber .is-affixed {
			position: static !important;
		}
	}

	@media only screen and (max-width: 479px) {
		.game-thumb {
			height: 200px !important;
		}

		.game-info {
			padding: 15px;
		}

		.game-info h5 {
			font-size: 15px;
			height: 40px;
		}

		.game-genre {
			font-size: 11px;
			margin-bottom: 8px;
		}

		/* Extra small mobile optimization */
		.game-single-preview {
			margin-bottom: 10px;
		}

		.game-page-sideber {
			margin-top: 8px;
		}

		.rating-widget {
			padding: 12px;
		}

		.games-single-page .row:first-child {
			margin-bottom: 15px;
		}

		.game-single-preview img {
			margin-bottom: 8px;
		}

		/* Disable sticky sidebar on small mobile to prevent shaking */
		#stickySidebar {
			position: static !important;
			transform: none !important;
			height: auto !important;
		}

		.inner-wrapper-sticky {
			position: static !important;
			transform: none !important;
		}

		.game-page-sideber .is-affixed {
			position: static !important;
		}
	}

	.game-description {
		height: 54px;
		font-size: 12px;
	}

	.game-rating,
	.game-price {
		font-size: 10px;
		padding: 4px 8px;
		top: 10px;
	}

	.play-btn {
		padding: 7px 15px;
		font-size: 11px;
	}
}

/* PC端Game Info优化 */
/* 移除flex覆盖，让Bootstrap网格系统正常工作 */

@media (min-width: 768px) {
	.game-page-sideber {
		margin-left: 0;
		padding-left: 15px;
	}

	/* PC端也禁用sticky sidebar功能 */
	#stickySidebar {
		position: static !important;
		transform: none !important;
		height: auto !important;
	}

	.game-page-sideber .is-affixed {
		position: static !important;
	}

	.inner-wrapper-sticky {
		position: static !important;
		transform: none !important;
	}

	.rating-widget {
		padding: 35px 30px;
		max-width: 100%;
		background: #3b3e41;
		border-radius: 12px;
		box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
		border: 1px solid #2c2f32;
	}

	.rating-widget h4 {
		margin-bottom: 25px;
		font-size: 20px;
		font-weight: 700;
		color: #ffffff;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

	.rating-widget ul {
		padding: 0 15px;
		margin-bottom: 30px;
	}

	.rating-widget ul li {
		font-size: 16px;
		margin-bottom: 15px;
		padding: 8px 0;
		border-bottom: 1px solid #525558;
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #e0e0e0;
	}

	.rating-widget ul li:last-child {
		border-bottom: none;
	}

	.rating-widget ul li span {
		font-weight: 600;
		color: #a8dadc;
	}

	.rating-widget .rating {
		margin-top: 25px;
		text-align: center;
		padding: 15px;
		background: #2c2f32;
		border-radius: 8px;
		border: 1px solid #525558;
	}

	/* 评分文字颜色优化 */
	.rating-widget .rating h5 {
		color: #ffffff !important;
	}

	.rating-widget .rating h5 span {
		color: #ffd60a !important;
	}

	/* Play Now按钮优化 */
	.rating-widget .game-single-play-btn {
		display: block !important;
		width: 100% !important;
		padding: 18px 25px !important;
		background: linear-gradient(135deg, #00d4ff 0%, #0099cc 100%) !important;
		color: #ffffff !important;
		border: none !important;
		border-radius: 10px !important;
		font-size: 18px !important;
		font-weight: 700 !important;
		text-align: center !important;
		text-decoration: none !important;
		text-transform: uppercase !important;
		letter-spacing: 1.5px !important;
		transition: all 0.3s ease !important;
		box-shadow: 0 8px 25px rgba(0, 212, 255, 0.4) !important;
		cursor: pointer !important;
		margin-top: 30px !important;
		position: relative !important;
		overflow: hidden !important;
		font-family: 'Arial Black', sans-serif !important;
		text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3) !important;
		border: 2px solid transparent !important;
	}

	.rating-widget .game-single-play-btn:hover {
		background: linear-gradient(135deg, #00b8e6 0%, #0077b3 100%) !important;
		transform: translateY(-3px) scale(1.02) !important;
		box-shadow: 0 12px 35px rgba(0, 212, 255, 0.6) !important;
		border-color: rgba(255, 255, 255, 0.3) !important;
	}

	.rating-widget .game-single-play-btn:active {
		transform: translateY(-1px) scale(1.01) !important;
		box-shadow: 0 8px 25px rgba(0, 212, 255, 0.8) !important;
	}

	.rating-widget .game-single-play-btn::before {
		content: '';
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
		transition: left 0.6s ease;
	}

	.rating-widget .game-single-play-btn:hover::before {
		left: 100%;
	}

	/* 添加发光效果 */
	.rating-widget .game-single-play-btn::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
		opacity: 0;
		transition: opacity 0.3s ease;
		border-radius: 10px;
	}

	.rating-widget .game-single-play-btn:hover::after {
		opacity: 1;
	}
}

/* About Page Styles */
.about-content {
	padding: 60px 0;
}

.about-section {
	margin-bottom: 60px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.about-section:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.about-content .section-title {
	font-size: 32px;
	color: #fff;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
}

.about-content .section-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
	height: 3px;
	background: linear-gradient(135deg, #b01ba5 0%, #f59e0b 100%);
	border-radius: 2px;
}

.about-content .lead {
	font-size: 18px;
	color: #a8a8b3;
	line-height: 1.8;
	margin-bottom: 30px;
	font-weight: 500;
}

.about-content p {
	font-size: 16px;
	color: #68647d;
	line-height: 1.8;
	margin-bottom: 20px;
	font-weight: 400;
}

/* Value Items */
.value-item {
	background: rgba(255, 255, 255, 0.05);
	padding: 25px;
	border-radius: 12px;
	margin-bottom: 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.3s ease;
}

.value-item:hover {
	background: rgba(255, 255, 255, 0.08);
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(176, 27, 165, 0.2);
}

.value-item h4 {
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 600;
}

.value-item h4 i {
	color: #b01ba5;
	margin-right: 10px;
	font-size: 20px;
}

.value-item p {
	color: #68647d;
	margin: 0;
	line-height: 1.6;
}

/* Team Members */
.team-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 25px;
	margin-top: 30px;
}

.team-member {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
	padding: 30px;
	border-radius: 15px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.3s ease;
}

.team-member:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(176, 27, 165, 0.3);
	border-color: rgba(176, 27, 165, 0.3);
}

.member-info h4 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: 600;
}

.member-role {
	color: #b01ba5;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
	font-weight: 600;
}

.member-info p {
	color: #68647d;
	line-height: 1.6;
	margin: 0;
}

/* Stats Grid */
.stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 30px;
	margin-top: 40px;
}

.stat-item {
	text-align: center;
	background: linear-gradient(135deg, #34164b 0%, #2d1854 100%);
	padding: 30px 20px;
	border-radius: 15px;
	border: 1px solid rgba(176, 27, 165, 0.3);
	transition: all 0.3s ease;
}

.stat-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(176, 27, 165, 0.4);
}

.stat-item h3 {
	font-size: 42px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px;
	background: linear-gradient(135deg, #b01ba5 0%, #f59e0b 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.stat-item p {
	color: #68647d;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	font-weight: 600;
}

/* CTA Section */
.cta-section {
	background: linear-gradient(135deg, rgba(176, 27, 165, 0.1) 0%, rgba(245, 158, 11, 0.1) 100%);
	padding: 60px 40px;
	border-radius: 20px;
	margin-top: 60px;
	border: 1px solid rgba(176, 27, 165, 0.2);
}

.cta-section h3 {
	font-size: 32px;
	color: #fff;
	margin-bottom: 15px;
	font-weight: 700;
}

.cta-section p {
	font-size: 18px;
	color: #68647d;
	margin-bottom: 30px;
}

.newsletter-form-inline input {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	padding: 15px 20px;
	border-radius: 8px 0 0 8px;
}

.newsletter-form-inline input::placeholder {
	color: #68647d;
}

/* Privacy Policy Styles */
.privacy-content {
	padding: 60px 0;
}

.privacy-section {
	margin-bottom: 50px;
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.privacy-section:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.privacy-content .section-title {
	font-size: 28px;
	color: #fff;
	margin-bottom: 25px;
	position: relative;
	padding-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

.privacy-content .section-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 3px;
	background: linear-gradient(135deg, #b01ba5 0%, #f59e0b 100%);
	border-radius: 2px;
}

.privacy-content .lead {
	font-size: 18px;
	color: #a8a8b3;
	line-height: 1.8;
	margin-bottom: 25px;
	font-weight: 500;
}

.privacy-content p {
	font-size: 16px;
	color: #68647d;
	line-height: 1.8;
	margin-bottom: 20px;
	font-weight: 400;
}

.privacy-content h4 {
	color: #fff;
	font-size: 20px;
	margin: 30px 0 15px 0;
	font-weight: 600;
}

/* Policy Lists */
.policy-list {
	list-style: none;
	padding: 0;
	margin: 20px 0;
}

.policy-list li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	color: #68647d;
	line-height: 1.6;
	font-size: 15px;
}

.policy-list li::before {
	content: '▸';
	position: absolute;
	left: 0;
	color: #b01ba5;
	font-weight: bold;
	font-size: 18px;
}

.policy-list li strong {
	color: #a8a8b3;
	font-weight: 600;
}

/* Contact Grid for Privacy */
.contact-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 25px;
	margin: 30px 0;
}

.contact-item {
	background: rgba(255, 255, 255, 0.05);
	padding: 25px;
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	transition: all 0.3s ease;
}

.contact-item:hover {
	background: rgba(255, 255, 255, 0.08);
	transform: translateY(-3px);
}

.contact-item h4 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;
}

.contact-item h4 i {
	color: #b01ba5;
	margin-right: 8px;
}

.contact-item p {
	color: #68647d;
	margin: 0;
	line-height: 1.5;
}

/* Responsive Design */
@media only screen and (max-width: 768px) {

	.about-content,
	.privacy-content {
		padding: 30px 0;
	}

	.about-content .section-title,
	.privacy-content .section-title {
		font-size: 24px;
	}

	.value-item,
	.team-member {
		padding: 20px;
		margin-bottom: 15px;
	}

	.stats-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.stat-item {
		padding: 20px 15px;
	}

	.stat-item h3 {
		font-size: 32px;
	}

	.contact-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.cta-section {
		padding: 40px 20px;
	}

	.cta-section h3 {
		font-size: 24px;
	}

	.newsletter-form-inline input {
		width: 100% !important;
		margin-right: 0;
		margin-bottom: 15px;
		border-radius: 8px;
	}

	.newsletter-form-inline .site-btn {
		border-radius: 8px;
	}
}

@media only screen and (max-width: 480px) {
	.team-grid {
		grid-template-columns: 1fr;
	}

	.stats-grid {
		grid-template-columns: 1fr;
	}

	.about-section {
		margin-bottom: 40px;
		padding-bottom: 30px;
	}

	.privacy-section {
		margin-bottom: 30px;
		padding-bottom: 20px;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.header-bar-warp {
		padding: 25px 20px 10px;
		position: relative;
		overflow: visible;
		/* 确保下拉菜单不被裁剪 */
	}

	/* Hide original menu on mobile */
	.main-menu.primary-menu {
		display: none !important;
	}

	/* 显示移动端slicknav菜单按钮 */
	.slicknav_menu {
		display: block !important;
		position: absolute !important;
		right: 15px !important;
		top: 50% !important;
		transform: translateY(-50%) !important;
		z-index: 1000 !important;
		background: transparent !important;
		padding: 6px 12px !important;
		border: none !important;
		border-radius: 2px !important;
	}

	.slicknav_btn {
		display: block !important;
		cursor: pointer !important;
		background: transparent !important;
		border: none !important;
		padding: 0 !important;
		margin: 0 !important;
		position: relative !important;
		width: 100% !important;
		height: 100% !important;
		min-height: 30px !important;
		border-radius: 2px !important;
	}

	/* 隐藏汉堡图标，显示MENU文字 */
		.header-bar-warp .slicknav_btn .slicknav_icon,
		.header-bar-warp .slicknav_btn .slicknav_icon-bar {
			display: none !important;
		}

		/* 显示MENU文字 */
		.header-bar-warp .slicknav_btn::before {
			content: 'MENU' !important;
			color: #FFFFFF !important;
			font-size: 14px !important;
			font-weight: 500 !important;
			position: absolute !important;
			top: 50% !important;
			left: 50% !important;
			transform: translate(-50%, -70%) !important;
			white-space: nowrap !important;
			letter-spacing: normal !important;
			text-shadow: none !important;
		}

		/* 菜单按钮简单悬停效果 */
		.header-bar-warp .slicknav_menu:hover .slicknav_btn::before {
			color: #666 !important;
		}

	/* 按钮光泽效果 - 已取消 */
	/* .header-bar-warp .slicknav_menu::before {
		content: '' !important;
		position: absolute !important;
		top: 0 !important;
		left: -100% !important;
		width: 100% !important;
		height: 100% !important;
		background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent) !important;
		transition: left 0.5s ease !important;
		border-radius: 20px !important;
	} */

	/* .header-bar-warp .slicknav_menu:hover::before {
		left: 100% !important;
	} */

	/* 确保菜单容器正确设置 */
	.header-bar-warp {
		position: relative !important;
		overflow: visible !important;
		min-height: 80px !important; /* 确保有足够高度 */
	}

	/* SlickNav菜单位置修复 - 绝对定位在header-bar-warp内 */
	.header-bar-warp .slicknav_menu {
		line-height: 40px;
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		position: absolute !important;
		z-index: 99999 !important;
		right: 15px !important;
		top: 50% !important;
		height: 40px;
		transform: translateY(-50%) !important;
		left: auto !important;
		background: #4e1c49!important;
		padding: 8px 16px !important; /* 增加上下padding，减小左右padding */
		min-width: 75px !important; /* 减小宽度 */
		min-height: 16px !important; /* 调整高度 */
		border-radius: 5px !important; /* 圆角按钮 */
		box-shadow: 0 4px 15px rgba(78, 205, 196, 0.4), 0 2px 4px rgba(0, 0, 0, 0.1) !important; /* 双层阴影 */
		border: 1px solid rgba(255, 255, 255, 0.3) !important; /* 更亮的边框 */
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important; /* 平滑过渡 */
		backdrop-filter: blur(10px) !important; /* 毛玻璃效果 */
		float: none !important;
		margin: 0 !important;
		color: #FFFFFF;
	}

	/* SlickNav下拉菜单样式 */
	.header-bar-warp .slicknav_nav {
		position: absolute !important;
		top: calc(100% + 30px) !important; /* 再往下10px */
		right: -15px !important;
		left: auto !important; /* 确保只右边对齐 */
		width: calc(100vw - 30px) !important; /* 与屏幕宽度匹配，留边距 */
		background: #1a1a2e !important;
		border: 1px solid #333 !important;
		border-radius: 8px !important;
		box-shadow: 0 8px 32px rgba(0,0,0,0.3) !important;
		margin-top: 8px !important; /* 额外的间距增加 */
		padding: 15px 0 !important;
		z-index: 99998 !important;
		text-align: left !important;
	}

	/* SlickNav菜单链接样式 */
	.header-bar-warp .slicknav_nav a {
		display: block !important;
		padding: 12px 20px !important;
		color: #fff !important;
		text-decoration: none !important;
		border-bottom: 1px solid rgba(255,255,255,0.1) !important;
		transition: all 0.3s ease !important;
		font-size: 14px !important;
	}

	.header-bar-warp .slicknav_nav a:hover {
		background: #4169e1 !important;
		color: #fff !important;
		padding-left: 25px !important;
	}

	.header-bar-warp .slicknav_nav a:last-child {
		border-bottom: none !important;
	}

	/* 移除下拉箭头指示 */
	.header-bar-warp .slicknav_btn:after {
		display: none !important;
	}

	/* 当菜单打开时，也隐藏箭头 */
	.header-bar-warp .slicknav_open .slicknav_btn:after {
		display: none !important;
	}

	/* SlickNav按钮样式 */
	.header-bar-warp .slicknav_btn {
		height: 40px!important;
		line-height: 40px;
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
		position: relative !important;
		background: transparent !important;
		border: none !important;
		padding: 0 !important;
		margin: 0 !important;
		cursor: pointer !important;
	}

	/* 备用定位规则 */
	html body .slicknav_menu {
		position: absolute !important;
		right: 15px !important; /* 与导航栏右边缘对齐 */
		top: 50% !important;
		transform: translateY(-50%) !important;
		z-index: 99999 !important;
	}

	/* 调试边框 - 可以临时启用 */
	/*
	.header-bar-warp {
		border: 2px solid #ff0000 !important;
	}
	
	.header-bar-warp .slicknav_menu {
		border: 2px solid #00ff00 !important;
		background: rgba(255,0,0,0.3) !important;
	}
	*/

	.slicknav_menu .slicknav_menutxt {
		display: none !important;
	}

	.slicknav_menu .slicknav_icon {
		float: none !important;
		margin: 0 !important;
		width: 25px !important;
		height: 17px !important;
	}

	.slicknav_nav ul {
		width: 100%;
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.slicknav_nav li {
		display: block;
		width: 100%;
	}

	.slicknav_nav a {
		display: block;
		width: 100%;
		padding: 14px 20px;
		color: #fff;
		text-decoration: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		transition: all 0.3s ease;
		font-weight: 500;
	}

	.slicknav_nav a:hover {
		background: rgba(176, 27, 165, 0.2);
		color: #b01ba5;
	}

	.slicknav_nav a:last-child {
		border-bottom: none;
	}
}

/* PC端菜单显示规则 - 独立的媒体查询 */
@media (min-width: 768px) {
	/* 显示PC端主菜单 */
	.main-menu.primary-menu {
		display: block !important;
	}

	/* 隐藏移动端slicknav菜单 - PC端不应该显示任何slicknav元素 */
	.slicknav_menu,
	.slicknav_btn,
	.slicknav_nav,
	.header-bar-warp .slicknav_menu,
	.header-bar-warp .slicknav_btn,
	.header-bar-warp .slicknav_nav {
		display: none !important;
		visibility: hidden !important;
		position: absolute !important;
		left: -9999px !important;
		top: -9999px !important;
	}

	/* 确保PC端下拉菜单正常显示 */
	.main-menu li .sub-menu {
		visibility: hidden;
		opacity: 0;
		margin-top: 50px;
		transition: all 0.4s ease;
	}

	.main-menu li:hover .sub-menu {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
	}

	/* 确保header有足够的z-index让下拉菜单显示 */
	.header-section {
		z-index: 1000;
	}

	.main-menu {
		position: relative;
		z-index: 1001;
	}
}

.hero-item h2 {
		font-size: 70px;
	}

	.hero-item p {
		font-size: 18px;
	}

	.footer-right-pic,
	.footer-left-pic {
		display: none;
	}

	.hero-slider .owl-nav .owl-next {
		top: auto;
		bottom: 33px;
		right: 15px;
		z-index: 99;
	}

	.hero-slider .owl-dots {
		width: 100%;
		left: 0;
		padding-left: 15px;
	}

	.intro-text-box {
		margin-bottom: 40px;
	}

	.blog-item .blog-thumb {
		float: none;
		margin-right: 0;
		width: 100%;
		margin-bottom: 30px;
	}

	.sidebar {
		padding-top: 60px;
	}

	.featured-bg {
		display: none;
	}

	.featured-box {
		float: none;
		width: 100%;
	}

	.featured-box .text-box h3 {
		font-size: 45px;
	}

	.newsletter-form {
		padding-left: 0;
	}

	.newsletter-form input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}

	.video-text:after {
		left: 0;
	}

	.page-top-section {
		height: 400px;
		padding-top: 250px;
	}

	.game-filter {
		text-align: center;
	}

	.game-filter li {
		margin-bottom: 5px;
	}

	.game-single-content .gs-title {
		font-size: 40px;
	}

	.review-pic img {
		min-width: 100%;
		margin-bottom: 30px;
	}

	.contact-text {
		margin-bottom: 50px;
	}

	.review-content .rating {
		position: relative;
		margin-bottom: 20px;
	}

	.review-content .rating h5 {
		text-align: left;
		padding-right: 0;
	}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.hero-item h2 {
		font-size: 55px;
		margin-bottom: 20px;
	}

	.hero-item p {
		font-size: 15px;
	}

	.video-text h2 {
		font-size: 30px;
	}

	.video-play-btn {
		top: calc(30% - 61px);
	}

	.featured-box {
		padding: 100px 15px;
	}

	.featured-box .text-box h3,
	.newsletter-section h2 {
		font-size: 35px;
	}

	.main-menu li a {
		margin-right: 20px;
	}

	.game-author-pic {
		float: none;
		margin-bottom: 20px;
	}
}

/* Game Iframe Container Styles */
#game-iframe-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.95);
	z-index: 999999;
	display: none;
}

#game-iframe-container .iframe-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	background: linear-gradient(135deg, #1e1e2e 0%, #2d2d44 100%);
	border-bottom: 2px solid #b01ba5;
	display: flex;
	align-items: center;
	padding: 0 20px;
	z-index: 10;
}

#game-iframe-container .iframe-header h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	flex: 1;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#game-iframe-container .close-btn {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.1);
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	z-index: 11;
}

#game-iframe-container .close-btn:hover {
	background: rgba(255, 255, 255, 0.2);
	border-color: #b01ba5;
	color: #b01ba5;
	transform: translateY(-50%) scale(1.1);
}

#game-iframe-container #game-iframe {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: calc(100% - 60px);
	border: none;
	background: #000;
}

/* Responsive iframe container */
@media only screen and (max-width: 767px) {
	#game-iframe-container .iframe-header {
		height: 50px;
		padding: 0 15px;
	}

	#game-iframe-container .iframe-header h3 {
		font-size: 14px;
		margin-right: 50px;
	}

	#game-iframe-container .close-btn {
		width: 35px;
		height: 35px;
		right: 15px;
		font-size: 20px;
	}

	#game-iframe-container #game-iframe {
		top: 50px;
		height: calc(100% - 50px);
	}
}


/* ==============================
   H-tag Style Preservation
   ============================== */

/* Preserve h3 styles for converted h2.h3-style */
.h3-style {
	font-size: 30px !important;
	margin-bottom: 40px !important;
	max-width: 370px !important;
}

/* Preserve h4 styles for converted h2.h4-style */
.h4-style {
	font-size: 24px !important;
}

/* Preserve h5 styles for converted h2.h5-style */
.h5-style {
	font-size: 18px !important;
	color: #fff !important;
	line-height: 1.5 !important;
	margin: 0 !important;
	overflow: hidden !important;
}

/* Preserve review rating h5 styles */
.review-content .rating h2.h5-style {
	text-align: left !important;
	font-size: 36px !important;
	color: #fff !important;
	font-weight: 900 !important;
	padding-right: 38px !important;
}

.review-content .rating h2.h5-style i {
	font-weight: 500 !important;
	font-size: 16px !important;
	font-style: italic !important;
	color: #b01ba5 !important;
	text-transform: uppercase !important;
	margin-right: 18px !important;
}

.review-content .rating h2.h5-style span {
	color: #b01ba5 !important;
}

/* Preserve review content h3 styles */
.review-content h2.h3-style {
	/* max-width: 100% !important; */
	margin-bottom: 35px !important;
}


.text-line3 {
	/* 必须设置宽度，否则省略效果不生效 */
	width: 100%;
	/* 核心属性：控制文本换行 */
	white-space: normal;
	/* 核心属性：设置最大行数 */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* 关键：限制为3行 */
	/* 溢出隐藏 */
	overflow: hidden;
	/* 省略号样式 */
	text-overflow: ellipsis;
	/* 可选：设置行高，让行间距更美观 */
	line-height: 1.5;
	/* 可选：设置高度（行高*行数），防止容器高度异常 */
	height: calc(1.5em * 3);
}


.text-line1 {
	/* 必须设置宽度，否则省略效果不生效 */
	width: 100%;
	/* 核心属性：控制文本换行 */
	white-space: normal;
	/* 核心属性：设置最大行数 */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	/* 关键：限制为3行 */
	/* 溢出隐藏 */
	overflow: hidden;
	/* 省略号样式 */
	text-overflow: ellipsis;
	/* 可选：设置行高，让行间距更美观 */
	line-height: 1.5;
	/* 可选：设置高度（行高*行数），防止容器高度异常 */
	height: calc(1.5em * 1);
}


.categories-widget .active {
	color: #b01ba5 !important;
}

/* =================================
   Skeleton Screen Styles
   ================================= */

/* 骨架屏基础动画 */
@keyframes skeleton-loading {
	0% {
		background-position: -200% 0;
	}

	100% {
		background-position: 200% 0;
	}
}

/* 骨架屏背景 */
.skeleton {
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 4px;
}

/* 骨架屏动画 */
@keyframes skeleton-loading {
	0% {
		background-position: -200% 0;
	}

	100% {
		background-position: 200% 0;
	}
}

/* 骨架屏游戏卡片 */
.skeleton-game-card {
	background: transparent;
	border-radius: 12px;
	overflow: hidden;
	margin-bottom: 20px;
	border: none;
	display: block;
}

/* 骨架屏游戏容器样式 */
.game-item .gi-pic {
	margin-bottom: 15px;
}

.game-item .gi-text {
	padding: 0 5px;
}

.game-item .gi-text h4 {
	margin-bottom: 12px;
}

.game-item .gi-text p {
	margin-bottom: 8px;
}

/* 骨架屏状态下的游戏项目样式 */
#page-skeleton .game-item,
#new-games-skeleton .game-item,
#top-rated-games-skeleton .game-item {
	margin-bottom: 30px;
	background: transparent;
	border-radius: 8px;
	padding: 15px;
}

/* Latest News内容容器样式 */
#latest-news-content {
	width: 100%;
	clear: both;
}

#latest-news-content .blog-item:first-child {
	margin-top: 0;
}

.skeleton-game-image {
	height: 180px;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 8px;
	margin-bottom: 15px;
	width: 100%;
}

.skeleton-game-info {
	padding: 15px;
}

.skeleton-game-title {
	height: 20px;
	width: 80%;
	margin-bottom: 12px;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 4px;
}

.skeleton-game-desc {
	height: 14px;
	width: 100%;
	margin-bottom: 8px;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 4px;
}

.skeleton-game-desc:last-child {
	width: 60%;
}

.skeleton-game-button {
	height: 36px;
	width: 100%;
	background: linear-gradient(90deg,
			#4a4a4a 0%,
			#5a5a5a 25%,
			#4a4a4a 50%,
			#5a5a5a 75%,
			#4a4a4a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 6px;
	margin-top: 10px;
}

/* 确保所有骨架屏元素默认显示 */
.skeleton,
.skeleton-game-card,
.skeleton-intro-box,
.skeleton-blog-item,
.skeleton-trending-item,
.skeleton-widget,
.skeleton-review-card,
.skeleton-game-single {
	display: block;
}

/* 骨架屏介绍区域 */
.skeleton-intro-box {
	background: transparent;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
	border: none;
}

.skeleton-intro-meta {
	height: 16px;
	width: 40%;
	margin-bottom: 15px;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 4px;
}

.skeleton-intro-title {
	height: 28px;
	width: 70%;
	margin-bottom: 15px;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 4px;
}

.skeleton-intro-desc {
	height: 16px;
	width: 100%;
	margin-bottom: 8px;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 4px;
}

.skeleton-intro-desc:last-child {
	width: 75%;
}

/* 骨架屏博客项目 */
.skeleton-blog-item {
	background: transparent;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 20px;
	border: none;
}

.skeleton-blog-image {
	height: 200px;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
}

.skeleton-blog-text {
	padding: 20px;
}

/* 骨架屏趋势小部件 */
.skeleton-trending-item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	padding: 10px;
	background: transparent;
	border-radius: 6px;
	border: none;
}

.skeleton-trending-image {
	width: 60px;
	height: 60px;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 4px;
	margin-right: 15px;
}

.skeleton-trending-info {
	flex: 1;
}

.skeleton-trending-meta {
	height: 12px;
	width: 60%;
	margin-bottom: 8px;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 4px;
}

.skeleton-trending-title {
	height: 16px;
	width: 80%;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 4px;
}

/* Blog页面的骨架屏样式 */
.skeleton-search-box {
	display: flex;
	gap: 10px;
}

.skeleton-search-input {
	flex: 1;
	height: 40px;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 6px;
}

.skeleton-search-button {
	width: 80px;
	height: 40px;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 6px;
}

.skeleton-comments-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.skeleton-comment-item {
	display: flex;
	gap: 10px;
	align-items: flex-start;
}

.skeleton-comment-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
}

.skeleton-comment-content {
	flex: 1;
	height: 16px;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 4px;
}

/* 加载状态隐藏 */
.skeleton-loading .skeleton,
.skeleton-loading .skeleton-game-card,
.skeleton-loading .skeleton-intro-box,
.skeleton-loading .skeleton-blog-item,
.skeleton-loading .skeleton-widget {
	display: block;
}

/* Games页面的骨架屏样式 */
.skeleton-widget {
	background: transparent;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
	border: none;
}

.skeleton-widget-title {
	height: 24px;
	width: 60%;
	margin-bottom: 15px;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 4px;
}

.skeleton-widget-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.skeleton-widget-item {
	height: 16px;
	width: 100%;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 4px;
}

.skeleton-widget-item:nth-child(odd) {
	width: 85%;
}

.skeleton-game-meta {
	height: 12px;
	width: 100%;
	margin-bottom: 10px;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 4px;
}

/* Review页面的骨架屏样式 */
.skeleton-review-card {
	background: transparent;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
	border: none;
}

.skeleton-review-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.skeleton-review-title {
	height: 20px;
	width: 70%;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 4px;
}

.skeleton-review-rating {
	height: 16px;
	width: 25%;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 4px;
}

.skeleton-review-content {
	height: 14px;
	width: 100%;
	margin-bottom: 8px;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 4px;
}

.skeleton-review-content:last-child {
	width: 80%;
}

/* Game Single页面的骨架屏样式 */
.skeleton-game-single {
	background: transparent;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
	border: none;
}

.skeleton-game-single-image {
	height: 400px;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 8px;
	margin-bottom: 20px;
}

.skeleton-game-single-info {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.skeleton-game-single-title {
	height: 32px;
	width: 80%;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 6px;
}

.skeleton-game-single-desc {
	height: 16px;
	width: 100%;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 4px;
}

.skeleton-game-single-desc:last-child {
	width: 85%;
}

.skeleton-game-single-button {
	height: 40px;
	width: 120px;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 6px;
	margin-top: 20px;
}



/* 分页骨架屏样式 */
.skeleton-pagination-classic {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 20px;
}

.skeleton-page-btn {
	width: 40px;
	height: 40px;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 6px;
}

/* 数据加载完成后隐藏骨架屏 */
.content-loaded .skeleton,
.content-loaded .skeleton-game-card,
.content-loaded .skeleton-intro-box,
.content-loaded .skeleton-blog-item,
.content-loaded .skeleton-trending-item,
.content-loaded .skeleton-widget,
.content-loaded .skeleton-review-card,
.content-loaded .skeleton-game-single,
.content-loaded .skeleton-pagination-classic {
	display: none;
}

/* Blog skeleton classes */
.skeleton-blog-thumb {
	height: 200px;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 8px;
}

.skeleton-top-meta {
	height: 16px;
	width: 40%;
	margin-bottom: 15px;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 4px;
}

.skeleton-blog-title {
	height: 28px;
	width: 90%;
	margin-bottom: 15px;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 4px;
}

.skeleton-blog-content {
	height: 14px;
	width: 100%;
	margin-bottom: 8px;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 4px;
}

.skeleton-read-more {
	height: 16px;
	width: 100px;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 4px;
}

/* Trending skeleton classes */
.skeleton-tw-thumb {
	width: 80px;
	height: 80px;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 8px;
}

.skeleton-tw-meta {
	height: 12px;
	width: 60%;
	margin-bottom: 8px;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 4px;
}

.skeleton-tw-title {
	height: 16px;
	width: 90%;
	background: linear-gradient(90deg,
			#2a2a2a 0%,
			#3a3a3a 25%,
			#2a2a2a 50%,
			#3a3a3a 75%,
			#2a2a2a 100%);
	background-size: 200% 100%;
	animation: skeleton-loading 1.5s ease-in-out infinite;
	border-radius: 4px;
}