<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title> 南京德乐科技集团有限公司</title>
<link rel="icon" href="images/favicon.png">
<link rel="stylesheet" href="/html/html/static/css/vendor/static/font/flaticon/flaticon.css">
<link rel="stylesheet" href="/html/html/static/css/vendor/static/font/icofont/icofont.min.css">
<link rel="stylesheet" href="/html/html/static/css/vendor/static/css/vendor/nice-select.min.css">
<link rel="stylesheet" href="https://www.jq22.com/jquery/jquery-ui-1.11.0.css">
<link rel="stylesheet" href="/html/html/static/css/vendor/static/css/vendor/venobox.min.css">
<link rel="stylesheet" href="/html/html/static/css/vendor/static/css/vendor/slick.min.css">
    <link rel="stylesheet" href="http://ceshi.fantianrz.cn/bootstrap.css">
<link rel="stylesheet" href="/html/html/static/css/vendor/static/css/custom/main.css">
<link rel="stylesheet" href="/html/html/static/css/vendor/static/css/custom/index.css">
</head>
<body><h1 style="font-size: 10px;"> k8凯发真人</h1>
    <!--<section class="header-top">
  <div class="container">
    <div class="row">
      <div class="col-md-12 col-lg-5">
        <div class="header-top-welcome">
          <p>欢迎来到 南京德乐科技集团有限公司!</p>
        </div>
      </div>


    </div>
  </div>
</section>-->
<!--<section class="header-part">
  <div class="container-fluid">
    <div class="header-content-group">
      <div class="header-widget-group left">
        <button class="header-widget header-user" href="#" title="My Account"><img src="/html/html/static/css/vendor/images/user.png" alt="user"></button>
        <a class="header-logo" href="/html/html/static/css/vendor/index"><img src="/html/html/static/css/vendor/images/logo.png" style="width: 450px;" alt="logo"></a>
      </div>
    </div>
  </div>
</section>-->
<nav class="navbar-part">
  <div class="container">
    <div class="row">
      <div class="col-lg-12">
        <div class="navbar-content">
          <ul class="navbar-list">
              <li class="navbar-item dropdown"><a class="header-logo" href="/html/html/static/css/vendor/index"><img src="/html/html/static/css/vendor/images/logo.png" alt="logo"></a></li>
            <li class="navbar-item dropdown"><a class="navbar-link dropdown-arrow" href="javascript:;">商品分类</a>
              <ul class="dropdown-position-list">
                                <li><a href="/html/html/static/css/vendor/shop?v=MQ==&c=办公家具">办公家具</a></li>
                                <li><a href="/html/html/static/css/vendor/shop?v=Mw==&c=电子产品">电子产品</a></li>
                                <li><a href="/html/html/static/css/vendor/shop?v=NQ==&c=鞋帽零售">鞋帽零售</a></li>
                              </ul>
            </li>
            <li class="navbar-item dropdown"><a class="navbar-link " href="/html/html/static/css/vendor/shoper">店铺</a></li>
              <li class="navbar-item dropdown"><a class="navbar-link " href="/html/html/static/css/vendor/real">分类信息</a></li>

                              <li class="navbar-item dropdown"><a class="navbar-link " href="/html/ruzhu">商家入驻</a></li>
                  <li class="navbar-item dropdown"><a class="navbar-link dropdown-arrow" href="javascript:;">登陆/注册</a>
                  <ul class="dropdown-position-list">
                      <li><a href="/html/html/static/css/vendor/login/index">登陆</a></li>
                      <li><a href="/html/html/static/css/vendor/login/register">注册</a></li>
                  
                              </ul>
            </li>

          </ul>
          <div class="header-widget-group right">
          <a class="header-widget" href="/html/html/static/css/vendor/love" title="Wishlist"><i class="icofont-ui-love"></i></a>
        <a class="header-widget header-cart" href="/html/html/static/css/vendor/cart" title="Cartlist"><i class="icofont-shopping-cart"></i></a>
              </div>
        </div>
      </div>
    </div>
  </div>
