deal.html
62.6 KB
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
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="shortcut icon" href="http://www.yohobuy.com/favicon.ico" type="image/x-icon" />
<title>【YOHO!有货】5 PREVIEW 卫衣|5 preview 拼接型宽松套头卫衣正品 | YOHO!有货 100%正品保证</title>
<link href="http://static.yohobuy.com/css/v3/common.css" rel="stylesheet" type="text/css" media="screen" />
<link href="http://www.yohobuy.com/proxy/screen.css" rel="stylesheet" type="text/css" media="screen" />
<link href="deal.css" rel="stylesheet" type="text/css" media="screen" />
<!--[if !IE 6]>
<script type="text/javascript" src="http://static.yohobuy.com/js/v3/common/respond.min.js"></script>
<![endif]-->
<!--[if lt IE 7]>
<script defer type="text/javascript" src="http://static.yohobuy.com/js/v3/pngfix.js"></script>
<![endif]-->
<!--[if lte IE 6]>
<link media="screen" rel="stylesheet" type="text/css" href="http://static.yohobuy.com/css/v3/ie6.css?v=20130924"/>
<![endif]-->
<style type="text/css">
@font-face {font-family: 'icomoon';src:url('fonts/icomoon.eot');src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),url('fonts/icomoon.ttf') format('truetype'),url('fonts/icomoon.woff') format('woff'),url('fonts/icomoon.svg#icomoon') format('svg');font-weight: normal;font-style: normal;}
[class*="icon-"] {font-family: 'icomoon';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;/* Better Font Rendering =========== */-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.ifont{font-family: "icomoon" ;display:inline-block;}
.ifont10{font-family: "icomoon" ;display:inline-block;font-size: 10px;line-height: 10px;-webkit-transform:scale(0.8);}
</style>
</head>
<body class="page-index-new">
<!-- header start -->
<div class="head2014">
<div class="head-top">
<div class="screen clear">
<div class="left">
<ul class="clear site-list">
<li class="cur"><a href="http://www.yohobuy.com">YOHO!有货</a> </li>
<li><a href="http://www.yoho.cn" target="_blank">YOHO.CN</a> </li>
<li><a href="http://www.yohoshow.com" target="_blank">YOHO!SHOW</a> </li>
</ul>
</div>
<div class="right">
<ul class="clear top-list">
<li class="list" id="loginBox"></li>
<li class="list relative" id="myYohoBox"><!--list-cur-->
<a href="http://www.yohobuy.com/home?t=1422336297.9769" class="list-a">MY有货 <span class="ifont10">.</span></a>
<div class="list-layer my-yohobuy"><div class="account"><img src="http://static.yohobuy.com/images/v3/icon/loading.gif"/> 加载中...</div></div>
</li>
<li class="list relative" id="miniCartBox"><!--list-cur-->
<a href="http://www.yohobuy.com/shopping/cart" class="list-a"><span class="ifont">B</span> 购物车 <span class="red icart-num">0</span> <span class="ifont10">.</span></a>
<!--start mini cart-->
<div class="list-layer mini-cart">
<div><img src="http://static.yohobuy.com/images/v3/icon/loading.gif"/> 加载中...</div>
</div>
<!--end mini cart-->
</li>
<li class="list"><a href="http://www.yohobuy.com/home/orders?t=1422336297.9769" class="list-a">我的订单</a></li>
<li class="list"><a href="http://www.yohobuy.com/home/favorite?t=1422336297.9769" class="list-a">我的收藏</a></li>
<li class="list relative" id="messageBox">
<a href="http://www.yohobuy.com/home/message?t=1422336297.9769" class="list-a"><span class="ifont">m</span> 消息 <span class="red imessage-num">0</span> <span id="upDown" class="ifont10">.</span></a>
<div class="list-layer message"><div class="loading center middle"><img src="http://static.yohobuy.com/images/v3/icon/loading.gif"/> 加载中...</div></div>
</li>
<li class="list line-v"><span>|</span></li>
<li class="list"><a href="javascript:void(0);" class="list-a" id="favoriteYoho">收藏有货</a></li>
</ul>
</div>
</div>
</div>
<div class="head-mid">
<div class="screen clear">
<div class="left boys-girls">
<a onclick="getSource('性别入口','BOYS','homepage_man');" href="http://www.yohobuy.com" class="">BOYS<b>男装</b></a><span>|</span><a onclick="getSource('性别入口','GIRLS','homepage_woman');" href="http://www.yohobuy.com/woman" class="girls cur_girls">GIRLS<b>女装</b></a>
</div>
<div id="phoneact_box">
<div class="right">
<div class="relative head-two-dim">
<a target="_blank" href="http://www.yohobuy.com/brands"><img class="dim-img" src="http://img10.static.yhbimg.com/adpic/2014/09/03/15/010adffd491d8e4c0f4701260fa2347010.gif"></a>
</div>
</div>
<div id="phoneact" style="display:none;">
<div style="position: absolute;right: 0px;top: 64px;z-index: 1;">
<img style="cursor:pointer" src="http://img12.static.yhbimg.com/adpic/2014/09/03/15/02ab1711e4c51ebda3ec0afb67eae6b009.png" onclick="toUrl('http://sale.yohobuy.com/?specialsale_id=6');">
</div>
</div>
</div>
<div class="right">
<script type="text/javascript">
function submitSearch(){
$('#searchForm').submit();
return false;
}
</script>
<div class="nav-input relative">
<form action="http://search.yohobuy.com" method="get" id="searchForm">
<input type="text" name="keyword" id="query_key" autocomplete="off" value="" x-webkit-speech="" lang="zh-CN" x-webkit-grammar="builtin:translate" value="" onfocus="if(this.value==this.defaultValue){this.value='';this.style.color='#333'}" onblur="if(this.value==''){this.value=this.defaultValue;this.style.color='#999'}" /><a class="ifont input-button" href="javascript:void(0);" onclick="submitSearch();">b</a>
<ul id="shelper_notice" class="search-tips hidden" style="display:none;"></ul>
</form>
</div>
<!--end search-->
</div>
<div class="center"><a href="http://www.yohobuy.com/woman"><img alt="YOHO!有货" src="http://static.yohobuy.com/images/v3/icon/logo-girls.png"></a></div>
</div>
</div>
<div class="head-nav">
<div class="screen">
<ul class="clear nav-bar">
<li class="left first"><a onclick="getSource('网站导航','新品到着','homepage_woman');" href="http://www.yohobuy.com/product/new?gender=2,3&order=s_t_desc" class="a-list"><span>新品到着</span></a></li>
<li class="left"><a onclick="getSource('网站导航','品牌一览','homepage_woman');" href="http://www.yohobuy.com/brands?gender=2,3" class="a-list"><span>品牌一览</span></a></li>
<li class="left">
<a onclick="getSource('网站导航','服饰','homepage_woman');" href="http://list.yohobuy.com/?gender=2,3&msort=1,3,4" class="a-list"><span>服饰</span></a>
<div class="nav-panel clear" style="display:none;">
<div class="screen clear">
<ol class="clear">
</ol>
<ol class="clear">
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=1&order=s_t_desc">上装</a></li>
<li class="red"><a href="http://list.yohobuy.com/?gender=2,3&msort=1&misort=11">T恤</a></li>
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=1&misort=16&order=s_t_desc">卫衣</a></li>
<li class="red"><a href="http://list.yohobuy.com/?gender=2,3&msort=1&misort=12">衬衫</a></li>
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=1&misort=257&order=s_t_desc">毛衣/针织</a></li>
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=1&misort=21&order=s_t_desc">夹克</a></li>
</ol>
<ol class="clear">
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=3&order=s_t_desc">下装</a></li>
<li class="red"><a href="http://list.yohobuy.com/?gender=2,3&msort=3&misort=26">休闲裤</a></li>
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=3&misort=27">牛仔裤</a></li>
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=3&misort=28">短裤</a></li>
<li class="red"><a href="http://list.yohobuy.com/?gender=2,3&msort=4&misort=31&order=s_t_desc">连衣裙</a></li>
<li class="red"><a href="http://list.yohobuy.com/?gender=2,3&msort=4&misort=32&order=s_t_desc">半身裙</a></li>
</ol>
<ol class="clear">
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=1,3,4&order=s_t_desc">热门款型</a></li>
<li class="red"><a href="http://list.yohobuy.com/?gender=2,3&msort=1&misort=11¶meter_789=4447&order=s_t_desc">短袖T恤</a></li>
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=1&misort=12¶meter_798=4506&order=s_t_desc">牛仔衬衫</a></li>
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=1&misort=12¶meter_798=4507&order=s_t_desc">格纹衬衫</a></li>
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=3&misort=26¶meter_883=4830&order=s_t_desc">哈伦裤</a></li>
<li class="red"><a href="http://list.yohobuy.com/?gender=2,3&msort=4&misort=31¶meter_905=4932&order=s_t_desc">无袖连衣裙</a></li>
</ol>
<ol class="clear">
<li class=""><a href="http://www.yohobuy.com/brands?gender=2,3">热门品牌</a></li>
<li class=""><a href="http://marriedtothemob.yohobuy.com/?gender=2,3">Married to the MOB</a></li>
<li class="red"><a href="http://chocoolate.yohobuy.com/?gender=2,3">:CHOCOOLATE</a></li>
<li class=""><a href="http://5preview.yohobuy.com/?gender=2,3">5 PREVIEW</a></li>
<li class="red"><a href="http://frontrow.yohobuy.com/?gender=2,3">Front Row Shop</a></li>
<li class=""><a href="http://ilovechoc.yohobuy.com/?gender=2,3">I LOVE CHOC</a></li>
</ol>
<div class="cate-ads">
<a href="http://list.yohobuy.com/?gender=2,3&msort=1&misort=11"><img alt="" src="http://img11.static.yhbimg.com/taobaocms/2014/07/17/07/0162db57fc82cb41a6a9b9f6aef772269a.jpg?imageMogr2/thumbnail/345x230/extent/345x230/background/d2hpdGU=/position/center"></a>
</div>
</div>
</div>
</li>
<li class="left">
<a onclick="getSource('网站导航','鞋履','homepage_woman');" href="http://list.yohobuy.com/?gender=2,3&msort=6" class="a-list"><span>鞋履</span></a>
<div class="nav-panel clear" style="display:none;">
<div class="screen clear">
<ol class="clear">
</ol>
<ol class="clear">
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=6&order=s_t_desc">鞋履</a></li>
<li class="red"><a href="http://list.yohobuy.com/?gender=2,3&msort=6&misort=44">休闲鞋/运动鞋</a></li>
<li class="red"><a href="http://list.yohobuy.com/?gender=2,3&msort=6&misort=46">凉鞋/凉拖</a></li>
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=6&misort=48">时装鞋</a></li>
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=6&misort=230&order=s_t_desc">鞋配</a></li>
</ol>
<ol class="clear">
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=6&order=s_t_desc">热门款型</a></li>
<li class="red"><a href="http://list.yohobuy.com/?gender=2,3&msort=6&misort=44¶meter_918=4991&order=s_t_desc">帆布鞋</a></li>
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=6&misort=44¶meter_918=4992&order=s_t_desc">复古跑</a></li>
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=6&misort=44¶meter_918=4993&order=s_t_desc">板鞋</a></li>
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=6&misort=48¶meter_924=5039&order=s_t_desc">雕花鞋</a></li>
</ol>
<ol class="clear">
<li class=""><a href="http://www.yohobuy.com/brands?gender=2,3">热门品牌</a></li>
<li class=""><a href="http://melissa.yohobuy.com/?gender=2,3">MELISSA</a></li>
<li class=""><a href="http://drmartens.yohobuy.com/?gender=2,3">Dr.Martens</a></li>
<li class="red"><a href="http://adidas.yohobuy.com/?gender=2,3">adidas originals</a></li>
<li class="red"><a href="http://foss.yohobuy.com/?gender=2,3">FOSS</a></li>
<li class=""><a href="http://ipanema.yohobuy.com/?gender=2,3">IPANEMA</a></li>
</ol>
<ol class="clear">
</ol>
<div class="cate-ads">
<a href="http://list.yohobuy.com/?gender=2,3&msort=6&misort=44"><img alt="" src="http://img13.static.yhbimg.com/taobaocms/2014/07/17/07/025dfb6684b3ee9f6260c2851343ca5afb.jpg?imageMogr2/thumbnail/345x230/extent/345x230/background/d2hpdGU=/position/center"></a>
</div>
</div>
</div>
</li>
<li class="left">
<a onclick="getSource('网站导航','包','homepage_woman');" href="http://list.yohobuy.com/?gender=2,3&msort=7" class="a-list"><span>包</span></a>
<div class="nav-panel clear" style="display:none;">
<div class="screen clear">
<ol class="clear">
</ol>
<ol class="clear">
<li class="red"><a href="http://list.yohobuy.com/?gender=2,3&msort=7&order=s_t_desc">包</a></li>
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=7&misort=49">双肩包</a></li>
<li class="red"><a href="http://list.yohobuy.com/?gender=2,3&msort=7&misort=50">单肩包</a></li>
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=7&misort=52&order=s_t_desc">拎包</a></li>
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=7&misort=237&order=s_t_desc">钱包/卡包/手拿包</a></li>
</ol>
<ol class="clear">
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=7&order=s_t_desc">热门款型</a></li>
<li class=""><a href="http://list.yohobuy.com/?gmsoender=1,3&rt=7&misort=49¶meter_18=128&order=s_t_desc">帆布背包</a></li>
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=7&misort=49¶meter_18=3080&order=s_t_desc">尼龙背包</a></li>
<li class="red"><a href="http://list.yohobuy.com/?gender=2,3&msort=7&misort=49¶meter_15=100&order=s_t_desc">印花背包</a></li>
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=7&misort=49¶meter_15=107&order=s_t_desc">拼色背包</a></li>
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=7&misort=49¶meter_15=106&order=s_t_desc">多口袋背包</a></li>
</ol>
<ol class="clear">
<li class=""><a href="http://www.yohobuy.com/brands?gender=2,3">热门品牌</a></li>
<li class="red"><a href="http://across.yohobuy.com/?gender=2,3">ACROSS!</a></li>
<li class=""><a href="http://overket.yohobuy.com/?gender=2,3">overket</a></li>
<li class=""><a href="http://eastpak.yohobuy.com/?gender=2,3">EASTPAK</a></li>
<li class=""><a href="http://manhattan.yohobuy.com/?gender=2,3">Manhattan Portage</a></li>
<li class="red"><a href="http://fiv5s.yohobuy.com/?gender=2,3">F5S</a></li>
</ol>
<ol class="clear">
</ol>
<div class="cate-ads">
<a href="http://list.yohobuy.com/?gender=2,3&msort=7"><img alt="" src="http://img13.static.yhbimg.com/taobaocms/2014/07/17/07/0286b228006162789c4eed4c29d0f30040.jpg?imageMogr2/thumbnail/345x230/extent/345x230/background/d2hpdGU=/position/center"></a>
</div>
</div>
</div>
</li>
<li class="left">
<a onclick="getSource('网站导航','配饰 · 其他','homepage_woman');" href="http://list.yohobuy.com/?gender=2,3&msort=8,10,241" class="a-list"><span>配饰 · 其他</span></a>
<div class="nav-panel clear" style="display:none;">
<div class="screen clear">
<ol class="clear">
</ol>
<ol class="clear">
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=8&order=s_t_desc">服配</a></li>
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=7&misort=49">双肩包</a></li>
<li class="red"><a href="http://list.yohobuy.com/?gender=2,3&msort=8&misort=287&order=s_t_desc">内衣</a></li>
<li class=""><a href="http://list.yohobuy.com/?s_t=desc&gender=2,3&msort=8&misort=60">帽子</a></li>
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=8&misort=66&order=s_t_desc">配饰</a></li>
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=8&misort=59&order=s_t_desc">手表</a></li>
</ol>
<ol class="clear">
<li class="red"><a href="http://list.yohobuy.com/?gender=2,3&msort=7&misort=50">单肩包</a></li>
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=10&misort=103&order=s_t_desc">数码影音</a></li>
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=8&misort=61&order=s_t_desc">眼镜</a></li>
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=10&order=s_t_desc">创意集市</a></li>
</ol>
<ol class="clear">
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=241&order=s_t_desc">数码周边</a></li>
<li class="red"><a href="http://list.yohobuy.com/?gender=2,3&msort=241&misort=250&order=s_t_desc">耳机</a></li>
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=241&misort=244&order=s_t_desc">手机/ipad壳套</a></li>
<li class=""><a href="http://list.yohobuy.com/?gender=2,3&msort=241&misort=242&order=s_t_desc">数码配件</a></li>
</ol>
<ol class="clear">
<li class=""><a href="http://www.yohobuy.com/brands?gender=2,3">热门品牌</a></li>
<li class=""><a href="http://jinggong.yohobuy.com/?gender=2,3">精工手表</a></li>
<li class="red"><a href="http://skullcandy.yohobuy.com/?gender=2,3">Skullcandy</a></li>
<li class=""><a href="http://vochic.yohobuy.com/?gender=2,3">VOCHIC</a></li>
<li class="red"><a href="http://kopometal.yohobuy.com/?gender=2,3">KOPO METAL</a></li>
<li class=""><a href="http://zerone.yohobuy.com/?gender=2,3">ZERONE</a></li>
</ol>
</div>
</div>
</li>
<li class="left"><a onclick="getSource('网站导航','LOOKBOOK','homepage_woman');" href="http://www.yohobuy.com/lookbook?gender=2,3" class="a-list"><span>LOOKBOOK</span></a></li>
<li class="left"><a onclick="getSource('网站导航','潮流资讯','homepage_woman');" href="http://www.yohobuy.com/trends?gender=2,3" class="a-list"><span>潮流资讯</span></a></li>
<li class="left last"><a onclick="getSource('网站导航','SALE','homepage_woman');" href="http://www.yohobuy.com/sale?gender=2,3" class="a-list"><span>SALE</span></a></li>
</ul>
</div>
</div>
</div>
<!-- header end -->
<!-- brand start -->
<div class="deal_box" style="background:url( ) #000000">
<div class="brand_nav screen">
<a href="http://5preview.yohobuy.com" class="b_alink">
<img src="http://img12.static.yhbimg.com/brandLogo/2014/04/22/15/02e3043488761336a4527c8070713c6b66.jpg?imageView/3/w/500/h/45" height="45" alt="5 PREVIEW" class="left">
</a>
<a href="http://5preview.yohobuy.com" title="5 PREVIEW" class="relative"><span class="ifont">h</span></a>
<a href="javascript:void(0);" id="brandFavor" brand="526" class="relative"><span class="ifont">f</span></a>
</div>
</div>
<!-- brand end -->
<!-- deal start -->
<div class="deal_box">
<div class="deal_main screen">
<!--bread start-->
<div class="floor bread_nav">
<a href="/woman" title="YOHO!有货女装首页">GIRLS首页</a>
<em class="ifont10">></em>
<a href="http://list.yohobuy.com/?msort=1gender=2,3" title="上衣">上衣</a>
<em class="ifont10">></em>
<a href="http://list.yohobuy.com/?msort=1&misort=16&gender=2,3" title="卫衣">卫衣</a>
<em class="ifont10">></em>
<strong>5 preview 拼接型宽松套头卫衣</strong>
</div>
<!--bread end-->
<!-- deal goods start -->
<div class="floor deal_goods clear">
<div class="goods_pics left">
<div class="goods-img-big left">
<span class="yohood-tag absolute"></span>
<span class="absolute goods-tag-small" id="goods_tag_small">特价</span>
<img id="bigImage" src="http://img13.static.yhbimg.com/goodsimg/2015/01/04/05/0207d93aa104c8ddbc1f97e1ae7e918853.jpg?imageMogr2/thumbnail/420x560/extent/420x560/background/d2hpdGU=/position/center" />
</div>
<div class="goods-img-small right">
<a href="javascript:void(0);"><img src="http://img13.static.yhbimg.com/goodsimg/2015/01/04/05/0207d93aa104c8ddbc1f97e1ae7e918853.jpg?imageMogr2/thumbnail/75x100/extent/75x100/background/d2hpdGU=/position/center"></a>
<a href="javascript:void(0);"><img src="http://img10.static.yhbimg.com/goodsimg/2014/08/15/09/01b13a334f8d243e73c2bba682e4eb6959.jpg?imageMogr2/thumbnail/75x100/extent/75x100/background/d2hpdGU=/position/center"></a>
<a href="javascript:void(0);"><img src="http://img11.static.yhbimg.com/goodsimg/2014/10/10/10/01d6a28a82d93be36e8100a3414c5c4425.jpg?imageMogr2/thumbnail/75x100/extent/75x100/background/d2hpdGU=/position/center"></a>
<a href="javascript:void(0);"><img src="http://img11.static.yhbimg.com/goodsimg/2015/01/04/05/018a4146fb2c0927192ba79ab04ad27655.jpg?imageMogr2/thumbnail/75x100/extent/75x100/background/d2hpdGU=/position/center"></a>
</div>
</div><!-- goods_pics end -->
<div class="goods_info">
<h2 class="title"> 5 preview 拼接型宽松套头卫衣<span>Final sale 最高直减1000元</span> </h2>
<p><a href="http://5preview.yohobuy.com" title="5 PREVIEW">5 PREVIEW</a></p>
<div class="info-price">
<p class="price-del"><span>市场价:</span><b>¥1,200.00</b></p>
<p class="price"><span>促销价:</span><span class="price-sale">¥509.00</span></p>
<!-- 会员价格 -->
<div class="vip-price">
<img src="http://static.yohobuy.com/images/v3/icon/icon-vip-price.png"/>
<span>您当前是普通会员,还不能享受优惠!</span>
<span class="vip-tips"><a href="http://www.yohobuy.com/home/vip" target="_blank">查看我的VIP进度</a></span>
</div>
<div class="vip-price">
<img src="http://static.yohobuy.com/images/v3/icon/icon-vip-price.png"/>
<span style="color: #f02200;">黄金会员</span>
<span class="vip-tips"><a href="http://www.yohobuy.com/home/vip" target="_blank">查看我的VIP进度</a></span>
</div>
<div class="vip-price">
<img src="http://static.yohobuy.com/images/v3/icon/icon-vip-price.png"/>
<span style="color: #a6a6a6;">登录后即可查看vip价格</span>
<span class="vip-tips"> <a href="http://www.yohobuy.com/signin.html" style="color: red;">立即登录</a></span>
</div>
</div><!-- info-price end -->
<div class="info-activity">
<!-- <?php if (!is_outlets) {?> -->
<div><a href="http://sale.yohobuy.com/?specialsale_id=3" target="_blank"><img src="http://img11.static.yhbimg.com/productbanner/2015/01/21/15/01849f09fd4edb40b048ced10040926461.jpg"></a></div>
<div class="activity">
<p><span>赠品</span>【final sale 岁末升级】满¥1599即赠Paul Frank笔记本/玩偶</p>
<p><span>加价购</span>【final sale 岁末升级】满¥799加¥1即可换购潮TEE</p>
<p><span>赠品</span>【final sale 岁末升级】满¥499即赠MISHKA棉袜</p>
<p><span>加价购</span>【final sale 岁末升级】满¥299加¥9即可换购MISHKA棉袜</p>
<p><span>满减</span>【final sale 岁末升级】满¥2999减¥1000</p>
</div>
<!-- <?php }else{?> -->
<div class="outlet-tag" style="display: none;"><a href="http://list.yohobuy.com/outlet?gender=2,3"><img src="http://static.yohobuy.com/images/v3/index/outlet-tag.jpg"><span>UP TO $20% OFF</span></a></div>
<!-- <?php }?> -->
</div><!-- info-activity end -->
<div class="info-buy">
<div class="move-panel">
<dl class="color clear">
<dt class="left rgb9">选颜色:</dt>
<dd class="left" id="goodsList">
<a href="javascript:void(0);" class="cur " storage="7" goods_id="116699" color_name="黑色" title="5 preview 拼接型宽松套头卫衣 黑色"><img src="http://img13.static.yhbimg.com/goodsimg/2015/01/04/05/0207d93aa104c8ddbc1f97e1ae7e918853.jpg?imageMogr2/thumbnail/40x40/extent/40x40/background/d2hpdGU=/position/center" alt="5 preview 拼接型宽松套头卫衣 黑色"></a>
<a href="javascript:void(0);" storage="7" goods_id="116699" color_name="黑色" title="5 preview 拼接型宽松套头卫衣 黑色"><img src="http://img13.static.yhbimg.com/goodsimg/2015/01/04/05/0207d93aa104c8ddbc1f97e1ae7e918853.jpg?imageMogr2/thumbnail/40x40/extent/40x40/background/d2hpdGU=/position/center" alt="5 preview 拼接型宽松套头卫衣 黑色"></a>
</dd>
<dd class="left">
<span class="warning-tips"><span class="ifont">!</span>请选择颜色</span>
</dd>
</dl>
<dl class="size clear">
<dt class="left rgb9" id="select_size_title">选尺码:</dt>
<dd class="left" id="sizeList">
<a href="javascript:void(0);" title="胸围 112cm / 肩宽 54cm" class="left cur" sku="520213" sizename="XXS" size="217" num="3">XXS</a>
<a href="javascript:void(0);" title="胸围 114cm / 肩宽 55cm" class="left " sku="520214" sizename="XS" size="213" num="2">XS</a>
<a href="javascript:void(0);" title="胸围 120cm / 肩宽 57cm" class="left " sku="520215" sizename="S" size="207" num="2">S</a>
<a href="#size-info" class="size-ruler" style=""><img src="http://static.yohobuy.com/images/v3/icon/icon-size-ruler.png"></a>
</dd>
<dd class="left">
<span class="warning-tips"><span class="ifont">!</span>请选择尺码</span>
</dd>
</dl>
<dl class="amount clear">
<dt class="left rgb9">选数量:</dt>
<dd class="left amount-unit" id="amount-unit">
<input class="amount-input left" name="num" id="num" type="text" value="1" disabled>
<div class="left">
<a href="javascript:void(0);" class="amount-add"><span class="ifont10">,</span></a>
<a href="javascript:void(0);" class="amount-sub amount-subtract"><span class="ifont10">.</span></a>
</div>
</dd>
<dd class="left amount-tips"><span class="rgb9"></span></dd>
</dl>
<div class="info-submit clear">
<a href="javascript:void(0);" class="left button-goods button-cart" id="buyclick"><span class="ifont font16">B</span>添加到购物车</a>
<a href="javascript:void(0);" class="left button-goods button-none"><span class="ifont font16">/</span>非卖品</a>
<a class="left button-goods button-none"><span class="ifont font16">/</span>YO‘HOOD会场限定商品 </a>
<a href="javascript:void(0);" class="left button-goods button-cart" id="buyclick"><span class="ifont font16">B</span>立即购买</a>
<a href="javascript:void(0);" class="left button-goods button-supply" id="supply"><span class="ifont font16">i</span>补货通知</a>
<a href="javascript:void(0);" class="left button-goods button-wait" id="supply"><span class="ifont font16">T</span>请等待补货</a>
<a href="javascript:void(0);" class="left button-goods button-none"><span class="ifont font16">/</span>已售罄</a>
<a href="javascript:void(0);" class="left button-favor"><span class="ifont">f</span>收藏商品</a>
</div>
</div>
<!-- 成功添加进购物车 -->
<div class="submit-done" style="display: none;">
<p>商品已成功添加到购物车!</p>
<span>购物车一共有 1 件商品</span>
</div>
<div class="info-submit" style="display: none;">
<a href="http://www.yohobuy.com/shopping/cart" class="left button-goods button-cart">去购物车结算<span class="ifont font12">></span></a>
<a href="javascript:void(0);" class="left button-favor" id="shopping">继续购物</a>
</div>
<!-- 暂时缺货时输入手机号码 -->
<div class="submit-done" style="display: none;">
<p>请输入您的手机号:</p>
<div class="submit-phone">
<input type="text" name="mobile" id="mobile" />
<button class="button button-2" id="notifyBtn">确定</button>
</div>
<span>商品补货会第一时间通过手机短信告诉您!</span>
</div>
<div id="resultBox" class="move-panel"></div>
</div><!-- info-buy end -->
<div class="info-other">
<div class="info-share">
<span class="share-to relative">
<span class="rgb9">分享商品:</span>
<a href="javascript:void(0);" onclick="share ('weibo')" class="share-a share-sina" title="分享到新浪微博"></a>
<a href="javascript:void(0);" onclick="share('weixin', $(this))" class="share-a share-weixin" title="分享到微信朋友圈"></a>
<a href="javascript:void(0);" onclick="share('tqq')" class="share-a share-tencent" title="分享到腾讯微博"></a>
<a href="javascript:void(0);" onclick="share('qzone')" class="share-a share-qzone" title="分享到QQ空间"></a>
<a href="javascript:void(0);" onclick="share('qq')" class="share-a share-qq" title="分享到QQ好友"></a>
<a href="javascript:void(0);" onclick="share('renren')" class="share-a share-renren" title="分享到人人网"></a>
<a href="javascript:void(0);" onclick="share('douban')" class="share-a share-douban" title="分享到豆瓣"></a>
<div class="shareWeixin"></div>
</span>
<script type="text/javascript">
function share (channel,self) {
var title = document.title.replace(/(^\s*)|(\s*$)/g,"");
var desc = '';
var image = 'http://img13.static.yhbimg.com/goodsimg/2015/01/04/05/0207d93aa104c8ddbc1f97e1ae7e918853.jpg?imageMogr2/thumbnail/420x560/extent/420x560/background/d2hpdGU=/position/center';
Qinshare({'channel':channel,'title':title,'desc':desc,'image':image,'self':self});
}
</script>
</div><!-- info-share end -->
</div><!-- info-other end -->
</div><!-- goods_info end -->
</div>
<!-- deal goods end -->
<!-- deal content start -->
<dl class="goods-attr" id="like">
<dt class="center"><span class="cur">浏览过此产品的顾客也浏览了</span></dt>
<dd class="goods-suggest">
<ul class="clear">
<li class="left ">
<a href="#" target="_blank"><img src="http://img10.static.yhbimg.com/goodsimg/2014/11/13/10/01e35207d4a49ae5a6b7b41f5d4cd248a0.jpg?imageMogr2/thumbnail/190x253/extent/190x253/background/d2hpdGU=/position/center"></a>
<a href="#" class="name">kakatoo 纯色手拎单肩包</a>
<span class="price-del">¥670</span>
<span class="price">¥329</span>
</li>
<li class="left ">
<a href="#" target="_blank"><img src="http://img10.static.yhbimg.com/goodsimg/2014/10/21/06/01c8a17daacc7f3c44d72adc107ca97f6e.jpg?imageMogr2/thumbnail/190x253/extent/190x253/background/d2hpdGU=/position/center"></a>
<a href="#" class="name">CUBE SUGAR 休闲风字母装饰针织衫</a>
<span class="price-del">¥690</span>
<span class="price">¥414</span>
</li>
<li class="left ">
<a href="#" target="_blank"><img src="http://img10.static.yhbimg.com/goodsimg/2014/01/07/05/01ec3dbc398dce9e842788c317b487a92c.jpg?imageMogr2/thumbnail/190x253/extent/190x253/background/d2hpdGU=/position/center"></a>
<a href="#" class="name">CHEAP MONDAY 女裝针织衫</a>
<span class="price-del">¥750</span>
<span class="price">¥299</span>
</li>
<li class="left ">
<a href="#" target="_blank"><img src="http://img12.static.yhbimg.com/goodsimg/2015/01/21/05/025523440bf78e2a8b046453da1da3768c.jpg?imageMogr2/thumbnail/190x253/extent/190x253/background/d2hpdGU=/position/center"></a>
<a href="#" class="name">CHEAP MONDAY 女裝LOGO印花套头卫衣</a>
<span class="price-del">¥599</span>
<span class="price">¥399</span>
</li>
<li class="left last">
<a href="#" target="_blank"><img src="http://img10.static.yhbimg.com/goodsimg/2014/12/18/09/0157be054bbff5da6090348d7fa4ea65d5.jpg?imageMogr2/thumbnail/190x253/extent/190x253/background/d2hpdGU=/position/center"></a>
<a href="#" class="name">ENGAME 迷彩印花女款连帽卫衣</a>
<span class="price-del">¥888</span>
<span class="price">¥349</span>
</li>
</ul>
</dd>
</dl><!-- 浏览过此产品的顾客也浏览了 end -->
<dl class="goods-attr">
<dt class="center">
<span class="cur" id="description">商品信息 DESCRIPTION</span>
<em class="sep">|</em>
<span class="" id="materials">材质洗涤 MATERIALS</span>
</dt>
<dd class="goods-desciption">
<ul class="clear">
<li class="left"><span>编号:</span>51049348</li>
<li class="left" id="goodsColor"><span>颜色:</span></li>
<li class="left"><span>性别:</span>女款</li>
<li class="left"><span>领型:</span>圆领</li>
<li class="left"><span>衣长:</span>适中</li>
<li class="left"><span>袖长:</span>长袖</li>
<li class="left"><span>版型:</span>宽松</li>
<li class="left"><span>厚度:</span>厚</li>
<li class="left"><span>经典款型:</span>圆领套头卫衣</li>
</ul>
</dd>
<dd class="goods-material hidden" id="material">
<ul>
<li class="clear">
<img class="left" src="http://img10.static.yhbimg.com/material/2012/03/06/20/0176f9410824167f9eca0cea7bd2b3df70.jpg">
<div class="left name"><p>棉</p><span>pu</span></div>
<div class="left text">用各种洗涤剂,可手洗机洗,但不宜氯漂,宜阴干,避免曝晒,以免深色衣物褪色,在日光下晾晒时,将里面朝外。浸泡时间不能太长,避免褪色,深色与浅色衣服最好请分开洗涤,避免染色。棉质商品一般易皱、易缩水、易变形购买时请注意。</div>
</li>
<li class="clear">
<img class="left" src="http://img10.static.yhbimg.com/material/2012/03/06/20/0176f9410824167f9eca0cea7bd2b3df70.jpg">
<div class="left name"><p>涤纶</p><span>Wool</span></div>
<div class="left text">涤纶类的服装可机洗,可手洗,可干洗,可用毛刷刷洗。不可曝晒,不宜烘干。熨烫温度不能超过110度,熨烫时一定要打蒸汽,不能干烫 。在日光下晾晒时,将里面朝外。</div>
</li>
</ul>
<div class="washing clear">
<span class=""><img src="http://static.yohobuy.com/images/wash_3.png"><br>30度水温弱速洗</span>
<span class="last"><img src="http://static.yohobuy.com/images/wash_7.png"><br>分色洗涤</span>
</div>
</dd>
</dl><!-- 商品信息 and 材质洗涤 end -->
<dl class="goods-attr">
<dt class="center">
<span class="cur" id="sizeInfo"><a name="size-info"></a>尺码信息 SIZE INFO</span>
<em class="sep">|</em>
<span id="sizeImg">测量方式 MEASURE</span>
</dt>
<dd class="goods-size-info">
<table>
<thead>
<tr><th width="110">尺码</th><th width="110">后衣长</th><th width="110">前衣长</th><th width="110">袖长</th><th width="110">胸围</th><th width="110">肩宽</th></tr>
</thead>
<tbody>
<tr><td>XS</td><td>67</td><td>67</td><td>51</td><td>114</td><td>55</td></tr>
<tr><td>XXS</td><td>66</td><td>66</td><td>50</td><td>112</td><td>54</td></tr>
<tr><td>S</td><td>69</td><td>69</td><td>52</td><td>120</td><td>57</td></tr>
</tbody>
</table>
<p class="center measure-tips">※ 以上尺寸为实物人工测量,因测量方式不同会有1-2CM误差,相关数据仅作参考,以收到实物为准。 单位:厘米</p>
</dd>
<dd class="hidden measure">
<p class="center">
<img id="cateimage" src="http://static.yohobuy.com/images/1.jpg"/>
</p>
</dd>
</dl><!-- 尺码信息 and 测量方式 end -->
<dl class="goods-attr">
<div class="model-info">
<div class="model" style="background: url(http://img10.static.yhbimg.com/modelCard/2013/10/22/02/0155104afd4e5ad72572548c3c3992b975.jpg) no-repeat;">
<span>尺码: S</span>
</div>
</div>
</dl>
<dl class="goods-attr">
<dt class="center">
<span class="cur">商品详情 DETAILS</span>
</dt>
<dd class="goods-detail-richtext">
<p>
<strong><span style="font-size: 16px;"><span style="color: rgb(255, 0, 0);">友情提醒:该品牌为欧洲版型,尺码选择请仔细核对尺码表哦!</span></span></strong><br />
<img border="0" src="http://img02.static.yohobuy.com/product/2014/06/09/10/0227749ba30bb1b44d98ad6d6fb218c447.jpg" /></p>
<p><img border="0" src="http://img01.static.yohobuy.com/product/2014/09/09/15/01cea2af99b65915818582aa18e2823222.jpg" /></p>
<p><img border="0" src="http://img01.static.yohobuy.com/product/2014/10/10/18/013ea6bf9b8f95483b69155686409c772f.jpg" /></p>
<p><img border="0" src="http://img01.static.yohobuy.com/product/2014/10/10/18/01fa0d30ff1c225b621c160f75e4ca8b95.jpg" /></p>
<p><img border="0" src="http://img02.static.yohobuy.com/product/2015/01/04/13/026351db4a1d450cd142e25595a1eab0d7.jpg" /></p>
<p><img border="0" src="http://img02.static.yohobuy.com/product/2015/01/04/13/023f46b7c1028f28a21678f2701774c04f.jpg" /></p>
<p><img border="0" src="http://img02.static.yohobuy.com/product/2015/01/04/13/025cd23d92adce4b4bd2f12e6a4a0b1ed9.jpg" /></p>
<p><img border="0" src="http://img02.static.yohobuy.com/product/2015/01/04/13/0294b87d00986f7d8b876b47507a80111b.jpg" /></p>
<p><img border="0" src="http://img02.static.yohobuy.com/product/2015/01/04/13/0271ee3c47fb9c7e9cc63553d46fdcae5a.jpg" /></p>
<p>
<span style="font-size: 14px;"><strong>以欧美大热 oversize 剪裁版式呈现,细节中融入了拼接元素,半身“绒绒毛”面料的镶拼细节,带来些许女性华丽感,且不失休闲韵味</strong></span>
<img border="0" src="http://img01.static.yohobuy.com/product/2014/08/15/17/0131dbfd679952eae4aa1997d053c67d7d.jpg" />
<img border="0" src="http://img01.static.yohobuy.com/product/2014/08/15/17/0144885891576e414a118882c4be2f21e5.jpg" />
<img border="0" src="http://img01.static.yohobuy.com/product/2014/08/15/17/01c507445b2ebe4285038c6e46805261a2.jpg" />
<img border="0" src="http://img01.static.yohobuy.com/product/2014/08/15/17/01bb98f07ee6533aa15b8dae906aaa3afc.jpg" />
<img border="0" src="http://img01.static.yohobuy.com/product/2014/08/15/17/0199353109bffc86aa176f0b857bce3b57.jpg" />
</p>
</dd>
</dl><!-- 商品详情 end -->
<dl class="goods-attr" id="comments_title">
<dt class="center">
<span class=""><a href="javascript:void(0);" id="userConsult">顾客咨询 (<i id="consultNums">0</i>)</a></span>
<em class="sep">|</em>
<span class="cur"><a href="javascript:void(0);" id="userComments">购买评价 (<i id="commentsNums">0</i>)</a></span>
</dt>
</dl>
<div class="comments" id="comments_box">
<dl id="consultItem" class="hidden">
<dt>购买咨询(<span id="consultNum">0</span>)</dt>
<dd>
<div class="clear">
<div class="left photo"><img src="#"></div>
<div class="user-info">
<p><span class="user-question">购买咨询购买咨询购买咨询购买咨询购买咨询</span></p>
<p><span class="time">2015/01/29</span></p>
</div>
</div>
<div class="user-reply">回答回答回答回答回答回答回答回答回答回答回答回答回答回答</div>
</dd>
<dd>
<div class="clear">
<div class="left photo"><img src="#"></div>
<div class="user-info">
<p><span class="user-question">购买咨询购买咨询购买咨询购买咨询购买咨询</span></p>
<p><span class="time">2015/01/29</span></p>
</div>
</div>
<div class="user-reply">回答回答回答回答回答回答回答回答回答回答回答回答回答回答</div>
</dd>
<dd id="consultBtnBox" class="hidden" page="1">
<p class="center load-more"><a href="javascript:void(0);" id="commentsBtn">加载更多 <span class="ifont">.</span></a></p>
</dd>
<dd>
<p class="center"><a href="javascript:void(0);" class="do-comment" id="consultFormBtn"><span class="ifont">t</span>我要咨询</a></p>
</dd>
<dd style="display:none;">
<div class="commit-success">
<p class="center">
<b><span class="ifont">=</span>发表成功,等待客服回复!</b>
</p>
</div>
</dd>
<dd style="display: none;">
<div class="comment-text">
<textarea class="text-none" name="consultContent" id="consultContent"></textarea>
<span class="commit-tips" style="display:none;"><span class="ifont">!</span>请输入咨询内容</span>
</div>
<div class="check-code">
<input class="text-none" type="text" name="auth_code" id="auth_code" value=""/>
<img height="32" width="96" id="imgcode" src="http://www.yohobuy.com/passport/images?g=consult">
</div>
<div class="commit">
<a href="javascript:void(0);">提交咨询</a>
<span class="commit-tips" style="display:none;"><span class="ifont">!</span>请输入验证码</span>
</div>
</dd>
</dl>
<dl id="commentsItem" class="">
<dt>购买评价(<span id="commentsNum">0</span>)</dt>
<dd>
<div class="clear">
<div class="left photo"><img src="#"></div>
<div class="left user-info">
<p>abc<span class="user-buy">购买了5 preview 拼接型宽松套头卫衣/F</span></p>
<p><span class="time">2015-01-29</span></p>
</div>
</div>
<div class="user-comment">购买评价购买评价购买评价购买评价购买评价购买评价购买评价购买评价购买评价购买评价购买评价购买评价</div>
</dd>
<dd>
<div class="clear">
<div class="left photo"><img src="#"></div>
<div class="left user-info">
<p>abc<span class="user-buy">购买了5 preview 拼接型宽松套头卫衣/F</span></p>
<p><span class="time">2015-01-29</span></p>
</div>
</div>
<div class="user-comment">购买评价购买评价购买评价购买评价购买评价购买评价购买评价购买评价购买评价购买评价购买评价购买评价</div>
</dd>
<dd id="commentsBtnBox" class="hidden" page="1">
<p class="center load-more"><a href="javascript:void(0);" id="commentsBtn">加载更多 <span class="ifont">.</span></a></p>
</dd>
<dd>
<p class="center"><a href="http://www.yohobuy.com/home/comment" target="_blank" class="do-comment"><span class="ifont">t</span>我要评论</a></p>
</dd>
</dl>
</div><!-- 顾客咨询 and 购买评价 end -->
<div class="after-sale-close">
<p><a href="javascript:void(0);" class="rgb2"><span class="ifont">?</span><span>售后服务</span><span class="ifont10">]</span></a></p>
</div>
<dl class="goods-attr hidden" id="afterService">
<dt class="center">
<span class="cur">售后服务 AFTER SERVICE</span>
</dt>
<dd class="after-sale" id="after_sale_html">
<div class="center">
<img src="http://static.yohobuy.com/images/br_process_1.png"></div>
<div class="center"><img src="http://static.yohobuy.com/images/br_process_2.png"></div>
<div class="sale-text">
<h4>退换货承诺</h4>
<p>自您签收商品7日内可以退货,15日内可以换货,在商品不影响二次销售的情况下,YOHO!有货将为您办理退换货服务,请在网站提交"退换货"申请。需要说明的是:非质量问题的退换货,来回运费由您承担。</p>
<h4>退换货方式</h4>
<p>针对国内大中型城市,YOHO!有货开通了<span class="orange">"上门换货"</span>服务,上门服务区域及费用请联系客服中心;若您所在的区域不在上门换货范围内,请您选择普通快递将商品、内包装、赠品及发货单等一并寄回。质量问题的退换货,目前不支持运费到付款业务,请您先垫付运费寄回。如需退换货,请致电客服电话:400-889-9646。</p>
<h4>退换货邮寄地址</h4>
<p>
南京市雨花台区雨花经济开发区龙藏大道9号一号厂房 收件人:YOHO!有货 邮编:210019<br>
YOHO!有货客服热线:400-889-9646 客服邮箱:<a href="mailto:service@yoho.cn">service@yoho.cn</a><br>
有疑问请联系我们,我们将为您提供最优质的产品和服务。
</p>
</div>
</dd>
</dl><!-- 售后服务end -->
<div class="goods-sure"><p class="center"><img src="http://static.yohobuy.com/images/v3/index/goods-sure.png"></p></div>
<dl class="goods-attr" id="recentReview">
<dt class="center">
<span class="cur">最近浏览 RECENT REVIEW</span>
</dt>
<dd class="goods-suggest">
<ul class="clear" style="margin: 0 auto;width: 1010px;">
<li class="left ">
<a href="#" target="_blank"><img src="http://img10.static.yhbimg.com/goodsimg/2014/11/13/10/01e35207d4a49ae5a6b7b41f5d4cd248a0.jpg?imageMogr2/thumbnail/190x253/extent/190x253/background/d2hpdGU=/position/center"></a>
<a href="#" class="name">kakatoo 纯色手拎单肩包</a>
<span class="price-del">¥670</span>
<span class="price">¥329</span>
</li>
<li class="left ">
<a href="#" target="_blank"><img src="http://img10.static.yhbimg.com/goodsimg/2014/10/21/06/01c8a17daacc7f3c44d72adc107ca97f6e.jpg?imageMogr2/thumbnail/190x253/extent/190x253/background/d2hpdGU=/position/center"></a>
<a href="#" class="name">CUBE SUGAR 休闲风字母装饰针织衫</a>
<span class="price-del">¥690</span>
<span class="price">¥414</span>
</li>
<li class="left ">
<a href="#" target="_blank"><img src="http://img10.static.yhbimg.com/goodsimg/2014/01/07/05/01ec3dbc398dce9e842788c317b487a92c.jpg?imageMogr2/thumbnail/190x253/extent/190x253/background/d2hpdGU=/position/center"></a>
<a href="#" class="name">CHEAP MONDAY 女裝针织衫</a>
<span class="price-del">¥750</span>
<span class="price">¥299</span>
</li>
<li class="left ">
<a href="#" target="_blank"><img src="http://img12.static.yhbimg.com/goodsimg/2015/01/21/05/025523440bf78e2a8b046453da1da3768c.jpg?imageMogr2/thumbnail/190x253/extent/190x253/background/d2hpdGU=/position/center"></a>
<a href="#" class="name">CHEAP MONDAY 女裝LOGO印花套头卫衣</a>
<span class="price-del">¥599</span>
<span class="price">¥399</span>
</li>
<li class="left last">
<a href="#" target="_blank"><img src="http://img10.static.yhbimg.com/goodsimg/2014/12/18/09/0157be054bbff5da6090348d7fa4ea65d5.jpg?imageMogr2/thumbnail/190x253/extent/190x253/background/d2hpdGU=/position/center"></a>
<a href="#" class="name">ENGAME 迷彩印花女款连帽卫衣</a>
<span class="price-del">¥888</span>
<span class="price">¥349</span>
</li>
</ul>
</dd>
</dl><!-- 最近浏览end -->
<!-- deal content end -->
</div>
</div>
<!-- deal end -->
<script type="text/javascript" src="sea.js"></script>
<script type="text/javascript">
seajs.use('deal');
</script>
<div id="tjnode"></div>
<!-- footer start -->
<div class="footer2013">
<div class="promise">
<div class="screen clear">
<div class="left"><span class="ifont rgbf">g</span><span class="red">100%</span><span class="rgbf">品牌授权正品</span></div>
<div class="left"><span class="ifont rgbf">L</span><span class="red">7天</span><span class="rgbf">无理由退换货</span></div>
<div class="left"><span class="ifont rgbf">p</span><span class="rgbf">客服电话:</span><span class="red">400-889-9646</span> <span class="rgb9">09:00-22:30(周一至周日)</span></div>
<div class="right subscribe footer-right"><input class="rgb6 top" name="subscriberBox" id="subscriberBox" value="订阅我们的邮件" /><a href="javascript:void(0);" id="subscriberBtn" class="ifont rgbf">m</a><!--<input class="rgb6 top wrong" value="订阅我们的邮件" /><a href="" class="ifont rgbf done">=</a>--></div>
</div>
</div>
<div class="footer-help">
<div class="screen clear">
<div class="left">
<ul class="clear">
<li class="left">
<p><span>新手指南</span></p>
<p><a href="http://www.yohobuy.com/help/?category_id=7#help_b00reg" target="_blank">新用户注册</a></p>
<p><a href="http://www.yohobuy.com/help/?category_id=11" target="_blank">会员登录</a></p>
<p><a href="http://www.yohobuy.com/help/?category_id=10" target="_blank">订购流程</a></p>
<p><a href="http://www.yohobuy.com/help/?category_id=8" target="_blank">交易须知</a></p>
</li>
<li class="left">
<p><span>付款方式</span></p>
<p><a href="http://www.yohobuy.com/help/?category_id=43" target="_blank">支付方式</a></p>
<p><a href="http://www.yohobuy.com/help/?category_id=56" target="_blank">常见支付问题</a></p>
<p><a href="http://www.yohobuy.com/help/?category_id=46" target="_blank">如何办理退款</a></p>
<p><a href="http://www.yohobuy.com/help/?category_id=47" target="_blank">发票制度说明</a></p>
</li>
<li class="left">
<p><span>配送方式</span></p>
<p><a href="http://www.yohobuy.com/help/?category_id=48" target="_blank">配送时间及范围</a></p>
<p><a href="http://www.yohobuy.com/help/?category_id=50" target="_blank">订单的拆分</a></p>
<p><a href="http://www.yohobuy.com/help/?category_id=51" target="_blank">商品验收与签收</a></p>
</li>
<li class="left">
<p><span>售后服务</span></p>
<p><a href="http://www.yohobuy.com/help/?category_id=54" target="_blank">如何办理退换货</a></p>
<p><a href="http://www.yohobuy.com/help/?category_id=53" target="_blank">退换货政策</a></p>
</li>
<li class="left">
<p><span>帮助中心</span></p>
<p><a href="http://www.yohobuy.com/help/?category_id=57" target="_blank">找回密码</a></p>
<p><a href="http://www.yohobuy.com/help/?category_id=37" target="_blank">常见问题</a></p>
<p><a href="http://www.yohobuy.com/help/?category_id=58" target="_blank">谨防诈骗</a></p>
</li>
<li class="left">
<p><span>优惠政策</span></p>
<p><a href="http://www.yohobuy.com/help/?category_id=60" target="_blank">VIP会员制度说明</a></p>
<p><a href="http://www.yohobuy.com/help/?category_id=34" target="_blank">YOHO币</a></p>
<p><a href="http://www.yohobuy.com/help/?category_id=39" target="_blank">优惠券</a></p>
<p><a href="http://www.yohobuy.com/help/?category_id=40" target="_blank">兑换礼品卡</a></p>
</li>
</ul>
</div>
</div>
</div>
<div class="footer-link">
<div class="screen clear">
<div class="left right-flag">
<a href="https://ss.knet.cn/verifyseal.dll?sn=e14021832010046477dka7000000&ct=df&a=1&pa=0.5902942178957805" target="_blank" rel="nofollow"><img src="http://static.yohobuy.com/images/v3/icon/credit-flag3.png" /></a>
<a href="http://www.isc.org.cn/" target="_blank" rel="nofollow"><img src="http://static.yohobuy.com/images/v3/icon/isc2.png" /></a>
</div>
<div class="left about-us">
<p><a href="http://www.yohobuy.com">返回首页</a><span>|</span><a href="http://www.yohobuy.com">YOHO!有货</a><span>|</span><a href="http://www.yohobuy.com/newpower.html">新力传媒</a><span>|</span><a href="http://www.yohobuy.com/contact.html">联系我们</a><span>|</span><a href="http://www.yohobuy.com/privacy.html">隐私条款</a><span>|</span><a href="http://www.yohobuy.com/link.html">友情链接</a></p>
<p>CopyRight © 2007-2016 南京新与力文化传播有限公司 苏ICP备09011225号 NewPower Co. 版权所有 经营许可证编号:苏B2-20120395</p>
</div>
</div>
</div>
</div>
<!-- footer end -->
<div class="return-top">
<a href="javascript:void(0);" id="toTop" class="ifont">,</a>
</div>
</body>
</html>