bhq@iemsoft.cn
2018-11-27 e2b48dac099e43f4b3243cdf19a7522e4b5eccbe
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
<!DOCTYPE html >
<html>
<head>
<meta charset="UTF-8">
<meta name="Keywords" content="{$keywords}" />
<meta name="Description" content="{$description}" />
<meta name="viewport" content="width=device-width">
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<!-- TemplateBeginEditable name="doctitle" -->
<title>{$page_title}</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
 
<link rel="shortcut icon" href="favicon.ico" />
<link rel="icon" href="animated_favicon.gif" type="image/gif" />
<link rel="alternate" type="application/rss+xml" title="RSS|{$page_title}" href="{$feed_url}" />
<link rel="stylesheet" type="text/css" href="store/css/dianpu.css">
<script src="store/js/run_common-min.js" charset="utf-8" type="text/javascript" itemid="run_common.js"></script>
{* 包含脚本文件 *}
<script type="text/javascript">window.pageConfig = { compatible: true }; </script>
{insert_scripts files='common.js,index.js'}
<script type="text/javascript">
            
panda(function (){
    var mask = panda(".mask")
    var category = panda(".c-category-list")
    
    var isTouchPad = (/hp-tablet/gi).test(navigator.appVersion);
    var hasTouch = 'ontouchstart' in window && !isTouchPad;
    
    if(hasTouch){
            panda(".icon-nav").bind("touchstart",function (){
              mask.css("display","block");
              category.toggleClass("category-show");
            })
            
            mask.bind("touchstart",function (){
                mask.css("display","none");
category.removeClass("category-show");
                return false;
            })
    }else{
        panda(".icon-nav").bind("click",function (){
          mask.css("display","block");
          category.toggleClass("category-show");
        })
        
        mask.bind("click",function (){
            mask.css("display","none");
 category.removeClass("category-show");
            return false;
        })
    }
        
    panda('.mobile_shop_btn').on('click',function(){
        var search = $('#mobile_shop_search');
        var url = search.attr("url"),
            keyword = encodeURIComponent(search.val());
        keyword = encodeURIComponent(keyword);
               if(url ){
                if(keyword ){
                     window.location.href = url + "?keyword="+keyword;
                }else{
                    window.location.href = url;
                }
}
        
    });
    
})
define("PSlide", [], function (require, exports, module) {
    var PSlide = function (a) {
 
        a = a || {};
        var opts = {
            slideCell: a.slideCell,
            titCell: a.titCell || ".hd li", // 导航对象,当自动分页设为true时为“导航对象包裹层”
            mainCell: a.mainCell || ".bd", // 切换对象包裹层
            effect: a.effect || "left", // 效果,支持 left、leftLoop
            autoPlay: a.autoPlay || false, // 自动播放
            delayTime: a.delayTime || 200, // 效果持续时间
            interTime: a.interTime || 2500, // 自动运行间隔
            defaultIndex: a.defaultIndex || 0, // 默认的当前位置索引。0是第一个; defaultIndex:1 时,相当于从第2个开始执行
            titOnClassName: a.titOnClassName || "active", // 当前导航对象添加的className
            autoPage: a.autoPage || false, // 自动分页,当为true时titCell为“导航对象包裹层”
            prevCell: a.prevCell || ".prev", // 前一页按钮
            nextCell: a.nextCell || ".next", // 后一页按钮
            pageStateCell: a.pageStateCell || ".pageState", // 分页状态对象,用于显示分页状态,例如:2/3
            pnLoop: a.pnLoop == 'undefined ' ? true : a.pnLoop, // 前后按钮点击是否继续执行效果,当为最前/后页是会自动添加“prevStop”/“nextStop”控制样色
            startFun: a.startFun || null, // 每次切换效果开始时执行函数,用于处理特殊情况或创建更多效果。用法 satrtFun:function(i,c){ }; 其中i为当前分页,c为总页数
            endFun: a.endFun || null, // 每次切换效果结束时执行函数,用于处理特殊情况或创建更多效果。用法 endFun:function(i,c){ }; 其中i为当前分页,c为总页数
            switchLoad: a.switchLoad || null, //每次切换效果结束时执行函数,用于处理特殊情况或创建更多效果。用法 endFun:function(i,c){ }; 其中i为当前分页,c为总页数
 
            rank: a.rank || 1,
            parent: a.parent || ""
        };
 
        var slideCell = opts.slideCell;//document.getElementById(opts.slideCell.replace("#", ""));
        var parent = document.getElementById(opts.parent.replace("#", ""));
        if (!slideCell) return false;
 
        //简单模拟jquery选择器
        var obj = function (str, parEle) {
            str = str.split(" ");
            var par = [];
            parEle = parEle || document;
            var retn = [ parEle ];
            for (var i in str) {
                if (str[i].length != 0) par.push(str[i])
            } //去掉重复空格
            for (var i in par) {
                if(par.hasOwnProperty(i)){
                    if (retn.length == 0) return false;
                    var _retn = [];
                    for (var r in retn) {
                        if(retn.hasOwnProperty(r)){
                            if (par[i][0] == "#") _retn.push(document.getElementById(par[i].replace("#", "")));
                            else if (par[i][0] == ".") {
                                var tag = retn[r].getElementsByTagName('*');
                                for (var j = 0; j < tag.length; j++) {
                                    var cln = tag[j].className;
                                    if (cln && cln.search(new RegExp("\\b" + par[i].replace(".", "") + "\\b")) != -1) {
                                        _retn.push(tag[j]);
                                    }
                                }
                            }
                            else {
                                var tag = retn[r].getElementsByTagName(par[i]);
                                for (var j = 0; j < tag.length; j++) {
                                    _retn.push(tag[j])
                                }
                            }
                        }
                    }
                    retn = _retn;
                }
            }
 
            return retn.length == 0 || retn[0] == parEle ? false : retn;
        }// obj E
 
        // 创建包裹层
        var wrap = function (el, v) {
            var tmp = document.createElement('div');
            tmp.innerHTML = v;
            tmp = tmp.children[0];
            var _el = el.cloneNode(true);
            tmp.appendChild(_el);
            el.parentNode.replaceChild(tmp, el);
            conBox = _el; // 重置conBox
        };
 
        // 获取样色数值
        var getStyleVal = function (el, attr) {
            var v = 0;
            if (el.currentStyle) {
                v = el.currentStyle[attr]
            } else {
                v = getComputedStyle(el, false)[attr];
            }
            return parseInt(v.replace("px", ""))
        }
 
        // class处理
        var addClass = function (ele, className) {
            if (!ele || !className || (ele.className && ele.className.search(new RegExp("\\b" + className + "\\b")) != -1)) return;
            ele.className += (ele.className ? " " : "") + className;
        }
 
        var removeClass = function (ele, className) {
            if (!ele || !className || (ele.className && ele.className.search(new RegExp("\\b" + className + "\\b")) == -1)) return;
            ele.className = ele.className.replace(new RegExp("\\s*\\b" + className + "\\b", "g"), "");
        }
 
        //全局对象
        var effect = opts.effect;
        var prevBtn = obj(opts.prevCell, slideCell)[0];
        var nextBtn = obj(opts.nextCell, slideCell)[0];
        var pageState = obj(opts.pageStateCell)[0];
        var conBox = obj(opts.mainCell, slideCell)[0];//内容元素父层对象
        if (!conBox) return false;
        var conBoxSize = conBox.children.length;
        var navObj = obj(opts.titCell, slideCell);//导航子元素结合
        var navObjSize = navObj ? navObj.length : conBoxSize;
        var sLoad = opts.switchLoad;
 
        /*字符串转换*/
        var index = parseInt(opts.defaultIndex);
        var delayTime = parseInt(opts.delayTime);
        var interTime = parseInt(opts.interTime);
        var autoPlay = (opts.autoPlay == "false" || opts.autoPlay == false) ? false : true;
        var autoPage = (opts.autoPage == "false" || opts.autoPage == false) ? false : true;
        var loop = (opts.pnLoop == "false" || opts.pnLoop == false) ? false : true;
        var oldIndex = index;
        var inter = null;// autoPlay的setInterval
        var timeout = null; // leftLoop的setTimeout
        var endTimeout = null;  //translate的setTimeout
 
        var startX = 0;
        var startY = 0;
        var distX = 0;
        var distY = 0;
        var dist = 0; //手指滑动距离
        var isTouchPad = (/hp-tablet/gi).test(navigator.appVersion);
        var hasTouch = 'ontouchstart' in window && !isTouchPad;
        var touchStart = hasTouch ? 'touchstart' : 'mousedown';
        var touchMove = hasTouch ? 'touchmove' : 'mousemove';
        var touchEnd = hasTouch ? 'touchend' : 'mouseup';
        var resizeStart=hasTouch?'orientationchange':'resize';
        var slideH = 0;
        var slideW = 320;// mainCell滑动距离,后面会覆盖
        var selfW = 0;
        var scrollY;
 
        //处理分页
        if (navObjSize == 0)navObjSize = conBoxSize / opts.rank;
        if (autoPage) {
            navObjSize = conBoxSize / opts.rank;
            navObj = navObj[0];
            navObj.innerHTML = "";
            var str = "";
 
            if (opts.autoPage == true || opts.autoPage == "true") {
                for (var i = 0; i < navObjSize; i++) {
                    str += "<li class='left'></li>"
                }
            } else {
                for (var i = 0; i < navObjSize; i++) {
                    str += opts.autoPage.replace("$", (i + 1))
                }
            }
 
            navObj.innerHTML = str;
            navObj = navObj.children;//重置navObj
        }
 
        //取最大值
        for (var i = 0; i < conBoxSize; i++) {
            var chi = conBox.children[i];
            var ma = getStyleVal(chi, "marginLeft") + getStyleVal(chi, "marginRight");
            var pa = getStyleVal(chi, "paddingLeft") + getStyleVal(chi, "paddingRight");
            var chiW = chi.clientWidth - pa;
            var chiSW = chi.offsetWidth + ma + pa;
            if (chiW > selfW) {
                if (opts.rank == 2) {
                    selfW = getStyleVal(parent, "width") - pa;
                    slideW = getStyleVal(parent, "width") - (opts.rank + 1) * getStyleVal(chi, "paddingLeft");
                } else {
                    selfW = chiW;
                    slideW = chiSW
 
                }
            }
        }
 
 
        switch (effect) {
            case "left":
                conBox.style.cssText = "width:" + conBoxSize * slideW + "px;" + "position:relative;overflow:hidden;padding:0;margin:0;";
                for (var i = 0; i < conBoxSize; i++) {
                    conBox.children[i].style.cssText = "float:left;width:" + Math.floor(selfW / opts.rank) + "px;"
                }
                wrap(conBox, '<div class="tempWrap" style="overflow:hidden; position:relative; width:' + slideW + 'px"></div>');
                break;
            case "leftLoop":
                conBox.appendChild(conBox.children[0].cloneNode(true));
                conBox.insertBefore(conBox.children[conBoxSize - 1].cloneNode(true), conBox.children[0]);
                conBox.style.cssText = "width:" + (conBoxSize + 2) * slideW + "px;" + "position:relative;overflow:hidden;padding:0;margin:0;";
                for (var i = 0; i < conBoxSize + 2; i++) {
                    conBox.children[i].style.cssText = "float:left;width:" + Math.floor(selfW / opts.rank) + "px;";
                }
                wrap(conBox, '<div class="tempWrap" style="position:relative; width:' + slideW + 'px"></div>');
                break;
        }
 
        var doStartFun = function () {
            if (typeof opts.startFun == 'function') {
                opts.startFun(index, navObjSize)
            }
        }
        var doEndFun = function () {
            if (typeof opts.endFun == 'function') {
                opts.endFun(index, navObjSize)
            }
        }
        var doSwitchLoad = function (moving) {
            var curIndex = ( effect == "leftLoop" ? index + 1 : index ) + moving;
            var changeImg = function (ind) {
                var img = conBox.children[ind].getElementsByTagName("img");
                for (var i = 0; i < img.length; i++) {
                    if (img[i].getAttribute(sLoad)) {
                        img[i].setAttribute("src", img[i].getAttribute(sLoad));
                        img[i].removeAttribute(sLoad);
                    }
                }
            }// changeImg E
            changeImg(curIndex);
            if (effect == "leftLoop") {
                switch (curIndex) {
                    case 0:
                        changeImg(conBoxSize);
                        break;
                    case 1:
                        changeImg(conBoxSize + 1);
                        break;
                    case conBoxSize:
                        changeImg(0);
                        break;
                    case conBoxSize + 1:
                        changeImg(1);
                        break;
                }
            }
        }// doSwitchLoad E
 
        var translate = function (dist, speed, ele) {
            if (!!ele) {
                ele = ele.style;
            } else {
                ele = conBox.style;
            }
            ele.webkitTransitionDuration = ele.MozTransitionDuration = ele.msTransitionDuration = ele.OTransitionDuration = ele.transitionDuration = speed + 'ms';
            ele.webkitTransform = 'translate(' + dist + 'px,0)' + 'translateZ(0)';
            ele.msTransform = ele.MozTransform = ele.OTransform = 'translateX(' + dist + 'px)';
        }
 
        //效果函数
        var doPlay = function (isTouch) {
            switch (effect) {
                case "left":
                    if (index >= navObjSize) {
                        index = isTouch ? index - 1 : 0;
                    } else if (index < 0) {
                        index = isTouch ? 0 : navObjSize - 1;
                    }
                    if (sLoad != null) {
                        doSwitchLoad(0)
                    }
                    translate((-index * slideW), delayTime);
                    oldIndex = index;
                    break;
 
 
                case "leftLoop":
                    if (sLoad != null) {
                        doSwitchLoad(0)
                    }
                    translate(-(index + 1) * slideW, delayTime);
                    if (index == -1) {
                        timeout = setTimeout(function () {
                            translate(-navObjSize * slideW, 0);
                        }, delayTime);
                        index = navObjSize - 1;
                    }
                    else if (index == navObjSize) {
                        timeout = setTimeout(function () {
                            translate(-slideW, 0);
                        }, delayTime);
                        index = 0;
                    }
                    oldIndex = index;
                    break;// leftLoop end
 
            }//switch end
            doStartFun();
            endTimeout = setTimeout(function () {
                doEndFun()
            }, delayTime);
 
            //设置className
            for (var i = 0; i < navObjSize; i++) {
                removeClass(navObj[i], opts.titOnClassName);
                if (i == index) {
                    addClass(navObj[i], opts.titOnClassName)
                }
            }
 
            if (loop == false) { //loop控制是否继续循环
                removeClass(nextBtn, "nextStop");
                removeClass(prevBtn, "prevStop");
                if (index == 0) {
                    addClass(prevBtn, "prevStop")
                }
                else if (index == navObjSize - 1) {
                    addClass(nextBtn, "nextStop")
                }
            }
            if (pageState) {
                pageState.innerHTML = "<span>" + (index + 1) + "</span>/" + navObjSize;
            }
        };// doPlay end
 
        //初始化执行
        doPlay();
 
        //自动播放
        if (autoPlay) {
            inter = setInterval(function () {
                index++;
                doPlay();
            }, interTime);
        }
 
        //点击事件
        if (navObj) {
            for (var i = 0; i < navObjSize; i++) {
                (function () {
                    var j = i;
                    navObj[j].addEventListener('click', function (e) {
                        clearTimeout(timeout);
                        clearTimeout(endTimeout);
                        index = j;
                        doPlay();
                    })
                })()
 
            }
        }
        if (nextBtn) {
            nextBtn.addEventListener('click', function (e) {
                if (loop == true || index != navObjSize - 1) {
                    clearTimeout(timeout);
                    clearTimeout(endTimeout);
                    index++;
                    doPlay();
                }
            })
        }
        if (prevBtn) {
            prevBtn.addEventListener('click', function (e) {
                if (loop == true || index != 0) {
                    clearTimeout(timeout);
                    clearTimeout(endTimeout);
                    index--;
                    doPlay();
                }
            })
        }
 
 
        //触摸开始函数
        var tStart = function (e) {
            clearTimeout(timeout);
            clearTimeout(endTimeout);
            scrollY = undefined;
            distX = 0;
            var point = hasTouch ? e.touches[0] : e;
            startX = point.pageX;
            startY = point.pageY;
 
            //添加“触摸移动”事件监听
            conBox.addEventListener(touchMove, tMove, false);
            //添加“触摸结束”事件监听
            conBox.addEventListener(touchEnd, tEnd, false);
        }
 
        //触摸移动函数
        var tMove = function (e) {
            if (hasTouch) {
                if (e.touches.length > 1 || e.scale && e.scale !== 1) return
            }
            ; //多点或缩放
 
            var point = hasTouch ? e.touches[0] : e;
            distX = point.pageX - startX;
            distY = point.pageY - startY;
 
            if (typeof scrollY == 'undefined') {
                scrollY = !!( scrollY || Math.abs(distX) < Math.abs(distY) );
            }
            if (!scrollY) {
                e.preventDefault();
                if (autoPlay) {
                    clearInterval(inter)
                }
                switch (effect) {
                    case "left":
                        if ((index == 0 && distX > 0) || (index >= navObjSize - 1 && distX < 0 )) {
                            distX = distX * 0.4
                        }
                        translate(-index * slideW + distX, 0);
                        break;
                    case "leftLoop":
                        translate(-(index + 1) * slideW + distX, 0);
                        break;
                }
 
                if (sLoad != null && Math.abs(distX) > slideW / 3) {
                    doSwitchLoad(distX > -0 ? -1 : 1)
                }
            }
        };
 
        //触摸结束函数
        var tEnd = function (e) {
            if(!hasTouch){
                conBox.removeEventListener(touchMove, tMove, false);
                conBox.removeEventListener(touchEnd, tEnd, false);
            }
 
 
            if (distX == 0) return;
            e.preventDefault();
            if (!scrollY) {
                if (Math.abs(distX) > slideW / 10) {
                    distX > 0 ? index-- : index++;
                }
                doPlay(true);
                if (autoPlay) {
                    inter = setInterval(function () {
                        index++;
                        doPlay()
                    }, interTime);
                }
            }
 
            conBox.removeEventListener(touchMove, tMove, false);
            conBox.removeEventListener(touchEnd, tEnd, false);
        };
 
        if(hasTouch){
            conBox.addEventListener(touchStart, tStart, false);
        }
 
 
        function resizeHandler(){
            var tw=panda(opts.slideCell).find(".tempWrap");
            tw.hide();
 
            setTimeout(function(){
                var wd=$(window).width();
                if(wd>1000)
                    wd=1000;
 
                tw.css("width",wd);
 
                var ultotal=0;
                tw.find("li").each(function(element){
                    panda(element).css("width",wd);
                    ultotal+=wd;
                });
 
                tw.find("ul").css("width",ultotal);
 
                //取最大值
                slideW=wd;
                doPlay();
 
                setTimeout(function(){
                    tw.show();
 
                },230);
            },300);
        }
 
      if(top && top.location.href){
            if(top.location.href.indexOf("preview.htm")!=-1||top.location.href.indexOf("packDown.htm")!=-1){
                setTimeout(function(){
                    resizeHandler();
                },1000);
            }else{
                    resizeHandler();
             }
        }
 
        window.addEventListener(resizeStart,function(){
            resizeHandler();
        });
    };
    return PSlide;
});
 