</nav>
<script src="https://www.jq22.com/jquery/jquery-1.9.1.js"></script>
<script type="text/javascript">
   function browserRedirect() {
      var sUserAgent = navigator.userAgent.toLowerCase();
      var bIsIpad = sUserAgent.match(/ipad/i) == "ipad";
      var bIsIphoneOs = sUserAgent.match(/iphone os/i) == "iphone os";
      var bIsMidp = sUserAgent.match(/midp/i) == "midp";
      var bIsUc7 = sUserAgent.match(/rv:1.2.3.4/i) == "rv:1.2.3.4";
      var bIsUc = sUserAgent.match(/ucweb/i) == "ucweb";
      var bIsAndroid = sUserAgent.match(/android/i) == "android";
      var bIsCE = sUserAgent.match(/windows ce/i) == "windows ce";
      var bIsWM = sUserAgent.match(/windows mobile/i) == "windows mobile";
      if (bIsIpad || bIsIphoneOs || bIsMidp || bIsUc7 || bIsUc || bIsAndroid || bIsCE || bIsWM){
          window.location.href="./error?data=请PC查看！";
      }
  }
  browserRedirect();
    $(document).on("click",".add_cart",function(){
        var shop_id = $(this).attr("shop_id");
        var shop_up = $(".num").val();
        var pList = JSON.stringify({shop_id:shop_id,shop_up:shop_up,action:"addcart"});
        $.ajax({
            url:"./include/processor.php",
            type:"post",
            data:{"data":pList},
            dataType:"json",
            success:function(o){
                if(o["code"]==1){
                    alert(o["data"]);
                    window.location.href = '';
                }else{
                    alert("加购物车 - 添加失败");
                }
            }
        })
    })
    $(document).on("click",".login_out",function(){
      var res = confirm("退出登录 - 确认退出吗");
      if(res == true){window.location.href = 'include/login_out';}
    })
    $(document).on("click",".love",function(){
        var shop_id = $(this).attr("shop_id");
        var user_id = $(this).attr("user_id");
        if(user_id == ""){
            alert("加收藏 - 添加失败，请登录");
            window.location.href = 'login/index';
        }else{
            var pList = JSON.stringify({shop_id:shop_id,user_id:user_id,action:"addlove"});
            $.ajax({
                url:"./include/processor.php",
                type:"post",
                data:{"data":pList},
                dataType:"json",
                success:function(o){
                    if(o["code"]==1){
                        alert(o["data"]);
                    }else{
                        alert("加收藏 - 添加失败");
                    }
                }   
            })
        }
    })
    $(document).on("click",".lshop",function(){
        var luser_id = $(this).attr("luser_id");
        var user_id = $(this).attr("user_id");
        if(user_id == ""){
            alert("加收藏 - 添加失败，请登录");
            window.location.href = 'login/index';
        }else{
            var pList = JSON.stringify({luser_id:luser_id,user_id:user_id,action:"addlshop"});
            $.ajax({
                url:"./include/processor.php",
                type:"post",
                data:{"data":pList},
                dataType:"json",
                success:function(o){
                    if(o["code"]==1){
                        alert(o["data"]);
                    }else{
                        alert("加收藏 - 添加失败");
                    }
                }   
            })
        }
    })
    $(document).on("click",".y",function(){
        var lshop_id = $(this).attr("lshop_id");
        var pList = JSON.stringify({lshop_id:lshop_id,action:"y"});
        $.ajax({
            url:"./include/processor.php",
            type:"post",
            data:{"data":pList},
            dataType:"json",
            success:function(o){
                if(o["code"]==1){
                    window.location.href = 'love';
                }else{
                    alert("移除收藏 - 移除失败");
                }
            }   
        })
    })
    $(document).on("click",".p",function(){
        var lt_user_id = $(this).attr("lt_user_id");
        var pList = JSON.stringify({lt_user_id:lt_user_id,action:"p"});
        $.ajax({
            url:"./include/processor.php",
            type:"post",
            data:{"data":pList},
            dataType:"json",
            success:function(o){
                if(o["code"]==1){
                    window.location.href = 'love';
                }else{
                    alert("移除收藏 - 移除失败");
                }
            }   
        })
    })
    $(document).on("click",".pay",function(){
      var pay_all     = $("#pay_all").attr("pay_all");
      var pay_shop_id = $("#pay_all").attr("pay_shop_id");
      var pay_yunfei  = "免运费";
      var pay_shouhuo = $("#pay_shouhuo").val().trim();
      var pay_phone   = $("#pay_phone").val().trim();
      var pay_address = $("#pay_address").val().trim();
      if(pay_shouhuo.length == 0 || pay_address.length == 0 || pay_phone.length != 11){
        alert("收货信息有误，请检查"); return false;
      }else{
        var pList = JSON.stringify({pay_all:pay_all,pay_shop_id:pay_shop_id,pay_yunfei:pay_yunfei,pay_shouhuo:pay_shouhuo,pay_phone:pay_phone,pay_address:pay_address,action:"pay"});
          $.ajax({
              url:"./include/processor.php",
              type:"post",
              data:{"data":pList},
              dataType:"json",
              success:function(o){
                if(o["code"]==1){
                    location.href="./user";
                }else if(o["code"]==0){
                    alert(o["data"]);
                }
              }
          })
      }
    })
    $(document).on("click",".api",function(){
      var pay_all     = $(this).attr("pay_all");
      var pay_code    = $(this).attr("pay_code");
      location.href="./alipay/alipay?pay_all="+pay_all+"&pay_code="+pay_code;
    })
