    @media (max-width: 768px) {
        .jz_screen_pc .module_category_nav_style1.count-6 .level_1>li {
            width: 100%;
        }
        .jz_screen_pc .module_category_nav_style1 .level_1>li {
            border-bottom: 1px solid #ececec;
            box-sizing: border-box;
            padding: 1px 0px;
            position: relative;
            width: 100%;
        }
        .list_photos_basic_style .photo_display_area li {
            width: 100%;
        }
         /* 1. 让图片列表每行显示3个（而不是6个） */
          .photo_display_area li {
            width: 50% !important; /* 使用!important覆盖内联样式 */
          }

          /* 2. 调整产品分类导航 */
          .module_category_nav_content_1 .level_1 > li {
            width: 50% !important; /* 手机端每行2个分类 */
            margin-bottom: 1px !important;
          }

          /* 3. 调整图片列表的内边距 */
          .photo_item_li0, .photo_item_li1, .photo_item_li2,
          .photo_item_li3, .photo_item_li4 {
            padding-left: 5px !important;
            padding-right: 5px !important;
            padding-top: 5px !important;
            padding-bottom: 5px !important;
          }

          /* 4. 让文本内容在手机端更易读 */
          .module_text_content {
            font-size: 14px !important;
            line-height: 1.6 !important;
          }
    }