flow.css
49.7 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
body { font-size: 14px }
input[type="hidden" i], input[type="image" i], input[type="file" i] {
-webkit-appearance: initial;
padding: initial;
background-color: initial;
border:none;
}
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: "\20 "; clear: both; height: 0 }
.clearfix {zoom: 1 }
.clear { clear: both; line-height: 10px; visibility: none }
/*
购物车页面
*/
/*购物车供货商名称*/
.shop_title { height: 30px;line-height: 30px; border-bottom: 1px solid #eee; text-indent:15px; /*padding:10px auto;*/position: relative;}
.block { border-top: 1px solid #ebebeb; margin-top: 10px; background: #fff; overflow: auto; }
.fl .shopLink {
background: url(../images/dianpu.png) no-repeat left center; margin-left:30px;
text-indent: 25px;
background-size: 25px 25px;
font-size: 14px;
color: #000000;
text-decoration: none;
}
.eclipse { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.fl { float: left; }
.fr { float: right; }
.right_arrow { height: 100%; background: url(../images/flow/shop_arrow.png) no-repeat center; background-size: 6px 14px; width: 50px; display: block;}
.right_arrow_flow{ height: 16px; background: url(../images/flow/shop_arrow.png) no-repeat center; background-size: 6px 14px; width: 20px;float:right;}
.checkout_other2 .right_arrow_flow{ height: 22px; background: url(../images/flow/shop_arrow2.png) no-repeat center; background-size: 12px 6px; width: 20px; display: block;float:right;}
.right_arrow_flow2{ height: 22px; background: url(../images/flow/shop_arrow2.png) no-repeat center; background-size: 12px 6px; width: 20px; display: block;float:right; }
.shop_title div {/* line-height: 55px;*/ }
.page-shopping { }
.page-shopping .header .right .cart .tip { display: none }
.page-shopping .shopping-empty { text-align: center; background: #f4f4f4 }
.page-shopping .shopping-empty .tips_msg { padding: 7em 0 0 }
.page-shopping .shopping-empty .img { width: 16.55em; margin-bottom: 3em }
.page-shopping .shopping-empty h3 { font-size: 1.7em; color: #50555b; padding: 0 0 .29412em}
.page-shopping .shopping-empty p { font-size: 1.2em; color: #87888c }
.page-shopping .shopping-empty .tips_btn { margin: 0 auto; padding: 5em 0; text-align: center; width: 17em}
.page-shopping .shopping-empty .tips_btn a { color: #515459 }
.page-shopping .activity .item { padding: 0 1.5em; height: 3.5em; line-height: 3.5em; border-top: 1px solid #eee}
.page-shopping .activity .item span { font-size: 1.2em; color: #999; vertical-align: middle }
.page-shopping .activity .item:first-child { border-top: 0 none }
.page-shopping .activity .item .ico { display: inline-block; padding: 0 .58333em; background-color: #a9d06b; -webkit-border-radius: .25em; -moz-border-radius: .25em; -ms-border-radius: .25em; -o-border-radius: .25em; border-radius: .25em; margin-right: .58333em; font-size: 1em; line-height: 1.4em; color: #fff }
.page-shopping .item-list .item { border-bottom: 1px solid #eeeeee; background: #FFF; }
.page-shopping .item-list .inner { position: relative; padding: 20px 10px 5px 100px;border-bottom: 1px solid #ebeced; }
/*新增购物车列表的商品名称样式 20170509*/
.page-shopping .item-list .inner .item-name{width: 100%; float:left; height:98px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.append{font-size: 0;}
.append .left,.append .right{width: 46%; font-size: 14px; vertical-align: middle;display: inline-block;*display: inline;*zoom: 1;}
.append .left{padding:5px 0 5px 2%;}
.append .right{padding:5px 2% 0 5px 0;text-align: right;color: #C4182E;}
/*全选checked标签 修改 20170426*/
.check-wrapper { height: 20px; width: 20px; top: 50px; left: 5px; display: block; position: absolute;/*margin-top: 10px;*/}
.check-wrapper .cart-checkbox { width: 20px; height: 20px; }
.cart-checkbox.checked { background-position: -24px 0px; }
/*背景图片有修改,备份图片名称shop-cart-1 20170314*/
.cart-checkbox { display: block; width: 25px; height: 25px; margin: 0 auto; background: url(../images/flow/shop-cart.png) no-repeat 0 0; background-size: 50px 100px; }
.page-shopping .item-list .pic { position: absolute; width: 60px; height: 60px; overflow: hidden; border: #e0e0e0 1px solid; padding: 2px; left: 30px; top: 24px; }
.page-shopping .item-list .pic img { width: 100% }
/*新增购物车图片斜标题*/
.page-shopping .item-list .pic .pTitle{
background-color: #10cbdc;
width: 60px;
height: 16px;
line-height: 16px;
transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
text-align: center;
position: absolute;
left: -18px;
top: 6px;
color: #fff;
font-size: 12px;
}
/*购物车商品名称间距修改 20170420*/
.page-shopping .item-list .name { padding:0 10px; line-height: 25px; }
/*购物车商品名称修改样式 20170510*/
.page-shopping .item-list .name span { vertical-align: middle;
font-size: 14px;
overflow: hidden;
/*-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
display: -webkit-box;*/
display: inline-block;
*display: inline;
*zoom: 1;
font-weight: normal;
text-overflow: ellipsis;
white-space:nowrap;
width: 100%;
}
.page-shopping .item-list .name .ico { display: inline-block; padding: 0 .7em; background-color: #f66; -webkit-border-radius: .2em; -moz-border-radius: .2em; -ms-border-radius: .2em; -o-border-radius: .2em; border-radius: .2em; margin-right: .5em; font-size: 1em; line-height: 1.4em; color: #fff }
/*购物车商品名称间距修改 20170420*/
.page-shopping .item-list .attr { line-height: 25px; height: 25px;padding-left: 10px; }
.page-shopping .item-list .attr span { font-size: 14px; color: #999 }
/*购物车 商品价格 20170509*/
.page-shopping .item-list .price-box{position:absolute; right:0px; top:20px; width:100px; height:98px;}
.page-shopping .item-list .price { /*padding: 0 10px 5px 0; height: 44px; line-height: 22px; */width:50%;text-align: right;vertical-align: middle;display: inline-block;*display: inline;*zoom: 1; }
/*购物车 修改价格颜色 20170315*/
.page-shopping .item-list .price .pri_span { font-size: 16px; /*color: #f23015;*/ color: #C4182E; vertical-align: middle; }
/*修改 end*/
.page-shopping .item-list .price span.mar_price { font-size: 14px; text-decoration: line-through; color: #999;}
/*购物车商品数量间距修改 20170420*/
.page-shopping .item-list .num { padding-bottom: 5px;margin-left: 10px;}
.page-shopping .item-list .num span { font-size: 1.4em; color: #999; vertical-align: middle }
.page-shopping .item-list .tip { line-height: 2.2em }
.page-shopping .item-list .tip span { font-size: 1.2em; color: #999 }
.page-shopping .item-list .delete { position: absolute; bottom: 15px; right: 0; width: 35px; height: 35px; text-align: center; overflow: hidden }
/*购物车删除图标修改 20170426*/
.page-shopping .item-list .delete .icon-shanchu { color: #999; display: block; background: url(../images/xin/icoshanchu.png) no-repeat; width: 25px; height: 25px; background-size: cover; }
/*购物车凑单修改 20170610*/
.page-shopping .item-list .append { padding:10px; font-size: 0;}
.page-shopping .item-list .append span{font-size: 14px; vertical-align: middle;display: inline-block;*display: inline;*zoom: 1;}
.page-shopping .item-list .append .left{width: 80%; text-align: left;}
.page-shopping .item-list .append .right{width: 20%; text-align: right;color: #C4182E;}
.page-shopping .item-list .append .li { border-top: 1px dotted #eee }
.page-shopping .sepa { background-color: #f4f4f4; height: .9em; border: 0 solid #eee; border-width: 1px 0 }
.page-shopping .bargain .list .item { border-bottom: 1px solid #eee; position: relative; padding: 0 5em 0 1.5em; height: 4em; line-height: 4em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
.page-shopping .bargain .list .item span { font-size: 1.4em; vertical-align: middle; color: #666; white-space: nowrap; text-overflow: ellipsis; overflow: hidden }
.page-shopping .bargain .list .item .check { display: inline-block; width: 1.4em; height: 1.4em; margin-right: .7em; border: 2px solid #ddd; background-color: #f4f4f4; color: #ddd; vertical-align: middle; text-align: center; position: relative }
.page-shopping .bargain .list .item .check .icon-checked { position: absolute; top: 0; left: 0; color: #ddd }
.page-shopping .bargain .list .item .check-active { background-color: #fff }
.page-shopping .bargain .list .item .check-active .icon-checked { color: #8fcf46 }
.page-shopping .bargain .list .item .label { display: inline-block; vertical-align: middle; margin: 0 .5em; padding: 0 .5em; background-color: #f66; color: #fff; line-height: 1.4em; -webkit-border-radius: .1em; -moz-border-radius: .1em; -ms-border-radius: .1em; -o-border-radius: .1em; border-radius: .1em }
.page-shopping .bargain .list .item .more { border-left: 1px solid #eee; position: absolute; top: 0; right: 0; padding: 0 1em 0 0; width: 4em; height: 4em }
.page-shopping .bargain .list .item .more:after { display: block; position: absolute; top: 50%; left: 50%; margin: -.5em 0 0 -1.3em; width: 1em; height: 1em; border-top: .2em solid #9b9b9b; border-right: .2em solid #9b9b9b; -webkit-transition: .2s ease; -webkit-transition-delay: 0s; -moz-transition: .2s ease; -o-transition: .2s ease; transition: .2s ease; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg) }
.page-shopping .bargain .more-list .item { border-bottom: 1px solid #eee; line-height: 4.4em; padding: 0 1.5em }
.page-shopping .bargain .more-list .item span { font-size: 1.5em; color: #666 }
.page-shopping .sepa-bottom { background-color: #f4f4f4; height: 6em }
.page-shopping .bottom-panel { position: fixed;bottom: 0; width: 100%; height: 60px; border-top: 1px solid #eee; background-color: #fff; z-index: 2; display: -webkit-box; display: -moz-box; display: -ms-box; display: -o-box; display: box; -webkit-box-align: center; -moz-box-align: center; -ms-box-align: center; -o-box-align: center; box-align: center; -webkit-box-pack: center; -moz-box-pack: center; -ms-box-pack: center; -o-box-pack: center; box-pack: center; min-width:320px;max-width: 720px;}
.page-shopping .bottom-panel .info { -webkit-box-flex: 1; -moz-box-flex: 1; -ms-box-flex: 1; -o-box-flex: 1; box-flex: 1; width: 100%; color: #FF5778; font-size: 16px; text-align: right; margin-right: 5px; }
.page-shopping .bottom-panel .quanxuan { -webkit-box-flex: 1; -moz-box-flex: 1; -ms-box-flex: 1; -o-box-flex: 1; box-flex: 1; margin-left: 1em; height: 40px; width: 60%; }
.page-shopping .bottom-panel .quanxuan .check-wrapper { left: 10px; top: 10px; margin-left: 0px; margin-top: 10px; width: 70px; }
.page-shopping .bottom-panel .quanxuan .cart-checkbox { float: left; }
.page-shopping .bottom-panel .quanxuan .cart-checktext { float: left; width: 35px; height: 20px; line-height: 20px; font-size: 14px; text-indent: 3px; color: #000; }
.page-shopping .bottom-panel .quanxuan .choubao{display: inline-block;background-color:#c4182e;color: #fff; padding: 5px 10px; margin:2px 0 0 20px;border-radius:5px;}
/*购物车总计 修改颜色*/
.page-shopping .bottom-panel .info .hot { font-size: 12px; /*color: #f23015;*/color: #c4182e; text-align: right; }
/*.page-shopping .bottom-panel .info .hot em { font-size: 14px; /*color: #f23015;*color: #c4182e; }*/
/*修改 end*/
.page-shopping .bottom-panel .info .hot_text { font-size: 14px; color: #000; margin-right: 4px; }
.page-shopping .bottom-panel .right { width: 100px; height: 40px; margin-right: 1em; }
.page-shopping .bottom-panel .right a { background: #f60; }
/*购物车加减数量 修改 20170315*/
.xm-input-number { display: inline-block; vertical-align: middle;/* border: 1px solid #ddd9da*/ }
/*删除 20170315*/
/*.xm-input-number .input-add { display: inline-block; width: 25px; height: 25px; position: relative; vertical-align: middle; background-color: #fafafa; background: url(../images/flow/shop-cart.png) no-repeat -41px -96px; background-size: 60px; }
.xm-input-number .input-sub { display: inline-block; width: 25px; height: 25px; position: relative; vertical-align: middle; background-color: #fafafa; background: url(../images/flow/shop-cart.png) no-repeat 6px -55px; background-size: 60px }*/
/*删除 end*/
.xm-input-number .input-add { display: inline-block; width: 20px; height: 20px; position: relative; vertical-align: middle; background: url(../images/flow/shop-cart.png) no-repeat -15px -36px; background-size: 40px; background-color: #000000;border-radius: 4px;}
.xm-input-number .input-sub { display: inline-block; width: 20px; height: 20px; position: relative; vertical-align: middle; background: url(../images/flow/shop-cart.png) no-repeat 5px -36px; background-size: 40px;background-color: #000000;border-radius: 4px; }
.xm-input-number .input-num { vertical-align: middle; display: inline-block; width: 30px; height: 20px; line-height: 20px; text-align: center; border: 1px solid #999; /*border-right: #ddd9da 1px solid; border-left: 1px solid #ddd9da;border-top: none; border-bottom: none;*/ font-size: 16px; color: #424242; -webkit-appearance: none; border-radius: 0; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; padding: 0px 10px;}
/*修改 end*/
.xm-input-number .input-num span { font-size: 1.6em; color: #51555a }
/*购物车加减数量 删除 20170315*/
/*.xm-input-number .input-add.active { background-color: #fafafa; background: url(../images/flow/shop-cart.png) no-repeat -26px -27px; background-size: 60px }*/
/*.xm-input-number .input-sub.active { background-color: #fafafa; background: url(../images/flow/shop-cart.png) no-repeat 6px -27px; background-size: 60px }*/
/*购物车加减数量 end*/
/*购物车按钮 修改背景颜色 20170315*/
.page-shopping .bottom-panel .right input.xm-button { border-radius: 5px; /*background-color: #FF2233;*/background-color: #c4182e; text-align: center; height: 40px; line-height: 40px; font-size: 16px; color: #fff; width: 100%; border: none; font-family: 微软雅黑; display:block }
/*修改 end*/
.xm-button.to_cart { background-color: #999999; }
.xm-button-gray { background-color: #fdfdfd; border: 1px solid #bbb }
.xm-button-gray span { color: #666 }
/*
购物车为空
*/
.qb_tac { text-align: center; color: #534949; line-height: 40px; color: #999; font-size: 18px; margin-top: 20px; }
.qb_tac img { margin-bottom: 20px; }
.qb_gap { padding-left: 10px; padding-right: 10px; margin-bottom: 10px }
.mod_btn { text-align: center; text-decoration: none; line-height: 45px; height: 45px; font-size: 15px; display: block; width: 100%; color: #ffffff!important; -webkit-border-radius: .3em; -moz-border-radius: .3em; -ms-border-radius: .3em; -o-border-radius: .3em; border-radius: .3em; background-color: #c4182e; }
/*
收货地址页面
*/
.textlink { padding: 4px 5px; background: #41CCB4; border: #33c7ad 1px solid; color: #fff!important; font-size: 14px; margin: 10px; }
.address_add_content { padding: 10px; margin: 10px; border-radius: 5px; background: url(../images/addr_top_bg.jpg) #ffffff repeat-x; background-size: 36px; font-size: 14px; }
.address_add_content li { position: relative; display: -webkit-box; display: -webkit-flex; display: flex; margin: 10px 0; }
.address_add_content li:last-child { margin: 10px 0; }
.address_add_content input[type=text], .address_add_content input[type=email], .address_add_content input[type=tel] { height: 14px; line-height: 14px; padding: 9px 0 9px 10px; -webkit-appearance: none; border: 1px solid #e5e5e5; display: block; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; border-radius: 0; }
.address_add_content input[type=text]:focus, .address_add_content input[type=tel]:focus { border: 1px solid #aae3fe; }
.address_add_content input[type=text]::-webkit-input-placeholder, .address_add_content input[type=tel]::-webkit-input-placeholder {
padding-top: 2px;
}
.address_add_content li .name { height: 34px; line-height: 34px; display: block; color: #aaa; }
.address_add_content li .minText { width: 50%; border: none; background: rgba(0,0,0,0); vertical-align: top; padding-left: 0; display: block; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }
.address_add_content li .minText:focus { border: none; }
.address_add_content select { -webkit-appearance: none; border-radius: 0; border: 1px solid #e5e5e5; height: 34px; line-height: 34px; padding: 0 23px 0 10px; color: #333; background-repeat: no-repeat; background-image: url('../images/down.png'); background-position: center right; background-size: 23px 7px; display: block; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }
.address_add_content select[disabled] { background-color: #e5e5e5; color: #999; }
.address_add_content li p { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; line-height: 32px; height: 32px; border: 1px solid #e5e5e5; padding-left: 10px; position: relative; display: block; display: -webkit-box; display: -webkit-flex; display: flex; }
.address_add_content li p label { display: inline-block; width: 100%; height: 100%; }
.address_add_content .province_select { margin-right: 10px; }
.address_add_content input.save { display: block; -webkit-appearance: none; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; margin: 0 26px; background: #fe5955; color: #fff; border: none; height: 40px; border-radius: 3px; }
.c-btn-orange { width: 100%; height: 40px; font-size: 16px; font-weight: blod; }
.c-btn-orange { display: block; background-color: #FF2233; border-radius: 5px; text-align: center; height: 40px; line-height: 40px; color: #FFF; font-size: 16px; border: none; font-family: 微软雅黑 }
a.c-btn-orange { width: 100%; height: 40px; font-size: 16px; font-weight: blod; color: #FFF; font-size: 16px; font-family: 微软雅黑 }
/*
结算
*/
.address_phone { background: url(../images/address_phone.png) no-repeat left center; margin-left: 20px; text-indent: 20px; background-size: 16px; display: inline-block; color: #999; }
.text-limit { margin-top: 5px; }
.btn1 { display: block; width: 70px; height: 30px; line-height: 30px; background: #FF6600; font-size: 14px; font-weight: normal; color: #fff; text-align: center; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; float: right; border: none; }
.isfapiao { background-color: #B3B3B3; border-radius: 2px; color: #FFFFFF; display: inline-block; height: 25px; line-height: 25px; overflow: hidden; padding: 1px; text-align: center; width: 44px; }
.isfapiao .fl { margin-left: 1px; }
.isfapiao i { background: none repeat scroll 0 0 #FFFFFF; border-radius: 2px; display: inline-block; height: 23px; margin: 1px 1px 0 0; width: 20px; -webkit-transform: none; -moz-transform: none; -o-transform: none; top: 0; right: 0; position: static; }
.panel-heading a.link { border-radius: 5px; background: #FF6600; color: #fff; line-height: 20px; font-size: 14px; padding: 0px 3px; margin: 0 3px; position: absolute; top: 7px; right: 5px; }
.title a.link { border-radius: 5px; background: #FF6600; color: #fff; padding: 2px 3px; margin: 0 3px; display: inline-block; font-size: 14px; }
a.modify { border-radius: 5px; background: #FF6600; color: #fff; float: right; padding: 2px 3px; margin: 0 3px; display: inline-block; font-size: 14px; font-weight: normal; }
/*确认订单 背景颜色修改 20170321*/
.sub-btn { display: block; width: 100%; display: block; border-radius:5px; /*background-color: #f60;*/background-color: #C4182E; text-align: center; height:40px; line-height:40px; color: #FFF; font-size: 14px; border: none; font-family:'微软雅黑' }
.jh-btn { background: -webkit-gradient(linear, left top, left bottom, from(#ffb22d), to(#ffaa05)); }
.btn2 { background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9e9e9)); color: #5f5f5f; border: #d4d4d4 solid 1px; }
.panel { margin: 0 0 10px; background-color: #fff; overflow: hidden }
.panel-heading { padding: 7px 10px; border-bottom: 1px solid transparent; border-top-right-radius: 3px; border-top-left-radius: 3px; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#f0f0f0');
background: -ms-linear-gradient(top, #ededed, #f0f0f0); background: -moz-linear-gradient(top, #ededed, #f0f0f0); background: -webkit-gradient(linear, 0 0, 0 100%, from(#ededed), to(#f0f0f0)); border: 1px solid transparent; }
.panel-title { margin-top: 0; margin-bottom: 0; font-size: 14px; color: #333; height: 20px; line-height: 20px; }
.panel-title>a { color: inherit }
.panel-body:after, .panel-body:before { display: table; content: " " }
.panel-body:after { clear: both }
.panel-default { border-color: #E5E5E5 }
.panel-default>.panel-heading { color: #333; background-color: #f5f5f5; border-color: #E5E5E5 }
.panel-default>.panel-heading+.panel-collapse .panel-body { border-top-color: #ddd }
.panel-body:after, .panel-body:before { display: table; content: " " }
.panel-body:after { clear: both }
.info-box, .pay-box { border: none }
/*确认订单修改边距 20170421*/
.info-box .title { /*padding:10px;*/padding: 5px auto; font-size: 14px;}
/*确认订单 配送方式 新增 20170316*/
.info-box .title .text{padding-left: 5px;}
/*确认订单 配送方式 删除 20170316*/
/*.info-box .title span { font-weight: bold }*/
.info-box .title .i-icon-arrow-down, .info-box .title .i-icon-arrow-right { float: right; margin-right: 0 }
.info-box .info-address { border-bottom: 1px solid #E5E5E5 }
.info-box .info-address .title { padding: 10px; font-size: 14px; border: none }
.info-box .info-address .i-icon-arrow-right, .info-box .info-address .icon-radio { margin-top: 15px }
/*提交订单 新增底部提交按钮的样式 20170525*/
.confirm{position: fixed;bottom: 0;left: 0;width: 100%; display:flex;display: -webkit-box;display: -moz-box; display: -ms-flexbox; display:-webkit-flex;height: 40px;line-height: 40px;font-size: 0;}
.confirm .confirm_text{text-align: right;padding-right: 10px; flex: 3;-webkit-box-flex: 3; -moz-box-flex: 3; -webkit-flex: 3; -ms-flex: 3; border-top:1px solid #EEEEEE ;color:#000;font-size: 16px;background-color: #FFFFFF; }
.confirm .confirm_text .price{color: #C4182E;}
.confirm .confirm_btn{text-align: center; flex: 1; -webkit-box-flex: 1; -moz-box-flex: 1; -webkit-flex: 1; -ms-flex: 1;color: #FFFFFF;font-size: 14px;background-color: #C4182E;border-top:1px solid #C4182E ;}
.nav-list-sidenav>li>.i-icon-arrow-down { float: right; margin-right: 0 }
.nav-list-sidenav>li>.pull-right { float: right }
.icon-radio { width: 15px; height: 15px; background-position: 0 -120px }
.icon-radio-active, .icon-radio.active { background-position: 0 -100px }
.icon-check { width: 18px; height: 18px; background-position: 0 -140px }
.icon-check-active, .icon-check.active { background-position: 0 -160px }
.i-icon-arrow-right { background-position: -82px -65px }
.i-icon-arrow-down { background-position: -96px -62px }
.i-icon-arrow-up { background-position: -96px -80px }
.icon-pay { background-position: 0 -50px }
.icon-goodsnum { background-position: 0 -25px }
.icon-money { background-position: 0 -76px }
em.qxz { font-size: 14px; color: #999; margin-left: 10px; }
.extra_info { color: #bbbbbb }
/*确认订单 价格颜色 修改 20170316*/
.ct-list .price { /*color: #eb4d4d;*/ color: #C4182E; }
/*配件*/
.scroll_best { text-align: center; margin: 0px 8px; }
.scroll_best .hd { height: 20px; overflow: hidden; font-size: 0; position: absolute; width: 100%; }
.scroll_best .hd ul { display: inline-block; padding-top: 5px; }
.scroll_best .hd li { display: inline-block; width: 10px; height: 10px; background: #C5C1C0; margin: 0 4px; vertical-align: top; overflow: hidden; -webkit-border-radius: 8px; -moz-border-radius: 6px; border-radius: 6px; }
.scroll_best .hd .on { background: #D6505B; }
.index_floor { width: 100%; overflow: hidden; margin-bottom: 20px; background: #FFF; }
.index_floor h2 { height: 35px; line-height: 37px; background: #ffffff; position: relative; font-size: 18px; font-family: "微软雅黑"; font-weight: normal; text-indent: 15px; color: #535353; }
.index_floor h2 span { height: 17px; width: 3px; background: #f23015; position: absolute; display: block; margin-top: 10px; margin-left: 6px; }
.bd { width: 100%; overflow: hidden }
.bd ul { width: 100%; overflow: hidden }
.bd ul li { width: 33.3%; float: left; text-align: center; margin-bottom: 10px; }
.bd ul li a { display: block; width: 90%; overflow: hidden; margin: auto; }
.bd ul li a .products_kuang { overflow: hidden; }
.bd ul li a .products_kuang img { display: block; width: 100%; }
.goods_name { width: 100%; font-size: 14px; color: #585858; height: 30px; line-height: 30px; overflow: hidden; text-align: left; }
.bd ul li .price { height: 30px; width: 100%; position: relative; margin-top: 6px; }
.bd ul li .price p { text-align: left; width: 90%; height: 30px; font-size: 14px; color: #666; line-height: 30px; }
.bd ul li .price .car { display: block; right: 10px; height: 25px; width: 25px; background: #f23; position: absolute; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; top: 0; }
.bd ul li .price .car img { display: block; margin: auto; width: 25px; height: 25px; }
/*购物车提交订单结算页面*/
.clear { clear: both }
.h { color: #f50 }
.order-buy { }
/*修改 20170408*/
.order-buy .address { /*color: #fff;*/ padding: 12px; padding-left: 30px; padding-right: 24px;margin-bottom: 10px; background: #fff; position: relative;}
.order-buy .address>div { padding: 4px 0 }
.order-buy .address::before { content: ''; display: inline-block; width: 20px; height: 20px; position: absolute; left: 4px; top: 23%; background: url('../images/flow/address.png') no-repeat; background-size: 20px; background-position: 0 0 }
.order-buy .address::after { content: ''; display: inline-block; width: 10px; height: 10px; position: absolute; right: 12px; top: 40%; border-right: 1px solid #333; border-top: 1px solid #333; -webkit-transform: rotate(45deg) }
.order-buy .address .address-info { display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;fs color: #333333;font-size: 0;}
.order-buy .address .address-info p {font-size: 14px; color: #333; vertical-align: middle;display: inline-block;*display: inline;*zoom: 1; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
/*提交订单收货人电话的样式*/
.order-buy .address .address-info .address-name{font-size: 14px;-webkit-flex: 2;flex: 2;-webkit-box-flex: 2;-moz-box-flex: 2;-ms-flex: 2;}
.order-buy .address .address-info .address-phone { font-size: 14px;text-align: right;-webkit-flex: 3;flex: 3;-webkit-box-flex: 3;-moz-box-flex: 3;-ms-flex: 3;}
.order-buy .address .address-details { font-size: 12px; line-height: 16px;color: #666; }
.order-buy .address .address-vice-explain { font-size: 10px; color: rgba(255,255,255,.5) }
/*提交订单修改间距 20170420*/
.order-buy .order{margin-bottom: 10px;}
.order-buy .order-info { background: #fff; /*margin-top: 12px; padding: 0 12px;*/}
.order-buy .order-info .seller-name { font-size: 14px; padding: 16px 0; border-bottom: 1px solid #eee }
.order-buy .order-info .order-list-info li { position: relative }
.order-buy .order-info .order-list-info li .fwuliu{width: 76%;background-color: #ffffff;}
.order-buy .order-info .order-list-info .list-info { display: -webkit-box; padding: 12px 70px 12px 10px; border-bottom: 1px solid #eee }
.order-buy .order-info .order-list-info .list-info .list-cont { -webkit-box-flex: 1 }
.order-buy .order-info .order-list-info .list-info .package{ color:#999; height:30px; line-height:30px;}
.order-buy .order-info .order-list-info .list-info .list-img { display: inline-block; width: 60px; margin-right: 8px; text-align: center }
.order-buy .order-info .order-list-info .list-info .list-img a { max-height: 60px; line-height: 60px; display: block }
.order-buy .order-info .order-list-info .list-info .list-img a img { max-width: 60px; max-height: 60px }
.order-buy .order-info .order-list-info .list-info .list-img p img { width: 100% }
.order-buy .order-info .order-list-info .list-price-nums { margin: 12px 10px 0 8px; width: 108px; position: absolute; top: 0; right: 0; text-align: right; line-height: 16px }
/*确认订单 价格颜色 修改 20170316*/
.order-buy .order-info .order-list-info .list-price-nums .price { /*color: #f23015;*/ color: #C4182E; }
.order-buy .order-info .order-list-info .list-price-nums p { font-size: 14px }
.order-buy .order-info .order-list-info .list-price-nums .nums { font-weight: 700 }
.order-buy .order-info .order-list-info .list-cont .goods-title { font-size: 14px; overflow: hidden; word-break: break-all;-webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box; text-overflow:ellipsis; max-height: 35px; line-height: 17px; font-weight:normal;}
.order-buy .order-info .order-list-info .list-cont .goods-title img { width: 18px }
.order-buy .order-info .order-list-info .list-cont .godds-specification { margin-top: 8px; font-size: 14px; color: #999 }
.order-buy .order-info .goods-preferential { font-size: 14px; color: #999; border-bottom: 1px solid #ddd; padding: 8px 0 }
.order-buy .order-info .buy-nums { position: relative }
.order-buy .order-info .buy-nums .nums { width: 120px; position: absolute; right: 0; top: 7px; display: inline-block; border: 1px solid #c5c8cf; text-align: left; overflow: hidden }
.order-buy .order-info .buy-nums .minus, .order-buy .order-info .buy-nums .plus, .order-buy .order-info .buy-nums .input-nums { float: left }
.order-buy .order-info .buy-nums .minus, .order-buy .order-info .buy-nums .plus { width: 32px; height: 32px; line-height: 32px; text-align: center; color: #6e758a; font-size: 18px }
.order-buy .order-info .buy-nums .minus.lock, .order-buy .order-info .buy-nums .plus.lock { color: #d5d5d5 }
.order-buy .order-info .buy-nums .minus { border-right: 1px solid #c5c8cf }
.order-buy .order-info .buy-nums .plus { border-left: 1px solid #c5c8cf }
.order-buy .order-info .buy-nums .input-nums { width: 53px; height: 32px; text-align: center }
.order-buy .order-info .subtotal { padding: 12px 0; text-align: right; font-size: 14px; border-top: 1px solid #eee; line-height:25px; }
.order-buy .order-info .subtotal .total-text { color: #999 }
/*确认订单 价格颜色 修改 20170316*/
.order-buy .order-info .subtotal .price_total { font-size: 18px; font-weight: 700; /*color:#ff2233 ;*/ color: #C4182E;}
.order-buy .order .b-box { padding: 16px 0 }
.order-buy .b-box { display: -webkit-box; position: relative; padding: 16px 12px; border-top: 1px solid #eee; margin-top: -1px }
.order-buy .b-box .title { display: inline-block }
.order-buy .b-box .interpret { -webkit-box-flex: 1; width: 100%; text-align: right; font-size: 14px; color: #999; padding-left: 10px }
.order-buy .b-box.arrow, .order-buy .b-box .arrow { padding-right: 24px }
.order-buy .b-box.arrow::after, .order-buy .b-box .arrow::after { content: ''; display: inline-block; width: 8px; height: 8px; position: absolute; right: 8px; top: 34%; border-right: 1px solid #5f646e; border-top: 1px solid #5f646e; -webkit-transform: rotate(45deg) }
.order-buy .b-box .multi-select>div { position: relative; min-height: 20px }
.order-buy .b-box .multi-select .arrow span { line-height: 20px }
.order-buy .b-box .multi-select hr { border: 0; height: 1px; background: #eee; margin: 16px 0 }
.order-buy .b-box .multi-select .c-order-select { position: absolute; right: 0; top: 0; opacity: 0; height: 100% }
.order-buy .bridge { padding-left: 12px; padding-right: 12px; background: #fff }
.order-buy .order-inputs { width: 100% }
.order-buy .order-inputs p:last-child { padding-bottom: 16px; border-bottom: 1px solid #eee }
.order-buy .order-inputs p { padding-top: 16px }
.order-buy .inputs { padding: 12px 0 }
.order-buy .anyChannel { padding: 0 12px; background: #fff }
.order-buy .options { padding: 12px }
.order-buy .options .vice-t { font-size: 10px; color: #999 }
.order-buy .options .title { -webkit-box-flex: 1; display: -webkit-box; width: 100%; -webkit-box-align: center }
.order-buy .options .interpret { -webkit-box-flex: none; width: auto; display: inline-block }
.order-buy .table { width: 100% }
.order-buy .table p { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #eee; line-height: 18px }
.order-buy .table p span { margin-right: 10px; word-break: break-all }
.order-buy .table p:last-child { margin: 0; padding: 0; border: 0 }
.order-buy .terms { background: #fff }
.order-buy .terms .title { padding-right: 30px; background: url(//gw.alicdn.com/tps/i4/TB1FbHNGXXXXXXQXFXXWA_BHXXX-48-48.png) no-repeat right 5px; background-size: 24px }
.order-buy .terms.d { padding-right: 0; padding-left: 0 }
.order-buy .bottom-bar .total-price { bottom: 0; left: 0; height: 60px; width: 100%; background: #fff; border-top: 1px solid #ddd; color: #f50; font-size: 14px; text-align: right; display: -webkit-box; -webkit-box-align: center }
.order-buy .bottom-bar .total-price>div { width: 100% }
.order-buy .bottom-bar .total-price p { display: inline-block; height: 45px; color: #f50; margin-right: 8px; float: right; overflow: hidden }
.order-buy .bottom-bar .total-price .realPay { line-height: 47px; margin-right: 16px }
.order-buy .bottom-bar .total-price .price { font-size: 16px; font-weight: 700 }
.order-buy .c-order-btn { border: 0; display: inline-block; text-align: center; text-decoration: none; width: 130px; height: 45px; line-height: 45px; color: #fff; font-size: 16px; -webkit-border-radius: 5px; background: #ff2233; font-family: '微软雅黑' }
.order-buy .c-order-btn-disabled { background: #dedede; color: #4e4e4e }
.voucher-num { height: 60px; width: 100%; line-height: 20px; border: #ddd 1px solid; -webkit-appearance: none; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; border-radius: 0; -webkit-rtl-ordering: logical; -webkit-user-select: text; cursor: auto; background-color: white }
#fapiao68 input { height: 28px; line-height: 28px; margin-top: 10px; margin-bottom: 10px; }
/* 购物车登录、注册页面 修改部分 */
.nl-frame-container { margin-top: 20px!important; }
.ng-form-area { margin-top: 20px; }
.enter-item { width: 94%!important; margin-top: 5px; }
.button { width: 98%!important; }
/*订单提交成功页面*/
.content_success { padding: 10px; background: #FFF; }
.content_success li {line-height: 40px; padding: 0 15px; font-size: 14px; }
.successtijiao { border-bottom: #ddd 1px solid; font-size: 16px; color: #9EC069; font-weight: bold; background: url(../images/flow/iconfont-duihao.png) no-repeat 10px center; background-size: 30px; text-indent: 60px; height: 50px; line-height: 50px; margin-bottom: 15px; }
.pay-btn { margin-top: 15px; }
.pay-btn a { color: #FFF; }
.content_success li em { color: #000 }
/*优惠活动代码*/
.huodong_list { width: 100%; overflow: hidden; border-bottom: 1px dotted #CCC; padding-top: 10px; }
.h_title { width: 95%; overflow: hidden; margin: auto }
.h_title dt { float: left; height: 25px; width: 25px; background: #FF2233; font-size: 16px; color: #FFF; text-align: center; line-height: 25px; border-radius: 50%; }
.h_title dd { float: left; height: 30px; font-size: 16px; color: #333; line-height: 30px; text-indent: 10px }
.h_title1 { width: 95%; overflow: hidden; margin: auto }
.h_title1 dt { float: left; overflow: hidden; width: 25%; font-size: 14px; line-height: 150%; }
.h_title1 dd { width: 75%; float: left; overflow: hidden; font-size: 14px; color: #666; line-height: 150%; }
.btn_orange { display: block; width: 96%; margin-left: 2%; margin-right: 2%; height: 40px; margin: auto; background: #FF2233; font-size: 16px; line-height: 40px; color: #FFF; text-align: center; border-radius: 5px; border: 0px; margin-top: 10px; margin-bottom: 10px; font-family: 微软雅黑 }
.activity { padding: 10px 10px 10px 10px; font-size: 14px; }
.order_total_li { border: 0; text-align: right; color: #999; padding-bottom: 20px; font-size: 14px; line-height:22px; }
.order_total_ul { line-height: 18px;padding:10px 5px;margin-bottom: 30px;}
/*新增商品金额样式 20170525*/
.order_total_ul .txt_right{color: #333333;float: right;margin-right: 10px;}
/*提交订单 给卖家留言样式更改*/
.txt1 { /*border: 1px solid #DFDFDF;*/ height: 18px; line-height: 18px; padding-top: 7px; padding-bottom: 7px; width: 195px; padding-left: 5px; -webkit-appearance: none; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; border-radius: 0; -webkit-rtl-ordering: logical; -webkit-user-select: text; cursor: auto; background-color: white; }
.txt2 { border: 1px solid #DFDFDF; height: 18px; line-height: 18px; padding-top: 5px; padding-bottom: 6px; width: 195px; padding-left: 5px; -webkit-appearance: none; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; border-radius: 0; -webkit-rtl-ordering: logical; -webkit-user-select: text; cursor: auto; background-color: white; }
/*发票*/
#fapiao68 select { -webkit-appearance: none; border-radius: 0; border: 1px solid #e5e5e5; height: 34px; line-height: 34px; padding: 0 33px 0 10px; color: #333; background-repeat: no-repeat; background-image: url('../images/down.png'); background-position: center right; background-size: 23px 7px; display: inline-block; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }
/*选择赠品*//*html5 reset*/
.have_gift { line-height: 44px; height: 44px; border-bottom:#ddd 1px solid; text-indent:15px;}
.have_gift span { float:left; }
.have_gift span:first-child { color: #ff463c; font-size: 14px; width: 51px; }
.have_gift span:nth-child(2) { text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:60%;
font-size: 14px;
font-weight: normal;
}
.have_giftf1 { line-height: 24px; margin-left: 14px; padding-top:10px; padding-bottom:10px; }
.have_giftf1 span { float:left; }
.have_giftf1 span:first-child { color: #ff463c; font-size: 14px; width: 51px; }
.have_giftf1 span:nth-child(2) { color: #787878; font-size: 14px; width:60%;}
/*赠品弹出框*/
::-webkit-scrollbar {
width: 0px;
}
.f_block{ width:100%;}
.p-link {
display: block;
height: 100%;
}
.f_block .f_content {
background:#F1F1F5; overflow-y:scroll
}
#choose{position:fixed; bottom:0; left:0; height:0px; background:#FFF; z-index:99999999; overflow:hidden;}
.f_foot {
background: #f7f7f7;
border-top: 1px solid #e6e6e6;
width: 100%;
}
.f_mask {
background-color: #000;
opacity: 0.4;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 111;
display: none;
}
.f_select {
width: 96%;
border: 1px solid #5c5d5f;
border-radius: 5px;
margin: .5rem auto;
}
.f_select div:first-child {
height: 3.9rem;
}
.f_select div:last-child {
border-top: 1px solid #5c5d5f;
padding-bottom: 1rem;
display: none;
}
.f_foot {
background: #f7f7f7;
border-top: 1px solid #e6e6e6;
width: 100%;
}
.f_foot a.c_btn {
margin: 1.05rem auto;
font-size: 1.6rem;
}
a.c_btn {
width: 7.8rem;
height: 3.9rem;
line-height: 3.9rem;
color: #000000;
font-family: "黑体";
font-size: 1.5rem;
display: block;
border-radius: 6px;
text-align: center;
cursor: pointer;
border: .1rem solid #000000;
}
.c_close {
background: url(../images/flow/c_cancel.png) center no-repeat;
background-size: 16px 16px;
width: 26px;
height: 50px;
display: block;
float: right;
margin: 0;
}
.f_title {
line-height:50px;
border-top:1px solid #ebebeb;
border-bottom:1px solid #ebebeb;
height:50px;
font-size:14px; text-align:left; text-indent:15px;
color:#58595b;
padding-right:15px; font-weight:normal; font-size:18px
}
.in-title {
float: left; line-height:25px;
margin-right: 10px;
font-weight: normal; margin-top:10px; margin-bottom:10px;
}
.in-title {
font-size: 14px; padding-left:15px;
}
.p-img {
border: 1px solid #e7e7e7;
width: 60px;
height: 60px;
float: left;
}
.p-info {
padding-top: 0px;
margin-left: 70px;
line-height: 18px;
} .p-info1 {
padding-top: 0px;
margin-left: 38px;
line-height: 18px;
}
.in-desc{ clear:both; font-size:14px; color:#999; padding:0 20px; line-height:22px;}
.no_gift{font-size:14px; color:#333; padding:30px 20px 20px;}
.miblebox {
border-bottom: 1px solid #e1e1e1;
border-width: 1px 0 1px 0;
background-color: #fff;
margin-bottom: 12px;
width: 100%;
overflow: hidden;
}
.mible-suit {
padding-bottom: 14px;
min-height: 105px;
}
.list-suit {
position: static;
padding-left: 5px;
padding-right: 5px;
height: auto;
width: auto;
}
.list-suit .list-suit-item:nth-child(n+1) {
padding-top: 14px;
}
.list-suit .list-suit-item {
padding-bottom: 6px;
border-bottom: 1px solid #dedede;
width: 99%;
display: block;
}
.list-suit-item {
padding-right: 0;
}
.list-suit li {
display: table-cell;
height: 72px;
overflow: hidden;
}
/*input标签样式*/
input, select, textarea {
/*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-appearance: none;*/
border: 0;
border-radius: 0;
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
}
.c_checkbox {
width: 20px;
height: 20px;
background-image: url(../images/flow/c_checkbox_off.png);
background-repeat: no-repeat;
background-size: 20px 20px;
border-radius: 50%;
margin: 20px 10px 0 0;
float: left;
}
.c_checkbox:checked {
background-image: url(../images/flow/c_checkbox_on.png);
}
.p-name {
font-size: 13px;
font-weight: 400;
margin-bottom: 6px;
line-height: 16px; margin-left:50px;
overflow:hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.p-price {
color: #f23015; margin-left:50px;
margin-right: 15px;
}
.p-price1 {
color: #58595b; margin-left:0px;
margin-right: 15px; margin-top:5px; font-size:13px;
}
.p-name1 {
font-size: 13px;
font-weight: 400;
margin-bottom: 6px;
line-height: 16px; margin-left:0px;
overflow:hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.input_btn{ margin-top:10px;}
.add_gift{border-radius: 5px;
background: #FF2233;
text-align: center;
height: 40px;
line-height: 40px;
font-size: 16px;
color: #fff;
width: 96%;
font-family: 微软雅黑;
border:none; margin:0 auto;}
.flow_youhui{ padding:10px 5px;}
.flow_youhui_no{ padding:10px 5px; border-bottom:#eee 1px solid; font-size:14px;}
/*新增提交订单 合计价格*/
.flow_youhui_no .price{color: #C4182E;float: right;margin-right: 10px;}
/*确认订单 商店名称 修改 20170316*/
/*.goods-list-title{ height:50px; line-height:50px; background:url(../images/dianpu.png) no-repeat left center; text-indent:25px; background-size:25px 25px; border-bottom:#eee 1px solid; font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
text-decoration: none; font-weight:bold}*/
.goods-list-title{/* height:50px; line-height:50px;*/ padding: 10px; background:url(../images/dianpu.png) no-repeat left center; text-indent:20px; background-size:25px 25px; border-bottom:#eee 1px solid; font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
font-size: 14px;
color: #000000;
text-decoration: none; font-weight:bold}
/*商店名称 end*/
/*确认订单 配送方式 修改 20170316*/
.shipping_title{ height:25px; line-height:25px; margin: 11px 5px 5px 0;font-size: 24px;}
/*确认订单删除边距 20170421*/
.nav-list-sidenav{/* padding-bottom:14px;*/ font-size:14px;color: #333; /*padding-left:5px;*/}
.nav-list-sidenav li{display: inline-block;*display: inline;*zoom: 1;margin:10px ;}
.nav-list-sidenav .c_checkbox_t{width: 20px;height: 20px;margin-right: 10px; background: url(../images/flow/c_checkbox_off.png) no-repeat center center;background-size:cover;vertical-align: middle; display: inline-block;*display: inline;*zoom: 1;}
.nav-list-sidenav .c_checkbox_on {background-image: url(../images/flow/c_checkbox_on.png);}
/*.shipping_title{ height:25px; line-height:25px; margin: 11px 5px 5px 0;}
.nav-list-sidenav{ padding-bottom:14px; font-size:14px; padding-left:5px;}
.baojia{ line-height:20px; line-height:20px; margin: 7px 5px 5px 5px; border-bottom:1px solid #eeeeee; width:100%; padding-bottom:10px; font-size:14px;}
.baojia input{ margin-top:4px; margin-left:2px;}
.c_checkbox_t {
width: 20px;
height: 20px;
font-size: 0;
background-image: url(../images/flow/c_checkbox_off.png);
background-repeat: no-repeat;
background-size: 20px 20px;
border-radius: 50%;
margin: 14px 5px 5px 0;
float: left;
}
.c_checkbox_t:checked {
background-image: url(../images/flow/c_checkbox_on.png);
}
.c_checkbox_t:disabled {
background-image: url(../images/flow/c_checkbox_dis.png);
}*/
/*配送方式 end*/
.b_checkbox {
width: 17px;
height: 17px;
background-color:#fff;
background-image: url(../images/flow/b_checkbox_off.png);
background-repeat: no-repeat;
background-size:16px 16px;
margin: 7px 5px 5px 0;
}
.b_checkbox:checked {
background-image: url(../images/flow/b_checkbox_on.png);
}
.b_checkbox:disabled{background-image: url(../images/flow/b_checkbox_dis.png); }
/*新增清除select下拉样式*/
.checkout_other select , .checkout_other2 select {
background-color: #FFFFFF;
appearance:none;
-moz-appearance:none;
-webkit-appearance: none;
border-radius: 0;
border: 1px solid #e5e5e5;
height: 34px;
line-height: 34px;
padding: 0 33px 0 10px;
color: #333;
background-repeat: no-repeat;
background-image: url('../images/down.png');
background-position: center right;
background-size: 23px 7px;
display: inline-block;
-webkit-box-flex: 1;
-webkit-flex: 1;
flex: 1;
}
.flow_bottom_list{ width:100%; margin:10px 0px; }
.flow_bottom_list textarea{ width:96%; height:80px; padding:0 2%; line-height:22px;}
.flow_bottom_list .c_checkbox_t{ margin-top:5px}
.free_freight{ font-size:14px; color:#333; text-align:center;}
.free_freight span{ font-size:16px; font-family:微软雅黑; color:#E31939; margin:0 5px;}
#zk_{ width:100%;}
.flow_shipping{ margin-bottom:10px; display:block}
.touchweb_com-indexPop1 { display: none; position: fixed; left: 0; top: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -ms-flex-pack: center; -webkit-box-pack: center; box-pack: center; -webkit-justify-content: center; justify-content: center; -ms-flex-align: center; -webkit-box-align: center; box-align: center; -webkit-align-items: center; align-items: center; width: 100%; height: 100%; background-color: rgba(0,0,0,0.7); visibility: hidden; opacity: 0; -webkit-transition: opacity .3s; transition: opacity .3s; z-index:99999999 }
.touchweb_com-indexPop1.show { opacity: 1; visibility: visible; }
.touchweb_com-indexPop1 .inner { width: 265px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 18px 20px 15px; -webkit-border-radius: 5px; border-radius: 5px; background-color: #fff; height:auto; }
.touchweb_com-indexPop1 .inner .btn_box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -ms-flex-pack: justify; -webkit-box-pack: justify; box-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; height: 30px; margin-top: 10px; text-align: center; }
.touchweb_com-indexPop1 .inner .btn_box .btn { display: block; height: 30px; line-height: 28px; width: 105px; font-size: 1.4rem; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 4px; border-radius: 4px; color: #333; }
.touchweb_com-indexPop1 .inner .btn_box .btn_confirm { color: #fff; background-color: #FF6766; }
.touchweb_com-indexPop1 .inner .btn_box .btn_confirm:active { background-color: #ff0909; }
.touchweb_com-indexPop1 .inner .btn_box .btn_cancel { border: 1px solid #757575; color:#2B292C }
.touchweb_com-indexPop1 .inner .btn_box .btn_cancel:active { background-color: #25C6FC; }
.touchweb_com-indexPop1 { font-size:.12rem;}
.touchweb_com-indexPop1 .inner .content_name {margin-bottom: 15px;}
.touchweb_com-indexPop1 .inner .content_name p {line-height:20px;font-size:14px; color: #000; border-bottom:#D5D5D5 1px solid; padding-bottom:5px;}
.touchweb_com-indexPop1 .inner .btn_box .btn { font-size:14px;}
a.revise{ color:#FF4650; font-size:14px; margin-left:5px;}
/*新增确认订单首次购买出现的收货人信息*/
.layermchild .clear{border-bottom: 1px solid #ccc;padding-bottom: 10px;}
.addTit{text-align: center; font-size: 16px;margin-top: 10px;}
.closed{ background: url(../images/flow/close.png) no-repeat;width: 30px;height: 30px;background-size:cover ;position: absolute;bottom: 230px;right: 10px;}
.addressmone { }
.addressmone li{text-align: left; width:100%; overflow:hidden;padding: 10px 0;border-bottom: 1px solid #ccc;}
.addressmone li span{ display:block; float:left; width:20%; font-size:14px; color:#666;}
.addressmone li input{ display:block; float:left; width:80%; background:none; border:0px; font-size:14px; color:#333;}
.addressmone li select{width: 18%;display: inline-block;*display: inline;*zoom: 1; background:none;border:0px; font-size:14px; color:#333; padding-right:10px;-webkit-appearance: none; border-radius: 0; -webkit-rtl-ordering: logical; -webkit-user-select: text;}
.delAdd{ background: url(../images/all.png) no-repeat;background-size: auto 200px;padding-left: 20px;}
.delAdd:hover{color: #000000;}
.twoBtn{width: 100%;font-size: 0;}
.twoBtn .btnRed,.twoBtn .btnWhile{ line-height: 40px;height: 40px; text-align: center;font-size: 14px; vertical-align: middle;display: inline-block;*display: inline;*zoom: 1;width: 50%;}
.twoBtn .btnRed{background-color: #C4182E;color: #FFFFFF;border-top:1px solid #C4182E ;}
.twoBtn .btnWhile{background-color: #f5f5f5;color: #000000;border-top:1px solid #999 ;}
/*新增 提交订单地址 20170525*/
.addmone{overflow:hidden; margin:10px 0; background:#fff;}
.addmone .jia{margin-top: 10px; vertical-align: middle;display: inline-block;*display: inline;*zoom: 1; width: 20px;height: 20px;background: url("../images/jia.png") no-repeat;background-size: 20px 20px;border: 2px solid #EEEEEE;}
.addmone .addTxt{vertical-align: middle;display: inline-block;*display: inline;*zoom: 1;margin-top: 10px;}
.addmone .shop_arrow{width: 10px;height: 20px;float: right;margin-top: 10px;}
/*新增 提交订单地址列表 20170525*/
.address_add dl{text-align: left;}
.address_add dl dt{color: #000;}
.addList{max-height: 200px;overflow: auto;}
.addList .addmone{margin: 0;text-align: left;}
/*新增提交订单的优惠券样式*/
.couponList{}
.couponList li{font-size: 0;border-bottom: 1px solid #eee;padding: 10px;}
.couponList li span{vertical-align: middle;display: inline-block;*display: inline;*zoom: 1;}
.couponList li .left{width: 80%;font-size: 14px;color: #333333;text-align: left;}
.couponList li .left .num{font-size: 16px;color: #C4182E;}
.couponList li .left .gray{font-size: 12px;color: #999;}
.couponList li .right{width: 20%;text-align: right;}
.couponList li .right img{width: 25px;height: 25px;}