ag-design 1.0.26 → 1.0.28
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.
- package/__merged__.css +8 -0
- package/base.css +1196 -0
- package/form.css +104 -0
- package/helper.css +278 -0
- package/index.css +1 -1
- package/mappage.css +219 -0
- package/package.json +1 -1
- package/property-card.css +81 -0
- package/quill-editor.css +198 -0
- package/var.css +136 -0
- package/webbuilder.css +1991 -0
package/base.css
ADDED
|
@@ -0,0 +1,1196 @@
|
|
|
1
|
+
*{box-sizing:border-box;outline:none;text-shadow: 1px 1px 1px rgba(0,0,0,0.004);text-rendering: optimizeLegibility !important;-webkit-font-smoothing: antialiased !important;}
|
|
2
|
+
html{scroll-behavior: smooth;}
|
|
3
|
+
body{--gcs: 0.6rem;min-height: auto;margin: 0;padding: 0;font-variant-numeric: lining-nums;font-family: var(--s-f);font-size:var(--body-font);min-height: 100vh;scroll-behavior: smooth;text-rendering: optimizeSpeed;}
|
|
4
|
+
|
|
5
|
+
body::-webkit-scrollbar{width: 7px!important;background-color: #31313B;}
|
|
6
|
+
body::-webkit-scrollbar-track{background-color: #31313B;-webkit-border-radius: 4px;border-radius: 4px;border-left: 1px solid #31313B;}
|
|
7
|
+
body::-webkit-scrollbar-thumb{-webkit-border-radius: 1px;border-radius: 1px;background: var(--c-1);}
|
|
8
|
+
|
|
9
|
+
h1{font-family: var(--p-f);font-size: var(--general-font-size);}
|
|
10
|
+
h2{font-family: var(--p-f);font-size: calc(var(--general-font-size) * 0.9);}
|
|
11
|
+
h3{font-family: var(--p-f);font-size: calc(var(--general-font-size) * 0.8);}
|
|
12
|
+
h4{font-family: var(--p-f);font-size: calc(var(--general-font-size) * 0.7);}
|
|
13
|
+
h5{font-family: var(--p-f);font-size: calc(var(--general-font-size) * 0.6);}
|
|
14
|
+
h6{font-family: var(--p-f);font-size: calc(var(--general-font-size) * 0.5);}
|
|
15
|
+
|
|
16
|
+
ul{margin: 0;padding: 0;list-style: none;}
|
|
17
|
+
figure{margin: 0;padding: 0}
|
|
18
|
+
p, a{font-family: var(--s-f);font-size: var(--f-s-3);}
|
|
19
|
+
a{text-decoration: none;}
|
|
20
|
+
p a{color:var(--c-1);}
|
|
21
|
+
.ag-lazy:not(.ag-lazy-s)+.s-p-a{opacity: 0;}
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
[ag-c]{display: block;flex-basis: 0;flex-grow: 1;flex-shrink: 1}
|
|
25
|
+
[ag-c], [ag-c] [ag-g]{padding: var(--gcs);}
|
|
26
|
+
[ag-c]:not([ag-c=""]){flex: none;}
|
|
27
|
+
:has(> [ag-c]){--gs: 4;align-items: flex-start;display: flex;flex-flow: row wrap;margin: 0;padding: 0;}
|
|
28
|
+
|
|
29
|
+
[ag-c*="1/3"]{--cs: 1}
|
|
30
|
+
[ag-c*="2/3"]{--cs: 2}
|
|
31
|
+
[ag-c*="3/3"]{--cs: 3}
|
|
32
|
+
|
|
33
|
+
@media screen and (max-width:575px){
|
|
34
|
+
[ag-c$=" 0/3"]{display: none;}
|
|
35
|
+
[ag-c]:not([ag-c*="/3"]){flex: auto;}
|
|
36
|
+
[ag-c][ag-c*="/3"]{flex: none;}
|
|
37
|
+
[ag-c*="/3"]{--gs: 3;}
|
|
38
|
+
[ag-c*="/3-1"]{--gs: 2;}
|
|
39
|
+
}
|
|
40
|
+
@media screen and (min-width:576px){
|
|
41
|
+
:has(> [ag-c]){--gs: 4}
|
|
42
|
+
[ag-c$=" 0/4"]{display: none;}
|
|
43
|
+
[ag-c*="1/4"]{--cs: 1}
|
|
44
|
+
[ag-c*="2/4"]{--cs: 2}
|
|
45
|
+
[ag-c*="3/4"]{--cs: 3}
|
|
46
|
+
[ag-c*="4/4"]{--cs: 4}
|
|
47
|
+
[ag-c]:not([ag-c*="/4"]){flex: auto;}
|
|
48
|
+
[ag-c][ag-c*="/4"]{flex: none;}
|
|
49
|
+
[ag-c*="4-1"]{--gs: 3;}
|
|
50
|
+
}
|
|
51
|
+
@media screen and (min-width:768px){
|
|
52
|
+
:has(> [ag-c]){--gs: 8}
|
|
53
|
+
[ag-c$=" 0/8"]{display: none;}
|
|
54
|
+
[ag-c*="1/8"]{--cs: 1}
|
|
55
|
+
[ag-c*="2/8"]{--cs: 2}
|
|
56
|
+
[ag-c*="3/8"]{--cs: 3}
|
|
57
|
+
[ag-c*="4/8"]{--cs: 4}
|
|
58
|
+
[ag-c*="5/8"]{--cs: 5}
|
|
59
|
+
[ag-c*="6/8"]{--cs: 6}
|
|
60
|
+
[ag-c*="7/8"]{--cs: 7}
|
|
61
|
+
[ag-c*="8/8"]{--cs: 8}
|
|
62
|
+
[ag-c]:not([ag-c*="/8"]){flex: auto;}
|
|
63
|
+
[ag-c][ag-c*="/8"]{flex: none;}
|
|
64
|
+
[ag-c*="8-1"]{--gs: 7;}
|
|
65
|
+
[ag-c*="8-2"]{--gs: 6;}
|
|
66
|
+
[ag-c*="8-3"]{--gs: 5;}
|
|
67
|
+
}
|
|
68
|
+
@media screen and (min-width:1025px){
|
|
69
|
+
:has(> [ag-c]){--gs: 12}
|
|
70
|
+
[ag-c$=" 0/12"]{display: none;}
|
|
71
|
+
[ag-c*="1/12"]{--cs: 1}
|
|
72
|
+
[ag-c*="2/12"]{--cs: 2}
|
|
73
|
+
[ag-c*="3/12"]{--cs: 3}
|
|
74
|
+
[ag-c*="4/12"]{--cs: 4}
|
|
75
|
+
[ag-c*="5/12"]{--cs: 5}
|
|
76
|
+
[ag-c*="6/12"]{--cs: 6}
|
|
77
|
+
[ag-c*="7/12"]{--cs: 7}
|
|
78
|
+
[ag-c*="8/12"]{--cs: 8}
|
|
79
|
+
[ag-c*="9/12"]{--cs: 9}
|
|
80
|
+
[ag-c*="10/12"]{--cs: 10}
|
|
81
|
+
[ag-c*="11/12"]{--cs: 11}
|
|
82
|
+
[ag-c*="12/12"]{--cs: 12}
|
|
83
|
+
[ag-c]:not([ag-c*="/12"]){flex: auto;}
|
|
84
|
+
[ag-c][ag-c*="/12"]{flex: none;}
|
|
85
|
+
[ag-c*="2.4/12"]{--cs: 2.4}
|
|
86
|
+
[ag-c*="12-2"]{--gs: 10;}
|
|
87
|
+
[ag-c*="12-3"]{--gs: 9;}
|
|
88
|
+
[ag-c*="12-4"]{--gs: 8;}
|
|
89
|
+
[ag-c*="12-5"]{--gs: 7;}
|
|
90
|
+
}
|
|
91
|
+
@media screen and (min-width:1440px){
|
|
92
|
+
:has(> [ag-c]){--gs: 16}
|
|
93
|
+
[ag-c$=" 0/16"]{display: none;}
|
|
94
|
+
[ag-c*="1/16"]{--cs: 1}
|
|
95
|
+
[ag-c*="2/16"]{--cs: 2}
|
|
96
|
+
[ag-c*="3/16"]{--cs: 3}
|
|
97
|
+
[ag-c*="4/16"]{--cs: 4}
|
|
98
|
+
[ag-c*="5/16"]{--cs: 5}
|
|
99
|
+
[ag-c*="6/16"]{--cs: 6}
|
|
100
|
+
[ag-c*="7/16"]{--cs: 7}
|
|
101
|
+
[ag-c*="8/16"]{--cs: 8}
|
|
102
|
+
[ag-c*="9/16"]{--cs: 9}
|
|
103
|
+
[ag-c*="10/16"]{--cs: 10}
|
|
104
|
+
[ag-c*="11/16"]{--cs: 11}
|
|
105
|
+
[ag-c*="12/16"]{--cs: 12}
|
|
106
|
+
[ag-c*="13/16"]{--cs: 13}
|
|
107
|
+
[ag-c*="14/16"]{--cs: 14}
|
|
108
|
+
[ag-c*="15/16"]{--cs: 15}
|
|
109
|
+
[ag-c*="16/16"]{--cs: 16}
|
|
110
|
+
[ag-c]:not([ag-c*="/16"]){flex: auto;}
|
|
111
|
+
[ag-c*="3.2/16"]{--cs: 3.2}
|
|
112
|
+
[ag-c*="16-1"]{--gs: 15;}
|
|
113
|
+
[ag-c*="16-2"]{--gs: 14;}
|
|
114
|
+
[ag-c*="16-4"]{--gs: 12;}
|
|
115
|
+
[ag-c*="16-6"]{--gs: 10}
|
|
116
|
+
[ag-c*="16-7"]{--gs: 9;}
|
|
117
|
+
}
|
|
118
|
+
[ag-c]:not([ag-c=""]){box-sizing: border-box;width: calc((100%*var(--cs, --gs)/var(--gs) - var(--sp)));}
|
|
119
|
+
|
|
120
|
+
/*# sourceMappingURL=index.css.map*/
|
|
121
|
+
|
|
122
|
+
.p-g-1{padding: calc((100%*0.05/var(--gs) - var(--sp)))!important;--sp: 0px;}
|
|
123
|
+
.p-g-2{padding: calc((100%*0.1/var(--gs) - var(--sp)))!important;--sp: 0px;}
|
|
124
|
+
.p-g-3{padding: calc((100%*0.2/var(--gs) - var(--sp)))!important;--sp: 0px;}
|
|
125
|
+
.p-g-4{padding: calc((100%*0.3/var(--gs) - var(--sp)))!important;--sp: 0px;}
|
|
126
|
+
|
|
127
|
+
img{max-width: 100%;}
|
|
128
|
+
img:not([src]),img[src=""],img[src*="fake"]{opacity:0;visibility:hidden;}
|
|
129
|
+
img.ag-lazy.ag-lazy-s{transition: all cubic-bezier(0.5,0.2,0.1,0.2) 0.1s;}
|
|
130
|
+
img.ag-lazy:not(.ag-lazy-s){content: "";
|
|
131
|
+
background-image: url('data:image/svg+xml;base64,77u/PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyMDAgMjAwJz48cmFkaWFsR3JhZGllbnQgaWQ9J2ExMicgY3g9Jy42NicgZng9Jy42NicgY3k9Jy4zMTI1JyBmeT0nLjMxMjUnIGdyYWRpZW50VHJhbnNmb3JtPSdzY2FsZSgxLjUpJz48c3RvcCBvZmZzZXQ9JzAnIHN0b3AtY29sb3I9JyNFRDIxMjcnPjwvc3RvcD48c3RvcCBvZmZzZXQ9Jy4zJyBzdG9wLWNvbG9yPScjRUQyMTI3JyBzdG9wLW9wYWNpdHk9Jy45Jz48L3N0b3A+PHN0b3Agb2Zmc2V0PScuNicgc3RvcC1jb2xvcj0nI0VEMjEyNycgc3RvcC1vcGFjaXR5PScuNic+PC9zdG9wPjxzdG9wIG9mZnNldD0nLjgnIHN0b3AtY29sb3I9JyNFRDIxMjcnIHN0b3Atb3BhY2l0eT0nLjMnPjwvc3RvcD48c3RvcCBvZmZzZXQ9JzEnIHN0b3AtY29sb3I9JyNFRDIxMjcnIHN0b3Atb3BhY2l0eT0nMCc+PC9zdG9wPjwvcmFkaWFsR3JhZGllbnQ+PGNpcmNsZSB0cmFuc2Zvcm0tb3JpZ2luPSdjZW50ZXInIGZpbGw9J25vbmUnIHN0cm9rZT0ndXJsKCNhMTIpJyBzdHJva2Utd2lkdGg9JzE1JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1kYXNoYXJyYXk9JzIwMCAxMDAwJyBzdHJva2UtZGFzaG9mZnNldD0nMCcgY3g9JzEwMCcgY3k9JzEwMCcgcj0nNzAnPjxhbmltYXRlVHJhbnNmb3JtIHR5cGU9J3JvdGF0ZScgYXR0cmlidXRlTmFtZT0ndHJhbnNmb3JtJyBjYWxjTW9kZT0nc3BsaW5lJyBkdXI9JzInIHZhbHVlcz0nMzYwOzAnIGtleVRpbWVzPScwOzEnIGtleVNwbGluZXM9JzAgMCAxIDEnIHJlcGVhdENvdW50PSdpbmRlZmluaXRlJz48L2FuaW1hdGVUcmFuc2Zvcm0+PC9jaXJjbGU+PGNpcmNsZSB0cmFuc2Zvcm0tb3JpZ2luPSdjZW50ZXInIGZpbGw9J25vbmUnIG9wYWNpdHk9Jy4yJyBzdHJva2U9JyNFRDIxMjcnIHN0cm9rZS13aWR0aD0nMTUnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgY3g9JzEwMCcgY3k9JzEwMCcgcj0nNzAnPjwvY2lyY2xlPjwvc3ZnPg==');
|
|
132
|
+
background-position: center;background-repeat: no-repeat;background-size: 64px 64px;}
|
|
133
|
+
|
|
134
|
+
/*padding*/
|
|
135
|
+
[class*="p-"]{box-sizing: border-box;}
|
|
136
|
+
.p-0{padding: 0px;}
|
|
137
|
+
.p-l-0{padding-left: 0;}
|
|
138
|
+
.p-r-0{padding-right: 0;}
|
|
139
|
+
.p-t-0{padding-top: 0;}
|
|
140
|
+
.p-b-0{padding-bottom: 0;}
|
|
141
|
+
|
|
142
|
+
.p-4{padding: 4px;}
|
|
143
|
+
.p-t-4{padding-top: 4px;}
|
|
144
|
+
.p-b-4{padding-bottom: 4px;}
|
|
145
|
+
.p-tb-4{padding-top: 4px;padding-bottom: 4px;}
|
|
146
|
+
.p-l-4{padding-left: 4px;}
|
|
147
|
+
.p-r-4{padding-right: 4px;}
|
|
148
|
+
.p-lr-4{padding-left: 4px;padding-right: 4px;}
|
|
149
|
+
|
|
150
|
+
.p-8{padding: 8px;}
|
|
151
|
+
.p-t-8{padding-top: 8px;}
|
|
152
|
+
.p-b-8{padding-bottom: 8px;}
|
|
153
|
+
.p-tb-8{padding-top: 8px;padding-bottom: 8px;}
|
|
154
|
+
.p-l-8{padding-left: 8px;}
|
|
155
|
+
.p-r-8{padding-right: 8px;}
|
|
156
|
+
.p-lr-8{padding-left: 8px;padding-right: 8px;}
|
|
157
|
+
|
|
158
|
+
.p-12{padding: 12px;}
|
|
159
|
+
.p-t-12{padding-top: 12px;}
|
|
160
|
+
.p-b-12{padding-bottom: 12px;}
|
|
161
|
+
.p-tb-12{padding-top: 12px;padding-bottom: 12px;}
|
|
162
|
+
.p-l-12{padding-left: 12px;}
|
|
163
|
+
.p-r-12{padding-right: 12px;}
|
|
164
|
+
.p-lr-12{padding-left: 12px;padding-right: 12px;}
|
|
165
|
+
|
|
166
|
+
.p-16{padding: 16px;}
|
|
167
|
+
.p-t-16{padding-top: 16px;}
|
|
168
|
+
.p-b-16{padding-bottom: 16px;}
|
|
169
|
+
.p-tb-16{padding-top: 16px;padding-bottom: 16px;}
|
|
170
|
+
.p-l-16{padding-left: 16px;}
|
|
171
|
+
.p-r-16{padding-right: 16px;}
|
|
172
|
+
.p-lr-16{padding-left: 16px;padding-right: 16px;}
|
|
173
|
+
|
|
174
|
+
.p-20{padding: 20px;}
|
|
175
|
+
.p-l-20{padding-left: 20px;}
|
|
176
|
+
.p-r-20{padding-right: 20px;}
|
|
177
|
+
.p-t-20{padding-top: 20px;}
|
|
178
|
+
.p-b-20{padding-bottom: 20px;}
|
|
179
|
+
.p-tb-20{padding-top: 20px;padding-bottom: 20px;}
|
|
180
|
+
.p-lr-20{padding-left: 20px;padding-right: 20px;}
|
|
181
|
+
|
|
182
|
+
.p-30{padding: 30px;}
|
|
183
|
+
.p-t-30{padding-top: 30px;}
|
|
184
|
+
.p-b-30{padding-bottom: 30px;}
|
|
185
|
+
.p-l-30{padding-left: 30px;}
|
|
186
|
+
.p-r-30{padding-right: 30px;}
|
|
187
|
+
.p-tb-30{padding-top: 30px;padding-bottom:30px;}
|
|
188
|
+
.p-lr-30{padding-left: 30px;padding-right:30px;}
|
|
189
|
+
|
|
190
|
+
.p-50{padding: 50px;}
|
|
191
|
+
.p-l-50{padding-left: 50px;}
|
|
192
|
+
.p-r-50{padding-right: 50px;}
|
|
193
|
+
.p-t-50{padding-top: 50px;}
|
|
194
|
+
.p-b-50{padding-bottom: 50px;}
|
|
195
|
+
.p-tb-50{padding-top: 50px;padding-bottom: 50px;}
|
|
196
|
+
.p-lr-50{padding-left: 50px;padding-right: 50px;}
|
|
197
|
+
|
|
198
|
+
.p-100{padding: 100px;}
|
|
199
|
+
.p-l-100{padding-left: 100px;}
|
|
200
|
+
.p-r-100{padding-right: 100px;}
|
|
201
|
+
.p-t-100{padding-top: 100px;}
|
|
202
|
+
.p-b-100{padding-bottom: 100px;}
|
|
203
|
+
.p-tb-100{padding-top: 100px;padding-bottom: 100px;}
|
|
204
|
+
.p-lr-100{padding-left: 100px;padding-right: 100px;}
|
|
205
|
+
|
|
206
|
+
.p-200{padding: 200px;}
|
|
207
|
+
.p-l-200{padding-left: 200px;}
|
|
208
|
+
.p-r-200{padding-right: 200px;}
|
|
209
|
+
.p-t-200{padding-top: 200px;}
|
|
210
|
+
.p-b-200{padding-bottom: 200px;}
|
|
211
|
+
.p-tb-200{padding-top: 200px;padding-bottom: 200px;}
|
|
212
|
+
.p-lr-200{padding-left: 200px;padding-right: 200px;}
|
|
213
|
+
|
|
214
|
+
/*margin*/
|
|
215
|
+
.m-0{margin: 0px;}
|
|
216
|
+
.m-l-0{margin-left: 0;}
|
|
217
|
+
.m-r-0{margin-right: 0;}
|
|
218
|
+
.m-t-0{margin-top: 0;}
|
|
219
|
+
.m-b-0{margin-bottom: 0;}
|
|
220
|
+
.m-4{margin: 4px;}
|
|
221
|
+
.m-t-4{margin-top: 4px;}
|
|
222
|
+
.m-b-4{margin-bottom: 4px;}
|
|
223
|
+
.m-tb-4{margin-top: 4px;margin-bottom: 4px;}
|
|
224
|
+
.m-l-4{margin-left: 4px;}
|
|
225
|
+
.m-r-4{margin-right: 4px;}
|
|
226
|
+
.m-lr-4{margin-left: 4px;margin-right: 4px;}
|
|
227
|
+
.m-8{margin: 8px;}
|
|
228
|
+
.m-t-8{margin-top: 8px;}
|
|
229
|
+
.m-b-8{margin-bottom: 8px;}
|
|
230
|
+
.m-tb-8{margin-top: 8px;margin-bottom: 8px;}
|
|
231
|
+
.m-l-8{margin-left: 8px;}
|
|
232
|
+
.m-r-8{margin-right: 8px;}
|
|
233
|
+
.m-lr-8{margin-left: 8px;margin-right: 8px;}
|
|
234
|
+
.m-12{margin: 12px;}
|
|
235
|
+
.m-t-12{margin-top: 12px;}
|
|
236
|
+
.m-b-12{margin-bottom: 12px;}
|
|
237
|
+
.m-tb-12{margin-top: 12px;margin-bottom: 12px;}
|
|
238
|
+
.m-l-12{margin-left: 12px;}
|
|
239
|
+
.m-r-12{margin-right: 12px;}
|
|
240
|
+
.m-lr-12{margin-left: 12px;margin-right: 12px;}
|
|
241
|
+
.m-16{margin: 16px;}
|
|
242
|
+
.m-t-16{margin-top: 16px;}
|
|
243
|
+
.m-b-16{margin-bottom: 16px;}
|
|
244
|
+
.m-tb-16{margin-top: 16px;margin-bottom: 16px;}
|
|
245
|
+
.m-l-16{margin-left: 16px;}
|
|
246
|
+
.m-r-16{margin-right: 16px;}
|
|
247
|
+
.m-lr-16{margin-left: 16px;margin-right: 16px;}
|
|
248
|
+
|
|
249
|
+
.m-20{margin: 20px;}
|
|
250
|
+
.m-l-20{margin-left: 20px;}
|
|
251
|
+
.m-r-20{margin-right: 20px;}
|
|
252
|
+
.m-t-20{margin-top: 20px;}
|
|
253
|
+
.m-b-20{margin-bottom: 20px;}
|
|
254
|
+
.m-tb-20{margin-top: 20px;margin-bottom: 20px;}
|
|
255
|
+
.m-lr-20{margin-left: 20px;margin-right: 20px;}
|
|
256
|
+
|
|
257
|
+
.m-30{margin: 30px;}
|
|
258
|
+
.m-l-30{margin-left: 30px;}
|
|
259
|
+
.m-r-30{margin-right: 30px;}
|
|
260
|
+
.m-t-30{margin-top: 30px;}
|
|
261
|
+
.m-b-30{margin-bottom: 30px;}
|
|
262
|
+
.m-tb-30{margin-top: 30px;margin-bottom: 30px;}
|
|
263
|
+
.m-lr-30{margin-left: 30px;margin-right: 30px;}
|
|
264
|
+
|
|
265
|
+
.m-50{margin: 50px;}
|
|
266
|
+
.m-l-50{margin-left: 50px;}
|
|
267
|
+
.m-r-50{margin-right: 50px;}
|
|
268
|
+
.m-t-50{margin-top: 50px;}
|
|
269
|
+
.m-b-50{margin-bottom:50px;}
|
|
270
|
+
.m-tb-50{margin-top: 50px;margin-bottom: 50px;}
|
|
271
|
+
.m-lr-50{margin-left: 50px;margin-right: 50px;}
|
|
272
|
+
|
|
273
|
+
/* flexbox */
|
|
274
|
+
.s-d-f{display: flex;}
|
|
275
|
+
.s-d-if{display: inline-flex;}
|
|
276
|
+
|
|
277
|
+
.s-f-jc-fe{justify-content: flex-end;}
|
|
278
|
+
.s-f-jc-fs{justify-content: flex-start;}
|
|
279
|
+
.s-f-jc-c{justify-content: center;}
|
|
280
|
+
.s-f-jc-sb{justify-content: space-between;}
|
|
281
|
+
.s-f-jc-sa{justify-content: space-around;}
|
|
282
|
+
.s-f-jc-se{justify-content: space-evenly;}
|
|
283
|
+
.s-f-jc-inh{justify-content: inherit;}
|
|
284
|
+
.s-f-jc-ini{justify-content: initial;}
|
|
285
|
+
.s-f-jc-u{justify-content: unset;}
|
|
286
|
+
|
|
287
|
+
.s-f-ji-fs{justify-items: flex-start;}
|
|
288
|
+
.s-f-ji-fe{justify-items: flex-end;}
|
|
289
|
+
.s-f-ji-c{justify-items: center;}
|
|
290
|
+
.s-f-ji-s{justify-items: stretch;}
|
|
291
|
+
.s-f-ji-inh{justify-items: inherit;}
|
|
292
|
+
.s-f-ji-ini{justify-items: initial;}
|
|
293
|
+
.s-f-ji-u{justify-items: unset;}
|
|
294
|
+
|
|
295
|
+
.s-f-js-fs{justify-self: flex-start;}
|
|
296
|
+
.s-f-js-fe{justify-self: flex-end;}
|
|
297
|
+
.s-f-js-c{justify-self: center;}
|
|
298
|
+
.s-f-js-s{justify-self: stretch;}
|
|
299
|
+
.s-f-js-inh{justify-self: inherit;}
|
|
300
|
+
.s-f-js-ini{justify-self: initial;}
|
|
301
|
+
.s-f-js-u{justify-self: unset;}
|
|
302
|
+
|
|
303
|
+
.s-f-ac-fs{align-content: flex-start;}
|
|
304
|
+
.s-f-ac-fe{align-content: flex-end;}
|
|
305
|
+
.s-f-ac-c{align-content: center;}
|
|
306
|
+
.s-f-ac-sa{align-content: space-around;}
|
|
307
|
+
.s-f-ac-sb{align-content: space-between;}
|
|
308
|
+
.s-f-ac-se{align-content: space-evenly;}
|
|
309
|
+
.s-f-ac-inh{align-content: inherit;}
|
|
310
|
+
.s-f-ac-ini{align-content: initial;}
|
|
311
|
+
.s-f-ac-u{align-content: unset;}
|
|
312
|
+
|
|
313
|
+
.s-f-ai-e{align-items: end;}
|
|
314
|
+
.s-f-ai-fe{align-items: flex-end;}
|
|
315
|
+
.s-f-ai-fs{align-items: flex-start;}
|
|
316
|
+
.s-f-ai-c{align-items: center;}
|
|
317
|
+
.s-f-ai-s{align-items: stretch;}
|
|
318
|
+
.s-f-ai-inh{align-items: inherit;}
|
|
319
|
+
.s-f-ai-ini{align-items: initial;}
|
|
320
|
+
.s-f-ai-u{align-items: unset;}
|
|
321
|
+
|
|
322
|
+
.s-f-as-fs{align-self: flex-start;}
|
|
323
|
+
.s-f-as-fe{align-self: flex-end;}
|
|
324
|
+
.s-f-as-c{align-self: center;}
|
|
325
|
+
.s-f-as-s{align-self: stretch;}
|
|
326
|
+
.s-f-as-inh{align-self: inherit;}
|
|
327
|
+
.s-f-as-ini{align-self: initial;}
|
|
328
|
+
.s-f-as-u{align-self: unset;}
|
|
329
|
+
|
|
330
|
+
.s-f-fd-r{flex-direction: row;}
|
|
331
|
+
.s-f-fd-rr{flex-direction: row-reverse;}
|
|
332
|
+
.s-f-fd-c{flex-direction: column;}
|
|
333
|
+
.s-f-fd-cr{flex-direction: column-reverse;}
|
|
334
|
+
.s-f-fd-inh{flex-direction: inherit;}
|
|
335
|
+
.s-f-fd-ini{flex-direction: initial;}
|
|
336
|
+
.s-f-fd-u{flex-direction: unset;}
|
|
337
|
+
|
|
338
|
+
.s-f-fw-w{flex-wrap: wrap;}
|
|
339
|
+
.s-f-fw-nw{flex-wrap: nowrap;}
|
|
340
|
+
.s-f-fw-wr{flex-wrap: wrap-reverse;}
|
|
341
|
+
.s-f-fw-inh{flex-wrap: inherit;}
|
|
342
|
+
.s-f-fw-ini{flex-wrap: initial;}
|
|
343
|
+
.s-f-fw-u{flex-wrap: unset;}
|
|
344
|
+
|
|
345
|
+
.s-f-fg-1{flex-grow: 1;}
|
|
346
|
+
.s-f-fg-2{flex-grow: 2;}
|
|
347
|
+
.s-f-fg-inh{flex-grow: inherit;}
|
|
348
|
+
.s-f-fg-ini{flex-grow: initial;}
|
|
349
|
+
.s-f-fg-u{flex-grow: unset;}
|
|
350
|
+
|
|
351
|
+
.s-f-f-1{flex: 1;}
|
|
352
|
+
.s-f-f-a{flex: auto;}
|
|
353
|
+
.s-f-f-inh{flex: inherit;}
|
|
354
|
+
.s-f-f-ini{flex: initial;}
|
|
355
|
+
.s-f-f-u{flex: unset;}
|
|
356
|
+
|
|
357
|
+
.s-f-fb-a{flex-basis: auto;}
|
|
358
|
+
.s-f-fb-0{flex-basis: 0;}
|
|
359
|
+
.s-f-fb-inh{flex-basis: inherit;}
|
|
360
|
+
.s-f-fb-ini{flex-basis: initial;}
|
|
361
|
+
.s-f-fb-u{flex-basis: unset;}
|
|
362
|
+
|
|
363
|
+
.s-f-fs-0{flex-shrink: 0;}
|
|
364
|
+
.s-f-fs-1{flex-shrink: 1;}
|
|
365
|
+
.s-f-fs-2{flex-shrink: 2;}
|
|
366
|
+
.s-f-fs-inh{flex-shrink: inherit;}
|
|
367
|
+
.s-f-fs-ini{flex-shrink: initial;}
|
|
368
|
+
.s-f-fs-u{flex-shrink: unset;}
|
|
369
|
+
|
|
370
|
+
.visuallyhidden{border: 0;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
|
|
371
|
+
|
|
372
|
+
.s-u-l{ --s: 2px;padding-bottom: var(--s);position: relative;z-index: 9;
|
|
373
|
+
background: linear-gradient(90deg, var(--c-2) 50%, #0000 0) calc(100% - var(--_p, 0%)) / 200% 100%, linear-gradient(var(--c-2) 0 0) 0% 100% / var(--_p, 0%) var(--s) no-repeat;
|
|
374
|
+
-webkit-background-clip: text, padding-box;background-clip: text, padding-box;transition: 0.5s;}
|
|
375
|
+
.s-u-l:hover{--_p: 100%;}
|
|
376
|
+
.s-u-l.active::after{content: "";position: absolute;left: 0;bottom: 0;top: 19px;width: 100%;height: 2px;background: var(--c-2);}
|
|
377
|
+
|
|
378
|
+
.s-u-ln{text-decoration: none;transition: 0.5s;color: var(--link-color);} /*link*/
|
|
379
|
+
.s-u-ln:hover{text-decoration: underline;color: var(--link-hover-color);}
|
|
380
|
+
.s-u-ln:after{font-size: 1rem;}
|
|
381
|
+
|
|
382
|
+
.im-w-100{width: 100px;}
|
|
383
|
+
.s-mw-u{max-width:unset;}
|
|
384
|
+
.s-mw-100{max-width:100%;}
|
|
385
|
+
.s-w-fc{width:fit-content;width: -moz-fit-content;}
|
|
386
|
+
.s-w-100{width: 100%;}
|
|
387
|
+
.s-w-a{width: auto;}
|
|
388
|
+
.s-h-a{height: auto;}
|
|
389
|
+
.s-h-100{height: 100%;}
|
|
390
|
+
.s-w-50{width: 50%;}
|
|
391
|
+
|
|
392
|
+
.s-d-b{display: block;}
|
|
393
|
+
.s-d-ib{display: inline-block;}
|
|
394
|
+
.s-d-i{display: inline;}
|
|
395
|
+
.s-d-n{display: none;}
|
|
396
|
+
.s-d-t{display: table;}
|
|
397
|
+
|
|
398
|
+
.s-p-r{position: relative;}
|
|
399
|
+
.s-p-a{position: absolute;}
|
|
400
|
+
.s-p-f{position:fixed;}
|
|
401
|
+
|
|
402
|
+
.s-td-u{text-decoration: underline;}
|
|
403
|
+
.s-td-n{text-decoration: none;}
|
|
404
|
+
.s-tt-u{text-transform: uppercase;}
|
|
405
|
+
.s-tt-c{text-transform: capitalize;}
|
|
406
|
+
.s-tt-l{text-transform: lowercase;}
|
|
407
|
+
|
|
408
|
+
.s-f-l{float: left;}
|
|
409
|
+
.s-f-r{float: right;}
|
|
410
|
+
.s-f-n{float: none;}
|
|
411
|
+
|
|
412
|
+
.s-of-cv{object-fit: cover;}
|
|
413
|
+
.s-of-cn{object-fit: contain;}
|
|
414
|
+
.s-of-f{object-fit:fill;}
|
|
415
|
+
.s-op-c{object-position:center}
|
|
416
|
+
.s-op-t{object-position:top}
|
|
417
|
+
|
|
418
|
+
.s-v-h{visibility: hidden;}
|
|
419
|
+
.s-v-v{visibility: visible;}
|
|
420
|
+
|
|
421
|
+
.s-ta-l{text-align: left;}
|
|
422
|
+
.s-ta-r{text-align: right;}
|
|
423
|
+
.s-ta-i{text-align: inherit;}
|
|
424
|
+
.s-ta-j{text-align: justify;}
|
|
425
|
+
.s-ta-c{text-align: center;}
|
|
426
|
+
|
|
427
|
+
.s-m-a{margin: auto;}
|
|
428
|
+
.s-ml-a{margin-left: auto;}
|
|
429
|
+
.s-mr-a{margin-right: auto;}
|
|
430
|
+
|
|
431
|
+
.s-bi-lg{background-image: linear-gradient(to top,rgba(0,0,0,0.01),transparent 100%);}
|
|
432
|
+
|
|
433
|
+
.s-c-p{cursor: pointer}
|
|
434
|
+
|
|
435
|
+
.s-to-e{text-overflow: ellipsis;}
|
|
436
|
+
|
|
437
|
+
.s-o-h{overflow: hidden;}
|
|
438
|
+
.s-o-i{overflow: inherit;}
|
|
439
|
+
.s-o-a{overflow: auto;}
|
|
440
|
+
.s-ws-nw{white-space: nowrap;}
|
|
441
|
+
.s-ws-n{white-space: normal;}
|
|
442
|
+
|
|
443
|
+
.s-a-n{animation: none;}
|
|
444
|
+
|
|
445
|
+
.s-b-n{border: none;}
|
|
446
|
+
.s-br-2{border-radius:2px;}
|
|
447
|
+
.s-br-50{border-radius: 50%;}
|
|
448
|
+
|
|
449
|
+
.s-va-m{vertical-align: middle;}
|
|
450
|
+
.s-va-s{vertical-align: sub;}
|
|
451
|
+
.s-va-t{vertical-align: top;}
|
|
452
|
+
.s-va-b{vertical-align: bottom;}
|
|
453
|
+
|
|
454
|
+
.s-d-c{display:contents;}
|
|
455
|
+
|
|
456
|
+
.s-t-0{top: 0;}
|
|
457
|
+
.s-r-0{right: 0;}
|
|
458
|
+
.s-b-0{bottom: 0;}
|
|
459
|
+
.s-l-0{left: 0;}
|
|
460
|
+
|
|
461
|
+
.s-pe-n{pointer-events:none;}
|
|
462
|
+
.s-op-1{opacity:1;}
|
|
463
|
+
.s-ls-d{list-style:disc;}
|
|
464
|
+
.s-ls-c{list-style:circle;}
|
|
465
|
+
|
|
466
|
+
.s-o-0{order: 0;}
|
|
467
|
+
.s-o-1{order: 1;}
|
|
468
|
+
.s-o-2{order: 2;}
|
|
469
|
+
.s-o-3{order: 3;}
|
|
470
|
+
.s-o-4{order: 4;}
|
|
471
|
+
.s-o-5{order: 5;}
|
|
472
|
+
.s-o-inh{order: inherit;}
|
|
473
|
+
.s-o-ini{order: initial;}
|
|
474
|
+
.s-o-u{order: unset;}
|
|
475
|
+
|
|
476
|
+
.s-cc-1{column-count: 1;}
|
|
477
|
+
.s-cc-2{column-count: 2;}
|
|
478
|
+
.s-cc-3{column-count: 3;}
|
|
479
|
+
.s-cc-4{column-count: 4;}
|
|
480
|
+
.s-cc-5{column-count: 5;}
|
|
481
|
+
.s-cc-inh{column-count: inherit;}
|
|
482
|
+
.s-cc-ini{column-count: initial;}
|
|
483
|
+
.s-cc-u{column-count: unset;}
|
|
484
|
+
.s-cc-a{column-count: unset;}
|
|
485
|
+
|
|
486
|
+
.s-bi-ac{break-inside: avoid-column;}
|
|
487
|
+
.s-bi-a{break-inside: auto;}
|
|
488
|
+
.s-bi-inh{break-inside: inherit;}
|
|
489
|
+
.s-bi-ini{break-inside: initial;}
|
|
490
|
+
.s-bi-u{break-inside: unset;}
|
|
491
|
+
|
|
492
|
+
.s-wb-ba{word-break: break-all;}
|
|
493
|
+
.s-wb-bw{word-break: break-word;}
|
|
494
|
+
.s-wb-inh{word-break: inherit;}
|
|
495
|
+
.s-wb-ini{word-break: initial;}
|
|
496
|
+
.s-wb-u{word-break: unset;}
|
|
497
|
+
|
|
498
|
+
.t-h-1{font-family: var(--p-f);font-size: var(--f-s-7);}
|
|
499
|
+
.t-h-1:has(> br):first-line{color: var(--c-1);font-family: var( --s-f);font-size:var(--f-s-6);}
|
|
500
|
+
.t-h-2{font-family: var(--p-f);font-size: var(--f-s-5);}
|
|
501
|
+
.t-h-3{font-family: var(--s-f);font-size: var(--f-s-3);}
|
|
502
|
+
|
|
503
|
+
.vp-b::before{content: "";pointer-events:none;background: rgba(0, 0, 0, 0.5) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NCA4MCI+PHBhdGggZD0ibTIwIDEwIDQzIDI1czUgNSAwIDEwTDIwIDcwcy04LjYgNS0xMC01VjE1czAtOC42IDEwLTV6IiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjUiIHN0cm9rZT0iI2ZmZiIvPjwvc3ZnPgo=) center / 2.5rem no-repeat;border-radius: 8px;height: 72px;top:0;right:0;bottom:0;left:0;margin:auto;position: absolute;width: 72px;z-index: 1;}
|
|
504
|
+
.vp-b.no-btn::before{display: none;}
|
|
505
|
+
|
|
506
|
+
.a-b-w-l{position: relative;transition: padding-right .3s ease-out;background-color: #CCC;padding-right: 40px;}
|
|
507
|
+
.a-b-w-l:after{content: "";position: absolute;border-radius: 100%;right: 6px;top: 50%;width: 0px;height: 0px;margin-top: -2px;border: 2px solid rgba(255,255,255,0.5);border-left-color: #FFF;border-top-color: #FFF;animation: spin .6s infinite linear, grow .3s forwards ease-out;}
|
|
508
|
+
@keyframes spin{
|
|
509
|
+
to{transform: rotate(359deg);}
|
|
510
|
+
}
|
|
511
|
+
@keyframes grow{
|
|
512
|
+
to{width: 14px;height: 14px;margin-top: -8px;right: 13px;}
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.f-b-1{border-radius: 50% !important;font-size: 0 !important;width: 32px;height: 32px;display: inline-block;text-align: center;background: rgb(0, 0, 0) !important;color: #fff;line-height: 35px !important;transition: .2s;cursor:pointer;padding:0 !important;}
|
|
516
|
+
.f-b-1[data-agora-icon]:before{font-size: var(--f-s-4);}
|
|
517
|
+
.f-b-1:hover{background: rgba(0, 0, 0, .75);}
|
|
518
|
+
|
|
519
|
+
.l-b{height:40px;line-height:36px;width:auto;}
|
|
520
|
+
.l-b-1{height:24px;}
|
|
521
|
+
.l-b-2{line-height:24px;}
|
|
522
|
+
.r-b{--rhover: #606060;}
|
|
523
|
+
.r-b:hover,.r-b:focus{box-shadow: 0 0.5em 0.5em -0.4em var(--rhover);transform: translateY(-0.25em);}
|
|
524
|
+
|
|
525
|
+
.c-1{color: var(--c-1);}
|
|
526
|
+
.c-2{color: var(--c-2);}
|
|
527
|
+
.c-3{color: var(--c-3);}
|
|
528
|
+
.c-4{color: var(--c-4);}
|
|
529
|
+
.c-5{color: var(--c-5);}
|
|
530
|
+
.c-6{color: var(--c-6);}
|
|
531
|
+
.c-7{color: var(--c-7);}
|
|
532
|
+
.c-8{color: var(--c-8);}
|
|
533
|
+
.c-9{color: var(--c-9);}
|
|
534
|
+
.c-10{color: var(--c-10);}
|
|
535
|
+
.c-11{color: var(--c-11);}
|
|
536
|
+
.c-99{color: var(--c-99);}
|
|
537
|
+
.c-100{color: var(--c-100);}
|
|
538
|
+
.s-c-cc{color: currentColor;}
|
|
539
|
+
|
|
540
|
+
.s-b-w{background: #fff;}
|
|
541
|
+
.s-b-b{background: #000;}
|
|
542
|
+
.s-b-g{background: var(--c-3);}
|
|
543
|
+
.s-b-lg{background: var(--c-7);}
|
|
544
|
+
.s-b-t{background: transparent;}
|
|
545
|
+
.s-c-w{color: #fff;}
|
|
546
|
+
.s-b-cc{background: currentColor;}
|
|
547
|
+
.s-b-c-1{background-color: var(--c-o-1, var(--c-1));}
|
|
548
|
+
.s-b-c-2{background-color:var(--c-2);}
|
|
549
|
+
.s-b-c-3{background-color:var(--c-3);}
|
|
550
|
+
.s-b-c-4{background-color:var(--c-4);}
|
|
551
|
+
.s-b-c-5{background-color:var(--c-5);}
|
|
552
|
+
.s-b-c-6{background-color:var(--c-6);}
|
|
553
|
+
.s-b-c-7{background-color:var(--c-7);}
|
|
554
|
+
.s-b-c-99{background-color:var(--c-99);}
|
|
555
|
+
.s-b-c-100{background-color:var(--c-100);}
|
|
556
|
+
|
|
557
|
+
.a-r-1{aspect-ratio: 13 / 16;} /*home page region*/
|
|
558
|
+
.a-r-2{aspect-ratio: 43 / 15;}/*blog*/
|
|
559
|
+
.a-r-3{aspect-ratio: 53 / 29;} /*transition-property card*/
|
|
560
|
+
.a-r-4{aspect-ratio: 45 / 28;} /*new developments & journal*/
|
|
561
|
+
.a-r-5{aspect-ratio: 27/14;}
|
|
562
|
+
.a-r-6{aspect-ratio: 1/1;}
|
|
563
|
+
.a-r-7{aspect-ratio: 16/9;}
|
|
564
|
+
.a-r-8{aspect-ratio: 19/8;}
|
|
565
|
+
.a-r-9{aspect-ratio: 22/17;}
|
|
566
|
+
.a-r-10{aspect-ratio: 99/68;} /*LDP slider*/
|
|
567
|
+
.a-r-11{aspect-ratio: 105/59;} /*Developmentdetail slider*/
|
|
568
|
+
|
|
569
|
+
.s-fs-0{font-size: 0}
|
|
570
|
+
.s-fst-n{font-style:normal;}
|
|
571
|
+
.s-fst-i{font-style:italic;}
|
|
572
|
+
|
|
573
|
+
.f-s-0{font-size: var(--f-s-0);}
|
|
574
|
+
.f-s-1{font-size: var(--f-s-1);}
|
|
575
|
+
.f-s-2{font-size: var(--f-s-2);}
|
|
576
|
+
.f-s-3{font-size: var(--f-s-3);}
|
|
577
|
+
.f-s-4{font-size: var(--f-s-4);}
|
|
578
|
+
.f-s-5{font-size: var(--f-s-5);}
|
|
579
|
+
.f-s-6{font-size: var(--f-s-6);}
|
|
580
|
+
.f-s-7{font-size: var(--f-s-7);}
|
|
581
|
+
.f-s-8{font-size: var(--f-s-8);}
|
|
582
|
+
.f-s-9{font-size: var(--f-s-9);}
|
|
583
|
+
.f-s-10{font-size: var(--f-s-10);}
|
|
584
|
+
.f-s-11{font-size: var(--f-s-11);}
|
|
585
|
+
|
|
586
|
+
.p-f{font-family: var(--p-f);}
|
|
587
|
+
.s-f{font-family: var(--s-f);}
|
|
588
|
+
|
|
589
|
+
.f-w-1{font-weight: var(--f-w-1);}
|
|
590
|
+
.f-w-2{font-weight: var(--f-w-2);}
|
|
591
|
+
.f-w-3{font-weight: var(--f-w-3);}
|
|
592
|
+
.f-w-4{font-weight: var(--f-w-4);}
|
|
593
|
+
.f-w-5{font-weight: var(--f-w-5);}
|
|
594
|
+
.f-w-6{font-weight: var(--f-w-6);}
|
|
595
|
+
.f-w-7{font-weight: var(--f-w-7);}
|
|
596
|
+
.f-w-b{font-weight: var(--f-w-b);}
|
|
597
|
+
.f-w-n{font-weight: var(--f-w-n);}
|
|
598
|
+
|
|
599
|
+
.l-h-1{line-height: var(--l-h-1);}
|
|
600
|
+
.l-h-2{line-height: var(--l-h-2);}
|
|
601
|
+
.l-h-3{line-height: var(--l-h-3);}
|
|
602
|
+
.l-h-4{line-height: var(--l-h-4);}
|
|
603
|
+
.l-h-n{line-height: normal;}
|
|
604
|
+
.l-h-inh{line-height: inherit;}
|
|
605
|
+
.l-h-ini{line-height: initial;}
|
|
606
|
+
.l-h-u{line-height: unset;}
|
|
607
|
+
|
|
608
|
+
.t-s-1{text-shadow: -3px 2px 5px rgba(0, 0, 0, 0.27);}
|
|
609
|
+
|
|
610
|
+
.im-bn{height:800px;}/* content page bnner*/
|
|
611
|
+
|
|
612
|
+
.b-btn.a-b-1{height: auto !important;line-height:20px!important;padding:10px 20px;}/*long button*/
|
|
613
|
+
|
|
614
|
+
.m-0{--sp: 0px;}
|
|
615
|
+
.m-4{--sp: 8px;}
|
|
616
|
+
.m-8{--sp: 16px;}
|
|
617
|
+
.m-12{--sp: 24px;}
|
|
618
|
+
.m-16{--sp: 32px;}
|
|
619
|
+
|
|
620
|
+
.s-l-c-4{display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;}
|
|
621
|
+
|
|
622
|
+
@media only screen and (max-width:1439px) and (min-width: 1025px){
|
|
623
|
+
.p-lr-10-xl{padding-left:10px !important;padding-right:10px !important;}
|
|
624
|
+
}
|
|
625
|
+
@media screen and (min-width:1025px){
|
|
626
|
+
.res-btn:after{display:none !important;}
|
|
627
|
+
}
|
|
628
|
+
@media screen and (max-width:1024px){
|
|
629
|
+
.res-btn{background: none;color: var(--c-10) !important;box-shadow: none !important;padding:0;transform:none !important;}
|
|
630
|
+
.res-btn:after{background: none;color: var(--c-10);box-shadow: none;transform: rotate(320deg) !important;}
|
|
631
|
+
.a-b-1.res-btn-2{height:auto !important;line-height:normal !important;padding:10px !important;text-align:center;}
|
|
632
|
+
}
|
|
633
|
+
@media screen and (max-width:1024px){
|
|
634
|
+
.g-50-p-10{padding: 10px;}
|
|
635
|
+
.g-50-p-t-10{padding-top: 10px;}
|
|
636
|
+
.g-50-p-b-10{padding-bottom: 10px;}
|
|
637
|
+
.g-50-p-tb-10{padding-top: 10px;padding-bottom: 10px;}
|
|
638
|
+
.g-50-p-l-10{padding-left: 10px;}
|
|
639
|
+
.g-50-p-r-10{padding-right: 10px;}
|
|
640
|
+
.g-50-p-lr-10, .g-100-p-lr-10{padding-left: 10px;padding-right: 10px;}
|
|
641
|
+
.g-100-p-20{padding: 20px;}
|
|
642
|
+
.g-100-p-t-20{padding-top: 20px;}
|
|
643
|
+
.g-100-p-b-20{padding-bottom: 20px;}
|
|
644
|
+
.g-100-p-tb-20{padding-top: 20px;padding-bottom: 20px;}
|
|
645
|
+
.g-100-p-l-20{padding-left: 20px;}
|
|
646
|
+
.g-100-p-r-20{padding-right: 20px;}
|
|
647
|
+
.g-100-p-lr-20{padding-left: 20px;padding-right: 20px;}
|
|
648
|
+
.g-200-p-30{padding: 30px;}
|
|
649
|
+
.g-200-p-t-30{padding-top: 30px;}
|
|
650
|
+
.g-200-p-b-30{padding-bottom: 30px;}
|
|
651
|
+
.g-200-p-tb-30{padding-top: 30px;padding-bottom: 30px;}
|
|
652
|
+
.g-200-p-l-30{padding-left: 30px;}
|
|
653
|
+
.g-200-p-r-30{padding-right: 30px;}
|
|
654
|
+
.g-200-p-lr-30{padding-left: 30px;padding-right: 30px;}
|
|
655
|
+
.g-16-p-8{padding: 8px;}
|
|
656
|
+
.g-16-p-t-8{padding-top: 8px;}
|
|
657
|
+
.g-16-p-b-8{padding-bottom: 8px;}
|
|
658
|
+
.g-16-p-tb-8{padding-top: 8px;padding-bottom: 8px;}
|
|
659
|
+
.g-16-p-l-8{padding-left: 8px;}
|
|
660
|
+
.g-16-p-r-8{padding-right: 8px;}
|
|
661
|
+
.g-16-p-lr-8{padding-left: 8px;padding-right: 8px;}
|
|
662
|
+
.g-16-m-8{margin: 8px;}
|
|
663
|
+
.g-16-m-t-8{margin-top: 8px;}
|
|
664
|
+
.g-16-m-b-8{margin-bottom: 8px;}
|
|
665
|
+
.g-16-m-tb-8{margin-top: 8px;margin-bottom: 8px;}
|
|
666
|
+
.g-16-m-l-8{margin-left: 8px;}
|
|
667
|
+
.g-16-m-r-8{margin-right: 8px;}
|
|
668
|
+
.g-16-m-lr-8{margin-left: 8px;margin-right: 8px;}
|
|
669
|
+
.g-12-m-tb-8{margin-top: 8px;margin-bottom: 8px;}
|
|
670
|
+
.g-12-m-lr-0{margin-left: 0px;margin-right: 0px;}
|
|
671
|
+
|
|
672
|
+
.s-d-b-l{display: block;}
|
|
673
|
+
.s-d-ib-l{display: inline-block;}
|
|
674
|
+
.s-d-n-l{display: none;}
|
|
675
|
+
|
|
676
|
+
.s-ta-l-l{text-align: left;}
|
|
677
|
+
|
|
678
|
+
.m-0-l{margin: 0px;}
|
|
679
|
+
.m-l-0-l{margin-left: 0px;}
|
|
680
|
+
.m-r-0-l{margin-right: 0px;}
|
|
681
|
+
.m-t-0-l{margin-top: 0px;}
|
|
682
|
+
.m-b-0-l{margin-bottom: 0px;}
|
|
683
|
+
.p-0-l{padding: 0px;}
|
|
684
|
+
.p-l-0-l{padding-left: 0px;}
|
|
685
|
+
.p-r-0-l{padding-right: 0px;}
|
|
686
|
+
.p-t-0-l{padding-top: 0px;}
|
|
687
|
+
.p-b-0-l{padding-bottom: 0px;}
|
|
688
|
+
.p-lr-10-l{padding-left: 10px;padding-right: 10px;}
|
|
689
|
+
|
|
690
|
+
.im-bn{height:640px;}
|
|
691
|
+
|
|
692
|
+
.s-f-fg-1-l{flex-grow: 1;}
|
|
693
|
+
.s-f-fg-2-l{flex-grow: 2;}
|
|
694
|
+
.s-f-fg-inh-l{flex-grow: inherit;}
|
|
695
|
+
.s-f-fg-ini-l{flex-grow: initial;}
|
|
696
|
+
.s-f-fg-u-l{flex-grow: unset;}
|
|
697
|
+
.s-f-f-1-l{flex: 1;}
|
|
698
|
+
.s-f-f-a-l{flex: auto;}
|
|
699
|
+
.s-f-f-inh-l{flex: inherit;}
|
|
700
|
+
.s-f-f-ini-l{flex: initial;}
|
|
701
|
+
.s-f-f-u-l{flex: unset;}
|
|
702
|
+
.s-f-fb-a-l{flex-basis: auto;}
|
|
703
|
+
.s-f-fb-0-l{flex-basis: 0;}
|
|
704
|
+
.s-f-fb-inh-l{flex-basis: inherit;}
|
|
705
|
+
.s-f-fb-ini-l{flex-basis: initial;}
|
|
706
|
+
.s-f-fb-u-l{flex-basis: unset;}
|
|
707
|
+
|
|
708
|
+
.s-f-fs-0-l{flex-shrink: 0;}
|
|
709
|
+
.s-f-fs-1-l{flex-shrink: 1;}
|
|
710
|
+
.s-f-fs-2-l{flex-shrink: 2;}
|
|
711
|
+
.s-f-fs-inh-l{flex-shrink: inherit;}
|
|
712
|
+
.s-f-fs-ini-l{flex-shrink: initial;}
|
|
713
|
+
.s-f-fs-u-l{flex-shrink: unset;}
|
|
714
|
+
|
|
715
|
+
.s-f-jc-fe-l{justify-content: flex-end;}
|
|
716
|
+
.s-f-jc-fs-l{justify-content: flex-start;}
|
|
717
|
+
.s-f-jc-c-l{justify-content: center;}
|
|
718
|
+
.s-f-jc-sb-l{justify-content: space-between;}
|
|
719
|
+
.s-f-jc-sa-l{justify-content: space-around;}
|
|
720
|
+
.s-f-jc-se-l{justify-content: space-evenly;}
|
|
721
|
+
.s-f-jc-inh-l{justify-content: inherit;}
|
|
722
|
+
.s-f-jc-ini-l{justify-content: initial;}
|
|
723
|
+
.s-f-jc-u-l{justify-content: unset;}
|
|
724
|
+
|
|
725
|
+
.s-f-ji-fs-l{justify-items: flex-start;}
|
|
726
|
+
.s-f-ji-fe-l{justify-items: flex-end;}
|
|
727
|
+
.s-f-ji-c-l{justify-items: center;}
|
|
728
|
+
.s-f-ji-s-l{justify-items: stretch;}
|
|
729
|
+
.s-f-ji-inh-l{justify-items: inherit;}
|
|
730
|
+
.s-f-ji-ini-l{justify-items: initial;}
|
|
731
|
+
.s-f-ji-u-l{justify-items: unset;}
|
|
732
|
+
|
|
733
|
+
.s-f-js-fs-l{justify-self: flex-start;}
|
|
734
|
+
.s-f-js-fe-l{justify-self: flex-end;}
|
|
735
|
+
.s-f-js-c-l{justify-self: center;}
|
|
736
|
+
.s-f-js-s-l{justify-self: stretch;}
|
|
737
|
+
.s-f-js-inh-l{justify-self: inherit;}
|
|
738
|
+
.s-f-js-ini-l{justify-self: initial;}
|
|
739
|
+
.s-f-js-u-l{justify-self: unset;}
|
|
740
|
+
|
|
741
|
+
.s-f-ac-fs-l{align-content: flex-start;}
|
|
742
|
+
.s-f-ac-fe-l{align-content: flex-end;}
|
|
743
|
+
.s-f-ac-c-l{align-content: center;}
|
|
744
|
+
.s-f-ac-sa-l{align-content: space-around;}
|
|
745
|
+
.s-f-ac-sb-l{align-content: space-between;}
|
|
746
|
+
.s-f-ac-se-l{align-content: space-evenly;}
|
|
747
|
+
.s-f-ac-inh-l{align-content: inherit;}
|
|
748
|
+
.s-f-ac-ini-l{align-content: initial;}
|
|
749
|
+
.s-f-ac-u-l{align-content: unset;}
|
|
750
|
+
|
|
751
|
+
.s-f-ai-e-l{align-items: end;}
|
|
752
|
+
.s-f-ai-fe-l{align-items: flex-end;}
|
|
753
|
+
.s-f-ai-fs-l{align-items: flex-start;}
|
|
754
|
+
.s-f-ai-c-l{align-items: center;}
|
|
755
|
+
.s-f-ai-s-l{align-items: stretch;}
|
|
756
|
+
.s-f-ai-inh-l{align-items: inherit;}
|
|
757
|
+
.s-f-ai-ini-l{align-items: initial;}
|
|
758
|
+
.s-f-ai-u-l{align-items: unset;}
|
|
759
|
+
.s-f-as-fs-l{align-self: flex-start;}
|
|
760
|
+
.s-f-as-fe-l{align-self: flex-end;}
|
|
761
|
+
.s-f-as-c-l{align-self: center;}
|
|
762
|
+
.s-f-as-s-l{align-self: stretch;}
|
|
763
|
+
.s-f-as-inh-l{align-self: inherit;}
|
|
764
|
+
.s-f-as-ini-l{align-self: initial;}
|
|
765
|
+
.s-f-as-u-l{align-self: unset;}
|
|
766
|
+
|
|
767
|
+
.s-f-fd-r-l{flex-direction: row;}
|
|
768
|
+
.s-f-fd-rr-l{flex-direction: row-reverse;}
|
|
769
|
+
.s-f-fd-c-l{flex-direction: column;}
|
|
770
|
+
.s-f-fd-cr-l{flex-direction: column-reverse;}
|
|
771
|
+
.s-f-fd-inh-l{flex-direction: inherit;}
|
|
772
|
+
.s-f-fd-ini-l{flex-direction: initial;}
|
|
773
|
+
.s-f-fd-u-l{flex-direction: unset;}
|
|
774
|
+
.s-f-fw-w-l{flex-wrap: wrap;}
|
|
775
|
+
.s-f-fw-nw-l{flex-wrap: nowrap;}
|
|
776
|
+
.s-f-fw-wr-l{flex-wrap: wrap-reverse;}
|
|
777
|
+
.s-f-fw-inh-l{flex-wrap: inherit;}
|
|
778
|
+
.s-f-fw-ini-l{flex-wrap: initial;}
|
|
779
|
+
.s-f-fw-u-l{flex-wrap: unset;}
|
|
780
|
+
|
|
781
|
+
.s-o-0-l{order: 0;}
|
|
782
|
+
.s-o-1-l{order: 1;}
|
|
783
|
+
.s-o-2-l{order: 2;}
|
|
784
|
+
.s-o-3-l{order: 3;}
|
|
785
|
+
.s-o-4-l{order: 4;}
|
|
786
|
+
.s-o-5-l{order: 5;}
|
|
787
|
+
.s-o-inh-l{order: inherit;}
|
|
788
|
+
.s-o-ini-l{order: initial;}
|
|
789
|
+
.s-o-u-l{order: unset;}
|
|
790
|
+
|
|
791
|
+
.s-cc-1-l{column-count: 1;}
|
|
792
|
+
.s-cc-2-l{column-count: 2;}
|
|
793
|
+
.s-cc-3-l{column-count: 3;}
|
|
794
|
+
.s-cc-4-l{column-count: 4;}
|
|
795
|
+
.s-cc-5-l{column-count: 5;}
|
|
796
|
+
.s-cc-inh-l{column-count: inherit;}
|
|
797
|
+
.s-cc-ini-l{column-count: initial;}
|
|
798
|
+
.s-cc-u-l{column-count: unset;}
|
|
799
|
+
.s-cc-a-l{column-count: unset;}
|
|
800
|
+
|
|
801
|
+
.l-h-n-l{line-height: normal;}
|
|
802
|
+
.l-h-inh-l{line-height: inherit;}
|
|
803
|
+
.l-h-ini-l{line-height: initial;}
|
|
804
|
+
.l-h-u-l{line-height: unset;}
|
|
805
|
+
|
|
806
|
+
.s-bi-ac-l{break-inside: avoid-column;}
|
|
807
|
+
.s-bi-a-l{break-inside: auto;}
|
|
808
|
+
.s-bi-inh-l{break-inside: inherit;}
|
|
809
|
+
.s-bi-ini-l{break-inside: initial;}
|
|
810
|
+
.s-bi-u-l{break-inside: unset;}
|
|
811
|
+
|
|
812
|
+
.s-wb-ba-l{word-break: break-all;}
|
|
813
|
+
.s-wb-bw-l{word-break: break-word;}
|
|
814
|
+
.s-wb-inh-l{word-break: inherit;}
|
|
815
|
+
.s-wb-ini-l{word-break: initial;}
|
|
816
|
+
.s-wb-u-l{word-break: unset;}
|
|
817
|
+
|
|
818
|
+
.m-0-l{--sp: 0px;}
|
|
819
|
+
.m-4-l{--sp: 8px;}
|
|
820
|
+
.m-8-l{--sp: 16px;}
|
|
821
|
+
.m-12-l{--sp: 24px;}
|
|
822
|
+
.m-16-l{--sp: 32px;}
|
|
823
|
+
}
|
|
824
|
+
@media screen and (max-width:767px){
|
|
825
|
+
.s-w-100-m{width: 100%;}
|
|
826
|
+
.s-ta-l-m{text-align: left;}
|
|
827
|
+
.s-ta-r-m{text-align: right;}
|
|
828
|
+
.s-ta-i-m{text-align: inherit;}
|
|
829
|
+
.s-ta-c-m{text-align: center;}
|
|
830
|
+
|
|
831
|
+
.s-d-b-m{display: block;}
|
|
832
|
+
.s-d-ib-m{display: inline-block;}
|
|
833
|
+
.s-d-n-m{display: none;}
|
|
834
|
+
|
|
835
|
+
.m-0-m{margin: 0px;}
|
|
836
|
+
.m-l-0-m{margin-left: 0px;}
|
|
837
|
+
.m-r-0-m{margin-right: 0px;}
|
|
838
|
+
.m-t-0-m{margin-top: 0px;}
|
|
839
|
+
.m-b-0-m{margin-bottom: 0px;}
|
|
840
|
+
.m-tb-8-m{margin-top:8px;margin-bottom:8px;}
|
|
841
|
+
.m-b-20-m{margin-bottom: 20px;}
|
|
842
|
+
|
|
843
|
+
.p-0-m{padding: 0px;}
|
|
844
|
+
.p-l-0-m{padding-left: 0px;}
|
|
845
|
+
.p-r-0-m{padding-right: 0px;}
|
|
846
|
+
.p-t-0-m{padding-top: 0px;}
|
|
847
|
+
.p-b-0-m{padding-bottom: 0px;}
|
|
848
|
+
.p-lr-10-m{padding-left: 10px;padding-right: 10px;}
|
|
849
|
+
.m-t-30-m{margin-top:30px;}
|
|
850
|
+
|
|
851
|
+
.im-bn{height:350px;}
|
|
852
|
+
|
|
853
|
+
.s-f-fg-1-m{flex-grow: 1;}
|
|
854
|
+
.s-f-fg-2-m{flex-grow: 2;}
|
|
855
|
+
.s-f-fg-inh-m{flex-grow: inherit;}
|
|
856
|
+
.s-f-fg-ini-m{flex-grow: initial;}
|
|
857
|
+
.s-f-fg-u-m{flex-grow: unset;}
|
|
858
|
+
.s-f-f-1-m{flex: 1;}
|
|
859
|
+
.s-f-f-a-m{flex: auto;}
|
|
860
|
+
.s-f-f-inh-m{flex: inherit;}
|
|
861
|
+
.s-f-f-ini-m{flex: initial;}
|
|
862
|
+
.s-f-f-u-m{flex: unset;}
|
|
863
|
+
.s-f-fb-a-m{flex-basis: auto;}
|
|
864
|
+
.s-f-fb-0-m{flex-basis: 0;}
|
|
865
|
+
|
|
866
|
+
.s-f-fb-inh-m{flex-basis: inherit;}
|
|
867
|
+
.s-f-fb-ini-m{flex-basis: initial;}
|
|
868
|
+
.s-f-fb-u-m{flex-basis: unset;}
|
|
869
|
+
|
|
870
|
+
.s-f-fs-0-m{flex-shrink: 0;}
|
|
871
|
+
.s-f-fs-1-m{flex-shrink: 1;}
|
|
872
|
+
.s-f-fs-2-m{flex-shrink: 2;}
|
|
873
|
+
.s-f-fs-inh-m{flex-shrink: inherit;}
|
|
874
|
+
.s-f-fs-ini-m{flex-shrink: initial;}
|
|
875
|
+
.s-f-fs-u-m{flex-shrink: unset;}
|
|
876
|
+
|
|
877
|
+
.s-f-jc-fe-m{justify-content: flex-end;}
|
|
878
|
+
.s-f-jc-fs-m{justify-content: flex-start;}
|
|
879
|
+
.s-f-jc-c-m{justify-content: center;}
|
|
880
|
+
.s-f-jc-sb-m{justify-content: space-between;}
|
|
881
|
+
.s-f-jc-sa-m{justify-content: space-around;}
|
|
882
|
+
.s-f-jc-se-m{justify-content: space-evenly;}
|
|
883
|
+
.s-f-jc-inh-m{justify-content: inherit;}
|
|
884
|
+
.s-f-jc-ini-m{justify-content: initial;}
|
|
885
|
+
.s-f-jc-u-m{justify-content: unset;}
|
|
886
|
+
|
|
887
|
+
.s-f-ji-fs-m{justify-items: flex-start;}
|
|
888
|
+
.s-f-ji-fe-m{justify-items: flex-end;}
|
|
889
|
+
.s-f-ji-c-m{justify-items: center;}
|
|
890
|
+
.s-f-ji-s-m{justify-items: stretch;}
|
|
891
|
+
.s-f-ji-inh-m{justify-items: inherit;}
|
|
892
|
+
.s-f-ji-ini-m{justify-items: initial;}
|
|
893
|
+
.s-f-ji-u-m{justify-items: unset;}
|
|
894
|
+
|
|
895
|
+
.s-f-js-fs-m{justify-self: flex-start;}
|
|
896
|
+
.s-f-js-fe-m{justify-self: flex-end;}
|
|
897
|
+
.s-f-js-c-m{justify-self: center;}
|
|
898
|
+
.s-f-js-s-m{justify-self: stretch;}
|
|
899
|
+
.s-f-js-inh-m{justify-self: inherit;}
|
|
900
|
+
.s-f-js-ini-m{justify-self: initial;}
|
|
901
|
+
.s-f-js-u-m{justify-self: unset;}
|
|
902
|
+
|
|
903
|
+
.s-f-ac-fs-m{align-content: flex-start;}
|
|
904
|
+
.s-f-ac-fe-m{align-content: flex-end;}
|
|
905
|
+
.s-f-ac-c-m{align-content: center;}
|
|
906
|
+
.s-f-ac-sa-m{align-content: space-around;}
|
|
907
|
+
.s-f-ac-sb-m{align-content: space-between;}
|
|
908
|
+
.s-f-ac-se-m{align-content: space-evenly;}
|
|
909
|
+
.s-f-ac-inh-m{align-content: inherit;}
|
|
910
|
+
.s-f-ac-ini-m{align-content: initial;}
|
|
911
|
+
.s-f-ac-u-m{align-content: unset;}
|
|
912
|
+
.s-f-ai-e-m{align-items: end;}
|
|
913
|
+
.s-f-ai-fe-m{align-items: flex-end;}
|
|
914
|
+
.s-f-ai-fs-m{align-items: flex-start;}
|
|
915
|
+
.s-f-ai-c-m{align-items: center;}
|
|
916
|
+
.s-f-ai-s-m{align-items: stretch;}
|
|
917
|
+
.s-f-ai-inh-m{align-items: inherit;}
|
|
918
|
+
.s-f-ai-ini-m{align-items: initial;}
|
|
919
|
+
.s-f-ai-u-m{align-items: unset;}
|
|
920
|
+
|
|
921
|
+
.s-f-as-fs-m{align-self: flex-start;}
|
|
922
|
+
.s-f-as-fe-m{align-self: flex-end;}
|
|
923
|
+
.s-f-as-c-m{align-self: center;}
|
|
924
|
+
.s-f-as-s-m{align-self: stretch;}
|
|
925
|
+
.s-f-as-inh-m{align-self: inherit;}
|
|
926
|
+
.s-f-as-ini-m{align-self: initial;}
|
|
927
|
+
.s-f-as-u-m{align-self: unset;}
|
|
928
|
+
|
|
929
|
+
.s-f-fd-r-m{flex-direction: row;}
|
|
930
|
+
.s-f-fd-rr-m{flex-direction: row-reverse;}
|
|
931
|
+
.s-f-fd-c-m{flex-direction: column;}
|
|
932
|
+
.s-f-fd-cr-m{flex-direction: column-reverse;}
|
|
933
|
+
.s-f-fd-inh-m{flex-direction: inherit;}
|
|
934
|
+
.s-f-fd-ini-m{flex-direction: initial;}
|
|
935
|
+
.s-f-fd-u-m{flex-direction: unset;}
|
|
936
|
+
|
|
937
|
+
.s-f-fw-w-m{flex-wrap: wrap;}
|
|
938
|
+
.s-f-fw-nw-m{flex-wrap: nowrap;}
|
|
939
|
+
.s-f-fw-wr-m{flex-wrap: wrap-reverse;}
|
|
940
|
+
.s-f-fw-inh-m{flex-wrap: inherit;}
|
|
941
|
+
.s-f-fw-ini-m{flex-wrap: initial;}
|
|
942
|
+
.s-f-fw-u-m{flex-wrap: unset;}
|
|
943
|
+
|
|
944
|
+
.s-o-0-m{order: 0;}
|
|
945
|
+
.s-o-1-m{order: 1;}
|
|
946
|
+
.s-o-2-m{order: 2;}
|
|
947
|
+
.s-o-3-m{order: 3;}
|
|
948
|
+
.s-o-4-m{order: 4;}
|
|
949
|
+
.s-o-5-m{order: 5;}
|
|
950
|
+
.s-o-inh-m{order: inherit;}
|
|
951
|
+
.s-o-ini-m{order: initial;}
|
|
952
|
+
.s-o-u-m{order: unset;}
|
|
953
|
+
|
|
954
|
+
.s-cc-1-m{column-count: 1;}
|
|
955
|
+
.s-cc-2-m{column-count: 2;}
|
|
956
|
+
.s-cc-3-m{column-count: 3;}
|
|
957
|
+
.s-cc-4-m{column-count: 4;}
|
|
958
|
+
.s-cc-5-m{column-count: 5;}
|
|
959
|
+
.s-cc-inh-m{column-count: inherit;}
|
|
960
|
+
.s-cc-ini-m{column-count: initial;}
|
|
961
|
+
.s-cc-u-m{column-count: unset;}
|
|
962
|
+
.s-cc-a-m{column-count: unset;}
|
|
963
|
+
|
|
964
|
+
.l-h-n-m{line-height: normal;}
|
|
965
|
+
.l-h-inh-m{line-height: inherit;}
|
|
966
|
+
.l-h-ini-m{line-height: initial;}
|
|
967
|
+
.l-h-u-m{line-height: unset;}
|
|
968
|
+
|
|
969
|
+
.s-bi-ac-m{break-inside: avoid-column;}
|
|
970
|
+
.s-bi-a-m{break-inside: auto;}
|
|
971
|
+
.s-bi-inh-m{break-inside: inherit;}
|
|
972
|
+
.s-bi-ini-m{break-inside: initial;}
|
|
973
|
+
.s-bi-u-m{break-inside: unset;}
|
|
974
|
+
|
|
975
|
+
.s-wb-ba-m{word-break: break-all;}
|
|
976
|
+
.s-wb-bw-m{word-break: break-word;}
|
|
977
|
+
.s-wb-inh-m{word-break: inherit;}
|
|
978
|
+
.s-wb-ini-m{word-break: initial;}
|
|
979
|
+
.s-wb-u-m{word-break: unset;}
|
|
980
|
+
|
|
981
|
+
.m-0-m{--sp: 0px;}
|
|
982
|
+
.m-4-m{--sp: 8px;}
|
|
983
|
+
.m-8-m{--sp: 16px;}
|
|
984
|
+
.m-12-m{--sp: 24px;}
|
|
985
|
+
.m-16-m{--sp: 32px;}
|
|
986
|
+
}
|
|
987
|
+
@media screen and (max-width:576px){
|
|
988
|
+
.s-d-b-s{display: block;}
|
|
989
|
+
.s-d-ib-s{display: inline-block;}
|
|
990
|
+
.s-d-n-s{display: none;}
|
|
991
|
+
|
|
992
|
+
.s-ta-c-s{text-align:center;}
|
|
993
|
+
.s-ta-l-s{text-align:left;}
|
|
994
|
+
.s-f-jc-sb-s{justify-content: space-between;}
|
|
995
|
+
.s-b-n-s{border:none;}
|
|
996
|
+
|
|
997
|
+
.m-0-s{margin: 0px;}
|
|
998
|
+
.m-l-0-s{margin-left: 0px;}
|
|
999
|
+
.m-r-0-s{margin-right: 0px;}
|
|
1000
|
+
.m-t-0-s{margin-top: 0px;}
|
|
1001
|
+
.m-b-0-s{margin-bottom: 0px;}
|
|
1002
|
+
|
|
1003
|
+
.s-m-a-s{margin: auto;}
|
|
1004
|
+
|
|
1005
|
+
.p-0-s{padding: 0px;}
|
|
1006
|
+
.p-l-0-s{padding-left: 0px;}
|
|
1007
|
+
.p-r-0-s{padding-right: 0px;}
|
|
1008
|
+
.p-t-0-s{padding-top: 0px;}
|
|
1009
|
+
.p-b-0-s{padding-bottom: 0px;}
|
|
1010
|
+
|
|
1011
|
+
.s-f-fg-1-s{flex-grow: 1;}
|
|
1012
|
+
.s-f-fg-2-s{flex-grow: 2;}
|
|
1013
|
+
.s-f-fg-inh-s{flex-grow: inherit;}
|
|
1014
|
+
.s-f-fg-ini-s{flex-grow: initial;}
|
|
1015
|
+
.s-f-fg-u-s{flex-grow: unset;}
|
|
1016
|
+
|
|
1017
|
+
.s-f-f-1-s{flex: 1;}
|
|
1018
|
+
.s-f-f-a-s{flex: auto;}
|
|
1019
|
+
.s-f-f-inh-s{flex: inherit;}
|
|
1020
|
+
.s-f-f-ini-s{flex: initial;}
|
|
1021
|
+
.s-f-f-u-s{flex: unset;}
|
|
1022
|
+
|
|
1023
|
+
.s-f-fb-a-s{flex-basis: auto;}
|
|
1024
|
+
.s-f-fb-0-s{flex-basis: 0;}
|
|
1025
|
+
.s-f-fb-inh-s{flex-basis: inherit;}
|
|
1026
|
+
.s-f-fb-ini-s{flex-basis: initial;}
|
|
1027
|
+
.s-f-fb-u-s{flex-basis: unset;}
|
|
1028
|
+
|
|
1029
|
+
.s-f-fs-0-s{flex-shrink: 0;}
|
|
1030
|
+
.s-f-fs-1-s{flex-shrink: 1;}
|
|
1031
|
+
.s-f-fs-2-s{flex-shrink: 2;}
|
|
1032
|
+
.s-f-fs-inh-s{flex-shrink: inherit;}
|
|
1033
|
+
.s-f-fs-ini-s{flex-shrink: initial;}
|
|
1034
|
+
.s-f-fs-u-s{flex-shrink: unset;}
|
|
1035
|
+
|
|
1036
|
+
.s-f-jc-fe-s{justify-content: flex-end;}
|
|
1037
|
+
.s-f-jc-fs-s{justify-content: flex-start;}
|
|
1038
|
+
.s-f-jc-c-s{justify-content: center;}
|
|
1039
|
+
.s-f-jc-sb-s{justify-content: space-between;}
|
|
1040
|
+
.s-f-jc-sa-s{justify-content: space-around;}
|
|
1041
|
+
.s-f-jc-se-s{justify-content: space-evenly;}
|
|
1042
|
+
.s-f-jc-inh-s{justify-content: inherit;}
|
|
1043
|
+
.s-f-jc-ini-s{justify-content: initial;}
|
|
1044
|
+
.s-f-jc-u-s{justify-content: unset;}
|
|
1045
|
+
|
|
1046
|
+
.s-f-ji-fs-s{justify-items: flex-start;}
|
|
1047
|
+
.s-f-ji-fe-s{justify-items: flex-end;}
|
|
1048
|
+
.s-f-ji-c-s{justify-items: center;}
|
|
1049
|
+
.s-f-ji-s-s{justify-items: stretch;}
|
|
1050
|
+
.s-f-ji-inh-s{justify-items: inherit;}
|
|
1051
|
+
.s-f-ji-ini-s{justify-items: initial;}
|
|
1052
|
+
.s-f-ji-u-s{justify-items: unset;}
|
|
1053
|
+
|
|
1054
|
+
.s-f-js-fs-s{justify-self: flex-start;}
|
|
1055
|
+
.s-f-js-fe-s{justify-self: flex-end;}
|
|
1056
|
+
.s-f-js-c-s{justify-self: center;}
|
|
1057
|
+
.s-f-js-s-s{justify-self: stretch;}
|
|
1058
|
+
.s-f-js-inh-s{justify-self: inherit;}
|
|
1059
|
+
.s-f-js-ini-s{justify-self: initial;}
|
|
1060
|
+
.s-f-js-u-s{justify-self: unset;}
|
|
1061
|
+
|
|
1062
|
+
.s-f-ac-fs-s{align-content: flex-start;}
|
|
1063
|
+
.s-f-ac-fe-s{align-content: flex-end;}
|
|
1064
|
+
.s-f-ac-c-s{align-content: center;}
|
|
1065
|
+
.s-f-ac-sa-s{align-content: space-around;}
|
|
1066
|
+
.s-f-ac-sb-s{align-content: space-between;}
|
|
1067
|
+
.s-f-ac-se-s{align-content: space-evenly;}
|
|
1068
|
+
.s-f-ac-inh-s{align-content: inherit;}
|
|
1069
|
+
.s-f-ac-ini-s{align-content: initial;}
|
|
1070
|
+
.s-f-ac-u-s{align-content: unset;}
|
|
1071
|
+
|
|
1072
|
+
.s-f-ai-e-s{align-items: end;}
|
|
1073
|
+
.s-f-ai-fe-s{align-items: flex-end;}
|
|
1074
|
+
.s-f-ai-fs-s{align-items: flex-start;}
|
|
1075
|
+
.s-f-ai-c-s{align-items: center;}
|
|
1076
|
+
.s-f-ai-s-s{align-items: stretch;}
|
|
1077
|
+
.s-f-ai-inh-s{align-items: inherit;}
|
|
1078
|
+
.s-f-ai-ini-s{align-items: initial;}
|
|
1079
|
+
.s-f-ai-u-s{align-items: unset;}
|
|
1080
|
+
|
|
1081
|
+
.s-f-as-fs-s{align-self: flex-start;}
|
|
1082
|
+
.s-f-as-fe-s{align-self: flex-end;}
|
|
1083
|
+
.s-f-as-c-s{align-self: center;}
|
|
1084
|
+
.s-f-as-s-s{align-self: stretch;}
|
|
1085
|
+
.s-f-as-inh-s{align-self: inherit;}
|
|
1086
|
+
.s-f-as-ini-s{align-self: initial;}
|
|
1087
|
+
.s-f-as-u-s{align-self: unset;}
|
|
1088
|
+
|
|
1089
|
+
.s-f-fd-r-s{flex-direction: row;}
|
|
1090
|
+
.s-f-fd-rr-s{flex-direction: row-reverse;}
|
|
1091
|
+
.s-f-fd-c-s{flex-direction: column;}
|
|
1092
|
+
.s-f-fd-cr-s{flex-direction: column-reverse;}
|
|
1093
|
+
.s-f-fd-inh-s{flex-direction: inherit;}
|
|
1094
|
+
.s-f-fd-ini-s{flex-direction: initial;}
|
|
1095
|
+
.s-f-fd-u-s{flex-direction: unset;}
|
|
1096
|
+
|
|
1097
|
+
.s-f-fw-w-s{flex-wrap: wrap;}
|
|
1098
|
+
.s-f-fw-nw-s{flex-wrap: nowrap;}
|
|
1099
|
+
.s-f-fw-wr-s{flex-wrap: wrap-reverse;}
|
|
1100
|
+
.s-f-fw-inh-s{flex-wrap: inherit;}
|
|
1101
|
+
.s-f-fw-ini-s{flex-wrap: initial;}
|
|
1102
|
+
.s-f-fw-u-s{flex-wrap: unset;}
|
|
1103
|
+
|
|
1104
|
+
.s-o-0-s{order: 0;}
|
|
1105
|
+
.s-o-1-s{order: 1;}
|
|
1106
|
+
.s-o-2-s{order: 2;}
|
|
1107
|
+
.s-o-3-s{order: 3;}
|
|
1108
|
+
.s-o-4-s{order: 4;}
|
|
1109
|
+
.s-o-5-s{order: 5;}
|
|
1110
|
+
.s-o-inh-s{order: inherit;}
|
|
1111
|
+
.s-o-ini-s{order: initial;}
|
|
1112
|
+
.s-o-u-s{order: unset;}
|
|
1113
|
+
|
|
1114
|
+
.s-cc-1-s{column-count: 1;}
|
|
1115
|
+
.s-cc-2-s{column-count: 2;}
|
|
1116
|
+
.s-cc-3-s{column-count: 3;}
|
|
1117
|
+
.s-cc-4-s{column-count: 4;}
|
|
1118
|
+
.s-cc-5-s{column-count: 5;}
|
|
1119
|
+
.s-cc-inh-s{column-count: inherit;}
|
|
1120
|
+
.s-cc-ini-s{column-count: initial;}
|
|
1121
|
+
.s-cc-u-s{column-count: unset;}
|
|
1122
|
+
.s-cc-a-s{column-count: unset;}
|
|
1123
|
+
|
|
1124
|
+
.l-h-n-s{line-height: normal;}
|
|
1125
|
+
.l-h-inh-s{line-height: inherit;}
|
|
1126
|
+
.l-h-ini-s{line-height: initial;}
|
|
1127
|
+
.l-h-u-s{line-height: unset;}
|
|
1128
|
+
|
|
1129
|
+
.s-bi-ac-s{break-inside: avoid-column;}
|
|
1130
|
+
.s-bi-a-s{break-inside: auto;}
|
|
1131
|
+
.s-bi-inh-s{break-inside: inherit;}
|
|
1132
|
+
.s-bi-ini-s{break-inside: initial;}
|
|
1133
|
+
.s-bi-u-s{break-inside: unset;}
|
|
1134
|
+
|
|
1135
|
+
.s-wb-ba-s{word-break: break-all;}
|
|
1136
|
+
.s-wb-bw-s{word-break: break-word;}
|
|
1137
|
+
.s-wb-inh-s{word-break: inherit;}
|
|
1138
|
+
.s-wb-ini-s{word-break: initial;}
|
|
1139
|
+
.s-wb-u-s{word-break: unset;}
|
|
1140
|
+
|
|
1141
|
+
.m-0-s{--sp: 0px;}
|
|
1142
|
+
.m-4-s{--sp: 8px;}
|
|
1143
|
+
.m-8-s{--sp: 16px;}
|
|
1144
|
+
.m-12-s{--sp: 24px;}
|
|
1145
|
+
.m-16-s{--sp: 32px;}
|
|
1146
|
+
}
|
|
1147
|
+
|
|
1148
|
+
@keyframes animate-in-and-out{
|
|
1149
|
+
entry 0%{
|
|
1150
|
+
opacity: 0.8;
|
|
1151
|
+
transform: translateY(25%);
|
|
1152
|
+
/*scale: 0.9;*/
|
|
1153
|
+
transform-origin: center;
|
|
1154
|
+
}
|
|
1155
|
+
|
|
1156
|
+
entry 100%{
|
|
1157
|
+
opacity: 1;
|
|
1158
|
+
transform: translateY(0);
|
|
1159
|
+
/*scale: 1;*/
|
|
1160
|
+
transform-origin: center;
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
exit 0%{
|
|
1164
|
+
opacity: 1;
|
|
1165
|
+
transform: translateY(0);
|
|
1166
|
+
/*scale: 1;*/
|
|
1167
|
+
transform-origin: center;
|
|
1168
|
+
}
|
|
1169
|
+
|
|
1170
|
+
exit 100%{
|
|
1171
|
+
opacity: 0.8;
|
|
1172
|
+
transform: translateY(-100%);
|
|
1173
|
+
/*scale: 0.9;*/
|
|
1174
|
+
transform-origin: center;
|
|
1175
|
+
}
|
|
1176
|
+
}
|
|
1177
|
+
article{animation: animate-in-and-out cubic-bezier(0.3,0.1,0.4,0.2);animation-timeline: view();}
|
|
1178
|
+
|
|
1179
|
+
@media screen and (max-width:575px){
|
|
1180
|
+
.item-f a{display: inline-block;height: 48px;line-height: 44px;}
|
|
1181
|
+
.l-b.fflag.ff-lg{height: 27px !important;}
|
|
1182
|
+
}
|
|
1183
|
+
/* button start*/
|
|
1184
|
+
.btn-1{background: var(--c-1);color: var(--c-99);border-radius: var(--b-r-1);box-sizing: border-box;display: inline-block;font-weight: var(--f-w-6);font-size: var(--f-s-1);overflow: hidden;padding: 14px 20px;position: relative;text-decoration: none;transition: all 0.3s ease-in-out;width:max-content;}
|
|
1185
|
+
.btn-1:hover{background: var(--c-4);}
|
|
1186
|
+
.btn-1:active{transform: scale(0.95);background: var(--c-5);font-weight: var(--f-w-6);}
|
|
1187
|
+
.btn-2{background: var(--bg-t);border: 1px solid var(--c-1);color: var(--c-1);font-weight: var(--f-w-6);border-radius: var(--b-r-1);box-sizing: border-box;display: inline-block;font-size: var(--f-s-1);overflow: hidden;padding: 14px 20px;position: relative;text-decoration: none;transition: all 0.3s ease-in-out;text-transform: uppercase;}
|
|
1188
|
+
.btn-2:hover{background: var(--c-3);}
|
|
1189
|
+
.btn-2:active{transform: scale(0.95);background: var(--c-6);font-weight: var(--f-w-6);}
|
|
1190
|
+
|
|
1191
|
+
.btn-3{color: var(--c-7 );border: transparent;display: inline-block;font-size: var(--f-s-2);overflow: hidden;position: relative;font-weight: var(--f-w-6);text-transform: uppercase;}
|
|
1192
|
+
.btn-4{ color: var(--c-1);border: transparent;display: inline-block;font-size: var(--f-s-2);overflow: hidden;padding-right:10px;position: relative;font-weight: var(--f-w-6);text-transform: uppercase;}
|
|
1193
|
+
.btn-5{background: var(--bg-t);border: 1px solid var(--c-6);color: var(--c-1);font-weight: var(--f-w-6);border-radius: var(--b-r-1);box-sizing: border-box;display: inline-block;font-size: var(--f-s-1);overflow: hidden;padding: 14px 20px;position: relative;text-decoration: none;transition: all 0.3s ease-in-out;text-transform: uppercase;}
|
|
1194
|
+
.btn-5:hover{border-color: var(--c-2);}
|
|
1195
|
+
.btn-5:active{transform: scale(0.95);background: var(--c-6);font-weight: var(--f-w-6);}
|
|
1196
|
+
/* button end */
|