UNPKG

150 kBCSSView Raw
1@charset "UTF-8";
2/* IMAGES */
3/* 默认颜色 */
4/* 客户化 */
5/* 波纹效果 */
6/*贝塞尔曲线动画 */
7/* 阴影 */
8/* ========== 文本字体 ========== */
9/* 控件 */
10/* 不同背景下对应的文字颜色 */
11/* UButton */
12/* UText */
13/* Navlayout */
14/* gridlayout */
15/* menu */
16/* Alert */
17/* Checkbox */
18/* Radio */
19/* Switch */
20/* loading */
21/* datetimepicker */
22/* message */
23/* DATA TABLE */
24/* tooltip*/
25/* 进度条 */
26/* ========== Content Tabs ========== */
27/* CARD */
28/* Card dimensions */
29/* Cover image */
30/* ========== Card ========== */
31/* ============ Forms ============*/
32/* BADGE */
33/* Typography */
34/* Shadows */
35/* Animations */
36
37@keyframes antSlideUpIn {
38 0% {
39 opacity: 0;
40 transform-origin: 0% 0%;
41 transform: scaleY(0.8); }
42 100% {
43 opacity: 1;
44 transform-origin: 0% 0%;
45 transform: scaleY(1); } }
46
47@keyframes antSlideUpOut {
48 0% {
49 opacity: 1;
50 transform-origin: 0% 0%;
51 transform: scaleY(1); }
52 100% {
53 opacity: 0;
54 transform-origin: 0% 0%;
55 transform: scaleY(0.8); } }
56
57@keyframes antSlideDownIn {
58 0% {
59 opacity: 0;
60 transform-origin: 100% 100%;
61 transform: scaleY(0.8); }
62 100% {
63 opacity: 1;
64 transform-origin: 100% 100%;
65 transform: scaleY(1); } }
66
67@keyframes antSlideDownOut {
68 0% {
69 opacity: 1;
70 transform-origin: 100% 100%;
71 transform: scaleY(1); }
72 100% {
73 opacity: 0;
74 transform-origin: 100% 100%;
75 transform: scaleY(0.8); } }
76
77@keyframes antSlideLeftIn {
78 0% {
79 opacity: 0;
80 transform-origin: 0% 0%;
81 transform: scaleX(0.8); }
82 100% {
83 opacity: 1;
84 transform-origin: 0% 0%;
85 transform: scaleX(1); } }
86
87@keyframes antSlideLeftOut {
88 0% {
89 opacity: 1;
90 transform-origin: 0% 0%;
91 transform: scaleX(1); }
92 100% {
93 opacity: 0;
94 transform-origin: 0% 0%;
95 transform: scaleX(0.8); } }
96
97@keyframes antSlideRightIn {
98 0% {
99 opacity: 0;
100 transform-origin: 100% 0%;
101 transform: scaleX(0.8); }
102 100% {
103 opacity: 1;
104 transform-origin: 100% 0%;
105 transform: scaleX(1); } }
106
107@keyframes antSlideRightOut {
108 0% {
109 opacity: 1;
110 transform-origin: 100% 0%;
111 transform: scaleX(1); }
112 100% {
113 opacity: 0;
114 transform-origin: 100% 0%;
115 transform: scaleX(0.8); } }
116
117@keyframes antSwingIn {
118 0%,
119 100% {
120 transform: translateX(0px); }
121 20% {
122 transform: translateX(-10px); }
123 40% {
124 transform: translateX(10px); }
125 60% {
126 transform: translateX(-5px); }
127 80% {
128 transform: translateX(5px); } }
129
130@keyframes antZoomIn {
131 0% {
132 opacity: 0;
133 transform: scale(0.2); }
134 100% {
135 opacity: 1;
136 transform: scale(1); } }
137
138@keyframes antZoomOut {
139 0% {
140 transform: scale(1); }
141 100% {
142 opacity: 0;
143 transform: scale(0.2); } }
144
145@keyframes antZoomBigIn {
146 0% {
147 opacity: 0;
148 transform: scale(0.8); }
149 100% {
150 transform: scale(1); } }
151
152@keyframes antZoomBigOut {
153 0% {
154 transform: scale(1); }
155 100% {
156 opacity: 0;
157 transform: scale(0.8); } }
158
159@keyframes antZoomUpIn {
160 0% {
161 opacity: 0;
162 transform-origin: 50% 0%;
163 transform: scale(0.8); }
164 100% {
165 transform-origin: 50% 0%;
166 transform: scale(1); } }
167
168@keyframes antZoomUpOut {
169 0% {
170 transform-origin: 50% 0%;
171 transform: scale(1); }
172 100% {
173 opacity: 0;
174 transform-origin: 50% 0%;
175 transform: scale(0.8); } }
176
177@keyframes antZoomLeftIn {
178 0% {
179 opacity: 0;
180 transform-origin: 0% 50%;
181 transform: scale(0.8); }
182 100% {
183 transform-origin: 0% 50%;
184 transform: scale(1); } }
185
186@keyframes antZoomLeftOut {
187 0% {
188 transform-origin: 0% 50%;
189 transform: scale(1); }
190 100% {
191 opacity: 0;
192 transform-origin: 0% 50%;
193 transform: scale(0.8); } }
194
195@keyframes antZoomRightIn {
196 0% {
197 opacity: 0;
198 transform-origin: 100% 50%;
199 transform: scale(0.8); }
200 100% {
201 transform-origin: 100% 50%;
202 transform: scale(1); } }
203
204@keyframes antZoomRightOut {
205 0% {
206 transform-origin: 100% 50%;
207 transform: scale(1); }
208 100% {
209 opacity: 0;
210 transform-origin: 100% 50%;
211 transform: scale(0.8); } }
212
213@keyframes antZoomDownIn {
214 0% {
215 opacity: 0;
216 transform-origin: 50% 100%;
217 transform: scale(0.8); }
218 100% {
219 transform-origin: 50% 100%;
220 transform: scale(1); } }
221
222@keyframes antZoomDownOut {
223 0% {
224 transform-origin: 50% 100%;
225 transform: scale(1); }
226 100% {
227 opacity: 0;
228 transform-origin: 50% 100%;
229 transform: scale(0.8); } }
230
231@keyframes rcMenuOpenZoomIn {
232 0% {
233 opacity: 0;
234 transform: scale(0, 0); }
235 100% {
236 opacity: 1;
237 transform: scale(1, 1); } }
238
239@keyframes rcMenuOpenZoomOut {
240 0% {
241 transform: scale(1, 1); }
242 100% {
243 opacity: 0;
244 transform: scale(0, 0); } }
245
246@keyframes rcMenuOpenSlideUpIn {
247 0% {
248 opacity: 0;
249 transform-origin: 0% 0%;
250 transform: scaleY(0); }
251 100% {
252 opacity: 1;
253 transform-origin: 0% 0%;
254 transform: scaleY(1); } }
255
256@keyframes rcMenuOpenSlideUpOut {
257 0% {
258 opacity: 1;
259 transform-origin: 0% 0%;
260 transform: scaleY(1); }
261 100% {
262 opacity: 0;
263 transform-origin: 0% 0%;
264 transform: scaleY(0); } }
265
266/* IMAGES */
267/* 默认颜色 */
268/* 客户化 */
269/* 波纹效果 */
270/*贝塞尔曲线动画 */
271/* 阴影 */
272/* ========== 文本字体 ========== */
273/* 控件 */
274/* 不同背景下对应的文字颜色 */
275/* UButton */
276/* UText */
277/* Navlayout */
278/* gridlayout */
279/* menu */
280/* Alert */
281/* Checkbox */
282/* Radio */
283/* Switch */
284/* loading */
285/* datetimepicker */
286/* message */
287/* DATA TABLE */
288/* tooltip*/
289/* 进度条 */
290/* ========== Content Tabs ========== */
291/* CARD */
292/* Card dimensions */
293/* Cover image */
294/* ========== Card ========== */
295/* ============ Forms ============*/
296/* BADGE */
297.red {
298 color: rgb(244,67,54) !important; }
299
300.bg-red {
301 background-color: rgb(244,67,54) !important; }
302
303.red-50 {
304 color: rgb(255,235,238) !important; }
305
306.bg-red-50 {
307 background-color: rgb(255,235,238) !important; }
308
309.red-100 {
310 color: rgb(255,205,210) !important; }
311
312.bg-red-100 {
313 background-color: rgb(255,205,210) !important; }
314
315.red-200 {
316 color: rgb(239,154,154) !important; }
317
318.bg-red-200 {
319 background-color: rgb(239,154,154) !important; }
320
321.red-300 {
322 color: rgb(229,115,115) !important; }
323
324.bg-red-300 {
325 background-color: rgb(229,115,115) !important; }
326
327.red-400 {
328 color: rgb(239,83,80) !important; }
329
330.bg-red-400 {
331 background-color: rgb(239,83,80) !important; }
332
333.red-500 {
334 color: rgb(244,67,54) !important; }
335
336.bg-red-500 {
337 background-color: rgb(244,67,54) !important; }
338
339.red-600 {
340 color: rgb(229,57,53) !important; }
341
342.bg-red-600 {
343 background-color: rgb(229,57,53) !important; }
344
345.red-700 {
346 color: rgb(211,47,47) !important; }
347
348.bg-red-700 {
349 background-color: rgb(211,47,47) !important; }
350
351.red-800 {
352 color: rgb(198,40,40) !important; }
353
354.bg-red-800 {
355 background-color: rgb(198,40,40) !important; }
356
357.red-900 {
358 color: rgb(183,28,28) !important; }
359
360.bg-red-900 {
361 background-color: rgb(183,28,28) !important; }
362
363.red-A100 {
364 color: rgb(255,138,128) !important; }
365
366.bg-red-A100 {
367 background-color: rgb(255,138,128) !important; }
368
369.red-A200 {
370 color: rgb(255,82,82) !important; }
371
372.bg-red-A200 {
373 background-color: rgb(255,82,82) !important; }
374
375.red-A400 {
376 color: rgb(255,23,68) !important; }
377
378.bg-red-A400 {
379 background-color: rgb(255,23,68) !important; }
380
381.red-A700 {
382 color: rgb(213,0,0) !important; }
383
384.bg-red-A700 {
385 background-color: rgb(213,0,0) !important; }
386
387.pink {
388 color: rgb(233,30,99) !important; }
389
390.bg-pink {
391 background-color: rgb(233,30,99) !important; }
392
393.pink-50 {
394 color: rgb(252,228,236) !important; }
395
396.bg-pink-50 {
397 background-color: rgb(252,228,236) !important; }
398
399.pink-100 {
400 color: rgb(248,187,208) !important; }
401
402.bg-pink-100 {
403 background-color: rgb(248,187,208) !important; }
404
405.pink-200 {
406 color: rgb(244,143,177) !important; }
407
408.bg-pink-200 {
409 background-color: rgb(244,143,177) !important; }
410
411.pink-300 {
412 color: rgb(240,98,146) !important; }
413
414.bg-pink-300 {
415 background-color: rgb(240,98,146) !important; }
416
417.pink-400 {
418 color: rgb(236,64,122) !important; }
419
420.bg-pink-400 {
421 background-color: rgb(236,64,122) !important; }
422
423.pink-500 {
424 color: rgb(233,30,99) !important; }
425
426.bg-pink-500 {
427 background-color: rgb(233,30,99) !important; }
428
429.pink-600 {
430 color: rgb(216,27,96) !important; }
431
432.bg-pink-600 {
433 background-color: rgb(216,27,96) !important; }
434
435.pink-700 {
436 color: rgb(194,24,91) !important; }
437
438.bg-pink-700 {
439 background-color: rgb(194,24,91) !important; }
440
441.pink-800 {
442 color: rgb(173,20,87) !important; }
443
444.bg-pink-800 {
445 background-color: rgb(173,20,87) !important; }
446
447.pink-900 {
448 color: rgb(136,14,79) !important; }
449
450.bg-pink-900 {
451 background-color: rgb(136,14,79) !important; }
452
453.pink-A100 {
454 color: rgb(255,128,171) !important; }
455
456.bg-pink-A100 {
457 background-color: rgb(255,128,171) !important; }
458
459.pink-A200 {
460 color: rgb(255,64,129) !important; }
461
462.bg-pink-A200 {
463 background-color: rgb(255,64,129) !important; }
464
465.pink-A400 {
466 color: rgb(245,0,87) !important; }
467
468.bg-pink-A400 {
469 background-color: rgb(245,0,87) !important; }
470
471.pink-A700 {
472 color: rgb(197,17,98) !important; }
473
474.bg-pink-A700 {
475 background-color: rgb(197,17,98) !important; }
476
477.purple {
478 color: rgb(156,39,176) !important; }
479
480.bg-purple {
481 background-color: rgb(156,39,176) !important; }
482
483.purple-50 {
484 color: rgb(243,229,245) !important; }
485
486.bg-purple-50 {
487 background-color: rgb(243,229,245) !important; }
488
489.purple-100 {
490 color: rgb(225,190,231) !important; }
491
492.bg-purple-100 {
493 background-color: rgb(225,190,231) !important; }
494
495.purple-200 {
496 color: rgb(206,147,216) !important; }
497
498.bg-purple-200 {
499 background-color: rgb(206,147,216) !important; }
500
501.purple-300 {
502 color: rgb(186,104,200) !important; }
503
504.bg-purple-300 {
505 background-color: rgb(186,104,200) !important; }
506
507.purple-400 {
508 color: rgb(171,71,188) !important; }
509
510.bg-purple-400 {
511 background-color: rgb(171,71,188) !important; }
512
513.purple-500 {
514 color: rgb(156,39,176) !important; }
515
516.bg-purple-500 {
517 background-color: rgb(156,39,176) !important; }
518
519.purple-600 {
520 color: rgb(142,36,170) !important; }
521
522.bg-purple-600 {
523 background-color: rgb(142,36,170) !important; }
524
525.purple-700 {
526 color: rgb(123,31,162) !important; }
527
528.bg-purple-700 {
529 background-color: rgb(123,31,162) !important; }
530
531.purple-800 {
532 color: rgb(106,27,154) !important; }
533
534.bg-purple-800 {
535 background-color: rgb(106,27,154) !important; }
536
537.purple-900 {
538 color: rgb(74,20,140) !important; }
539
540.bg-purple-900 {
541 background-color: rgb(74,20,140) !important; }
542
543.purple-A100 {
544 color: rgb(234,128,252) !important; }
545
546.bg-purple-A100 {
547 background-color: rgb(234,128,252) !important; }
548
549.purple-A200 {
550 color: rgb(224,64,251) !important; }
551
552.bg-purple-A200 {
553 background-color: rgb(224,64,251) !important; }
554
555.purple-A400 {
556 color: rgb(213,0,249) !important; }
557
558.bg-purple-A400 {
559 background-color: rgb(213,0,249) !important; }
560
561.purple-A700 {
562 color: rgb(170,0,255) !important; }
563
564.bg-purple-A700 {
565 background-color: rgb(170,0,255) !important; }
566
567.deep-purple {
568 color: rgb(103,58,183) !important; }
569
570.bg-deep-purple {
571 background-color: rgb(103,58,183) !important; }
572
573.deep-purple-50 {
574 color: rgb(237,231,246) !important; }
575
576.bg-deep-purple-50 {
577 background-color: rgb(237,231,246) !important; }
578
579.deep-purple-100 {
580 color: rgb(209,196,233) !important; }
581
582.bg-deep-purple-100 {
583 background-color: rgb(209,196,233) !important; }
584
585.deep-purple-200 {
586 color: rgb(179,157,219) !important; }
587
588.bg-deep-purple-200 {
589 background-color: rgb(179,157,219) !important; }
590
591.deep-purple-300 {
592 color: rgb(149,117,205) !important; }
593
594.bg-deep-purple-300 {
595 background-color: rgb(149,117,205) !important; }
596
597.deep-purple-400 {
598 color: rgb(126,87,194) !important; }
599
600.bg-deep-purple-400 {
601 background-color: rgb(126,87,194) !important; }
602
603.deep-purple-500 {
604 color: rgb(103,58,183) !important; }
605
606.bg-deep-purple-500 {
607 background-color: rgb(103,58,183) !important; }
608
609.deep-purple-600 {
610 color: rgb(94,53,177) !important; }
611
612.bg-deep-purple-600 {
613 background-color: rgb(94,53,177) !important; }
614
615.deep-purple-700 {
616 color: rgb(81,45,168) !important; }
617
618.bg-deep-purple-700 {
619 background-color: rgb(81,45,168) !important; }
620
621.deep-purple-800 {
622 color: rgb(69,39,160) !important; }
623
624.bg-deep-purple-800 {
625 background-color: rgb(69,39,160) !important; }
626
627.deep-purple-900 {
628 color: rgb(49,27,146) !important; }
629
630.bg-deep-purple-900 {
631 background-color: rgb(49,27,146) !important; }
632
633.deep-purple-A100 {
634 color: rgb(179,136,255) !important; }
635
636.bg-deep-purple-A100 {
637 background-color: rgb(179,136,255) !important; }
638
639.deep-purple-A200 {
640 color: rgb(124,77,255) !important; }
641
642.bg-deep-purple-A200 {
643 background-color: rgb(124,77,255) !important; }
644
645.deep-purple-A400 {
646 color: rgb(101,31,255) !important; }
647
648.bg-deep-purple-A400 {
649 background-color: rgb(101,31,255) !important; }
650
651.deep-purple-A700 {
652 color: rgb(98,0,234) !important; }
653
654.bg-deep-purple-A700 {
655 background-color: rgb(98,0,234) !important; }
656
657.indigo {
658 color: rgb(63,81,181) !important; }
659
660.bg-indigo {
661 background-color: rgb(63,81,181) !important; }
662
663.indigo-50 {
664 color: rgb(232,234,246) !important; }
665
666.bg-indigo-50 {
667 background-color: rgb(232,234,246) !important; }
668
669.indigo-100 {
670 color: rgb(197,202,233) !important; }
671
672.bg-indigo-100 {
673 background-color: rgb(197,202,233) !important; }
674
675.indigo-200 {
676 color: rgb(159,168,218) !important; }
677
678.bg-indigo-200 {
679 background-color: rgb(159,168,218) !important; }
680
681.indigo-300 {
682 color: rgb(121,134,203) !important; }
683
684.bg-indigo-300 {
685 background-color: rgb(121,134,203) !important; }
686
687.indigo-400 {
688 color: rgb(92,107,192) !important; }
689
690.bg-indigo-400 {
691 background-color: rgb(92,107,192) !important; }
692
693.indigo-500 {
694 color: rgb(63,81,181) !important; }
695
696.bg-indigo-500 {
697 background-color: rgb(63,81,181) !important; }
698
699.indigo-600 {
700 color: rgb(57,73,171) !important; }
701
702.bg-indigo-600 {
703 background-color: rgb(57,73,171) !important; }
704
705.indigo-700 {
706 color: rgb(48,63,159) !important; }
707
708.bg-indigo-700 {
709 background-color: rgb(48,63,159) !important; }
710
711.indigo-800 {
712 color: rgb(40,53,147) !important; }
713
714.bg-indigo-800 {
715 background-color: rgb(40,53,147) !important; }
716
717.indigo-900 {
718 color: rgb(26,35,126) !important; }
719
720.bg-indigo-900 {
721 background-color: rgb(26,35,126) !important; }
722
723.indigo-A100 {
724 color: rgb(140,158,255) !important; }
725
726.bg-indigo-A100 {
727 background-color: rgb(140,158,255) !important; }
728
729.indigo-A200 {
730 color: rgb(83,109,254) !important; }
731
732.bg-indigo-A200 {
733 background-color: rgb(83,109,254) !important; }
734
735.indigo-A400 {
736 color: rgb(61,90,254) !important; }
737
738.bg-indigo-A400 {
739 background-color: rgb(61,90,254) !important; }
740
741.indigo-A700 {
742 color: rgb(48,79,254) !important; }
743
744.bg-indigo-A700 {
745 background-color: rgb(48,79,254) !important; }
746
747.blue {
748 color: rgb(33,150,243) !important; }
749
750.bg-blue {
751 background-color: rgb(33,150,243) !important; }
752
753.blue-50 {
754 color: rgb(227,242,253) !important; }
755
756.bg-blue-50 {
757 background-color: rgb(227,242,253) !important; }
758
759.blue-100 {
760 color: rgb(187,222,251) !important; }
761
762.bg-blue-100 {
763 background-color: rgb(187,222,251) !important; }
764
765.blue-200 {
766 color: rgb(144,202,249) !important; }
767
768.bg-blue-200 {
769 background-color: rgb(144,202,249) !important; }
770
771.blue-300 {
772 color: rgb(100,181,246) !important; }
773
774.bg-blue-300 {
775 background-color: rgb(100,181,246) !important; }
776
777.blue-400 {
778 color: rgb(66,165,245) !important; }
779
780.bg-blue-400 {
781 background-color: rgb(66,165,245) !important; }
782
783.blue-500 {
784 color: rgb(33,150,243) !important; }
785
786.bg-blue-500 {
787 background-color: rgb(33,150,243) !important; }
788
789.blue-600 {
790 color: rgb(30,136,229) !important; }
791
792.bg-blue-600 {
793 background-color: rgb(30,136,229) !important; }
794
795.blue-700 {
796 color: rgb(25,118,210) !important; }
797
798.bg-blue-700 {
799 background-color: rgb(25,118,210) !important; }
800
801.blue-800 {
802 color: rgb(21,101,192) !important; }
803
804.bg-blue-800 {
805 background-color: rgb(21,101,192) !important; }
806
807.blue-900 {
808 color: rgb(13,71,161) !important; }
809
810.bg-blue-900 {
811 background-color: rgb(13,71,161) !important; }
812
813.blue-A100 {
814 color: rgb(130,177,255) !important; }
815
816.bg-blue-A100 {
817 background-color: rgb(130,177,255) !important; }
818
819.blue-A200 {
820 color: rgb(68,138,255) !important; }
821
822.bg-blue-A200 {
823 background-color: rgb(68,138,255) !important; }
824
825.blue-A400 {
826 color: rgb(41,121,255) !important; }
827
828.bg-blue-A400 {
829 background-color: rgb(41,121,255) !important; }
830
831.blue-A700 {
832 color: rgb(41,98,255) !important; }
833
834.bg-blue-A700 {
835 background-color: rgb(41,98,255) !important; }
836
837.light-blue {
838 color: rgb(3,169,244) !important; }
839
840.bg-light-blue {
841 background-color: rgb(3,169,244) !important; }
842
843.light-blue-50 {
844 color: rgb(225,245,254) !important; }
845
846.bg-light-blue-50 {
847 background-color: rgb(225,245,254) !important; }
848
849.light-blue-100 {
850 color: rgb(179,229,252) !important; }
851
852.bg-light-blue-100 {
853 background-color: rgb(179,229,252) !important; }
854
855.light-blue-200 {
856 color: rgb(129,212,250) !important; }
857
858.bg-light-blue-200 {
859 background-color: rgb(129,212,250) !important; }
860
861.light-blue-300 {
862 color: rgb(79,195,247) !important; }
863
864.bg-light-blue-300 {
865 background-color: rgb(79,195,247) !important; }
866
867.light-blue-400 {
868 color: rgb(41,182,246) !important; }
869
870.bg-light-blue-400 {
871 background-color: rgb(41,182,246) !important; }
872
873.light-blue-500 {
874 color: rgb(3,169,244) !important; }
875
876.bg-light-blue-500 {
877 background-color: rgb(3,169,244) !important; }
878
879.light-blue-600 {
880 color: rgb(3,155,229) !important; }
881
882.bg-light-blue-600 {
883 background-color: rgb(3,155,229) !important; }
884
885.light-blue-700 {
886 color: rgb(2,136,209) !important; }
887
888.bg-light-blue-700 {
889 background-color: rgb(2,136,209) !important; }
890
891.light-blue-800 {
892 color: rgb(2,119,189) !important; }
893
894.bg-light-blue-800 {
895 background-color: rgb(2,119,189) !important; }
896
897.light-blue-900 {
898 color: rgb(1,87,155) !important; }
899
900.bg-light-blue-900 {
901 background-color: rgb(1,87,155) !important; }
902
903.light-blue-A100 {
904 color: rgb(128,216,255) !important; }
905
906.bg-light-blue-A100 {
907 background-color: rgb(128,216,255) !important; }
908
909.light-blue-A200 {
910 color: rgb(64,196,255) !important; }
911
912.bg-light-blue-A200 {
913 background-color: rgb(64,196,255) !important; }
914
915.light-blue-A400 {
916 color: rgb(0,176,255) !important; }
917
918.bg-light-blue-A400 {
919 background-color: rgb(0,176,255) !important; }
920
921.light-blue-A700 {
922 color: rgb(0,145,234) !important; }
923
924.bg-light-blue-A700 {
925 background-color: rgb(0,145,234) !important; }
926
927.cyan {
928 color: rgb(0,188,212) !important; }
929
930.bg-cyan {
931 background-color: rgb(0,188,212) !important; }
932
933.cyan-50 {
934 color: rgb(224,247,250) !important; }
935
936.bg-cyan-50 {
937 background-color: rgb(224,247,250) !important; }
938
939.cyan-100 {
940 color: rgb(178,235,242) !important; }
941
942.bg-cyan-100 {
943 background-color: rgb(178,235,242) !important; }
944
945.cyan-200 {
946 color: rgb(128,222,234) !important; }
947
948.bg-cyan-200 {
949 background-color: rgb(128,222,234) !important; }
950
951.cyan-300 {
952 color: rgb(77,208,225) !important; }
953
954.bg-cyan-300 {
955 background-color: rgb(77,208,225) !important; }
956
957.cyan-400 {
958 color: rgb(38,198,218) !important; }
959
960.bg-cyan-400 {
961 background-color: rgb(38,198,218) !important; }
962
963.cyan-500 {
964 color: rgb(0,188,212) !important; }
965
966.bg-cyan-500 {
967 background-color: rgb(0,188,212) !important; }
968
969.cyan-600 {
970 color: rgb(0,172,193) !important; }
971
972.bg-cyan-600 {
973 background-color: rgb(0,172,193) !important; }
974
975.cyan-700 {
976 color: rgb(0,151,167) !important; }
977
978.bg-cyan-700 {
979 background-color: rgb(0,151,167) !important; }
980
981.cyan-800 {
982 color: rgb(0,131,143) !important; }
983
984.bg-cyan-800 {
985 background-color: rgb(0,131,143) !important; }
986
987.cyan-900 {
988 color: rgb(0,96,100) !important; }
989
990.bg-cyan-900 {
991 background-color: rgb(0,96,100) !important; }
992
993.cyan-A100 {
994 color: rgb(132,255,255) !important; }
995
996.bg-cyan-A100 {
997 background-color: rgb(132,255,255) !important; }
998
999.cyan-A200 {
1000 color: rgb(24,255,255) !important; }
1001
1002.bg-cyan-A200 {
1003 background-color: rgb(24,255,255) !important; }
1004
1005.cyan-A400 {
1006 color: rgb(0,229,255) !important; }
1007
1008.bg-cyan-A400 {
1009 background-color: rgb(0,229,255) !important; }
1010
1011.cyan-A700 {
1012 color: rgb(0,184,212) !important; }
1013
1014.bg-cyan-A700 {
1015 background-color: rgb(0,184,212) !important; }
1016
1017.teal {
1018 color: rgb(0,150,136) !important; }
1019
1020.bg-teal {
1021 background-color: rgb(0,150,136) !important; }
1022
1023.teal-50 {
1024 color: rgb(224,242,241) !important; }
1025
1026.bg-teal-50 {
1027 background-color: rgb(224,242,241) !important; }
1028
1029.teal-100 {
1030 color: rgb(178,223,219) !important; }
1031
1032.bg-teal-100 {
1033 background-color: rgb(178,223,219) !important; }
1034
1035.teal-200 {
1036 color: rgb(128,203,196) !important; }
1037
1038.bg-teal-200 {
1039 background-color: rgb(128,203,196) !important; }
1040
1041.teal-300 {
1042 color: rgb(77,182,172) !important; }
1043
1044.bg-teal-300 {
1045 background-color: rgb(77,182,172) !important; }
1046
1047.teal-400 {
1048 color: rgb(38,166,154) !important; }
1049
1050.bg-teal-400 {
1051 background-color: rgb(38,166,154) !important; }
1052
1053.teal-500 {
1054 color: rgb(0,150,136) !important; }
1055
1056.bg-teal-500 {
1057 background-color: rgb(0,150,136) !important; }
1058
1059.teal-600 {
1060 color: rgb(0,137,123) !important; }
1061
1062.bg-teal-600 {
1063 background-color: rgb(0,137,123) !important; }
1064
1065.teal-700 {
1066 color: rgb(0,121,107) !important; }
1067
1068.bg-teal-700 {
1069 background-color: rgb(0,121,107) !important; }
1070
1071.teal-800 {
1072 color: rgb(0,105,92) !important; }
1073
1074.bg-teal-800 {
1075 background-color: rgb(0,105,92) !important; }
1076
1077.teal-900 {
1078 color: rgb(0,77,64) !important; }
1079
1080.bg-teal-900 {
1081 background-color: rgb(0,77,64) !important; }
1082
1083.teal-A100 {
1084 color: rgb(167,255,235) !important; }
1085
1086.bg-teal-A100 {
1087 background-color: rgb(167,255,235) !important; }
1088
1089.teal-A200 {
1090 color: rgb(100,255,218) !important; }
1091
1092.bg-teal-A200 {
1093 background-color: rgb(100,255,218) !important; }
1094
1095.teal-A400 {
1096 color: rgb(29,233,182) !important; }
1097
1098.bg-teal-A400 {
1099 background-color: rgb(29,233,182) !important; }
1100
1101.teal-A700 {
1102 color: rgb(0,191,165) !important; }
1103
1104.bg-teal-A700 {
1105 background-color: rgb(0,191,165) !important; }
1106
1107.green {
1108 color: rgb(76,175,80) !important; }
1109
1110.bg-green {
1111 background-color: rgb(76,175,80) !important; }
1112
1113.green-50 {
1114 color: rgb(232,245,233) !important; }
1115
1116.bg-green-50 {
1117 background-color: rgb(232,245,233) !important; }
1118
1119.green-100 {
1120 color: rgb(200,230,201) !important; }
1121
1122.bg-green-100 {
1123 background-color: rgb(200,230,201) !important; }
1124
1125.green-200 {
1126 color: rgb(165,214,167) !important; }
1127
1128.bg-green-200 {
1129 background-color: rgb(165,214,167) !important; }
1130
1131.green-300 {
1132 color: rgb(129,199,132) !important; }
1133
1134.bg-green-300 {
1135 background-color: rgb(129,199,132) !important; }
1136
1137.green-400 {
1138 color: rgb(102,187,106) !important; }
1139
1140.bg-green-400 {
1141 background-color: rgb(102,187,106) !important; }
1142
1143.green-500 {
1144 color: rgb(76,175,80) !important; }
1145
1146.bg-green-500 {
1147 background-color: rgb(76,175,80) !important; }
1148
1149.green-600 {
1150 color: rgb(67,160,71) !important; }
1151
1152.bg-green-600 {
1153 background-color: rgb(67,160,71) !important; }
1154
1155.green-700 {
1156 color: rgb(56,142,60) !important; }
1157
1158.bg-green-700 {
1159 background-color: rgb(56,142,60) !important; }
1160
1161.green-800 {
1162 color: rgb(46,125,50) !important; }
1163
1164.bg-green-800 {
1165 background-color: rgb(46,125,50) !important; }
1166
1167.green-900 {
1168 color: rgb(27,94,32) !important; }
1169
1170.bg-green-900 {
1171 background-color: rgb(27,94,32) !important; }
1172
1173.green-A100 {
1174 color: rgb(185,246,202) !important; }
1175
1176.bg-green-A100 {
1177 background-color: rgb(185,246,202) !important; }
1178
1179.green-A200 {
1180 color: rgb(105,240,174) !important; }
1181
1182.bg-green-A200 {
1183 background-color: rgb(105,240,174) !important; }
1184
1185.green-A400 {
1186 color: rgb(0,230,118) !important; }
1187
1188.bg-green-A400 {
1189 background-color: rgb(0,230,118) !important; }
1190
1191.green-A700 {
1192 color: rgb(0,200,83) !important; }
1193
1194.bg-green-A700 {
1195 background-color: rgb(0,200,83) !important; }
1196
1197.light-green {
1198 color: rgb(139,195,74) !important; }
1199
1200.bg-light-green {
1201 background-color: rgb(139,195,74) !important; }
1202
1203.light-green-50 {
1204 color: rgb(241,248,233) !important; }
1205
1206.bg-light-green-50 {
1207 background-color: rgb(241,248,233) !important; }
1208
1209.light-green-100 {
1210 color: rgb(220,237,200) !important; }
1211
1212.bg-light-green-100 {
1213 background-color: rgb(220,237,200) !important; }
1214
1215.light-green-200 {
1216 color: rgb(197,225,165) !important; }
1217
1218.bg-light-green-200 {
1219 background-color: rgb(197,225,165) !important; }
1220
1221.light-green-300 {
1222 color: rgb(174,213,129) !important; }
1223
1224.bg-light-green-300 {
1225 background-color: rgb(174,213,129) !important; }
1226
1227.light-green-400 {
1228 color: rgb(156,204,101) !important; }
1229
1230.bg-light-green-400 {
1231 background-color: rgb(156,204,101) !important; }
1232
1233.light-green-500 {
1234 color: rgb(139,195,74) !important; }
1235
1236.bg-light-green-500 {
1237 background-color: rgb(139,195,74) !important; }
1238
1239.light-green-600 {
1240 color: rgb(124,179,66) !important; }
1241
1242.bg-light-green-600 {
1243 background-color: rgb(124,179,66) !important; }
1244
1245.light-green-700 {
1246 color: rgb(104,159,56) !important; }
1247
1248.bg-light-green-700 {
1249 background-color: rgb(104,159,56) !important; }
1250
1251.light-green-800 {
1252 color: rgb(85,139,47) !important; }
1253
1254.bg-light-green-800 {
1255 background-color: rgb(85,139,47) !important; }
1256
1257.light-green-900 {
1258 color: rgb(51,105,30) !important; }
1259
1260.bg-light-green-900 {
1261 background-color: rgb(51,105,30) !important; }
1262
1263.light-green-A100 {
1264 color: rgb(204,255,144) !important; }
1265
1266.bg-light-green-A100 {
1267 background-color: rgb(204,255,144) !important; }
1268
1269.light-green-A200 {
1270 color: rgb(178,255,89) !important; }
1271
1272.bg-light-green-A200 {
1273 background-color: rgb(178,255,89) !important; }
1274
1275.light-green-A400 {
1276 color: rgb(118,255,3) !important; }
1277
1278.bg-light-green-A400 {
1279 background-color: rgb(118,255,3) !important; }
1280
1281.light-green-A700 {
1282 color: rgb(100,221,23) !important; }
1283
1284.bg-light-green-A700 {
1285 background-color: rgb(100,221,23) !important; }
1286
1287.lime {
1288 color: rgb(205,220,57) !important; }
1289
1290.bg-lime {
1291 background-color: rgb(205,220,57) !important; }
1292
1293.lime-50 {
1294 color: rgb(249,251,231) !important; }
1295
1296.bg-lime-50 {
1297 background-color: rgb(249,251,231) !important; }
1298
1299.lime-100 {
1300 color: rgb(240,244,195) !important; }
1301
1302.bg-lime-100 {
1303 background-color: rgb(240,244,195) !important; }
1304
1305.lime-200 {
1306 color: rgb(230,238,156) !important; }
1307
1308.bg-lime-200 {
1309 background-color: rgb(230,238,156) !important; }
1310
1311.lime-300 {
1312 color: rgb(220,231,117) !important; }
1313
1314.bg-lime-300 {
1315 background-color: rgb(220,231,117) !important; }
1316
1317.lime-400 {
1318 color: rgb(212,225,87) !important; }
1319
1320.bg-lime-400 {
1321 background-color: rgb(212,225,87) !important; }
1322
1323.lime-500 {
1324 color: rgb(205,220,57) !important; }
1325
1326.bg-lime-500 {
1327 background-color: rgb(205,220,57) !important; }
1328
1329.lime-600 {
1330 color: rgb(192,202,51) !important; }
1331
1332.bg-lime-600 {
1333 background-color: rgb(192,202,51) !important; }
1334
1335.lime-700 {
1336 color: rgb(175,180,43) !important; }
1337
1338.bg-lime-700 {
1339 background-color: rgb(175,180,43) !important; }
1340
1341.lime-800 {
1342 color: rgb(158,157,36) !important; }
1343
1344.bg-lime-800 {
1345 background-color: rgb(158,157,36) !important; }
1346
1347.lime-900 {
1348 color: rgb(130,119,23) !important; }
1349
1350.bg-lime-900 {
1351 background-color: rgb(130,119,23) !important; }
1352
1353.lime-A100 {
1354 color: rgb(244,255,129) !important; }
1355
1356.bg-lime-A100 {
1357 background-color: rgb(244,255,129) !important; }
1358
1359.lime-A200 {
1360 color: rgb(238,255,65) !important; }
1361
1362.bg-lime-A200 {
1363 background-color: rgb(238,255,65) !important; }
1364
1365.lime-A400 {
1366 color: rgb(198,255,0) !important; }
1367
1368.bg-lime-A400 {
1369 background-color: rgb(198,255,0) !important; }
1370
1371.lime-A700 {
1372 color: rgb(174,234,0) !important; }
1373
1374.bg-lime-A700 {
1375 background-color: rgb(174,234,0) !important; }
1376
1377.yellow {
1378 color: rgb(255,235,59) !important; }
1379
1380.bg-yellow {
1381 background-color: rgb(255,235,59) !important; }
1382
1383.yellow-50 {
1384 color: rgb(255,253,231) !important; }
1385
1386.bg-yellow-50 {
1387 background-color: rgb(255,253,231) !important; }
1388
1389.yellow-100 {
1390 color: rgb(255,249,196) !important; }
1391
1392.bg-yellow-100 {
1393 background-color: rgb(255,249,196) !important; }
1394
1395.yellow-200 {
1396 color: rgb(255,245,157) !important; }
1397
1398.bg-yellow-200 {
1399 background-color: rgb(255,245,157) !important; }
1400
1401.yellow-300 {
1402 color: rgb(255,241,118) !important; }
1403
1404.bg-yellow-300 {
1405 background-color: rgb(255,241,118) !important; }
1406
1407.yellow-400 {
1408 color: rgb(255,238,88) !important; }
1409
1410.bg-yellow-400 {
1411 background-color: rgb(255,238,88) !important; }
1412
1413.yellow-500 {
1414 color: rgb(255,235,59) !important; }
1415
1416.bg-yellow-500 {
1417 background-color: rgb(255,235,59) !important; }
1418
1419.yellow-600 {
1420 color: rgb(253,216,53) !important; }
1421
1422.bg-yellow-600 {
1423 background-color: rgb(253,216,53) !important; }
1424
1425.yellow-700 {
1426 color: rgb(251,192,45) !important; }
1427
1428.bg-yellow-700 {
1429 background-color: rgb(251,192,45) !important; }
1430
1431.yellow-800 {
1432 color: rgb(249,168,37) !important; }
1433
1434.bg-yellow-800 {
1435 background-color: rgb(249,168,37) !important; }
1436
1437.yellow-900 {
1438 color: rgb(245,127,23) !important; }
1439
1440.bg-yellow-900 {
1441 background-color: rgb(245,127,23) !important; }
1442
1443.yellow-A100 {
1444 color: rgb(255,255,141) !important; }
1445
1446.bg-yellow-A100 {
1447 background-color: rgb(255,255,141) !important; }
1448
1449.yellow-A200 {
1450 color: rgb(255,255,0) !important; }
1451
1452.bg-yellow-A200 {
1453 background-color: rgb(255,255,0) !important; }
1454
1455.yellow-A400 {
1456 color: rgb(255,234,0) !important; }
1457
1458.bg-yellow-A400 {
1459 background-color: rgb(255,234,0) !important; }
1460
1461.yellow-A700 {
1462 color: rgb(255,214,0) !important; }
1463
1464.bg-yellow-A700 {
1465 background-color: rgb(255,214,0) !important; }
1466
1467.amber {
1468 color: rgb(255,193,7) !important; }
1469
1470.bg-amber {
1471 background-color: rgb(255,193,7) !important; }
1472
1473.amber-50 {
1474 color: rgb(255,248,225) !important; }
1475
1476.bg-amber-50 {
1477 background-color: rgb(255,248,225) !important; }
1478
1479.amber-100 {
1480 color: rgb(255,236,179) !important; }
1481
1482.bg-amber-100 {
1483 background-color: rgb(255,236,179) !important; }
1484
1485.amber-200 {
1486 color: rgb(255,224,130) !important; }
1487
1488.bg-amber-200 {
1489 background-color: rgb(255,224,130) !important; }
1490
1491.amber-300 {
1492 color: rgb(255,213,79) !important; }
1493
1494.bg-amber-300 {
1495 background-color: rgb(255,213,79) !important; }
1496
1497.amber-400 {
1498 color: rgb(255,202,40) !important; }
1499
1500.bg-amber-400 {
1501 background-color: rgb(255,202,40) !important; }
1502
1503.amber-500 {
1504 color: rgb(255,193,7) !important; }
1505
1506.bg-amber-500 {
1507 background-color: rgb(255,193,7) !important; }
1508
1509.amber-600 {
1510 color: rgb(255,179,0) !important; }
1511
1512.bg-amber-600 {
1513 background-color: rgb(255,179,0) !important; }
1514
1515.amber-700 {
1516 color: rgb(255,160,0) !important; }
1517
1518.bg-amber-700 {
1519 background-color: rgb(255,160,0) !important; }
1520
1521.amber-800 {
1522 color: rgb(255,143,0) !important; }
1523
1524.bg-amber-800 {
1525 background-color: rgb(255,143,0) !important; }
1526
1527.amber-900 {
1528 color: rgb(255,111,0) !important; }
1529
1530.bg-amber-900 {
1531 background-color: rgb(255,111,0) !important; }
1532
1533.amber-A100 {
1534 color: rgb(255,229,127) !important; }
1535
1536.bg-amber-A100 {
1537 background-color: rgb(255,229,127) !important; }
1538
1539.amber-A200 {
1540 color: rgb(255,215,64) !important; }
1541
1542.bg-amber-A200 {
1543 background-color: rgb(255,215,64) !important; }
1544
1545.amber-A400 {
1546 color: rgb(255,196,0) !important; }
1547
1548.bg-amber-A400 {
1549 background-color: rgb(255,196,0) !important; }
1550
1551.amber-A700 {
1552 color: rgb(255,171,0) !important; }
1553
1554.bg-amber-A700 {
1555 background-color: rgb(255,171,0) !important; }
1556
1557.orange {
1558 color: rgb(255,152,0) !important; }
1559
1560.bg-orange {
1561 background-color: rgb(255,152,0) !important; }
1562
1563.orange-50 {
1564 color: rgb(255,243,224) !important; }
1565
1566.bg-orange-50 {
1567 background-color: rgb(255,243,224) !important; }
1568
1569.orange-100 {
1570 color: rgb(255,224,178) !important; }
1571
1572.bg-orange-100 {
1573 background-color: rgb(255,224,178) !important; }
1574
1575.orange-200 {
1576 color: rgb(255,204,128) !important; }
1577
1578.bg-orange-200 {
1579 background-color: rgb(255,204,128) !important; }
1580
1581.orange-300 {
1582 color: rgb(255,183,77) !important; }
1583
1584.bg-orange-300 {
1585 background-color: rgb(255,183,77) !important; }
1586
1587.orange-400 {
1588 color: rgb(255,167,38) !important; }
1589
1590.bg-orange-400 {
1591 background-color: rgb(255,167,38) !important; }
1592
1593.orange-500 {
1594 color: rgb(255,152,0) !important; }
1595
1596.bg-orange-500 {
1597 background-color: rgb(255,152,0) !important; }
1598
1599.orange-600 {
1600 color: rgb(251,140,0) !important; }
1601
1602.bg-orange-600 {
1603 background-color: rgb(251,140,0) !important; }
1604
1605.orange-700 {
1606 color: rgb(245,124,0) !important; }
1607
1608.bg-orange-700 {
1609 background-color: rgb(245,124,0) !important; }
1610
1611.orange-800 {
1612 color: rgb(239,108,0) !important; }
1613
1614.bg-orange-800 {
1615 background-color: rgb(239,108,0) !important; }
1616
1617.orange-900 {
1618 color: rgb(230,81,0) !important; }
1619
1620.bg-orange-900 {
1621 background-color: rgb(230,81,0) !important; }
1622
1623.orange-A100 {
1624 color: rgb(255,209,128) !important; }
1625
1626.bg-orange-A100 {
1627 background-color: rgb(255,209,128) !important; }
1628
1629.orange-A200 {
1630 color: rgb(255,171,64) !important; }
1631
1632.bg-orange-A200 {
1633 background-color: rgb(255,171,64) !important; }
1634
1635.orange-A400 {
1636 color: rgb(255,145,0) !important; }
1637
1638.bg-orange-A400 {
1639 background-color: rgb(255,145,0) !important; }
1640
1641.orange-A700 {
1642 color: rgb(255,109,0) !important; }
1643
1644.bg-orange-A700 {
1645 background-color: rgb(255,109,0) !important; }
1646
1647.deep-orange {
1648 color: rgb(255,87,34) !important; }
1649
1650.bg-deep-orange {
1651 background-color: rgb(255,87,34) !important; }
1652
1653.deep-orange-50 {
1654 color: rgb(251,233,231) !important; }
1655
1656.bg-deep-orange-50 {
1657 background-color: rgb(251,233,231) !important; }
1658
1659.deep-orange-100 {
1660 color: rgb(255,204,188) !important; }
1661
1662.bg-deep-orange-100 {
1663 background-color: rgb(255,204,188) !important; }
1664
1665.deep-orange-200 {
1666 color: rgb(255,171,145) !important; }
1667
1668.bg-deep-orange-200 {
1669 background-color: rgb(255,171,145) !important; }
1670
1671.deep-orange-300 {
1672 color: rgb(255,138,101) !important; }
1673
1674.bg-deep-orange-300 {
1675 background-color: rgb(255,138,101) !important; }
1676
1677.deep-orange-400 {
1678 color: rgb(255,112,67) !important; }
1679
1680.bg-deep-orange-400 {
1681 background-color: rgb(255,112,67) !important; }
1682
1683.deep-orange-500 {
1684 color: rgb(255,87,34) !important; }
1685
1686.bg-deep-orange-500 {
1687 background-color: rgb(255,87,34) !important; }
1688
1689.deep-orange-600 {
1690 color: rgb(244,81,30) !important; }
1691
1692.bg-deep-orange-600 {
1693 background-color: rgb(244,81,30) !important; }
1694
1695.deep-orange-700 {
1696 color: rgb(230,74,25) !important; }
1697
1698.bg-deep-orange-700 {
1699 background-color: rgb(230,74,25) !important; }
1700
1701.deep-orange-800 {
1702 color: rgb(216,67,21) !important; }
1703
1704.bg-deep-orange-800 {
1705 background-color: rgb(216,67,21) !important; }
1706
1707.deep-orange-900 {
1708 color: rgb(191,54,12) !important; }
1709
1710.bg-deep-orange-900 {
1711 background-color: rgb(191,54,12) !important; }
1712
1713.deep-orange-A100 {
1714 color: rgb(255,158,128) !important; }
1715
1716.bg-deep-orange-A100 {
1717 background-color: rgb(255,158,128) !important; }
1718
1719.deep-orange-A200 {
1720 color: rgb(255,110,64) !important; }
1721
1722.bg-deep-orange-A200 {
1723 background-color: rgb(255,110,64) !important; }
1724
1725.deep-orange-A400 {
1726 color: rgb(255,61,0) !important; }
1727
1728.bg-deep-orange-A400 {
1729 background-color: rgb(255,61,0) !important; }
1730
1731.deep-orange-A700 {
1732 color: rgb(221,44,0) !important; }
1733
1734.bg-deep-orange-A700 {
1735 background-color: rgb(221,44,0) !important; }
1736
1737.brown {
1738 color: rgb(121,85,72) !important; }
1739
1740.bg-brown {
1741 background-color: rgb(121,85,72) !important; }
1742
1743.brown-50 {
1744 color: rgb(239,235,233) !important; }
1745
1746.bg-brown-50 {
1747 background-color: rgb(239,235,233) !important; }
1748
1749.brown-100 {
1750 color: rgb(215,204,200) !important; }
1751
1752.bg-brown-100 {
1753 background-color: rgb(215,204,200) !important; }
1754
1755.brown-200 {
1756 color: rgb(188,170,164) !important; }
1757
1758.bg-brown-200 {
1759 background-color: rgb(188,170,164) !important; }
1760
1761.brown-300 {
1762 color: rgb(161,136,127) !important; }
1763
1764.bg-brown-300 {
1765 background-color: rgb(161,136,127) !important; }
1766
1767.brown-400 {
1768 color: rgb(141,110,99) !important; }
1769
1770.bg-brown-400 {
1771 background-color: rgb(141,110,99) !important; }
1772
1773.brown-500 {
1774 color: rgb(121,85,72) !important; }
1775
1776.bg-brown-500 {
1777 background-color: rgb(121,85,72) !important; }
1778
1779.brown-600 {
1780 color: rgb(109,76,65) !important; }
1781
1782.bg-brown-600 {
1783 background-color: rgb(109,76,65) !important; }
1784
1785.brown-700 {
1786 color: rgb(93,64,55) !important; }
1787
1788.bg-brown-700 {
1789 background-color: rgb(93,64,55) !important; }
1790
1791.brown-800 {
1792 color: rgb(78,52,46) !important; }
1793
1794.bg-brown-800 {
1795 background-color: rgb(78,52,46) !important; }
1796
1797.brown-900 {
1798 color: rgb(62,39,35) !important; }
1799
1800.bg-brown-900 {
1801 background-color: rgb(62,39,35) !important; }
1802
1803.grey {
1804 color: rgb(158,158,158) !important; }
1805
1806.bg-grey {
1807 background-color: rgb(158,158,158) !important; }
1808
1809.grey-50 {
1810 color: rgb(250,250,250) !important; }
1811
1812.bg-grey-50 {
1813 background-color: rgb(250,250,250) !important; }
1814
1815.grey-100 {
1816 color: rgb(245,245,245) !important; }
1817
1818.bg-grey-100 {
1819 background-color: rgb(245,245,245) !important; }
1820
1821.grey-200 {
1822 color: rgb(238,238,238) !important; }
1823
1824.bg-grey-200 {
1825 background-color: rgb(238,238,238) !important; }
1826
1827.grey-300 {
1828 color: rgb(224,224,224) !important; }
1829
1830.bg-grey-300 {
1831 background-color: rgb(224,224,224) !important; }
1832
1833.grey-400 {
1834 color: rgb(189,189,189) !important; }
1835
1836.bg-grey-400 {
1837 background-color: rgb(189,189,189) !important; }
1838
1839.grey-500 {
1840 color: rgb(158,158,158) !important; }
1841
1842.bg-grey-500 {
1843 background-color: rgb(158,158,158) !important; }
1844
1845.grey-600 {
1846 color: rgb(117,117,117) !important; }
1847
1848.bg-grey-600 {
1849 background-color: rgb(117,117,117) !important; }
1850
1851.grey-700 {
1852 color: rgb(97,97,97) !important; }
1853
1854.bg-grey-700 {
1855 background-color: rgb(97,97,97) !important; }
1856
1857.grey-800 {
1858 color: rgb(66,66,66) !important; }
1859
1860.bg-grey-800 {
1861 background-color: rgb(66,66,66) !important; }
1862
1863.grey-900 {
1864 color: rgb(33,33,33) !important; }
1865
1866.bg-grey-900 {
1867 background-color: rgb(33,33,33) !important; }
1868
1869.blue-grey {
1870 color: rgb(96,125,139) !important; }
1871
1872.bg-blue-grey {
1873 background-color: rgb(96,125,139) !important; }
1874
1875.blue-grey-50 {
1876 color: rgb(236,239,241) !important; }
1877
1878.bg-blue-grey-50 {
1879 background-color: rgb(236,239,241) !important; }
1880
1881.blue-grey-100 {
1882 color: rgb(207,216,220) !important; }
1883
1884.bg-blue-grey-100 {
1885 background-color: rgb(207,216,220) !important; }
1886
1887.blue-grey-200 {
1888 color: rgb(176,190,197) !important; }
1889
1890.bg-blue-grey-200 {
1891 background-color: rgb(176,190,197) !important; }
1892
1893.blue-grey-300 {
1894 color: rgb(144,164,174) !important; }
1895
1896.bg-blue-grey-300 {
1897 background-color: rgb(144,164,174) !important; }
1898
1899.blue-grey-400 {
1900 color: rgb(120,144,156) !important; }
1901
1902.bg-blue-grey-400 {
1903 background-color: rgb(120,144,156) !important; }
1904
1905.blue-grey-500 {
1906 color: rgb(96,125,139) !important; }
1907
1908.bg-blue-grey-500 {
1909 background-color: rgb(96,125,139) !important; }
1910
1911.blue-grey-600 {
1912 color: rgb(84,110,122) !important; }
1913
1914.bg-blue-grey-600 {
1915 background-color: rgb(84,110,122) !important; }
1916
1917.blue-grey-700 {
1918 color: rgb(69,90,100) !important; }
1919
1920.bg-blue-grey-700 {
1921 background-color: rgb(69,90,100) !important; }
1922
1923.blue-grey-800 {
1924 color: rgb(55,71,79) !important; }
1925
1926.bg-blue-grey-800 {
1927 background-color: rgb(55,71,79) !important; }
1928
1929.blue-grey-900 {
1930 color: rgb(38,50,56) !important; }
1931
1932.bg-blue-grey-900 {
1933 background-color: rgb(38,50,56) !important; }
1934
1935.u-red {
1936 color: rgb(244,120,107) !important; }
1937
1938.u-bg-red {
1939 background-color: rgb(244,120,107) !important; }
1940
1941.u-red-100 {
1942 color: rgb(254,239,237) !important; }
1943
1944.u-bg-red-100 {
1945 background-color: rgb(254,239,237) !important; }
1946
1947.u-red-200 {
1948 color: rgb(251,212,208) !important; }
1949
1950.u-bg-red-200 {
1951 background-color: rgb(251,212,208) !important; }
1952
1953.u-red-300 {
1954 color: rgb(249,181,173) !important; }
1955
1956.u-bg-red-300 {
1957 background-color: rgb(249,181,173) !important; }
1958
1959.u-red-400 {
1960 color: rgb(246,148,137) !important; }
1961
1962.u-bg-red-400 {
1963 background-color: rgb(246,148,137) !important; }
1964
1965.u-red-500 {
1966 color: rgb(244,120,107) !important; }
1967
1968.u-bg-red-500 {
1969 background-color: rgb(244,120,107) !important; }
1970
1971.u-red-600 {
1972 color: rgb(241,90,74) !important; }
1973
1974.u-bg-red-600 {
1975 background-color: rgb(241,90,74) !important; }
1976
1977.u-red-700 {
1978 color: rgb(228,32,21) !important; }
1979
1980.u-bg-red-700 {
1981 background-color: rgb(228,32,21) !important; }
1982
1983.u-red-800 {
1984 color: rgb(216,81,66) !important; }
1985
1986.u-bg-red-800 {
1987 background-color: rgb(216,81,66) !important; }
1988
1989.u-red-900 {
1990 color: rgb(120,45,37) !important; }
1991
1992.u-bg-red-900 {
1993 background-color: rgb(120,45,37) !important; }
1994
1995.u-orange {
1996 color: rgb(254,152,76) !important; }
1997
1998.u-bg-orange {
1999 background-color: rgb(254,152,76) !important; }
2000
2001.u-orange-100 {
2002 color: rgb(255,243,234) !important; }
2003
2004.u-bg-orange-100 {
2005 background-color: rgb(255,243,234) !important; }
2006
2007.u-orange-200 {
2008 color: rgb(255,222,199) !important; }
2009
2010.u-bg-orange-200 {
2011 background-color: rgb(255,222,199) !important; }
2012
2013.u-orange-300 {
2014 color: rgb(255,198,157) !important; }
2015
2016.u-bg-orange-300 {
2017 background-color: rgb(255,198,157) !important; }
2018
2019.u-orange-400 {
2020 color: rgb(254,173,113) !important; }
2021
2022.u-bg-orange-400 {
2023 background-color: rgb(254,173,113) !important; }
2024
2025.u-orange-500 {
2026 color: rgb(254,152,76) !important; }
2027
2028.u-bg-orange-500 {
2029 background-color: rgb(254,152,76) !important; }
2030
2031.u-orange-600 {
2032 color: rgb(254,129,37) !important; }
2033
2034.u-bg-orange-600 {
2035 background-color: rgb(254,129,37) !important; }
2036
2037.u-orange-700 {
2038 color: rgb(253,65,5) !important; }
2039
2040.u-bg-orange-700 {
2041 background-color: rgb(253,65,5) !important; }
2042
2043.u-orange-800 {
2044 color: rgb(228,116,33) !important; }
2045
2046.u-bg-orange-800 {
2047 background-color: rgb(228,116,33) !important; }
2048
2049.u-orange-900 {
2050 color: rgb(127,64,18) !important; }
2051
2052.u-bg-orange-900 {
2053 background-color: rgb(127,64,18) !important; }
2054
2055.u-yellow {
2056 color: rgb(244,207,58) !important; }
2057
2058.u-bg-yellow {
2059 background-color: rgb(244,207,58) !important; }
2060
2061.u-yellow-100 {
2062 color: rgb(254,249,231) !important; }
2063
2064.u-bg-yellow-100 {
2065 background-color: rgb(254,249,231) !important; }
2066
2067.u-yellow-200 {
2068 color: rgb(251,240,193) !important; }
2069
2070.u-bg-yellow-200 {
2071 background-color: rgb(251,240,193) !important; }
2072
2073.u-yellow-300 {
2074 color: rgb(249,228,147) !important; }
2075
2076.u-bg-yellow-300 {
2077 background-color: rgb(249,228,147) !important; }
2078
2079.u-yellow-400 {
2080 color: rgb(246,217,99) !important; }
2081
2082.u-bg-yellow-400 {
2083 background-color: rgb(246,217,99) !important; }
2084
2085.u-yellow-500 {
2086 color: rgb(244,207,58) !important; }
2087
2088.u-bg-yellow-500 {
2089 background-color: rgb(244,207,58) !important; }
2090
2091.u-yellow-600 {
2092 color: rgb(241,196,15) !important; }
2093
2094.u-bg-yellow-600 {
2095 background-color: rgb(241,196,15) !important; }
2096
2097.u-yellow-700 {
2098 color: rgb(228,151,1) !important; }
2099
2100.u-bg-yellow-700 {
2101 background-color: rgb(228,151,1) !important; }
2102
2103.u-yellow-800 {
2104 color: rgb(216,176,13) !important; }
2105
2106.u-bg-yellow-800 {
2107 background-color: rgb(216,176,13) !important; }
2108
2109.u-yellow-900 {
2110 color: rgb(120,98,7) !important; }
2111
2112.u-bg-yellow-900 {
2113 background-color: rgb(120,98,7) !important; }
2114
2115.u-green {
2116 color: rgb(78,189,125) !important; }
2117
2118.u-bg-green {
2119 background-color: rgb(78,189,125) !important; }
2120
2121.u-green-100 {
2122 color: rgb(234,247,239) !important; }
2123
2124.u-bg-green-100 {
2125 background-color: rgb(234,247,239) !important; }
2126
2127.u-green-200 {
2128 color: rgb(199,234,214) !important; }
2129
2130.u-bg-green-200 {
2131 background-color: rgb(199,234,214) !important; }
2132
2133.u-green-300 {
2134 color: rgb(158,218,183) !important; }
2135
2136.u-bg-green-300 {
2137 background-color: rgb(158,218,183) !important; }
2138
2139.u-green-400 {
2140 color: rgb(114,202,151) !important; }
2141
2142.u-bg-green-400 {
2143 background-color: rgb(114,202,151) !important; }
2144
2145.u-green-500 {
2146 color: rgb(78,189,125) !important; }
2147
2148.u-bg-green-500 {
2149 background-color: rgb(78,189,125) !important; }
2150
2151.u-green-600 {
2152 color: rgb(39,174,96) !important; }
2153
2154.u-bg-green-600 {
2155 background-color: rgb(39,174,96) !important; }
2156
2157.u-green-700 {
2158 color: rgb(6,119,36) !important; }
2159
2160.u-bg-green-700 {
2161 background-color: rgb(6,119,36) !important; }
2162
2163.u-green-800 {
2164 color: rgb(35,156,86) !important; }
2165
2166.u-bg-green-800 {
2167 background-color: rgb(35,156,86) !important; }
2168
2169.u-green-900 {
2170 color: rgb(19,87,48) !important; }
2171
2172.u-bg-green-900 {
2173 background-color: rgb(19,87,48) !important; }
2174
2175.u-blue {
2176 color: rgb(68,189,228) !important; }
2177
2178.u-bg-blue {
2179 background-color: rgb(68,189,228) !important; }
2180
2181.u-blue-100 {
2182 color: rgb(233,247,252) !important; }
2183
2184.u-bg-blue-100 {
2185 background-color: rgb(233,247,252) !important; }
2186
2187.u-blue-200 {
2188 color: rgb(196,234,246) !important; }
2189
2190.u-bg-blue-200 {
2191 background-color: rgb(196,234,246) !important; }
2192
2193.u-blue-300 {
2194 color: rgb(152,218,240) !important; }
2195
2196.u-bg-blue-300 {
2197 background-color: rgb(152,218,240) !important; }
2198
2199.u-blue-400 {
2200 color: rgb(107,202,234) !important; }
2201
2202.u-bg-blue-400 {
2203 background-color: rgb(107,202,234) !important; }
2204
2205.u-blue-500 {
2206 color: rgb(68,189,228) !important; }
2207
2208.u-bg-blue-500 {
2209 background-color: rgb(68,189,228) !important; }
2210
2211.u-blue-600 {
2212 color: rgb(27,174,222) !important; }
2213
2214.u-bg-blue-600 {
2215 background-color: rgb(27,174,222) !important; }
2216
2217.u-blue-700 {
2218 color: rgb(3,119,193) !important; }
2219
2220.u-bg-blue-700 {
2221 background-color: rgb(3,119,193) !important; }
2222
2223.u-blue-800 {
2224 color: rgb(24,156,199) !important; }
2225
2226.u-bg-blue-800 {
2227 background-color: rgb(24,156,199) !important; }
2228
2229.u-blue-900 {
2230 color: rgb(8,81,119) !important; }
2231
2232.u-bg-blue-900 {
2233 background-color: rgb(8,81,119) !important; }
2234
2235.u-cyan {
2236 color: rgb(46,220,217) !important; }
2237
2238.u-bg-cyan {
2239 background-color: rgb(46,220,217) !important; }
2240
2241.u-cyan-100 {
2242 color: rgb(230,251,250) !important; }
2243
2244.u-bg-cyan-100 {
2245 background-color: rgb(230,251,250) !important; }
2246
2247.u-cyan-200 {
2248 color: rgb(189,244,243) !important; }
2249
2250.u-bg-cyan-200 {
2251 background-color: rgb(189,244,243) !important; }
2252
2253.u-cyan-300 {
2254 color: rgb(140,236,234) !important; }
2255
2256.u-bg-cyan-300 {
2257 background-color: rgb(140,236,234) !important; }
2258
2259.u-cyan-400 {
2260 color: rgb(89,227,225) !important; }
2261
2262.u-bg-cyan-400 {
2263 background-color: rgb(89,227,225) !important; }
2264
2265.u-cyan-500 {
2266 color: rgb(46,220,217) !important; }
2267
2268.u-bg-cyan-500 {
2269 background-color: rgb(46,220,217) !important; }
2270
2271.u-cyan-600 {
2272 color: rgb(0,212,209) !important; }
2273
2274.u-bg-cyan-600 {
2275 background-color: rgb(0,212,209) !important; }
2276
2277.u-cyan-700 {
2278 color: rgb(0,190,188) !important; }
2279
2280.u-bg-cyan-700 {
2281 background-color: rgb(0,190,188) !important; }
2282
2283.u-cyan-800 {
2284 color: rgb(0,176,171) !important; }
2285
2286.u-bg-cyan-800 {
2287 background-color: rgb(0,176,171) !important; }
2288
2289.u-cyan-900 {
2290 color: rgb(0,106,104) !important; }
2291
2292.u-bg-cyan-900 {
2293 background-color: rgb(0,106,104) !important; }
2294
2295.u-purple {
2296 color: rgb(185,131,252) !important; }
2297
2298.u-bg-purple {
2299 background-color: rgb(185,131,252) !important; }
2300
2301.u-purple-100 {
2302 color: rgb(247,240,255) !important; }
2303
2304.u-bg-purple-100 {
2305 background-color: rgb(247,240,255) !important; }
2306
2307.u-purple-200 {
2308 color: rgb(233,216,254) !important; }
2309
2310.u-bg-purple-200 {
2311 background-color: rgb(233,216,254) !important; }
2312
2313.u-purple-300 {
2314 color: rgb(217,187,253) !important; }
2315
2316.u-bg-purple-300 {
2317 background-color: rgb(217,187,253) !important; }
2318
2319.u-purple-400 {
2320 color: rgb(200,157,252) !important; }
2321
2322.u-bg-purple-400 {
2323 background-color: rgb(200,157,252) !important; }
2324
2325.u-purple-500 {
2326 color: rgb(185,131,252) !important; }
2327
2328.u-bg-purple-500 {
2329 background-color: rgb(185,131,252) !important; }
2330
2331.u-purple-600 {
2332 color: rgb(170,104,251) !important; }
2333
2334.u-bg-purple-600 {
2335 background-color: rgb(170,104,251) !important; }
2336
2337.u-purple-700 {
2338 color: rgb(153,93,225) !important; }
2339
2340.u-bg-purple-700 {
2341 background-color: rgb(153,93,225) !important; }
2342
2343.u-purple-800 {
2344 color: rgb(113,42,247) !important; }
2345
2346.u-bg-purple-800 {
2347 background-color: rgb(113,42,247) !important; }
2348
2349.u-purple-900 {
2350 color: rgb(85,52,125) !important; }
2351
2352.u-bg-purple-900 {
2353 background-color: rgb(85,52,125) !important; }
2354
2355.u-gray {
2356 color: rgb(206,206,206) !important; }
2357
2358.u-bg-gray {
2359 background-color: rgb(206,206,206) !important; }
2360
2361.u-gray-50 {
2362 color: rgb(255,255,255) !important; }
2363
2364.u-bg-gray-50 {
2365 background-color: rgb(255,255,255) !important; }
2366
2367.u-gray-100 {
2368 color: rgb(241,241,241) !important; }
2369
2370.u-bg-gray-100 {
2371 background-color: rgb(241,241,241) !important; }
2372
2373.u-gray-200 {
2374 color: rgb(235,235,235) !important; }
2375
2376.u-bg-gray-200 {
2377 background-color: rgb(235,235,235) !important; }
2378
2379.u-gray-300 {
2380 color: rgb(227,227,227) !important; }
2381
2382.u-bg-gray-300 {
2383 background-color: rgb(227,227,227) !important; }
2384
2385.u-gray-400 {
2386 color: rgb(215,215,215) !important; }
2387
2388.u-bg-gray-400 {
2389 background-color: rgb(215,215,215) !important; }
2390
2391.u-gray-500 {
2392 color: rgb(206,206,206) !important; }
2393
2394.u-bg-gray-500 {
2395 background-color: rgb(206,206,206) !important; }
2396
2397.u-gray-600 {
2398 color: rgb(191,191,191) !important; }
2399
2400.u-bg-gray-600 {
2401 background-color: rgb(191,191,191) !important; }
2402
2403.u-gray-700 {
2404 color: rgb(180,180,180) !important; }
2405
2406.u-bg-gray-700 {
2407 background-color: rgb(180,180,180) !important; }
2408
2409.u-gray-800 {
2410 color: rgb(153,153,153) !important; }
2411
2412.u-bg-gray-800 {
2413 background-color: rgb(153,153,153) !important; }
2414
2415.u-gray-900 {
2416 color: rgb(102,102,102) !important; }
2417
2418.u-bg-gray-900 {
2419 background-color: rgb(102,102,102) !important; }
2420
2421.u-bg-gray-A100 {
2422 background-color: rgb(51,51,51) !important; }
2423
2424.u-gray-A100 {
2425 color: rgb(51,51,51) !important; }
2426
2427.u-bg-gray-A200 {
2428 background-color: rgb(25,25,25) !important; }
2429
2430.u-gray-A200 {
2431 color: rgb(25,25,25) !important; }
2432
2433.bg-black {
2434 background-color: rgb(0,0,0) !important; }
2435
2436.black {
2437 color: rgb(0,0,0) !important; }
2438
2439.bg-white {
2440 background-color: rgb(255,255,255) !important; }
2441
2442.white {
2443 color: rgb(255,255,255) !important; }
2444
2445.bg-primary {
2446 background-color: rgb(63,81,181) !important; }
2447
2448.bg-primary-contrast {
2449 background-color: rgb(255,255,255) !important; }
2450
2451.bg-primary-dark {
2452 background-color: rgb(48,63,159) !important; }
2453
2454.bg-accent {
2455 background-color: rgb(67,160,71) !important; }
2456
2457.bg-accent-contrast {
2458 background-color: rgb(255,255,255) !important; }
2459
2460.text-primary {
2461 color: rgb(63,81,181) !important; }
2462
2463.text-primary-contrast {
2464 color: rgb(255,255,255) !important; }
2465
2466.text-primary-dark {
2467 color: rgb(48,63,159) !important; }
2468
2469.text-accent {
2470 color: rgb(67,160,71) !important; }
2471
2472.text-accent-contrast {
2473 color: rgb(255,255,255) !important; }
2474
2475/*
2476 * 保护有用的浏览器默认样式而不是完全去掉它们
2477 * 一般化的样式:为大部分HTML元素提供
2478 * 修复浏览器自身的bug并保证各浏览器的一致性
2479 * 优化CSS可用性:用一些小技巧
2480 * 解释代码:用注释和详细的文档来
2481*/
2482html {
2483 width: 100%;
2484 height: 100%;
2485 -ms-touch-action: manipulation;
2486 touch-action: manipulation;
2487 -ms-text-size-adjust: 100%;
2488 -webkit-text-size-adjust: 100%; }
2489
2490/*
2491* 使body占据整个屏幕删除body边距,因此布局容器不会导致额外的溢出。
2492* 去掉默认的margin
2493*/
2494body {
2495 margin: 0;
2496 width: 100%;
2497 height: 100%; }
2498
2499/*
2500 * 主显示屏复位为IE支持
2501 * Source: http://weblog.west-wind.com/posts/2015/Jan/12/main-HTML5-Tag-not-working-in-Internet-Explorer-91011
2502 */
2503main {
2504 display: block; }
2505
2506/*
2507* 对具有hidden属性的元素不应用显示。
2508* IE 9 and 10 support.
2509*/
2510*[hidden] {
2511 display: none !important; }
2512
2513*, :after, :before {
2514 box-sizing: border-box; }
2515
2516article,
2517aside,
2518details,
2519figcaption,
2520figure,
2521footer,
2522header,
2523main,
2524menu,
2525nav,
2526section,
2527summary {
2528 display: block; }
2529
2530audio,
2531canvas,
2532progress,
2533video {
2534 display: inline-block; }
2535
2536audio:not([controls]) {
2537 display: none;
2538 height: 0; }
2539
2540progress {
2541 vertical-align: baseline; }
2542
2543template,
2544[hidden] {
2545 display: none; }
2546
2547a {
2548 background-color: transparent; }
2549
2550a:active,
2551a:hover {
2552 outline-width: 0; }
2553
2554abbr[title] {
2555 border-bottom: none;
2556 text-decoration: underline;
2557 text-decoration: underline dotted; }
2558
2559b,
2560strong {
2561 font-weight: inherit; }
2562
2563b,
2564strong {
2565 font-weight: bolder; }
2566
2567dfn {
2568 font-style: italic; }
2569
2570h1 {
2571 font-size: 2em;
2572 margin: 0.67em 0; }
2573
2574mark {
2575 background-color: #ff0;
2576 color: #000; }
2577
2578small {
2579 font-size: 80%; }
2580
2581sub,
2582sup {
2583 font-size: 75%;
2584 line-height: 0;
2585 position: relative;
2586 vertical-align: baseline; }
2587
2588sub {
2589 bottom: -0.25em; }
2590
2591sup {
2592 top: -0.5em; }
2593
2594img {
2595 border-style: none; }
2596
2597svg:not(:root) {
2598 overflow: hidden; }
2599
2600code,
2601kbd,
2602pre,
2603samp {
2604 font-family: monospace, monospace;
2605 font-size: 1em; }
2606
2607figure {
2608 margin: 1em 40px; }
2609
2610hr {
2611 box-sizing: content-box;
2612 height: 0;
2613 overflow: visible; }
2614
2615button,
2616input,
2617select,
2618textarea {
2619 font: inherit; }
2620
2621optgroup {
2622 font-weight: bold; }
2623
2624button,
2625input,
2626select {
2627 overflow: visible; }
2628
2629button,
2630input,
2631select,
2632textarea {
2633 margin: 0; }
2634
2635button,
2636select {
2637 text-transform: none; }
2638
2639button,
2640[type="button"],
2641[type="reset"],
2642[type="submit"] {
2643 cursor: pointer; }
2644
2645[disabled] {
2646 cursor: default; }
2647
2648button,
2649html [type="button"],
2650[type="reset"],
2651[type="submit"] {
2652 -webkit-appearance: button; }
2653
2654button::-moz-focus-inner,
2655input::-moz-focus-inner {
2656 border: 0;
2657 padding: 0; }
2658
2659button:-moz-focusring,
2660input:-moz-focusring {
2661 outline: 1px dotted ButtonText; }
2662
2663fieldset {
2664 border: 1px solid #c0c0c0;
2665 margin: 0 2px;
2666 padding: 0.35em 0.625em 0.75em; }
2667
2668legend {
2669 box-sizing: border-box;
2670 color: inherit;
2671 display: table;
2672 max-width: 100%;
2673 padding: 0;
2674 white-space: normal; }
2675
2676textarea {
2677 overflow: auto; }
2678
2679[type="checkbox"],
2680[type="radio"] {
2681 box-sizing: border-box;
2682 padding: 0; }
2683
2684[type="number"]::-webkit-inner-spin-button,
2685[type="number"]::-webkit-outer-spin-button {
2686 height: auto; }
2687
2688[type="search"] {
2689 -webkit-appearance: textfield; }
2690
2691[type="search"]::-webkit-search-cancel-button,
2692[type="search"]::-webkit-search-decoration {
2693 -webkit-appearance: none; }
2694
2695/* IMAGES */
2696/* 默认颜色 */
2697/* 客户化 */
2698/* 波纹效果 */
2699/*贝塞尔曲线动画 */
2700/* 阴影 */
2701/* ========== 文本字体 ========== */
2702/* 控件 */
2703/* 不同背景下对应的文字颜色 */
2704/* UButton */
2705/* UText */
2706/* Navlayout */
2707/* gridlayout */
2708/* menu */
2709/* Alert */
2710/* Checkbox */
2711/* Radio */
2712/* Switch */
2713/* loading */
2714/* datetimepicker */
2715/* message */
2716/* DATA TABLE */
2717/* tooltip*/
2718/* 进度条 */
2719/* ========== Content Tabs ========== */
2720/* CARD */
2721/* Card dimensions */
2722/* Cover image */
2723/* ========== Card ========== */
2724/* ============ Forms ============*/
2725/* BADGE */
2726body {
2727 font-family: "Open Sans", "Helvetica Neue", Arial, "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
2728 font-color: rgb(51,51,51);
2729 font-size: 1em;
2730 line-height: 1.4; }
2731
2732i.uf {
2733 padding: 0 5px; }
2734
2735/*
2736 * 选择时删除文本阴影,及设置默认选中颜色
2737 */
2738::-moz-selection {
2739 background: #b3d4fc;
2740 text-shadow: none; }
2741::selection {
2742 background: #b3d4fc;
2743 text-shadow: none; }
2744
2745/*
2746 * 默认水平规则
2747 */
2748hr {
2749 display: block;
2750 height: 1px;
2751 border: 0;
2752 border-top: 1px solid #ccc;
2753 margin: 1em 0;
2754 padding: 0; }
2755
2756/*
2757 * 删除音频,画布,iframes,图像,视频和其容器底部之间的差距
2758 */
2759audio,
2760canvas,
2761iframe,
2762img,
2763svg,
2764video {
2765 vertical-align: middle; }
2766
2767/*
2768 * 仅允许垂直调整textareas的大小
2769 */
2770textarea {
2771 resize: vertical; }
2772
2773/* ==========================================================================
2774 浏览器升级提示
2775 ========================================================================== */
2776.browserupgrade {
2777 margin: 0.2em 0;
2778 background: #ccc;
2779 color: #000;
2780 padding: 0.2em 0; }
2781
2782/*
2783 * 适用于屏幕阅读器的隐藏
2784 */
2785.visuallyhidden {
2786 border: 0;
2787 clip: rect(0 0 0 0);
2788 height: 1px;
2789 margin: -1px;
2790 overflow: hidden;
2791 padding: 0;
2792 position: absolute;
2793 width: 1px; }
2794
2795/*
2796 * 扩展.visuallyhidden类以允许元素在通过键盘导航时是可对焦的:
2797 * https://www.drupal.org/node/897638
2798 */
2799.visuallyhidden.focusable:active,
2800.visuallyhidden.focusable:focus {
2801 clip: auto;
2802 height: auto;
2803 margin: 0;
2804 overflow: visible;
2805 position: static;
2806 width: auto; }
2807
2808/* ==========================================================================
2809 打印样式。内联以避免额外的HTTP请求
2810
2811 ========================================================================== */
2812@media print {
2813 *,
2814 *:before,
2815 *:after,
2816 *:first-letter,
2817 *:first-line {
2818 background: transparent !important;
2819 color: #000 !important;
2820 /* Black prints faster: http://www.sanbeiji.com/archives/953 */
2821 box-shadow: none !important;
2822 text-shadow: none !important; }
2823 a,
2824 a:visited {
2825 text-decoration: underline; }
2826 a[href]:after {
2827 content: " (" attr(href) ")"; }
2828 abbr[title]:after {
2829 content: " (" attr(title) ")"; }
2830 /*
2831 * 不显示片段标识符的链接,
2832 * 或使用`javascript:`伪协议
2833 */
2834 a[href^="#"]:after,
2835 a[href^="javascript:"]:after {
2836 content: ""; }
2837 pre,
2838 blockquote {
2839 border: 1px solid #999;
2840 page-break-inside: avoid; }
2841 /*
2842 * 打印表格:
2843 * http://css-discuss.incutio.com/wiki/Printing_Tables
2844 */
2845 thead {
2846 display: table-header-group; }
2847 tr,
2848 img {
2849 page-break-inside: avoid; }
2850 img {
2851 max-width: 100% !important; }
2852 p,
2853 h2,
2854 h3 {
2855 orphans: 3;
2856 widows: 3; }
2857 h2,
2858 h3 {
2859 page-break-after: avoid; } }
2860
2861/*
2862*删除FAB按钮周围的不需要的框 ,主要兼容ios的safari和部分android
2863**/
2864a, .mdl-accordion, .mdl-button, .mdl-card, .mdl-checkbox, .mdl-dropdown-menu,
2865.mdl-icon-toggle, .mdl-item, .mdl-radio, .mdl-slider, .mdl-switch, .mdl-tabs__tab {
2866 -webkit-tap-highlight-color: transparent;
2867 -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }
2868
2869@font-face {
2870 font-family: "uf";
2871 src: url("../node_modules/tinper-bee-core/scss/iconfont.eot?t=1472092777");
2872 /* IE9*/
2873 src: url("../node_modules/tinper-bee-core/scss/iconfont.eot?t=1472092777#iefix") format("embedded-opentype"), url("../node_modules/tinper-bee-core/scss/iconfont.woff?t=1472092777") format("woff"), url("../node_modules/tinper-bee-core/scss/iconfont.ttf?t=1472092777") format("truetype"), url("../node_modules/tinper-bee-core/scss/iconfont.svg?t=1472092777#uf") format("svg");
2874 /* iOS 4.1- */ }
2875
2876.uf {
2877 font-family: "uf" !important;
2878 font-size: 14px;
2879 font-style: normal;
2880 -webkit-font-smoothing: antialiased;
2881 -webkit-text-stroke-width: 0.2px;
2882 -moz-osx-font-smoothing: grayscale; }
2883
2884.uf-renren:before {
2885 content: "\e72f"; }
2886
2887.uf-xinlang:before {
2888 content: "\e754"; }
2889
2890.uf-douban:before {
2891 content: "\e755"; }
2892
2893.uf-kongqiyutian:before {
2894 content: "\e771"; }
2895
2896.uf-tianqi:before {
2897 content: "\e772"; }
2898
2899.uf-tengxunweibo:before {
2900 content: "\e756"; }
2901
2902.uf-shejiao:before {
2903 content: "\e758"; }
2904
2905.uf-iconfontapptianqi:before {
2906 content: "\e773"; }
2907
2908.uf-guanbi1:before {
2909 content: "\e765"; }
2910
2911.uf-shanchu:before {
2912 content: "\e766"; }
2913
2914.uf-icclose:before {
2915 content: "\e767"; }
2916
2917.uf-icclose4:before {
2918 content: "\e768"; }
2919
2920.uf-close:before {
2921 content: "\e769"; }
2922
2923.uf-zsxhao:before {
2924 content: "\e76a"; }
2925
2926.uf-plus:before {
2927 content: "\e763"; }
2928
2929.uf-quxiao:before {
2930 content: "\e76b"; }
2931
2932.uf-tencent-circle:before {
2933 content: "\e759"; }
2934
2935.uf-qzone-circle:before {
2936 content: "\e75d"; }
2937
2938.uf-qzone-circle1:before {
2939 content: "\e75e"; }
2940
2941.uf-qq:before {
2942 content: "\e75f"; }
2943
2944.uf-tianqi1:before {
2945 content: "\e774"; }
2946
2947.uf-saoyisao:before {
2948 content: "\e764"; }
2949
2950.uf-tian7_weibo:before {
2951 content: "\e760"; }
2952
2953.uf-addsquarebutton:before {
2954 content: "\e600"; }
2955
2956.uf-adjustcontrast:before {
2957 content: "\e601"; }
2958
2959.uf-alignjustify:before {
2960 content: "\e602"; }
2961
2962.uf-aligntoleft:before {
2963 content: "\e603"; }
2964
2965.uf-aligntoright:before {
2966 content: "\e604"; }
2967
2968.uf-ambulance:before {
2969 content: "\e605"; }
2970
2971.uf-anchorshape:before {
2972 content: "\e606"; }
2973
2974.uf-anglearrowdown:before {
2975 content: "\e608"; }
2976
2977.uf-addsquarebutton1:before {
2978 content: "\e609"; }
2979
2980.uf-adjustcontrast1:before {
2981 content: "\e60a"; }
2982
2983.uf-alignjustify1:before {
2984 content: "\e60b"; }
2985
2986.uf-aligntoleft1:before {
2987 content: "\e60c"; }
2988
2989.uf-aligntoright1:before {
2990 content: "\e60d"; }
2991
2992.uf-ambulance1:before {
2993 content: "\e60e"; }
2994
2995.uf-anchorshape1:before {
2996 content: "\e60f"; }
2997
2998.uf-androidcharactersymbol:before {
2999 content: "\e610"; }
3000
3001.uf-anglearrowpointingtoright:before {
3002 content: "\e611"; }
3003
3004.uf-anglepointingtoleft:before {
3005 content: "\e612"; }
3006
3007.uf-archiveblackbox:before {
3008 content: "\e613"; }
3009
3010.uf-arrowanglepointingdown:before {
3011 content: "\e614"; }
3012
3013.uf-arrowdownonblackcircularbackground:before {
3014 content: "\e615"; }
3015
3016.uf-arrowpointingdown:before {
3017 content: "\e616"; }
3018
3019.uf-arrowpointingrightinacircle:before {
3020 content: "\e617"; }
3021
3022.uf-arrowpointingtoleft:before {
3023 content: "\e618"; }
3024
3025.uf-arrowpointingtoright:before {
3026 content: "\e619"; }
3027
3028.uf-arrowuponablackcirclebackground:before {
3029 content: "\e61a"; }
3030
3031.uf-arrowup:before {
3032 content: "\e61b"; }
3033
3034.uf-arrowheadpointingtotheright:before {
3035 content: "\e61c"; }
3036
3037.uf-arrowheadpointingupinsideasquareboxoutline:before {
3038 content: "\e61d"; }
3039
3040.uf-arrowheadspointingtotheleft:before {
3041 content: "\e61e"; }
3042
3043.uf-asterisk:before {
3044 content: "\e61f"; }
3045
3046.uf-bancirclesymbol:before {
3047 content: "\e620"; }
3048
3049.uf-bargraphonarectangle:before {
3050 content: "\e621"; }
3051
3052.uf-barcode:before {
3053 content: "\e622"; }
3054
3055.uf-beaker:before {
3056 content: "\e623"; }
3057
3058.uf-bellmusicaltool:before {
3059 content: "\e624"; }
3060
3061.uf-bitbucketlogotypecameralensinperspective:before {
3062 content: "\e625"; }
3063
3064.uf-bitbucketsign:before {
3065 content: "\e626"; }
3066
3067.uf-bitcoinlogo:before {
3068 content: "\e627"; }
3069
3070.uf-blankfile:before {
3071 content: "\e628"; }
3072
3073.uf-boldtextoption:before {
3074 content: "\e629"; }
3075
3076.uf-book:before {
3077 content: "\e62a"; }
3078
3079.uf-bookmarkblackshape:before {
3080 content: "\e62b"; }
3081
3082.uf-bookmarkwhite:before {
3083 content: "\e62c"; }
3084
3085.uf-branchwithleavesblackshape:before {
3086 content: "\e62d"; }
3087
3088.uf-briefcase:before {
3089 content: "\e62e"; }
3090
3091.uf-bug:before {
3092 content: "\e62f"; }
3093
3094.uf-buildingfront:before {
3095 content: "\e630"; }
3096
3097.uf-bullhornannouncer:before {
3098 content: "\e631"; }
3099
3100.uf-bullseye:before {
3101 content: "\e632"; }
3102
3103.uf-calendarpageempty:before {
3104 content: "\e633"; }
3105
3106.uf-calendarwithspringbinderanddateblocks:before {
3107 content: "\e634"; }
3108
3109.uf-cameraretro:before {
3110 content: "\e635"; }
3111
3112.uf-caretarrowup:before {
3113 content: "\e636"; }
3114
3115.uf-caretdown:before {
3116 content: "\e637"; }
3117
3118.uf-centertextalignment:before {
3119 content: "\e638"; }
3120
3121.uf-certificateshape:before {
3122 content: "\e639"; }
3123
3124.uf-checkboxempty:before {
3125 content: "\e63a"; }
3126
3127.uf-checkmark:before {
3128 content: "\e63b"; }
3129
3130.uf-checksigninaroundedblacksquare:before {
3131 content: "\e63c"; }
3132
3133.uf-check:before {
3134 content: "\e63d"; }
3135
3136.uf-checkedsymbol:before {
3137 content: "\e63e"; }
3138
3139.uf-checkeredraisedflag:before {
3140 content: "\e63f"; }
3141
3142.uf-chevronarrowdown:before {
3143 content: "\e640"; }
3144
3145.uf-chevronarrowup:before {
3146 content: "\e641"; }
3147
3148.uf-chevronpointingtotheleft:before {
3149 content: "\e642"; }
3150
3151.uf-chevronsigndown:before {
3152 content: "\e643"; }
3153
3154.uf-chevronsignleft:before {
3155 content: "\e644"; }
3156
3157.uf-chevronsigntoright:before {
3158 content: "\e645"; }
3159
3160.uf-chevronup:before {
3161 content: "\e646"; }
3162
3163.uf-circleshapeoutline:before {
3164 content: "\e647"; }
3165
3166.uf-circlewithanarrowpointingtoleft:before {
3167 content: "\e648"; }
3168
3169.uf-circularshapesilhouette:before {
3170 content: "\e649"; }
3171
3172.uf-cloudstoragedownload:before {
3173 content: "\e64a"; }
3174
3175.uf-cloudstorageuploadingoption:before {
3176 content: "\e64b"; }
3177
3178.uf-cocktailglass:before {
3179 content: "\e64c"; }
3180
3181.uf-codeforksymbol:before {
3182 content: "\e64d"; }
3183
3184.uf-code:before {
3185 content: "\e64e"; }
3186
3187.uf-coffeecuponaplateblacksilhouettes:before {
3188 content: "\e64f"; }
3189
3190.uf-cogwheelsilhouette:before {
3191 content: "\e650"; }
3192
3193.uf-collapsewindowoption:before {
3194 content: "\e651"; }
3195
3196.uf-commentblackovalbubbleshape:before {
3197 content: "\e652"; }
3198
3199.uf-commentwhiteovalbubble:before {
3200 content: "\e653"; }
3201
3202.uf-comments:before {
3203 content: "\e654"; }
3204
3205.uf-compasscircularvariant:before {
3206 content: "\e655"; }
3207
3208.uf-computertablet:before {
3209 content: "\e656"; }
3210
3211.uf-copydocument:before {
3212 content: "\e657"; }
3213
3214.uf-correctsymbol:before {
3215 content: "\e658"; }
3216
3217.uf-coupleofarrowschangingplaces:before {
3218 content: "\e659"; }
3219
3220.uf-creditcard:before {
3221 content: "\e65a"; }
3222
3223.uf-cropsymbol:before {
3224 content: "\e65b"; }
3225
3226.uf-crossmarkonablackcirclebackground:before {
3227 content: "\e65c"; }
3228
3229.uf-cursor:before {
3230 content: "\e65d"; }
3231
3232.uf-cut:before {
3233 content: "\e65e"; }
3234
3235.uf-dashboard:before {
3236 content: "\e65f"; }
3237
3238.uf-deliverytrucksilhouette:before {
3239 content: "\e660"; }
3240
3241.uf-desktopmonitor:before {
3242 content: "\e661"; }
3243
3244.uf-dotandcircle:before {
3245 content: "\e662"; }
3246
3247.uf-doubleanglepointingtoright:before {
3248 content: "\e663"; }
3249
3250.uf-doubleleftchevron:before {
3251 content: "\e664"; }
3252
3253.uf-doublesidederaser:before {
3254 content: "\e665"; }
3255
3256.uf-doublestrikethroughoption:before {
3257 content: "\e666"; }
3258
3259.uf-downarrow:before {
3260 content: "\e667"; }
3261
3262.uf-downloadsymbol:before {
3263 content: "\e668"; }
3264
3265.uf-downloadtostoragedrive:before {
3266 content: "\e669"; }
3267
3268.uf-dribbblelogo:before {
3269 content: "\e66a"; }
3270
3271.uf-dropboxlogo:before {
3272 content: "\e66b"; }
3273
3274.uf-earthglobe:before {
3275 content: "\e66c"; }
3276
3277.uf-editinterfacesign:before {
3278 content: "\e66d"; }
3279
3280.uf-ejectsymbol:before {
3281 content: "\e66e"; }
3282
3283.uf-envelopeofwhitepaper:before {
3284 content: "\e66f"; }
3285
3286.uf-envelope:before {
3287 content: "\e670"; }
3288
3289.uf-eurocurrencysymbol:before {
3290 content: "\e671"; }
3291
3292.uf-exchangearrows:before {
3293 content: "\e672"; }
3294
3295.uf-exclamationsign:before {
3296 content: "\e673"; }
3297
3298.uf-exclamation:before {
3299 content: "\e674"; }
3300
3301.uf-externallinksquarewithanarrowinrightdiagonal:before {
3302 content: "\e675"; }
3303
3304.uf-externallinksymbol:before {
3305 content: "\e676"; }
3306
3307.uf-eyeopen:before {
3308 content: "\e677"; }
3309
3310.uf-eyewithadiagonallineinterfacesymbolforinvisibility:before {
3311 content: "\e678"; }
3312
3313.uf-facebooklogo1:before {
3314 content: "\e679"; }
3315
3316.uf-facebooklogo:before {
3317 content: "\e67a"; }
3318
3319.uf-facetimebutton:before {
3320 content: "\e67b"; }
3321
3322.uf-fastforwardarrows:before {
3323 content: "\e67c"; }
3324
3325.uf-femalesilhouette:before {
3326 content: "\e67d"; }
3327
3328.uf-fighterjetsilhouette:before {
3329 content: "\e67e"; }
3330
3331.uf-file:before {
3332 content: "\e67f"; }
3333
3334.uf-filmstripwithtwophotograms:before {
3335 content: "\e680"; }
3336
3337.uf-filtertoolblackshape:before {
3338 content: "\e681"; }
3339
3340.uf-fingerofahandpointingtorightdirection:before {
3341 content: "\e682"; }
3342
3343.uf-fireextinguisher:before {
3344 content: "\e683"; }
3345
3346.uf-firesymbol:before {
3347 content: "\e684"; }
3348
3349.uf-flagblackshape:before {
3350 content: "\e685"; }
3351
3352.uf-flickrwebsitelogosilhouette:before {
3353 content: "\e686"; }
3354
3355.uf-fluffycloudsilhouette:before {
3356 content: "\e687"; }
3357
3358.uf-folderclosedblackshape:before {
3359 content: "\e688"; }
3360
3361.uf-folderwhiteshape:before {
3362 content: "\e689"; }
3363
3364.uf-fontselectioneditor:before {
3365 content: "\e68a"; }
3366
3367.uf-fontsymboloflettera:before {
3368 content: "\e68b"; }
3369
3370.uf-forkandknifesilhouette:before {
3371 content: "\e68c"; }
3372
3373.uf-forwardbutton:before {
3374 content: "\e68d"; }
3375
3376.uf-fourblacksquares:before {
3377 content: "\e68e"; }
3378
3379.uf-foursquarebutton:before {
3380 content: "\e68f"; }
3381
3382.uf-frown:before {
3383 content: "\e690"; }
3384
3385.uf-fullscreensymbol:before {
3386 content: "\e691"; }
3387
3388.uf-gamepadconsole:before {
3389 content: "\e692"; }
3390
3391.uf-giftbox:before {
3392 content: "\e693"; }
3393
3394.uf-githubcharacter:before {
3395 content: "\e694"; }
3396
3397.uf-githublogo:before {
3398 content: "\e695"; }
3399
3400.uf-githubsign:before {
3401 content: "\e696"; }
3402
3403.uf-gittipwebsitelogo:before {
3404 content: "\e697"; }
3405
3406.uf-greatbritainpound:before {
3407 content: "\e699"; }
3408
3409.uf-groupprofileusers:before {
3410 content: "\e69a"; }
3411
3412.uf-halfstarshape:before {
3413 content: "\e69b"; }
3414
3415.uf-handfingerpointingdown:before {
3416 content: "\e69c"; }
3417
3418.uf-handpointingtoleftdirection:before {
3419 content: "\e69d"; }
3420
3421.uf-handpointingupward:before {
3422 content: "\e69e"; }
3423
3424.uf-harddrive:before {
3425 content: "\e69f"; }
3426
3427.uf-heartshapeoutline:before {
3428 content: "\e6a0"; }
3429
3430.uf-heartshapesilhouette:before {
3431 content: "\e6a1"; }
3432
3433.uf-home:before {
3434 content: "\e6a2"; }
3435
3436.uf-horizontalresizeoption:before {
3437 content: "\e6a3"; }
3438
3439.uf-hostpitalbuilding:before {
3440 content: "\e6a4"; }
3441
3442.uf-hotelletterhsigninsideablackroundedsquare:before {
3443 content: "\e6a5"; }
3444
3445.uf-html5logo:before {
3446 content: "\e6a6"; }
3447
3448.uf-inbox:before {
3449 content: "\e6a7"; }
3450
3451.uf-increasesizeoption:before {
3452 content: "\e6a8"; }
3453
3454.uf-indentright:before {
3455 content: "\e6a9"; }
3456
3457.uf-informationbutton:before {
3458 content: "\e6aa"; }
3459
3460.uf-informationsymbol:before {
3461 content: "\e6ab"; }
3462
3463.uf-instagramsymbol:before {
3464 content: "\e6ac"; }
3465
3466.uf-italicizetext:before {
3467 content: "\e6ad"; }
3468
3469.uf-keyboard:before {
3470 content: "\e6ae"; }
3471
3472.uf-leftarrow1:before {
3473 content: "\e6af"; }
3474
3475.uf-leftarrow:before {
3476 content: "\e6b0"; }
3477
3478.uf-leftindentationoption:before {
3479 content: "\e6b1"; }
3480
3481.uf-legalhammer:before {
3482 content: "\e6b2"; }
3483
3484.uf-lemon:before {
3485 content: "\e6b3"; }
3486
3487.uf-leterainsideablackcircle:before {
3488 content: "\e6b4"; }
3489
3490.uf-levelup:before {
3491 content: "\e6b5"; }
3492
3493.uf-lightbulb:before {
3494 content: "\e6b6"; }
3495
3496.uf-lightningboltshadow:before {
3497 content: "\e6b7"; }
3498
3499.uf-linksymbol:before {
3500 content: "\e6b8"; }
3501
3502.uf-linkedinletters:before {
3503 content: "\e6b9"; }
3504
3505.uf-linkedinsign:before {
3506 content: "\e6ba"; }
3507
3508.uf-listonwindow:before {
3509 content: "\e6bb"; }
3510
3511.uf-listwithdots:before {
3512 content: "\e6bc"; }
3513
3514.uf-list:before {
3515 content: "\e6bd"; }
3516
3517.uf-listingoption:before {
3518 content: "\e6be"; }
3519
3520.uf-longarrowpointingtoleft:before {
3521 content: "\e6bf"; }
3522
3523.uf-longarrowpointingtotheright:before {
3524 content: "\e6c0"; }
3525
3526.uf-longarrowpointingup:before {
3527 content: "\e6c1"; }
3528
3529.uf-magicwand:before {
3530 content: "\e6c2"; }
3531
3532.uf-magnifyingglass:before {
3533 content: "\e6c3"; }
3534
3535.uf-man:before {
3536 content: "\e6c4"; }
3537
3538.uf-mapmarker:before {
3539 content: "\e6c5"; }
3540
3541.uf-medicalkit:before {
3542 content: "\e6c6"; }
3543
3544.uf-mehfaceemoticon:before {
3545 content: "\e6c7"; }
3546
3547.uf-microphoneblackshape:before {
3548 content: "\e6c8"; }
3549
3550.uf-microphoneoff:before {
3551 content: "\e6c9"; }
3552
3553.uf-minusbutton:before {
3554 content: "\e6ca"; }
3555
3556.uf-minussigninsideablackcircle:before {
3557 content: "\e6cb"; }
3558
3559.uf-minussigninsideablackroundedsquareshape:before {
3560 content: "\e6cc"; }
3561
3562.uf-minussignonasquareoutline:before {
3563 content: "\e6cd"; }
3564
3565.uf-minussymbol:before {
3566 content: "\e6ce"; }
3567
3568.uf-mobilephone:before {
3569 content: "\e6cf"; }
3570
3571.uf-moonphaseoutline:before {
3572 content: "\e6d0"; }
3573
3574.uf-moveoption:before {
3575 content: "\e6d1"; }
3576
3577.uf-musicheadphones:before {
3578 content: "\e6d2"; }
3579
3580.uf-musicnoteblacksymbol:before {
3581 content: "\e6d3"; }
3582
3583.uf-musicalbelloutline:before {
3584 content: "\e6d4"; }
3585
3586.uf-nineblacktiles:before {
3587 content: "\e6d5"; }
3588
3589.uf-numberedlist:before {
3590 content: "\e6d6"; }
3591
3592.uf-openfolderoutline:before {
3593 content: "\e6d7"; }
3594
3595.uf-openfolder:before {
3596 content: "\e6d8"; }
3597
3598.uf-openlaptopcomputer:before {
3599 content: "\e6d9"; }
3600
3601.uf-openpadlocksilhouette:before {
3602 content: "\e6da"; }
3603
3604.uf-openwrenchtoolsilhouette:before {
3605 content: "\e6db"; }
3606
3607.uf-padlockunlock:before {
3608 content: "\e6dc"; }
3609
3610.uf-padlock:before {
3611 content: "\e6dd"; }
3612
3613.uf-paperbill:before {
3614 content: "\e6de"; }
3615
3616.uf-paperclipoutline:before {
3617 content: "\e6df"; }
3618
3619.uf-paperpushpin:before {
3620 content: "\e6e0"; }
3621
3622.uf-pastefromclipboard:before {
3623 content: "\e6e1"; }
3624
3625.uf-pausesymbol:before {
3626 content: "\e6e2"; }
3627
3628.uf-pencil:before {
3629 content: "\e6e3"; }
3630
3631.uf-photocamera:before {
3632 content: "\e6e4"; }
3633
3634.uf-picture:before {
3635 content: "\e6e5"; }
3636
3637.uf-plane:before {
3638 content: "\e6e7"; }
3639
3640.uf-plantleafwithwhitedetails:before {
3641 content: "\e6e8"; }
3642
3643.uf-playbutton:before {
3644 content: "\e6e9"; }
3645
3646.uf-playcircle:before {
3647 content: "\e6ea"; }
3648
3649.uf-playsign:before {
3650 content: "\e6eb"; }
3651
3652.uf-playvideobutton:before {
3653 content: "\e6ec"; }
3654
3655.uf-plusblacksymbol:before {
3656 content: "\e6ed"; }
3657
3658.uf-plussigninablackcircle:before {
3659 content: "\e6ee"; }
3660
3661.uf-plussymbolinaroundedblacksquare:before {
3662 content: "\e6ef"; }
3663
3664.uf-powerbuttonoff:before {
3665 content: "\e6f0"; }
3666
3667.uf-printingtool:before {
3668 content: "\e6f1"; }
3669
3670.uf-puzzlepiecesilhouette:before {
3671 content: "\e6f2"; }
3672
3673.uf-qrcode:before {
3674 content: "\e6f3"; }
3675
3676.uf-questionmarkonacircularblackbackground:before {
3677 content: "\e6f4"; }
3678
3679.uf-questionsign:before {
3680 content: "\e6f5"; }
3681
3682.uf-quoteleft:before {
3683 content: "\e6f6"; }
3684
3685.uf-reducedvolume:before {
3686 content: "\e6f7"; }
3687
3688.uf-refresharrow:before {
3689 content: "\e6f8"; }
3690
3691.uf-refreshpageoption:before {
3692 content: "\e6f9"; }
3693
3694.uf-removebutton:before {
3695 content: "\e6fa"; }
3696
3697.uf-removesymbol:before {
3698 content: "\e6fb"; }
3699
3700.uf-renrensocialnetworkofchinalogotype:before {
3701 content: "\e6fc"; }
3702
3703.uf-reorderoption:before {
3704 content: "\e6fd"; }
3705
3706.uf-replyarrow:before {
3707 content: "\e6fe"; }
3708
3709.uf-reply:before {
3710 content: "\e6ff"; }
3711
3712.uf-resizeoption:before {
3713 content: "\e700"; }
3714
3715.uf-retweetarrowssymbol:before {
3716 content: "\e701"; }
3717
3718.uf-rewindbutton:before {
3719 content: "\e702"; }
3720
3721.uf-rightarrowinacircle:before {
3722 content: "\e703"; }
3723
3724.uf-rightchevron:before {
3725 content: "\e704"; }
3726
3727.uf-rightquotationmark:before {
3728 content: "\e705"; }
3729
3730.uf-roadperspective:before {
3731 content: "\e706"; }
3732
3733.uf-roundedblacksquareshape:before {
3734 content: "\e707"; }
3735
3736.uf-savefileoption:before {
3737 content: "\e70a"; }
3738
3739.uf-screenshot:before {
3740 content: "\e70b"; }
3741
3742.uf-settings:before {
3743 content: "\e70c"; }
3744
3745.uf-shareoption:before {
3746 content: "\e70d"; }
3747
3748.uf-sharepostsymbol:before {
3749 content: "\e70e"; }
3750
3751.uf-sharesymbol:before {
3752 content: "\e70f"; }
3753
3754.uf-shield:before {
3755 content: "\e710"; }
3756
3757.uf-shoppingcartblackshape:before {
3758 content: "\e711"; }
3759
3760.uf-signin:before {
3761 content: "\e712"; }
3762
3763.uf-signoutoption:before {
3764 content: "\e713"; }
3765
3766.uf-signalbars:before {
3767 content: "\e714"; }
3768
3769.uf-sitemap:before {
3770 content: "\e715"; }
3771
3772.uf-smallrocketshipsilhouette:before {
3773 content: "\e716"; }
3774
3775.uf-smile:before {
3776 content: "\e717"; }
3777
3778.uf-sortarrowscouplepointingupanddown:before {
3779 content: "\e718"; }
3780
3781.uf-sortbyalphabet:before {
3782 content: "\e719"; }
3783
3784.uf-sortbyattributesinterfacebuttonoption:before {
3785 content: "\e71a"; }
3786
3787.uf-sortbyattributes:before {
3788 content: "\e71b"; }
3789
3790.uf-sortbynumericorder:before {
3791 content: "\e71c"; }
3792
3793.uf-sortbyorder:before {
3794 content: "\e71d"; }
3795
3796.uf-sortdown:before {
3797 content: "\e71e"; }
3798
3799.uf-sortreversealphabeticalorder:before {
3800 content: "\e71f"; }
3801
3802.uf-sortup:before {
3803 content: "\e720"; }
3804
3805.uf-speechbubblescommentoption:before {
3806 content: "\e721"; }
3807
3808.uf-spinnerofdots:before {
3809 content: "\e722"; }
3810
3811.uf-squareshapeshadow:before {
3812 content: "\e723"; }
3813
3814.uf-stackexchangelogo:before {
3815 content: "\e724"; }
3816
3817.uf-stackexchangesymbol:before {
3818 content: "\e725"; }
3819
3820.uf-star1:before {
3821 content: "\e726"; }
3822
3823.uf-starhalfempty:before {
3824 content: "\e727"; }
3825
3826.uf-star:before {
3827 content: "\e728"; }
3828
3829.uf-stepbackward:before {
3830 content: "\e729"; }
3831
3832.uf-stepforward:before {
3833 content: "\e72a"; }
3834
3835.uf-stethoscope:before {
3836 content: "\e72b"; }
3837
3838.uf-strikethrough:before {
3839 content: "\e72c"; }
3840
3841.uf-suitcasewithwhitedetails:before {
3842 content: "\e72d"; }
3843
3844.uf-sun:before {
3845 content: "\e72e"; }
3846
3847.uf-tablegrid:before {
3848 content: "\e730"; }
3849
3850.uf-tagblackshape:before {
3851 content: "\e731"; }
3852
3853.uf-tags:before {
3854 content: "\e732"; }
3855
3856.uf-taskslist:before {
3857 content: "\e733"; }
3858
3859.uf-telephonehandlesilhouette:before {
3860 content: "\e734"; }
3861
3862.uf-telephonesymbolbutton:before {
3863 content: "\e735"; }
3864
3865.uf-terminal:before {
3866 content: "\e736"; }
3867
3868.uf-textfile1:before {
3869 content: "\e737"; }
3870
3871.uf-textfile:before {
3872 content: "\e738"; }
3873
3874.uf-textheightadjustment:before {
3875 content: "\e739"; }
3876
3877.uf-textwidth:before {
3878 content: "\e73a"; }
3879
3880.uf-thinarrowheadspointingdown:before {
3881 content: "\e73b"; }
3882
3883.uf-threesmallsquareshapes:before {
3884 content: "\e73c"; }
3885
3886.uf-thumbdown:before {
3887 content: "\e73d"; }
3888
3889.uf-thumbsdownsilhouette:before {
3890 content: "\e73e"; }
3891
3892.uf-thumbsuphandsymbol:before {
3893 content: "\e73f"; }
3894
3895.uf-thumbsup:before {
3896 content: "\e740"; }
3897
3898.uf-ticket:before {
3899 content: "\e741"; }
3900
3901.uf-time:before {
3902 content: "\e742"; }
3903
3904.uf-tintdrop:before {
3905 content: "\e743"; }
3906
3907.uf-trash:before {
3908 content: "\e744"; }
3909
3910.uf-trellowebsitelogo:before {
3911 content: "\e745"; }
3912
3913.uf-trophy:before {
3914 content: "\e746"; }
3915
3916.uf-twocolumnslayout:before {
3917 content: "\e747"; }
3918
3919.uf-ushapedthickmagnet:before {
3920 content: "\e748"; }
3921
3922.uf-umbrellablacksilhouette:before {
3923 content: "\e749"; }
3924
3925.uf-underlinetextoption:before {
3926 content: "\e74a"; }
3927
3928.uf-undoarrow:before {
3929 content: "\e74b"; }
3930
3931.uf-unlinksymbol:before {
3932 content: "\e74c"; }
3933
3934.uf-uparrow:before {
3935 content: "\e74d"; }
3936
3937.uf-upchevronbutton:before {
3938 content: "\e74e"; }
3939
3940.uf-uploadbutton:before {
3941 content: "\e74f"; }
3942
3943.uf-upload:before {
3944 content: "\e750"; }
3945
3946.uf-usermdsymbol:before {
3947 content: "\e751"; }
3948
3949.uf-usershape:before {
3950 content: "\e752"; }
3951
3952.uf-verticalellipsis:before {
3953 content: "\e753"; }
3954
3955.uf-yensymbol:before {
3956 content: "\e757"; }
3957
3958.uf-youtubelogo:before {
3959 content: "\e75a"; }
3960
3961.uf-zoomin:before {
3962 content: "\e75b"; }
3963
3964.uf-zoomout:before {
3965 content: "\e75c"; }
3966
3967.uf-addsquarebutton2:before {
3968 content: "\e607"; }
3969
3970.uf-downarrow1:before {
3971 content: "\e6e6"; }
3972
3973.uf-leftarrow1:before {
3974 content: "\e708"; }
3975
3976.uf-rightarrow:before {
3977 content: "\e709"; }
3978
3979.uf-warningmd:before {
3980 content: "\e698"; }
3981
3982.uf-guanbi:before {
3983 content: "\e76c"; }
3984
3985.uf-shanchuyuan:before {
3986 content: "\e76d"; }
3987
3988.uf-shareto_weixin:before {
3989 content: "\e761"; }
3990
3991.uf-shareto_qq:before {
3992 content: "\e762"; }
3993
3994.uf-jsonfile:before {
3995 content: "\e76e"; }
3996
3997.uf-Kafka:before {
3998 content: "\e76f"; }
3999
4000.uf-chazhuangshanchu:before {
4001 content: "\e770"; }
4002
4003.uf-tianqidafeng:before {
4004 content: "\e775"; }
4005
4006.uf-tianqibaoxue:before {
4007 content: "\e776"; }
4008
4009.uf-tianqibingbao:before {
4010 content: "\e777"; }
4011
4012.uf-tianqifengbao:before {
4013 content: "\e778"; }
4014
4015.uf-tianqixiaoyu:before {
4016 content: "\e779"; }
4017
4018.uf-tianqizhenxue:before {
4019 content: "\e77a"; }
4020
4021.uf-tianqizhongyu:before {
4022 content: "\e77b"; }
4023
4024/* IMAGES */
4025/* 默认颜色 */
4026/* 客户化 */
4027/* 波纹效果 */
4028/*贝塞尔曲线动画 */
4029/* 阴影 */
4030/* ========== 文本字体 ========== */
4031/* 控件 */
4032/* 不同背景下对应的文字颜色 */
4033/* UButton */
4034/* UText */
4035/* Navlayout */
4036/* gridlayout */
4037/* menu */
4038/* Alert */
4039/* Checkbox */
4040/* Radio */
4041/* Switch */
4042/* loading */
4043/* datetimepicker */
4044/* message */
4045/* DATA TABLE */
4046/* tooltip*/
4047/* 进度条 */
4048/* ========== Content Tabs ========== */
4049/* CARD */
4050/* Card dimensions */
4051/* Cover image */
4052/* ========== Card ========== */
4053/* ============ Forms ============*/
4054/* BADGE */
4055/* Typography */
4056/* Shadows */
4057/* Animations */
4058
4059@keyframes antSlideUpIn {
4060 0% {
4061 opacity: 0;
4062 transform-origin: 0% 0%;
4063 transform: scaleY(0.8); }
4064 100% {
4065 opacity: 1;
4066 transform-origin: 0% 0%;
4067 transform: scaleY(1); } }
4068
4069@keyframes antSlideUpOut {
4070 0% {
4071 opacity: 1;
4072 transform-origin: 0% 0%;
4073 transform: scaleY(1); }
4074 100% {
4075 opacity: 0;
4076 transform-origin: 0% 0%;
4077 transform: scaleY(0.8); } }
4078
4079@keyframes antSlideDownIn {
4080 0% {
4081 opacity: 0;
4082 transform-origin: 100% 100%;
4083 transform: scaleY(0.8); }
4084 100% {
4085 opacity: 1;
4086 transform-origin: 100% 100%;
4087 transform: scaleY(1); } }
4088
4089@keyframes antSlideDownOut {
4090 0% {
4091 opacity: 1;
4092 transform-origin: 100% 100%;
4093 transform: scaleY(1); }
4094 100% {
4095 opacity: 0;
4096 transform-origin: 100% 100%;
4097 transform: scaleY(0.8); } }
4098
4099@keyframes antSlideLeftIn {
4100 0% {
4101 opacity: 0;
4102 transform-origin: 0% 0%;
4103 transform: scaleX(0.8); }
4104 100% {
4105 opacity: 1;
4106 transform-origin: 0% 0%;
4107 transform: scaleX(1); } }
4108
4109@keyframes antSlideLeftOut {
4110 0% {
4111 opacity: 1;
4112 transform-origin: 0% 0%;
4113 transform: scaleX(1); }
4114 100% {
4115 opacity: 0;
4116 transform-origin: 0% 0%;
4117 transform: scaleX(0.8); } }
4118
4119@keyframes antSlideRightIn {
4120 0% {
4121 opacity: 0;
4122 transform-origin: 100% 0%;
4123 transform: scaleX(0.8); }
4124 100% {
4125 opacity: 1;
4126 transform-origin: 100% 0%;
4127 transform: scaleX(1); } }
4128
4129@keyframes antSlideRightOut {
4130 0% {
4131 opacity: 1;
4132 transform-origin: 100% 0%;
4133 transform: scaleX(1); }
4134 100% {
4135 opacity: 0;
4136 transform-origin: 100% 0%;
4137 transform: scaleX(0.8); } }
4138
4139@keyframes antSwingIn {
4140 0%,
4141 100% {
4142 transform: translateX(0px); }
4143 20% {
4144 transform: translateX(-10px); }
4145 40% {
4146 transform: translateX(10px); }
4147 60% {
4148 transform: translateX(-5px); }
4149 80% {
4150 transform: translateX(5px); } }
4151
4152@keyframes antZoomIn {
4153 0% {
4154 opacity: 0;
4155 transform: scale(0.2); }
4156 100% {
4157 opacity: 1;
4158 transform: scale(1); } }
4159
4160@keyframes antZoomOut {
4161 0% {
4162 transform: scale(1); }
4163 100% {
4164 opacity: 0;
4165 transform: scale(0.2); } }
4166
4167@keyframes antZoomBigIn {
4168 0% {
4169 opacity: 0;
4170 transform: scale(0.8); }
4171 100% {
4172 transform: scale(1); } }
4173
4174@keyframes antZoomBigOut {
4175 0% {
4176 transform: scale(1); }
4177 100% {
4178 opacity: 0;
4179 transform: scale(0.8); } }
4180
4181@keyframes antZoomUpIn {
4182 0% {
4183 opacity: 0;
4184 transform-origin: 50% 0%;
4185 transform: scale(0.8); }
4186 100% {
4187 transform-origin: 50% 0%;
4188 transform: scale(1); } }
4189
4190@keyframes antZoomUpOut {
4191 0% {
4192 transform-origin: 50% 0%;
4193 transform: scale(1); }
4194 100% {
4195 opacity: 0;
4196 transform-origin: 50% 0%;
4197 transform: scale(0.8); } }
4198
4199@keyframes antZoomLeftIn {
4200 0% {
4201 opacity: 0;
4202 transform-origin: 0% 50%;
4203 transform: scale(0.8); }
4204 100% {
4205 transform-origin: 0% 50%;
4206 transform: scale(1); } }
4207
4208@keyframes antZoomLeftOut {
4209 0% {
4210 transform-origin: 0% 50%;
4211 transform: scale(1); }
4212 100% {
4213 opacity: 0;
4214 transform-origin: 0% 50%;
4215 transform: scale(0.8); } }
4216
4217@keyframes antZoomRightIn {
4218 0% {
4219 opacity: 0;
4220 transform-origin: 100% 50%;
4221 transform: scale(0.8); }
4222 100% {
4223 transform-origin: 100% 50%;
4224 transform: scale(1); } }
4225
4226@keyframes antZoomRightOut {
4227 0% {
4228 transform-origin: 100% 50%;
4229 transform: scale(1); }
4230 100% {
4231 opacity: 0;
4232 transform-origin: 100% 50%;
4233 transform: scale(0.8); } }
4234
4235@keyframes antZoomDownIn {
4236 0% {
4237 opacity: 0;
4238 transform-origin: 50% 100%;
4239 transform: scale(0.8); }
4240 100% {
4241 transform-origin: 50% 100%;
4242 transform: scale(1); } }
4243
4244@keyframes antZoomDownOut {
4245 0% {
4246 transform-origin: 50% 100%;
4247 transform: scale(1); }
4248 100% {
4249 opacity: 0;
4250 transform-origin: 50% 100%;
4251 transform: scale(0.8); } }
4252
4253@keyframes rcMenuOpenZoomIn {
4254 0% {
4255 opacity: 0;
4256 transform: scale(0, 0); }
4257 100% {
4258 opacity: 1;
4259 transform: scale(1, 1); } }
4260
4261@keyframes rcMenuOpenZoomOut {
4262 0% {
4263 transform: scale(1, 1); }
4264 100% {
4265 opacity: 0;
4266 transform: scale(0, 0); } }
4267
4268@keyframes rcMenuOpenSlideUpIn {
4269 0% {
4270 opacity: 0;
4271 transform-origin: 0% 0%;
4272 transform: scaleY(0); }
4273 100% {
4274 opacity: 1;
4275 transform-origin: 0% 0%;
4276 transform: scaleY(1); } }
4277
4278@keyframes rcMenuOpenSlideUpOut {
4279 0% {
4280 opacity: 1;
4281 transform-origin: 0% 0%;
4282 transform: scaleY(1); }
4283 100% {
4284 opacity: 0;
4285 transform-origin: 0% 0%;
4286 transform: scaleY(0); } }
4287
4288.vertical-align {
4289 font-size: 0; }
4290 .vertical-align:before {
4291 display: inline-block;
4292 height: 100%;
4293 vertical-align: middle;
4294 content: ""; }
4295 .vertical-align-middle, .vertical-align-bottom {
4296 display: inline-block;
4297 max-width: 100%;
4298 font-size: 1.4rem; }
4299 .vertical-align-middle {
4300 vertical-align: middle; }
4301 .vertical-align-bottom {
4302 vertical-align: bottom; }
4303
4304.inline {
4305 display: inline !important; }
4306
4307.inline-block {
4308 display: inline-block !important; }
4309
4310.block {
4311 display: block !important; }
4312
4313.text-truncate {
4314 overflow: hidden;
4315 text-overflow: ellipsis;
4316 word-wrap: normal;
4317 /* for IE */
4318 white-space: nowrap; }
4319
4320.text-break {
4321 -webkit-hyphens: auto;
4322 -ms-hyphens: auto;
4323 hyphens: auto;
4324 word-wrap: break-word;
4325 white-space: normal; }
4326
4327.text-nowrap {
4328 white-space: nowrap; }
4329
4330.text-muted {
4331 color: inherit;
4332 opacity: 0.75; }
4333
4334.text-muted-dk {
4335 color: inherit;
4336 opacity: 0.5; }
4337
4338.text-muted-lt {
4339 color: inherit;
4340 opacity: 0.25; }
4341
4342.text-top {
4343 vertical-align: top !important; }
4344
4345.text-middle {
4346 vertical-align: middle !important; }
4347
4348.text-bottom {
4349 vertical-align: bottom !important; }
4350
4351.text-left {
4352 text-align: left !important; }
4353
4354.text-right {
4355 text-align: right !important; }
4356
4357.text-center {
4358 text-align: center !important; }
4359
4360.text-justify {
4361 text-align: justify !important; }
4362
4363.text-lowercase {
4364 text-transform: lowercase !important; }
4365
4366.text-uppercase {
4367 text-transform: uppercase !important; }
4368
4369.text-capitalize {
4370 text-transform: capitalize !important; }
4371
4372.font-weight-unset {
4373 font-weight: unset !important; }
4374
4375.font-weight-100 {
4376 font-weight: 100 !important; }
4377
4378.font-weight-200 {
4379 font-weight: 200 !important; }
4380
4381.font-weight-300 {
4382 font-weight: 300 !important; }
4383
4384.font-weight-400 {
4385 font-weight: 400 !important; }
4386
4387.font-weight-500 {
4388 font-weight: 500 !important; }
4389
4390.font-weight-600 {
4391 font-weight: 600 !important; }
4392
4393.font-weight-700 {
4394 font-weight: 700 !important; }
4395
4396.font-weight-800 {
4397 font-weight: 800 !important; }
4398
4399.font-weight-900 {
4400 font-weight: 900 !important; }
4401
4402.font-weight-light {
4403 font-weight: 300 !important; }
4404
4405.font-weight-normal {
4406 font-weight: 400 !important; }
4407
4408.font-weight-medium {
4409 font-weight: 500 !important; }
4410
4411.font-weight-bold {
4412 font-weight: 700 !important; }
4413
4414.font-size-0 {
4415 font-size: 0 !important; }
4416
4417.font-size-10 {
4418 font-size: 10px !important; }
4419
4420.font-size-12 {
4421 font-size: 12px !important; }
4422
4423.font-size-14 {
4424 font-size: 14px !important; }
4425
4426.font-size-16 {
4427 font-size: 16px !important; }
4428
4429.font-size-18 {
4430 font-size: 18px !important; }
4431
4432.font-size-20 {
4433 font-size: 20px !important; }
4434
4435.font-size-24 {
4436 font-size: 24px !important; }
4437
4438.font-size-26 {
4439 font-size: 26px !important; }
4440
4441.font-size-30 {
4442 font-size: 30px !important; }
4443
4444.font-size-40 {
4445 font-size: 40px !important; }
4446
4447.font-size-50 {
4448 font-size: 50px !important; }
4449
4450.font-size-60 {
4451 font-size: 60px !important; }
4452
4453.font-size-70 {
4454 font-size: 70px !important; }
4455
4456.font-size-80 {
4457 font-size: 80px !important; }
4458
4459.clearfix:before, .clearfix:after {
4460 content: " ";
4461 display: table; }
4462
4463.clearfix:after {
4464 clear: both; }
4465
4466.center-block {
4467 display: block;
4468 margin-left: auto;
4469 margin-right: auto; }
4470
4471.pull-right {
4472 float: right !important; }
4473
4474.pull-left {
4475 float: left !important; }
4476
4477.hide {
4478 display: none !important; }
4479
4480.show {
4481 display: block !important; }
4482
4483.invisible {
4484 visibility: hidden; }
4485
4486.text-hide {
4487 font: "0/0" a;
4488 color: transparent;
4489 text-shadow: none;
4490 background-color: transparent;
4491 border: 0; }
4492
4493.hidden {
4494 display: none !important; }
4495
4496/* 宽高 */
4497.w-16 {
4498 width: 16px; }
4499
4500.w-20 {
4501 width: 20px; }
4502
4503.w-24 {
4504 width: 24px; }
4505
4506.w-32 {
4507 width: 32px; }
4508
4509.w-40 {
4510 width: 40px; }
4511
4512.w-48 {
4513 width: 48px; }
4514
4515.w-56 {
4516 width: 56px; }
4517
4518.w-64 {
4519 width: 64px; }
4520
4521.w-xs {
4522 width: 90px; }
4523
4524.w-sm {
4525 width: 120px; }
4526
4527.w {
4528 width: 180px; }
4529
4530.w-md {
4531 width: 200px; }
4532
4533.w-lg {
4534 width: 240px; }
4535
4536.w-xl {
4537 width: 280px; }
4538
4539.w-xxl {
4540 width: 320px; }
4541
4542.w-full {
4543 width: 100%; }
4544
4545.width-50 {
4546 width: 50px; }
4547
4548.width-100 {
4549 width: 100px; }
4550
4551.width-150 {
4552 width: 150px; }
4553
4554.width-200 {
4555 width: 200px; }
4556
4557.width-250 {
4558 width: 250px; }
4559
4560.width-300 {
4561 width: 300px; }
4562
4563.width-350 {
4564 width: 350px; }
4565
4566.width-400 {
4567 width: 400px; }
4568
4569.width-450 {
4570 width: 450px; }
4571
4572.width-500 {
4573 width: 500px; }
4574
4575.width-full {
4576 width: 100% !important; }
4577
4578.width-auto {
4579 width: auto; }
4580
4581.h-16 {
4582 height: 16px; }
4583
4584.h-20 {
4585 height: 20px; }
4586
4587.h-24 {
4588 height: 24px; }
4589
4590.h-32 {
4591 height: 32px; }
4592
4593.h-40 {
4594 height: 40px; }
4595
4596.h-48 {
4597 height: 48px; }
4598
4599.h-56 {
4600 height: 56px; }
4601
4602.h-64 {
4603 height: 64px; }
4604
4605.h-xxl {
4606 height: 60px; }
4607
4608.h-xs {
4609 height: 90px; }
4610
4611.h-sm {
4612 height: 120px; }
4613
4614.h {
4615 height: 180px; }
4616
4617.h-md {
4618 height: 200px; }
4619
4620.h-lg {
4621 height: 240px; }
4622
4623.h-xl {
4624 height: 280px; }
4625
4626.h-xxl {
4627 height: 320px; }
4628
4629.h-auto {
4630 height: auto; }
4631
4632.h-full {
4633 height: 100%; }
4634
4635.height-50 {
4636 height: 50px; }
4637
4638.height-100 {
4639 height: 100px; }
4640
4641.height-120 {
4642 height: 120px; }
4643
4644.height-150 {
4645 height: 150px; }
4646
4647.height-200 {
4648 height: 200px; }
4649
4650.height-250 {
4651 height: 250px; }
4652
4653.height-300 {
4654 height: 300px; }
4655
4656.height-350 {
4657 height: 350px; }
4658
4659.height-400 {
4660 height: 400px; }
4661
4662.height-450 {
4663 height: 450px; }
4664
4665.height-500 {
4666 height: 500px; }
4667
4668.height-full {
4669 height: 100% !important; }
4670
4671.height-auto {
4672 height: auto; }
4673
4674/* 外边距 */
4675.no-margin {
4676 margin: 0; }
4677
4678.m {
4679 margin: 16px; }
4680
4681.m-xs {
4682 margin: 4px; }
4683
4684.m-sm {
4685 margin: 8px; }
4686
4687.m-md {
4688 margin: 24px; }
4689
4690.m-lg {
4691 margin: 32px; }
4692
4693.m-v-xs {
4694 margin-top: 4px;
4695 margin-bottom: 4px; }
4696
4697.m-v-sm {
4698 margin-top: 8px;
4699 margin-bottom: 8px; }
4700
4701.m-v {
4702 margin-top: 16px;
4703 margin-bottom: 16px; }
4704
4705.m-v-md {
4706 margin-top: 24px;
4707 margin-bottom: 24px; }
4708
4709.m-v-lg {
4710 margin-top: 32px;
4711 margin-bottom: 32px; }
4712
4713.m-h-xs {
4714 margin-right: 4px;
4715 margin-left: 4px; }
4716
4717.m-h-sm {
4718 margin-right: 8px;
4719 margin-left: 8px; }
4720
4721.m-h {
4722 margin-right: 16px;
4723 margin-left: 16px; }
4724
4725.m-h-md {
4726 margin-right: 24px;
4727 margin-left: 24px; }
4728
4729.m-h-lg {
4730 margin-right: 32px;
4731 margin-left: 32px; }
4732
4733.m-t {
4734 margin-top: 16px; }
4735
4736.m-t-xs {
4737 margin-top: 4px; }
4738
4739.m-t-sm {
4740 margin-top: 8px; }
4741
4742.m-t-md {
4743 margin-top: 24px; }
4744
4745.m-t-lg {
4746 margin-top: 32px; }
4747
4748.m-r {
4749 margin-right: 16px; }
4750
4751.m-r-xs {
4752 margin-right: 4px; }
4753
4754.m-r-sm {
4755 margin-right: 8px; }
4756
4757.m-r-md {
4758 margin-right: 24px; }
4759
4760.m-r-lg {
4761 margin-right: 32px; }
4762
4763.m-b {
4764 margin-bottom: 16px; }
4765
4766.m-b-xs {
4767 margin-bottom: 4px; }
4768
4769.m-b-sm {
4770 margin-bottom: 8px; }
4771
4772.m-b-md {
4773 margin-bottom: 24px; }
4774
4775.m-b-lg {
4776 margin-bottom: 32px; }
4777
4778.m-l {
4779 margin-left: 16px; }
4780
4781.m-l-xs {
4782 margin-left: 4px; }
4783
4784.m-l-sm {
4785 margin-left: 8px; }
4786
4787.m-l-md {
4788 margin-left: 24px; }
4789
4790.m-l-lg {
4791 margin-left: 32px; }
4792
4793.m-n {
4794 margin: -16px; }
4795
4796.m-h-n {
4797 margin-right: -16px;
4798 margin-left: -16px; }
4799
4800.m-v-n {
4801 margin-top: -16px;
4802 margin-bottom: -16px; }
4803
4804.m-l-n {
4805 margin-left: -16px; }
4806
4807.m-r-n {
4808 margin-right: -16px; }
4809
4810.m-t-n {
4811 margin-top: -16px; }
4812
4813.m-b-n {
4814 margin-bottom: -16px; }
4815
4816.margin-0 {
4817 margin: 0 !important; }
4818
4819.margin-3 {
4820 margin: 3px !important; }
4821
4822.margin-5 {
4823 margin: 5px !important; }
4824
4825.margin-10 {
4826 margin: 10px !important; }
4827
4828.margin-15 {
4829 margin: 15px !important; }
4830
4831.margin-20 {
4832 margin: 20px !important; }
4833
4834.margin-25 {
4835 margin: 25px !important; }
4836
4837.margin-30 {
4838 margin: 30px !important; }
4839
4840.margin-35 {
4841 margin: 35px !important; }
4842
4843.margin-40 {
4844 margin: 40px !important; }
4845
4846.margin-45 {
4847 margin: 45px !important; }
4848
4849.margin-50 {
4850 margin: 50px !important; }
4851
4852.margin-60 {
4853 margin: 60px !important; }
4854
4855.margin-70 {
4856 margin: 70px !important; }
4857
4858.margin-80 {
4859 margin: 80px !important; }
4860
4861.margin-vertical-0 {
4862 margin-top: 0 !important;
4863 margin-bottom: 0 !important; }
4864
4865.margin-vertical-3 {
4866 margin-top: 3px !important;
4867 margin-bottom: 3px !important; }
4868
4869.margin-vertical-5 {
4870 margin-top: 5px !important;
4871 margin-bottom: 5px !important; }
4872
4873.margin-vertical-10 {
4874 margin-top: 10px !important;
4875 margin-bottom: 10px !important; }
4876
4877.margin-vertical-15 {
4878 margin-top: 15px !important;
4879 margin-bottom: 15px !important; }
4880
4881.margin-vertical-20 {
4882 margin-top: 20px !important;
4883 margin-bottom: 20px !important; }
4884
4885.margin-vertical-25 {
4886 margin-top: 25px !important;
4887 margin-bottom: 25px !important; }
4888
4889.margin-vertical-30 {
4890 margin-top: 30px !important;
4891 margin-bottom: 30px !important; }
4892
4893.margin-vertical-35 {
4894 margin-top: 35px !important;
4895 margin-bottom: 35px !important; }
4896
4897.margin-vertical-40 {
4898 margin-top: 40px !important;
4899 margin-bottom: 40px !important; }
4900
4901.margin-vertical-45 {
4902 margin-top: 45px !important;
4903 margin-bottom: 45px !important; }
4904
4905.margin-vertical-50 {
4906 margin-top: 50px !important;
4907 margin-bottom: 50px !important; }
4908
4909.margin-vertical-60 {
4910 margin-top: 60px !important;
4911 margin-bottom: 60px !important; }
4912
4913.margin-vertical-70 {
4914 margin-top: 70px !important;
4915 margin-bottom: 70px !important; }
4916
4917.margin-vertical-80 {
4918 margin-top: 80px !important;
4919 margin-bottom: 80px !important; }
4920
4921.margin-horizontal-0 {
4922 margin-right: 0 !important;
4923 margin-left: 0 !important; }
4924
4925.margin-horizontal-3 {
4926 margin-right: 3px !important;
4927 margin-left: 3px !important; }
4928
4929.margin-horizontal-5 {
4930 margin-right: 5px !important;
4931 margin-left: 5px !important; }
4932
4933.margin-horizontal-10 {
4934 margin-right: 10px !important;
4935 margin-left: 10px !important; }
4936
4937.margin-horizontal-15 {
4938 margin-right: 15px !important;
4939 margin-left: 15px !important; }
4940
4941.margin-horizontal-20 {
4942 margin-right: 20px !important;
4943 margin-left: 20px !important; }
4944
4945.margin-horizontal-25 {
4946 margin-right: 25px !important;
4947 margin-left: 25px !important; }
4948
4949.margin-horizontal-30 {
4950 margin-right: 30px !important;
4951 margin-left: 30px !important; }
4952
4953.margin-horizontal-35 {
4954 margin-right: 35px !important;
4955 margin-left: 35px !important; }
4956
4957.margin-horizontal-40 {
4958 margin-right: 40px !important;
4959 margin-left: 40px !important; }
4960
4961.margin-horizontal-45 {
4962 margin-right: 45px !important;
4963 margin-left: 45px !important; }
4964
4965.margin-horizontal-50 {
4966 margin-right: 50px !important;
4967 margin-left: 50px !important; }
4968
4969.margin-horizontal-60 {
4970 margin-right: 60px !important;
4971 margin-left: 60px !important; }
4972
4973.margin-horizontal-70 {
4974 margin-right: 70px !important;
4975 margin-left: 70px !important; }
4976
4977.margin-horizontal-80 {
4978 margin-right: 80px !important;
4979 margin-left: 80px !important; }
4980
4981.margin-top-0 {
4982 margin-top: 0 !important; }
4983
4984.margin-top-3 {
4985 margin-top: 3px !important; }
4986
4987.margin-top-5 {
4988 margin-top: 5px !important; }
4989
4990.margin-top-10 {
4991 margin-top: 10px !important; }
4992
4993.margin-top-15 {
4994 margin-top: 15px !important; }
4995
4996.margin-top-20 {
4997 margin-top: 20px !important; }
4998
4999.margin-top-25 {
5000 margin-top: 25px !important; }
5001
5002.margin-top-30 {
5003 margin-top: 30px !important; }
5004
5005.margin-top-35 {
5006 margin-top: 35px !important; }
5007
5008.margin-top-40 {
5009 margin-top: 40px !important; }
5010
5011.margin-top-45 {
5012 margin-top: 45px !important; }
5013
5014.margin-top-50 {
5015 margin-top: 50px !important; }
5016
5017.margin-top-60 {
5018 margin-top: 60px !important; }
5019
5020.margin-top-70 {
5021 margin-top: 70px !important; }
5022
5023.margin-top-80 {
5024 margin-top: 80px !important; }
5025
5026.margin-bottom-0 {
5027 margin-bottom: 0 !important; }
5028
5029.margin-bottom-3 {
5030 margin-bottom: 3px !important; }
5031
5032.margin-bottom-5 {
5033 margin-bottom: 5px !important; }
5034
5035.margin-bottom-10 {
5036 margin-bottom: 10px !important; }
5037
5038.margin-bottom-15 {
5039 margin-bottom: 15px !important; }
5040
5041.margin-bottom-20 {
5042 margin-bottom: 20px !important; }
5043
5044.margin-bottom-25 {
5045 margin-bottom: 25px !important; }
5046
5047.margin-bottom-30 {
5048 margin-bottom: 30px !important; }
5049
5050.margin-bottom-35 {
5051 margin-bottom: 35px !important; }
5052
5053.margin-bottom-40 {
5054 margin-bottom: 40px !important; }
5055
5056.margin-bottom-45 {
5057 margin-bottom: 45px !important; }
5058
5059.margin-bottom-50 {
5060 margin-bottom: 50px !important; }
5061
5062.margin-bottom-60 {
5063 margin-bottom: 60px !important; }
5064
5065.margin-bottom-70 {
5066 margin-bottom: 70px !important; }
5067
5068.margin-bottom-80 {
5069 margin-bottom: 80px !important; }
5070
5071.margin-left-0 {
5072 margin-left: 0 !important; }
5073
5074.margin-left-3 {
5075 margin-left: 3px !important; }
5076
5077.margin-left-5 {
5078 margin-left: 5px !important; }
5079
5080.margin-left-10 {
5081 margin-left: 10px !important; }
5082
5083.margin-left-15 {
5084 margin-left: 15px !important; }
5085
5086.margin-left-20 {
5087 margin-left: 20px !important; }
5088
5089.margin-left-25 {
5090 margin-left: 25px !important; }
5091
5092.margin-left-30 {
5093 margin-left: 30px !important; }
5094
5095.margin-left-35 {
5096 margin-left: 35px !important; }
5097
5098.margin-left-40 {
5099 margin-left: 40px !important; }
5100
5101.margin-left-45 {
5102 margin-left: 45px !important; }
5103
5104.margin-left-50 {
5105 margin-left: 50px !important; }
5106
5107.margin-left-60 {
5108 margin-left: 60px !important; }
5109
5110.margin-left-70 {
5111 margin-left: 70px !important; }
5112
5113.margin-left-80 {
5114 margin-left: 80px !important; }
5115
5116.margin-right-0 {
5117 margin-right: 0 !important; }
5118
5119.margin-right-3 {
5120 margin-right: 3px !important; }
5121
5122.margin-right-5 {
5123 margin-right: 5px !important; }
5124
5125.margin-right-10 {
5126 margin-right: 10px !important; }
5127
5128.margin-right-15 {
5129 margin-right: 15px !important; }
5130
5131.margin-right-20 {
5132 margin-right: 20px !important; }
5133
5134.margin-right-25 {
5135 margin-right: 25px !important; }
5136
5137.margin-right-30 {
5138 margin-right: 30px !important; }
5139
5140.margin-right-35 {
5141 margin-right: 35px !important; }
5142
5143.margin-right-40 {
5144 margin-right: 40px !important; }
5145
5146.margin-right-45 {
5147 margin-right: 45px !important; }
5148
5149.margin-right-50 {
5150 margin-right: 50px !important; }
5151
5152.margin-right-60 {
5153 margin-right: 60px !important; }
5154
5155.margin-right-70 {
5156 margin-right: 70px !important; }
5157
5158.margin-right-80 {
5159 margin-right: 80px !important; }
5160
5161/* 内边距 */
5162.no-padding {
5163 padding: 0 !important; }
5164
5165.no-padding-h {
5166 padding-right: 0 !important;
5167 padding-left: 0 !important; }
5168
5169.no-padding-v {
5170 padding-top: 0 !important;
5171 padding-bottom: 0 !important; }
5172
5173.p-xs {
5174 padding: 4px; }
5175
5176.p-sm {
5177 padding: 8px; }
5178
5179.p {
5180 padding: 16px; }
5181
5182.p-md {
5183 padding: 24px; }
5184
5185.p-lg {
5186 padding: 32px; }
5187
5188.p-h {
5189 padding-right: 16px;
5190 padding-left: 16px; }
5191
5192.p-h-xs {
5193 padding-right: 4px;
5194 padding-left: 4px; }
5195
5196.p-h-sm {
5197 padding-right: 8px;
5198 padding-left: 8px; }
5199
5200.p-h-md {
5201 padding-right: 24px;
5202 padding-left: 24px; }
5203
5204.p-t-md {
5205 padding-top: 24px; }
5206
5207.p-b-md {
5208 padding-bottom: 24px; }
5209
5210.p-l-md {
5211 padding-left: 24px; }
5212
5213.p-h-lg {
5214 padding-right: 32px;
5215 padding-left: 32px; }
5216
5217.p-v {
5218 padding-top: 16px;
5219 padding-bottom: 16px; }
5220
5221.p-v-xs {
5222 padding-top: 4px;
5223 padding-bottom: 4px; }
5224
5225.p-v-sm {
5226 padding-top: 8px;
5227 padding-bottom: 8px; }
5228
5229.p-v-md {
5230 padding-top: 24px;
5231 padding-bottom: 24px; }
5232
5233.p-v-lg {
5234 padding-top: 32px;
5235 padding-bottom: 32px; }
5236
5237.padding {
5238 padding: 32px 32px; }
5239
5240.padding-out {
5241 margin: -32px -32px; }
5242
5243.padding-0 {
5244 padding: 0 !important; }
5245
5246.padding-3 {
5247 padding: 3px !important; }
5248
5249.padding-5 {
5250 padding: 5px !important; }
5251
5252.padding-10 {
5253 padding: 10px !important; }
5254
5255.padding-15 {
5256 padding: 15px !important; }
5257
5258.padding-20 {
5259 padding: 20px !important; }
5260
5261.padding-25 {
5262 padding: 25px !important; }
5263
5264.padding-30 {
5265 padding: 30px !important; }
5266
5267.padding-35 {
5268 padding: 35px !important; }
5269
5270.padding-40 {
5271 padding: 40px !important; }
5272
5273.padding-45 {
5274 padding: 45px !important; }
5275
5276.padding-50 {
5277 padding: 50px !important; }
5278
5279.padding-60 {
5280 padding: 60px !important; }
5281
5282.padding-70 {
5283 padding: 70px !important; }
5284
5285.padding-80 {
5286 padding: 80px !important; }
5287
5288.padding-vertical-0 {
5289 padding-top: 0 !important;
5290 padding-bottom: 0 !important; }
5291
5292.padding-vertical-3 {
5293 padding-top: 3px !important;
5294 padding-bottom: 3px !important; }
5295
5296.padding-vertical-5 {
5297 padding-top: 5px !important;
5298 padding-bottom: 5px !important; }
5299
5300.padding-vertical-10 {
5301 padding-top: 10px !important;
5302 padding-bottom: 10px !important; }
5303
5304.padding-vertical-15 {
5305 padding-top: 15px !important;
5306 padding-bottom: 15px !important; }
5307
5308.padding-vertical-20 {
5309 padding-top: 20px !important;
5310 padding-bottom: 20px !important; }
5311
5312.padding-vertical-25 {
5313 padding-top: 25px !important;
5314 padding-bottom: 25px !important; }
5315
5316.padding-vertical-30 {
5317 padding-top: 30px !important;
5318 padding-bottom: 30px !important; }
5319
5320.padding-vertical-35 {
5321 padding-top: 35px !important;
5322 padding-bottom: 35px !important; }
5323
5324.padding-vertical-40 {
5325 padding-top: 40px !important;
5326 padding-bottom: 40px !important; }
5327
5328.padding-vertical-45 {
5329 padding-top: 45px !important;
5330 padding-bottom: 45px !important; }
5331
5332.padding-vertical-50 {
5333 padding-top: 50px !important;
5334 padding-bottom: 50px !important; }
5335
5336.padding-vertical-60 {
5337 padding-top: 60px !important;
5338 padding-bottom: 60px !important; }
5339
5340.padding-vertical-70 {
5341 padding-top: 70px !important;
5342 padding-bottom: 70px !important; }
5343
5344.padding-vertical-80 {
5345 padding-top: 80px !important;
5346 padding-bottom: 80px !important; }
5347
5348.padding-horizontal-0 {
5349 padding-right: 0 !important;
5350 padding-left: 0 !important; }
5351
5352.padding-horizontal-3 {
5353 padding-right: 3px !important;
5354 padding-left: 3px !important; }
5355
5356.padding-horizontal-5 {
5357 padding-right: 5px !important;
5358 padding-left: 5px !important; }
5359
5360.padding-horizontal-10 {
5361 padding-right: 10px !important;
5362 padding-left: 10px !important; }
5363
5364.padding-horizontal-15 {
5365 padding-right: 15px !important;
5366 padding-left: 15px !important; }
5367
5368.padding-horizontal-20 {
5369 padding-right: 20px !important;
5370 padding-left: 20px !important; }
5371
5372.padding-horizontal-25 {
5373 padding-right: 25px !important;
5374 padding-left: 25px !important; }
5375
5376.padding-horizontal-30 {
5377 padding-right: 30px !important;
5378 padding-left: 30px !important; }
5379
5380.padding-horizontal-35 {
5381 padding-right: 35px !important;
5382 padding-left: 35px !important; }
5383
5384.padding-horizontal-40 {
5385 padding-right: 40px !important;
5386 padding-left: 40px !important; }
5387
5388.padding-horizontal-45 {
5389 padding-right: 45px !important;
5390 padding-left: 45px !important; }
5391
5392.padding-horizontal-50 {
5393 padding-right: 50px !important;
5394 padding-left: 50px !important; }
5395
5396.padding-horizontal-60 {
5397 padding-right: 60px !important;
5398 padding-left: 60px !important; }
5399
5400.padding-horizontal-70 {
5401 padding-right: 70px !important;
5402 padding-left: 70px !important; }
5403
5404.padding-horizontal-80 {
5405 padding-right: 80px !important;
5406 padding-left: 80px !important; }
5407
5408.padding-top-0 {
5409 padding-top: 0 !important; }
5410
5411.padding-top-3 {
5412 padding-top: 3px !important; }
5413
5414.padding-top-5 {
5415 padding-top: 5px !important; }
5416
5417.padding-top-10 {
5418 padding-top: 10px !important; }
5419
5420.padding-top-15 {
5421 padding-top: 15px !important; }
5422
5423.padding-top-20 {
5424 padding-top: 20px !important; }
5425
5426.padding-top-25 {
5427 padding-top: 25px !important; }
5428
5429.padding-top-30 {
5430 padding-top: 30px !important; }
5431
5432.padding-top-35 {
5433 padding-top: 35px !important; }
5434
5435.padding-top-40 {
5436 padding-top: 40px !important; }
5437
5438.padding-top-45 {
5439 padding-top: 45px !important; }
5440
5441.padding-top-50 {
5442 padding-top: 50px !important; }
5443
5444.padding-top-60 {
5445 padding-top: 60px !important; }
5446
5447.padding-top-70 {
5448 padding-top: 70px !important; }
5449
5450.padding-top-80 {
5451 padding-top: 80px !important; }
5452
5453.padding-bottom-0 {
5454 padding-bottom: 0 !important; }
5455
5456.padding-bottom-3 {
5457 padding-bottom: 3px !important; }
5458
5459.padding-bottom-5 {
5460 padding-bottom: 5px !important; }
5461
5462.padding-bottom-10 {
5463 padding-bottom: 10px !important; }
5464
5465.padding-bottom-15 {
5466 padding-bottom: 15px !important; }
5467
5468.padding-bottom-20 {
5469 padding-bottom: 20px !important; }
5470
5471.padding-bottom-25 {
5472 padding-bottom: 25px !important; }
5473
5474.padding-bottom-30 {
5475 padding-bottom: 30px !important; }
5476
5477.padding-bottom-35 {
5478 padding-bottom: 35px !important; }
5479
5480.padding-bottom-40 {
5481 padding-bottom: 40px !important; }
5482
5483.padding-bottom-45 {
5484 padding-bottom: 45px !important; }
5485
5486.padding-bottom-50 {
5487 padding-bottom: 50px !important; }
5488
5489.padding-bottom-60 {
5490 padding-bottom: 60px !important; }
5491
5492.padding-bottom-70 {
5493 padding-bottom: 70px !important; }
5494
5495.padding-bottom-80 {
5496 padding-bottom: 80px !important; }
5497
5498.padding-left-0 {
5499 padding-left: 0 !important; }
5500
5501.padding-left-3 {
5502 padding-left: 3px !important; }
5503
5504.padding-left-5 {
5505 padding-left: 5px !important; }
5506
5507.padding-left-10 {
5508 padding-left: 10px !important; }
5509
5510.padding-left-15 {
5511 padding-left: 15px !important; }
5512
5513.padding-left-20 {
5514 padding-left: 20px !important; }
5515
5516.padding-left-25 {
5517 padding-left: 25px !important; }
5518
5519.padding-left-30 {
5520 padding-left: 30px !important; }
5521
5522.padding-left-35 {
5523 padding-left: 35px !important; }
5524
5525.padding-left-40 {
5526 padding-left: 40px !important; }
5527
5528.padding-left-45 {
5529 padding-left: 45px !important; }
5530
5531.padding-left-50 {
5532 padding-left: 50px !important; }
5533
5534.padding-left-60 {
5535 padding-left: 60px !important; }
5536
5537.padding-left-70 {
5538 padding-left: 70px !important; }
5539
5540.padding-left-80 {
5541 padding-left: 80px !important; }
5542
5543.padding-right-0 {
5544 padding-right: 0 !important; }
5545
5546.padding-right-3 {
5547 padding-right: 3px !important; }
5548
5549.padding-right-5 {
5550 padding-right: 5px !important; }
5551
5552.padding-right-10 {
5553 padding-right: 10px !important; }
5554
5555.padding-right-15 {
5556 padding-right: 15px !important; }
5557
5558.padding-right-20 {
5559 padding-right: 20px !important; }
5560
5561.padding-right-25 {
5562 padding-right: 25px !important; }
5563
5564.padding-right-30 {
5565 padding-right: 30px !important; }
5566
5567.padding-right-35 {
5568 padding-right: 35px !important; }
5569
5570.padding-right-40 {
5571 padding-right: 40px !important; }
5572
5573.padding-right-45 {
5574 padding-right: 45px !important; }
5575
5576.padding-right-50 {
5577 padding-right: 50px !important; }
5578
5579.padding-right-60 {
5580 padding-right: 60px !important; }
5581
5582.padding-right-70 {
5583 padding-right: 70px !important; }
5584
5585.padding-right-80 {
5586 padding-right: 80px !important; }
5587
5588@-ms-viewport {
5589 width: device-width; }
5590
5591.visible-xs,
5592.visible-sm,
5593.visible-md,
5594.visible-lg {
5595 display: none !important; }
5596
5597.visible-xs-block,
5598.visible-xs-inline,
5599.visible-xs-inline-block,
5600.visible-sm-block,
5601.visible-sm-inline,
5602.visible-sm-inline-block,
5603.visible-md-block,
5604.visible-md-inline,
5605.visible-md-inline-block,
5606.visible-lg-block,
5607.visible-lg-inline,
5608.visible-lg-inline-block {
5609 display: none !important; }
5610
5611@media (max-width: 767px) {
5612 .visible-xs {
5613 display: block !important; }
5614 .visible-xs table {
5615 display: table !important; }
5616 .visible-xs tr {
5617 display: table-row !important; }
5618 .visible-xs th,
5619 .visible-xs td {
5620 display: table-cell !important; } }
5621
5622@media (max-width: 767px) {
5623 .visible-xs-block {
5624 display: block !important; } }
5625
5626@media (max-width: 767px) {
5627 .visible-xs-inline {
5628 display: inline !important; } }
5629
5630@media (max-width: 767px) {
5631 .visible-xs-inline-block {
5632 display: inline-block !important; } }
5633
5634@media (min-width: 768px) and (max-width: 767px) {
5635 .visible-sm {
5636 display: block !important; }
5637 .visible-sm table {
5638 display: table !important; }
5639 .visible-sm tr {
5640 display: table-row !important; }
5641 .visible-sm th,
5642 .visible-sm td {
5643 display: table-cell !important; } }
5644
5645@media (min-width: 768px) and (max-width: 767px) {
5646 .visible-sm-block {
5647 display: block !important; } }
5648
5649@media (min-width: 768px) and (max-width: 767px) {
5650 .visible-sm-inline {
5651 display: inline !important; } }
5652
5653@media (min-width: 768px) and (max-width: 767px) {
5654 .visible-sm-inline-block {
5655 display: inline-block !important; } }
5656
5657@media (min-width: 992px) and (max-width: 1199px) {
5658 .visible-md {
5659 display: block !important; }
5660 .visible-md table {
5661 display: table !important; }
5662 .visible-md tr {
5663 display: table-row !important; }
5664 .visible-md th,
5665 .visible-md td {
5666 display: table-cell !important; } }
5667
5668@media (min-width: 992px) and (max-width: 1199px) {
5669 .visible-md-block {
5670 display: block !important; } }
5671
5672@media (min-width: 992px) and (max-width: 1199px) {
5673 .visible-md-inline {
5674 display: inline !important; } }
5675
5676@media (min-width: 992px) and (max-width: 1199px) {
5677 .visible-md-inline-block {
5678 display: inline-block !important; } }
5679
5680@media (min-width: 1200px) {
5681 .visible-lg {
5682 display: block !important; }
5683 .visible-lg table {
5684 display: table !important; }
5685 .visible-lg tr {
5686 display: table-row !important; }
5687 .visible-lg th,
5688 .visible-lg td {
5689 display: table-cell !important; } }
5690
5691@media (min-width: 1200px) {
5692 .visible-lg-block {
5693 display: block !important; } }
5694
5695@media (min-width: 1200px) {
5696 .visible-lg-inline {
5697 display: inline !important; } }
5698
5699@media (min-width: 1200px) {
5700 .visible-lg-inline-block {
5701 display: inline-block !important; } }
5702
5703@media (max-width: 767px) {
5704 .hidden-xs {
5705 display: none !important; } }
5706
5707@media (min-width: 768px) and (max-width: 767px) {
5708 .hidden-sm {
5709 display: none !important; } }
5710
5711@media (min-width: 992px) and (max-width: 1199px) {
5712 .hidden-md {
5713 display: none !important; } }
5714
5715@media (min-width: 1200px) {
5716 .hidden-lg {
5717 display: none !important; } }
5718
5719/* 边框 */
5720.no-border {
5721 border-color: transparent;
5722 border-width: 0; }
5723
5724/* 背景 */
5725.no-bg {
5726 color: inherit;
5727 background-color: transparent; }
5728
5729.u-link {
5730 cursor: pointer;
5731 color: rgb(63,81,181);
5732 background-color: transparent;
5733 text-decoration: none; }
5734
5735.u-link:active,
5736.u-link:hover {
5737 outline: 0; }
5738
5739.u-link:focus, .u-link:hover {
5740 text-decoration: underline; }
5741
5742.u-border-top {
5743 border-top: 1px solid rgb(241,241,241); }
5744
5745.u-border-left {
5746 border-left: 1px solid rgb(241,241,241); }
5747
5748.u-border-right {
5749 border-right: 1px solid rgb(241,241,241); }
5750
5751.u-border-bottom {
5752 border-bottom: 1px solid rgb(241,241,241); }
5753
5754/* IMAGES */
5755/* 默认颜色 */
5756/* 客户化 */
5757/* 波纹效果 */
5758/*贝塞尔曲线动画 */
5759/* 阴影 */
5760/* ========== 文本字体 ========== */
5761/* 控件 */
5762/* 不同背景下对应的文字颜色 */
5763/* UButton */
5764/* UText */
5765/* Navlayout */
5766/* gridlayout */
5767/* menu */
5768/* Alert */
5769/* Checkbox */
5770/* Radio */
5771/* Switch */
5772/* loading */
5773/* datetimepicker */
5774/* message */
5775/* DATA TABLE */
5776/* tooltip*/
5777/* 进度条 */
5778/* ========== Content Tabs ========== */
5779/* CARD */
5780/* Card dimensions */
5781/* Cover image */
5782/* ========== Card ========== */
5783/* ============ Forms ============*/
5784/* BADGE */
5785/* Typography */
5786/* Shadows */
5787/* Animations */
5788
5789@keyframes antSlideUpIn {
5790 0% {
5791 opacity: 0;
5792 transform-origin: 0% 0%;
5793 transform: scaleY(0.8); }
5794 100% {
5795 opacity: 1;
5796 transform-origin: 0% 0%;
5797 transform: scaleY(1); } }
5798
5799@keyframes antSlideUpOut {
5800 0% {
5801 opacity: 1;
5802 transform-origin: 0% 0%;
5803 transform: scaleY(1); }
5804 100% {
5805 opacity: 0;
5806 transform-origin: 0% 0%;
5807 transform: scaleY(0.8); } }
5808
5809@keyframes antSlideDownIn {
5810 0% {
5811 opacity: 0;
5812 transform-origin: 100% 100%;
5813 transform: scaleY(0.8); }
5814 100% {
5815 opacity: 1;
5816 transform-origin: 100% 100%;
5817 transform: scaleY(1); } }
5818
5819@keyframes antSlideDownOut {
5820 0% {
5821 opacity: 1;
5822 transform-origin: 100% 100%;
5823 transform: scaleY(1); }
5824 100% {
5825 opacity: 0;
5826 transform-origin: 100% 100%;
5827 transform: scaleY(0.8); } }
5828
5829@keyframes antSlideLeftIn {
5830 0% {
5831 opacity: 0;
5832 transform-origin: 0% 0%;
5833 transform: scaleX(0.8); }
5834 100% {
5835 opacity: 1;
5836 transform-origin: 0% 0%;
5837 transform: scaleX(1); } }
5838
5839@keyframes antSlideLeftOut {
5840 0% {
5841 opacity: 1;
5842 transform-origin: 0% 0%;
5843 transform: scaleX(1); }
5844 100% {
5845 opacity: 0;
5846 transform-origin: 0% 0%;
5847 transform: scaleX(0.8); } }
5848
5849@keyframes antSlideRightIn {
5850 0% {
5851 opacity: 0;
5852 transform-origin: 100% 0%;
5853 transform: scaleX(0.8); }
5854 100% {
5855 opacity: 1;
5856 transform-origin: 100% 0%;
5857 transform: scaleX(1); } }
5858
5859@keyframes antSlideRightOut {
5860 0% {
5861 opacity: 1;
5862 transform-origin: 100% 0%;
5863 transform: scaleX(1); }
5864 100% {
5865 opacity: 0;
5866 transform-origin: 100% 0%;
5867 transform: scaleX(0.8); } }
5868
5869@keyframes antSwingIn {
5870 0%,
5871 100% {
5872 transform: translateX(0px); }
5873 20% {
5874 transform: translateX(-10px); }
5875 40% {
5876 transform: translateX(10px); }
5877 60% {
5878 transform: translateX(-5px); }
5879 80% {
5880 transform: translateX(5px); } }
5881
5882@keyframes antZoomIn {
5883 0% {
5884 opacity: 0;
5885 transform: scale(0.2); }
5886 100% {
5887 opacity: 1;
5888 transform: scale(1); } }
5889
5890@keyframes antZoomOut {
5891 0% {
5892 transform: scale(1); }
5893 100% {
5894 opacity: 0;
5895 transform: scale(0.2); } }
5896
5897@keyframes antZoomBigIn {
5898 0% {
5899 opacity: 0;
5900 transform: scale(0.8); }
5901 100% {
5902 transform: scale(1); } }
5903
5904@keyframes antZoomBigOut {
5905 0% {
5906 transform: scale(1); }
5907 100% {
5908 opacity: 0;
5909 transform: scale(0.8); } }
5910
5911@keyframes antZoomUpIn {
5912 0% {
5913 opacity: 0;
5914 transform-origin: 50% 0%;
5915 transform: scale(0.8); }
5916 100% {
5917 transform-origin: 50% 0%;
5918 transform: scale(1); } }
5919
5920@keyframes antZoomUpOut {
5921 0% {
5922 transform-origin: 50% 0%;
5923 transform: scale(1); }
5924 100% {
5925 opacity: 0;
5926 transform-origin: 50% 0%;
5927 transform: scale(0.8); } }
5928
5929@keyframes antZoomLeftIn {
5930 0% {
5931 opacity: 0;
5932 transform-origin: 0% 50%;
5933 transform: scale(0.8); }
5934 100% {
5935 transform-origin: 0% 50%;
5936 transform: scale(1); } }
5937
5938@keyframes antZoomLeftOut {
5939 0% {
5940 transform-origin: 0% 50%;
5941 transform: scale(1); }
5942 100% {
5943 opacity: 0;
5944 transform-origin: 0% 50%;
5945 transform: scale(0.8); } }
5946
5947@keyframes antZoomRightIn {
5948 0% {
5949 opacity: 0;
5950 transform-origin: 100% 50%;
5951 transform: scale(0.8); }
5952 100% {
5953 transform-origin: 100% 50%;
5954 transform: scale(1); } }
5955
5956@keyframes antZoomRightOut {
5957 0% {
5958 transform-origin: 100% 50%;
5959 transform: scale(1); }
5960 100% {
5961 opacity: 0;
5962 transform-origin: 100% 50%;
5963 transform: scale(0.8); } }
5964
5965@keyframes antZoomDownIn {
5966 0% {
5967 opacity: 0;
5968 transform-origin: 50% 100%;
5969 transform: scale(0.8); }
5970 100% {
5971 transform-origin: 50% 100%;
5972 transform: scale(1); } }
5973
5974@keyframes antZoomDownOut {
5975 0% {
5976 transform-origin: 50% 100%;
5977 transform: scale(1); }
5978 100% {
5979 opacity: 0;
5980 transform-origin: 50% 100%;
5981 transform: scale(0.8); } }
5982
5983@keyframes rcMenuOpenZoomIn {
5984 0% {
5985 opacity: 0;
5986 transform: scale(0, 0); }
5987 100% {
5988 opacity: 1;
5989 transform: scale(1, 1); } }
5990
5991@keyframes rcMenuOpenZoomOut {
5992 0% {
5993 transform: scale(1, 1); }
5994 100% {
5995 opacity: 0;
5996 transform: scale(0, 0); } }
5997
5998@keyframes rcMenuOpenSlideUpIn {
5999 0% {
6000 opacity: 0;
6001 transform-origin: 0% 0%;
6002 transform: scaleY(0); }
6003 100% {
6004 opacity: 1;
6005 transform-origin: 0% 0%;
6006 transform: scaleY(1); } }
6007
6008@keyframes rcMenuOpenSlideUpOut {
6009 0% {
6010 opacity: 1;
6011 transform-origin: 0% 0%;
6012 transform: scaleY(1); }
6013 100% {
6014 opacity: 0;
6015 transform-origin: 0% 0%;
6016 transform: scaleY(0); } }
6017
6018.u-shadow-0dp {
6019 box-shadow: none; }
6020
6021.u-shadow-2dp {
6022 box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.14), 0 0.1875rem 0.0625rem -0.125rem rgba(0, 0, 0, 0.2), 0 0.0625rem 0.3125rem 0 rgba(0, 0, 0, 0.12);
6023 box-shadow: 0 0.125rem 0.125rem 0 black, 0 0.1875rem 0.0625rem -0.125rem black, 0 0.0625rem 0.3125rem 0 black \9; }
6024
6025.u-shadow-3dp {
6026 box-shadow: 0 0.1875rem 0.25rem 0 rgba(0, 0, 0, 0.14), 0 0.1875rem 0.1875rem -0.125rem rgba(0, 0, 0, 0.2), 0 0.0625rem 0.5rem 0 rgba(0, 0, 0, 0.12); }
6027
6028.u-shadow-4dp {
6029 box-shadow: 0 0.25rem 0.3125rem 0 rgba(0, 0, 0, 0.14), 0 0.0625rem 0.625rem 0 rgba(0, 0, 0, 0.12), 0 0.125rem 0.25rem -0.0625rem rgba(0, 0, 0, 0.2); }
6030
6031.u-shadow-6dp {
6032 box-shadow: 0 0.375rem 0.625rem 0 rgba(0, 0, 0, 0.14), 0 0.0625rem 1.125rem 0 rgba(0, 0, 0, 0.12), 0 0.1875rem 0.3125rem -0.0625rem rgba(0, 0, 0, 0.2); }
6033
6034.u-shadow-8dp {
6035 box-shadow: 0 0.5rem 0.625rem 0.0625rem rgba(0, 0, 0, 0.14), 0 0.1875rem 0.875rem 0.125rem rgba(0, 0, 0, 0.12), 0 0.3125rem 0.3125rem -0.1875rem rgba(0, 0, 0, 0.2); }
6036
6037.u-shadow-16dp {
6038 box-shadow: 0 1rem 1.5rem 0.125rem rgba(0, 0, 0, 0.14), 0 0.375rem 1.875rem 0.3125rem rgba(0, 0, 0, 0.12), 0 0.5rem 0.625rem -0.3125rem rgba(0, 0, 0, 0.2); }
6039
6040.u-shadow-24dp {
6041 box-shadow: 0 0.5625rem 2.875rem 0.5rem rgba(0, 0, 0, 0.14), 0 0.6875rem 0.9375rem -0.4375rem rgba(0, 0, 0, 0.12), 0 1.5rem 2.375rem 0.1875rem rgba(0, 0, 0, 0.2); }
6042
6043/* IMAGES */
6044/* 默认颜色 */
6045/* 客户化 */
6046/* 波纹效果 */
6047/*贝塞尔曲线动画 */
6048/* 阴影 */
6049/* ========== 文本字体 ========== */
6050/* 控件 */
6051/* 不同背景下对应的文字颜色 */
6052/* UButton */
6053/* UText */
6054/* Navlayout */
6055/* gridlayout */
6056/* menu */
6057/* Alert */
6058/* Checkbox */
6059/* Radio */
6060/* Switch */
6061/* loading */
6062/* datetimepicker */
6063/* message */
6064/* DATA TABLE */
6065/* tooltip*/
6066/* 进度条 */
6067/* ========== Content Tabs ========== */
6068/* CARD */
6069/* Card dimensions */
6070/* Cover image */
6071/* ========== Card ========== */
6072/* ============ Forms ============*/
6073/* BADGE */
6074.u-container {
6075 margin-right: auto;
6076 margin-left: auto;
6077 padding-left: 15px;
6078 padding-right: 15px; }
6079 .u-container :before,
6080 .u-container :after {
6081 content: " ";
6082 display: table; }
6083 .u-container :after {
6084 clear: both; }
6085 @media (min-width: 768px) {
6086 .u-container {
6087 width: 750px; } }
6088 @media (min-width: 992px) {
6089 .u-container {
6090 width: 970px; } }
6091 @media (min-width: 1200px) {
6092 .u-container {
6093 width: 1170px; } }
6094
6095.u-container-fluid {
6096 margin-right: auto;
6097 margin-left: auto;
6098 padding-left: 15px;
6099 padding-right: 15px; }
6100 .u-container-fluid :before,
6101 .u-container-fluid :after {
6102 content: " ";
6103 display: table; }
6104 .u-container-fluid :after {
6105 clear: both; }
6106
6107.u-row {
6108 margin-left: -15px;
6109 margin-right: -15px;
6110 box-sizing: border-box; }
6111 .u-row :before,
6112 .u-row :after {
6113 content: " ";
6114 display: table; }
6115 .u-row :after {
6116 clear: both; }
6117 .u-row:before {
6118 display: table;
6119 content: " "; }
6120 .u-row:after {
6121 display: table;
6122 content: " ";
6123 clear: both; }
6124
6125.u-col-xs-1, .u-col-sm-1, .u-col-md-1, .u-col-lg-1, .u-col-1, .u-col-xs-2, .u-col-sm-2, .u-col-md-2, .u-col-lg-2, .u-col-2, .u-col-xs-3, .u-col-sm-3, .u-col-md-3, .u-col-lg-3, .u-col-3, .u-col-xs-4, .u-col-sm-4, .u-col-md-4, .u-col-lg-4, .u-col-4, .u-col-xs-5, .u-col-sm-5, .u-col-md-5, .u-col-lg-5, .u-col-5, .u-col-xs-6, .u-col-sm-6, .u-col-md-6, .u-col-lg-6, .u-col-6, .u-col-xs-7, .u-col-sm-7, .u-col-md-7, .u-col-lg-7, .u-col-7, .u-col-xs-8, .u-col-sm-8, .u-col-md-8, .u-col-lg-8, .u-col-8, .u-col-xs-9, .u-col-sm-9, .u-col-md-9, .u-col-lg-9, .u-col-9, .u-col-xs-10, .u-col-sm-10, .u-col-md-10, .u-col-lg-10, .u-col-10, .u-col-xs-11, .u-col-sm-11, .u-col-md-11, .u-col-lg-11, .u-col-11, .u-col-xs-12, .u-col-sm-12, .u-col-md-12, .u-col-lg-12, .u-col-12 {
6126 position: relative;
6127 min-height: 1px;
6128 padding-left: 15px;
6129 padding-right: 15px;
6130 box-sizing: border-box; }
6131
6132.u-col-xs-1, .u-col-xs-2, .u-col-xs-3, .u-col-xs-4, .u-col-xs-5, .u-col-xs-6, .u-col-xs-7, .u-col-xs-8, .u-col-xs-9, .u-col-xs-10, .u-col-xs-11, .u-col-xs-12 {
6133 float: left; }
6134
6135.u-col-xs-push-0 {
6136 left: auto; }
6137
6138.u-col-xs-pull-0 {
6139 right: auto; }
6140
6141.u-col-xs-1 {
6142 width: 8.33333%; }
6143
6144.u-col-xs-push-1 {
6145 left: 8.33333%; }
6146
6147.u-col-xs-pull-1 {
6148 right: 8.33333%; }
6149
6150.u-col-xs-offset-1 {
6151 margin-left: 8.33333%; }
6152
6153.u-col-xs-2 {
6154 width: 16.66667%; }
6155
6156.u-col-xs-push-2 {
6157 left: 16.66667%; }
6158
6159.u-col-xs-pull-2 {
6160 right: 16.66667%; }
6161
6162.u-col-xs-offset-2 {
6163 margin-left: 16.66667%; }
6164
6165.u-col-xs-3 {
6166 width: 25%; }
6167
6168.u-col-xs-push-3 {
6169 left: 25%; }
6170
6171.u-col-xs-pull-3 {
6172 right: 25%; }
6173
6174.u-col-xs-offset-3 {
6175 margin-left: 25%; }
6176
6177.u-col-xs-4 {
6178 width: 33.33333%; }
6179
6180.u-col-xs-push-4 {
6181 left: 33.33333%; }
6182
6183.u-col-xs-pull-4 {
6184 right: 33.33333%; }
6185
6186.u-col-xs-offset-4 {
6187 margin-left: 33.33333%; }
6188
6189.u-col-xs-5 {
6190 width: 41.66667%; }
6191
6192.u-col-xs-push-5 {
6193 left: 41.66667%; }
6194
6195.u-col-xs-pull-5 {
6196 right: 41.66667%; }
6197
6198.u-col-xs-offset-5 {
6199 margin-left: 41.66667%; }
6200
6201.u-col-xs-6 {
6202 width: 50%; }
6203
6204.u-col-xs-push-6 {
6205 left: 50%; }
6206
6207.u-col-xs-pull-6 {
6208 right: 50%; }
6209
6210.u-col-xs-offset-6 {
6211 margin-left: 50%; }
6212
6213.u-col-xs-7 {
6214 width: 58.33333%; }
6215
6216.u-col-xs-push-7 {
6217 left: 58.33333%; }
6218
6219.u-col-xs-pull-7 {
6220 right: 58.33333%; }
6221
6222.u-col-xs-offset-7 {
6223 margin-left: 58.33333%; }
6224
6225.u-col-xs-8 {
6226 width: 66.66667%; }
6227
6228.u-col-xs-push-8 {
6229 left: 66.66667%; }
6230
6231.u-col-xs-pull-8 {
6232 right: 66.66667%; }
6233
6234.u-col-xs-offset-8 {
6235 margin-left: 66.66667%; }
6236
6237.u-col-xs-9 {
6238 width: 75%; }
6239
6240.u-col-xs-push-9 {
6241 left: 75%; }
6242
6243.u-col-xs-pull-9 {
6244 right: 75%; }
6245
6246.u-col-xs-offset-9 {
6247 margin-left: 75%; }
6248
6249.u-col-xs-10 {
6250 width: 83.33333%; }
6251
6252.u-col-xs-push-10 {
6253 left: 83.33333%; }
6254
6255.u-col-xs-pull-10 {
6256 right: 83.33333%; }
6257
6258.u-col-xs-offset-10 {
6259 margin-left: 83.33333%; }
6260
6261.u-col-xs-11 {
6262 width: 91.66667%; }
6263
6264.u-col-xs-push-11 {
6265 left: 91.66667%; }
6266
6267.u-col-xs-pull-11 {
6268 right: 91.66667%; }
6269
6270.u-col-xs-offset-11 {
6271 margin-left: 91.66667%; }
6272
6273.u-col-xs-12 {
6274 width: 100%; }
6275
6276.u-col-xs-push-12 {
6277 left: 100%; }
6278
6279.u-col-xs-pull-12 {
6280 right: 100%; }
6281
6282.u-col-xs-offset-12 {
6283 margin-left: 100%; }
6284
6285@media (min-width: 768px) {
6286 .u-col-sm-1, .u-col-sm-2, .u-col-sm-3, .u-col-sm-4, .u-col-sm-5, .u-col-sm-6, .u-col-sm-7, .u-col-sm-8, .u-col-sm-9, .u-col-sm-10, .u-col-sm-11, .u-col-sm-12 {
6287 float: left; }
6288 .u-col-sm-push-0 {
6289 left: auto; }
6290 .u-col-sm-pull-0 {
6291 right: auto; }
6292 .u-col-sm-1 {
6293 width: 8.33333%; }
6294 .u-col-sm-push-1 {
6295 left: 8.33333%; }
6296 .u-col-sm-pull-1 {
6297 right: 8.33333%; }
6298 .u-col-sm-offset-1 {
6299 margin-left: 8.33333%; }
6300 .u-col-sm-2 {
6301 width: 16.66667%; }
6302 .u-col-sm-push-2 {
6303 left: 16.66667%; }
6304 .u-col-sm-pull-2 {
6305 right: 16.66667%; }
6306 .u-col-sm-offset-2 {
6307 margin-left: 16.66667%; }
6308 .u-col-sm-3 {
6309 width: 25%; }
6310 .u-col-sm-push-3 {
6311 left: 25%; }
6312 .u-col-sm-pull-3 {
6313 right: 25%; }
6314 .u-col-sm-offset-3 {
6315 margin-left: 25%; }
6316 .u-col-sm-4 {
6317 width: 33.33333%; }
6318 .u-col-sm-push-4 {
6319 left: 33.33333%; }
6320 .u-col-sm-pull-4 {
6321 right: 33.33333%; }
6322 .u-col-sm-offset-4 {
6323 margin-left: 33.33333%; }
6324 .u-col-sm-5 {
6325 width: 41.66667%; }
6326 .u-col-sm-push-5 {
6327 left: 41.66667%; }
6328 .u-col-sm-pull-5 {
6329 right: 41.66667%; }
6330 .u-col-sm-offset-5 {
6331 margin-left: 41.66667%; }
6332 .u-col-sm-6 {
6333 width: 50%; }
6334 .u-col-sm-push-6 {
6335 left: 50%; }
6336 .u-col-sm-pull-6 {
6337 right: 50%; }
6338 .u-col-sm-offset-6 {
6339 margin-left: 50%; }
6340 .u-col-sm-7 {
6341 width: 58.33333%; }
6342 .u-col-sm-push-7 {
6343 left: 58.33333%; }
6344 .u-col-sm-pull-7 {
6345 right: 58.33333%; }
6346 .u-col-sm-offset-7 {
6347 margin-left: 58.33333%; }
6348 .u-col-sm-8 {
6349 width: 66.66667%; }
6350 .u-col-sm-push-8 {
6351 left: 66.66667%; }
6352 .u-col-sm-pull-8 {
6353 right: 66.66667%; }
6354 .u-col-sm-offset-8 {
6355 margin-left: 66.66667%; }
6356 .u-col-sm-9 {
6357 width: 75%; }
6358 .u-col-sm-push-9 {
6359 left: 75%; }
6360 .u-col-sm-pull-9 {
6361 right: 75%; }
6362 .u-col-sm-offset-9 {
6363 margin-left: 75%; }
6364 .u-col-sm-10 {
6365 width: 83.33333%; }
6366 .u-col-sm-push-10 {
6367 left: 83.33333%; }
6368 .u-col-sm-pull-10 {
6369 right: 83.33333%; }
6370 .u-col-sm-offset-10 {
6371 margin-left: 83.33333%; }
6372 .u-col-sm-11 {
6373 width: 91.66667%; }
6374 .u-col-sm-push-11 {
6375 left: 91.66667%; }
6376 .u-col-sm-pull-11 {
6377 right: 91.66667%; }
6378 .u-col-sm-offset-11 {
6379 margin-left: 91.66667%; }
6380 .u-col-sm-12 {
6381 width: 100%; }
6382 .u-col-sm-push-12 {
6383 left: 100%; }
6384 .u-col-sm-pull-12 {
6385 right: 100%; }
6386 .u-col-sm-offset-12 {
6387 margin-left: 100%; } }
6388
6389@media (min-width: 992px) {
6390 .u-col-md-1, .u-col-md-2, .u-col-md-3, .u-col-md-4, .u-col-md-5, .u-col-md-6, .u-col-md-7, .u-col-md-8, .u-col-md-9, .u-col-md-10, .u-col-md-11, .u-col-md-12 {
6391 float: left; }
6392 .u-col-1, .u-col-2, .u-col-3, .u-col-4, .u-col-5, .u-col-6, .u-col-7, .u-col-8, .u-col-9, .u-col-10, .u-col-11, .u-col-12 {
6393 float: left; }
6394 .u-col-md-push-0 {
6395 left: auto; }
6396 .u-col-md-pull-0 {
6397 right: auto; }
6398 .u-col-md-1 {
6399 width: 8.33333%; }
6400 .u-col-md-push-1 {
6401 left: 8.33333%; }
6402 .u-col-md-pull-1 {
6403 right: 8.33333%; }
6404 .u-col-md-offset-1 {
6405 margin-left: 8.33333%; }
6406 .u-col-md-2 {
6407 width: 16.66667%; }
6408 .u-col-md-push-2 {
6409 left: 16.66667%; }
6410 .u-col-md-pull-2 {
6411 right: 16.66667%; }
6412 .u-col-md-offset-2 {
6413 margin-left: 16.66667%; }
6414 .u-col-md-3 {
6415 width: 25%; }
6416 .u-col-md-push-3 {
6417 left: 25%; }
6418 .u-col-md-pull-3 {
6419 right: 25%; }
6420 .u-col-md-offset-3 {
6421 margin-left: 25%; }
6422 .u-col-md-4 {
6423 width: 33.33333%; }
6424 .u-col-md-push-4 {
6425 left: 33.33333%; }
6426 .u-col-md-pull-4 {
6427 right: 33.33333%; }
6428 .u-col-md-offset-4 {
6429 margin-left: 33.33333%; }
6430 .u-col-md-5 {
6431 width: 41.66667%; }
6432 .u-col-md-push-5 {
6433 left: 41.66667%; }
6434 .u-col-md-pull-5 {
6435 right: 41.66667%; }
6436 .u-col-md-offset-5 {
6437 margin-left: 41.66667%; }
6438 .u-col-md-6 {
6439 width: 50%; }
6440 .u-col-md-push-6 {
6441 left: 50%; }
6442 .u-col-md-pull-6 {
6443 right: 50%; }
6444 .u-col-md-offset-6 {
6445 margin-left: 50%; }
6446 .u-col-md-7 {
6447 width: 58.33333%; }
6448 .u-col-md-push-7 {
6449 left: 58.33333%; }
6450 .u-col-md-pull-7 {
6451 right: 58.33333%; }
6452 .u-col-md-offset-7 {
6453 margin-left: 58.33333%; }
6454 .u-col-md-8 {
6455 width: 66.66667%; }
6456 .u-col-md-push-8 {
6457 left: 66.66667%; }
6458 .u-col-md-pull-8 {
6459 right: 66.66667%; }
6460 .u-col-md-offset-8 {
6461 margin-left: 66.66667%; }
6462 .u-col-md-9 {
6463 width: 75%; }
6464 .u-col-md-push-9 {
6465 left: 75%; }
6466 .u-col-md-pull-9 {
6467 right: 75%; }
6468 .u-col-md-offset-9 {
6469 margin-left: 75%; }
6470 .u-col-md-10 {
6471 width: 83.33333%; }
6472 .u-col-md-push-10 {
6473 left: 83.33333%; }
6474 .u-col-md-pull-10 {
6475 right: 83.33333%; }
6476 .u-col-md-offset-10 {
6477 margin-left: 83.33333%; }
6478 .u-col-md-11 {
6479 width: 91.66667%; }
6480 .u-col-md-push-11 {
6481 left: 91.66667%; }
6482 .u-col-md-pull-11 {
6483 right: 91.66667%; }
6484 .u-col-md-offset-11 {
6485 margin-left: 91.66667%; }
6486 .u-col-md-12 {
6487 width: 100%; }
6488 .u-col-md-push-12 {
6489 left: 100%; }
6490 .u-col-md-pull-12 {
6491 right: 100%; }
6492 .u-col-md-offset-12 {
6493 margin-left: 100%; }
6494 .u-col-push-0 {
6495 left: auto; }
6496 .u-col-pull-0 {
6497 right: auto; }
6498 .u-col-1 {
6499 width: 8.33333%; }
6500 .u-col-push-1 {
6501 left: 8.33333%; }
6502 .u-col-pull-1 {
6503 right: 8.33333%; }
6504 .u-col-offset-1 {
6505 margin-left: 8.33333%; }
6506 .u-col-2 {
6507 width: 16.66667%; }
6508 .u-col-push-2 {
6509 left: 16.66667%; }
6510 .u-col-pull-2 {
6511 right: 16.66667%; }
6512 .u-col-offset-2 {
6513 margin-left: 16.66667%; }
6514 .u-col-3 {
6515 width: 25%; }
6516 .u-col-push-3 {
6517 left: 25%; }
6518 .u-col-pull-3 {
6519 right: 25%; }
6520 .u-col-offset-3 {
6521 margin-left: 25%; }
6522 .u-col-4 {
6523 width: 33.33333%; }
6524 .u-col-push-4 {
6525 left: 33.33333%; }
6526 .u-col-pull-4 {
6527 right: 33.33333%; }
6528 .u-col-offset-4 {
6529 margin-left: 33.33333%; }
6530 .u-col-5 {
6531 width: 41.66667%; }
6532 .u-col-push-5 {
6533 left: 41.66667%; }
6534 .u-col-pull-5 {
6535 right: 41.66667%; }
6536 .u-col-offset-5 {
6537 margin-left: 41.66667%; }
6538 .u-col-6 {
6539 width: 50%; }
6540 .u-col-push-6 {
6541 left: 50%; }
6542 .u-col-pull-6 {
6543 right: 50%; }
6544 .u-col-offset-6 {
6545 margin-left: 50%; }
6546 .u-col-7 {
6547 width: 58.33333%; }
6548 .u-col-push-7 {
6549 left: 58.33333%; }
6550 .u-col-pull-7 {
6551 right: 58.33333%; }
6552 .u-col-offset-7 {
6553 margin-left: 58.33333%; }
6554 .u-col-8 {
6555 width: 66.66667%; }
6556 .u-col-push-8 {
6557 left: 66.66667%; }
6558 .u-col-pull-8 {
6559 right: 66.66667%; }
6560 .u-col-offset-8 {
6561 margin-left: 66.66667%; }
6562 .u-col-9 {
6563 width: 75%; }
6564 .u-col-push-9 {
6565 left: 75%; }
6566 .u-col-pull-9 {
6567 right: 75%; }
6568 .u-col-offset-9 {
6569 margin-left: 75%; }
6570 .u-col-10 {
6571 width: 83.33333%; }
6572 .u-col-push-10 {
6573 left: 83.33333%; }
6574 .u-col-pull-10 {
6575 right: 83.33333%; }
6576 .u-col-offset-10 {
6577 margin-left: 83.33333%; }
6578 .u-col-11 {
6579 width: 91.66667%; }
6580 .u-col-push-11 {
6581 left: 91.66667%; }
6582 .u-col-pull-11 {
6583 right: 91.66667%; }
6584 .u-col-offset-11 {
6585 margin-left: 91.66667%; }
6586 .u-col-12 {
6587 width: 100%; }
6588 .u-col-push-12 {
6589 left: 100%; }
6590 .u-col-pull-12 {
6591 right: 100%; }
6592 .u-col-offset-12 {
6593 margin-left: 100%; } }
6594
6595@media (min-width: 1200px) {
6596 .u-col-lg-1, .u-col-lg-2, .u-col-lg-3, .u-col-lg-4, .u-col-lg-5, .u-col-lg-6, .u-col-lg-7, .u-col-lg-8, .u-col-lg-9, .u-col-lg-10, .u-col-lg-11, .u-col-lg-12 {
6597 float: left; }
6598 .u-col-lg-push-0 {
6599 left: auto; }
6600 .u-col-lg-pull-0 {
6601 right: auto; }
6602 .u-col-lg-1 {
6603 width: 8.33333%; }
6604 .u-col-lg-push-1 {
6605 left: 8.33333%; }
6606 .u-col-lg-pull-1 {
6607 right: 8.33333%; }
6608 .u-col-lg-offset-1 {
6609 margin-left: 8.33333%; }
6610 .u-col-lg-2 {
6611 width: 16.66667%; }
6612 .u-col-lg-push-2 {
6613 left: 16.66667%; }
6614 .u-col-lg-pull-2 {
6615 right: 16.66667%; }
6616 .u-col-lg-offset-2 {
6617 margin-left: 16.66667%; }
6618 .u-col-lg-3 {
6619 width: 25%; }
6620 .u-col-lg-push-3 {
6621 left: 25%; }
6622 .u-col-lg-pull-3 {
6623 right: 25%; }
6624 .u-col-lg-offset-3 {
6625 margin-left: 25%; }
6626 .u-col-lg-4 {
6627 width: 33.33333%; }
6628 .u-col-lg-push-4 {
6629 left: 33.33333%; }
6630 .u-col-lg-pull-4 {
6631 right: 33.33333%; }
6632 .u-col-lg-offset-4 {
6633 margin-left: 33.33333%; }
6634 .u-col-lg-5 {
6635 width: 41.66667%; }
6636 .u-col-lg-push-5 {
6637 left: 41.66667%; }
6638 .u-col-lg-pull-5 {
6639 right: 41.66667%; }
6640 .u-col-lg-offset-5 {
6641 margin-left: 41.66667%; }
6642 .u-col-lg-6 {
6643 width: 50%; }
6644 .u-col-lg-push-6 {
6645 left: 50%; }
6646 .u-col-lg-pull-6 {
6647 right: 50%; }
6648 .u-col-lg-offset-6 {
6649 margin-left: 50%; }
6650 .u-col-lg-7 {
6651 width: 58.33333%; }
6652 .u-col-lg-push-7 {
6653 left: 58.33333%; }
6654 .u-col-lg-pull-7 {
6655 right: 58.33333%; }
6656 .u-col-lg-offset-7 {
6657 margin-left: 58.33333%; }
6658 .u-col-lg-8 {
6659 width: 66.66667%; }
6660 .u-col-lg-push-8 {
6661 left: 66.66667%; }
6662 .u-col-lg-pull-8 {
6663 right: 66.66667%; }
6664 .u-col-lg-offset-8 {
6665 margin-left: 66.66667%; }
6666 .u-col-lg-9 {
6667 width: 75%; }
6668 .u-col-lg-push-9 {
6669 left: 75%; }
6670 .u-col-lg-pull-9 {
6671 right: 75%; }
6672 .u-col-lg-offset-9 {
6673 margin-left: 75%; }
6674 .u-col-lg-10 {
6675 width: 83.33333%; }
6676 .u-col-lg-push-10 {
6677 left: 83.33333%; }
6678 .u-col-lg-pull-10 {
6679 right: 83.33333%; }
6680 .u-col-lg-offset-10 {
6681 margin-left: 83.33333%; }
6682 .u-col-lg-11 {
6683 width: 91.66667%; }
6684 .u-col-lg-push-11 {
6685 left: 91.66667%; }
6686 .u-col-lg-pull-11 {
6687 right: 91.66667%; }
6688 .u-col-lg-offset-11 {
6689 margin-left: 91.66667%; }
6690 .u-col-lg-12 {
6691 width: 100%; }
6692 .u-col-lg-push-12 {
6693 left: 100%; }
6694 .u-col-lg-pull-12 {
6695 right: 100%; }
6696 .u-col-lg-offset-12 {
6697 margin-left: 100%; } }
6698
6699/* IMAGES */
6700/* 默认颜色 */
6701/* 客户化 */
6702/* 波纹效果 */
6703/*贝塞尔曲线动画 */
6704/* 阴影 */
6705/* ========== 文本字体 ========== */
6706/* 控件 */
6707/* 不同背景下对应的文字颜色 */
6708/* UButton */
6709/* UText */
6710/* Navlayout */
6711/* gridlayout */
6712/* menu */
6713/* Alert */
6714/* Checkbox */
6715/* Radio */
6716/* Switch */
6717/* loading */
6718/* datetimepicker */
6719/* message */
6720/* DATA TABLE */
6721/* tooltip*/
6722/* 进度条 */
6723/* ========== Content Tabs ========== */
6724/* CARD */
6725/* Card dimensions */
6726/* Cover image */
6727/* ========== Card ========== */
6728/* ============ Forms ============*/
6729/* BADGE */
6730/* Typography */
6731/* Shadows */
6732/* Animations */
6733
6734@keyframes antSlideUpIn {
6735 0% {
6736 opacity: 0;
6737 transform-origin: 0% 0%;
6738 transform: scaleY(0.8); }
6739 100% {
6740 opacity: 1;
6741 transform-origin: 0% 0%;
6742 transform: scaleY(1); } }
6743
6744@keyframes antSlideUpOut {
6745 0% {
6746 opacity: 1;
6747 transform-origin: 0% 0%;
6748 transform: scaleY(1); }
6749 100% {
6750 opacity: 0;
6751 transform-origin: 0% 0%;
6752 transform: scaleY(0.8); } }
6753
6754@keyframes antSlideDownIn {
6755 0% {
6756 opacity: 0;
6757 transform-origin: 100% 100%;
6758 transform: scaleY(0.8); }
6759 100% {
6760 opacity: 1;
6761 transform-origin: 100% 100%;
6762 transform: scaleY(1); } }
6763
6764@keyframes antSlideDownOut {
6765 0% {
6766 opacity: 1;
6767 transform-origin: 100% 100%;
6768 transform: scaleY(1); }
6769 100% {
6770 opacity: 0;
6771 transform-origin: 100% 100%;
6772 transform: scaleY(0.8); } }
6773
6774@keyframes antSlideLeftIn {
6775 0% {
6776 opacity: 0;
6777 transform-origin: 0% 0%;
6778 transform: scaleX(0.8); }
6779 100% {
6780 opacity: 1;
6781 transform-origin: 0% 0%;
6782 transform: scaleX(1); } }
6783
6784@keyframes antSlideLeftOut {
6785 0% {
6786 opacity: 1;
6787 transform-origin: 0% 0%;
6788 transform: scaleX(1); }
6789 100% {
6790 opacity: 0;
6791 transform-origin: 0% 0%;
6792 transform: scaleX(0.8); } }
6793
6794@keyframes antSlideRightIn {
6795 0% {
6796 opacity: 0;
6797 transform-origin: 100% 0%;
6798 transform: scaleX(0.8); }
6799 100% {
6800 opacity: 1;
6801 transform-origin: 100% 0%;
6802 transform: scaleX(1); } }
6803
6804@keyframes antSlideRightOut {
6805 0% {
6806 opacity: 1;
6807 transform-origin: 100% 0%;
6808 transform: scaleX(1); }
6809 100% {
6810 opacity: 0;
6811 transform-origin: 100% 0%;
6812 transform: scaleX(0.8); } }
6813
6814@keyframes antSwingIn {
6815 0%,
6816 100% {
6817 transform: translateX(0px); }
6818 20% {
6819 transform: translateX(-10px); }
6820 40% {
6821 transform: translateX(10px); }
6822 60% {
6823 transform: translateX(-5px); }
6824 80% {
6825 transform: translateX(5px); } }
6826
6827@keyframes antZoomIn {
6828 0% {
6829 opacity: 0;
6830 transform: scale(0.2); }
6831 100% {
6832 opacity: 1;
6833 transform: scale(1); } }
6834
6835@keyframes antZoomOut {
6836 0% {
6837 transform: scale(1); }
6838 100% {
6839 opacity: 0;
6840 transform: scale(0.2); } }
6841
6842@keyframes antZoomBigIn {
6843 0% {
6844 opacity: 0;
6845 transform: scale(0.8); }
6846 100% {
6847 transform: scale(1); } }
6848
6849@keyframes antZoomBigOut {
6850 0% {
6851 transform: scale(1); }
6852 100% {
6853 opacity: 0;
6854 transform: scale(0.8); } }
6855
6856@keyframes antZoomUpIn {
6857 0% {
6858 opacity: 0;
6859 transform-origin: 50% 0%;
6860 transform: scale(0.8); }
6861 100% {
6862 transform-origin: 50% 0%;
6863 transform: scale(1); } }
6864
6865@keyframes antZoomUpOut {
6866 0% {
6867 transform-origin: 50% 0%;
6868 transform: scale(1); }
6869 100% {
6870 opacity: 0;
6871 transform-origin: 50% 0%;
6872 transform: scale(0.8); } }
6873
6874@keyframes antZoomLeftIn {
6875 0% {
6876 opacity: 0;
6877 transform-origin: 0% 50%;
6878 transform: scale(0.8); }
6879 100% {
6880 transform-origin: 0% 50%;
6881 transform: scale(1); } }
6882
6883@keyframes antZoomLeftOut {
6884 0% {
6885 transform-origin: 0% 50%;
6886 transform: scale(1); }
6887 100% {
6888 opacity: 0;
6889 transform-origin: 0% 50%;
6890 transform: scale(0.8); } }
6891
6892@keyframes antZoomRightIn {
6893 0% {
6894 opacity: 0;
6895 transform-origin: 100% 50%;
6896 transform: scale(0.8); }
6897 100% {
6898 transform-origin: 100% 50%;
6899 transform: scale(1); } }
6900
6901@keyframes antZoomRightOut {
6902 0% {
6903 transform-origin: 100% 50%;
6904 transform: scale(1); }
6905 100% {
6906 opacity: 0;
6907 transform-origin: 100% 50%;
6908 transform: scale(0.8); } }
6909
6910@keyframes antZoomDownIn {
6911 0% {
6912 opacity: 0;
6913 transform-origin: 50% 100%;
6914 transform: scale(0.8); }
6915 100% {
6916 transform-origin: 50% 100%;
6917 transform: scale(1); } }
6918
6919@keyframes antZoomDownOut {
6920 0% {
6921 transform-origin: 50% 100%;
6922 transform: scale(1); }
6923 100% {
6924 opacity: 0;
6925 transform-origin: 50% 100%;
6926 transform: scale(0.8); } }
6927
6928@keyframes rcMenuOpenZoomIn {
6929 0% {
6930 opacity: 0;
6931 transform: scale(0, 0); }
6932 100% {
6933 opacity: 1;
6934 transform: scale(1, 1); } }
6935
6936@keyframes rcMenuOpenZoomOut {
6937 0% {
6938 transform: scale(1, 1); }
6939 100% {
6940 opacity: 0;
6941 transform: scale(0, 0); } }
6942
6943@keyframes rcMenuOpenSlideUpIn {
6944 0% {
6945 opacity: 0;
6946 transform-origin: 0% 0%;
6947 transform: scaleY(0); }
6948 100% {
6949 opacity: 1;
6950 transform-origin: 0% 0%;
6951 transform: scaleY(1); } }
6952
6953@keyframes rcMenuOpenSlideUpOut {
6954 0% {
6955 opacity: 1;
6956 transform-origin: 0% 0%;
6957 transform: scaleY(1); }
6958 100% {
6959 opacity: 0;
6960 transform-origin: 0% 0%;
6961 transform: scaleY(0); } }
6962
6963.u-button {
6964 background: transparent;
6965 border: none;
6966 border-radius: 0.25rem;
6967 color: rgb(51,51,51);
6968 position: relative;
6969 min-width: 4.5rem;
6970 padding: 0.3125rem 0.8125rem;
6971 padding: 5px 13px \9;
6972 display: inline-block;
6973 font-family: "Open Sans", "Helvetica Neue", Arial, "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
6974 font-size: 0.8125rem;
6975 font-weight: 500;
6976 line-height: 1;
6977 letter-spacing: 0;
6978 overflow: hidden;
6979 will-change: box-shadow, transform;
6980 transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
6981 outline: none;
6982 cursor: pointer;
6983 text-decoration: none;
6984 text-align: center;
6985 line-height: 1.57143;
6986 vertical-align: middle;
6987 font-family: "Open Sans", "Helvetica Neue", Arial, "Hiragino Sans GB", "Microsoft YaHei", sans-serif; }
6988 .u-button::-moz-focus-inner {
6989 border: 0; }
6990 .u-button:hover {
6991 background-color: #F7F7F7; }
6992 .u-button:active {
6993 background-color: rgba(158,158,158, 0.40); }
6994 .u-button.colored {
6995 color: rgb(63,81,181); }
6996 .u-button.colored:focus:not(:active) {
6997 background-color: rgba(0,0,0, 0.12); }
6998 .u-button.disable {
6999 webkit-box-shadow: none;
7000 filter: alpha(opacity=65);
7001 box-shadow: none;
7002 cursor: not-allowed;
7003 opacity: .65; }
7004
7005input.u-button[type="submit"] {
7006 -webkit-appearance: none; }
7007
7008.u-button-floating {
7009 border-radius: 50%;
7010 font-size: 0.875rem;
7011 height: 2.375rem;
7012 height: 38px \9;
7013 margin: auto;
7014 min-width: 2.375rem;
7015 width: 2.375rem;
7016 width: 38px \9;
7017 padding: 0;
7018 line-height: normal;
7019 border: 1px solid rgb(224,224,224); }
7020 .u-button-floating.colored {
7021 background: rgb(67,160,71);
7022 color: rgb(255,255,255);
7023 background: rgb(255,255,255); }
7024 .u-button-floating.colored:hover {
7025 background-color: rgb(76,175,80); }
7026 .u-button-floating.colored:focus:not(:active) {
7027 background-color: rgb(67,160,71); }
7028 .u-button-floating.colored:active {
7029 background-color: rgb(67,160,71); }
7030
7031.u-button.disabled, .u-button[disabled] {
7032 cursor: not-allowed;
7033 opacity: .65;
7034 filter: alpha(opacity=65);
7035 box-shadow: none; }
7036
7037.u-button-default {
7038 color: #333;
7039 background-color: #fff;
7040 border-color: 1px #ccc solid; }
7041 .u-button-default:hover, .u-button-default:focus, .u-button-default:active {
7042 background-color: #e6e6e6;
7043 border-color: #adadad; }
7044
7045.u-button-accent {
7046 color: rgb(255,255,255);
7047 background-color: rgb(67,160,71);
7048 border: 1px rgb(67,160,71) solid; }
7049 .u-button-accent.active, .u-button-accent:hover, .u-button-accent:active, .u-button-accent:focus {
7050 background-color: rgb(76,175,80);
7051 border-color: rgb(76,175,80); }
7052
7053.u-button-primary {
7054 color: rgb(255,255,255);
7055 background-color: rgb(63,81,181);
7056 border: 1px rgb(63,81,181) solid; }
7057 .u-button-primary.active, .u-button-primary:hover, .u-button-primary:active, .u-button-primary:focus {
7058 background-color: rgb(92,107,192);
7059 border-color: rgb(92,107,192); }
7060
7061.u-button-danger {
7062 color: rgb(255,255,255);
7063 background-color: rgb(244,67,54);
7064 border: 1px rgb(244,67,54) solid; }
7065 .u-button-danger.active, .u-button-danger:hover, .u-button-danger:active, .u-button-danger:focus {
7066 background-color: rgb(239,83,80);
7067 border-color: rgb(239,83,80); }
7068
7069.u-button-info {
7070 color: rgb(255,255,255);
7071 background-color: rgb(0,188,212);
7072 border: 1px rgb(0,188,212) solid; }
7073 .u-button-info.active, .u-button-info:hover, .u-button-info:active, .u-button-info:focus {
7074 background-color: rgb(38,198,218);
7075 border-color: rgb(38,198,218); }
7076
7077.u-button-warning {
7078 color: rgb(255,255,255);
7079 background-color: rgb(255,152,0);
7080 border: 1px rgb(255,152,0) solid; }
7081 .u-button-warning.active, .u-button-warning:hover, .u-button-warning:active, .u-button-warning:focus {
7082 background-color: rgb(255,167,38);
7083 border-color: rgb(255,167,38); }
7084
7085.u-button-success {
7086 color: rgb(255,255,255);
7087 background-color: rgb(76,175,80);
7088 border: 1px rgb(76,175,80) solid; }
7089 .u-button-success.active, .u-button-success:hover, .u-button-success:active, .u-button-success:focus {
7090 background-color: rgb(102,187,106);
7091 border-color: rgb(102,187,106); }
7092
7093.u-button-border.u-button-accent {
7094 color: rgb(67,160,71);
7095 border: 1px rgb(67,160,71) solid; }
7096 .u-button-border.u-button-accent.active, .u-button-border.u-button-accent:hover, .u-button-border.u-button-accent:active, .u-button-border.u-button-accent:focus {
7097 color: #fff;
7098 background-color: rgb(67,160,71);
7099 border-color: rgb(67,160,71); }
7100
7101.u-button-border.u-button-success {
7102 color: rgb(76,175,80);
7103 border: 1px rgb(76,175,80) solid; }
7104 .u-button-border.u-button-success.active, .u-button-border.u-button-success:hover, .u-button-border.u-button-success:active, .u-button-border.u-button-success:focus {
7105 color: #fff;
7106 background-color: rgb(102,187,106);
7107 border-color: rgb(102,187,106); }
7108
7109.u-button-border.u-button-warning {
7110 color: rgb(255,152,0);
7111 border: 1px rgb(255,152,0) solid; }
7112 .u-button-border.u-button-warning.active, .u-button-border.u-button-warning:hover, .u-button-border.u-button-warning:active, .u-button-border.u-button-warning:focus {
7113 color: #fff;
7114 background-color: rgb(255,167,38);
7115 border-color: rgb(255,167,38); }
7116
7117.u-button-border.u-button-danger {
7118 color: rgb(244,67,54);
7119 border: 1px rgb(244,67,54) solid; }
7120 .u-button-border.u-button-danger.active, .u-button-border.u-button-danger:hover, .u-button-border.u-button-danger:active, .u-button-border.u-button-danger:focus {
7121 color: #fff;
7122 background-color: rgb(239,83,80);
7123 border-color: rgb(239,83,80); }
7124
7125.u-button-border.u-button-info {
7126 color: rgb(0,188,212);
7127 border: 1px rgb(0,188,212) solid; }
7128 .u-button-border.u-button-info.active, .u-button-border.u-button-info:hover, .u-button-border.u-button-info:active, .u-button-border.u-button-info:focus {
7129 color: #fff;
7130 background-color: rgb(38,198,218);
7131 border-color: rgb(38,198,218); }
7132
7133.u-button-border.u-button-primary {
7134 color: rgb(63,81,181);
7135 border: 1px rgb(63,81,181) solid; }
7136 .u-button-border.u-button-primary.active, .u-button-border.u-button-primary:hover, .u-button-border.u-button-primary:active, .u-button-border.u-button-primary:focus {
7137 color: #fff;
7138 background-color: rgb(92,107,192);
7139 border-color: rgb(92,107,192); }
7140
7141.u-button-border {
7142 color: rgb(51,51,51);
7143 border: 1px solid #d9d9d9;
7144 background-color: #fff; }
7145
7146.u-button-border:hover {
7147 color: rgb(51,51,51);
7148 background: #F7F7F7; }
7149
7150.u-button-icon {
7151 border-radius: 50%;
7152 font-size: 0.875rem;
7153 height: 2rem;
7154 margin: auto;
7155 min-width: 2rem;
7156 width: 2rem;
7157 padding: 0;
7158 line-height: normal;
7159 border: 1px solid rgb(224,224,224); }
7160
7161.u-button-lg {
7162 padding: 6px 15px;
7163 font-size: 14px;
7164 border-radius: 3px; }
7165
7166.u-button-xg {
7167 padding: 10px 18px;
7168 font-size: 18px;
7169 border-radius: 4px; }
7170
7171.u-button-sm {
7172 padding: 1px 5px;
7173 font-size: 12px;
7174 border-radius: 2px; }
7175
7176.u-button-squared {
7177 border-radius: 0; }
7178
7179.u-button-round {
7180 border-radius: 1000px; }
7181
7182.u-button-block {
7183 white-space: normal;
7184 display: block;
7185 width: 100%; }
7186
7187.u-button-pill-left {
7188 border-radius: 500px 0 0 500px; }
7189
7190.u-button-pill-right {
7191 border-radius: 0 500px 500px 0; }
7192
7193/* IMAGES */
7194/* 默认颜色 */
7195/* 客户化 */
7196/* 波纹效果 */
7197/*贝塞尔曲线动画 */
7198/* 阴影 */
7199/* ========== 文本字体 ========== */
7200/* 控件 */
7201/* 不同背景下对应的文字颜色 */
7202/* UButton */
7203/* UText */
7204/* Navlayout */
7205/* gridlayout */
7206/* menu */
7207/* Alert */
7208/* Checkbox */
7209/* Radio */
7210/* Switch */
7211/* loading */
7212/* datetimepicker */
7213/* message */
7214/* DATA TABLE */
7215/* tooltip*/
7216/* 进度条 */
7217/* ========== Content Tabs ========== */
7218/* CARD */
7219/* Card dimensions */
7220/* Cover image */
7221/* ========== Card ========== */
7222/* ============ Forms ============*/
7223/* BADGE */
7224/* Typography */
7225/* Shadows */
7226/* Animations */
7227
7228@keyframes antSlideUpIn {
7229 0% {
7230 opacity: 0;
7231 transform-origin: 0% 0%;
7232 transform: scaleY(0.8); }
7233 100% {
7234 opacity: 1;
7235 transform-origin: 0% 0%;
7236 transform: scaleY(1); } }
7237
7238@keyframes antSlideUpOut {
7239 0% {
7240 opacity: 1;
7241 transform-origin: 0% 0%;
7242 transform: scaleY(1); }
7243 100% {
7244 opacity: 0;
7245 transform-origin: 0% 0%;
7246 transform: scaleY(0.8); } }
7247
7248@keyframes antSlideDownIn {
7249 0% {
7250 opacity: 0;
7251 transform-origin: 100% 100%;
7252 transform: scaleY(0.8); }
7253 100% {
7254 opacity: 1;
7255 transform-origin: 100% 100%;
7256 transform: scaleY(1); } }
7257
7258@keyframes antSlideDownOut {
7259 0% {
7260 opacity: 1;
7261 transform-origin: 100% 100%;
7262 transform: scaleY(1); }
7263 100% {
7264 opacity: 0;
7265 transform-origin: 100% 100%;
7266 transform: scaleY(0.8); } }
7267
7268@keyframes antSlideLeftIn {
7269 0% {
7270 opacity: 0;
7271 transform-origin: 0% 0%;
7272 transform: scaleX(0.8); }
7273 100% {
7274 opacity: 1;
7275 transform-origin: 0% 0%;
7276 transform: scaleX(1); } }
7277
7278@keyframes antSlideLeftOut {
7279 0% {
7280 opacity: 1;
7281 transform-origin: 0% 0%;
7282 transform: scaleX(1); }
7283 100% {
7284 opacity: 0;
7285 transform-origin: 0% 0%;
7286 transform: scaleX(0.8); } }
7287
7288@keyframes antSlideRightIn {
7289 0% {
7290 opacity: 0;
7291 transform-origin: 100% 0%;
7292 transform: scaleX(0.8); }
7293 100% {
7294 opacity: 1;
7295 transform-origin: 100% 0%;
7296 transform: scaleX(1); } }
7297
7298@keyframes antSlideRightOut {
7299 0% {
7300 opacity: 1;
7301 transform-origin: 100% 0%;
7302 transform: scaleX(1); }
7303 100% {
7304 opacity: 0;
7305 transform-origin: 100% 0%;
7306 transform: scaleX(0.8); } }
7307
7308@keyframes antSwingIn {
7309 0%,
7310 100% {
7311 transform: translateX(0px); }
7312 20% {
7313 transform: translateX(-10px); }
7314 40% {
7315 transform: translateX(10px); }
7316 60% {
7317 transform: translateX(-5px); }
7318 80% {
7319 transform: translateX(5px); } }
7320
7321@keyframes antZoomIn {
7322 0% {
7323 opacity: 0;
7324 transform: scale(0.2); }
7325 100% {
7326 opacity: 1;
7327 transform: scale(1); } }
7328
7329@keyframes antZoomOut {
7330 0% {
7331 transform: scale(1); }
7332 100% {
7333 opacity: 0;
7334 transform: scale(0.2); } }
7335
7336@keyframes antZoomBigIn {
7337 0% {
7338 opacity: 0;
7339 transform: scale(0.8); }
7340 100% {
7341 transform: scale(1); } }
7342
7343@keyframes antZoomBigOut {
7344 0% {
7345 transform: scale(1); }
7346 100% {
7347 opacity: 0;
7348 transform: scale(0.8); } }
7349
7350@keyframes antZoomUpIn {
7351 0% {
7352 opacity: 0;
7353 transform-origin: 50% 0%;
7354 transform: scale(0.8); }
7355 100% {
7356 transform-origin: 50% 0%;
7357 transform: scale(1); } }
7358
7359@keyframes antZoomUpOut {
7360 0% {
7361 transform-origin: 50% 0%;
7362 transform: scale(1); }
7363 100% {
7364 opacity: 0;
7365 transform-origin: 50% 0%;
7366 transform: scale(0.8); } }
7367
7368@keyframes antZoomLeftIn {
7369 0% {
7370 opacity: 0;
7371 transform-origin: 0% 50%;
7372 transform: scale(0.8); }
7373 100% {
7374 transform-origin: 0% 50%;
7375 transform: scale(1); } }
7376
7377@keyframes antZoomLeftOut {
7378 0% {
7379 transform-origin: 0% 50%;
7380 transform: scale(1); }
7381 100% {
7382 opacity: 0;
7383 transform-origin: 0% 50%;
7384 transform: scale(0.8); } }
7385
7386@keyframes antZoomRightIn {
7387 0% {
7388 opacity: 0;
7389 transform-origin: 100% 50%;
7390 transform: scale(0.8); }
7391 100% {
7392 transform-origin: 100% 50%;
7393 transform: scale(1); } }
7394
7395@keyframes antZoomRightOut {
7396 0% {
7397 transform-origin: 100% 50%;
7398 transform: scale(1); }
7399 100% {
7400 opacity: 0;
7401 transform-origin: 100% 50%;
7402 transform: scale(0.8); } }
7403
7404@keyframes antZoomDownIn {
7405 0% {
7406 opacity: 0;
7407 transform-origin: 50% 100%;
7408 transform: scale(0.8); }
7409 100% {
7410 transform-origin: 50% 100%;
7411 transform: scale(1); } }
7412
7413@keyframes antZoomDownOut {
7414 0% {
7415 transform-origin: 50% 100%;
7416 transform: scale(1); }
7417 100% {
7418 opacity: 0;
7419 transform-origin: 50% 100%;
7420 transform: scale(0.8); } }
7421
7422@keyframes rcMenuOpenZoomIn {
7423 0% {
7424 opacity: 0;
7425 transform: scale(0, 0); }
7426 100% {
7427 opacity: 1;
7428 transform: scale(1, 1); } }
7429
7430@keyframes rcMenuOpenZoomOut {
7431 0% {
7432 transform: scale(1, 1); }
7433 100% {
7434 opacity: 0;
7435 transform: scale(0, 0); } }
7436
7437@keyframes rcMenuOpenSlideUpIn {
7438 0% {
7439 opacity: 0;
7440 transform-origin: 0% 0%;
7441 transform: scaleY(0); }
7442 100% {
7443 opacity: 1;
7444 transform-origin: 0% 0%;
7445 transform: scaleY(1); } }
7446
7447@keyframes rcMenuOpenSlideUpOut {
7448 0% {
7449 opacity: 1;
7450 transform-origin: 0% 0%;
7451 transform: scaleY(1); }
7452 100% {
7453 opacity: 0;
7454 transform-origin: 0% 0%;
7455 transform: scaleY(0); } }
7456
7457.fade {
7458 opacity: 0;
7459 transition: opacity 0.15s linear; }
7460
7461.fade.in {
7462 opacity: 1; }
7463
7464.collapsing {
7465 position: relative;
7466 height: 0;
7467 overflow: hidden;
7468 transition-property: height, visibility;
7469 transition-duration: 0.35s;
7470 transition-timing-function: ease; }
7471
7472.collapse {
7473 display: none; }
7474
7475.collapse.in {
7476 display: block; }
7477
7478.u-panel {
7479 font-family: Roboto,sans-serif;
7480 font-size: 14px;
7481 line-height: 1.57142857;
7482 color: #757575;
7483 position: relative;
7484 margin-bottom: 15px;
7485 border-width: 0;
7486 box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
7487 background-color: #fff;
7488 border: 1px solid transparent;
7489 border-radius: 4px; }
7490 .u-panel .u-panel-heading {
7491 border-top-left-radius: 3px;
7492 border-top-right-radius: 3px;
7493 position: relative;
7494 padding: 10px 15px;
7495 border-bottom: 1px solid transparent; }
7496 .u-panel h4, .u-panel h3 {
7497 font-family: Roboto,sans-serif;
7498 font-weight: 600;
7499 line-height: 1.2;
7500 color: #424242;
7501 font-size: 18px;
7502 text-shadow: rgba(0, 0, 0, 0.15) 0 0 1px; }
7503 .u-panel .u-panel-footer {
7504 padding: 10px 15px;
7505 background-color: #f5f5f5;
7506 border-top: 1px solid #ddd;
7507 border-bottom-right-radius: 3px;
7508 border-bottom-left-radius: 3px; }
7509
7510.u-panel-default {
7511 border-color: #ddd; }
7512 .u-panel-default .u-panel-heading {
7513 background-color: #f5f5f5;
7514 border-color: #ddd;
7515 color: #333; }
7516
7517.u-panel-title {
7518 margin-top: 0;
7519 margin-bottom: 0;
7520 display: block;
7521 font-size: 18px;
7522 color: #424242; }
7523 .u-panel-title .small {
7524 color: #757575; }
7525
7526.u-panel-body {
7527 padding: 15px 15px;
7528 position: relative; }
7529
7530.u-panel-bordered .u-panel-heading {
7531 border-bottom: 1px solid #e0e0e0; }
7532 .u-panel-bordered .u-panel-heading .panel-title {
7533 padding-bottom: 20px; }
7534
7535.u-panel-bordered .u-panel-body {
7536 padding-top: 30px; }
7537
7538.u-panel-bordered .u-panel-footer {
7539 border-top: 1px solid #e0e0e0;
7540 padding: 0 30px 15px;
7541 background-color: transparent;
7542 border-bottom-right-radius: 3px;
7543 border-bottom-left-radius: 3px;
7544 padding-top: 15px; }
7545
7546.u-panel > :not(.panel-loading):not(.collapsing) {
7547 transition: opacity .3s; }
7548
7549.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .u-container-fluid:after, .container-fluid:before, .u-container:after, .u-container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .u-modal-footer:after, .u-modal-footer:before, .u-modal-header:after, .u-modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .u-panel-body:after, .u-panel-body:before, .row:after, .row:before {
7550 display: table;
7551 content: " "; }
7552
7553.u-panel-body .h1:first-child, .u-panel-body .h2:first-child, .u-panel-body .h3:first-child, .u-panel-body .h4:first-child, .u-panel-body .h5:first-child, .u-panel-body .h6:first-child, .u-panel-body h1:first-child, .u-panel-body h2:first-child, .u-panel-body h3:first-child, .u-panel-body h4:first-child, .u-panel-body h5:first-child, .u-panel-body h6:first-child {
7554 margin-top: 0; }
7555
7556.u-panel-group {
7557 margin-bottom: 20px; }
7558 .u-panel-group .u-panel {
7559 margin-bottom: 0;
7560 border-radius: 4px; }
7561 .u-panel-group .u-panel + .u-panel {
7562 margin-top: 5px; }
7563 .u-panel-group .u-panel-heading {
7564 border-bottom: 0; }
7565 .u-panel-group .u-panel-heading + .u-panel-collapse > .list-group, .u-panel-group .u-panel-group .u-panel-heading + .u-panel-collapse > .u-panel-body {
7566 border-top: 1px solid #ddd; }
7567
7568.grayDeep {
7569 background: rgb(189,189,189);
7570 height: 30px;
7571 width: 100%;
7572 margin-bottom: 10px;
7573 line-height: 30px;
7574 text-align: center; }
7575
7576.gray {
7577 background: rgb(224,224,224);
7578 height: 30px;
7579 width: 100%;
7580 margin-bottom: 10px;
7581 line-height: 30px;
7582 text-align: center; }
7583
7584.grayLight {
7585 background: rgb(238,238,238);
7586 height: 30px;
7587 width: 100%;
7588 margin-bottom: 10px;
7589 color: rgb(66,66,66);
7590 text-align: center;
7591 line-height: 30px; }
7592
7593/*# sourceMappingURL=demo.css.map */