</script>        <script type="text/javascript">
            var pList = JSON.stringify({r_url:"./index.php",r_cao:"访问首页",action:"rizhi"});
            $.ajax({url:"./include/processor.php",type:"post",data:{"data":pList},dataType:"json",success:function(o){}})
        </script>
<!--<section class="home-index-slider slider-arrow slider-dots">
  <div class="banner-part banner-1">
    <div class="container">
      <div class="row align-items-center">
        <div class="col-md-6 col-lg-6">
          <div class="banner-content">
            <h1>欢迎来到锦艳华（河南）云科技有限责任公司</h1>
            <p>基本信息

               南京德乐科技集团有限公司，成立于2018年，位于四川省成都市，是一家以从事软件和信息技术服务业为主的企业。

                </p>
            <div class="banner-btn"><a class="btn btn-inline" href="/html/html/static/css/vendor/shoper"><i class="icofont-shopping-cart"></i><span>店铺街</span></a></div>
          </div>
        </div>
        <div class="col-md-6 col-lg-6">
          <div class="banner-img"><img src="/html/html/static/css/vendor/images/a1.png" alt="/html/html/static/css/vendor/index"></div>
        </div>
      </div>
    </div>
  </div>
</section>-->
    <br/>
    <br/>
    <br/>
<!--<section class="section suggest-part">
  <div class="container">
    <ul class="suggest-slider slider-arrow">
              <li><a class="suggest-card" href="/html/html/static/css/vendor/shopd?v=&c=">
          <img style="height:250px;width:238px" src="" alt="">
        <h5>... <span></span></h5>
        </a></li>
            </ul>
  </div>