panda(function (require) { 
 
    var PSlide = require("PSlide");
    panda("div[id=jdSlider]").each(function(element){
        var pe=panda(element);
       if(!pe.attr("initslide")){
            PSlide({
                slideCell:element,
                titCell:".rollimage-position ul",
                mainCell:".rollimage-img ul",
                effect:"leftLoop",
                autoPage:true,
                autoPlay:true
            });
 
           pe.attr("initslide",true);
       }
    });
});
panda(function () {
    var LogoElem = panda(".store-logo");
    var logoWrap = panda(".c-logo-opts");
    var slideElements = panda("div[id=jdSlider]");
    var comparePosition = function (nodeA, nodeB) {
        var positionMessage = {
            0: "元素一致",
            1: "节点在不同的文档",
            2: "B 在 A 之前",
            4: "A 在 B 之前",
            8: "B 包含 A",
            16: "节点 A 包含节点 B",
            32: "浏览器的私有使用"
        };
 
        return nodeA.compareDocumentPosition ?
            nodeA.compareDocumentPosition(nodeB) :
            nodeA.contains ?
                ( nodeA != nodeB && nodeA.contains(nodeB) && 16 ) +
                ( nodeA != nodeB && nodeB.contains(nodeA) && 8 ) +
                ( nodeA.sourceIndex >= 0 && nodeB.sourceIndex >= 0 ?
                    (nodeA.sourceIndex < nodeB.sourceIndex && 4 ) +
                    (nodeA.sourceIndex > nodeB.sourceIndex && 2 ) :
                    1 ) :
                0;
    };
 
 
    var positionStatus = true;
    if (!slideElements.length)positionStatus = false;
    for (var i = 0, Ln = slideElements.length; i < Ln; i++) {
        if (comparePosition(LogoElem[0], slideElements[i]) == 2) {
            positionStatus = true;
            break;
        }
        if (comparePosition(LogoElem[0], slideElements[i]) !== 2) {
            positionStatus = false;
            break;
        }
    }
 
    if (!positionStatus) {
        logoWrap.css({
            height: "3.3rem"
        });
        LogoElem.css({
            top: "0.1rem"
        })
    } else {
        logoWrap.css({
            height: "3rem"
        });
        LogoElem.css({
            top: "-0.75rem"
        })
    }
});
panda(function () {
 
    var imgLazyLoad = function (arg) {
        var images = null,
            maxScroll = (document.documentElement.scrollTop || document.body.scrollTop) + document.documentElement.clientHeight,
            currentWidth = panda(window).width();
 
        function init() {
            if (!arg) return;
            images = panda(arg);
            if (!images.size()) return;
 
            domInit();
            eventInit();
            check(true);
        }
 
        function domInit() {
            images.each(function (item, index) {
//                if(typeof jQuery !== "undefined"){
//                    var tempVal = item;
//                    item = index;
//                    index = tempVal;
//                }
                item = panda(item);
                item.data('lly_pos', item.position()).attr('loaded', 'no');
                var srcset = item.attr('srcset');
                srcset = srcset ? srcset.split(/\s*,\s*/) : '';
                item.data("lly_imgs", {});
                if (srcset.length) {
                    var imgs = {};
                    for (var i = 0, len = srcset.length; i < len; i++) {
                        var tem = [];
                        tem = srcset[i].split(/\s+/);
                        imgs[parseInt(tem[1], 10)] = tem[0];
                    }
                    item.data('lly_imgs', imgs);
                }
            });
        }
 
        function eventInit() {
            panda(window).on('scroll', srollHandle);
            panda(window).on('resize', resizeHandle);
        }
 
        function srollHandle() {
            var pandaWin = panda(window),
                scroll = (document.documentElement.scrollTop || document.body.scrollTop) + document.documentElement.clientHeight;
            if (scroll > maxScroll) {
                maxScroll = scroll;
                check(false);
            }
 
        }
 
        function resizeHandle() {
            var width = window.innerWidth;
            if (width != currentWidth) {
                currentWidth = width;
                check(true);
            }
            panda(window).trigger('scroll');
 
        }
 
        function check(isResize) {
            images.each(function (item, index) {
//                if(typeof jQuery !== "undefined"){
//                    var tempVal = item;
//                    item = index;
//                    index = tempVal;
//                }
                item = panda(item);
                if (!!isResize) {
                    item.attr('loaded', 'no');
                    var imgs = item.data('lly_imgs'),
                        widths = [];
                    for (var key in imgs) {
                        widths.push(parseInt(key, 10));
                    }
                    widths.sort(function (a, b) {
                        return a - b;
                    });
 
                    var isHit = false;
                    for (var i = 0, len = widths.length; i < len; i++) {
                        if (currentWidth <= widths[i]) {
                            item.attr('srcd', imgs[widths[i]] + '');
                            isHit = true;
                            break;
                        }
                    }
                    if (isHit === false) {
                        item.attr('srcd', imgs[widths[widths.length - 1] + '']);
                    }
                }
                var top = item.data('lly_pos').top || item.data('lly_pos').y;
                if (item.attr('loaded') && top <= maxScroll + 160 && item.attr('src') !== item.attr('srcd')) {
                    if (item.attr('srcd')) {
                        item.attr('src', item.attr('srcd')).removeAttr('loaded');
                    } else {
                        item.removeAttr('loaded');
                    }
                }
            });
        }
 
        init();
 
    };
 
   imgLazyLoad('img[srcset]');
    
});
panda(function () {
    var mask = panda(".mask");
    var category = panda(".c-category-list");
    var isTouchPad = (/hp-tablet/gi).test(navigator.appVersion);
    var hasTouch = 'ontouchstart' in window && !isTouchPad;
    var eventType = hasTouch ? "touchstart" : "click";   
    panda(".icon-nav").unbind(eventType).bind(eventType, function () {
        mask.css("display", "block");
        category.addClass("category-show-1");
        return false;
    });
    mask.unbind(eventType).bind(eventType, function () {
        mask.css("display", "none");
        category.removeClass("category-show-1");
        return false;
    });
    /**
     * 商家评分控制
     */
    var score = panda(".score");
    var scoreValue = parseInt(score.find("span").html(), 10);
    var starElements = score.find("i");
 
    var Ln = Math.floor(scoreValue / 2);
    for (var i = starElements.size() - 1; i >= Ln; i--) {
        starElements.eq(i).addClass("icon-empty").removeClass("icon-full");
    }
 
 
    var header = panda(".category-list");
    var categoryList = panda(".c-category-list");
 
    header.find(".header").bind("click", function () {
        var target = panda(this);
        var list = target.next();
        if (list.find("li").size() <= 0)return;
        list.css({
            overflow: "hidden"
        });
        if (target.parent().hasClass("active")) {
            target.parent().removeClass("active");
            list.slideUp(function () {
                list.hide()
            });
        } else {
            target.parent().addClass("active");
            categoryList.css({
                height: panda(window).height(),
                overflow: "auto"
            });
            list.slideDown();
        }
        return false;
    });
});
        </script>
