diff --git a/public/themes/simpleboot3/portal/classify/classify.html b/public/themes/simpleboot3/portal/classify/classify.html
index 29644cf..c6101b2 100644
--- a/public/themes/simpleboot3/portal/classify/classify.html
+++ b/public/themes/simpleboot3/portal/classify/classify.html
@@ -53,8 +53,9 @@
     <!-- 搜索内容 -->
     <div class="in_hot_shop se_con">
         <volist name="data_goods" id="vo">
-            <a href="{:url('Goodsdetails/Goods_details')}">
+
                 <div class="in_hotLi">
+                    <a href="{:url('Goodsdetails/Goods_details')}">
                     <div class="in_hotImg">
                         <img src="{:cmf_get_image_url($vo.show_img)}" alt="">
                     </div>
@@ -64,8 +65,9 @@
                             <div class="in_hotPrice1">¥<span>{$vo.price0}</span>.{$vo.price01}</div>
                         </div>
                     </div>
+                    </a>
                 </div>
-            </a>
+
         </volist>
     </div>
     <!-- 底部更多 -->