template.css
37.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
@charset "UTF-8";
/* line 5, D:/soft/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }
/* line 22, D:/soft/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html { line-height: 1; }
/* line 24, D:/soft/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul { list-style: none; }
/* line 26, D:/soft/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table { border-collapse: collapse; border-spacing: 0; }
/* line 28, D:/soft/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }
/* line 30, D:/soft/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote { quotes: none; }
/* line 103, D:/soft/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
/* line 32, D:/soft/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img { border: none; }
/* line 116, D:/soft/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
/* line 17, ../sass/tiny-sass/_placeholder.scss */
.category { z-index: 10; }
/* ellipsis,省略号,当超过宽度时,显示省略号 */
/* 兼容 inline-block */
/*清除浮动*/
/* 兼容最小高度 */
/*
可实现实虚三角 */
/* line 207, ../sass/tiny-sass/mixins/_triangle.scss */
.nav-x li a .arrow-top, .nav-x li a:hover .arrow-top { content: ''; display: inline-block; position: absolute; }
/*栅格数量*/
/*栅格数量*/
/* line 1, ../sass/tiny-sass/_buttons.scss */
.btn { display: inline-block; margin-bottom: 0; font-weight: normal; text-align: center; vertical-align: middle; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.42857; border-radius: 0; }
/* line 14, ../sass/tiny-sass/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; }
/* line 24, ../sass/tiny-sass/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; }
/* line 31, ../sass/tiny-sass/_buttons.scss */
.btn-default { color: #333; background-color: #fff; border-color: #ccc; }
/* line 6, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus { color: #333; background-color: #e6e6e6; border-color: #999999; }
/* line 12, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; }
/* line 17, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { color: #333; background-color: #e6e6e6; border-color: #adadad; }
/* line 24, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; }
/* line 32, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { background-image: none; }
/* line 40, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active { background-color: #fff; border-color: #ccc; }
/* line 51, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-default .badge { color: #fff; background-color: #333; }
/* line 34, ../sass/tiny-sass/_buttons.scss */
.btn-primary { color: #fff; background-color: #337ab7; border-color: #2c6a9f; }
/* line 6, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #285f8f; border-color: #16354f; }
/* line 12, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-primary:hover { color: #fff; background-color: #285f8f; border-color: #1f4a6f; }
/* line 17, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { color: #fff; background-color: #285f8f; border-color: #1f4a6f; }
/* line 24, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus { color: #fff; background-color: #204d73; border-color: #11283b; }
/* line 32, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { background-image: none; }
/* line 40, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active { background-color: #337ab7; border-color: #2c6a9f; }
/* line 51, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-primary .badge { color: #337ab7; background-color: #fff; }
/* line 37, ../sass/tiny-sass/_buttons.scss */
.btn-success { color: #fff; background-color: #1CAF9A; border-color: #189583; }
/* line 6, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus { color: #fff; background-color: #158373; border-color: #0a3d35; }
/* line 12, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-success:hover { color: #fff; background-color: #158373; border-color: #0f6054; }
/* line 17, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { color: #fff; background-color: #158373; border-color: #0f6054; }
/* line 24, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus { color: #fff; background-color: #106458; border-color: #062722; }
/* line 32, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { background-image: none; }
/* line 40, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active { background-color: #1CAF9A; border-color: #189583; }
/* line 51, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-success .badge { color: #1CAF9A; background-color: #fff; }
/* line 40, ../sass/tiny-sass/_buttons.scss */
.btn-info { color: #fff; background-color: #5bc0de; border-color: #42b6d9; }
/* line 6, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus { color: #fff; background-color: #31b0d5; border-color: #1e7b96; }
/* line 12, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #2596b8; }
/* line 17, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { color: #fff; background-color: #31b0d5; border-color: #2596b8; }
/* line 24, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus { color: #fff; background-color: #269abc; border-color: #1a6981; }
/* line 32, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { background-image: none; }
/* line 40, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active { background-color: #5bc0de; border-color: #42b6d9; }
/* line 51, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-info .badge { color: #5bc0de; background-color: #fff; }
/* line 43, ../sass/tiny-sass/_buttons.scss */
.btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea032; }
/* line 6, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #ec971f; border-color: #ab6a0e; }
/* line 12, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d18212; }
/* line 17, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { color: #fff; background-color: #ec971f; border-color: #d18212; }
/* line 24, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus { color: #fff; background-color: #d58512; border-color: #935c0c; }
/* line 32, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { background-image: none; }
/* line 40, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: #eea032; }
/* line 51, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-warning .badge { color: #f0ad4e; background-color: #fff; }
/* line 46, ../sass/tiny-sass/_buttons.scss */
.btn-danger { color: #fff; background-color: #d9534f; border-color: #d43a36; }
/* line 6, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #c9302c; border-color: #86201d; }
/* line 12, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #a82824; }
/* line 17, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { color: #fff; background-color: #c9302c; border-color: #a82824; }
/* line 24, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus { color: #fff; background-color: #ac2925; border-color: #711b18; }
/* line 32, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { background-image: none; }
/* line 40, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active { background-color: #d9534f; border-color: #d43a36; }
/* line 51, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-danger .badge { color: #d9534f; background-color: #fff; }
/* line 49, ../sass/tiny-sass/_buttons.scss */
.btn-gray { color: #333; background-color: #ccc; border-color: #bdbdbd; }
/* line 6, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-gray:focus, .btn-gray.focus { color: #333; background-color: #b3b3b3; border-color: #8a8a8a; }
/* line 12, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-gray:hover { color: #333; background-color: #b3b3b3; border-color: #9e9e9e; }
/* line 17, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-gray:active, .btn-gray.active, .open > .btn-gray.dropdown-toggle { color: #333; background-color: #b3b3b3; border-color: #9e9e9e; }
/* line 24, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-gray:active:hover, .btn-gray:active:focus, .btn-gray:active.focus, .btn-gray.active:hover, .btn-gray.active:focus, .btn-gray.active.focus, .open > .btn-gray.dropdown-toggle:hover, .open > .btn-gray.dropdown-toggle:focus, .open > .btn-gray.dropdown-toggle.focus { color: #333; background-color: #a1a1a1; border-color: #7d7d7d; }
/* line 32, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-gray:active, .btn-gray.active, .open > .btn-gray.dropdown-toggle { background-image: none; }
/* line 40, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-gray.disabled, .btn-gray.disabled:hover, .btn-gray.disabled:focus, .btn-gray.disabled.focus, .btn-gray.disabled:active, .btn-gray.disabled.active, .btn-gray[disabled], .btn-gray[disabled]:hover, .btn-gray[disabled]:focus, .btn-gray[disabled].focus, .btn-gray[disabled]:active, .btn-gray[disabled].active, fieldset[disabled] .btn-gray, fieldset[disabled] .btn-gray:hover, fieldset[disabled] .btn-gray:focus, fieldset[disabled] .btn-gray.focus, fieldset[disabled] .btn-gray:active, fieldset[disabled] .btn-gray.active { background-color: #ccc; border-color: #bdbdbd; }
/* line 51, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-gray .badge { color: #ccc; background-color: #333; }
/* line 54, ../sass/tiny-sass/_buttons.scss */
.btn-lg { padding: 10px 16px; font-size: 18px; line-height: 1.33333; border-radius: 6px; }
/* line 57, ../sass/tiny-sass/_buttons.scss */
.btn-sm { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }
/* line 60, ../sass/tiny-sass/_buttons.scss */
.btn-xs { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; }
/* line 64, ../sass/tiny-sass/_buttons.scss */
.btn-block { display: block; width: 100%; }
/* line 69, ../sass/tiny-sass/_buttons.scss */
.btn-block + .btn-block { margin-top: 5px; }
/* line 76, ../sass/tiny-sass/_buttons.scss */
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; }
/* line 2, ../sass/tiny-sass/_media.scss */
.viewport { margin: 0 auto; }
@media only screen and (max-width: 300px) { /* line 3, ../sass/tiny-sass/_media.scss */
body { font-size: 8.33333px; }
/* line 3, ../sass/tiny-sass/_media.scss */
.viewport { max-width: 300px; } }
@media only screen and (max-width: 310px) and (min-width: 300px) { /* line 4, ../sass/tiny-sass/_media.scss */
body { font-size: 8.33333px; }
/* line 4, ../sass/tiny-sass/_media.scss */
.viewport { max-width: 310px; } }
@media only screen and (max-width: 320px) and (min-width: 310px) { /* line 5, ../sass/tiny-sass/_media.scss */
body { font-size: 8.61111px; }
/* line 5, ../sass/tiny-sass/_media.scss */
.viewport { max-width: 320px; } }
@media only screen and (max-width: 350px) and (min-width: 320px) { /* line 6, ../sass/tiny-sass/_media.scss */
body { font-size: 8.88889px; }
/* line 6, ../sass/tiny-sass/_media.scss */
.viewport { max-width: 350px; } }
@media only screen and (max-width: 360px) and (min-width: 350px) { /* line 7, ../sass/tiny-sass/_media.scss */
body { font-size: 9.72222px; }
/* line 7, ../sass/tiny-sass/_media.scss */
.viewport { max-width: 360px; } }
@media only screen and (max-width: 400px) and (min-width: 360px) { /* line 8, ../sass/tiny-sass/_media.scss */
body { font-size: 10px; }
/* line 8, ../sass/tiny-sass/_media.scss */
.viewport { max-width: 400px; } }
@media only screen and (max-width: 470px) and (min-width: 400px) { /* line 9, ../sass/tiny-sass/_media.scss */
body { font-size: 11.1111px; }
/* line 9, ../sass/tiny-sass/_media.scss */
.viewport { max-width: 470px; } }
@media only screen and (max-width: 480px) and (min-width: 470px) { /* line 10, ../sass/tiny-sass/_media.scss */
body { font-size: 13.0556px; }
/* line 10, ../sass/tiny-sass/_media.scss */
.viewport { max-width: 480px; } }
@media only screen and (max-width: 540px) and (min-width: 480px) { /* line 11, ../sass/tiny-sass/_media.scss */
body { font-size: 13.3333px; }
/* line 11, ../sass/tiny-sass/_media.scss */
.viewport { max-width: 540px; } }
@media only screen and (max-width: 560px) and (min-width: 540px) { /* line 12, ../sass/tiny-sass/_media.scss */
body { font-size: 15px; }
/* line 12, ../sass/tiny-sass/_media.scss */
.viewport { max-width: 560px; } }
@media only screen and (max-width: 570px) and (min-width: 560px) { /* line 13, ../sass/tiny-sass/_media.scss */
body { font-size: 15.5556px; }
/* line 13, ../sass/tiny-sass/_media.scss */
.viewport { max-width: 570px; } }
@media only screen and (max-width: 630px) and (min-width: 570px) { /* line 14, ../sass/tiny-sass/_media.scss */
body { font-size: 15.8333px; }
/* line 14, ../sass/tiny-sass/_media.scss */
.viewport { max-width: 630px; } }
@media only screen and (max-width: 640px) and (min-width: 630px) { /* line 15, ../sass/tiny-sass/_media.scss */
body { font-size: 17.5px; }
/* line 15, ../sass/tiny-sass/_media.scss */
.viewport { max-width: 640px; } }
@media only screen and (max-width: 710px) and (min-width: 640px) { /* line 16, ../sass/tiny-sass/_media.scss */
body { font-size: 17.7778px; }
/* line 16, ../sass/tiny-sass/_media.scss */
.viewport { max-width: 710px; } }
@media only screen and (max-width: 720px) and (min-width: 710px) { /* line 17, ../sass/tiny-sass/_media.scss */
body { font-size: 19.7222px; }
/* line 17, ../sass/tiny-sass/_media.scss */
.viewport { max-width: 720px; } }
@media only screen and (min-width: 720px) { /* line 18, ../sass/tiny-sass/_media.scss */
body { font-size: 20px; }
/* line 18, ../sass/tiny-sass/_media.scss */
.viewport { width: 720px; } }
/* line 26, ../sass/template.scss */
.main-color { color: #a22a66; }
/* line 3, ../sass/tiny-sass/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after { content: " "; display: table; }
/* line 8, ../sass/tiny-sass/mixins/_clearfix.scss */
.clearfix:after { clear: both; }
/* line 34, ../sass/template.scss */
html, body { word-wrap: break-word; font: 14px/1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif; }
/* line 39, ../sass/template.scss */
a { text-decoration: none; color: #333; }
/* line 24, D:/soft/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_link-colors.scss */
a:hover { color: #a22a66; }
/* line 27, D:/soft/Koala/rubygems/gems/compass-core-1.0.1/stylesheets/compass/typography/links/_link-colors.scss */
a:active { color: #999; }
/* line 43, ../sass/template.scss */
input, button, select, textarea { outline: none; }
/* line 43, ../sass/template.scss */
textarea { resize: none; }
/* line 45, ../sass/template.scss */
.container { width: 1240px; margin-left: auto; margin-right: auto; }
/* line 53, ../sass/template.scss */
#header .topbar { position: relative; z-index: 1000; height: 32px; height: 32px; line-height: 32px; background-color: #f1f1f1; border-bottom: 1px solid #dddddd; }
/* line 62, ../sass/template.scss */
#header .head-main { position: relative; z-index: 1; overflow: hidden; padding-top: 20px; height: 80px; position: relative; }
/* line 5, ../sass/tiny-sass/_layout.scss */
#header .head-main .sub-1, #header .head-main .sub-3, #header .head-main .sub-2 { position: absolute; bottom: 0; top: 0; }
/* line 47, ../sass/tiny-sass/_layout.scss */
#header .head-main .sub-1 { left: 0; width: 270px; }
/* line 61, ../sass/tiny-sass/_layout.scss */
#header .head-main .sub-3 { right: 0; width: 260px; }
/* line 71, ../sass/tiny-sass/_layout.scss */
#header .head-main .sub-2 { position: relative; margin-left: 270px; margin-right: 260px; }
/* line 69, ../sass/template.scss */
#header .head-main .search-form { float: right; margin-top: 10px; }
/* line 73, ../sass/template.scss */
#header .head-main .search-keyword { border: 1px solid #8e1652; border-right: none; height: 32px; line-height: 32px; width: 460px; float: left; margin-left: 40px; padding: 5px 5px 5px 20px; font-size: 14px; }
/* line 84, ../sass/template.scss */
#header .head-main .btn-search, #header .head-main .shopping { width: 64px; height: 44px; overflow: hidden; background-color: #a22a66; border: 1px solid #8e1652; cursor: pointer; color: #fff; }
/* line 94, ../sass/template.scss */
#header .head-main .shopping { float: right; margin-top: 30px; line-height: 44px; text-align: center; width: 160px; }
/* line 102, ../sass/template.scss */
#header .nav { height: 46px; background-color: #a22a66; }
/* line 106, ../sass/template.scss */
#header .nav li { float: left; height: 46px; line-height: 46px; }
/* line 111, ../sass/template.scss */
#header .nav li a { font-size: 18px; color: #f1f1f1; display: block; padding: 0 30px; }
/* line 116, ../sass/template.scss */
#header .nav li a:hover { background-color: #d55d99; }
/* line 119, ../sass/template.scss */
#header .nav li a.current { background-color: #cb3480; }
/* line 126, ../sass/template.scss */
#tags-list { position: absolute; right: 65px; top: 22px; }
/* line 130, ../sass/template.scss */
#tags-list a { padding: 4px 8px; background-color: #f1f1f1; margin-right: 10px; }
/* line 136, ../sass/template.scss */
.logo { margin-top: 20px; background: url(logo.png); height: 60px; width: 270px; }
/* line 143, ../sass/template.scss */
#main { background-color: #f1f1f1; padding-bottom: 20px; }
/* line 146, ../sass/template.scss */
#main .banner { overflow: hidden; position: relative; }
/* line 152, ../sass/template.scss */
.category { position: absolute; padding-top: 10px; top: 0; bottom: 0; width: 240px; background-color: #333333; }
/* line 163, ../sass/template.scss */
.category li { display: block; }
/* line 166, ../sass/template.scss */
.category li a { position: relative; display: block; width: 240px -25; height: 42px; line-height: 42px; padding-left: 30px; cursor: pointer; color: #FFF; }
/* line 175, ../sass/template.scss */
.category li a:hover { background-color: #595959; }
/* line 179, ../sass/template.scss */
.category li a i { position: absolute; right: 0; top: 0; padding-right: 15px; color: #FFF; height: 42px; line-height: 42px; }
/* line 189, ../sass/template.scss */
.category li .category-sub { width: 400px; height: 394px; overflow: hidden; padding: 10px; display: none; background-color: #FFF; position: absolute; top: 0; left: 240px; bottom: 0; }
/* line 202, ../sass/template.scss */
.category li.hover a { background-color: #595959; }
/* line 205, ../sass/template.scss */
.category li.hover .category-sub { display: block; }
/* line 212, ../sass/template.scss */
.index-products li { float: left; border-left: 1px solid #dddddd; width: 215px; }
/* line 219, ../sass/template.scss */
.layout-2 { position: relative; height: 100%; position: relative; }
/* line 5, ../sass/tiny-sass/_layout.scss */
.layout-2 #header .head-main .sub-1, #header .head-main .layout-2 .sub-1, .layout-2 #header .head-main .sub-3, #header .head-main .layout-2 .sub-3, .layout-2 #header .head-main .sub-2, #header .head-main .layout-2 .sub-2, .layout-2 .sub-1, .layout-2 .sub-2, .layout-2 .lists .item .sub-1, .lists .item .layout-2 .sub-1, .layout-2 .lists .item .sub-2, .lists .item .layout-2 .sub-2, .layout-2 .lists .item .sub-3, .lists .item .layout-2 .sub-3 { position: absolute; bottom: 0; top: 0; }
/* line 47, ../sass/tiny-sass/_layout.scss */
.layout-2 .sub-1 { left: 0; width: 300px; }
/* line 71, ../sass/tiny-sass/_layout.scss */
.layout-2 .sub-2 { position: relative; margin-left: 300px; margin-right: 0; }
/* line 225, ../sass/template.scss */
.nav-x li { position: relative; float: right; padding: 0 2px; }
/* line 229, ../sass/template.scss */
.nav-x li a { height: 32px; line-height: 32px; padding: 0 20px; }
/* line 232, ../sass/template.scss */
.nav-x li a .fa { height: 32px; line-height: 32px; }
/* line 237, ../sass/template.scss */
.nav-x li a .arrow-top { position: relative; vertical-align: middle; height: 0; width: 0; left: 0; top: 0; border-top: 7px solid #b1b1b1; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 0 solid transparent; }
/* line 242, ../sass/template.scss */
.nav-x li a:hover .arrow-top { position: relative; vertical-align: middle; height: 0; width: 0; left: 0; top: -1.75px; border-bottom: 7px solid #bfbfbf; border-right: 7px solid transparent; border-left: 7px solid transparent; border-top: 0 solid transparent; }
/* line 250, ../sass/template.scss */
.nav-x li.split { width: 1px; height: 15px; margin-top: 9px; padding: 0; background: #ddd; overflow: hidden; }
/* line 260, ../sass/template.scss */
.lists .item { position: relative; overflow: hidden; height: 400px; margin-top: 20px; background-color: #fff; position: relative; }
/* line 5, ../sass/tiny-sass/_layout.scss */
.lists .item #header .head-main .sub-1, #header .head-main .lists .item .sub-1, .lists .item #header .head-main .sub-3, #header .head-main .lists .item .sub-3, .lists .item #header .head-main .sub-2, #header .head-main .lists .item .sub-2, .lists .item .sub-1, .lists .item .sub-2, .lists .item .sub-3 { position: absolute; bottom: 0; top: 0; }
/* line 47, ../sass/tiny-sass/_layout.scss */
.lists .item .sub-1 { left: 0; width: 191px; }
/* line 47, ../sass/tiny-sass/_layout.scss */
.lists .item .sub-2 { left: 191px; width: 401px; }
/* line 71, ../sass/tiny-sass/_layout.scss */
.lists .item .sub-3 { position: relative; margin-left: 592px; margin-right: 0; }
/* line 267, ../sass/template.scss */
.lists .item .sub-2 { overflow: hidden; }
/* line 269, ../sass/template.scss */
.title-nav { color: #fff; font-size: 14px; background: url("floor.png") no-repeat; padding: 40px; }
/* line 276, ../sass/template.scss */
.floor-1 { background-position: 0 0px; }
/* line 276, ../sass/template.scss */
.floor-2 { background-position: 0 -110px; }
/* line 276, ../sass/template.scss */
.floor-3 { background-position: 0 -220px; }
/* line 276, ../sass/template.scss */
.floor-4 { background-position: 0 -330px; }
/* line 276, ../sass/template.scss */
.floor-5 { background-position: 0 -440px; }
/* line 276, ../sass/template.scss */
.floor-6 { background-position: 0 -550px; }
/* line 276, ../sass/template.scss */
.floor-7 { background-position: 0 -660px; }
/* line 276, ../sass/template.scss */
.floor-8 { background-position: 0 -770px; }
/* line 276, ../sass/template.scss */
.floor-9 { background-position: 0 -880px; }
/* line 276, ../sass/template.scss */
.floor-10 { background-position: 0 -990px; }
/* line 276, ../sass/template.scss */
.floor-11 { background-position: 0 -1100px; }
/* line 276, ../sass/template.scss */
.floor-12 { background-position: 0 -1210px; }
/* line 283, ../sass/template.scss */
#footer { padding: 20px 0; background-color: #f1f1f1; }
/* line 286, ../sass/template.scss */
#footer .copyright { border-top: 1px solid #dddddd; text-align: center; padding: 20px; }
/* line 291, ../sass/template.scss */
#footer .helps { padding: 20px 0; }
/* line 293, ../sass/template.scss */
#footer .helps dl { float: left; width: 200px; }
/* line 296, ../sass/template.scss */
#footer .helps dl dt { color: #333333; font-size: 16px; font-weight: 700; margin-bottom: 10px; }
/* line 302, ../sass/template.scss */
#footer .helps dl dd { color: #777777; }
/* line 306, ../sass/template.scss */
#footer .helps .col-contact { width: 240px; text-align: center; float: right; }
/* line 310, ../sass/template.scss */
#footer .helps .col-contact .phone { color: #a22a66; font-size: 22px; }
/* line 318, ../sass/template.scss */
.category-tags { padding: 0 20px; }
/* line 320, ../sass/template.scss */
.category-tags li { font-weight: bold; width: 50%; float: left; text-align: center; overflow: hidden; height: 32px; line-height: 32px; }
/* line 331, ../sass/template.scss */
.promise { padding: 20px 0; background-color: #FFF; border-bottom: 1px solid #dddddd; }
/* line 336, ../sass/template.scss */
.promise dl { width: 248px; float: left; }
/* line 339, ../sass/template.scss */
.promise dl dt { background: url(promise.png) no-repeat; width: 60px; height: 48px; float: left; }
/* line 345, ../sass/template.scss */
.promise dl dt.icon-1 { background-position: 0px 0; }
/* line 345, ../sass/template.scss */
.promise dl dt.icon-2 { background-position: -60px 0; }
/* line 345, ../sass/template.scss */
.promise dl dt.icon-3 { background-position: -120px 0; }
/* line 345, ../sass/template.scss */
.promise dl dt.icon-4 { background-position: -180px 0; }
/* line 345, ../sass/template.scss */
.promise dl dt.icon-5 { background-position: -240px 0; }
/* line 350, ../sass/template.scss */
.promise dl dd { height: 48px; float: left; overflow: hidden; }
/* line 354, ../sass/template.scss */
.promise dl dd .title { font-weight: 700; font-size: 16px; color: #555555; }
/* line 359, ../sass/template.scss */
.promise dl dd p { color: #777777; }
/* line 366, ../sass/template.scss */
.floor-slide { margin: 0 auto; position: relative; width: 190px; height: 202px; overflow: hidden; zoom: 1; }
/* line 367, ../sass/template.scss */
.floor-slide .floor-pager { width: 100%; position: absolute; bottom: 10px; text-align: center; z-index: 101; }
/* line 368, ../sass/template.scss */
.floor-slide .floor-pager li { margin: 0 5px; display: inline-block; width: 20px; height: 4px; overflow: hidden; text-indent: -99em; background: #dddddd; cursor: pointer; zoom: 1; *display: inline; }
/* line 369, ../sass/template.scss */
.floor-slide .floor-pager li.cycle-pager-active { background: #a22a66; }
/* line 371, ../sass/template.scss */
.dropdown { position: relative; }
/* line 374, ../sass/template.scss */
.dropdown .dropdown-content { position: absolute; list-style: none; top: 100%; left: 0; z-index: 10000; display: none; float: left; min-width: 160px; margin: 9px 0 0; *margin: 0 0 0; text-align: left; line-height: 1.6; background-color: #fff; border: 1px solid #ddd; border-radius: 0; background-clip: padding-box; }
/* line 391, ../sass/template.scss */
.dropdown .dropdown-content:before, .dropdown .dropdown-content:after { position: absolute; display: block; content: ""; width: 0; height: 0; border: 8px dashed transparent; z-index: 1; border-bottom-style: solid; border-width: 0 8px 8px; left: 10px; top: -8px; pointer-events: none; }
/* line 405, ../sass/template.scss */
.dropdown .dropdown-content:before { border-bottom-color: #ddd; bottom: 0; }
/* line 409, ../sass/template.scss */
.dropdown .dropdown-content:after { border-bottom-color: #fff; bottom: -1px; top: -7px; }
/* line 416, ../sass/template.scss */
.dropdown .dropdown-content li > a { text-align: left; display: block; padding: 6px 20px; font-weight: 400; color: #333; white-space: nowrap; }
/* line 423, ../sass/template.scss */
.dropdown .dropdown-content li > a:hover { background-color: #f1f1f1; }
/* line 429, ../sass/template.scss */
.dropdown .dropdown-header { border-left: 1px solid #f1f1f1; border-right: 1px solid #f1f1f1; }
/* line 434, ../sass/template.scss */
.dropdown:hover .dropdown-header, .dropdown.hover .dropdown-header { border-left: 1px solid #dddddd; border-right: 1px solid #dddddd; background-color: #fff; }
/* line 439, ../sass/template.scss */
.dropdown:hover .dropdown-content, .dropdown.hover .dropdown-content { display: block; }
/* line 445, ../sass/template.scss */
.btn-main { color: #FFF; background-color: #a22a66; border-color: #8a2457; }
/* line 6, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-main:focus, .btn-main.focus { color: #FFF; background-color: #7a1f4d; border-color: #390f24; }
/* line 12, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-main:hover { color: #FFF; background-color: #7a1f4d; border-color: #591738; }
/* line 17, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-main:active, .btn-main.active, .open > .btn-main.dropdown-toggle { color: #FFF; background-color: #7a1f4d; border-color: #591738; }
/* line 24, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-main:active:hover, .btn-main:active:focus, .btn-main:active.focus, .btn-main.active:hover, .btn-main.active:focus, .btn-main.active.focus, .open > .btn-main.dropdown-toggle:hover, .open > .btn-main.dropdown-toggle:focus, .open > .btn-main.dropdown-toggle.focus { color: #FFF; background-color: #5d183b; border-color: #240917; }
/* line 32, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-main:active, .btn-main.active, .open > .btn-main.dropdown-toggle { background-image: none; }
/* line 40, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-main.disabled, .btn-main.disabled:hover, .btn-main.disabled:focus, .btn-main.disabled.focus, .btn-main.disabled:active, .btn-main.disabled.active, .btn-main[disabled], .btn-main[disabled]:hover, .btn-main[disabled]:focus, .btn-main[disabled].focus, .btn-main[disabled]:active, .btn-main[disabled].active, fieldset[disabled] .btn-main, fieldset[disabled] .btn-main:hover, fieldset[disabled] .btn-main:focus, fieldset[disabled] .btn-main.focus, fieldset[disabled] .btn-main:active, fieldset[disabled] .btn-main.active { background-color: #a22a66; border-color: #8a2457; }
/* line 51, ../sass/tiny-sass/mixins/_buttons.scss */
.btn-main .badge { color: #a22a66; background-color: #FFF; }
/* line 449, ../sass/template.scss */
.tab { position: relative; }
/* line 453, ../sass/template.scss */
.tab .tab-head { height: 24px; padding: 8px 0 0; position: relative; margin-bottom: 6px; }
/* line 459, ../sass/template.scss */
.tab .tab-head li { cursor: pointer; display: block; height: 24px; line-height: 24px; padding: 0 20px; text-align: center; float: left; }
/* line 469, ../sass/template.scss */
.tab .tab-head li.current { border-bottom: 2px solid #a22a66; z-index: 100; position: relative; _height: 26px; }
/* line 483, ../sass/template.scss */
.tab .tab-body { position: relative; border-top: none; background: #fff; height: 300px; }
/* line 65, ../sass/tiny-sass/mixins/_grid.scss */
.row .col-1, .row .col-2, .row .col-3, .row .col-4, .row .col-5 { display: block; width: 239.2px; float: left; height: 300px; }
/* line 72, ../sass/tiny-sass/mixins/_grid.scss */
.row .col-1, .row .col-2, .row .col-3, .row .col-4 { margin-right: 10px; border-right: 1px solid #f1f1f1; }
/* line 495, ../sass/template.scss */
.slider .dot-nav { width: 100%; position: absolute; bottom: 10px; text-align: center; z-index: 1; }
/* line 497, ../sass/template.scss */
.slider .dot-nav li { margin: 0 5px; display: inline-block; width: 20px; height: 4px; overflow: hidden; background: #f1f1f1; cursor: pointer; display: inline-block; *display: inline; *zoom: 1; }
/* line 500, ../sass/template.scss */
.slider .dot-nav li.current { background-color: #cb3480; }
/* line 506, ../sass/template.scss */
.fa { *display: inline !important; zoom: 1; padding-left: 6px; }
/*# sourceMappingURL=template.css.map */