@charset "utf-8";
/* CSS Document */

 .manpp{max-width:100%;padding:90px 0 0 0;width:100%;background-color:#0f0f0f}
		     .hot-picks-grid {
           grid-template-columns: repeat(6, 1fr);
  
        }
        .sidebar {
            width: 17%;
            min-width: 300px;
            background-color: #111111;
            padding: 30px 20px;
            margin-top:35px;
            border-right: 1px solid #333;
            overflow-y: auto;
            box-shadow: 5px 0 15px rgba(0, 0, 0, 0.5);
        }
        
        .logo {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 40px;
            padding-bottom: 20px;
            border-bottom: 1px solid #333;
        }
        
        .logo-icon {
            font-size: 28px;
            color: #fff;
            margin-right: 15px;
        }
        
        .logo-text {
            font-size: 26px;
            font-weight: 700;
             
            color: #fff;
        }
        
        .category-title {
            font-size: 18px;
            font-weight: 600;
            color: #aaa;
            margin-bottom: 20px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        
        .subcategories {
            list-style: none;
        }
        
        .subcategory-item {
            padding: 15px 20px;
            margin-bottom: 10px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            transition: all 0.3s ease;
            cursor: pointer;
            border-left: 4px solid transparent;
        }
        
        .subcategory-item:hover {
            background-color: #1e1e1e;
            border-left: 4px solid #039cec;
            transform: translateX(5px);
        }
        
        .subcategory-item.active {
            background-color: #1e1e1e;
            border-left: 4px solid #039cec;
        }
        
        .subcategory-icon {
            font-size: 18px;
            margin-right: 15px;
            width: 25px;
            text-align: center;
            color: #fff;
        }
        
        /* 子栏目名称和数量容器 - 两端对齐 */
        .subcategory-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
        }
        
        .subcategory-name {
            font-size: 16px;
            font-weight: 500;
			color:#fff;
            flex-grow: 1;
        }
		.sidebar ul{padding-left:0}
        
        .subcategory-count {
            background-color: rgba(139, 139, 139, 0.2);
            color: #f0f0f0;
            font-size: 12px;
            font-weight: 600;
            padding: 3px 10px;
            border-radius: 12px;
            min-width: 36px;
            text-align: center;
            transition: all 0.3s ease;
        }
        
        .subcategory-item:hover .subcategory-count {
            background-color: rgba(42, 152, 208, 0.4);
            transform: scale(1.1);
        }
        
        .subcategory-item.active .subcategory-count {
            background-color: rgba(0, 168, 255, 0.4);
            color: #fff;
        }
		
		    /* Swiper样式 */
        .swiper {
            width: 100%;
            height: 400px;
            border-radius: 10px;
            overflow: hidden;
            margin-bottom: 1.5rem;
        }
        
        .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: var(--card-bg);
        }
        
        .swiper-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .swiper-thumbs {
            height: 100px;
            box-sizing: border-box;
            margin-top: 10px;
        }
        
        .swiper-thumbs .swiper-slide {
            width: 25%;
            height: 100%;
            opacity: 0.4;
            cursor: pointer;
        }
        
        .swiper-thumbs .swiper-slide-thumb-active {
            opacity: 1;
        }
        .hot-card-meta span:nth-child(2){display:flex;align-items:center;justify-content:center}

				
				
		  /* 右侧内容区域样式 - 70%宽度 */
        .content {
            width: 82%;
            padding:5px 40px;
            overflow-y: auto;
            background-color: #0f0f0f;
        }
        
        .content-header {
            margin-bottom: 40px;
        }
        
        .content-title {
            font-size: 32px;
            margin-bottom: 10px;
           
            color: #fff;
        }
        
        .content-subtitle {
            color: #aaa;
            font-size: 18px;
            font-weight: 400;
            margin-bottom: 30px;
        }
        
        /* 排序功能栏样式 */
        .sorting-bar {
            /*background-color: #151515;*/
            /*border-radius: 12px;*/
            padding: 20px;
            margin-bottom: 40px;
            /*border: 1px solid #252525;*/
            /*box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);*/
        }
        
        .sorting-title {
            font-size: 16px;
            color: #aaa;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }
        
        .sorting-title i {
            color: #039cec;
            margin-right: 8px;
        }
        
        .sorting-options {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        
        .sort-option {
            display: flex;
            align-items: center;
            padding: 10px 20px;
            background-color: #1a1a1a;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
            border: 1px solid #2a2a2a;
        }
        
        .sort-option:hover {
            background-color: #222;
            transform: translateY(-2px);
            border-color: #039cec;
        }
        
        .sort-option.active {
            background-color: rgba(108, 92, 231, 0.15);
            border-color: #039cec;
            color: #a29bfe;
        }
        
        .sort-option i {
            margin-right: 8px;
            font-size: 14px;
			color:#fff
        }
		.cppd{background:#121212;border-radius:.6rem;padding:4% 3%;}
		.cppd h4{border-bottom:1px solid #333;padding-bottom:.8rem}
				.showinfo{width:54%;padding:2%;}
		.huiyuan{width:28%;margin-top:35px}
             .showinfo_p{
          
            grid-template-columns: repeat(3, 1fr);
            gap: 15px;
        }
		.vip-tong{width:105px}
		.price-display {
    background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
    border: 1px solid #333;
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

 .current-price {
            font-size: 2.5rem;
         
            color:#26c1ff;
            line-height: 1;
            margin-bottom: 1.4rem;
        }
     .price-unit {
    font-size: 1rem;
  color:#fff;
    font-weight: normal;
    margin-left:12px;
}   
.cp-fdong{   
    position: sticky;
    top: 0;
    overflow-y: auto;}
.shouchang{text-align:right; margin-top:20px;   cursor: pointer;display:flex;justify-content:space-between;align-items:center}
.shouchang p{margin-bottom:0;margin-bottom: 0;
    width: 48%;
    text-align: center;
    background: #404043;
    border-radius: 4px;
    height: 35px;
    line-height: 35px;}
       .original-price {
            font-size: 1.2rem;
            color: #aaa;
            text-decoration: line-through;
            margin-bottom: 0.5rem;
        }
		.vip-price{border-radius:1.6rem;display: flex;justify-content: space-between;align-items: center;height: 3rem;padding:0 .6rem;margin-bottom: .5rem;}
		.vip-price p{margin: 0;padding: 0;}
.vip-price a{border-radius: .3rem;background-color: #404043;color: #fff;display: inline-block;padding:.2rem .6rem;text-decoration: none;}
		.goumai{border-radius: 1.2rem;background-color: #26c1ff;text-align: center;height:3rem;line-height: 3rem;color: #fff;font-size: 1.2rem;cursor: pointer;}
		.goumai:hover{color:#000}
		
		.cp-cuanshu{padding:15px 0 0 0}
		.cp-cs{display: flex;justify-content: space-between;align-items: center;height:40px;margin:5px 0}
		
		.suiji ul{padding: 0;}
		.suiji li{margin-bottom: .8rem;display: flex;}
		.suiji_tp{padding:2%}
		.suiji_tp img{border-radius: .8rem;width: 100%;height: 80px;}
		.suiji_cont{height: 80px;display: flex;justify-content: space-between;flex-direction: column;padding:5px 10px}
	 .suiji_tit{    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}
			 /*翻页*/
.fany{display:flex;align-items: center; justify-content: center; margin-top:1.6rem;text-transform: uppercase;
}
/*分页*/
.page1 {
   display: flex;
   align-items: center;
   justify-content: center;
flex-wrap: wrap; font-size:.9rem;
}
.divid-a a {
   background-color: rgba(255, 255, 255, 0.05);
   color: #fff; font-size:.9rem;
  min-width:35px;text-decoration:none;
   padding:0px 10px; height:35px;
   cursor:pointer; margin:5px 4px;
   display: flex;
   align-items: center;
   justify-content: center;
   border:1px ##333 solid; border-radius:5px;
   
} 
.divid-a span{ margin:5px 10px;}
.divid-a span.current{    background-color:#0d6efd;
    border-color: #0d6efd;
    color: white;
	 display: flex;
   align-items: center;
   justify-content: center; border-radius:5px;

     min-width:35px;
height:35px;
	}

.divid-a .active ,.divid-a a:hover{
  color: #fff;
   background:#0d6efd;
   border:1px #0d6efd solid;
}

	
	
	
	
		        /* 分页样式 */
						        .pagination-container {
						            padding: 1.5rem;
						            border-top: 1px solid var(--border-color);
						            display: flex;
						            justify-content: space-between;
						            align-items: center;
						            flex-wrap: wrap;
						            gap: 1rem;
						        }
						        
						        .pagination-info {
						            color: var(--text-muted);
						            font-size: 0.9rem;
						        }
						        
						        .pagination {
						            display: flex;
						            gap: 0.5rem;
						        }
						        
						        .page-link {
						            background-color: rgba(255, 255, 255, 0.05);
						            border: 1px solid var(--border-color);
						            color: var(--text-color);
						            padding: 0.5rem 0.75rem;
						            border-radius: 6px;
						            transition: all 0.3s;
						            text-decoration: none;
						        }
						        
						        .page-link:hover {
						            background-color: rgba(255, 255, 255, 0.1);
						            border-color: var(--primary-color);
						        }
						        
						        .page-link.active {
						            background-color: var(--primary-color);
						            border-color: var(--primary-color);
						            color: white;
						        }
						        
						        .page-link.disabled {
						            opacity: 0.5;
						            cursor: not-allowed;
						        }
		
		
/*        .sort-option.new i { color: #00cec9; }
        .sort-option.hot i { color: #e84393; }
        .sort-option.update i { color: #fd79a8; }
        .sort-option.price i { color: #00b894; }
        .sort-option.vip i { color: #fdcb6e; }
        .sort-option.free i { color: #74b9ff; }
        .sort-option.random i { color: #a29bfe; }
        
        .sort-option.active.new i { color: #00cec9; }
        .sort-option.active.hot i { color: #e84393; }
        .sort-option.active.update i { color: #fd79a8; }
        .sort-option.active.price i { color: #00b894; }
        .sort-option.active.vip i { color: #fdcb6e; }
        .sort-option.active.free i { color: #74b9ff; }
        .sort-option.active.random i { color: #a29bfe; }*/
		.listfk{    display: flex;
    justify-content: space-between;}
	
	
	 /* ---------- Layui Layer 黑色皮肤 (无滚动条) ---------- */
        .dark-layer {
            border-radius: 20px !important;
            box-shadow: 0 32px 80px rgba(0, 0, 0, 0.95), 0 0 0 1px rgba(255, 255, 255, 0.06) !important;
            background: #16161f !important;
            overflow: hidden !important; /* 强制隐藏滚动条 */
        }
        .dark-layer .layui-layer-title {
            background: #1c1c2a !important;
            color: #e8e8ff !important;
            border-bottom: 1px solid #2e2e48 !important;
            font-weight: 600;
            font-size: 18px;
            padding: 16px 24px;
            letter-spacing: 0.8px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .dark-layer .layui-layer-title i {
            color: #7a9eff;
            font-size: 20px;
        }
        .dark-layer .layui-layer-content {
            background: #16161f !important;
            color: #d0d0e8 !important;
            padding: 28px 32px 20px 32px !important;
            border-radius: 0 0 20px 20px;
            overflow: hidden !important; /* 防止内容溢出滚动 */
            height: auto !important; /* 由父容器控制 */
            min-height: 200px;
        }
        /* 关闭按钮 */
        .dark-layer .layui-layer-close {
            color: #7a7a9e !important;
            font-size: 18px !important;
            transition: 0.2s;
        }
        .dark-layer .layui-layer-close:hover {
            color: #ffffff !important;
            transform: rotate(90deg);
        }
        /* 遮罩 */
        .layui-layer-shade {
            background: rgba(0, 0, 0, 0.78) !important;
            backdrop-filter: blur(6px);
        }

        /* ---------- 弹窗内容 ---------- */
        .popup-body {
            padding: 6px 0 10px 0;
            overflow: hidden; /* 确保无滚动 */
        }
        .popup-body .info-item {
            display: flex;
            align-items: center;
            padding: 14px 16px;
            margin-bottom: 10px;
            background: rgba(255, 255, 255, 0.03);
            border-radius: 14px;
            border: 1px solid rgba(255, 255, 255, 0.04);
            backdrop-filter: blur(2px);
            transition: 0.2s;
        }
        .popup-body .info-item:hover {
            background: rgba(255, 255, 255, 0.06);
            border-color: rgba(255, 255, 255, 0.08);
        }
        .popup-body .info-item .info-icon {
            width: 38px;
            height: 38px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(100, 140, 255, 0.12);
            border-radius: 10px;
            color: #8ab4ff;
            font-size: 18px;
            margin-right: 16px;
            flex-shrink: 0;
        }
        .popup-body .info-label {
            font-weight: 500;
            color: #9a9ac0;
            font-size: 14px;
            letter-spacing: 0.3px;
            min-width: 80px;
            flex-shrink: 0;
        }
        .popup-body .info-value {
            color: #f0f0ff;
            font-size: 16px;
            font-weight: 500;
            background: rgba(255, 255, 255, 0.04);
            padding: 6px 18px;
            border-radius: 8px;
            border: 1px solid rgba(255, 255, 255, 0.06);
            flex: 1;
            font-family: 'SF Mono', 'Fira Code', monospace;
            letter-spacing: 0.4px;
            word-break: break-all;
            margin-left: 12px;
        }
        .popup-body .info-value.pwd-value {
            color: #c8b8ff;
            letter-spacing: 3px;
            font-weight: 600;
        }

        /* ---------- 按钮组 ---------- */
        .popup-actions {
            display: flex;
            justify-content: flex-end;
            gap: 16px;
            margin-top: 28px;
            padding-top: 18px;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
        }
        .btn-dark-custom {
            background: #26263a !important;
            border: 1px solid #3a3a5a !important;
            color: #d0d0ee !important;
            padding: 10px 30px !important;
            border-radius: 12px !important;
            font-weight: 500 !important;
            font-size: 15px !important;
            transition: all 0.25s ease !important;
            letter-spacing: 0.4px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .btn-dark-custom i {
            font-size: 16px;
        }
        .btn-dark-custom:hover {
            background: #34344e !important;
            border-color: #5a5a8a !important;
            color: #ffffff !important;
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(50, 50, 120, 0.25);
        }
        .btn-dark-custom:active {
            transform: scale(0.96) !important;
        }

        .btn-copy {
            background: #1a2a40 !important;
            border-color: #2a4a7a !important;
            color: #8ac4ff !important;
        }
        .btn-copy:hover {
            background: #1e3a5a !important;
            border-color: #3a7aaa !important;
            color: #b0daff !important;
            box-shadow: 0 8px 28px rgba(30, 80, 180, 0.25);
        }

        .btn-confirm {
            background: #2a2a52 !important;
            border-color: #4a4a8a !important;
            color: #e8e8ff !important;
        }
        .btn-confirm:hover {
            background: #3a3a72 !important;
            border-color: #6a6aaa !important;
            color: #ffffff !important;
            box-shadow: 0 8px 32px rgba(60, 60, 200, 0.25);
        }

        /* ---------- 复制提示 (Layui msg) ---------- */
        .layui-layer-msg {
            background: #16161f !important;
            color: #c8d8ff !important;
            border: 1px solid #2a3a6a !important;
            border-radius: 14px !important;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.9) !important;
            padding: 16px 36px !important;
            font-weight: 500;
            font-size: 16px;
        }
        .layui-layer-msg .layui-layer-content {
            background: transparent !important;
            color: #c8d8ff !important;
        }
        .layui-layer-msg i {
            color: #6af !important;
            margin-right: 10px;
        }

	
		
		   @media (max-width: 1200px) {
      	.listfk{    flex-direction: column;}
            .sidebar {
                width: 100%;
                height: auto;
                min-height: auto;
                border-right: none;
                border-bottom: 1px solid #333;
            }
		   .content {
           
				width:100%
            }
		   }
		     @media (max-width: 768px) {
            .content {
                padding: 20px;
				width:100%
            }
            .content-title{font-size:24px}
            .sidebar{display:none}
			.cp-fdong{position:relative}
			.hot-picks-grid {
  
    grid-template-columns: repeat(1, 1fr);
   
			 }
			 .layui-layer{width:100%}
			          .dark-layer .layui-layer-content {
                padding: 18px 16px 16px 16px !important;
            }
            .popup-body .info-item {
                flex-wrap: wrap;
                padding: 12px 12px;
            }
            .popup-body .info-label {
                min-width: 60px;
                font-size: 13px;
            }
            .popup-body .info-value {
                font-size: 14px;
                padding: 4px 12px;
                margin-left: 0;
                margin-top: 4px;
                width: 100%;
            }
            .popup-actions {
                flex-direction: column-reverse;
                gap: 10px;
            }
            .popup-actions .btn {
                width: 100% !important;
                justify-content: center;
            }
            #showBtn {
                padding: 12px 28px;
                font-size: 16px;
            }
			 		.showinfo{width:100%;margin-top:4%}
		.huiyuan{width:100%;background:#fff}