.bg-black {
	background: #1e2837;
}

.color-hong {
	color: #F23A3A !important;
}

.color-hui {
	color:#ffffff;
	opacity: .5;
}

.max-width-1200 {
	width: 100%;
	max-width: 1400px;
	padding: 0 20px;
}
.indexImgBox{
	height: 145px;
	overflow: hidden;
	position: relative;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.indexImgBox::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(255, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%);
	z-index: 1;
	opacity: 0;
	transition: opacity 0.5s ease;
	pointer-events: none;
}

.indexImgBox::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 1;
	pointer-events: none;
}

.indexImgBox img{
	min-height: 142px;
	transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.6s ease;
	transform-origin: center;
	will-change: transform;
}

a:hover .indexImgBox {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.8), 0 0 10px rgba(241, 237, 98, 0.5);
}

a:hover .indexImgBox::before {
	opacity: 1;
}

a:hover .indexImgBox img {
	transform: scale(1.15);
	filter: contrast(1.1) brightness(1.05);
}

a:active .indexImgBox {
	transform: translateY(0) scale(0.98);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.7);
	transition: all 0.2s ease;
}

/* 添加炫光效果 */
a:hover .indexImgBox::after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.1) 50%, 
        rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    animation: shine 2s infinite;
    z-index: 2;
}

@keyframes shine {
    0% { left: -150%; }
    50% { left: 150%; }
    100% { left: 150%; }
}

.dotBox{ 
	width:350px;
	background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
}
.dotBox a{
	color:#ffffff!important; 
}
.hide{
	display:none
}
#bannelBox{
	/* max-height:300px; */
	overflow: hidden;
	text-align:right;
	    align-items: center;
}
.itemBox a{
	margin-right:15px;
	font-size: 18px;
	    font-weight: bold;
	    opacity: 1;
}
.eTSEWu{
	    cursor: pointer;
	    display: flex;
	    -webkit-box-pack: end;
	    justify-content: flex-end;
	    -webkit-box-align: center;
	    align-items: center;
	    background: url(../img/slider-bg.be9074cdb8d4ef9f4d18.png) 0% 0% / 100% 100% no-repeat;
}
.swiper-pagination-bullet{
	background:#ffffff!important;
	opacity:.5!important;
}
.swiper-pagination-bullet-active{
	opacity:1!important;
}
.logo {
	width: 96px;
	height: 33px;
	filter: drop-shadow(0 0 5px rgba(241, 237, 98, 0.7));
	transition: all 0.3s ease;
	position: relative;
	z-index: 2;
}

.logo:hover {
	transform: scale(1.05);
	filter: drop-shadow(0 0 8px rgba(241, 237, 98, 0.9)) brightness(1.1);
}

@keyframes pulse {
	0% {
		transform: scale(1);
		opacity: 0.5;
	}
	50% {
		transform: scale(1.05);
		opacity: 0.8;
	}
	100% {
		transform: scale(1);
		opacity: 0.5;
	}
}

.navBox {
	height: 70px;
	background: linear-gradient(180deg, #0f1923, #212123);
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid rgba(241, 237, 98, 0.3);
	position: relative;
	z-index: 100;
	overflow: hidden;
}

.navBox::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(241, 237, 98, 0.5), transparent);
}

.navBox::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 50% 80%, rgba(15, 82, 169, 0.2), transparent 60%);
	background-size: 200% 200%;
	animation: gradientMove 15s infinite alternate;
	pointer-events: none;
	z-index: -1;
}

@keyframes gradientMove {
	0% {
		background-position: 0% 0%;
	}
	100% {
		background-position: 100% 100%;
	}
}

.store-nav-title a {
	position: relative;
	transition: all 0.3s ease;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-shadow: 0 0 10px rgba(241, 237, 98, 0.4);
}

.store-nav-title a:hover {
	color: #f1ed62 !important;
	transform: scale(1.05);
	text-shadow: 0 0 15px rgba(241, 237, 98, 0.7);
}

