cart-new-2虚拟商品.html
21.9 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>YOHO有货</title>
<meta name="description" content="YOHO有货,中国最大的潮流购物网站,100%正品保证,支持货到付款。汇集了全球流行时尚商品,是国内最大的原创文化商品平台,也是香港,台湾地区流行商品的集中地。同时包含日本、韩国等众多国外潮流品牌,带给您全新潮流购物体验。" />
<meta name="keywords" content="Yoho有货,潮流,时尚,流行,购物,B2C,正品,购物网站,网上购物,货到付款,品牌服饰,男士护肤,黑框眼镜,匡威,板鞋,美特斯邦威,i.t,izzue,李宁,new balance,新百伦,lacoste,melissa,casio,卡西欧手表,舒雅,江南布衣,jasonwood,odm,AAAA,香港购物网站,日本潮流" />
<link href="http://static.yohobuy.com/css/common.css" rel="stylesheet" type="text/css" media="all" />
<link href="http://static.yohobuy.com/css/common_new.css" rel="stylesheet" type="text/css" media="all" />
<link href="http://static.yohobuy.com/css/style.css" rel="stylesheet" type="text/css" media="all" />
<link href="http://static.yohobuy.com/css/buy.css" rel="stylesheet" type="text/css" media="all" />
<script type="text/javascript" src="http://static.yohobuy.com/js/jquery.min.js"></script>
<script type="text/javascript" src="http://static.yohobuy.com/js/global.js?v=201200504"></script>
<script type="text/javascript" src="http://static.yohobuy.com/js/jqueryui/jquery-ui-1.8.7.custom.min.js"></script>
<link href="http://static.yohobuy.com/js/jqueryui/themes/ui-lightness/jquery-ui-1.8.7.custom.css" rel="stylesheet" type="text/css" media="all" />
</head>
<body>
<!--页头开始-->
<div class="header header-min">
<div class="header-min-inner">
<div class="logo"><a href="http://buy.yoho.cn"><img src="http://static.yohobuy.com/images/logo_yohobuy.png" alt="YOHO!有货 buy.yoho.cn-全球年轻人流行商品购物平台" /></a></div>
<div class="right">
<dl class="login">
<script type="text/javascript">
<!--
$(function(){
$("#myyoho").hover(function(){
$(this).addClass("myyoho_a");
$(this).removeClass("myyoho_b");
$(this).find("ul").fadeIn ()
},
function(){
$(this).addClass("myyoho_b");
$(this).removeClass("myyoho_a");
$(this).find("ul").slideUp ("fast")
});
});
//-->
</script>
<dd>您好,<a class="a_rz" href="http://www.yohobuy.com/home">溜溜</a> [ 普通会员 ] <a class="a_g" href="http://www.yohobuy.com/logout_03b5f44b8ba92695366e87e6f4c7034b.html">退出</a></dd>
<dd><a href="http://www.yohobuy.com/home/orders">我的订单</a></dd>
<dt>
<div id="myyoho">
<ol>
<a href="http://www.yohobuy.com/home">个人中心</a>
</ol>
<ul>
<li><a href="http://www.yohobuy.com/home/orders">订单中心</a></li>
<li><a href="http://www.yohobuy.com/home/exhibit">潮拍晒物</a></li>
<li><a href="http://www.yohobuy.com/home/coupons">优惠券</a></li>
</ul>
</div>
</dt>
<dd><a target="_blank" href="http://union.yohobuy.com">有货联盟</a></dd>
<dd><a href="http://www.yohobuy.com/help">帮助中心</a></dd>
</dl>
</div>
</div>
</div>
<!--页头结束-->
<!--在非ie浏览器下显示-->
<div class="cartnew-browser">您现在使用的浏览器<span class="f_rz">不能正常完成支付</span>,请在IE浏览器下完成您的付款,<a href="#">点此复制当前页面地址</a></div>
<!--标题部分开始-->
<div class="cartnew-title">
<h2 class="step2">我的购物车</h2>
<ul>
<li><span>查看购物车</span></li>
<li><span class="act">填写订单</span></li>
<li class="end"><span>付款,完成购买</span></li>
</ul>
</div>
</div>
<!--标题部分结束-->
<div class="cartnew-main">
<!--填写信息开始-->
<div class="cartnew-info">
<div class="title">
<h2>请填写并核对以下信息</h2>
<div class="right"><a href="#" class="btn_backcart"></a></div>
</div>
<div class="main">
<div class="box">
<h3>收货地址:<a href="#" class="a_rzu">[修改]</a> <a href="#" class="a_rzu">[不保存并关闭]</a></h3>
<div class="list-info">
<dl class="over">
<dt><input name="dz" id="dz1" type="radio" value="1" checked="checked" /> <label for="dz1"><strong>蒋 艳</strong> 江苏省南京市秦淮区集庆路153号402室 210006 13675118172 025-52267975</label> <a href="#" class="a_eu">设为默认地址</a></dt>
<dd><a href="#" class="a_rzu">[修改]</a> <a href="#" class="a_rzu">[删除]</a></dd>
</dl>
<dl>
<dt><input name="dz" id="dz2" type="radio" value="2" /> <label for="dz2"><strong>吴 颖</strong> 江苏南京市建邺区(除江心洲之外)南京市建邺区奥体大街128号宋都奥体名座D座3层 210006 13675118172 025-52267975</label></dt>
<dd><a href="#" class="a_rzu">[修改]</a> <a href="#" class="a_rzu">[删除]</a></dd>
</dl>
<dl>
<dt><input name="dz" id="dz3" type="radio" value="3" /> <label for="dz3">使用新地址 或 <a href="#"><img src="http://static.yohobuy.com/images/alipay_add_query.png" /></a></label></dt>
<dd><a href="#" class="a_rzu">[修改]</a> <a href="#" class="a_rzu">[删除]</a></dd>
</dl>
</div>
<div class="list-box">
<div class="list-info">
<dl class="over">
<dt><input name="dz" id="dz1" type="radio" value="1" checked="checked" /> <label for="dz1"><strong>蒋 艳</strong> 江苏省南京市秦淮区集庆路153号402室 210006 13675118172 025-52267975</label> <span class="f_g">默认地址</span></dt>
<dd><a href="#" class="a_rzu">[修改]</a> <a href="#" class="a_rzu">[删除]</a></dd>
</dl>
<dl>
<dt><input name="dz" id="dz2" type="radio" value="2" /> <label for="dz2"><strong>吴 颖</strong> 江苏南京市建邺区(除江心洲之外)南京市建邺区奥体大街128号宋都奥体名座D座3层 13675118172 <a href="#" class="a_eu">设为默认地址</a></label></dt>
<dd><a href="#" class="a_rzu">[修改]</a> <a href="#" class="a_rzu">[删除]</a></dd>
</dl>
<dl>
<dt><input name="dz" id="dz3" type="radio" value="3" /> <label for="dz3">使用新地址 或 <a href="#"><img src="http://static.yohobuy.com/images/alipay_add_query.png" /></a></label></dt>
<dd><a href="#" class="a_rzu">[修改]</a> <a href="#" class="a_rzu">[删除]</a></dd>
</dl>
</div>
<div class="list-table">
<table width="100%" cellspacing="5">
<tr>
<td align="right" style="width:90px;"><span class="f_rz">*</span> 收货人姓名:</td>
<td><input type="text" class="input_s" /><span class="tips-text">请填写您的真实姓名,最多5个汉字</span></td>
</tr>
<tr>
<td align="right"><span class="f_rz">*</span> 省市:</td>
<td><span style="display:inline-block"><select name="province" id="province">
<option value="请选择">请选择</option>
</select>
<select name="city" id="city">
<option value="请选择">请选择</option>
</select>
<select name="area_code" id="area_code">
<option value="请选择">请选择</option>
</select></span><span style="display:inline-block;padding:0px 0px 0px 10px"><input type="text" class="input_s" style="width:200px;" /></span><span class="tips-text">请输入收货的详细地址</span></td>
</tr>
<!--
<tr>
<td align="right"><span class="f_rz">*</span> 地址:</td>
<td><input type="text" class="input_s" style="width:350px;" /><span class="tips-text">请输入收货的详细地址</span></td>
</tr>
-->
<tr>
<td align="right"><span class="f_rz">*</span> 手机号码:</td>
<td><input type="text" class="input_s" /><span class="tips-text">填写正确手机号便于接收发货和收货通知</span></td>
</tr>
<tr>
<td align="right">固定电话:</td>
<td><input type="text" class="input_s" style="width:50px;" /> - <input type="text" class="input_s" style="width:108px;" /><span class="tips-text">如:010-12345678,固话和手机号至少填一项</span></td>
</tr>
<tr>
<td align="right">电子邮件:</td>
<td><input type="text" class="input_s" /><span class="tips-text">用来接收订单提醒邮件,便于您及时了解订单状态</span></td>
</tr>
<tr>
<td align="right">邮编:</td>
<td><input type="text" class="input_s" /><span class="tips-text">请填写准确的邮编,以确保商品尽快送达</span></td>
</tr>
</table>
</div>
<div class="submit">
<a href="#" class="btn_sb1">保存并送到这个地址</a><span class="tips">请点击“保存并送到这个地址”</span>
</div>
</div>
<div class="list-table">
<table width="100%" cellspacing="5">
<tr>
<td align="right" style="width:90px;"><span class="f_rz">*</span> 收货人姓名:</td>
<td><input type="text" class="input_s" /><span class="tips-text">请填写您的真实姓名,最多5个汉字</span></td>
</tr>
<tr>
<td align="right"><span class="f_rz">*</span> 省市:</td>
<td><span style="display:inline-block"><select name="province" id="province">
<option value="请选择">请选择</option>
</select>
<select name="city" id="city">
<option value="请选择">请选择</option>
</select>
<select name="area_code" id="area_code">
<option value="请选择">请选择</option>
</select></span><span style="display:inline-block;padding:0px 0px 0px 10px"><input type="text" class="input_s" style="width:200px;" /></span><span class="tips-text">请输入收货的详细地址</span></td>
</tr>
<!--
<tr>
<td align="right"><span class="f_rz">*</span> 地址:</td>
<td><input type="text" class="input_s" style="width:350px;" /><span class="tips-text">请输入收货的详细地址</span></td>
</tr>
-->
<tr>
<td align="right"><span class="f_rz">*</span> 手机号码:</td>
<td><input type="text" class="input_s" /><span class="tips-text">填写正确手机号便于接收发货和收货通知</span></td>
</tr>
<tr>
<td align="right">固定电话:</td>
<td><input type="text" class="input_s" style="width:50px;" /> - <input type="text" class="input_s" style="width:108px;" /><span class="tips-text">如:010-12345678,固话和手机号至少填一项</span></td>
</tr>
<tr>
<td align="right">电子邮件:</td>
<td><input type="text" class="input_s" /><span class="tips-text">用来接收订单提醒邮件,便于您及时了解订单状态</span></td>
</tr>
<tr>
<td align="right">邮编:</td>
<td><input type="text" class="input_s" /><span class="tips-text">请填写准确的邮编,以确保商品尽快送达</span></td>
</tr>
</table>
</div>
<div class="submit">
<a href="#" class="btn_sb1">保存并送到这个地址</a> <a href="#" class="btn_sb"><b>长长的文字测试长长的文字</b></a> <a href="#" class="btn_sb"><b>文字</b></a>
</div>
<!--未展开开始-->
<div class="list-ok">
<p><strong>蒋 艳</strong> 江苏省南京市秦淮区集庆路153号402室 210006 13675118172 025-52267975</p>
</div>
<!--未展开结束-->
</div>
<div class="box">
<h3>支付及发券时间:<a href="#" class="a_rzu">[修改]</a> <a href="#" class="a_rzu">[不保存并关闭]</a></h3>
<h4>支付方式</h4>
<div class="list-pay">
<dl>
<dt><input name="zf" id="zf1" type="radio" value="1" /> <label for="zf1">在线支付(推荐)</label></dt>
<dd>
<p>支持以下支付平台在线支付:</p>
<ul>
<li><img src="http://static.yohobuy.com/images/pay_ali.gif" alt="支付宝" /></li>
<li><img src="http://static.yohobuy.com/images/pay_wy.gif" alt="网银在线" /></li>
<li><img src="http://static.yohobuy.com/images/pay_cft.gif" alt="财付通" /></li>
<li><img src="http://static.yohobuy.com/images/pay_shengpay.gif" alt="盛付通" /></li>
</ul>
<p>支持以下银行在线支付:</p>
<ul>
<li><img src="http://static.yohobuy.com/images/bankico/BOC.gif" /></li>
<li><img src="http://static.yohobuy.com/images/bankico/ICBC.gif" /></li>
<li><img src="http://static.yohobuy.com/images/bankico/CMB.gif" /></li>
<li><img src="http://static.yohobuy.com/images/bankico/CCB.gif" /></li>
<li><img src="http://static.yohobuy.com/images/bankico/ABC.gif" /></li>
<li><img src="http://static.yohobuy.com/images/bankico/SPDB.gif" /></li>
<li><img src="http://static.yohobuy.com/images/bankico/CIB.gif" /></li>
<li><img src="http://static.yohobuy.com/images/bankico/GDB.gif" /></li>
<li><img src="http://static.yohobuy.com/images/bankico/SDB.gif" /></li>
<li><img src="http://static.yohobuy.com/images/bankico/CMBC.gif" /></li>
<li><img src="http://static.yohobuy.com/images/bankico/COMM.gif" /></li>
<li><img src="http://static.yohobuy.com/images/bankico/CITIC.gif" /></li>
<li><img src="http://static.yohobuy.com/images/bankico/HZCBB2C.gif" /></li>
<li><img src="http://static.yohobuy.com/images/bankico/CEB.gif" /></li>
<li><img src="http://static.yohobuy.com/images/bankico/SHBANK.gif" /></li>
<li><img src="http://static.yohobuy.com/images/bankico/NBBANK.gif" /></li>
<li><img src="http://static.yohobuy.com/images/bankico/SZPAB.gif" /></li>
<li><img src="http://static.yohobuy.com/images/bankico/BJRCB.gif" /></li>
<li><img src="http://static.yohobuy.com/images/bankico/FDB.gif" /></li>
<li><img src="http://static.yohobuy.com/images/bankico/PSBC.gif" /></li>
</ul>
</dd>
</dl>
</div>
<h4>发券时间:</h4>
<div class="list-paytime">
<p>发券时间:自动发货-在您支付成功后,系统将立即为您发放二维码,您可以在您的订单中查看。</p>
</div>
<div class="submit">
<a href="#" class="btn_sb2">确定</a>
</div>
<!--未展开开始-->
<div class="list-ok">
<p>付款方式:在线支付</p>
<p>发券时间:自动发货-在您支付成功后,系统将立即为您发放二维码,您可以在您的订单中查看。</p>
</div>
<!--未展开结束-->
</div>
<div class="box end">
<h3>选择快递:</h3>
<div class="list-express">
<p><input name="kd" id="kd1" type="radio" value="1" /><label for="kd1">普通快递: 运费:¥10.00</label></p>
<p><input name="kd" id="kd2" type="radio" value="2" /><label for="kd2">加急送: 运费:¥15.00</label> (加急送支持部分地区,<a href="#" class="a_rzu">请查询</a>)我们将选择优质的快递为您配送,以确保您在第一时间收到。</p>
<p class="f_g">注:配送会由于天气,交通等不可抗拒的客观因素造成您收货时间延迟,请您知悉。</p>
</div>
</div>
</div>
</div>
<!--填写信息结束-->
<!--商品清单表格开始-->
<table class="cartnew_table">
<tr>
<th class="th1">商品信息</th>
<th class="th2">单价(元)</th>
<th class="th3">返YOHO币 <img src="http://static.yohobuy.com/images/ico_help_w.png" style="vertical-align:middle;" /></th>
<th class="th4">数量</th>
<th class="th5">小计(元)</th>
<th class="th6">商品总价(元)</th>
</tr>
<tr>
<td>
<div class="cartnew-img">
<a href="#" target="_blank" class="cartnew_mark_virtual"><span>虚拟物品</span><img src="http://static.yohobuy.com/images/p_60_60_1.jpg" alt="" /></a>
<p><a href="#" target="_blank" class="a_e">黑色星战达斯维德加厚纯棉保暖TEE</a><br /><span class="f_g">颜色:黑色 尺码:L</span></p>
</div>
</td>
<td>¥500.00</td>
<td>10.00</td>
<td>1</td>
<td><strong>¥500.00</strong></td>
<td><strong style="font-size:18px;">¥500.00</strong></td>
</tr>
<tr>
<td colspan="6">
<div class="cartnew-checkout">
<div class="left">
<div class="fp">
<div class="title"><a href="#" class="btn_open">索要发票</a><a href="#" class="btn_close">索要发票</a></div>
<div class="main">
<dl>
<dt>发票抬头:</dt>
<dd><input name="" type="text" class="input_1" /></dd>
</dl>
<dl>
<dt>发票类型:</dt>
<dd>
<select>
<option value="请选择">请选择</option>
</select>
</dd>
</dl>
</div>
</div>
<div class="bz">
<div class="title"><a href="#" class="btn_open">添加备注信息</a><a href="#" class="btn_close">添加备注信息</a></div>
<div class="main">
<dl>
<dt>
<textarea name="" cols="" rows="" class="textarea_1"></textarea>
</dt>
<dd>
<p class="f_g">声明:备注中有关收货人信息、支付方式、配送方式、发票信息等购买要求一律以上面的选择为准,备注无效。</p>
是否打印价格:<input name="" type="radio" value="" checked="checked" />是 <input name="" type="radio" value="" />否 (如:送朋友的商品可不打印价格哦!)
</dd>
</dl>
</div>
</div>
</div>
<div class="right">
<div class="sum">
<dl>
<dt>商品总价:</dt>
<dd>+¥11577.00</dd>
</dl>
<dl>
<dt>活动:</dt>
<dd>-¥10.00</dd>
</dl>
<dl class="f_rz">
<dt>运费:</dt>
<dd>+¥10.00</dd>
</dl>
<dl>
<dt>使用YOHO币<a href="#" class="a_eu">[修改]</a>:</dt>
<dd>-¥17.00</dd>
</dl>
<dl>
<dt>使用潮流“福”袋,满399减100支付<a href="#" class="a_eu">[修改]</a>:</dt>
<dd>-¥100.00</dd>
</dl>
</div>
<div class="pay">
<div class="title">
<a href="#" class="btn_open2">使用YOHO币支付</a>
</div>
<div class="title">
<a href="#" class="btn_open2">使用优惠券支付</a>
</div>
<div class="main">
<p><strong>使用YOHO币支付:<input name="" type="text" class="input_1" /> 元</strong></p>
<p>您目前有YOHO币 <strong>17</strong> 个</p>
<p><input class="btn_ss1" type="submit" value="确定"> <input class="btn_ss2" type="submit" value="取消"></p>
</div>
<p>使用YOHO币:<strong>17</strong> 个</p>
<div class="main">
<div class="list-t">
请选择您要使用的优惠券:<br />
<span class="f_or">(OUTLET商品不可使用优惠券)</span>
</div>
<div class="list-m">
<dl>
<dt><input name="" type="radio" value="" /></dt>
<dd>有货十月生日会员专享</dd>
</dl>
<dl>
<dt><input name="" type="radio" value="" /></dt>
<dd>潮诞月潮人专属优惠券,适用于JASONWOOD羽绒服,棉衣,大衣,立减200元,使用时间12.1-12.10</dd>
</dl>
<dl>
<dt><input name="" type="radio" value="" /></dt>
<dd>dickies潮诞月专属优惠券,满400立减200元。</dd>
</dl>
<dl>
<dt><input name="" type="radio" value="" /></dt>
<dd>直接输入优惠码:<input name="" type="text" class="input_1" /></dd>
</dl>
</div>
<p><input class="btn_ss1" type="submit" value="确定"> <input class="btn_ss2" type="submit" value="取消"></p>
</div>
</div>
</div>
</div>
</td>
</tr>
</table>
<!--商品总价格栏开始-->
<div class="cartnew-sumfinal">
您需要实际支付金额:<strong>¥1988</strong>元
</div>
<!--商品总价格栏结束-->
<!--按钮部分开始-->
<div class="cartnew-submit">
<a href="#" class="btn_account">去付款</a><input name="" type="button" value="去付款" class="btn_account" />
</div>
<!--按钮部分结束-->
</div>
<!--页尾帮助开始-->
<div class="helpinfo">
<ul>
<li class="begin">
<dl class="li-1">
<dt>新手上路</dt>
<dd><a href="#">新用户注册</a></dd>
<dd><a href="#">个人信息保护</a></dd>
<dd><a href="#">订购流程</a></dd>
<dd><a href="#">关于取消、变更订单</a></dd>
<dd><a href="#">关于购物车</a></dd>
</dl>
</li>
<li>
<dl class="li-2">
<dt>关于商品</dt>
<dd><a href="#">找到想要的商品</a></dd>
<dd><a href="#">试衣搭配</a></dd>
<dd><a href="#">商品的详细信息</a></dd>
<dd><a href="#">"预发售"的商品</a></dd>
</dl>
</li>
<li>
<dl class="li-3">
<dt>付款方式</dt>
<dd><a href="#">货到付款</a></dd>
<dd><a href="#">网上银行支付</a></dd>
<dd><a href="#">有货优惠券</a></dd>
<dd><a href="#">YOHO币</a></dd>
<dd><a href="#">关于货品发票</a></dd>
</dl>
</li>
<li>
<dl class="li-4">
<dt>配送方式</dt>
<dd><a href="#">配送方法</a></dd>
<dd><a href="#">配送时间</a></dd>
<dd><a href="#">配送范围</a></dd>
</dl>
</li>
<li>
<dl class="li-5">
<dt>售后服务</dt>
<dd><a href="#">商品的签收与拒收</a></dd>
<dd><a href="#">商品的换货</a></dd>
<dd><a href="#">商品的退货</a></dd>
</dl>
</li>
<li class="end">
<dl class="li-6">
<dt>在线帮助</dt>
<dd><a href="#">在线客服</a></dd>
<dd><a href="#">电话:400-889-9646</a></dd>
<dd><a href="#">关于警惕网络诈骗的
重要公告</a></dd>
</dl>
</li>
</ul>
<div class="clear"></div>
<div class="help-footer"></div>
</div>
<!--页尾帮助结束-->
<!--页尾开始-->
<div class="footer">
<dl>
<dt> <a href="#">返回首页</a> <a href="#">关于我们</a> <a href="#">诚聘英才</a> <a href="#">广告服务</a> <a href="#">联系我们</a> <a href="#">隐私条款</a> <a href="#">友情链接</a> <a href="#">问题反馈</a> <a href="#">网站地图</a> <a href="#">网站帮助</a> </dt>
<dd> CopyRight © 2007-2016 NewPower Co. All Right Reserved. </dd>
</dl>
</div> <!--页尾结束-->
</body>
</html>