-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpcba_quote.html
922 lines (866 loc) · 62.2 KB
/
pcba_quote.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Instant PCB Quote Online - PCB Cost Calculator - ALLPCB.com</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
<meta name="keywords" content="pcb quote, pcb quote online, instant pcb quote, pcb calculator, pcb cost calculator"/>
<meta name="description" content="The instant online pcb quote calculator helps you estimate the pricing of your standard printed circuit boards manufacturing. Quote Now!"/>
<meta http-equiv="Pragma" content="public">
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="google-site-verification" content="XNE5qH9_Odx-8pk7VkeHWk62joNlbqzlBa4DzkhC1U4"/>
<link href="./css/pcb/newbase_v1.css" rel="stylesheet"/>
<link href="./css/pcb/pcbonlineNew.css" rel="stylesheet" type="text/css"/>
<link href="./css/pcb/index.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!--头部-->
<div class="common-header common-header-w">
<div class="header-width-1180 width-1180 clr">
<span class="title-logo fl"></span>
<div class="header-nav fl lbBox">
<a href="" class="lineBlock boxsiz active">Home</a>
<a href="" class="lineBlock boxsiz">PCB Prototype
</a>
<a href="" class="lineBlock boxsiz">PCB Assembly
</a>
<a href="" class="lineBlock boxsiz">SMT-Stencil
</a>
<a href="" class="lineBlock boxsiz">Membrane Switch
</a>
</div>
<div class="fr lbBox">
<a class="car lineBlock">
<span class="car-msg lineBlock boxsiz">1</span>
</a>
<div class="account-btn lineBlock lbBox boxsiz">
<span class="user-icon lineBlock"></span>
<span class="lineBlock account-text">Account</span>
<span class="arrow-down-icon lineBlock"></span>
<div class="drop-down-menu">
<div class="arrow-top-div">
<i class="arrow-top lineBlock"></i>
</div>
<div class="menu-div">
<h3 class="menu-title">Get started now</h3>
<a href="" class="sign-in-btn menu-btn">Sign In</a>
<a href="" class="join-free-btn menu-btn">Join Free</a>
<ul>
<li><a href="" class="active">My PCBbuy</a></li>
<li><a href="">My Orders</a></li>
<li><a href="">Shipping Address</a></li>
<li><a href="">Balance</a></li>
<li><a href="">Account Settings</a></li>
<li><a href="">My SNS Profile</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<!--头部end-->
<!--section-->
<div class="main" style="min-width:1300px;">
<div class="quote-box">
<ul class="tab-quote clearfix">
<li class=""><a href="/online_pcb_quote.html"><i class="i-ico ico-pcb"></i>PCB Instant Quote</a></li>
<li class="active"><a href="/pcba_quote.html"><i class="i-ico ico-pcba"></i>PCB Assembly Quote</a></li>
<li class=""><a href="/smt_stencil_quote.html"><i class="i-ico ico-stencil"></i>SMD-Stencil Quote</a></li>
</ul>
</div>
<div class="w1180" style="margin-top:16px;">
<div class="clearfix rel">
<div class="main-l fl">
<div class="pcba item-box smtonline-options mb20 undis" for-group="pcba" style="display: block;">
<h2 class="f20"></h2>
<h3 class="clearfix pcbatitle">
<label class="title f20">
<input value="5" name="ProType" type="checkbox" class="chkQutoItem undis" id="PCBAssemblyService" disabled="disabled">
<input value="" name="hidSmtCheckedFaceKey" type="hidden" id="hidSmtCheckedFaceKey">
<input value="" name="hidSmtCheckedDay" type="hidden" id="hidSmtCheckedDay">
PCB Assembly Quote (Stencil included)
</label>
</h3>
<form action="" method="post" id="smtorderForm" class="" style="padding-left:20px;">
<div class="pcba-con undis" style="font-size: 14px; display: block;">
<ul class="online-quotes-input clearfix online-quotes-inputsmt">
<li class="mr60 pull-left">
<div class="title mb5">
<span class="cl-f00">*</span>Board Quantity:
<a class="item-tips ml5 rel" style="z-index: 97;">
<span class="jp-ico optiontip-ico" item-tips="The total quantity of pcba boards you need" id="tips30">
<i class="tipscon" tipshtml="true" style="width: 320px; display: none;">The total quantity of pcba boards you need</i>
</span>
</a>
</div>
<div class="option-con">
<input type="number" placeholder="Estimated PCBA Qty" name="ProductNum" min="1" oninput="if (this.value.length > 4) value = this.value.slice(0, 5)" onkeyup="value=value.replace(/^(0+)|[^\d]+/g,'')"><b>PCS</b>
</div>
</li>
<li class="pull-left">
<div class="title mb5">
<span class="cl-f00">*</span>Assembly Side:
<a class="item-tips ml5 rel" style="z-index: 96;">
<span class="jp-ico optiontip-ico" item-tips="Are the SMD parts mounted on one side or both side" id="tips31">
<i class="tipscon" tipshtml="true" style="width: 330px; display: none;">Are the SMD parts mounted on one side or both side</i>
</span>
</a>
</div>
<div class="option-con">
<select name="Layer">
<option value="1" selected="selected">Single Side</option>
<option value="2">Double Sides</option>
</select>
</div>
</li>
<li class="pull-left mr60">
<div class="title mb5">
<span class="cl-f00">*</span>SMD Solder Joints:
<a class="item-tips ml5 rel" style="z-index: 97;">
<span class="jp-ico optiontip-ico" item-tips="The total solder joints of SMD parts on each board" id="">
<i class="tipscon" tipshtml="true" style="width: 320px; display: none;">The total solder joints of SMD parts on each board</i>
</span>
</a>
</div>
<div class="option-con">
<input placeholder="PointNum" type="number" name="PointNum" min="1"><b>Points</b>
</div>
</li>
<li class="pull-left">
<div class="title mb5">
<span class="cl-f00">*</span>DIP Solder Joints:
<a class="item-tips ml5 rel" style="z-index: 96;">
<span class="jp-ico optiontip-ico" item-tips="The total solder joints of DIP parts on each board" id="">
<i class="tipscon" tipshtml="true" style="width: 320px; display: none;">The total solder joints of DIP parts on each board</i>
</span>
</a>
</div>
<div class="option-con">
<input type="number" placeholder="Total number" name="DIPPointNum" oninput="if (this.value.length > 4) value = this.value.slice(0, 5)" onkeyup="value=value.replace(/[^\d]+/g,'')" onblur="if(this.value.length>1) value=Math.abs(this.value)" value=""><b>Points</b>
</div>
</li>
<li class="pull-left">
<div class="title pull-left">PCBA Shipping Package:</div>
<div class="option-con pull-left">
<select name="PcbaPackageType">
<option value="2" selected="selected">Shielding Bag</option>
</select>
</div>
</li>
<li class="pull-left">
<div class="title pull-left">PCBA Confirmation:</div>
<div class="option-con pull-left">
<select name="FirstSure">
<option value="1" selected="selected">picture confirmation before shipment</option>
<option value="2">solder only one unit for checking before production</option>
</select>
</div>
</li>
<li class="pull-left mr60">
<div class="title mb5">
<span class="cl-f00">*</span>Number of Unique Parts:
<a class="item-tips ml5 rel" style="z-index: 97;">
<span class="jp-ico optiontip-ico" item-tips="The number of BOM line items on each board" id="">
<i class="tipscon" tipshtml="true" style="width: 306px; display: none;">The number of BOM line items on each board</i>
</span>
</a>
</div>
<div class="option-con">
<input type="number" name="PatchElementType" min="1" oninput="if (this.value.length > 4) value = this.value.slice(0, 5)" onkeyup="value=value.replace(/^(0+)|[^\d]+/g,'')"><b>kind</b>
</div>
</li>
<li class="pull-left mr60" style="width:100%;">
<div class="clearfix">
<div class="title mt5 pull-left" style="width:100px;"><span class="cl-f00">*</span>PCB Size:</div>
<div class="option-con pull-left">
<div class="option-size pull-left">
<label class="sr-only" for="Length">Height</label>
<input type="number" step="0.01" oninput="if (this.value.length > 5) value = this.value.slice(0, 6)" class="form-control b-bradius0 f12" name="PcbSizeY" id="PcbSizeY" min="0.01" placeholder="Height" style="padding-right: 0px;width:90px!important;height:30px!important;">
<label class="ml5 mr5 cl-666 normal">X</label>
<label class="sr-only" for="Width">Width</label>
<input type="number" step="0.01" oninput="if (this.value.length > 5) value = this.value.slice(0, 6)" class="form-control b-bradius0 f12" name="PcbSizeX" id="PcbSizeX" min="0.01" placeholder="Width" style="padding-right: 0px;width:90px!important;height:30px!important;">
<label class="cl-666 normal">mm</label>
</div>
</div>
</div>
<p class="cl-b16a00 mt5 no-pcborder f12" style="margin-bottom:0;">*Please enter the single PCBA board size. If it is panelized, enter the panel size.</p>
</li>
</ul>
<div class="option clearfix" style="margin-top: 17px">
<input type="hidden" name="PcbOrderNo" id="PcbOrderNo" value="">
<div class="option-con pull-left">
<div class="clearfix">
<ul class="option-choose pull-left clearfix mr10"> </ul>
</div>
<input type="hidden" name="ProductPCBType" id="ProductPCBType" value="1">
</div>
</div>
<div class="option clearfix undis" style="margin-top: 17px">
<div class="title pull-left" style="width:100px;">BOM Parts Options:</div>
<div class="option-con pull-left">
<ul class="option-choose pull-left clearfix mr10">
<li class="pull-left">
<label class="choose rel item">
<i class="jp-ico subscript-ico"></i>
<input type="radio" name="PurchaseGoodsTypeR" class="undis" value="1" checked="checked" onclick="$('#PurchaseGoodsType').val($(this).val())">
Turnkey
</label>
</li>
</ul>
<input type="hidden" name="PurchaseGoodsType" id="PurchaseGoodsType" value="1">
</div>
</div>
<div class="option clearfix" style="margin-top: 17px;display:none;">
<div class="title pull-left" style="width:100px;">Special Requirement Note:</div>
<div class="option-con pull-left">
<textarea placeholder="Pls fill in the detailed technical information about the PCB assembly"></textarea>
</div>
</div>
<div class="quotes-more-demand mt40 undis">
<div class="quotes-more-demand-box online-quotes-inputsmt2 showCon">
<div class="quotes-more-demand-title">
<h2 class="f16 bold mb20 smt-para-more clearfix pointer" style="margin: 10px 0;"><span class="dis pull-left show-more smt-morereduce">+unfold</span><span class="pull-left dis">More process requirements</span></h2>
</div>
<ul class="online-quotes-input clearfix undis online-quotes-input-row clearfix">
<li class="pull-left mr40">
<div class="title pull-left">Conformal Coating:</div>
<div class="option-con pull-left">
<select name="IsBrushThreeLacquer">
<option value="0" selected="selected">No</option>
</select>
</div>
</li>
<li class="pull-left">
<div class="title pull-left">Burning Program:</div>
<div class="option-con pull-left">
<select name="IsBurn">
<option value="0" selected="selected">No</option>
</select>
</div>
</li>
<li class="pull-left mr40">
<div class="title pull-left">PCBAPCBA Board Type:</div>
<div class="option-con pull-left">
<select name="IsPcbaSubShipment">
<option value="0" selected="selected">No</option>
<option value="1">Yes</option>
</select>
</div>
</li>
<li class="pull-left mr40">
<div class="title pull-left">Functional Testing:</div>
<div class="option-con pull-left">
<select name="IsFuncTest">
<option value="0" selected="selected">No</option>
</select>
</div>
</li>
</ul>
</div>
<p style="width:100%;height:1px;border-top:1px solid #f1f1f1;margin-top:40px;"></p>
<p class="prompt-title" style="color:#ba9358;margin:0;">Kindly reminder:</p>
<p class="prompt-text"><span class="cl-f00">*</span>Stencil cost is included in PCBA quotation. Usually customer-supplied stencil is not acceptable. The actual cost may vary from online quotation, you only need to pay for the difference if it exceeds 5%</p>
</div>
</div>
</form>
</div>
</div>
<div class="pcbonline-results fr rel">
<div id="scrollTop" style="width: 480px;">
<div class="pcbonline-box mb20 bg-fff" style="padding-left: 23px; padding-right: 23px;">
<div class="item clearfix totalmoenyzone mt5 subtotal1 mb20" style="border-bottom:2px solid #5a5a5a;">
<strong class="f16 fl">Subtotal:</strong>
<div class="bold fr f20">$<span class="f20 FinalOrderMoney">0.00</span></div>
</div>
<div class="price-delivery undis" for-group="pcb" style="display: none;">
<div class="bg-fff mb15 UnitPrice-box undis">
<div class="clearfix">
<div class="laddertitle">
<span class="w1">Quantity</span>
<span class="w2">Area</span>
<span class="w3">Unit Price</span>
</div>
<div class="laddercenter">
<ul></ul>
</div>
</div>
</div>
<div class="hd clearfix priceTabletitle">
<h3 class="f20 bold cl-000">
PCB Price
<span class="c616161 mb5 ypzone fr" style="text-indent: 15px;cursor:pointer;">
<a href="/advanced-quality-pcb.html" style="color:#666;font-weight:normal;font-size:14px!important" target="_blank">
Select Inspection Standard
<span class="jp-ico optiontip-ico" item-tips="Pay and review before 18:00 GMT+8 will start to calculate the delivery date">
<i class="tipscon" tipshtml="true" style="width:400px;top:40px;">Pay and review before 18:00 GMT+8 will start to calculate the delivery date</i>
</span>
</a>
</span>
</h3>
</div>
<div style="width: 100%;">
<div class="mb10">
<ul class="pinzhiul ypzone">
<li class="clearfix biaopin rel mb10 active">
<label class="fl">
<input class="undis" type="radio" checked="checked">
</label>
<span class="fl">Standard PCB</span>
<span class="fr bpordermoney bold">$0</span>
</li>
<li class="clearfix youpin_box rel">
<img src="./images/pcbonline/ypjb.png" style="position:absolute;right:0;top:0;" onclick="window.open('/advanced-quality-pcb.html#youpinmaodian', '_blank')">
<label class="fl">
<input class="undis" type="radio" checked="checked">
</label>
<span class="fl">Advanced PCB</span>
<span class="fr ypordermoney bold">$0</span>
</li>
</ul>
<div class="select-report undis">
<p class="f14 cl-666" style="text-indent:20px;">Select Inspection Report</p>
<ul class="select-report-option clearfix">
<li class="select-report-item current" style="margin-right:4px;">
<div>
<img src="./images/pcbonline/youpd2.png">
<p>Regular Default Inspection Report </p>
<input type="checkbox" value="" class="undis" checked="checked">
</div>
</li>
<li class="select-report-item" style="width:300px!important">
<div>
<img src="./images/pcbonline/youpd2.png">
<p>Microsection Report </p>
<input type="checkbox" value="" class="undis" checked="checked">
</div>
</li>
<li class="select-report-item" style="margin-right:4px;width:300px!important">
<div>
<img src="./images/pcbonline/youpd2.png">
<p>Test Report</p>
<input type="checkbox" value="" class="undis" checked="checked">
</div>
</li>
<li class="select-report-item">
<div>
<img src="./images/pcbonline/youpd2.png">
<p>Solderability Test Report</p>
<input type="checkbox" value="" class="undis" checked="checked">
</div>
</li>
</ul>
</div>
</div>
</div>
<dl class="price-delivery-list">
<dt>
<span class="ww w1 text-center normal bg-f90 fl">Lead Time</span>
<span class="ww w2 text-center normal fl bg-8a8a8a">Quantity</span>
<span class="ww w3 text-center normal fl bg-8a8a8a">Price</span>
</dt>
<dd class="pointer rel clearfix">
<div class="ww w1 text-center fl">
<span class="DeliveryDaysStr" style="font-weight:600"></span>
<a class="item-tips ml5 rel" style="z-index: 999;">
<span class="jp-ico optiontip-ico" item-tips="Pay and review before 18:00 GMT+8 will start to calculate the delivery date" style="top:40px;">
<i class="tipscon" tipshtml="true" style="width:400px;">Pay and review before 18:00 GMT+8 will start to calculate the delivery date</i>
</span>
</a>
<img class="mr5 undis" src="./images/pcbonline/icon_speed.png" alt="speed" style="margin:auto">
</div>
<div class="ww w2 text-center fl Num "></div>
<div class="ww w3 fl DiscountPrice fixed2 text-center"></div>
</dd>
</dl>
<p class="FactTypeshow cl-b16a00 undis" style="padding-top:5px;">* A special process is required, so please turn to the customer service staff for accurate quotation. </p>
</div>
<div class="price-delivery undis" for-group="pcba" style="display: block;">
<div class="hd clearfix priceTabletitle">
<h3 class="f14 bold fl">PCB Assembly price and delivery</h3>
</div>
<dl class="price-delivery-list">
<dt>
<span class="ww w1 text-center normal bg-f90 fl">Lead Time</span>
<span class="ww w2 text-center normal fl bg-8a8a8a">Quantity</span>
<span class="ww w3 text-center normal fl bg-8a8a8a">Price</span>
</dt>
<dd class=" pointer rel clearfix">
<div class="ww w1 text-center fl">
<span class="DeliveryDaysStr"></span>
<a class="item-tips ml5 rel" style="z-index: 999;" href="https://www.allpcb.com/news/6-1-start-a-pcb-assembly-new-chapter_79.html" target="_blank">
<span class="jp-ico optiontip-ico" item-tips="Confirmed sample picture before 12:00am in China time, will be shipped in 24H.Conversely, we will ship the next day.">
<i class="tipscon" tipshtml="true" style="width: 400px;word-wrap:break-word;word-break:normal;">Confirmed sample picture before 12:00am in China time, will be shipped in 24H.Conversely, we will ship the next day.</i>
</span>
</a>
<img class="mr5 undis" src="./images/pcbonline/icon_speed.png" alt="speed" style="margin:auto">
</div>
<div class="smtapricelist">
<div class="ww w2 text-center fl Num "></div>
<div class="ww w3 text-center fl DiscountPrice fixed2"></div>
</div>
</dd>
</dl>
</div>
<div class="price-delivery undis" for-group="stencil" style="display: none;">
<div class="hd clearfix priceTabletitle">
<h3 class="f14 bold fl">SMT-Stencil price and delivery</h3>
</div>
<dl class="price-delivery-list">
<dt>
<span class="ww w1 text-center normal bg-f90 fl">Lead Time</span>
<span class="ww w2 text-center normal fl bg-8a8a8a">Quantity</span>
<span class="ww w3 text-center normal fl bg-8a8a8a">Price</span>
</dt>
<dd class=" pointer rel clearfix">
<div class="ww w1 text-center fl">
<span class="DeliveryDaysStr">24 hours</span>
<a class="item-tips ml5 rel" style="z-index: 999;">
<span class="jp-ico optiontip-ico" item-tips="Pay and review before 18:00 GMT+8 will start to calculate the delivery date">
<i class="tipscon" tipshtml="true" style="width: 400px;">Pay and review before 18:00 GMT+8 will start to calculate the delivery date</i>
</span>
</a>
<img class="mr5 undis" src="./images/pcbonline/icon_speed.png" alt="speed" style="margin:auto">
</div>
<div class="ww w2 text-center fl Num "></div>
<div class="ww w3 text-center fl DiscountPrice fixed2"></div>
</dd>
</dl>
</div>
<div class="courier-company">
<h3 class="f20 bold mb10">Shipping Cost: </h3>
<div class="Country mb10 clearfix">
<select onchange="ShipCountryChange(this)" style="width:220px;margin-right:10px;" class="select-default b-bradius4 fl" name="selShipCountry" id="selShipCountry" def-val="0">
<option value="0">Choose clearfix country</option>
<option value="231">UNITED STATES OF AMERICA</option>
<option value="12">AUSTRALIA</option>
<option value="49">GERMANY</option>
<option value="68">UNITED KINGDOM</option>
<option value="98">ITALY</option>
<option value="66">FRANCE</option>
<option value="33">CANADA</option>
<option value="93">ISRAEL</option>
<option value="203">TURKEY</option>
<option value="59">SPAIN</option>
<option value="198">THAILAND</option>
<option value="152">NETHERLANDS, THE</option>
<option value="27">BRAZIL</option>
<option value="37">SWITZERLAND</option>
<option value="165">POLAND</option>
<option value="42">CHINA, PEOPLES REPUBLIC</option>
<option value="3">AFGHANISTAN</option>
<option value="6">ALBANIA</option>
<option value="54">ALGERIA</option>
<option value="10">AMERICAN SAMOA</option>
<option value="1">ANDORRA</option>
<option value="8">ANGOLA</option>
<option value="5">ANGUILLA</option>
<option value="4">ANTIGUA</option>
<option value="9">ARGENTINA</option>
<option value="7">ARMENIA</option>
<option value="13">ARUBA</option>
<option value="12">AUSTRALIA</option>
<option value="11">AUSTRIA</option>
<option value="14">AZERBAIJAN</option>
<option value="28">BAHAMAS</option>
<option value="21">BAHRAIN</option>
<option value="17">BANGLADESH</option>
<option value="16">BARBADOS</option>
<option value="31">BELARUS</option>
<option value="18">BELGIUM</option>
<option value="32">BELIZE</option>
<option value="23">BENIN</option>
<option value="24">BERMUDA</option>
<option value="29">BHUTAN</option>
<option value="26">BOLIVIA</option>
<option value="219">BONAIRE</option>
<option value="15">BOSNIA AND HERZEGOVINA</option>
<option value="30">BOTSWANA</option>
<option value="27">BRAZIL</option>
<option value="25">BRUNEI</option>
<option value="20">BULGARIA</option>
<option value="19">BURKINA FASO</option>
<option value="22">BURUNDI</option>
<option value="105">CAMBODIA</option>
<option value="41">CAMEROON</option>
<option value="33">CANADA</option>
<option value="90">CANARY ISLANDS, THE</option>
<option value="46">CAPE VERDE</option>
<option value="113">CAYMAN ISLANDS</option>
<option value="35">CENTRAL AFRICAN REPUBLIC</option>
<option value="196">CHAD</option>
<option value="40">CHILE</option>
<option value="42">CHINA, PEOPLES REPUBLIC</option>
<option value="43">COLOMBIA</option>
<option value="136">COMMONWEALTH NO. MARIANA ISLANDS</option>
<option value="107">COMOROS</option>
<option value="36">CONGO</option>
<option value="34">CONGO, THE DEMOCRATIC REPUBLIC OF</option>
<option value="39">COOK ISLANDS</option>
<option value="44">COSTA RICA</option>
<option value="38">COTE D IVOIRE</option>
<option value="87">CROATIA</option>
<option value="45">CUBA</option>
<option value="220">CURACAO</option>
<option value="47">CYPRUS</option>
<option value="48">CZECH REPUBLIC, THE</option>
<option value="51">DENMARK</option>
<option value="50">DJIBOUTI</option>
<option value="52">DOMINICA</option>
<option value="53">DOMINICAN REPUBLIC</option>
<option value="200">EAST TIMOR</option>
<option value="55">ECUADOR</option>
<option value="57">EGYPT</option>
<option value="192">EL SALVADOR</option>
<option value="58">ERITREA</option>
<option value="56">ESTONIA</option>
<option value="60">ETHIOPIA</option>
<option value="63">FALKLAND ISLANDS</option>
<option value="65">FAROE ISLANDS</option>
<option value="62">FIJI</option>
<option value="61">FINLAND</option>
<option value="66">FRANCE</option>
<option value="71">FRENCH GUYANA</option>
<option value="67">GABON</option>
<option value="76">GAMBIA</option>
<option value="70">GEORGIA</option>
<option value="49">GERMANY</option>
<option value="73">GHANA</option>
<option value="74">GIBRALTAR</option>
<option value="80">GREECE</option>
<option value="75">GREENLAND</option>
<option value="69">GRENADA</option>
<option value="78">GUADELOUPE</option>
<option value="82">GUAM</option>
<option value="81">GUATEMALA</option>
<option value="72">GUERNSEY</option>
<option value="77">GUINEA REPUBLIC</option>
<option value="83">GUINEA-BISSAU</option>
<option value="79">GUINEA-EQUATORIAL</option>
<option value="84">GUYANA (BRITISH)</option>
<option value="88">HAITI</option>
<option value="86">HONDURAS</option>
<option value="85">HONG KONG</option>
<option value="89">HUNGARY</option>
<option value="97">ICELAND</option>
<option value="94">INDIA</option>
<option value="91">INDONESIA</option>
<option value="96">IRAN (ISLAMIC REPUBLIC OF)</option>
<option value="95">IRAQ</option>
<option value="92">IRELAND, REPUBLIC OF</option>
<option value="93">ISRAEL</option>
<option value="98">ITALY</option>
<option value="100">JAMAICA</option>
<option value="102">JAPAN</option>
<option value="99">JERSEY</option>
<option value="101">JORDAN</option>
<option value="114">KAZAKHSTAN</option>
<option value="103">KENYA</option>
<option value="106">KIRIBATI</option>
<option value="110">KOREA, REPUBLIC OF (SOUTH K.)</option>
<option value="109">KOREA, THE D.P.R OF (NORTH K.)</option>
<option value="111">KOSOVO</option>
<option value="112">KUWAIT</option>
<option value="104">KYRGYZSTAN</option>
<option value="115">LAO PEOPLES DEMOCRATIC REPUBLIC</option>
<option value="124">LATVIA</option>
<option value="116">LEBANON</option>
<option value="121">LESOTHO</option>
<option value="120">LIBERIA</option>
<option value="118">LIECHTENSTEIN</option>
<option value="122">LITHUANIA</option>
<option value="123">LUXEMBOURG</option>
<option value="135">MACAU</option>
<option value="131">MACEDONIA, REPUBLIC OF</option>
<option value="129">MADAGASCAR</option>
<option value="143">MALAWI</option>
<option value="145">MALAYSIA</option>
<option value="142">MALDIVES</option>
<option value="140">MALTA</option>
<option value="130">MARSHALL ISLANDS</option>
<option value="137">MARTINIQUE</option>
<option value="138">MAURITANIA</option>
<option value="141">MAURITIUS</option>
<option value="227">MAYOTTE</option>
<option value="144">MEXICO</option>
<option value="64">MICRONESIA, FEDERATED STATES OF</option>
<option value="127">MOLDOVA, REPUBLIC OF</option>
<option value="134">MONGOLIA</option>
<option value="128">MONTENEGRO, REPUBLIC OF</option>
<option value="139">MONTSERRAT</option>
<option value="126">MOROCCO</option>
<option value="146">MOZAMBIQUE</option>
<option value="133">MYANMAR</option>
<option value="147">NAMIBIA</option>
<option value="155">NAURU, REPUBLIC OF</option>
<option value="154">NEPAL</option>
<option value="152">NETHERLANDS, THE</option>
<option value="223">NEVIS</option>
<option value="148">NEW CALEDONIA</option>
<option value="157">NEW ZEALAND</option>
<option value="151">NICARAGUA</option>
<option value="150">NIGERIA</option>
<option value="156">NIUE</option>
<option value="153">NORWAY</option>
<option value="158">OMAN</option>
<option value="164">PAKISTAN</option>
<option value="168">PALAU</option>
<option value="159">PANAMA</option>
<option value="162">PAPUA NEW GUINEA</option>
<option value="169">PARAGUAY</option>
<option value="160">PERU</option>
<option value="163">PHILIPPINES, THE</option>
<option value="165">POLAND</option>
<option value="167">PORTUGAL</option>
<option value="166">PUERTO RICO</option>
<option value="170">QATAR</option>
<option value="171">REUNION, ISLAND OF</option>
<option value="172">ROMANIA</option>
<option value="174">RUSSIAN FEDERATION, THE</option>
<option value="175">RWANDA</option>
<option value="182">SAINT HELENA</option>
<option value="218">SAMOA</option>
<option value="186">SAN MARINO</option>
<option value="191">SAO TOME AND PRINCIPE</option>
<option value="176">SAUDI ARABIA</option>
<option value="187">SENEGAL</option>
<option value="173">SERBIA, REPUBLIC OF</option>
<option value="178">SEYCHELLES</option>
<option value="185">SIERRA LEONE</option>
<option value="181">SINGAPORE</option>
<option value="184">SLOVAKIA</option>
<option value="183">SLOVENIA</option>
<option value="177">SOLOMON ISLANDS</option>
<option value="188">SOMALIA</option>
<option value="224">SOMALILAND, REP OF (NORTH SOMALIA)</option>
<option value="228">SOUTH AFRICA</option>
<option value="59">SPAIN</option>
<option value="119">SRI LANKA</option>
<option value="225">ST. BARTHELEMY</option>
<option value="221">ST. EUSTATIUS</option>
<option value="108">ST. KITTS</option>
<option value="117">ST. LUCIA</option>
<option value="222">ST. MAARTEN</option>
<option value="212">ST. VINCENT</option>
<option value="179">SUDAN</option>
<option value="189">SURINAME</option>
<option value="194">SWAZILAND</option>
<option value="180">SWEDEN</option>
<option value="37">SWITZERLAND</option>
<option value="161">TAHITI</option>
<option value="206">TAIWAN</option>
<option value="199">TAJIKISTAN</option>
<option value="207">TANZANIA</option>
<option value="198">THAILAND</option>
<option value="197">TOGO</option>
<option value="202">TONGA</option>
<option value="204">TRINIDAD AND TOBAGO</option>
<option value="201">TUNISIA</option>
<option value="203">TURKEY</option>
<option value="195">TURKS AND CAICOS ISLANDS</option>
<option value="205">TUVALU</option>
<option value="209">UGANDA</option>
<option value="208">UKRAINE</option>
<option value="2">UNITED ARAB EMIRATES</option>
<option value="68">UNITED KINGDOM</option>
<option value="231">UNITED STATES OF AMERICA</option>
<option value="210">URUGUAY</option>
<option value="211">UZBEKISTAN</option>
<option value="217">VANUATU</option>
<option value="213">VENEZUELA</option>
<option value="216">VIETNAM</option>
<option value="214">VIRGIN ISLANDS (BRITISH)</option>
<option value="215">VIRGIN ISLANDS (US)</option>
<option value="229">ZAMBIA</option>
<option value="230">ZIMBABWE</option>
</select>
<select onchange="CalShip(this)" style="width:180px;" id="selShip" name="selShip" class="select-default fl b-bradius4 fl">
<option value="0">Choose express</option>
<option value="1"
ids=",1,2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,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,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,126,127,128,129,130,131,133,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,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,191,192,194,195,196,197,198,199,200,201,202,203,204,205,206,207,208,209,231,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,227,228,229,230,"
pic="dhl.gif" style="display:block">DHL
</option>
<option value="3" ids=",2,9,11,12,14,17,18,20,21,27,31,33,37,43,47,48,49,51,56,59,61,66,68,70,80,85,89,91,92,93,94,98,102,110,114,115,116,119,122,123,126,133,144,145,150,152,153,157,158,163,165,166,167,174,176,180,181,184,198,203,206,208,213,216,228,231," pic="hkpost.gif" style="display:none">HK post</option>
<option value="4" ids=",42,206," pic="sfexpress.gif" style="display:none">SF Express</option>
</select>
</div>
<div class="clearfix">
<img class="expresslogo fl ml10 mt6" src="./images/pcbonline/dhl.gif">
<div class="item-info ml10 mt6 fl">
<img src="./images/pcbonline/plane.jpg">
<span class="expresstype_delieveryday"></span>
<span class="express_weight"></span>
<input type="hidden" id="PcbWeight" value="0">
<input type="hidden" id="StencilWeight" value="0">
<a class="item-tips ml5 rel" style="z-index: 999;">
<span class="jp-ico optiontip-ico" item-tips="Package weight included">
<i class="tipscon" tipshtml="true" style="width: 160px;">Package weight included</i>
</span>
</a>
</div>
</div>
<div class="HK-post-metion mt5 undis color-999" style="display: none;">Tip: HK post maybe very slow and uninsurable for delivery time, DHL recommended.</div>
</div>
<div class="pcb-time">
<div class="clearfix">
<p class="ml10 f12" style="line-height: 38px;">
Current Time (GMT+8):
<span id="CurrentDatetime2" style="color:#b86a39">2020-01-15 15:37:25</span>
</p>
<div class="item fl clearfix mr10">
<i class="ico-pcbtime expected-ship fl"></i>
<div class="con fl " style="width:90px;">
<span style="color:#b86a39;">Shipping Time</span>
<span class="predictdelievery" id="predictdelievery" data-time="" style="color:#b86a39;">Pending</span>
<input type="hidden" name="name" value="" id="pcbDateTime">
<input type="hidden" name="name" value="" id="stencilDateTime">
</div>
</div>
<div class="item fl clearfix">
<i class="ico-pcbtime expected-arrival fl"></i>
<div class="con fl" style="width:90px;">
<span style="color:#b86a39;">Arriving Time</span>
<span style="color:#b86a39;" class="predictrecieve" id="predictrecieve">Pending</span>
</div>
</div>
</div>
</div>
<div class="price totalpricezone f14">
<div class="item clearfix mt10" style="color:red">
<span for-group="pcb" class="fl" style="display: none;">New Registers: Only $1.99 For First Order</span>
</div>
<div class="item clearfix mt10 undis" for-group="pcb" style="display: none;">
<span class="fl">Original PCB Cost (Product Cost): </span>
<div class="fr original-price color-666">$<s>0</s></div>
</div>
<div class="item clearfix mt10 tip2000 undis">
<span class="fl" style="color:red">Tip:Final price can be negotiated</span>
</div>
<div class="item clearfix mt5" for-group="pcb" style="display: none;">
<span class="fl">
Special Offer:
</span>
<div class="fr ">
<del style="color:red!important;display:none"> $<span class="OrignPcbPrice fixed2 f14">0</span> </del>
$<span class="DiscountPrice OrderMoney fixed2 f14">0</span>
</div>
</div>
<div class="item clearfix mt5" for-group="pcba">
<span class="fl">PCB Assembly Cost:</span>
<div class="fr bold">
<s class="f12 bold smtSpecialPrice" style="color: red; display: none;">$164</s>
$<span class="DiscountPrice OrderMoney fixed2 bold f14">0</span>
</div>
</div>
<div class="item clearfix mt5" for-group="stencil" style="display: none;">
<span class="fl">SMT Stencil Cost </span>
<div class="fr bold">$<span class="DiscountPrice OrderMoney fixed2 bold f14">0</span></div>
</div>
<div class="item clearfix shipmoenyzone mt5">
<span class="fl">Shipping Cost: </span>
<div class="fr">
<span id="spShipMoeny" class="ShipMoney spShipMoeny fixed2 f14">0.00</span>
<input type="hidden" id="PcbWeightMoney" value="0">
<input type="hidden" id="StencilWeightMoney" value="0">
</div>
</div>
<div class="item clearfix totalmoenyzone mt5">
<strong class="f16 fl">Subtotal: </strong>
<div class="bold yellow fr f20">$<span class="f20 FinalOrderMoney">0.00</span></div>
</div>
</div>
<div class="remarks mt10 mb10 clearfix">
<div class="fl">
<div class="download-or-sendmail undis">
<span>Quotation:</span><a href="javascript:;" onclick="P.ExportQuote(1);"> Download </a> <a href="javascript:;" class="sendmail-btn">Send To Email</a>
<div class="send-mail mt5 undis">
<input type="text" name="" value="" id="QuotationEmail" placeholder="Your email" class="input-default b-bradius4">
<input type="button" name="name" value="send" class="send-btn b-bradius4" style="width: 45px; height: 30px; border: none; line-height: 29px; cursor: pointer" onclick="P.ExportQuote(2);">
</div>
</div>
</div>
<div class="fr mt10">
<button class="add-cart btn btn-yellow f18 bold b-bradius4 fr" type="button" id="btnAddCart" ><i class="jp-ico bigcart-ico"></i>Add to Cart</button>
</div>
</div>
<p class="tip color-999 mb5">Tip: Please notice that the final amount is determined by the engineering review, and 5%-10% orders may need extra charge.</p>
<p class="cl-f90">Attention! The Manufacturing No. will be printed on your boards by default!</p>
<div class="loading undis">
<img src="./images/pcbonline/loading.gif" alt="loading">
</div>
<input type="hidden" name="userId" id="userId" value="59353">
</div>
</div>
</div>
</div>
</div>
</div>
<!--section end-->
<!--尾部-->
<div class="common-footer">
<div class="footer-top">
<div class="width-1180 clr">
<div class="footer-top-data-1 footer-top-data fl">
<h3>Products & Service</h3>
<p>PCB Capabilities</p>
<p>Aluminum PCB Service</p>
<p>PCB Assembly Service</p>
<p>SMT-Stencil</p>
</div>
<div class="footer-top-data-other footer-top-data fl">
<h3>Quotation & Feedback</h3>
<p>Online Auto-Quotation</p>
<p>PCB Assembly Quote</p>
<p>Quote by Salesperson</p>
<p>Customer Reviews</p>
</div>
<div class="footer-top-data-other footer-top-data fl">
<h3>Customer Support</h3>
<p>FAQ</p>
<p>Community</p>
<p>Sponsorship</p>
<p>Referral Program</p>
</div>
<div class="footer-top-data-other footer-top-data fl">
<h3>About Us</h3>
<p>About Us</p>
<p>Why Us</p>
<p>Contact Us</p>
<p>News</p>
</div>
<div class="footer-top-data-other footer-top-data fl">
<h3>Resource Details</h3>
<p>PCB Software</p>
<p>Units Conversion</p>
</div>
<div class="fr footer-top-right">
<div>
<span class="lineBlock va-m">
<i class="lineBlock"></i>
</span>
</div>
<p>© 2020 PCBbuy. All rights reserved</p>
</div>
</div>
</div>
<div class="footer-bottom">
<div class="width-1180 clr">
<div class="fl">
Certification:
<img src="./images/home/bottom-1-icon.png" alt="" class="va-m">
</div>
<div class="fr">
Our Preferred Partners:
<img src="./images/home/bottom-2-icon.png" alt="" class="va-m">
</div>
</div>
</div>
</div>
<!--尾部end-->
<script src="./js/jquery.js" type="text/javascript"></script>
<script src="js/layui/layui.all.js" type="text/javascript"></script>
<script src="js/jquery.cookie.js" type="text/javascript"></script>
<script src="js/common.js" type="text/javascript"></script>
</body>
</html>