</section>-->
<section class="section recent-part">
  <div class="container">
    <div class="row">
      <div class="col-lg-12">
        <div class="section-heading">
          <h2>推荐</h2>
        </div>
      </div>
    </div>
    <div class="row row-cols-2 row-cols-md-3 row-cols-lg-4 row-cols-xl-5">
              <div class="col">
        <div class="product-card">
          <div class="product-media">
            <div class="product-label">
              <label class="label-text sale">电子产品</label>
            </div>
            <a class="product-wish " href="javascript:;"><i class="icofont-ui-love love" shop_id="416" user_id=""></i></a>
            <a class="product-image" href="/html/html/static/css/vendor/shopd?v=NDE2&c=电子产品">
                <img style="height:280px" src="/html/html/static/css/vendor/assets/up/1688368272.jpg" alt=" 科大讯飞【旗舰新款】录音降噪会议耳机Pro2夜影黑 一键闪录 AI会议助理 同传翻译 主动降噪 苹果华为通用 "></a>
          </div>
          <div class="product-content">
            <div class="product-rating">
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                </div>
            <h6 class="product-name"><a href="/html/html/static/css/vendor/product-details.html"> 科大讯飞【旗舰新款】...</a></h6>
            <h6 class="product-price"><del>￥1799.00</del><span>￥1599.00</span></h6>
            <!--<a class="btn btn-custom-size lg-size btn-pronia-primary add_cart" href="javascript:;" shop_id="416">加购物车</a>-->
          </div>
        </div>
      </div>
            <div class="col">
        <div class="product-card">
          <div class="product-media">
            <div class="product-label">
              <label class="label-text sale">办公家具</label>
            </div>
            <a class="product-wish " href="javascript:;"><i class="icofont-ui-love love" shop_id="474" user_id=""></i></a>
            <a class="product-image" href="/html/html/static/css/vendor/shopd?v=NDc0&c=办公家具">
                <img style="height:280px" src="/html/html/static/css/vendor/assets/up/4444.jpg" alt=" 永拓简约办公室沙发西皮艺商务休息区贵宾接待银行会议室沙发茶几组合 "></a>
          </div>
          <div class="product-content">
            <div class="product-rating">
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                </div>
            <h6 class="product-name"><a href="/html/html/static/css/vendor/product-details.html"> 永拓简约办公室沙发西...</a></h6>
            <h6 class="product-price"><del>￥2300.00</del><span>￥2100.00</span></h6>
            <!--<a class="btn btn-custom-size lg-size btn-pronia-primary add_cart" href="javascript:;" shop_id="474">加购物车</a>-->
          </div>
        </div>
      </div>
            <div class="col">
        <div class="product-card">
          <div class="product-media">
            <div class="product-label">
              <label class="label-text sale">电子产品</label>
            </div>
            <a class="product-wish " href="javascript:;"><i class="icofont-ui-love love" shop_id="419" user_id=""></i></a>
            <a class="product-image" href="/html/html/static/css/vendor/shopd?v=NDE5&c=电子产品">
                <img style="height:280px" src="/html/html/static/css/vendor/assets/up/1688368906.png" alt="印象笔记印象笔记手写板Pro+智能笔Neo星空蓝套装 "></a>
          </div>
          <div class="product-content">
            <div class="product-rating">
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                </div>
            <h6 class="product-name"><a href="/html/html/static/css/vendor/product-details.html">印象笔记印象笔记手写板...</a></h6>
            <h6 class="product-price"><del>￥299.00</del><span>￥199.00</span></h6>
            <!--<a class="btn btn-custom-size lg-size btn-pronia-primary add_cart" href="javascript:;" shop_id="419">加购物车</a>-->
          </div>
        </div>
      </div>
            <div class="col">
        <div class="product-card">
          <div class="product-media">
            <div class="product-label">
              <label class="label-text sale">办公家具</label>
            </div>
            <a class="product-wish " href="javascript:;"><i class="icofont-ui-love love" shop_id="450" user_id=""></i></a>
            <a class="product-image" href="/html/html/static/css/vendor/shopd?v=NDUw&c=办公家具">
                <img style="height:280px" src="/html/html/static/css/vendor/assets/up/1699847016.jpg" alt="奶油风梳妆台卧室床尾现代简约高档收纳柜转角斗柜伸缩一体化妆桌"></a>
          </div>
          <div class="product-content">
            <div class="product-rating">
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                </div>
            <h6 class="product-name"><a href="/html/html/static/css/vendor/product-details.html">奶油风梳妆台卧室床尾现...</a></h6>
            <h6 class="product-price"><del>￥1880.00</del><span>￥1780.00</span></h6>
            <!--<a class="btn btn-custom-size lg-size btn-pronia-primary add_cart" href="javascript:;" shop_id="450">加购物车</a>-->
          </div>
        </div>
      </div>
            <div class="col">
        <div class="product-card">
          <div class="product-media">
            <div class="product-label">
              <label class="label-text sale">电子产品</label>
            </div>
            <a class="product-wish " href="javascript:;"><i class="icofont-ui-love love" shop_id="420" user_id=""></i></a>
            <a class="product-image" href="/html/html/static/css/vendor/shopd?v=NDIw&c=电子产品">
                <img style="height:280px" src="/html/html/static/css/vendor/assets/up/1688369374.png" alt="科大讯飞 AI智能鼠标AM50 无线鼠标 蓝牙鼠标 "></a>
          </div>
          <div class="product-content">
            <div class="product-rating">
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                </div>
            <h6 class="product-name"><a href="/html/html/static/css/vendor/product-details.html">科大讯飞 AI智能鼠标...</a></h6>
            <h6 class="product-price"><del>￥589.00</del><span>￥499.00</span></h6>
            <!--<a class="btn btn-custom-size lg-size btn-pronia-primary add_cart" href="javascript:;" shop_id="420">加购物车</a>-->
          </div>
        </div>
      </div>
            <div class="col">
        <div class="product-card">
          <div class="product-media">
            <div class="product-label">
              <label class="label-text sale">电子产品</label>
            </div>
            <a class="product-wish " href="javascript:;"><i class="icofont-ui-love love" shop_id="422" user_id=""></i></a>
            <a class="product-image" href="/html/html/static/css/vendor/shopd?v=NDIy&c=电子产品">
                <img style="height:280px" src="/html/html/static/css/vendor/assets/up/1688369738.jpg" alt="乐发芽Ophaya电子笔记本手写智能笔记手写板商务办公会议记事本"></a>
          </div>
          <div class="product-content">
            <div class="product-rating">
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                </div>
            <h6 class="product-name"><a href="/html/html/static/css/vendor/product-details.html">乐发芽Ophaya电子...</a></h6>
            <h6 class="product-price"><del>￥399.00</del><span>￥309.00</span></h6>
            <!--<a class="btn btn-custom-size lg-size btn-pronia-primary add_cart" href="javascript:;" shop_id="422">加购物车</a>-->
          </div>
        </div>
      </div>
            <div class="col">
        <div class="product-card">
          <div class="product-media">
            <div class="product-label">
              <label class="label-text sale">办公家具</label>
            </div>
            <a class="product-wish " href="javascript:;"><i class="icofont-ui-love love" shop_id="472" user_id=""></i></a>
            <a class="product-image" href="/html/html/static/css/vendor/shopd?v=NDcy&c=办公家具">
                <img style="height:280px" src="/html/html/static/css/vendor/assets/up/2222.jpg" alt="遇造会议办公沙发商务会客洽谈接待室新中式沙发茶几组合"></a>
          </div>
          <div class="product-content">
            <div class="product-rating">
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                </div>
            <h6 class="product-name"><a href="/html/html/static/css/vendor/product-details.html">遇造会议办公沙发商务会...</a></h6>
            <h6 class="product-price"><del>￥2280.00</del><span>￥2080.00</span></h6>
            <!--<a class="btn btn-custom-size lg-size btn-pronia-primary add_cart" href="javascript:;" shop_id="472">加购物车</a>-->
          </div>
        </div>
      </div>
            <div class="col">
        <div class="product-card">
          <div class="product-media">
            <div class="product-label">
              <label class="label-text sale">鞋帽零售</label>
            </div>
            <a class="product-wish " href="javascript:;"><i class="icofont-ui-love love" shop_id="506" user_id=""></i></a>
            <a class="product-image" href="/html/html/static/css/vendor/shopd?v=NTA2&c=鞋帽零售">
                <img style="height:280px" src="/html/html/static/css/vendor/assets/up/1695094285.jpg" alt="可折叠渔夫帽男士防水遮阳帽防雨登山帽速干防晒帽夏季钓鱼帽子 【灰色】渔夫帽头围56-58 均码 "></a>
          </div>
          <div class="product-content">
            <div class="product-rating">
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                </div>
            <h6 class="product-name"><a href="/html/html/static/css/vendor/product-details.html">可折叠渔夫帽男士防水遮...</a></h6>
            <h6 class="product-price"><del>￥25.00</del><span>￥18.00</span></h6>
            <!--<a class="btn btn-custom-size lg-size btn-pronia-primary add_cart" href="javascript:;" shop_id="506">加购物车</a>-->
          </div>
        </div>
      </div>
            <div class="col">
        <div class="product-card">
          <div class="product-media">
            <div class="product-label">
              <label class="label-text sale">鞋帽零售</label>
            </div>
            <a class="product-wish " href="javascript:;"><i class="icofont-ui-love love" shop_id="505" user_id=""></i></a>
            <a class="product-image" href="/html/html/static/css/vendor/shopd?v=NTA1&c=鞋帽零售">
                <img style="height:280px" src="/html/html/static/css/vendor/assets/up/1695094183.jpg" alt="回力户外防晒帽女春季薄款遮阳帽男士渔夫帽登山防风骑行太阳帽大帽檐 灰色 "></a>
          </div>
          <div class="product-content">
            <div class="product-rating">
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                </div>
            <h6 class="product-name"><a href="/html/html/static/css/vendor/product-details.html">回力户外防晒帽女春季薄...</a></h6>
            <h6 class="product-price"><del>￥139.00</del><span>￥109.00</span></h6>
            <!--<a class="btn btn-custom-size lg-size btn-pronia-primary add_cart" href="javascript:;" shop_id="505">加购物车</a>-->
          </div>
        </div>
      </div>
            <div class="col">
        <div class="product-card">
          <div class="product-media">
            <div class="product-label">
              <label class="label-text sale">鞋帽零售</label>
            </div>
            <a class="product-wish " href="javascript:;"><i class="icofont-ui-love love" shop_id="511" user_id=""></i></a>
            <a class="product-image" href="/html/html/static/css/vendor/shopd?v=NTEx&c=鞋帽零售">
                <img style="height:280px" src="/html/html/static/css/vendor/assets/up/1695095064.jpg" alt=" 环球原创黑粉鞋子女2024新款爆款秋冬韩系潮休闲百搭厚底运动板鞋"></a>
          </div>
          <div class="product-content">
            <div class="product-rating">
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                </div>
            <h6 class="product-name"><a href="/html/html/static/css/vendor/product-details.html"> 环球原创黑粉鞋子女2...</a></h6>
            <h6 class="product-price"><del>￥77.00</del><span>￥66.00</span></h6>
            <!--<a class="btn btn-custom-size lg-size btn-pronia-primary add_cart" href="javascript:;" shop_id="511">加购物车</a>-->
          </div>
        </div>
      </div>
            <div class="col">
        <div class="product-card">
          <div class="product-media">
            <div class="product-label">
              <label class="label-text sale">电子产品</label>
            </div>
            <a class="product-wish " href="javascript:;"><i class="icofont-ui-love love" shop_id="482" user_id=""></i></a>
            <a class="product-image" href="/html/html/static/css/vendor/shopd?v=NDgy&c=电子产品">
                <img style="height:280px" src="/html/html/static/css/vendor/assets/up/22.jpg" alt=" 高漫1060pro 数位板可连接手机手绘板电脑绘画板手写板写字板电子绘图板"></a>
          </div>
          <div class="product-content">
            <div class="product-rating">
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                </div>
            <h6 class="product-name"><a href="/html/html/static/css/vendor/product-details.html"> 高漫1060pro ...</a></h6>
            <h6 class="product-price"><del>￥158.00</del><span>￥138.00</span></h6>
            <!--<a class="btn btn-custom-size lg-size btn-pronia-primary add_cart" href="javascript:;" shop_id="482">加购物车</a>-->
          </div>
        </div>
      </div>
            <div class="col">
        <div class="product-card">
          <div class="product-media">
            <div class="product-label">
              <label class="label-text sale">电子产品</label>
            </div>
            <a class="product-wish " href="javascript:;"><i class="icofont-ui-love love" shop_id="481" user_id=""></i></a>
            <a class="product-image" href="/html/html/static/css/vendor/shopd?v=NDgx&c=电子产品">
                <img style="height:280px" src="/html/html/static/css/vendor/assets/up/11.jpg" alt="华为手环9 标准版 智能手环 星空黑 轻薄舒适睡眠监测心律失常提示运动手环"></a>
          </div>
          <div class="product-content">
            <div class="product-rating">
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                </div>
            <h6 class="product-name"><a href="/html/html/static/css/vendor/product-details.html">华为手环9 标准版 智...</a></h6>
            <h6 class="product-price"><del>￥249.00</del><span>￥239.00</span></h6>
            <!--<a class="btn btn-custom-size lg-size btn-pronia-primary add_cart" href="javascript:;" shop_id="481">加购物车</a>-->
          </div>
        </div>
      </div>
            <div class="col">
        <div class="product-card">
          <div class="product-media">
            <div class="product-label">
              <label class="label-text sale">电子产品</label>
            </div>
            <a class="product-wish " href="javascript:;"><i class="icofont-ui-love love" shop_id="415" user_id=""></i></a>
            <a class="product-image" href="/html/html/static/css/vendor/shopd?v=NDE1&c=电子产品">
                <img style="height:280px" src="/html/html/static/css/vendor/assets/up/1688356547.jpg" alt="米家液晶小黑板 多彩版13.5英寸"></a>
          </div>
          <div class="product-content">
            <div class="product-rating">
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                </div>
            <h6 class="product-name"><a href="/html/html/static/css/vendor/product-details.html">米家液晶小黑板 多彩版...</a></h6>
            <h6 class="product-price"><del>￥129.00</del><span>￥99.00</span></h6>
            <!--<a class="btn btn-custom-size lg-size btn-pronia-primary add_cart" href="javascript:;" shop_id="415">加购物车</a>-->
          </div>
        </div>
      </div>
            <div class="col">
        <div class="product-card">
          <div class="product-media">
            <div class="product-label">
              <label class="label-text sale">办公家具</label>
            </div>
            <a class="product-wish " href="javascript:;"><i class="icofont-ui-love love" shop_id="475" user_id=""></i></a>
            <a class="product-image" href="/html/html/static/css/vendor/shopd?v=NDc1&c=办公家具">
                <img style="height:280px" src="/html/html/static/css/vendor/assets/up/5555.jpg" alt="华懿办公沙发现代简约办公室沙发新中式休息区会客商务沙发茶几组合 经典黑 "></a>
          </div>
          <div class="product-content">
            <div class="product-rating">
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                </div>
            <h6 class="product-name"><a href="/html/html/static/css/vendor/product-details.html">华懿办公沙发现代简约办...</a></h6>
            <h6 class="product-price"><del>￥2780.00</del><span>￥2580.00</span></h6>
            <!--<a class="btn btn-custom-size lg-size btn-pronia-primary add_cart" href="javascript:;" shop_id="475">加购物车</a>-->
          </div>
        </div>
      </div>
            <div class="col">
        <div class="product-card">
          <div class="product-media">
            <div class="product-label">
              <label class="label-text sale">鞋帽零售</label>
            </div>
            <a class="product-wish " href="javascript:;"><i class="icofont-ui-love love" shop_id="507" user_id=""></i></a>
            <a class="product-image" href="/html/html/static/css/vendor/shopd?v=NTA3&c=鞋帽零售">
                <img style="height:280px" src="/html/html/static/css/vendor/assets/up/1695094457.jpg" alt=" 环球 国潮德训鞋2025夏季新款小众板鞋男ZHQ3768 黑色 41"></a>
          </div>
          <div class="product-content">
            <div class="product-rating">
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                                <i class="active icofont-star"></i>
                </div>
            <h6 class="product-name"><a href="/html/html/static/css/vendor/product-details.html"> 环球 国潮德训鞋20...</a></h6>
            <h6 class="product-price"><del>￥110.00</del><span>￥89.00</span></h6>
            <!--<a class="btn btn-custom-size lg-size btn-pronia-primary add_cart" href="javascript:;" shop_id="507">加购物车</a>-->
          </div>
        </div>
      </div>
          </div>
  </div>
