        /* 全屏布局设置 */
        html, body {
            height: 100%;
            margin: 0;
            background-color: #000;
            color: #e0e0e0;
            overflow-x: hidden;
        }
        .navbar-80c{       background-color: #000;}
        ul li{list-style: none;}
		      :root {
            --primary-color: #00a8ff;
            --secondary-color: #0097e6;
            --dark-bg: #0a0a0a;
            --darker-bg: #050505;
            --card-bg: #1a1a1a;
            --text-light: #e0e0e0;
            --text-gray: #aaa;
			  --accent-color: #58a6ff;
            --text-primary: #f0f6fc;
            --text-secondary: #8b949e;
            --table-bg: #21262d;
            --table-border: #30363d;
        }
        a{text-decoration:none;color:#fff}
        .container-fluid {
            height: 100%;
            padding: 0;
        }
		
		.main-container {
    width: 100%;
    max-width: 1450px;
    margin: .2rem auto 0 auto;
    padding: 70px 20px;
	
	  
}

.layui-layer-content{color:#fff !important}
.layui-layer-dialog .layui-layer-content{color:#000 !important}
.topmenu{  display: flex;
    align-items: center;
    justify-content: space-between;}
        
        /* 头部导航栏美化 - 固定一行显示 */
        .navbar-80cg {
            background: linear-gradient(135deg, #0a0a0a 0%, #111 50%, #0a0a0a 100%) !important;
            border-bottom: 1px solid rgba(0, 168, 255, 0.3);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
            padding: 0.4rem 1rem;
            height: 80px;
            min-height: 80px;
            display: flex;
            align-items: center;
            position: relative;
            z-index: 1000;
        }
        .navbar-80c .main-container{max-width:100%;padding:0 2%}
		.logjing {color:#ffd700}
        .logtsd{    display: flex !important;
    justify-content: space-between;align-items: center;}
	
	     .logtsd p{width:50%;margin:0}
		 .logtsd i{margin-right:0px !important}
		 .logjia{    display: flex;
    justify-content: right;
    align-items: center;}
		  .logjia i{    background: #0e374b;
    display: flex;
    width: 20px;
    height: 20px;
    margin-right: 0;
    color: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;}
        /* Logo样式 - 图片形式 */
        .logo-container {
            display: flex;
            align-items: center;
            min-width: 150px;
        }
        
        .logo-img-container {
            display: flex;
            align-items: center;
            height: 60px;
        }
        
        /* Logo图片样式 */
        .logo-img {
            height: 100%;
            max-width: 150px;
            object-fit: contain;
            transition: all 0.3s ease;
            filter: drop-shadow(0 2px 5px rgba(0, 168, 255, 0.3));
        }
        
        .logo-img:hover {
            filter: drop-shadow(0 2px 8px rgba(0, 168, 255, 0.5));
            transform: translateY(-1px);
        }
        
        /* Logo文字图片版本（备用方案） */
        .logo-text-img {
            background: linear-gradient(90deg, #00a8ff, #0097e6, #00a8ff);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            font-size: 2rem;
            font-weight: 800;
            font-family: 'Arial Black', sans-serif;
            letter-spacing: 1px;
            text-shadow: 0 2px 10px rgba(0, 168, 255, 0.3);
            display: flex;
            align-items: center;
        }
        
        .logo-sub-img {
            font-size: 0.8rem;
            color: #888;
            margin-left: 5px;
            margin-top: 5px;
        }
        
        /* 导航菜单美化 - 带图标，100%宽度 */
        .nav-menu-container {
            display: flex;
            justify-content: center;
            flex-grow: 1;
            width: 100%;
            margin: 0 20px;
        }
        
        .nav-menu {
            display: flex;
            /*background-color: rgba(20, 20, 20, 0.9);*/
            /*border-radius: 35px;*/
            padding: 0.5rem;
            /*border: 1px solid rgba(255, 255, 255, 0.1);*/
            /*box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5), 0 4px 15px rgba(0, 0, 0, 0.4);*/
            width: 100%;
            justify-content: space-around;
            max-width: 1200px;
        }
        
        .nav-item-80cg {
            margin: 0 0.3rem;
            flex-grow: 1;
            text-align: center;
            max-width: 500px;
        }
        
        .nav-link-80cg {
            color: #bbb !important;
            font-weight: 700;
			text-decoration:none;
            padding: 0.6rem!important;
            border-radius: 25px;
            transition: all 0.3s ease;
            font-size:1rem;
            white-space: nowrap;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            position: relative;
            overflow: hidden;
        }
        
        .nav-link-80cg i {
            margin-right: 12px;
            font-size: 1.3rem;
            transition: all 0.3s ease;
			color:#fff
        }
        
        .nav-link-80cg:hover, .nav-link-80cg.active {
            color: #fff !important;
            background: linear-gradient(90deg, rgba(0, 168, 255, 0.3), rgba(0, 168, 255, 0.15));
            box-shadow: 0 6px 15px rgba(0, 168, 255, 0.3);
          /*  transform: translateY(-3px);*/
            border: 1px solid rgba(0, 168, 255, 0.4);
        }
        
        .nav-link-80cg:hover i {
            transform: scale(1.2) rotate(5deg);
        }
        
        .nav-link-80cg::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            height: 3px;
            background: linear-gradient(90deg, #00a8ff, #0097e6);
            transition: all 0.3s ease;
            transform: translateX(-50%);
        }
        
        .nav-link-80cg.active::after {
      /*      width: 80%;*/
        }
		.fa-gamepad{background:url(../images/ue.png) no-repeat;width: 20px;
    height: 20px;background-size:100% 100%}
		.fa-cube2{background:url(../images/b.png) no-repeat;    width: 31px;
    height: 25px;}
        .fa-gamepad:before{content:""}
       
        
        /* 搜索区域美化 - 下拉在左边 */
        .search-area {
            display: flex;
            align-items: center;
            min-width: 520px;
            justify-content: flex-end;
        }
        
        .search-wrapper {
            position: relative;
            width: 450px;
            margin-right: 20px;
            display: flex;
            border-radius: 30px;
            overflow: hidden;
            background-color: rgba(30, 30, 30, 0.9);
            border: 1px solid rgba(0, 0, 0, 0.4);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        }
        
        .search-category-container {
            position: relative;
            min-width: 100px;
            background-color: rgba(40, 40, 40, 0.9);
            display: flex;
            align-items: center;
            padding: 0 12px;
		
            border-right: 1px solid rgba(255, 255, 255, 0.1);
        }
        .swiper-button-next, .swiper-button-prev{color:#fff}
        .search-category {
               background: rgba(40, 40, 40, 0.9);
            border: none;
            color: #fff;1rem;
            cursor: pointer;
				text-align:center;
            width: 100%;
            outline: none;
            appearance: none;
            padding-right: 15px;
            font-weight: 600;
        }
        
        .category-arrow {
            position: absolute;
            right: 8px;
            top: 50%;
            transform: translateY(-50%);
            color: #888;
            font-size: 0.7rem;
            pointer-events: none;
        }
        
        .search-input-container {
            flex-grow: 1;
            position: relative;
        }
        
        .search-input-80cg {
            background-color: transparent;
            border: none;
            color: #fff;
            padding: 0.7rem 1rem 0.7rem 3rem;
            width: 100%;
            font-size: 1rem;
            transition: all 0.3s;
        }
        
        .search-input-80cg:focus {
            outline: none;
        }
        
        .search-icon {
            position: absolute;
            left: 15px;
            top: 50%;
            transform: translateY(-50%);
            color: #888;
            z-index: 10;
            font-size: 1.1rem;
        }
        
        .search-btn {
            background-color: rgba(0, 0, 0, 0.2);
            border: none;
            color: #fff;
            padding: 0 20px;
            cursor: pointer;
            transition: all 0.3s;
            font-size: 1.1rem;
        }
        
        .search-btn:hover {
            background-color: rgba(0, 168, 255, 0.3);
            transform: scale(1.05);
        }
                .hot-card-meta,.new-card-meta{justify-content: space-between;align-items: center;}
             .member-card-meta span:nth-child(2),.hot-card-meta span:nth-child(2),.new-card-meta span:nth-child(2){padding:5px 10px;color: #fff;}
             
             .hot-card-meta span,.member-card-meta span{
    display: flex;
    align-items: center;
    justify-content: center;
}
  		.quan{width:5px;height:5px;border-radius:50%;display:inline-block;margin-right:5px}
		.blue{background-color:#03fa20}
		.huang{background-color:#ffd200}
				.nang{background-color:#0078ff}
        .member-container {
            position: relative;
        }
        
        .member-icon-80cg {
            background: #333;
            width: 52px;
            height: 52px;

            border-radius:10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 1.6rem;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
            border: 2px solid rgba(255, 255, 255, 0.1);
            overflow: hidden;
        }
        
        .member-icon-80cg:hover {
            transform: scale(1.1);
            box-shadow: 0 6px 15px rgba(0, 168, 255, 0.3);
            border-color: rgba(0, 168, 255, 0.5);
        }
        
        .member-avatar {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .member-status {
            position: absolute;
            bottom: 3px;
            right: 3px;
            width: 12px;
            height: 12px;
            background-color: #00ff00;
            border-radius: 50%;
            border: 2px solid #0a0a0a;
        }
		     .hot-picks-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 25px;
        }
		
		    .hot-card {
            background-color: var(--card-bg);
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.3s ease;

            display: flex;
            flex-direction: column;
        }
        
        .hot-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 25px rgba(0, 168, 255, 0.15);
            border-color: rgba(0, 168, 255, 0.3);
        }
        
        .hot-card-img {
            height: 190px;
            background-color: #2a2a2a;
            /*display: flex;*/
            /*align-items: center;*/
            /*justify-content: center;*/
            color: #666;
            position: relative;
            overflow: hidden;
        }
        
        .hot-card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .hot-badge {
            position: absolute;
            top: 15px;
            left: 15px;
            background-color: #ff4757;
            color: white;
            font-size: 0.8rem;
            padding: 0.3rem 0.8rem;
            border-radius: 20px;
            font-weight: bold;
        }
        
        .hot-card-info {
            padding:20px 10px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        
        .hot-card-title {
            color: white;
            font-size: 1.1rem;
            font-weight: 700;
            margin-bottom: 10px;
            line-height: 1.3;
        }
		.hot-card-title a,.new-card-title a{text-decoration:none;color:#fff}
        
        .hot-card-desc {
            color: var(--text-gray);
            font-size: 0.9rem;
            line-height: 1.5;
            flex-grow: 1;
            margin-bottom: 15px;
        }
        
        .hot-card-meta {
            display: flex;
   margin-top:10px;
            color: var(--text-gray);
            font-size: 0.85rem;
        }
        
		
		
		
	
        .footer-section {
            background-color: var(--dark-bg);
            padding: 40px 0 30px;
 
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .footer-container {
            width: 100%;
            max-width: 1450px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .footer-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            margin-bottom: 30px;
        }
        
        .footer-logo {
            font-size: 1.8rem;
            font-weight: 800;
            background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
            -webkit-background-clip: text;
            background-clip: text;
            color: #fff;
        }
        
        .footer-links {
            display: flex;
            gap: 30px;
        }
        
        .footer-link {
            color: var(--text-gray);
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .footer-link:hover {
            color: var(--primary-color);
        }
        
        .footer-social {
            display: flex;
            gap: 20px;
        }
        
        .social-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.05);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--text-gray);
            font-size: 1.2rem;
            transition: all 0.3s;
        }
        
        .social-icon:hover {
            background-color: var(--primary-color);
            color: white;
            transform: translateY(-3px);
        }
        
        .copyright {
            text-align: center;
            color: var(--text-gray);
            font-size: 0.9rem;
         /*   padding-top: 30px;*/
       /*     border-top: 1px solid rgba(255, 255, 255, 0.05);*/
        }
		
		 /* 右侧悬浮图标栏 */
		 
		 
		 
        .floating-sidebar {
            position: fixed;
            right: 40px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1000;
            display: flex;
            flex-direction: column;
            gap: 15px;
        }
        
        .floating-icon {
            width: 50px;
            height: 50px;
            border-radius: 8px;
            background-color: #161b22;
            border: 1px solid var(--table-border);
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--text-primary);
            font-size: 20px;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
        }
        
        .floating-icon:hover {
            background-color: var(--accent-color);
            color: white;
            transform: translateX(-5px);
        }
        
        .floating-icon.wechat:hover .qrcode-popup {
            opacity: 1;
            visibility: visible;
            transform: translateX(-110%) scale(1);
        }
        
        .qrcode-popup {
            position: absolute;
            left: -10px;
            top: 50%;
            transform: translateX(-110%) translateY(-50%) scale(0.9);
            background-color: white;
            border-radius: 8px;
            padding: 15px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
            width: 180px;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 1001;
        }
        
        .qrcode-popup:after {
            content: '';
            position: absolute;
            top: 50%;
            right: -8px;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 8px solid white;
        }
        
        .qrcode-popup img {
            width: 100%;
            height: auto;
            border-radius: 4px;
        }
        
        .qrcode-popup p {
            color: #333;
            font-size: 12px;
            text-align: center;
            margin-top: 8px;
            margin-bottom: 0;
            font-weight: 500;
        }
        
        /* 会员信息弹出框 */
        .vip-popup {
            position: absolute;
            left: -10px;
            top: 50%;
            transform: translateX(-110%) translateY(-50%) scale(0.9);
            background-color: var(--secondary-dark);
            border: 1px solid var(--table-border);
            border-radius: 8px;
            padding: 15px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
            width: 200px;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 1001;
        }
        
        .vip-popup:after {
            content: '';
            position: absolute;
            top: 50%;
            right: -8px;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-left: 8px solid var(--secondary-dark);
        }
        
        .floating-icon.vip:hover .vip-popup {
            opacity: 1;
            visibility: visible;
            transform: translateX(-110%) scale(1);
        }
        
        .vip-popup h6 {
            color: var(--accent-color);
            margin-bottom: 10px;
            font-size: 14px;
        }
        
        .vip-popup .progress {
            height: 6px;
            background-color: var(--primary-dark);
            margin-bottom: 8px;
        }
        
        .vip-popup .progress-bar {
            background-color: #ffd700;
        }
        
        .vip-popup p {
            font-size: 12px;
            color: var(--text-secondary);
            margin-bottom: 5px;
        }
        
        .vip-popup .vip-status {
            color: #ffd700;
            font-weight: 600;
        }
	
		
        @media (max-width: 1450px){
.main-container {
    padding: 0 15px;}
}
      
        
        /* 响应式调整 - 确保头部始终在一行 */
        @media (max-width: 1400px) {
            .nav-menu {
                max-width: 1000px;
            }
            
            .nav-link-80cg {
                padding: 0.8rem 1.2rem !important;
                font-size: 1rem;
            }
            
            .nav-link-80cg i {
                margin-right: 10px;
                font-size: 1.2rem;
            }
        }
        
        @media (max-width: 1200px) {
            .nav-menu-container {
                margin: 0 15px;
            }
            
            .nav-menu {
                max-width: 900px;
            }
            
            .nav-link-80cg {
                padding: 0.7rem 1rem !important;
                font-size: 0.95rem;
            }
            
            .nav-link-80cg i {
                margin-right: 8px;
                font-size: 1.1rem;
            }
            
            .search-wrapper {
                width: 250px;
            }
            
            .search-area {
                min-width: 320px;
            }
        }
        
        @media (max-width: 992px) {
            .navbar-80cg {
                padding: 0.4rem 0.5rem;
                height: 70px;
                min-height: 70px;
            }
            
            .logo-container {
                min-width: 150px;
            }
            
            .logo-img {
                max-width: 160px;
                height: 50px;
            }
            
            .nav-menu-container {
                display: none;
            }
            
            .search-area {
                min-width: 280px;
            }
            
            .search-wrapper {
                width: 220px;
                margin-right: 10px;
            }
            
           
           
            
            .feature-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        
        @media (max-width: 850px) {
            .logo-container {
                min-width: 140px;
            }
            
            .logo-img {
                max-width: 140px;
                height: 45px;
            }
            
            .search-area {
                min-width: 240px;
            }
            
            .search-wrapper {
                width: 190px;
            }
        }
        
        /* 小屏幕时使用汉堡菜单替代，但头部仍保持一行 */
        @media (max-width: 768px) {
            .nav-menu-container,.floating-sidebar {
                display: none;
            }
            .search-area{display:none}
            .logo-container {
                min-width: 130px;
            }
            
            .logo-img {
                max-width: 130px;
                height: 40px;
            }
            
            .search-wrapper {
                width: 160px;
            }
            
            .search-area {
                min-width: 200px;
            }
            
            .hamburger-menu {
                display: flex !important;
                margin-right: 15px;
            }
            
            .welcome-title {
                font-size: 2rem;
            }
            
            .welcome-subtitle {
                font-size: 1.1rem;
            }
            
            .feature-grid {
                grid-template-columns: 1fr;
            }
        }
        
        /* 汉堡菜单按钮 */
        .hamburger-menu {
            display: none;
            flex-direction: column;
            justify-content: center;
            width: 35px;
            height: 35px;
            cursor: pointer;
            margin-right: 20px;
        }
        
        .hamburger-line {
            width: 100%;
            height: 4px;
            background-color: #00a8ff;
            margin: 3px 0;
            border-radius: 2px;
            transition: all 0.3s;
        }
        
        .hamburger-menu:hover .hamburger-line {
            background-color: #fff;
        }
        
        /* 移动端菜单 */
        .mobile-menu {
            display: none;
            position: absolute;
            top: 80px;
            left: 0;
            right: 0;
            background-color: rgba(10, 10, 10, 0.98);
            border-top: 1px solid rgba(0, 168, 255, 0.3);
            border-bottom: 1px solid rgba(0, 168, 255, 0.3);
            z-index: 1000;
            padding: 1.5rem;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
        }
        
        .mobile-menu.active {
            display: block;
        }
        
        .mobile-nav-link {
            display: flex;
            align-items: center;
            color: #ddd;
            padding: 1rem 1.5rem;
            margin: 0.5rem 0;
            border-radius: 12px;
            text-decoration: none;
            transition: all 0.3s;
            font-size: 1.2rem;
            font-weight: 600;
        }
        
        .mobile-nav-link i {
            margin-right: 15px;
            font-size: 1.4rem;
            width: 25px;
            text-align: center;
        }
        
        .mobile-nav-link:hover, .mobile-nav-link.active {
            background-color: rgba(0, 168, 255, 0.2);
            color: #fff;
        }
        
        /* 会员下拉菜单 */
        .member-dropdown {
            display: none;
            position: absolute;
            top: 60px;
            right: 0;
            background-color: rgba(20, 20, 20, 0.98);
            border: 1px solid rgba(0, 168, 255, 0.3);
            border-radius: 10px;
            min-width: 220px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7);
            z-index: 1001;
            overflow: hidden;
        }
        
        .member-dropdown.active {
            display: block;
        }
        
        .member-info {
            padding: 1.2rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            display: flex;
            align-items: center;
        }
        
        .member-avatar-small {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: linear-gradient(135deg, #2d3436, #636e72);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            font-size: 1.4rem;
        }
        
        .member-name {
            color: #fff;

            font-weight: 700;
            font-size: 1.1rem;
        }
        
        .member-level {
            color: #ffd700;
            font-size: 0.9rem;
            margin-top: 3px;
        }
        
        .member-menu-item {
            padding: .8rem .6rem;
            color: #ccc;
            display: block;
            text-decoration: none;
            transition: all 0.3s;
            border-left: 3px solid transparent;
            font-size: 0.95rem;
        }
        
        .member-menu-item:hover {
            background-color: rgba(0, 168, 255, 0.1);
            color: #fff;
            border-left-color: #00a8ff;
        }
        
        .member-menu-item i {
            margin-right: 12px;
            width: 20px;
            text-align: center;
        }
        
        
         /* ===== 分页容器 ===== */
        .page1 {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            gap: 8px;
            font-size: 15px;
            font-weight: 500;
            color: #fff;
        }

        /* ===== 页码链接 ===== */
        .page1 a.num,
        .page1 a.next {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 44px;
            height: 44px;
            padding: 0 14px;
            border-radius: 12px;
            text-decoration: none;
            font-weight: 500;
            font-size: 15px;
            color: #334155;
            background: transparent;
            transition: all 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
            border: 1px solid transparent;
            position: relative;
            letter-spacing: 0.01em;
        }

        /* —— 普通页码 —— */
        .page1 a.num {
            background: rgba(255, 255, 255, 0.5);
            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(4px);
            border-color: rgba(203, 213, 225, 0.3);
        }

        .page1 a.num:hover {
            background: #ffffff;
            border-color: #94a3b8;
            color: #0f172a;
            transform: translateY(-2px) scale(1.02);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
        }

        .page1 a.num:active {
            transform: translateY(0px) scale(0.96);
            transition-duration: 0.08s;
        }

        /* —— 当前页码（不可点击，纯文本） —— */
        .page1 .current {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 44px;
            height: 44px;
            padding: 0 14px;
            border-radius: 12px;
            font-weight: 600;
            font-size: 15px;
            color: #ffffff;
            background: linear-gradient(135deg, #4f46e5, #7c3aed);
            box-shadow:
                0 8px 24px rgba(79, 70, 229, 0.35),
                0 2px 8px rgba(79, 70, 229, 0.20),
                inset 0 1px 0 rgba(255, 255, 255, 0.25);
            border: 1px solid rgba(255, 255, 255, 0.15);
            cursor: default;
            letter-spacing: 0.02em;
            transition: box-shadow 0.3s ease;
        }

        .page1 .current::before {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: 12px;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), transparent 60%);
            pointer-events: none;
        }

        /* —— “下一页” 按钮 —— */
        .page1 a.next {
            background: rgba(255, 255, 255, 0.6);
            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(4px);
            border-color: rgba(203, 213, 225, 0.4);
            gap: 6px;
            color: #1e293b;
            font-weight: 500;
            min-width: 80px;
            padding: 0 18px;
        }

        .page1 a.next:hover {
            background: #ffffff;
            border-color: #818cf8;
            color: #4f46e5;
            transform: translateY(-2px) scale(1.02);
            box-shadow: 0 8px 24px rgba(79, 70, 229, 0.15);
        }

        .page1 a.next:active {
            transform: translateY(0px) scale(0.96);
            transition-duration: 0.08s;
        }

        /* —— “下一页” 箭头（纯 CSS） —— */
        .page1 a.next::after {
            content: '→';
            display: inline-block;
            font-size: 18px;
            line-height: 1;
            transition: transform 0.25s ease;
            margin-left: 2px;
        }

        .page1 a.next:hover::after {
            transform: translateX(4px);
        }

        /* ===== 统计信息 ===== */
        .page1 b {
            font-weight: 600;
            color: #fff;
        }

        .page1 .info-separator {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            color: #fff;
            font-weight: 400;
            font-size: 14px;
            margin: 0 4px;
        }

        .page1 .info-separator span {
            display: inline-block;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #cbd5e1;
            margin: 0 4px;
        }

        /* ===== 统计信息整体 ===== */
        .page1 .stats {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            margin-left: 10px;
            padding: 6px 16px 6px 14px;
            background: rgba(255, 255, 255, 0.4);
            backdrop-filter: blur(4px);
            -webkit-backdrop-filter: blur(4px);
            border-radius: 40px;
            border: 1px solid rgba(203, 213, 225, 0.25);
            font-size: 14px;
            color: #475569;
            letter-spacing: 0.01em;
        }

        .page1 .stats b {
            color: #1e293b;
            font-weight: 600;
        }

        .page1 .stats .divider {
            color: #cbd5e1;
            font-weight: 300;
            margin: 0 2px;
        }
  @media (max-width: 640px) {
            .pagination-wrapper {
                padding: 20px 16px;
                border-radius: 18px;
                width: 100%;
                max-width: 100%;
            }

            .page1 {
                gap: 5px;
                font-size: 14px;
            }

            .page1 a.num,
            .page1 a.next,
            .page1 .current {
                min-width: 38px;
                height: 38px;
                padding: 0 10px;
                font-size: 14px;
                border-radius: 10px;
            }

            .page1 a.next {
                min-width: 64px;
                padding: 0 12px;
            }

            .page1 a.next::after {
                font-size: 16px;
            }

            .page1 .stats {
                margin-left: 0;
                padding: 4px 12px 4px 10px;
                font-size: 12px;
                flex-wrap: wrap;
                justify-content: center;
                width: 100%;
                border-radius: 30px;
                margin-top: 8px;
            }

            .page1 .info-separator {
                font-size: 12px;
            }
        }

        @media (max-width: 480px) {
            .page1 a.num:not(.visible-mobile) {
                display: none;
            }

            /* 移动端只显示 当前页、前后各一页、下一页 */
            .page1 a.num:nth-child(2),
            .page1 a.num:nth-child(3) {
                display: inline-flex;
            }

            .page1 a.num:nth-child(4) {
                display: none;
            }

            .page1 .stats {
                font-size: 11px;
                padding: 4px 10px;
            }
        }

        /* ===== 辅助 ===== */
        .page1 .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            border: 0;
        }