@ilo-org/styles 0.9.0 → 0.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/build/css/components/index.css +202 -170
  2. package/build/css/components/index.css.map +1 -1
  3. package/build/css/global.css +3 -2
  4. package/build/css/global.css.map +1 -1
  5. package/build/css/index.css +203 -171
  6. package/build/css/index.css.map +1 -1
  7. package/build/css/monorepo.css +203 -171
  8. package/build/css/monorepo.css.map +1 -1
  9. package/build/minified/index.css +1 -1
  10. package/build/minified/index.css.map +1 -1
  11. package/build/minified/monorepo.css +1 -1
  12. package/build/minified/monorepo.css.map +1 -1
  13. package/css/components/accordion.css +1 -1
  14. package/css/components/breadcrumb.css +1 -1
  15. package/css/components/button.css +1 -1
  16. package/css/components/callout.css +1 -1
  17. package/css/components/card.css +1 -1
  18. package/css/components/checkbox.css +1 -1
  19. package/css/components/contextmenu.css +1 -1
  20. package/css/components/datacard.css +1 -1
  21. package/css/components/dropdown.css +1 -1
  22. package/css/components/featurecard.css +1 -1
  23. package/css/components/fieldset.css +1 -1
  24. package/css/components/file-upload.css +1 -1
  25. package/css/components/footer.css +1 -1
  26. package/css/components/formcontrol.css +1 -1
  27. package/css/components/heading.css +1 -1
  28. package/css/components/herocard.css +1 -1
  29. package/css/components/input.css +1 -1
  30. package/css/components/linklist.css +1 -1
  31. package/css/components/list.css +1 -1
  32. package/css/components/loading.css +1 -1
  33. package/css/components/logo.css +1 -1
  34. package/css/components/navigation.css +1 -1
  35. package/css/components/pagination.css +1 -1
  36. package/css/components/profile.css +1 -1
  37. package/css/components/readmore.css +1 -1
  38. package/css/components/richtext.css +1 -1
  39. package/css/components/socialmedia.css +1 -1
  40. package/css/components/statcard.css +1 -1
  41. package/css/components/table.css +1 -1
  42. package/css/components/tableofcontents.css +1 -1
  43. package/css/components/tabs.css +1 -1
  44. package/css/components/tag.css +1 -1
  45. package/css/components/textarea.css +1 -1
  46. package/css/components/textinput.css +1 -1
  47. package/css/global.css +1 -1
  48. package/css/global.css.map +1 -1
  49. package/css/index.css +1 -1
  50. package/css/index.css.map +1 -1
  51. package/css/monorepo.css +1 -1
  52. package/css/monorepo.css.map +1 -1
  53. package/package.json +3 -3
  54. package/scss/components/_file-upload.scss +0 -1
  55. package/scss/components/_formcontrol.scss +78 -33
  56. package/scss/components/_navigation.scss +9 -2
  57. package/css/components/formgroup.css +0 -1
  58. package/scss/components/_formgroup.scss +0 -9
@@ -1,3 +1,4 @@
1
+ @charset "UTF-8";
1
2
  html,
2
3
  body,
3
4
  div,
@@ -151,7 +152,7 @@ select {
151
152
  }
152
153
  /**
153
154
  * Do not edit directly
154
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
155
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
155
156
  */
156
157
  /**
157
158
  * TOKENS:
@@ -243,14 +244,14 @@ select {
243
244
  html,
244
245
  body {
245
246
  color: rgb(45, 45, 45);
246
- font: 18.66px/27.24px Noto Sans;
247
+ font: 18.66px/27.24px Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
247
248
  letter-spacing: normal;
248
249
  -webkit-font-smoothing: antialiased;
249
250
  }
250
251
 
251
252
  /**
252
253
  * Do not edit directly
253
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
254
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
254
255
  */
255
256
  /**
256
257
  * TOKENS:
@@ -270,7 +271,7 @@ body {
270
271
  display: flex;
271
272
  fill: rgb(35, 0, 80);
272
273
  flex-direction: row;
273
- font-family: Overpass;
274
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
274
275
  font-weight: 500;
275
276
  font-size: 16px;
276
277
  letter-spacing: -0.02em;
@@ -325,7 +326,7 @@ body {
325
326
  .ilo--accordion--panel {
326
327
  --height: auto;
327
328
  color: rgb(109, 109, 109);
328
- font-family: Noto Sans;
329
+ font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
329
330
  position: relative;
330
331
  height: 0px;
331
332
  overflow: hidden;
@@ -369,7 +370,7 @@ body {
369
370
 
370
371
  /**
371
372
  * Do not edit directly
372
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
373
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
373
374
  */
374
375
  /**
375
376
  * TOKENS:
@@ -394,7 +395,7 @@ body {
394
395
  }
395
396
  /**
396
397
  * Do not edit directly
397
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
398
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
398
399
  */
399
400
  /**
400
401
  * TOKENS:
@@ -435,7 +436,7 @@ body {
435
436
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 16'%3e%3cpath fill='rgb(35, 0, 80)' d='M0.7%2c8.4C0.7%2c8.3%2c0.6%2c8.1%2c0.6%2c8s0-0.3%2c0.1-0.4L6.3%2c0l1.1%2c0.8L2.2%2c8l5.2%2c7.2L6.3%2c16L0.7%2c8.4z'/%3e%3c/svg%3e");
436
437
  }
437
438
  .ilo--breadcrumb--link--label {
438
- font-family: Noto Sans;
439
+ font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
439
440
  font-weight: 400;
440
441
  font-size: 11.94px;
441
442
  letter-spacing: normal;
@@ -592,7 +593,7 @@ body {
592
593
  border-bottom: 0.1071811361rem solid rgb(255, 255, 255);
593
594
  color: rgb(35, 0, 80);
594
595
  display: inline-block;
595
- font-family: Noto Sans;
596
+ font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
596
597
  font-weight: 500;
597
598
  height: auto;
598
599
  padding: 0.857449089rem 0;
@@ -648,7 +649,7 @@ body {
648
649
 
649
650
  /**
650
651
  * Do not edit directly
651
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
652
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
652
653
  */
653
654
  /**
654
655
  * TOKENS:
@@ -658,7 +659,7 @@ body {
658
659
  */
659
660
  /**
660
661
  * Do not edit directly
661
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
662
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
662
663
  */
663
664
  /**
664
665
  * TOKENS:
@@ -683,7 +684,7 @@ body {
683
684
  }
684
685
  /**
685
686
  * Do not edit directly
686
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
687
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
687
688
  */
688
689
  /**
689
690
  * TOKENS:
@@ -693,7 +694,7 @@ body {
693
694
  */