.store-nav-title a::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%) scaleX(0);
	width: 100%;
	height: 2px;
	background-color: #f1ed62;
	transition: transform 0.3s ease;
	opacity: 0.8;
	box-shadow: 0 0 5px #f1ed62, 0 0 10px #f1ed62, 0 0 15px #f1ed62;
}

.store-nav-title a:hover::after {
	transform: translateX(-50%) scaleX(1);
}

.downloadBox {
	background: linear-gradient(to right, #f1ed62, #ffcc00);
	box-shadow: 0 0 10px rgba(241, 237, 98, 0.5);
	box-sizing: border-box;
	color: #000000;
	font-weight: 600;
	cursor: pointer;
	height: 36px;
	text-align: center;
	opacity: 1;
	padding: 8px 11px;
	width: 130px;
	border-radius: 4px;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

.downloadBox:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(241, 237, 98, 0.7);
}

.downloadBox::before {
	content: "";
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.3), transparent);
	transform: rotate(45deg);
	animation: shiningEffect 3s infinite linear;
	pointer-events: none;
}

@keyframes shiningEffect {
	0% {
		left: -100%;
		top: -100%;
	}
	100% {
		left: 100%;
		top: 100%;
	}
}

.howstartgameBox {
	align-items: center;
	border: 1px solid #f1ed62;
	border-radius: 4px;
	color: #f1ed62;
	display: flex;
	font-size: 13px;
	font-weight: 500;
	height: 36px;
	justify-content: center;
	margin-left: 30px;
	width: 120px;
	transition: all 0.3s ease;
	background: rgba(241, 237, 98, 0.1);
	box-shadow: 0 0 10px rgba(241, 237, 98, 0.2);
	position: relative;
	overflow: hidden;
	text-shadow: 0 0 5px rgba(241, 237, 98, 0.5);
}

.howstartgameBox:hover {
	background: rgba(241, 237, 98, 0.2);
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(241, 237, 98, 0.3);
	color: #ffffff;
	text-shadow: 0 0 8px rgba(241, 237, 98, 0.8);
}

.howstartgameBox::after {
	content: "";
	position: absolute;
	top: -100%;
	left: -100%;
	width: 70px;
	height: 70px;
	background: rgba(241, 237, 98, 0.3);
	transform: rotate(45deg);
	transition: all 0.5s ease;
}

.howstartgameBox:hover::after {
	top: -10%;
	left: 130%;
	transition: all 0.5s ease-in-out;
}

