        :root{--primary-color:#009688;--text-dark:#333;--text-light:#666;--bg-gray:#f5f5f5;--white:#ffffff;--max-width:640px;--header-height:50px}

        *{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}

        html{-webkit-text-size-adjust:100%;overflow-x:hidden;width:100%}

        body{font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",sans-serif;background-color:var(--bg-gray);color:var(--text-dark);font-size:14px;padding-bottom:calc(60px + constant(safe-area-inset-bottom));padding-bottom:calc(60px + env(safe-area-inset-bottom))}

        a{text-decoration:none;color:inherit}

        ul,li{list-style:none;margin:0;padding:0}

        img{width:100%;height:auto;object-fit:cover;display:block}

        .chat-mask,#action-sheet-mask,#category-mask,.m_header_search{position:fixed;top:0;left:0;width:100%;height:100%}

        .hero-slide img,.item-top img,.item-img img{width:100%;height:100%;object-fit:cover}

        .hero-slide img,.item-top img{position:absolute;top:0;left:0}

        .m-product-item .product-title,.product-describe,.item-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

        #app-container{max-width:var(--max-width);margin:0 auto;background-color:var(--bg-gray);min-height:100vh;position:relative;box-shadow:0 0 20px rgba(0,0,0,0.1)}

        .header{position:fixed;top:0;z-index:5100;height:var(--header-height);width:100%;max-width:var(--max-width);left:0;right:0;margin:0 auto;background:var(--primary-color);padding:0 10px;display:flex;align-items:center;justify-content:space-between}

        .header-spacer{height:var(--header-height);width:100%}

        .header-left{display:flex;align-items:center;z-index:20}

        .header-icon-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#fff;cursor:pointer}

        .header-title{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:18px;color:#fff;font-weight:bold;z-index:10;pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60%;text-align:center}

        .hero-banner{position:relative;width:100%;height:0;padding-bottom:50%;background:#ddd;overflow:hidden}

        .hero-slides-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}

        .hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 0.8s ease-in-out;z-index:1}

        .hero-slide.active{opacity:1;z-index:2}

        .hero-indicators{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);z-index:11;display:flex;gap:6px}

        .indicator{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,0.6);cursor:pointer;transition:all 0.3s}

        .indicator.active{background:var(--primary-color);width:14px;border-radius:4px}

        .bottom-nav{position:fixed;bottom:0;width:100%;max-width:var(--max-width);left:0;right:0;margin:0 auto;background:var(--white);height:60px;border-top:1px solid #eee;display:flex;align-items:center;justify-content:space-around;z-index:9999;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom);box-sizing:content-box;transform:translateZ(0);-webkit-transform:translateZ(0);backface-visibility:hidden}

        .tab-item{flex:1;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--text-light);font-size:12px;user-select:none}

        .tab-item.active{color:var(--primary-color)}

        .tab-icon{height:24px;width:24px;display:flex;align-items:center;justify-content:center;margin-bottom:2px}

        .tab-icon svg{width:22px;height:22px}

        .chat-mask{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);z-index:2000;display:none;align-items:center;justify-content:center;backdrop-filter:blur(2px)}

        .chat-card{background:#ffffff;width:85%;max-width:360px;border-radius:16px;box-shadow:0 10px 25px rgba(0,0,0,0.2);overflow:hidden;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding-bottom:20px;animation:popIn 0.3s ease forwards;z-index:2001}

        .chat-header{text-align:center;padding:20px 20px 10px 20px;background:#fff}

        .chat-logo{max-width:100%;height:auto;display:block;margin:0 auto}

        .chat-body{padding:0 15px;max-height:70vh;overflow-y:auto}

        .group-label{font-size:12px;color:#999;margin:15px 0 8px 5px;font-weight:600;letter-spacing:0.5px}

        .contact-btn{display:flex;justify-content:space-between;align-items:center;background-color:#f7f8fa;padding:5px 15px;border-radius:10px;margin-bottom:10px;text-decoration:none;color:#333;transition:all 0.2s;border:1px solid transparent}

        .contact-btn:active{background-color:#eef0f4;transform:scale(0.98)}

        .contact-btn.highlight{background-color:#ebf5ff;border:1px solid #d1e9ff}

        .contact-btn.highlight .phone-num{color:#0066cc;font-weight:bold}

        .btn-left{display:flex;align-items:center;font-size:14px;color:#555}

        .btn-left svg{margin-right:8px;color:#666}

        .phone-num{font-size:15px;font-weight:600;color:#333}

        .popup-company-name{font-size:16px;font-weight:bold;color:#333;margin-top:10px;text-align:center;letter-spacing:1px}

        #action-sheet-mask{background:rgba(0,0,0,0.5);z-index:12000;display:none}

        .action-sheet{position:absolute;bottom:0;left:0;width:100%;background:#f0f0f0;border-top-left-radius:12px;border-top-right-radius:12px;overflow:hidden;animation:slideUp 0.3s;padding-bottom:calc(20px + constant(safe-area-inset-bottom));padding-bottom:calc(20px + env(safe-area-inset-bottom))}

        .action-title{padding:15px;text-align:center;font-size:14px;color:#999;background:#fff;border-bottom:1px solid #eee}

        .action-btn{display:block;width:100%;padding:15px;text-align:center;background:#fff;font-size:18px;border:none;border-bottom:1px solid #eee;color:#333}

        .action-btn:active{background:#f9f9f9}

        .action-cancel{margin-top:6px;border-bottom:none}

        @keyframes popIn{from{transform:translate(-50%,-40%);opacity:0}to{transform:translate(-50%,-50%);opacity:1}}

        @keyframes slideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}

        #category-popup{position:fixed;top:var(--header-height);left:50%;transform:translateX(-50%) translateY(-150%);width:100%;max-width:640px;background:#fff;z-index:99;box-shadow:0 5px 15px rgba(0,0,0,0.1);transition:transform 0.4s ease-in-out;max-height:80vh;overflow-y:auto}

        #category-popup.show{transform:translateX(-50%) translateY(0)}

        #category-mask{background:rgba(0,0,0,0.5);z-index:98;display:none}

        .menu-list{padding:15px 10px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;text-align:center}

        .menu-list li a{display:block;background:#f8f8f8;border-radius:4px;padding:8px 0;color:#333}

        .menu-list li a h3{margin:0;font-size:14px;font-weight:normal}

        #toast{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,0.8);color:white;padding:15px 25px;border-radius:8px;font-size:16px;z-index:13000;display:none;text-align:center;line-height:1.5}

        .m_header_search{top:var(--header-height);max-width:var(--max-width);background-color:#f7f8fa;z-index:5000;display:none;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;border-top:1px solid #eee;overscroll-behavior:none;right:0;margin:0 auto}

        .m_header_search.hide{display:none}

        .m_header_search .search_bar{display:flex;align-items:center;padding:8px 15px;background-color:#fff;border-bottom:1px solid #f0f0f0;height:var(--header-height);flex-shrink:0;border-radius:0;width:auto;position:relative}

        .m_header_search .search_cancel{font-size:15px;color:#666;margin-right:12px;cursor:pointer;white-space:nowrap}

        .m_header_search .search_main{flex:1;display:flex;align-items:center;background-color:#f0f2f5;border-radius:20px;padding:0 12px;height:36px;position:relative}

        .m_header_search .search_lanmu{font-size:14px;color:#333;padding-right:10px;border-right:1px solid #ddd;margin-right:10px;white-space:nowrap;font-weight:500}

        .m_header_search .J_hs-input{flex:1;border:none;background:transparent;outline:none;font-size:14px;color:#333;height:24px;min-width:0}

        .m_header_search .search_button button{border:none;background:none;font-size:18px;color:var(--primary-color);padding:0;margin-left:5px;display:flex;align-items:center}

        .search_lanmu_area{background:#fff;padding:15px;margin-bottom:10px}

        .search_lanmu_area .title{font-size:15px;font-weight:bold;color:#333;margin-top:5px;margin-bottom:12px;padding-left:8px;border-left:4px solid var(--primary-color);line-height:1}

        .search_lanmu_list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:5px}

        .search_lanmu_list li{background:#fff;text-align:center;padding:8px 0;border-radius:6px;font-size:13px;color:#555;cursor:pointer;border:1px solid #f0f0f0;transition:all 0.2s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

        .search_lanmu_list li.active{background:rgba(0,150,136,0.08);color:var(--primary-color);border-color:var(--primary-color);font-weight:bold}

        .m_header_search .gundong{padding-bottom:90px}

        .search-result .list{padding:0 10px}



        /* --- [START] 搜索联想样式 (全屏垂直列表版) --- */

        .search-suggestions {

            position: fixed; /* 固定定位铺满下方 */

            /* 【修改点1】改为100px (50px头部+50px搜索栏)，防止遮挡搜索框 */

            top: 100px; 

            left: 0;

            right: 0;

            bottom: 0;

            background: #ffffff;

            z-index: 6000;

            padding: 0;

            display: block; 

            overflow-y: auto; /* 允许滚动 */

            max-width: 640px; /* 限制最大宽度 */

            margin: 0 auto; /* 居中 */

            border-top: 1px solid #eee;

        }

        .search-suggestions.hide { display: none; }

        

        /* 联想词单项样式 */

        .suggestion-item {

            width: 100%;

            height: 48px;

            margin: 0;

            padding: 0 15px;

            

            background: #fff;

            border-radius: 0; 

            border-bottom: 1px solid #f5f5f5;

            

            font-size: 15px;

            color: #333;

            text-align: left; /* 文字靠左 */

            

            cursor: pointer;

            display: flex;

            align-items: center; 

            justify-content: space-between; 

            transition: background-color 0.2s;

        }



        .suggestion-item:active {

            background-color: #f2f2f2;

        }

        

        .sugg-left {

            display: flex;

            align-items: center;

            overflow: hidden;

            flex: 1;

        }



        .sugg-icon {

            margin-right: 12px;

            color: #999;

            display: flex;

            align-items: center;

        }

        .sugg-icon svg {

            width: 16px;

            height: 16px;

        }



        .sugg-text {

            white-space: nowrap;

            overflow: hidden;

            text-overflow: ellipsis;

            width: 100%;

        }



        .sugg-arrow {

            color: #ccc;

            display: flex;

            align-items: center;

            margin-left: 10px;

        }

        .sugg-arrow svg {

            width: 14px;

            height: 14px;

        }



        /* 去掉第一条特殊样式，保持列表统一 */

        .suggestion-item:first-child {

            background-color: #fff;

            color: #333;

            font-weight: normal;

            border: none;

            border-bottom: 1px solid #f5f5f5;

        }

        /* --- [END] 搜索联想样式 --- */



        .search-load-btn{display:none;margin:15px 10px 25px 10px;padding:10px;background-color:#fff;color:#666;text-align:center;border-radius:6px;font-size:14px;cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,0.1)}

        .search-load-btn:active{background-color:#f0f0f0}

        #schpage{display:none!important}

        .m-product-item{background:#fff;border-radius:8px;overflow:hidden;margin-bottom:15px;box-shadow:0 2px 8px rgba(0,0,0,0.04);display:flex;flex-direction:column;position:relative}

        .m-product-item>a{display:block;width:100%}

        .item-top{position:relative;width:100%;height:0;padding-bottom:56.25%;overflow:hidden}

        .item-top::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:40%;background:linear-gradient(to top,rgba(0,0,0,0.6),transparent);pointer-events:none;z-index:1}

        .item-bottom{padding:12px;background:#fff}

        .m-product-item .product-title{font-size:16px;color:#333;font-weight:normal;line-height:1.4;margin:0 0 6px 0;height:auto;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

        .product-describe{font-size:12px;color:#666;line-height:1.5;margin:0 0 8px 0}

        .m-product-item .product-tags .label{font-size:10px;color:var(--primary-color);border:1px solid rgba(0,150,136,0.3);padding:1px 5px;border-radius:3px;margin-right:4px;display:inline-block}

        .sati-peo{position:absolute;top:10px;left:10px;z-index:2;display:flex;gap:5px}

        .sati-peo div{background:rgba(0,0,0,0.5);color:#fff;font-size:10px;padding:2px 6px;border-radius:4px;backdrop-filter:blur(2px)}

        .product-price{position:absolute;bottom:8px;left:10px;z-index:2}

        .product-price-now{font-size:12px;color:#fff;font-weight:bold;background:#ff5722;padding:2px 10px;border-radius:12px;display:inline-block}

        .product-price-now em{font-size:18px;font-style:normal;margin:0 2px}

        .filter-bar{position:-webkit-sticky;position:sticky;top:var(--header-height);width:100%;height:44px;background-color:#fff;border-bottom:1px solid #e0e0e0;display:flex;align-items:center;z-index:90}

        .filter-item{flex:1;text-align:center;font-size:14px;color:#666;position:relative;line-height:44px;cursor:pointer}

        .filter-item.active{color:#00bcd4;font-weight:500}

        .filter-item::after{content:'';position:absolute;right:0;top:50%;transform:translateY(-50%);height:14px;width:1px;background-color:#eee}

        .filter-item:last-child::after,.filter-item[data-field="line_mprice"]::after{display:none}

        .filter-item.active[data-field="line_mprice"] .arrow::before{content:"↓";margin-left:2px;font-size:12px}

        .filter-item.active.asc[data-field="line_mprice"] .arrow::before{content:"↑"}

        .tag-pill{font-size:11px;color:#009688;background:rgba(0,150,136,0.08);padding:1px 6px;border-radius:4px;white-space:nowrap;line-height:1.5}

        .item-bottoma{display:flex;justify-content:space-between;align-items:flex-end;margin-top:6px}

        .price-wrap{color:#ff5722;line-height:1;display:flex;align-items:baseline}

        .price-wrap small{font-size:12px;font-weight:bold}

        .price-wrap .price-num{font-size:18px;font-weight:700;margin:0 1px;font-family:DINAlternate-Bold,"Helvetica Neue",Helvetica,sans-serif}

        .price-wrap .unit{color:#999;font-weight:normal;font-size:11px;margin-left:1px}

        .item-meta{font-size:11px;color:#999;display:flex;align-items:center}

        .item-meta .icon{margin-right:3px;fill:#ccc}

        .loading-tip{text-align:center;padding:20px 0;color:#999;font-size:13px}

        .site-footer{text-align:center;font-size:12px;color:#999;padding:20px 0 70px 0;line-height:1.8;background-color:#f8f8f8}

        .site-footer p{margin:0}

        .gongan-link{display:inline-flex;align-items:center;justify-content:center;color:#999;text-decoration:none}

        .gongan-link img{width:20px;height:20px;margin-right:5px;object-fit:contain}

        .back-to-top-btn{position:fixed;bottom:150px;right:15px;width:45px;height:45px;background-color:rgba(255,255,255,0.95);border-radius:50%;box-shadow:0 4px 15px rgba(0,0,0,0.25);text-align:center;line-height:45px;z-index:2147483647;cursor:pointer;border:1px solid #ddd;display:none}

        #lim_mobile_chat,#InviteWindow{display:none!important}

        .product-extra{position:absolute;bottom:45px;left:10px;z-index:2;color:#fff;font-size:11px;display:flex;align-items:center;text-shadow:0 1px 2px rgba(0,0,0,0.5)}

        .product-extra .separator{margin:0 5px}
		        :root {
            --primary-color: #009688;
            --secondary-color: #e0f2f1;
            --price-color: #ff5722;
            --text-dark: #333;
            --text-gray: #666;
            --bg-body: #f5f7fa;
            --white: #ffffff;
            --max-width: 640px; 
        }
        
        /* --- 基础重置 --- */
        * { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
        body { 
            margin: 0; padding: 0; 
            font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif; 
            background-color: var(--bg-body); 
            font-size: 15px; 
            color: var(--text-dark); 
            line-height: 1.6;
            width: 100%;
            padding-bottom: constant(safe-area-inset-bottom);
            padding-bottom: env(safe-area-inset-bottom);
        }
        img { width: 100%; height: auto; object-fit: cover; display: block; border-radius: 8px; margin: 10px 0;}
        
        #app-container {
            max-width: var(--max-width); margin: 0 auto; 
            min-height: 100vh; position: relative; 
        }

        /* --- 1. 美化后的标题区域 --- */
        .page-header-container {
            background: var(--white);
            padding: 15px 20px 10px 20px;
            border-bottom-left-radius: 16px;
            border-bottom-right-radius: 16px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.03);
            margin-bottom: 10px;
            position: relative;
        }

        .page-title {
            font-size: 24px;
            font-weight: 800;
            color: #1f2d3d;
            line-height: 1.3;
            position: relative;
            padding-left: 16px;
        }

        /* 左侧渐变装饰线 */
        .page-title::before {
            content: '';
            position: absolute;
            left: 0;
            top: 4px;
            bottom: 4px;
            width: 5px;
            background: linear-gradient(180deg, var(--primary-color) 0%, #4db6ac 100%);
            border-radius: 3px;
            box-shadow: 1px 1px 3px rgba(0, 150, 136, 0.2);
        }

        /* 标题下的小装饰 */
        .page-subtitle {
            font-size: 12px;
            color: #999;
            margin-top: 8px;
            padding-left: 16px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        /* --- 2. 景区信息卡片 --- */
        .spot-info-card {
            background: var(--white);
            border-radius: 12px;
            padding: 20px;
            margin: 0 15px 20px 15px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.06);
        }
        
        /* 价格网格 */
        .price-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
            margin-bottom: 20px;
            background: linear-gradient(to bottom, #f9fbfb, #f0fdfc);
            padding: 15px 10px;
            border-radius: 10px;
            border: 1px solid #eef6f6;
        }
        .price-item { 
            text-align: center; 
            position: relative;
        }
        .price-item:not(:last-child)::after {
            content: ''; position: absolute; right: -5px; top: 15%; height: 70%; width: 1px; background: #e0e0e0;
        }
        
        .price-item .p-label { 
            font-size: 12px; color: var(--text-gray); display: block; margin-bottom: 4px; 
        }
        .price-item .p-num { 
            font-size: 16px; color: var(--price-color); font-weight: bold; display: block; 
        }

        /* 列表行样式 */
        .spot-info-row {
            display: flex;
            align-items: center;
            padding: 12px 0;
            border-bottom: 1px dashed #eee;
        }
        .spot-info-row:last-child {
            padding-bottom: 0; border-bottom: none;
        }
        
        /* 图标容器 */
        .spot-icon-box {
            width: 36px; height: 36px;
            min-width: 36px;
            background-color: var(--secondary-color);
            border-radius: 50%;
            display: flex; align-items: center; justify-content: center;
            color: var(--primary-color);
            margin-right: 15px;
        }
        .spot-icon-box svg { width: 18px; height: 18px; }
        
        /* 信息文本 */
        .spot-text-box { flex: 1; }
        .spot-label {
            font-size: 12px; color: #999; line-height: 1; margin-bottom: 4px; display: block;
        }
        .spot-value {
            font-size: 15px; color: #333; font-weight: 500;
        }
        .highlight-text { color: var(--primary-color); font-weight: bold; }

        /* --- 3. 正文内容区域 (重点优化部分) --- */
        .content-section {
            background: var(--white);
            border-radius: 12px;
            padding: 15px 10px; /* 增加一点内边距 */
            margin: 0 10px 20px 10px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.03);
        }
        .content-title {
            font-size: 18px; font-weight: bold; margin-bottom: 5px;
            display: flex; align-items: center;
            color: #333;
        }
        .content-title::before {
            content: ''; display: block; width: 4px; height: 18px;
            background: var(--primary-color); margin-right: 10px; border-radius: 2px;
        }
        
        /* 文章文字优化 */
        .content-body {
            font-size: 16px; /* 1. 稍微加大字号，更适合手机阅读 */
            line-height: 1.85; /* 2. 增加行高，让文字不那么挤 */
            color: #4a4a4a; /* 3. 使用深灰色代替纯黑，减少视觉疲劳 */
            letter-spacing: 0.5px; /* 4. 增加字间距，更有呼吸感 */
        }
		        /* --- 上下篇翻页 --- */
        .pagination-block { background: #fff; margin-bottom: 10px; }
        .pagination-item { display: flex; align-items: center; padding: 10px 0; border-bottom: 1px solid #f5f5f5; position: relative; transition: background-color 0.2s; }
        .pagination-item:last-child { border-bottom: none; }
        .pagination-item:active { background-color: #fafafa; }
        .pagination-tag { font-size: 11px; padding: 3px 8px; border-radius: 10px; margin-right: 12px; white-space: nowrap; flex-shrink: 0; font-weight: 500; }
        .tag-prev { background: #f0f2f5; color: #999; }
        .tag-next { background: rgba(0, 150, 136, 0.1); color: #009688; }
        .pagination-link { flex: 1; overflow: hidden; margin-right: 10px; }
        .pagination-link a { display: block; font-size: 14px; color: #333; text-decoration: none; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height: 1.4; }
        .pagination-arrow { width: 14px; height: 14px; color: #ccc; flex-shrink: 0; }
		 /* --- 5. 栏目标题美化 --- */
        .section-title {
            display: flex; justify-content: space-between; align-items: center;
            padding: 12px 15px; margin-top: 15px; margin-bottom: 15px;
            background: linear-gradient(90deg, rgba(0, 150, 136, 0.12) 0%, rgba(255, 255, 255, 1) 80%);
            border-left: 5px solid var(--primary-color); border-radius: 4px 0 0 4px;
        }
        .section-title span {
            font-size: 17px; font-weight: bold; color: #333;
            display: flex; align-items: center; text-shadow: 1px 1px 0 rgba(255,255,255,0.8);
        }
        .section-more {
            font-size: 12px; color: #009688; background: #fff;
            padding: 4px 12px; border-radius: 20px; box-shadow: 0 1px 3px rgba(0, 150, 136, 0.15);
            display: flex; align-items: center; text-decoration: none;
        }
        .section-more:active { background-color: #f0f0f0; transform: scale(0.95); }

		        /* --- 6. 首页产品列表 --- */
        .product-list {
            display: flex; flex-wrap: wrap; padding: 0 6px; justify-content: space-between;
        }
        .product-card {
            width: 49%; background: #fff; border-radius: 8px; overflow: hidden;
            margin-bottom: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            text-decoration: none; display: flex; flex-direction: column;
            transition: transform 0.2s;
        }
        .product-img-box {
            position: relative; width: 100%; height: 0; padding-bottom: 66.66%;
            background: #eee; overflow: hidden;
        }
        .product-img-box img {
            position: absolute; top: 0; left: 0; width: 100%; height: 100%;
            object-fit: cover; transition: transform 0.3s ease;
        }
        .tag {
            position: absolute; top: 0; left: 0;
            background: linear-gradient(135deg, #ff9a00, #ff5700);
            color: #fff; padding: 3px 8px; font-size: 11px;
            border-bottom-right-radius: 8px; z-index: 2;
        }
        .product-info { padding: 10px; flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
        
        .product-title {
            font-size: 12px; color: #333; font-weight: normal; line-height: 1.4;
            margin: 0 0 6px 0;
            height: 35px; overflow: hidden; text-overflow: ellipsis;
            display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
        }
        .product-tagsn { margin-bottom: 8px; height: 18px; overflow: hidden; }
        .p-tag { font-size: 12px; color: #888; display: block; line-height: 1.4;}
        .product-price-row { display: flex; justify-content: space-between; align-items: flex-end; margin-top: auto; }
        .price { color: #ff4400; font-size: 18px; font-weight: bold; }
        .price small { font-size: 12px; margin-right: 2px; }
        .sales-count { font-size: 11px; color: #999; margin-bottom: 3px; }
        
        .lazy { opacity: 0; transition: opacity 0.5s; }
        .loaded { opacity: 1; }