</section>
<footer class="footer-part">
  <div class="container">
    <div class="row">
      <div class="col-12">
        <div class="footer-bottom">
          <p class="footer-copytext">&copy; 南京德乐科技集团有限公司&nbsp;&nbsp;&nbsp;<span><a href="https://beian.miit.gov.cn/#/Integrated/recordQuery">备案号：苏ICP备13040820号-1</a></span></p>
        </div>
      </div>
    </div>
  </div>
</footer><script src="/html/html/static/css/vendor/static/js/plugins.min.js"></script>
<script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script>
	<script src="/html/html/static/css/vendor/static/js/vendor/popper.min.js"></script>
	<script src="https://www.jq22.com/jquery/bootstrap-5.0.0.js"></script>
	<script src="/html/html/static/css/vendor/static/js/vendor/nice-select.min.js"></script>
	<script src="/html/html/static/css/vendor/static/js/vendor/venobox.min.js"></script>
	<script src="https://www.jq22.com/jquery/jquery-ui-1.11.0.js"></script>
	<script src="/html/html/static/css/vendor/static/js/vendor/slick.min.js"></script>
	<script src="/html/html/static/css/vendor/static/js/custom/nice-select.js"></script>
	<script src="/html/html/static/css/vendor/static/js/custom/price-range.js"></script>
	<script src="/html/html/static/css/vendor/static/js/custom/accordion.js"></script>
	<script src="/html/html/static/css/vendor/static/js/custom/venobox.js"></script>
	<script src="/html/html/static/css/vendor/static/js/custom/slick.js"></script>
	<script src="/html/html/static/css/vendor/static/js/custom/main.js"></script>
</body>
</html>