        
        /* 图片网格布局 */
        .image-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }
        
        /* 图片卡片样式 */
        .image-card {
            position: relative;
            height: 380px;
            border-radius: 16px;
            overflow: hidden;
            /*box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);*/
            transition: all 0.4s ease;
			margin-top:30px;
        }
        
        .image-card:hover {
            transform: translateY(-8px);

			border-radius: 20px; /* 变为圆角 */
			border: 2px solid var(--primary-accent); /* 红色边框 */

          /*  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);*/
        }
        

        
        /* 图片卡片样式 */
        .breadcrumb-card {
            position: relative;
            height: 70px;
			background: #fff;
            border-radius: 16px;
            overflow: hidden;
		   border-radius: 20px; /* 变为圆角 */
			border: 2px solid #fff; /* 红色边框 */

            /*box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);*/
           
			margin-top: -50px;
        }
        
   
       .breadcrumb-card p {
		  color: #333333;
			text-transform: uppercase;
		  font-size: 18px;
		 
		  letter-spacing: 0.08em;
		  margin-left:50px;
		   margin-top:20px;
		}
      
		.breadcrumb-card span{
		  color: var(--primary-accent);
		  margin-right:20px;

		}

        .image-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            transition: transform 0.8s ease;
        }
        
        .image-card:hover .image-bg {
            transform: scale(1);
        }
        
		.image-container {
		  text-align: center;
		  margin: 20px 0;
		}

		.image-container img {
		  max-width: 100%;
		  height: auto;
		}
		.product-category-container-top {
		  margin-top: 20px;
		  margin-left: 10px;
		  margin-bottom: 20px;

		}

		.product-category-container-top a{
		  color: #333;
		  text-decoration: none;


		}
		.product-category-container-top a:hover  {
			 color: var(--primary-accent);
			  text-decoration: none;
		}
		.product-category-container-top span{
           margin-left: 20px;
		   color: var(--primary-accent);
		}


		.product-category-container-bottom a{
		  color: #333;
		  text-decoration: none;


		}


		.product-category-container-bottom {
		  margin-left: 10px;
		  margin-bottom: 20px;

		}

		.product-category-container-bottom a:hover{
			 color: var(--primary-accent);
			  text-decoration: none;
		}

		.product-category-container-bottom span {
		  margin-left: 20px;
		  color: var(--primary-accent);
		 
		}







     /* 图片卡片样式 */
        .linkimage-card {
            position: relative;
            height: 165px;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
            transition: all 0.4s ease;
        }
        
        .linkimage-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
        }
        
        .linkimage-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            transition: transform 0.8s ease;
        }
        
        .linkimage-card:hover .image-bg {
            transform: scale(1.08);
        }







  .link-image-card {
            position: relative;
            overflow: hidden;
			width:100%;
            border-radius: 12px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
        }
        
        .link-image-card:hover {
            transform: translateY(10px);
        }
        
        .link-image-container {
            position: relative;
            overflow: hidden;
			height: 298px;

        }


        
        .link-image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.5s ease;
        }
        
        .link-image-card:hover img {
            transform: scale(2.05);
        }





        
        /* 灰色覆盖层 */
        .link-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.2);
            transition: opacity 0.3s ease;
            opacity: 1;
        }
        
        .link-image-card:hover .link-overlay {
            opacity: 0;
        }


		.link-image-card:hover .link-content { opacity: 0;  }


        
        /* 内容区域 */
        .link-content {
			position: absolute;
			bottom: 45%;
			left: 35%;
			width: 100%;
			
			display: flex;
			justify-content: space-between;
			align-items: flex-end;
			z-index: 2;	
		
		}
        

		 .link-content:hover {
            opacity: 0;


		 }
        .link-text-content {
            text-align: left;
            color: white;
			font-size: 16px;
			color: #ffffff;
			font-weight:600;
			flex: 1;
        }





        /* 内容区域 - 始终显示 */
        .content {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 25px;
            color: white;
            z-index: 2;
            display: flex;
            justify-content: space-between;
            align-items: center;
           /* background: rgba(0, 0, 0, 0.7);*/
        }
        
        /* 文字区域 */
        .text-content {
            flex: 1;
            padding-right: 20px;
        }
        
        .card-title {
            font-size: 1.6rem;
            margin-bottom: 8px;
            font-weight: 600;
        }
        
        .card-description {
            font-size: 1rem;
            opacity: 0.9;
        }
        

        





        /* 按钮样式 */
        .card-btn {
            display: inline-block;
            padding: 10px 25px;
            background-color: var(--primary-accent);
            color: white;
            text-decoration: none;
            border-radius: 50px;
            font-weight: 600;
            transition: all 0.3s ease;
            border: 2px solid var(--primary-accent);
            white-space: nowrap;
            flex-shrink: 0;
        }
        
        .card-btn:hover {
            background-color: #e74c3c;
            border-color: #e74c3c;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(231, 76, 60, 0.4);
        }




		.circle-link {
			width: 30px;
			height: 30px;
			border-radius: 50%;
			display: flex;
			justify-content: center;
			align-items: center;
			cursor: pointer;
			transition: all 0.3s ease;
			text-decoration: none;
		   /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
		}

		.chevron {
			font-size: 1rem;
			font-weight: bold;
			transition: all 0.3s ease;
			line-height: 1;
		}

		.red-link {
			background-color: #e74c3c;
			color: white;
		}

		.red-link:hover {
			background-color: white;
			text-decoration:none;
			color: #e74c3c;
			border: 1px solid #e74c3c;
			transform: translateY(-0px);
		  /*  box-shadow: 0 8px 15px rgba(231, 76, 60, 0.3);*/
		}

		.red-link:hover .chevron {
			transform: translateX(0px);
		}