.gamestorenav{
	background: linear-gradient(90deg,rgba(80,116,171,.5),#1a3357);
	    box-sizing: border-box;
	    color: #fff;
	    height: 32px;
	    line-height: 32px;
	    margin: 15px auto 0;
	    position: relative;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    user-select: none;
	    z-index: 0;
}

.swiper {
width: 100%;
height: auto;
} 

.swiper .swiper-slide {
height: 300px;

}
.game-listPriceBox{
    padding: 6px 10px; 
}
.game-listPriceBox p{
    color: #fff; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.game-listPriceBox img{
    height: 20px;
    width: 20px;
}
.game-listPriceBox .price .discount{
    
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    width: 42px;
	border-radius:3px;
	background-color: #f1ed62;
	color: #000000;
}
 .game-listPriceBox .price del{
    color: hsla(0,0%,100%,.8);
    font-size: 14px;
}
.game-listPriceBox .price span{
    font-size: 16px;
	 color: #ffffff;
}


.game-price {
    background: linear-gradient(to bottom, rgb(45, 45, 45), rgb(29, 29, 29));

    padding: 6px 15px;
    width: 100%;
    color: #ffffff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

a:hover .game-price {
    background: linear-gradient(to bottom, rgb(50, 50, 50), rgb(35, 35, 35));
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.game-price::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, transparent, #f1ed62, transparent);
    transition: all 0.8s ease;
    opacity: 0;
}

a:hover .game-price::before {
    left: 100%;
    opacity: 1;
}

.game-price p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

a:hover .game-price p {
    color: #f1ed62;
    text-shadow: 0 0 5px rgba(241, 237, 98, 0.5);
    transform: translateX(5px);
}

.game-price .price .discount {
    border-radius: 3px;
    background: linear-gradient(135deg, #f1ed62, #ff6b3d);
    color: #000000;
    font-weight: 600;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    width: 42px;
    box-shadow: 0 0 10px rgba(241, 237, 98, 0.3);
    transform: rotate(-2deg);
    transition: all 0.3s ease;
}

a:hover .game-price .price .discount {
    transform: rotate(0) scale(1.1);
    box-shadow: 0 0 15px rgba(241, 237, 98, 0.5);
}

.game-price .price del {
    color: hsla(0,0%,100%,.8);
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: line-through;
}

a:hover .game-price .price del {
    opacity: 0.6;
}

.game-price .price span {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
}

a:hover .game-price .price span {
    color: #f1ed62;
    text-shadow: 0 0 5px rgba(241, 237, 98, 0.5);
}

/* 添加点击光晕效果 */
@keyframes click-wave {
    0% {
        box-shadow: 0 0 0 0 rgba(241, 237, 98, 0.7);
        opacity: 1;
    }
    100% {
        box-shadow: 0 0 0 30px rgba(241, 237, 98, 0);
        opacity: 0;
    }
}

a:active .game-price {
    animation: click-wave 0.6s;
}

/* 浏览更多按钮效果增强 */
.viewsMore {
    border: 1px solid #f1ed62;
    border-radius: 4px;
    color: #f1ed62;
    font-size: 14px;
    font-weight: 500;
    height: 30px;
    opacity: 0.8;
    width: 100px;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.viewsMore:hover {
    border-color: #f1ed62;
    background: rgba(241, 237, 98, 0.1);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3), 0 0 5px rgba(241, 237, 98, 0.5);
}

.viewsMore::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: rgba(241, 237, 98, 0.1);
    transform: rotate(45deg);
    transition: all 0.3s ease;
    z-index: -1;
}

.viewsMore:hover::before {
    left: -10%;
    top: -10%;
}

.viewsMore:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* 添加最新上线标题效果 */
.navList a.text-white {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    color: #f1ed62 !important;
    padding: 5px 0;
}

.navList a.text-white::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #f1ed62, transparent);
    transform-origin: left;
}

/* 统一栅格布局 */
.grid-columns-4 {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

@media (max-width: 992px) {
    .grid-columns-4 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .grid-columns-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .grid-columns-4 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

/* 游戏卡片内容布局 */
.game-price {
    width: 100%;
    padding: 10px;
}

.indexImgBox {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.indexImgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.game-item-wrapper:hover .indexImgBox img {
    transform: scale(1.05);
}

.game-item-wrapper {
    display: block;
    transition: all 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(30, 30, 30, 0.7);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.game-item-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    background: rgba(40, 40, 40, 0.8);
}

/* 下载量样式 */
.download-count-small {
    font-size: 12px;
    color: #f1ed62;
    background: rgba(0, 0, 0, 0.5);
    padding: 2px 8px;
    border-radius: 10px;
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 添加能量脉冲边框效果 */
.grid-columns-4 > a {
    animation: fadeInUp 0.6s backwards;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.grid-columns-4 > a::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, 
        #f1ed62, #ff3a3a, #3a66ff, #f1ed62);
    background-size: 400% 400%;
    z-index: -1;
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.grid-columns-4 > a:hover::before {
    opacity: 1;
    animation: border-flow 3s ease infinite;
}

@keyframes border-flow {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* 添加点击爆裂特效 */
.grid-columns-4 > a:active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: rgba(241, 237, 98, 0.8);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: explosion 0.5s ease-out;
    z-index: 20;
    pointer-events: none;
}

@keyframes explosion {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
        box-shadow: 
            0 0 0 0px rgba(241, 237, 98, 0.5),
            0 0 0 0px rgba(255, 58, 58, 0.5),
            0 0 0 0px rgba(58, 102, 255, 0.5);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
        box-shadow: 
            0 0 0 20px rgba(241, 237, 98, 0),
            0 0 0 40px rgba(255, 58, 58, 0),
            0 0 0 60px rgba(58, 102, 255, 0);
    }
}

/* 添加游戏名称闪烁特效 */
@keyframes text-glow {
    0% { text-shadow: 0 0 5px rgba(241, 237, 98, 0.7); }
    50% { text-shadow: 0 0 15px rgba(241, 237, 98, 0.9), 0 0 20px rgba(255, 58, 58, 0.5); }
    100% { text-shadow: 0 0 5px rgba(241, 237, 98, 0.7); }
}

a:hover .game-price p {
    color: #f1ed62;
    animation: text-glow 2s infinite;
    transform: translateX(5px);
}

/* 为折扣标签添加跳动效果 */
@keyframes discount-pulse {
    0% { transform: rotate(-2deg) scale(1); }
    50% { transform: rotate(2deg) scale(1.1); }
    100% { transform: rotate(-2deg) scale(1); }
}

a:hover .game-price .price .discount {
    animation: discount-pulse 1.5s infinite;
}

/* 为四张游戏广告图添加效果 */
.grid-columns-4.margin-top-lg > div {
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.grid-columns-4.margin-top-lg > div img {
    transition: transform 0.5s ease, filter 0.5s ease;
}

.grid-columns-4.margin-top-lg > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.7), 0 0 10px rgba(241, 237, 98, 0.5);
}

.grid-columns-4.margin-top-lg > div:hover img {
    transform: scale(1.05);
    filter: brightness(1.1) contrast(1.1);
}

.grid-columns-4.margin-top-lg > div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(241, 237, 98, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.grid-columns-4.margin-top-lg > div:hover::before {
    opacity: 1;
}

.grid-columns-4.margin-top-lg > div::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.grid-columns-4.margin-top-lg > div:hover::after {
    opacity: 1;
}

.coverBox{
	height: 43px;
	overflow: hidden;
}
.coverBox img{
    height: auto;
    width:100%;
}

.bale-item-detail{
    font-size: 16px;
    margin-top: 8px;
    position: relative;
    transition: transform .2s;
    z-index: 1;
}
.bale-item-detail .game-name{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 .bale-item-detail .game-alt{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 12px;
    height: 36px;
    line-height: 18px;
    margin-top: 9px;
    opacity: .5;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bale-item-detail .bale-item-price{
    margin-top: 8px;
}
.bale-item-price .bale-price del{
    color: #acdbf5;
    margin-right: 8px;
    opacity: .5;
}
.bale-item-price .bale-price .price{
    color: #acdbf5;
    font-size: 16px;
}
.bale-item-detail .bale-item-price .bale-price .discount{
    
    border-radius:3px;
    background-color: #f1ed62;
    color: #000000;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    margin-right: 6px;
    max-width: 10em;
    overflow: hidden;
    padding: 0 4px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bale-item-detail .bale-item-price button{
    
    border-radius:3px;
    background-color: #f1ed62;
    color: #000000;
    border-radius: 2px 2px 2px 2px;
    height: 34px;
    opacity: 1;
    width: 100px;
	border:none
}
.gameItemBox{
padding:10px;
transition: .3s;
}
.gameItemBox:hover{ 
	background: rgb(29, 29, 29);
}
.gameItemBox:hover .coverBox{ 
	height:43px
}

.gameItemBox .imgBox{
	height:38px;
	overflow: hidden;
	border:2px solid rgba(255,255,255,0);
}
.gameItemBox .imgBox:hover{
	border:2px solid#f1ed62!important;
}
.coverBox{
transition: .3s;
	height:0
}
.gameItemBox{
	height:430px
}


.footer {
    background: #181a20;
    border-radius: 0 0 0 0;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 400;
    height: 260px;
    justify-content: center;
    position: relative
}

.footer>div,.footer {
    width: 100%
}

.footer-content {
    position: relative
}

.footer-content p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    height: 17px;
    line-height: 17px;
    opacity: .4;
	    margin-top: 15px;
}

.footer-content-box {
    position: relative
}

.footer-content-box .nav-box {
    cursor: pointer;
    position: relative;
    text-align: center;
    width: 60px
}

.footer-content-box .nav-box .footer-nav {
    border: 1px solid hsla(0,0%,100%,.5);
    border-radius: 50%;
    font-size: 42px;
    opacity: .4;
	padding: 5px;
}

.footer-content-box .nav-box:hover {
    opacity: 1!important;
    transition: all .5s
}
.itemBox{
	height:81px
}
.footer-content-box .nav-box:hover p {
    color: #f1ed62!important;
    opacity: 1!important
}

.footer-content-box .nav-box:hover .footer-nav {
    border: 1px solid #f1ed62!important;
    color: #f1ed62!important;
    opacity: 1!important
}
.indexImgBox{
	overflow: hidden;
}
.indexImgBox img{ 
	transition: .3s;
}
.indexImgBox:hover img{
	transform: scale(1.1);
	transition: .3s;
}
.footer-content-box .support-box {
    position: relative
}

.footer-content-box .support-box .sup-btn {
    background: rgba(102,192,244,.1);
    border: 1px solid #f1ed62;
    border-radius: 4px 4px 4px 4px;
    box-sizing: border-box;
    cursor: pointer;
    opacity: 1;
    padding:10px 6px;
    text-align: center;
    position: fixed;
        right:10px;
        top: 45%;
}

.footer-content-box .support-box .sup-btn img {
    height: 18px;
    width: 18px
}

.footer-content-box .support-box .sup-btn span {
    color: #f1ed62;
    font-size: 14px;
    font-weight: 500;
}

.footer-content-box .support-box .sup-btn:hover {
    background: rgba(102,192,244,.2)!important;
    transition: all .5s
}

.footer-content-box:after {
    content: "";
    height: calc(100% - .2em);
    opacity: .1;
    position: absolute;
    right: 0;
    top: .1em;
    width: 0
}

.footer .footer-statement {
    box-sizing: border-box;
    position: relative;
	margin-top:80px
}

.footer .footer-statement a:hover {
    color: #fff!important;
    opacity: .8!important
}

.footer .footer-statement p {
    opacity: .6
}








.searchBox {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
	border: 1px solid rgba(241, 237, 98, 0.3);
	display: flex;
	align-items: center;
	margin-left: 20px;
	background: rgba(0, 0, 0, 0.4);
}

.searchBox:hover {
	box-shadow: 0 0 15px rgba(241, 237, 98, 0.3);
	border-color: rgba(241, 237, 98, 0.6);
}

.searchBox:focus-within {
	box-shadow: 0 0 20px rgba(241, 237, 98, 0.4);
	border-color: rgba(241, 237, 98, 0.8);
}

.searchBox input {
	background: transparent;
	border: none;
	height: 36px;
	padding: 0 15px;
	width: 200px;
	font-size: 14px;
	color: #ffffff;
	outline: none;
	transition: all 0.3s ease;
}

.searchBox input::placeholder {
	color: rgba(255, 255, 255, 0.5);
	transition: all 0.3s ease;
}

.searchBox:hover input::placeholder {
	color: rgba(255, 255, 255, 0.7);
}

.cuIcon-search {
	background: rgba(241, 237, 98, 0.8);
	color: #000;
	height: 36px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s ease;
}

.cuIcon-search:hover {
	background: rgba(241, 237, 98, 1);
	transform: scale(1.05);
}

.cuIcon-search:before { 
    color: #000 !important;
	margin-right: 0;
}

.game-Item{
	height:150px;
	overflow: hidden;
	margin-bottom:15px;
	background: rgb(29, 29, 29);
}
.game-Item:hover{ 
	background: rgb(29, 29, 29,.5);
}
.game-Item:hover .listImgBox img{ 
	transform: scale(1.1);
	transition: .3s;
}
.listImgBox{
	width:350px;
	overflow: hidden;
}
.listImgBox img{
	min-height:150px;
	transition: .3s;
}

.page{
	padding:6px 15px;
	border:1px solid#f1ed62;
	border-radius:3px;
	margin:0 5px;
	color:#f1ed62!important;
}

/* 添加游戏卡片波纹点击效果 */
.game-ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    background: rgba(241, 237, 98, 0.4);
    border-radius: 50%;
    pointer-events: none;
    z-index: 999;
    transform: translate(-50%, -50%);
    animation: ripple 0.7s linear;
}

@keyframes ripple {
    0% {
        width: 0;
        height: 0;
        opacity: 0.5;
    }
    100% {
        width: 300px;
        height: 300px;
        opacity: 0;
    }
}

/* 添加游戏卡片震动效果 */
@keyframes shake {
    0% { transform: translateY(-5px) translateX(0); }
    20% { transform: translateY(-5px) translateX(-3px); }
    40% { transform: translateY(-5px) translateX(3px); }
    60% { transform: translateY(-5px) translateX(-3px); }
    80% { transform: translateY(-5px) translateX(3px); }
    100% { transform: translateY(-5px) translateX(0); }
}

.game-shake {
    animation: shake 0.3s cubic-bezier(.36,.07,.19,.97) both;
}

/* 游戏广告卡片悬停效果 */
.ad-hover {
    z-index: 10;
}

.ad-hover::after {
    opacity: 1 !important;
}

/* 设置游戏卡片的初始缩放动画 */
.grid-columns-4 > a:nth-child(1) { animation-delay: 0.1s; }
.grid-columns-4 > a:nth-child(2) { animation-delay: 0.2s; }
.grid-columns-4 > a:nth-child(3) { animation-delay: 0.3s; }
.grid-columns-4 > a:nth-child(4) { animation-delay: 0.4s; }
.grid-columns-4 > a:nth-child(5) { animation-delay: 0.5s; }
.grid-columns-4 > a:nth-child(6) { animation-delay: 0.6s; }
.grid-columns-4 > a:nth-child(7) { animation-delay: 0.7s; }
.grid-columns-4 > a:nth-child(8) { animation-delay: 0.8s; }

/* 游戏标题高亮效果增强 */
a:hover .game-price p {
    background: linear-gradient(90deg, #f1ed62, #ff3a3a, #f1ed62);
    background-size: 200% auto;
    color: transparent !important;
    -webkit-background-clip: text;
    background-clip: text;
    animation: text-shine 2s linear infinite;
    transform: translateX(5px);
    text-shadow: none;
}

@keyframes text-shine {
    to {
        background-position: 200% center;
    }
}

/* 游戏列表项增强效果 - channel/index页面 */
.game-Item {
    padding: 10px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, rgba(29, 29, 29, 0.9), rgba(29, 29, 29, 0.7));
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}

.game-Item::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, 
        rgba(241, 237, 98, 0.4) 0%, 
        rgba(255, 58, 58, 0.1) 25%, 
        rgba(58, 102, 255, 0.1) 50%, 
        rgba(241, 237, 98, 0.4) 100%);
    background-size: 400% 400%;
    z-index: -1;
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.game-Item:hover::before {
    opacity: 1;
    animation: border-flow 3s ease infinite;
}

.game-Item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6), 0 0 10px rgba(241, 237, 98, 0.3);
    background: linear-gradient(to right, rgba(29, 29, 29, 1), rgba(29, 29, 29, 0.8));
}

.game-Item:active {
    transform: translateY(0) scale(0.98);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.2s ease;
}

.listImgBox {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}

.listImgBox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(241, 237, 98, 0.3) 0%, rgba(0, 0, 0, 0) 50%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.listImgBox::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.game-Item:hover .listImgBox::before,
.game-Item:hover .listImgBox::after {
    opacity: 1;
}

.game-Item:hover .listImgBox {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.7), 0 0 10px rgba(241, 237, 98, 0.4);
}

.game-Item .game-listPriceBox p a.text-white {
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.game-Item:hover .game-listPriceBox p a.text-white {
    color: #f1ed62 !important;
    text-shadow: 0 0 10px rgba(241, 237, 98, 0.5);
}

.game-Item .game-listPriceBox p a.text-white::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #f1ed62, transparent);
    transition: width 0.4s ease;
}

.game-Item:hover .game-listPriceBox p a.text-white::after {
    width: 100%;
}

.game-Item .game-listPriceBox .price .discount {
    background: linear-gradient(135deg, #f1ed62, #ff6b3d);
    transition: all 0.3s ease;
    transform: rotate(-2deg);
    box-shadow: 0 0 8px rgba(241, 237, 98, 0.3);
}

.game-Item:hover .game-listPriceBox .price .discount {
    transform: rotate(0) scale(1.1);
    box-shadow: 0 0 15px rgba(241, 237, 98, 0.5);
}

.game-Item .game-listPriceBox .price span {
    transition: all 0.3s ease;
}

.game-Item:hover .game-listPriceBox .price span {
    color: #f1ed62;
    text-shadow: 0 0 5px rgba(241, 237, 98, 0.5);
}

.page {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.page::before {
    content: "";
    position: absolute;
    top: -100%;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(241, 237, 98, 0.2);
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.page:hover::before {
    top: 100%;
    left: 100%;
}

.page:active {
    transform: scale(0.95);
}

/* 添加搜索框的增强效果 */
.SearchV::placeholder {
    transition: all 0.3s ease;
}

.searchBox:focus-within .SearchV::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}

.cuIcon-search {
    position: relative;
    overflow: hidden;
}

.cuIcon-search::after {
    content: "";
    position: absolute;
    top: -100%;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.cuIcon-search:hover::after {
    top: 100%;
    left: 100%;
}

/* 热门游戏轮播 - 下载量最多的游戏 */
.popular-games-wrapper {
    position: relative;
    padding: 10px 0;
    margin-bottom: 30px;
}

.popular-games-swiper {
    overflow: visible;
    padding: 15px 0;
}

.popular-game-card {
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(30, 30, 30, 0.7);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.popular-game-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    background: rgba(40, 40, 40, 0.8);
}

.popular-game-img {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.popular-game-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.popular-game-card:hover .popular-game-img img {
    transform: scale(1.05);
}

.popular-game-info {
    padding: 10px;
}

.popular-game-title {
    font-size: 14px;
    color: white;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popular-game-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.popular-game-price .price {
    display: flex;
    align-items: center;
}

/* 统一价格样式 */
.discount, .recommendation-discount {
    background: #e63946;
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 5px;
}

.margin-lr, .recommendation-old-price {
    text-decoration: line-through;
    color: #888;
    font-size: 12px;
    margin: 0 5px;
}

/* 轮播控制样式 */
.popular-games-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0.5;
    transition: all 0.3s ease;
}

/* 游戏详情页 - 游戏推荐区域 */
.game-recommendations {
    margin-top: 40px;
    padding: 20px;
    border-radius: 8px;
    background: rgba(30, 30, 30, 0.7);
}

.recommendations-header {
    margin-bottom: 20px;
}

.recommendations-header h3 {
    font-size: 18px;
    color: #f1ed62;
    margin-bottom: 5px;
}

.recommendations-subtitle {
    font-size: 14px;
    color: #999;
}

.recommendations-items {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.recommendation-item {
    width: 100%;
}

.recommendation-link {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(40, 40, 40, 0.8);
    transition: all 0.3s ease;
}

.recommendation-link:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.recommendation-img-container {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    position: relative;
}

.recommendation-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.recommendation-link:hover .recommendation-img {
    transform: scale(1.05);
}

.recommendation-info {
    padding: 10px;
}

.recommendation-title {
    font-size: 14px;
    color: white;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 992px) {
    .recommendations-items {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .recommendations-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .recommendations-items {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}