694
695
  .ilo--button {
695
696
  display: inline-block;
696
- font-family: Overpass;
697
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
697
698
  font-weight: 700;
698
699
  padding: 0;
699
700
  border-bottom-left-radius: 2px;
@@ -973,7 +974,7 @@ body {
973
974
 
974
975
  /**
975
976
  * Do not edit directly
976
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
977
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
977
978
  */
978
979
  /**
979
980
  * TOKENS:
@@ -1021,7 +1022,7 @@ body {
1021
1022
  font-size: 16px;
1022
1023
  letter-spacing: -0.02em;
1023
1024
  line-height: 21.6px;
1024
- font-family: Overpass;
1025
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
1025
1026
  font-weight: 700;
1026
1027
  }
1027
1028
  .ilo--callout--toggle {
@@ -1032,7 +1033,7 @@ body {
1032
1033
  border: none;
1033
1034
  color: rgb(35, 0, 80);
1034
1035
  cursor: pointer;
1035
- font-family: Overpass;
1036
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
1036
1037
  font-weight: 500;
1037
1038
  padding-right: 36px;
1038
1039
  position: relative;
@@ -1103,7 +1104,7 @@ body {
1103
1104
 
1104
1105
  /**
1105
1106
  * Do not edit directly
1106
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
1107
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
1107
1108
  */
1108
1109
  /**
1109
1110
  * TOKENS:
@@ -1249,7 +1250,7 @@ body {
1249
1250
  }
1250
1251
  .ilo--card--title {
1251
1252
  color: rgb(35, 0, 80);
1252
- font-family: Overpass;
1253
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
1253
1254
  font-weight: 700;
1254
1255
  font-size: 23.32px;
1255
1256
  letter-spacing: -0.035em;
@@ -1314,7 +1315,7 @@ body {
1314
1315
 
1315
1316
  /**
1316
1317
  * Do not edit directly
1317
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
1318
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
1318
1319
  */
1319
1320
  /**
1320
1321
  * TOKENS:
@@ -1465,7 +1466,7 @@ body {
1465
1466
  letter-spacing: -0.035em;
1466
1467
  line-height: 29.15px;
1467
1468
  margin-bottom: 1.5763397642rem;
1468
- font-family: Overpass;
1469
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
1469
1470
  font-weight: 700;
1470
1471
  flex: 1;
1471
1472
  }
@@ -1482,7 +1483,7 @@ body {
1482
1483
 
1483
1484
  /**
1484
1485
  * Do not edit directly
1485
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
1486
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
1486
1487
  */
1487
1488
  /**
1488
1489
  * TOKENS:
@@ -1576,7 +1577,7 @@ body {
1576
1577
 
1577
1578
  /**
1578
1579
  * Do not edit directly
1579
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
1580
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
1580
1581
  */
1581
1582
  /**
1582
1583
  * TOKENS:
@@ -1713,7 +1714,7 @@ body {
1713
1714
 
1714
1715
  /**
1715
1716
  * Do not edit directly
1716
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
1717
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
1717
1718
  */
1718
1719
  /**
1719
1720
  * TOKENS:
@@ -1855,7 +1856,7 @@ body {
1855
1856
 
1856
1857
  /**
1857
1858
  * Do not edit directly
1858
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
1859
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
1859
1860
  */
1860
1861
  /**
1861
1862
  * TOKENS:
@@ -2004,7 +2005,7 @@ body {
2004
2005
 
2005
2006
  /**
2006
2007
  * Do not edit directly
2007
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
2008
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
2008
2009
  */
2009
2010
  /**
2010
2011
  * TOKENS:
@@ -2087,7 +2088,7 @@ body {
2087
2088
  line-height: 29.15px;
2088
2089
  margin-bottom: 1.41556806rem;
2089
2090
  color: rgb(45, 45, 45);
2090
- font-family: Overpass;
2091
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
2091
2092
  font-weight: 500;
2092
2093
  }
2093
2094
  .ilo--card__type__data--content-files {
@@ -2110,7 +2111,7 @@ body {
2110
2111
 
2111
2112
  /**
2112
2113
  * Do not edit directly
2113
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
2114
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
2114
2115
  */
2115
2116
  /**
2116
2117
  * TOKENS:
@@ -2156,7 +2157,7 @@ body {
2156
2157
  }
2157
2158
  .ilo--card__type__stat .ilo--card--intro {
2158
2159
  color: rgb(35, 0, 80);
2159
- font-family: Overpass;
2160
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
2160
2161
  font-size: 18.66px;
2161
2162
  letter-spacing: normal;
2162
2163
  line-height: 27.24px;
@@ -2172,7 +2173,7 @@ body {
2172
2173
 
2173
2174
  /**
2174
2175
  * Do not edit directly
2175
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
2176
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
2176
2177
  */
2177
2178
  /**
2178
2179
  * TOKENS:
@@ -2247,7 +2248,7 @@ body {
2247
2248
 
2248
2249
  /**
2249
2250
  * Do not edit directly
2250
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
2251
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
2251
2252
  */
2252
2253
  /**
2253
2254
  * TOKENS:
@@ -2299,7 +2300,7 @@ body {
2299
2300
 
2300
2301
  /**
2301
2302
  * Do not edit directly
2302
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
2303
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
2303
2304
  */
2304
2305
  /**
2305
2306
  * TOKENS:
@@ -2376,7 +2377,7 @@ body {
2376
2377
 
2377
2378
  /**
2378
2379
  * Do not edit directly
2379
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
2380
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
2380
2381
  */
2381
2382
  /**
2382
2383
  * TOKENS:
@@ -2431,7 +2432,7 @@ body {
2431
2432
  border-bottom: 0.1071811361rem solid rgb(255, 255, 255);
2432
2433
  color: rgb(35, 0, 80);
2433
2434
  display: inline-block;
2434
- font-family: Noto Sans;
2435
+ font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
2435
2436
  font-weight: 500;
2436
2437
  padding: 0.857449089rem 0.4287245445rem;
2437
2438
  text-decoration: none;
@@ -2457,7 +2458,7 @@ body {
2457
2458
 
2458
2459
  /**
2459
2460
  * Do not edit directly
2460
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
2461
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
2461
2462
  */
2462
2463
  /**
2463
2464
  * TOKENS:
@@ -2467,7 +2468,7 @@ body {
2467
2468
  */
2468
2469
  /**
2469
2470
  * Do not edit directly
2470
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
2471
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
2471
2472
  */
2472
2473
  /**
2473
2474
  * TOKENS:
@@ -2477,7 +2478,7 @@ body {
2477
2478
  */
2478
2479
  /**
2479
2480
  * Do not edit directly
2480
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
2481
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
2481
2482
  */
2482
2483
  /**
2483
2484
  * TOKENS:
@@ -2487,7 +2488,7 @@ body {
2487
2488
  */
2488
2489
  /**
2489
2490
  * Do not edit directly
2490
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
2491
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
2491
2492
  */
2492
2493
  /**
2493
2494
  * TOKENS:
@@ -2613,7 +2614,7 @@ body {
2613
2614
 
2614
2615
  /**
2615
2616
  * Do not edit directly
2616
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
2617
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
2617
2618
  */
2618
2619
  /**
2619
2620
  * TOKENS:
@@ -2630,7 +2631,7 @@ body {
2630
2631
 
2631
2632
  /**
2632
2633
  * Do not edit directly
2633
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
2634
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
2634
2635
  */
2635
2636
  /**
2636
2637
  * TOKENS:
@@ -2649,7 +2650,7 @@ body {
2649
2650
  border-top: 0.1071811361rem solid rgb(184, 196, 204);
2650
2651
  border-radius: 0;
2651
2652
  box-sizing: content-box;
2652
- font-family: Noto Sans;
2653
+ font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
2653
2654
  font-weight: 500;
2654
2655
  font-size: 16px;
2655
2656
  letter-spacing: -0.02em;
@@ -2718,7 +2719,7 @@ body {
2718
2719
 
2719
2720
  /**
2720
2721
  * Do not edit directly
2721
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
2722
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
2722
2723
  */
2723
2724
  /**
2724
2725
  * TOKENS:
@@ -2728,7 +2729,7 @@ body {
2728
2729
  */
2729
2730
  /**
2730
2731
  * Do not edit directly
2731
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
2732
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
2732
2733
  */
2733
2734
  /**
2734
2735
  * TOKENS:
@@ -2738,7 +2739,7 @@ body {
2738
2739
  */
2739
2740
  /**
2740
2741
  * Do not edit directly
2741
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
2742
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
2742
2743
  */
2743
2744
  /**
2744
2745
  * TOKENS:
@@ -2791,7 +2792,7 @@ body {
2791
2792
 
2792
2793
  /**
2793
2794
  * Do not edit directly
2794
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
2795
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
2795
2796
  */
2796
2797
  /**
2797
2798
  * TOKENS:
@@ -2806,7 +2807,7 @@ body {
2806
2807
  margin-bottom: 0.8717716645rem;
2807
2808
  }
2808
2809
  .ilo--fieldset--legend {
2809
- font-family: Overpass;
2810
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
2810
2811
  font-weight: 700;
2811
2812
  font-size: 16px;
2812
2813
  letter-spacing: -0.02em;
@@ -2853,7 +2854,7 @@ body {
2853
2854
  flex-wrap: reverse;
2854
2855
  }
2855
2856
  .ilo--fieldset--helper, .ilo--fieldset__error {
2856
- font-family: Noto Sans;
2857
+ font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
2857
2858
  font-size: 11.94px;
2858
2859
  letter-spacing: normal;
2859
2860
  line-height: 16.24px;
@@ -2876,7 +2877,7 @@ body {
2876
2877
 
2877
2878
  /**
2878
2879
  * Do not edit directly
2879
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
2880
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
2880
2881
  */
2881
2882
  /**
2882
2883
  * TOKENS:
@@ -2891,7 +2892,7 @@ body {
2891
2892
  color: rgb(35, 0, 80);
2892
2893
  content: attr(data-label);
2893
2894
  display: inline-block;
2894
- font-family: Overpass;
2895
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
2895
2896
  font-weight: 700;
2896
2897
  padding: 0;
2897
2898
  border-bottom-left-radius: 2px;
@@ -2948,7 +2949,6 @@ body {
2948
2949
  }
2949
2950
  .ilo--file-upload--list {
2950
2951
  order: 4;
2951
- grid-area: uploads;
2952
2952
  }
2953
2953
  .ilo--file-upload--list-item {
2954
2954
  display: inline-block;
@@ -2958,7 +2958,7 @@ body {
2958
2958
  border-right: 0.1071811361rem solid rgb(237, 240, 242);
2959
2959
  border-top: 0.1071811361rem solid rgb(237, 240, 242);
2960
2960
  box-sizing: border-box;
2961
- font-family: Overpass;
2961
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
2962
2962
  font-weight: 500;
2963
2963
  font-size: 16px;
2964
2964
  letter-spacing: -0.02em;
@@ -2971,7 +2971,7 @@ body {
2971
2971
 
2972
2972
  /**
2973
2973
  * Do not edit directly
2974
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
2974
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
2975
2975
  */
2976
2976
  /**
2977
2977
  * TOKENS:
@@ -3012,7 +3012,7 @@ body {
3012
3012
 
3013
3013
  /**
3014
3014
  * Do not edit directly
3015
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
3015
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
3016
3016
  */
3017
3017
  /**
3018
3018
  * TOKENS:
@@ -3021,35 +3021,59 @@ body {
3021
3021
  * MAPS:
3022
3022
  */
3023
3023
  .ilo--form-control {
3024
- display: inline-grid;
3025
3024
  grid-area: input;
3026
- }
3027
- .ilo--form-control__label-placement__start {
3025
+ display: inline-grid;
3028
3026
  grid-template-rows: auto;
3029
3027
  grid-template-columns: auto;
3030
- grid-template-areas: "label input" "helper ." "uploads uploads";
3031
- column-gap: 0.4287245445rem;
3028
+ gap: 0.4287245445rem;
3032
3029
  }
3033
- .ilo--form-control__label-placement__start .ilo--form-control--helper {
3034
- text-align: right;
3030
+ .ilo--form-control__label-placement__start :first-child {
3031
+ grid-area: 1/1/2/2;
3035
3032
  }
3036
- .ilo--form-control__label-placement__end {
3037
- grid-template-rows: auto;
3038
- grid-template-columns: auto;
3039
- grid-template-areas: "input label" ". helper" "uploads uploads";
3040
- column-gap: 0.4287245445rem;
3033
+ .ilo--form-control__label-placement__start :nth-child(2) {
3034
+ grid-area: 1/2/2/3;
3041
3035
  }
3042
- .ilo--form-control__label-placement__top {
3043
- grid-template-rows: auto auto auto;
3044
- grid-template-columns: auto;
3045
- grid-template-areas: "label" "input" "downloads" "helper";
3046
- row-gap: 0.4287245445rem;
3036
+ .ilo--form-control__label-placement__start :nth-child(3) {
3037
+ grid-area: 2/2/3/3;
3047
3038
  }
3048
- .ilo--form-control__label-placement__bottom {
3049
- grid-template-rows: auto auto auto;
3050
- grid-template-columns: auto;
3051
- grid-template-areas: "helper" "input" "downloads" "label";
3052
- row-gap: 0.4287245445rem;
3039
+ .ilo--form-control__label-placement__start :nth-child(4) {
3040
+ grid-area: 3/1/4/3;
3041
+ }
3042
+ .ilo--form-control__label-placement__end :first-child {
3043
+ grid-area: 1/2/2/3;
3044
+ }
3045
+ .ilo--form-control__label-placement__end :nth-child(2) {
3046
+ grid-area: 1/1/2/2;
3047
+ }
3048
+ .ilo--form-control__label-placement__end :nth-child(3) {
3049
+ grid-area: 2/1/3/3;
3050
+ }
3051
+ .ilo--form-control__label-placement__end :nth-child(4) {
3052
+ grid-area: 3/1/4/3;
3053
+ }
3054
+ .ilo--form-control__label-placement__top :first-child {
3055
+ grid-area: 1/1/2/2;
3056
+ }
3057
+ .ilo--form-control__label-placement__top :nth-child(2) {
3058
+ grid-area: 2/1/3/2;
3059
+ }
3060
+ .ilo--form-control__label-placement__top :nth-child(3) {
3061
+ grid-area: 3/1/4/2;
3062
+ }
3063
+ .ilo--form-control__label-placement__top :nth-child(4) {
3064
+ grid-area: 4/1/5/2;
3065
+ }
3066
+ .ilo--form-control__label-placement__bottom :first-child {
3067
+ grid-area: 3/1/4/2;
3068
+ }
3069
+ .ilo--form-control__label-placement__bottom :nth-child(2) {
3070
+ grid-area: 2/1/3/2;
3071
+ }
3072
+ .ilo--form-control__label-placement__bottom :nth-child(3) {
3073
+ grid-area: 1/1/2/2;
3074
+ }
3075
+ .ilo--form-control__label-placement__bottom :nth-child(4) {
3076
+ grid-area: 4/1/5/2;
3053
3077
  }
3054
3078
  .ilo--form-control__disabled .ilo--form-control--label,
3055
3079
  .ilo--form-control__disabled .ilo--form-control--helper {
@@ -3068,21 +3092,21 @@ body {
3068
3092
  justify-content: flex-start;
3069
3093
  }
3070
3094
  .ilo--form-control--label__size__small {
3071
- font-family: Noto Sans;
3095
+ font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
3072
3096
  font-size: 0.8001071811rem;
3073
3097
  letter-spacing: -0.0010718114rem;
3074
3098
  line-height: 1.0803858521rem;
3075
3099
  font-weight: 400;
3076
3100
  }
3077
3101
  .ilo--form-control--label__size__medium {
3078
- font-family: Overpass;
3102
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
3079
3103
  font-size: 0.857449089rem;
3080
3104
  letter-spacing: -0.0010718114rem;
3081
3105
  line-height: 1.1575562701rem;
3082
3106
  font-weight: 700;
3083
3107
  }
3084
3108
  .ilo--form-control--label__size__large {
3085
- font-family: Overpass;
3109
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
3086
3110
  font-size: 1rem;
3087
3111
  letter-spacing: -0.0010718114rem;
3088
3112
  line-height: 1.3001071811rem;
@@ -3101,7 +3125,7 @@ body {
3101
3125
  .ilo--form-control--helper {
3102
3126
  grid-area: helper;
3103
3127
  color: rgb(109, 109, 109);
3104
- font-family: Noto Sans;
3128
+ font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
3105
3129
  font-size: 11.94px;
3106
3130
  letter-spacing: normal;
3107
3131
  line-height: 16.24px;
@@ -3109,7 +3133,7 @@ body {
3109
3133
 
3110
3134
  /**
3111
3135
  * Do not edit directly
3112
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
3136
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
3113
3137
  */
3114
3138
  /**
3115
3139
  * TOKENS:
@@ -3119,7 +3143,7 @@ body {
3119
3143
  */
3120
3144
  /**
3121
3145
  * Do not edit directly
3122
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
3146
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
3123
3147
  */
3124
3148
  /**
3125
3149
  * TOKENS:
@@ -3144,7 +3168,7 @@ body {
3144
3168
  }
3145
3169
  /**
3146
3170
  * Do not edit directly
3147
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
3171
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
3148
3172
  */
3149
3173
  /**
3150
3174
  * TOKENS:
@@ -3190,7 +3214,7 @@ body {
3190
3214
  }
3191
3215
  .ilo--footer--headline {
3192
3216
  color: rgb(255, 255, 255);
3193
- font-family: Overpass;
3217
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
3194
3218
  font-weight: 700;
3195
3219
  font-size: 16px;
3196
3220
  letter-spacing: normal;
@@ -3201,7 +3225,7 @@ body {
3201
3225
  }
3202
3226
  .ilo--footer--subhead {
3203
3227
  color: #bedcfa;
3204
- font-family: Overpass;
3228
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
3205
3229
  font-weight: 500;
3206
3230
  margin-top: 0.5359056806rem;
3207
3231
  font-size: 11.94px;
@@ -3230,7 +3254,7 @@ body {
3230
3254
  .ilo--footer .secondarylinks {
3231
3255
  color: rgb(109, 109, 109);
3232
3256
  display: inline;
3233
- font-family: Noto Sans;
3257
+ font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
3234
3258
  font-size: 11.94px;
3235
3259
  letter-spacing: normal;
3236
3260
  line-height: 16.24px;
@@ -3280,7 +3304,7 @@ body {
3280
3304
  border-bottom: 0.1071811361rem solid rgb(237, 240, 242);
3281
3305
  color: rgb(35, 0, 80);
3282
3306
  display: block;
3283
- font-family: Overpass;
3307
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
3284
3308
  height: 3.0010718114rem;
3285
3309
  margin: 0.6430868167rem auto 0 auto;
3286
3310
  padding: 0.857449089rem 1.7148981779rem 0.857449089rem 0;
@@ -3468,7 +3492,7 @@ body {
3468
3492
 
3469
3493
  /**
3470
3494
  * Do not edit directly
3471
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
3495
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
3472
3496
  */
3473
3497
  /**
3474
3498
  * TOKENS:
@@ -3483,7 +3507,7 @@ body {
3483
3507
  .ilo--h5,
3484
3508
  .ilo--h6 {
3485
3509
  color: inherit;
3486
- font-family: Overpass;
3510
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
3487
3511
  font-weight: 700;
3488
3512
  }
3489
3513
  .ilo--h1--default,
@@ -3591,7 +3615,7 @@ body {
3591
3615
 
3592
3616
  /**
3593
3617
  * Do not edit directly
3594
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
3618
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
3595
3619
  */
3596
3620
  /**
3597
3621
  * TOKENS:
@@ -3910,7 +3934,7 @@ body {
3910
3934
 
3911
3935
  /**
3912
3936
  * Do not edit directly
3913
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
3937
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
3914
3938
  */
3915
3939
  /**
3916
3940
  * TOKENS:
@@ -4031,7 +4055,7 @@ body {
4031
4055
  letter-spacing: -0.035em;
4032
4056
  line-height: 43.74px;
4033
4057
  margin-bottom: 1.1117935901rem;
4034
- font-family: Overpass;
4058
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
4035
4059
  font-weight: 700;
4036
4060
  }
4037
4061
  @media screen and (min-width: 1024px) {
@@ -4044,7 +4068,7 @@ body {
4044
4068
 
4045
4069
  /**
4046
4070
  * Do not edit directly
4047
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
4071
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
4048
4072
  */
4049
4073
  /**
4050
4074
  * TOKENS:
@@ -4100,7 +4124,7 @@ body {
4100
4124
 
4101
4125
  /**
4102
4126
  * Do not edit directly
4103
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
4127
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
4104
4128
  */
4105
4129
  /**
4106
4130
  * TOKENS:
@@ -4118,7 +4142,7 @@ body {
4118
4142
  border-right: 0.1071811361rem solid rgb(184, 196, 204);
4119
4143
  border-top: 0.1071811361rem solid rgb(184, 196, 204);
4120
4144
  box-sizing: border-box;
4121
- font-family: Noto Sans;
4145
+ font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
4122
4146
  font-weight: 500;
4123
4147
  font-size: 16px;
4124
4148
  letter-spacing: -0.02em;
@@ -4242,7 +4266,7 @@ body {
4242
4266
 
4243
4267
  /**
4244
4268
  * Do not edit directly
4245
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
4269
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
4246
4270
  */
4247
4271
  /**
4248
4272
  * TOKENS:
@@ -4252,7 +4276,7 @@ body {
4252
4276
  */
4253
4277
  /**
4254
4278
  * Do not edit directly
4255
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
4279
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
4256
4280
  */
4257
4281
  /**
4258
4282
  * TOKENS:
@@ -4277,7 +4301,7 @@ body {
4277
4301
  }
4278
4302
  /**
4279
4303
  * Do not edit directly
4280
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
4304
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
4281
4305
  */
4282
4306
  /**
4283
4307
  * TOKENS:
@@ -4286,7 +4310,7 @@ body {
4286
4310
  * MAPS:
4287
4311
  */
4288
4312
  .ilo--link-list--headline {
4289
- font-family: Overpass;
4313
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
4290
4314
  font-weight: 700;
4291
4315
  font-size: 23.32px;
4292
4316
  letter-spacing: -0.035em;
@@ -4294,7 +4318,7 @@ body {
4294
4318
  margin-bottom: 1.0404340836rem;
4295
4319
  }
4296
4320
  .ilo--link-list--links--headline {
4297
- font-family: Overpass;
4321
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
4298
4322
  font-weight: 700;
4299
4323
  font-size: 18.66px;
4300
4324
  letter-spacing: -0.035em;
@@ -4335,7 +4359,7 @@ body {
4335
4359
  border-bottom: 0.1071811361rem solid rgb(237, 240, 242);
4336
4360
  color: rgb(35, 0, 80);
4337
4361
  display: block;
4338
- font-family: Overpass;
4362
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
4339
4363
  font-weight: 500;
4340
4364
  font-size: 16px;
4341
4365
  letter-spacing: normal;
@@ -4435,7 +4459,7 @@ body {
4435
4459
 
4436
4460
  /**
4437
4461
  * Do not edit directly
4438
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
4462
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
4439
4463
  */
4440
4464
  /**
4441
4465
  * TOKENS:
@@ -4494,7 +4518,7 @@ body {
4494
4518
  letter-spacing: -0.035em;
4495
4519
  line-height: 24.26px;
4496
4520
  margin-bottom: 1.1254019293rem;
4497
- font-family: Overpass;
4521
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
4498
4522
  font-weight: 700;
4499
4523
  }
4500
4524
  @media screen and (min-width: 610px) {
@@ -4509,7 +4533,7 @@ body {
4509
4533
  font-size: 16px;
4510
4534
  letter-spacing: normal;
4511
4535
  line-height: 23.36px;
4512
- font-family: Noto Sans;
4536
+ font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
4513
4537
  margin-bottom: 1.052683199rem;
4514
4538
  margin-left: 1.2861736334rem;
4515
4539
  padding-left: 0.1607717042rem;
@@ -4530,7 +4554,7 @@ body {
4530
4554
 
4531
4555
  /**
4532
4556
  * Do not edit directly
4533
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
4557
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
4534
4558
  */
4535
4559
  /**
4536
4560
  * TOKENS:
@@ -4540,7 +4564,7 @@ body {
4540
4564
  */
4541
4565
  /**
4542
4566
  * Do not edit directly
4543
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
4567
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
4544
4568
  */
4545
4569
  /**
4546
4570
  * TOKENS:
@@ -4550,7 +4574,7 @@ body {
4550
4574
  */
4551
4575
  /**
4552
4576
  * Do not edit directly
4553
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
4577
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
4554
4578
  */
4555
4579
  /**
4556
4580
  * TOKENS:
@@ -4612,7 +4636,7 @@ body {
4612
4636
  }
4613
4637
  .ilo--loading--small .ilo--loading--copy {
4614
4638
  color: rgb(109, 109, 109);
4615
- font-family: Noto Sans;
4639
+ font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
4616
4640
  font-weight: 400;
4617
4641
  font-size: 14.93px;
4618
4642
  letter-spacing: -0.02em;
@@ -4683,7 +4707,7 @@ body {
4683
4707
  color: var(--logo-theme-color);
4684
4708
  font-size: var(--logo-font-size);
4685
4709
  line-height: var(--logo-font-size);
4686
- font-family: Overpass;
4710
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
4687
4711
  font-weight: 700;
4688
4712
  display: inline-flex;
4689
4713
  justify-content: flex-start;
@@ -4721,7 +4745,7 @@ body {
4721
4745
 
4722
4746
  /**
4723
4747
  * Do not edit directly
4724
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
4748
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
4725
4749
  */
4726
4750
  /**
4727
4751
  * TOKENS:
@@ -4768,7 +4792,7 @@ body {
4768
4792
 
4769
4793
  /**
4770
4794
  * Do not edit directly
4771
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
4795
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
4772
4796
  */
4773
4797
  /**
4774
4798
  * TOKENS:
@@ -4778,7 +4802,7 @@ body {
4778
4802
  */
4779
4803
  /**
4780
4804
  * Do not edit directly
4781
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
4805
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
4782
4806
  */
4783
4807
  /**
4784
4808
  * TOKENS:
@@ -4788,7 +4812,7 @@ body {
4788
4812
  */
4789
4813
  /**
4790
4814
  * Do not edit directly
4791
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
4815
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
4792
4816
  */
4793
4817
  /**
4794
4818
  * TOKENS:
@@ -4885,7 +4909,7 @@ body {
4885
4909
 
4886
4910
  /**
4887
4911
  * Do not edit directly
4888
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
4912
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
4889
4913
  */
4890
4914
  /**
4891
4915
  * TOKENS:
@@ -5027,7 +5051,7 @@ body {
5027
5051
  border: none;
5028
5052
  color: rgb(255, 255, 255);
5029
5053
  cursor: pointer;
5030
- font-family: Overpass;
5054
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
5031
5055
  font-weight: 500;
5032
5056
  padding: 16px 16px 16px 36px;
5033
5057
  text-decoration: none;
@@ -5140,7 +5164,7 @@ body {
5140
5164
  line-height: 24.26px;
5141
5165
  color: rgb(255, 255, 255);
5142
5166
  display: none;
5143
- font-family: Overpass;
5167
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
5144
5168
  font-weight: 700;
5145
5169
  padding: 16px 0;
5146
5170
  text-align: right;
@@ -5192,7 +5216,7 @@ body {
5192
5216
  font-size: 16px;
5193
5217
  letter-spacing: -0.02em;
5194
5218
  line-height: 21.6px;
5195
- font-family: Overpass;
5219
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
5196
5220
  font-weight: 500;
5197
5221
  }
5198
5222
  @media screen and (min-width: 1024px) {
@@ -5244,7 +5268,7 @@ body {
5244
5268
  color: rgb(35, 0, 80);
5245
5269
  cursor: pointer;
5246
5270
  display: block;
5247
- font-family: Overpass;
5271
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
5248
5272
  font-weight: 500;
5249
5273
  padding: 16px 36px 16px 8px;
5250
5274
  line-height: 24px;
@@ -5356,7 +5380,7 @@ body {
5356
5380
  letter-spacing: -0.02em;
5357
5381
  line-height: 21.6px;
5358
5382
  color: rgb(255, 255, 255);
5359
- font-family: Overpass;
5383
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
5360
5384
  font-weight: 500;
5361
5385
  }
5362
5386
  .ilo--nav--local--link {
@@ -5416,7 +5440,7 @@ body {
5416
5440
  color: rgb(35, 0, 80);
5417
5441
  cursor: pointer;
5418
5442
  display: block;
5419
- font-family: Overpass;
5443
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
5420
5444
  font-weight: 500;
5421
5445
  padding: 16px 36px 16px 8px;
5422
5446
  line-height: 16px;
@@ -5433,7 +5457,13 @@ body {
5433
5457
  background-position: 16px 55%;
5434
5458
  text-align: right;
5435
5459
  }
5436
- .ilo--mobile--nav--search .ilo--searchfield {
5460
+ .ilo--mobile--nav--search {
5461
+ padding: 1.7148981779rem 0 1.2861736334rem;
5462
+ }
5463
+ .ilo--mobile--nav--search .ilo--searchfield,
5464
+ .ilo--mobile--nav--search .ilo--form,
5465
+ .ilo--mobile--nav--search .ilo--fieldset,
5466
+ .ilo--mobile--nav--search .ilo--form-control {
5437
5467
  width: 100%;
5438
5468
  }
5439
5469
  .ilo--mobile--nav--search .ilo--fieldset {
@@ -5488,7 +5518,7 @@ body {
5488
5518
  color: rgb(255, 255, 255);
5489
5519
  cursor: pointer;
5490
5520
  display: block;
5491
- font-family: Overpass;
5521
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
5492
5522
  font-weight: 500;
5493
5523
  padding: 8px 30px 8px 40px;
5494
5524
  transition: all 150ms ease-out;
@@ -5585,7 +5615,7 @@ body {
5585
5615
  background: rgb(255, 255, 255);
5586
5616
  color: rgb(35, 0, 80);
5587
5617
  display: flex;
5588
- font-family: Overpass;
5618
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
5589
5619
  font-weight: 500;
5590
5620
  padding: 18px 8px;
5591
5621
  text-decoration: none;
@@ -5616,7 +5646,7 @@ body {
5616
5646
  border: none;
5617
5647
  color: rgb(35, 0, 80);
5618
5648
  cursor: pointer;
5619
- font-family: Overpass;
5649
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
5620
5650
  font-weight: 500;
5621
5651
  padding: 16px 16px 16px 32px;
5622
5652
  position: relative;
@@ -5674,7 +5704,7 @@ body {
5674
5704
  line-height: 24.26px;
5675
5705
  border-bottom: 3px solid rgb(237, 240, 242);
5676
5706
  color: rgb(45, 45, 45);
5677
- font-family: Overpass;
5707
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
5678
5708
  font-weight: 700;
5679
5709
  margin-bottom: 16px;
5680
5710
  padding: 20px 8px;
@@ -5715,11 +5745,13 @@ body {
5715
5745
  justify-content: center;
5716
5746
  padding: 80px 20px;
5717
5747
  }
5748
+ .ilo--search-box .ilo--form,
5718
5749
  .ilo--search-box .ilo--searchfield {
5719
5750
  max-width: 618px;
5720
5751
  width: 100%;
5721
5752
  }
5722
- .ilo--search-box .ilo--fieldset {
5753
+ .ilo--search-box .ilo--fieldset,
5754
+ .ilo--search-box .ilo--form-control {
5723
5755
  width: 100%;
5724
5756
  }
5725
5757
 
@@ -5779,7 +5811,7 @@ body {
5779
5811
 
5780
5812
  /**
5781
5813
  * Do not edit directly
5782
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
5814
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
5783
5815
  */
5784
5816
  /**
5785
5817
  * TOKENS:
@@ -5789,7 +5821,7 @@ body {
5789
5821
  */
5790
5822
  /**
5791
5823
  * Do not edit directly
5792
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
5824
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
5793
5825
  */
5794
5826
  /**
5795
5827
  * TOKENS:
@@ -5799,7 +5831,7 @@ body {
5799
5831
  */
5800
5832
  /**
5801
5833
  * Do not edit directly
5802
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
5834
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
5803
5835
  */
5804
5836
  /**
5805
5837
  * TOKENS:
@@ -5991,7 +6023,7 @@ body {
5991
6023
 
5992
6024
  /**
5993
6025
  * Do not edit directly
5994
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
6026
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
5995
6027
  */
5996
6028
  /**
5997
6029
  * TOKENS:
@@ -6010,7 +6042,7 @@ body {
6010
6042
  border-radius: 2px;
6011
6043
  color: rgb(35, 0, 80);
6012
6044
  display: inline-block;
6013
- font-family: Overpass;
6045
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
6014
6046
  height: 2.1436227224rem;
6015
6047
  overflow: hidden;
6016
6048
  position: relative;
@@ -6119,7 +6151,7 @@ body {
6119
6151
  font-size: 14.93px;
6120
6152
  letter-spacing: -0.02em;
6121
6153
  line-height: 20.16px;
6122
- font-family: Noto Sans;
6154
+ font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
6123
6155
  font-weight: 400;
6124
6156
  line-height: 45px;
6125
6157
  }
@@ -6131,7 +6163,7 @@ body {
6131
6163
 
6132
6164
  /**
6133
6165
  * Do not edit directly
6134
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
6166
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
6135
6167
  */
6136
6168
  /**
6137
6169
  * TOKENS:
@@ -6141,7 +6173,7 @@ body {
6141
6173
  */
6142
6174
  /**
6143
6175
  * Do not edit directly
6144
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
6176
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
6145
6177
  */
6146
6178
  /**
6147
6179
  * TOKENS:
@@ -6166,7 +6198,7 @@ body {
6166
6198
  }
6167
6199
  /**
6168
6200
  * Do not edit directly
6169
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
6201
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
6170
6202
  */
6171
6203
  /**
6172
6204
  * TOKENS:
@@ -6221,7 +6253,7 @@ body {
6221
6253
  }
6222
6254
  .ilo--profile--name {
6223
6255
  display: block;
6224
- font-family: Overpass;
6256
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
6225
6257
  font-weight: 700;
6226
6258
  margin-left: 11px;
6227
6259
  font-size: 16px;
@@ -6230,7 +6262,7 @@ body {
6230
6262
  }
6231
6263
  .ilo--profile--role {
6232
6264
  display: block;
6233
- font-family: Noto Sans;
6265
+ font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
6234
6266
  margin-left: 11px;
6235
6267
  font-size: 14.93px;
6236
6268
  letter-spacing: normal;
@@ -6238,7 +6270,7 @@ body {
6238
6270
  }
6239
6271
  .ilo--profile--description {
6240
6272
  clear: both;
6241
- font-family: Noto Sans;
6273
+ font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
6242
6274
  padding-top: 22px;
6243
6275
  font-size: 14.93px;
6244
6276
  letter-spacing: normal;
@@ -6249,7 +6281,7 @@ body {
6249
6281
  clear: both;
6250
6282
  color: rgb(35, 0, 80);
6251
6283
  display: inline-flex;
6252
- font-family: Overpass;
6284
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
6253
6285
  font-weight: 500;
6254
6286
  height: 3.0010718114rem;
6255
6287
  text-decoration: none;
@@ -6333,7 +6365,7 @@ body {
6333
6365
 
6334
6366
  /**
6335
6367
  * Do not edit directly
6336
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
6368
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
6337
6369
  */
6338
6370
  /**
6339
6371
  * TOKENS:
@@ -6402,7 +6434,7 @@ body {
6402
6434
 
6403
6435
  /**
6404
6436
  * Do not edit directly
6405
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
6437
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
6406
6438
  */
6407
6439
  /**
6408
6440
  * TOKENS:
@@ -6412,7 +6444,7 @@ body {
6412
6444
  */
6413
6445
  /**
6414
6446
  * Do not edit directly
6415
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
6447
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
6416
6448
  */
6417
6449
  /**
6418
6450
  * TOKENS:
@@ -6437,7 +6469,7 @@ body {
6437
6469
  }
6438
6470
  /**
6439
6471
  * Do not edit directly
6440
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
6472
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
6441
6473
  */
6442
6474
  /**
6443
6475
  * TOKENS:
@@ -6452,7 +6484,7 @@ body {
6452
6484
  border-right: 0rem solid rgba(0, 0, 0, 0);
6453
6485
  border-top: 0.1071811361rem solid rgb(237, 240, 242);
6454
6486
  color: rgb(35, 0, 80);
6455
- font-family: Overpass;
6487
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
6456
6488
  height: 3.0010718114rem;
6457
6489
  margin: 1.7148981779rem 0rem 0rem 0rem;
6458
6490
  padding: 0.857449089rem 1.6077170418rem 0.857449089rem 0.1071811361rem;
@@ -6498,7 +6530,7 @@ body {
6498
6530
 
6499
6531
  /**
6500
6532
  * Do not edit directly
6501
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
6533
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
6502
6534
  */
6503
6535
  /**
6504
6536
  * TOKENS:
@@ -6507,7 +6539,7 @@ body {
6507
6539
  * MAPS:
6508
6540
  */
6509
6541
  .ilo--richtext {
6510
- font-family: Noto Sans;
6542
+ font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
6511
6543
  font-weight: 400;
6512
6544
  font-size: 16px;
6513
6545
  letter-spacing: normal;
@@ -6655,7 +6687,7 @@ body {
6655
6687
  .ilo--richtext h4,
6656
6688
  .ilo--richtext h5,
6657
6689
  .ilo--richtext h6 {
6658
- font-family: Overpass;
6690
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
6659
6691
  font-weight: 700;
6660
6692
  margin-top: 3.0010718114rem;
6661
6693
  }
@@ -6723,7 +6755,7 @@ body {
6723
6755
  background-repeat: no-repeat;
6724
6756
  background-size: 3.8585209003rem 2.1436227224rem;
6725
6757
  display: block;
6726
- font-family: Overpass;
6758
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
6727
6759
  margin: 1.2861736334rem 0 2.1436227224rem 0;
6728
6760
  padding: 2.8938906752rem 0 1.822079314rem 1.7148981779rem;
6729
6761
  position: relative;
@@ -6913,7 +6945,7 @@ body {
6913
6945
 
6914
6946
  /**
6915
6947
  * Do not edit directly
6916
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
6948
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
6917
6949
  */
6918
6950
  /**
6919
6951
  * TOKENS:
@@ -6967,7 +6999,7 @@ body {
6967
6999
 
6968
7000
  /**
6969
7001
  * Do not edit directly
6970
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
7002
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
6971
7003
  */
6972
7004
  /**
6973
7005
  * TOKENS:
@@ -7030,7 +7062,7 @@ body {
7030
7062
  background-color: rgb(237, 240, 242);
7031
7063
  border-bottom: 0.1607717042rem solid rgb(255, 255, 255);
7032
7064
  color: rgb(35, 0, 80);
7033
- font-family: Overpass;
7065
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
7034
7066
  font-weight: 600;
7035
7067
  display: flex;
7036
7068
  height: 3.2154340836rem;
@@ -7125,7 +7157,7 @@ body {
7125
7157
 
7126
7158
  /**
7127
7159
  * Do not edit directly
7128
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
7160
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
7129
7161
  */
7130
7162
  /**
7131
7163
  * TOKENS:
@@ -7167,7 +7199,7 @@ body {
7167
7199
  background-color: rgb(255, 255, 255);
7168
7200
  border-left: 0.0535905681rem solid rgb(237, 240, 242);
7169
7201
  border-bottom: 0.1071811361rem solid rgb(237, 240, 242);
7170
- font-family: Overpass;
7202
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
7171
7203
  font-weight: 700;
7172
7204
  font-size: 14.93px;
7173
7205
  letter-spacing: normal;
@@ -7224,7 +7256,7 @@ body {
7224
7256
  }
7225
7257
  .ilo--table--body--cell {
7226
7258
  border-bottom: 0.1071811361rem solid rgb(237, 240, 242);
7227
- font-family: Noto Sans;
7259
+ font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
7228
7260
  font-weight: 400;
7229
7261
  font-size: 14.93px;
7230
7262
  letter-spacing: normal;
@@ -7348,7 +7380,7 @@ body {
7348
7380
  .ilo--table--headline {
7349
7381
  align-items: center;
7350
7382
  display: flex;
7351
- font-family: Overpass;
7383
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
7352
7384
  font-weight: 700;
7353
7385
  margin-bottom: 0.3751339764rem;
7354
7386
  font-size: 18.66px;
@@ -7360,7 +7392,7 @@ body {
7360
7392
  }
7361
7393
  .ilo--table--description {
7362
7394
  color: rgb(109, 109, 109);
7363
- font-family: Noto Sans;
7395
+ font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
7364
7396
  font-weight: 400;
7365
7397
  font-size: 11.94px;
7366
7398
  letter-spacing: normal;
@@ -7476,7 +7508,7 @@ body {
7476
7508
 
7477
7509
  /**
7478
7510
  * Do not edit directly
7479
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
7511
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
7480
7512
  */
7481
7513
  /**
7482
7514
  * TOKENS:
@@ -7510,7 +7542,7 @@ body {
7510
7542
  font-size: 18.66px;
7511
7543
  letter-spacing: normal;
7512
7544
  line-height: 27.24px;
7513
- font-family: Overpass;
7545
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
7514
7546
  font-weight: 700;
7515
7547
  padding-bottom: 0.857449089rem;
7516
7548
  }
@@ -7596,7 +7628,7 @@ body {
7596
7628
  border-bottom: rgb(255, 255, 255) 2px solid;
7597
7629
  color: rgb(35, 0, 80);
7598
7630
  display: block;
7599
- font-family: Overpass;
7631
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
7600
7632
  font-weight: 500;
7601
7633
  margin: 0 8px 0 8px;
7602
7634
  padding: 18px 10px 18px 10px;
@@ -7662,7 +7694,7 @@ body {
7662
7694
 
7663
7695
  /**
7664
7696
  * Do not edit directly
7665
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
7697
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
7666
7698
  */
7667
7699
  /**
7668
7700
  * TOKENS:
@@ -7680,7 +7712,7 @@ body {
7680
7712
  border-right: 0.1071811361rem solid rgb(184, 196, 204);
7681
7713
  border-top: 0.1071811361rem solid rgb(184, 196, 204);
7682
7714
  box-sizing: border-box;
7683
- font-family: Noto Sans;
7715
+ font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
7684
7716
  font-weight: 500;
7685
7717
  font-size: 16px;
7686
7718
  letter-spacing: -0.02em;
@@ -7720,7 +7752,7 @@ body {
7720
7752
 
7721
7753
  /**
7722
7754
  * Do not edit directly
7723
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
7755
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
7724
7756
  */
7725
7757
  /**
7726
7758
  * TOKENS:
@@ -7747,7 +7779,7 @@ body {
7747
7779
  border: none;
7748
7780
  color: rgb(109, 109, 109);
7749
7781
  display: inline-block;
7750
- font-family: Overpass;
7782
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
7751
7783
  font-weight: 500;
7752
7784
  padding: 0.3751339764rem 0.6430868167rem 0.2679528403rem 0.6430868167rem;
7753
7785
  text-decoration: none;
@@ -7894,7 +7926,7 @@ body {
7894
7926
 
7895
7927
  /**
7896
7928
  * Do not edit directly
7897
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
7929
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
7898
7930
  */
7899
7931
  /**
7900
7932
  * TOKENS:
@@ -7912,7 +7944,7 @@ body {
7912
7944
  border-right: 0.1071811361rem solid rgb(184, 196, 204);
7913
7945
  border-top: 0.1071811361rem solid rgb(184, 196, 204);
7914
7946
  box-sizing: border-box;
7915
- font-family: Noto Sans;
7947
+ font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
7916
7948
  font-weight: 500;
7917
7949
  font-size: 16px;
7918
7950
  letter-spacing: -0.02em;
@@ -7954,7 +7986,7 @@ body {
7954
7986
 
7955
7987
  /**
7956
7988
  * Do not edit directly
7957
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
7989
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
7958
7990
  */
7959
7991
  /**
7960
7992
  * TOKENS:
@@ -7964,7 +7996,7 @@ body {
7964
7996
  */
7965
7997
  /**
7966
7998
  * Do not edit directly
7967
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
7999
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
7968
8000
  */
7969
8001
  /**
7970
8002
  * TOKENS:
@@ -8066,7 +8098,7 @@ input:checked + .ilo--input--toggle--slider:before {
8066
8098
 
8067
8099
  /**
8068
8100
  * Do not edit directly
8069
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
8101
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
8070
8102
  */
8071
8103
  /**
8072
8104
  * TOKENS:
@@ -8241,7 +8273,7 @@ input:checked + .ilo--input--toggle--slider:before {
8241
8273
 
8242
8274
  /**
8243
8275
  * Do not edit directly
8244
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
8276
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
8245
8277
  */
8246
8278
  /**
8247
8279
  * TOKENS:
@@ -9151,7 +9183,7 @@ input:checked + .ilo--input--toggle--slider:before {
9151
9183
 
9152
9184
  /**
9153
9185
  * Do not edit directly
9154
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
9186
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
9155
9187
  */
9156
9188
  /**
9157
9189
  * TOKENS:
@@ -9161,7 +9193,7 @@ input:checked + .ilo--input--toggle--slider:before {
9161
9193
  */
9162
9194
  /**
9163
9195
  * Do not edit directly
9164
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
9196
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
9165
9197
  */
9166
9198
  /**
9167
9199
  * TOKENS:
@@ -9186,7 +9218,7 @@ input:checked + .ilo--input--toggle--slider:before {
9186
9218
  }
9187
9219
  /**
9188
9220
  * Do not edit directly
9189
- * Generated on Tue, 05 Sep 2023 15:11:31 GMT
9221
+ * Generated on Wed, 20 Sep 2023 12:22:12 GMT
9190
9222
  */
9191
9223
  /**
9192
9224
  * TOKENS:
@@ -9210,7 +9242,7 @@ input:checked + .ilo--input--toggle--slider:before {
9210
9242
  }
9211
9243
  .ilo--social-media--headline {
9212
9244
  color: rgb(35, 0, 80);
9213
- font-family: Overpass;
9245
+ font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
9214
9246
  font-weight: 700;
9215
9247
  font-size: 16px;
9216
9248
  letter-spacing: normal;