<script type="text/javascript" src="themesmobile/68ecshopcom_mobile/js/jquery.js"></script>
</head>
<body>
  <!--分类切换--> 
<div class="container">    
  <div class="category-box">
    <div class="category1" style="outline: none;" tabindex="5000">
      <ul class="clearfix">
         <!--{foreach from=$categories item=cat name=name}-->
        <li {if $smarty.foreach.name.first}class="cur"{/if}>{$cat.name|escape:html}</li>
        <!--{/foreach}-->
      </ul>
    </div>
    <div class="category2" style=" outline: none;" tabindex="5001">
<!--{foreach from=$categories item=cat name=name}-->
        <dl style=" display:none; {if $smarty.foreach.name.first} display: block;{/if}"> 
        <!--{foreach from=$cat.cat_id item=child}-->
        <dt><a href="{$child.url}">{$child.name|escape:html}</a></dt> 
        <!--{foreach from=$cat.cat_id item=child name=child}-->   
        <dd><a href="{$child.url}" >{$child.name|escape:html}</a></dd> 
       <!--{/foreach}-->  
 <!--{/foreach}-->
      </dl>
 <!--{/foreach}-->
    </div>
  </div>
</div>
<!---切换js----->
<script src="store/js/category.js"></script>
<script src="store/js/jquery.nicescroll.min.js"></script> 
 
</body>
</html>