Commit b6d8279b524a8dc912798550b6ff91e9a7c5386a

Authored by bichao.dong
1 parent 1a274491

slider

css/common.css
1   -* {
2   - -moz-tap-highlight-color: rgba(0, 0, 0, 0);
3   - -o-tap-highlight-color: rgba(0, 0, 0, 0);
4   - -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
5   -}
6   -html {
7   - height: 100%;
8   -}
9   -html,
10   -body,
11   -div,
12   -span,
13   -object,
14   -iframe,
15   -h1,
16   -h2,
17   -h3,
18   -h4,
19   -h5,
20   -h6,
21   -p,
22   -blockquote,
23   -pre,
24   -abbr,
25   -address,
26   -cite,
27   -code,
28   -del,
29   -dfn,
30   -em,
31   -img,
32   -ins,
33   -kbd,
34   -q,
35   -samp,
36   -small,
37   -strong,
38   -sub,
39   -sup,
40   -var,
41   -b,
42   -i,
43   -dl,
44   -dt,
45   -dd,
46   -ol,
47   -ul,
48   -li,
49   -fieldset,
50   -form,
51   -label,
52   -legend,
53   -table,
54   -caption,
55   -tbody,
56   -tfoot,
57   -thead,
58   -tr,
59   -th,
60   -td,
61   -article,
62   -aside,
63   -canvas,
64   -details,
65   -figcaption,
66   -figure,
67   -footer,
68   -header,
69   -menu,
70   -nav,
71   -section,
72   -summary,
73   -time,
74   -mark,
75   -audio,
76   -video {
77   - margin: 0;
78   - padding: 0;
79   - border: 0;
80   - outline: 0;
81   - vertical-align: baseline;
82   - background: transparent;
83   -}
84   -body {
85   - font: 12px/1.5 sans-serif;
86   - background-color: #F5F5F5;
87   - position: relative;
88   - color: #333;
89   - min-height: 100%;
90   - overflow-x: hidden;
91   -}
92   -article,
93   -aside,
94   -details,
95   -figcaption,
96   -figure,
97   -footer,
98   -header,
99   -menu,
100   -nav,
101   -section {
102   - display: block;
103   -}
104   -nav ul {
105   - list-style: none;
106   -}
107   -li {
108   - list-style: none;
109   -}
110   -em {
111   - font-style: normal;
112   -}
113   -ins {
114   - background-color: #ff9;
115   - color: #000;
116   - text-decoration: none;
117   -}
118   -mark {
119   - background-color: #ff9;
120   - color: #000;
121   - font-style: italic;
122   - font-weight: bold;
123   -}
124   -table {
125   - border-collapse: collapse;
126   - border-spacing: 0;
127   -}
128   -hr {
129   - display: block;
130   - height: 1px;
131   - border: 0;
132   - border-top: 1px solid #cccccc;
133   - margin: 0;
134   - padding: 0;
135   -}
136   -input,
137   -select {
138   - vertical-align: middle;
139   -}
140   -input:focus,
141   -button:focus {
142   - outline: none;
143   -}
144   -a {
145   - color: #333;
146   - text-decoration: none;
147   - margin: 0;
148   - padding: 0;
149   - vertical-align: baseline;
150   - background: transparent;
151   -}
152   -a:active,
153   -a:visited {
154   - color: #333;
155   -}
156   -input,
157   -img {
158   - border: 0;
159   - vertical-align: middle;
160   -}
161   -textarea,
162   -input,
163   -a {
164   - -webkit-tap-highlight-color: transparent;
165   -}
166   -/* 清除浮动 */
167   -.clearfix,
168   -.clear {
169   - display: inline-table;
170   - zoom: 1;
171   -}
172   -* html .clearfix,
173   -* html .clear {
174   - height: 1%;
175   -}
176   -* html .clearfix,
177   -* html .clear {
178   - zoom: 1;
179   -}
180   -.clearfix,
181   -.clear {
182   - display: block;
183   -}
184   -.clear {
185   - clear: both;
186   -}
187   -.clearfix:after,
188   -.clear:after {
189   - content: " ";
190   - display: block;
191   - height: 0;
192   - clear: both;
193   - visibility: hidden;
194   - line-height: 0px;
195   -}
196   -.border-1px {
197   - position: relative;
198   -}
199   -.border-1px:before,
200   -.border-1px:after {
201   - border-top: 1px solid #e2e2e2;
202   - content: '';
203   - display: block;
204   - width: 100%;
205   - position: absolute;
206   - left: 0;
207   - z-index: 1;
208   -}
209   -.border-1px:before {
210   - top: 0;
211   -}
212   -.border-1px:after {
213   - bottom: 0;
214   -}
215   -.border-1px.border-top:after {
216   - display: none;
217   -}
218   -.border-1px.border-bottom:before {
219   - display: none;
220   -}
221   -.border-1px-full {
222   - position: relative;
223   -}
224   -.border-1px-full:after {
225   - content: '';
226   - position: absolute;
227   - top: 0;
228   - left: 0;
229   - z-index: 1;
230   - border: 1px solid #e2e2e2;
231   - -webkit-box-sizing: border-box;
232   - box-sizing: border-box;
233   - width: 200%;
234   - height: 200%;
235   - -webkit-transform: scale(0.5);
236   - transform: scale(0.5);
237   - -webkit-transform-origin: left top;
238   - transform-origin: left top;
239   -}
240   -@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
241   - .border-1px::after,
242   - .border-1px::before {
243   - -webkit-transform: scaleY(0.7);
244   - -webkit-transform-origin: 0 0;
245   - transform: scaleY(0.7);
246   - }
247   - .border-1px::after {
248   - -webkit-transform-origin: left bottom;
249   - }
250   -}
251   -@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
252   - .border-1px::after,
253   - .border-1px::before {
254   - -webkit-transform: scaleY(0.5);
255   - transform: scaleY(0.5);
256   - }
257   -}
258   -/***************************************************
259   -* feature : 全局头部,提供默认 深色(绿底白字) & 浅色(白底黑字)主题;
260   -* update : 2015/02/03;
261   -* use : .m-header;
262   -* extend : .header-*;
263   -* example : <header class="m-header header-light"></header>;
264   -* desc : 默认为深色主题, 通过 .header-light 来引用浅色主题;
265   -* feedback : 此处填入 issue, 并请附带以下信息[os_version, browser_version, page_path, issue_description]
266   -* - demo => [windows 7, IE 8, http://diligrp.com/icon.html, 在不定height下未能垂直居中];
267   -****************************************************/
268   -.m-header {
269   - z-index: 5;
270   - color: #FFF;
271   - color: #ffffff;
272   - background-color: #23AC38;
273   - position: relative;
274   -}
275   -.m-header .head {
276   - padding: 0 50px;
277   - box-sizing: border-box;
278   - height: 44px;
279   - text-align: center;
280   -}
281   -.m-header .head h1 {
282   - display: inline-block;
283   - vertical-align: middle;
284   - line-height: 44px;
285   - font-weight: normal;
286   - font-size: 18px;
287   - white-space: nowrap;
288   - text-overflow: ellipsis;
289   - overflow: hidden;
290   -}
291   -.m-header .lt-bar,
292   -.m-header .rt-bar {
293   - position: absolute;
294   - left: 0;
295   - top: 0;
296   - bottom: 0;
297   - min-width: 44px;
298   - line-height: 44px;
299   - height: 100%;
300   - text-align: center;
301   - cursor: pointer;
302   - z-index: 1;
303   -}
304   -.m-header .lt-bar {
305   - float: left;
306   -}
307   -.m-header .lt-bar.text {
308   - padding-left: 10px;
309   - text-align: left;
310   -}
311   -.m-header .rt-bar {
312   - float: right;
313   - left: auto;
314   - right: 0;
315   -}
316   -.m-header .rt-bar.text {
317   - padding-right: 10px;
318   - text-align: right;
319   -}
320   -.m-header .text {
321   - text-align: center;
322   - line-height: 44px;
323   - font-size: 15px;
324   - color: #FFF;
325   -}
326   -.m-header.header-light {
327   - background-color: #FFF;
328   - color: #666;
329   -}
330   -.m-header.header-light .text {
331   - color: #666;
332   -}
333   -.m-header.header-light .m-input {
334   - color: #333;
335   -}
336   -.m-header.header-light .m-input::-webkit-input-placeholder {
337   - color: #999;
338   -}
339   -/*
340   - * Swiper 2.7.0
341   - * Mobile touch slider and framework with hardware accelerated transitions
342   - *
343   - * http://www.idangero.us/sliders/swiper/
344   - *
345   - * Copyright 2010-2014, Vladimir Kharlampidi
346   - * The iDangero.us
347   - * http://www.idangero.us/
348   - *
349   - * Licensed under GPL & MIT
350   - *
351   - * Released on: August 30, 2014
352   -*/
353   -/* ===============================================================
354   -Basic Swiper Styles
355   -================================================================*/
356   -.swiper-container {
357   - margin: 0 auto;
358   - position: relative;
359   - overflow: hidden;
360   - -webkit-backface-visibility: hidden;
361   - -moz-backface-visibility: hidden;
362   - -ms-backface-visibility: hidden;
363   - -o-backface-visibility: hidden;
364   - backface-visibility: hidden;
365   - /* Fix of Webkit flickering */
366   - z-index: 1;
367   -}
368   -.swiper-wrapper {
369   - position: relative;
370   - width: 100%;
371   - -webkit-transition-property: -webkit-transform, left, top;
372   - -webkit-transition-duration: 0s;
373   - -webkit-transform: translate3d(0px, 0, 0);
374   - -webkit-transition-timing-function: ease;
375   - -moz-transition-property: -moz-transform, left, top;
376   - -moz-transition-duration: 0s;
377   - -moz-transform: translate3d(0px, 0, 0);
378   - -moz-transition-timing-function: ease;
379   - -o-transition-property: -o-transform, left, top;
380   - -o-transition-duration: 0s;
381   - -o-transform: translate3d(0px, 0, 0);
382   - -o-transition-timing-function: ease;
383   - -o-transform: translate(0px, 0px);
384   - -ms-transition-property: -ms-transform, left, top;
385   - -ms-transition-duration: 0s;
386   - -ms-transform: translate3d(0px, 0, 0);
387   - -ms-transition-timing-function: ease;
388   - transition-property: transform, left, top;
389   - transition-duration: 0s;
390   - transform: translate3d(0px, 0, 0);
391   - transition-timing-function: ease;
392   - -webkit-box-sizing: content-box;
393   - -moz-box-sizing: content-box;
394   - box-sizing: content-box;
395   -}
396   -.swiper-free-mode > .swiper-wrapper {
397   - -webkit-transition-timing-function: ease-out;
398   - -moz-transition-timing-function: ease-out;
399   - -ms-transition-timing-function: ease-out;
400   - -o-transition-timing-function: ease-out;
401   - transition-timing-function: ease-out;
402   - margin: 0 auto;
403   -}
404   -.swiper-slide {
405   - float: left;
406   - -webkit-box-sizing: content-box;
407   - -moz-box-sizing: content-box;
408   - box-sizing: content-box;
409   -}
410   -/* IE10 Windows Phone 8 Fixes */
411   -.swiper-wp8-horizontal {
412   - -ms-touch-action: pan-y;
413   -}
414   -.swiper-wp8-vertical {
415   - -ms-touch-action: pan-x;
416   -}
417   -/* ===============================================================
418   -Your custom styles, here you need to specify container's and slide's
419   -sizes, pagination, etc.
420   -================================================================*/
421   -.swiper-container {
422   - /* Specify Swiper's Size: */
423   - /*width:200px;
424   - height: 100px;*/
425   -}
426   -.swiper-slide {
427   - /* Specify Slides's Size: */
428   - /*width: 100%;
429   - height: 100%;*/
430   -}
431   -.swiper-slide-active {
432   - /* Specific active slide styling: */
433   -}
434   -.swiper-slide-visible {
435   - /* Specific visible slide styling: */
436   -}
437   -/* ===============================================================
438   -Pagination Styles
439   -================================================================*/
440   -.swiper-pagination-switch {
441   - /* Stylize pagination button: */
442   -}
443   -.swiper-active-switch {
444   - /* Specific active button style: */
445   -}
446   -.swiper-visible-switch {
447   - /* Specific visible button style: */
448   -}
449   -.swiper-pagination {
450   - position: absolute;
451   - text-align: center;
452   - -webkit-transition: 300ms;
453   - -moz-transition: 300ms;
454   - -o-transition: 300ms;
455   - transition: 300ms;
456   - -webkit-transform: translate3d(0, 0, 0);
457   - -ms-transform: translate3d(0, 0, 0);
458   - -o-transform: translate3d(0, 0, 0);
459   - transform: translate3d(0, 0, 0);
460   - z-index: 10;
461   -}
462   -.swiper-pagination {
463   - bottom: 10px;
464   - left: 0;
465   - width: 100%;
466   -}
467   -.swiper-pagination .swiper-pagination-switch {
468   - margin: 0 5px;
469   -}
470   -.swiper-pagination-switch {
471   - width: 8px;
472   - height: 8px;
473   - display: inline-block;
474   - /*background: #FFF;*/
475   - background: none;
476   - -webkit-box-shadow: inset 0 0 0 2px #ddd;
477   - box-shadow: inset 0 0 0 2px #ddd;
478   - -webkit-box-shadow: inset hoff voff blur color;
479   - box-shadow: inset hoff voff blur color;
480   - border-radius: 100%;
481   - /* -webkit-transition: all ease-in-out .15s;
482   - -o-transition: all ease-in-out .15s;
483   - transition: all ease-in-out .15s;*/
484   -}
485   -.swiper-active-switch {
486   - opacity: 1;
487   - -webkit-box-shadow: inset 0 0 0 4px #23AC38;
488   - box-shadow: inset 0 0 0 4px #23AC38;
489   - /*background: #23AC38;*/
490   - /*-webkit-box-shadow: none;*/
491   - /*box-shadow: none;*/
492   -}
493   -.m-slider {
494   - height: 120px;
495   - position: relative;
496   - overflow: hidden;
497   - font-size: 0;
498   -}
499   -.m-slider a {
500   - display: block;
501   - width: 100%;
502   - height: 100%;
503   -}
504   -.m-slider img {
505   - display: inline-block;
506   - width: 100%;
507   - height: 100%;
508   - float: left;
509   -}
510   -.m-slider .swiper-container {
511   - height: 100%;
512   -}
513   -.m-slider .swiper-wrapper {
514   - height: 100%;
515   -}
516   -.m-section .section-head {
517   - line-height: 45px;
518   - padding: 0 10px;
519   - background-color: #fff;
520   - font-size: 14px;
521   - color: #666;
522   - text-align: left;
523   - font-weight: bold;
524   - margin-bottom: 10px;
525   -}
526   -.m-section .section-head:first-letter {
527   - font-size: 18px;
528   - color: #23ac38;
529   -}
530   -.section-items {
531   - margin-bottom: 10px;
532   -}
533   -.section-items .section-item {
534   - display: block;
535   - margin-bottom: 5px;
536   - width: 100%;
537   -}
538   -.section-items .section-item img {
539   - width: 100%;
540   - max-width: 100%;
541   -}
542   -.product-items {
543   - background-color: #FFF;
544   - margin-bottom: 10px;
545   -}
546   -.product-items .items .item {
547   - width: 33.33%;
548   - float: left;
549   - font-size: 13px;
550   - text-align: center;
551   - padding: 8px 0;
552   -}
553   -.product-items .items .item a {
554   - display: block;
555   - position: relative;
556   - z-index: 2;
557   -}
558   -.product-items .items .item h3 {
559   - font-size: 13px;
560   - padding: 0 5px;
561   - font-weight: 700;
562   - color: #333;
563   - line-height: 16px;
564   - padding: 0 10px;
565   - text-align: left;
566   - text-overflow: ellipsis;
567   - overflow: hidden;
568   - white-space: nowrap;
569   -}
570   -.product-items .items .item p {
571   - padding: 0 10px;
572   - text-align: left;
573   -}
574   -.product-items .items .item em {
575   - text-align: left;
576   - display: block;
577   - font-size: 13px;
578   - font-weight: 700;
579   - font-style: normal;
580   - color: #FA4535;
581   - text-overflow: ellipsis;
582   - overflow: hidden;
583   - white-space: nowrap;
584   -}
585   -.product-items .items .item span {
586   - display: block;
587   - text-align: center;
588   - overflow: hidden;
589   - white-space: nowrap;
590   - text-overflow: ellipsis;
591   -}
592   -.product-items .items .item .pic {
593   - max-width: 100%;
594   - height: 60px;
595   - display: inline-block;
596   - vertical-align: middle;
597   -}
598   -.product-items .items .item:after {
599   - border-left: none;
600   - border-top: none;
601   -}
602   -.m-list-view {
603   - margin-bottom: 10px;
604   -}
605   -.m-list-view .cell {
606   - font-size: 14px;
607   - padding: 0 0 0 15px;
608   - background-color: #FFF;
609   - overflow: hidden;
610   - position: relative;
611   - text-align: left;
612   -}
613   -.m-list-view .cell-header {
614   - background-color: #f8f8f8;
615   - padding: 0 10px;
616   -}
617   -.m-list-view .cell-header .title {
618   - font-size: 13px;
619   - color: #333;
620   - line-height: 35px;
621   - width: auto;
622   -}
623   -.m-list-view .cell-header .text {
624   - font-size: 13px;
625   - line-height: 35px;
626   - float: right;
627   - color: #9e9e9e;
628   - text-align: right;
629   - margin: 0;
630   -}
631   -.m-list-view .cell-basic {
632   - padding: 11px 10px;
633   -}
634   -.m-list-view .cell-basic .title,
635   -.m-list-view .cell-basic .text {
636   - float: none;
637   - display: inline-block;
638   - vertical-align: middle;
639   - margin: 0 10px 0 0;
640   - line-height: 1.5;
641   -}
642   -.m-list-view .cell-basic .sub-title {
643   - padding-top: 10px;
644   - font-size: 13px;
645   - color: #999;
646   -}
647   -.m-list-view .cell-radio {
648   - text-align: right;
649   - padding: 0 10px;
650   - margin-bottom: 10px;
651   - background-color: #eee;
652   -}
653   -.m-list-view .cell-radio .title {
654   - color: #333;
655   - width: auto;
656   - text-align: left;
657   -}
658   -.m-list-view .cell-radio .text {
659   - float: none;
660   - text-align: right;
661   -}
662   -.m-list-view .cell-radio .m-radio {
663   - margin-left: 8px;
664   -}
665   -.m-list-view .cell-radio .m-table-view {
666   - margin: 0 -10px;
667   -}
668   -.m-list-view .cell-radio .m-table-view .cell-radio {
669   - margin: 0;
670   - background-color: #FFF;
671   -}
672   -.m-list-view .cell-block {
673   - padding: 8px 10px;
674   -}
675   -.m-list-view .cell-block h3 {
676   - font-size: 16px;
677   - font-weight: normal;
678   - padding-right: 60px;
679   - white-space: nowrap;
680   - text-overflow: ellipsis;
681   - overflow: hidden;
682   -}
683   -.m-list-view .cell-block p {
684   - font-size: 14px;
685   - color: #666;
686   -}
687   -.m-list-view .cell-block .bottom {
688   - margin-top: 10px;
689   - padding-top: 8px;
690   - line-height: 30px;
691   -}
692   -.m-list-view .cell-extend .m-table-view {
693   - margin: 0 0 0 45px;
694   -}
695   -.m-list-view .cell-extend .m-table-view .cell {
696   - padding: 0;
697   -}
698   -.m-list-view .cell-extend .m-table-view .text {
699   - margin-left: 0;
700   -}
701   -.m-list-view .cell-pic {
702   - padding: 15px;
703   -}
704   -.m-list-view .cell-pic .pic {
705   - float: left;
706   -}
707   -.m-list-view .cell-pic .cont {
708   - margin-left: 90px;
709   -}
710   -.m-list-view .cell-pic h3 {
711   - font-size: 14px;
712   - font-weight: normal;
713   -}
714   -.m-list-view .cell-pic em {
715   - font-size: 16px;
716   - font-weight: normal;
717   -}
718   -.m-list-view .cell-pic p {
719   - color: #9b9b9b;
720   - font-size: 12px;
721   -}
722   -.m-list-view .acc-icon {
723   - position: relative;
724   - padding-right: 30px;
725   -}
726   -.m-list-view .acc-icon .acc {
727   - position: absolute;
728   - right: 0;
729   - top: 0;
730   - min-width: 30px;
731   - height: 100%;
732   - line-height: 44px;
733   - text-align: left;
734   - color: #999;
735   - text-align: right;
736   -}
737   -.m-list-view .acc-icon .acc .m-icon {
738   - margin-right: 4px;
739   -}
740   -.m-list-view .title {
741   - font-size: 15px;
742   - color: #999;
743   - float: left;
744   - font-weight: 400;
745   - line-height: 44px;
746   -}
747   -.m-list-view .text {
748   - display: block;
749   - font-size: 15px;
750   - color: #333;
751   - line-height: 44px;
752   - position: relative;
753   - white-space: nowrap;
754   - word-break: break-all;
755   - text-overflow: ellipsis;
756   - overflow: hidden;
757   -}
758   -.m-list-view .text .m-input {
759   - font-size: 15px;
760   -}
761   -.m-goods-items {
762   - padding: 0 5px 5px;
763   - overflow-x: scroll;
764   - overflow-y: hidden;
765   - -webkit-overflow-scrolling: touch;
766   -}
767   -.m-goods-items li {
768   - float: left;
769   - width: 110px;
770   - padding: 0 5px 10px;
771   - box-sizing: border-box;
772   -}
773   -.m-goods-items a {
774   - display: block;
775   - background-color: #fff;
776   - padding-bottom: 5px;
777   - position: relative;
778   -}
779   -.m-goods-items .hot {
780   - position: absolute;
781   - top: -1px;
782   - right: 10px;
783   - width: 20px;
784   - height: 56px;
785   - background: url(../images/icon_mark.png) 0 0 no-repeat;
786   - background-size: 100%;
787   - font-size: 0;
788   - overflow: hidden;
789   -}
790   -.m-goods-items .pic {
791   - display: block;
792   - width: 100%;
793   - height: 110px;
794   - margin: 0 auto 5px;
795   - background-position: center center;
796   - background-repeat: no-repeat;
797   - background-size: cover;
798   -}
799   -.m-goods-items h3 {
800   - font-size: 13px;
801   - padding: 0 5px;
802   - font-weight: 700;
803   - color: #333;
804   - text-align: left;
805   - line-height: 16px;
806   - height: 32px;
807   - overflow: hidden;
808   -}
809   -.m-goods-items em {
810   - text-align: left;
811   - display: block;
812   - padding: 0 5px;
813   - font-size: 13px;
814   - font-weight: 700;
815   - font-style: normal;
816   - color: #FA4535;
817   -}
818   -.m-goods-items .origin-price {
819   - font-size: 12px;
820   - color: #bbb;
821   - text-decoration: line-through;
822   -}
823   -.photo-wall {
824   - width: 100%;
825   - padding-left: 5px;
826   - box-sizing: border-box;
827   -}
828   -.photo-wall .photo-item {
829   - float: left;
830   - box-sizing: border-box;
831   - padding: 0 5px 5px 0;
832   - height: 105px;
833   -}
834   -.photo-wall .photo-item img {
835   - width: 100%;
836   - height: 100%;
837   - max-width: 100%;
838   - max-height: 100%;
839   -}
840   -.photo-wall .photo-1p {
841   - width: 33.33%;
842   -}
843   -.photo-wall .photo-2p {
844   - width: 66.66%;
845   -}
846   -.m-nav {
847   - width: 100%;
848   - background-color: #444;
849   - font-size: 14px;
850   - color: #999;
851   - overflow: hidden;
852   - box-sizing: border-box;
853   -}
854   -.m-nav a {
855   - color: #999;
856   - padding: 0 10px;
857   - min-width: 70px;
858   -}
859   -.m-nav li {
860   - float: left;
861   - line-height: 40px;
862   - text-align: center;
863   - position: relative;
864   -}
865   -.m-nav li:last-child {
866   - padding-right: 0;
867   -}
868   -.m-nav .on a {
869   - color: #FFF;
870   - background-color: #23ac38;
871   - display: block;
872   - position: relative;
873   -}
874   -.m-tab {
875   - width: 100%;
876   - background-color: #FFF;
877   - font-size: 14px;
878   - color: #999;
879   - border-width: 1px 0;
880   - overflow: hidden;
881   - box-sizing: border-box;
882   - margin-bottom: 10px;
883   -}
884   -.m-tab a {
885   - color: #999;
886   -}
887   -.m-tab li {
888   - float: left;
889   - min-width: 32px;
890   - padding-right: 18px;
891   - line-height: 40px;
892   - text-align: center;
893   - position: relative;
894   -}
895   -.m-tab li:last-child {
896   - padding-right: 0;
897   -}
898   -.m-tab .on a {
899   - color: #23ac38;
900   - display: block;
901   - position: relative;
902   -}
903   -.m-tab .on a:after {
904   - content: '';
905   - position: absolute;
906   - bottom: 0;
907   - left: 0;
908   - right: 0;
909   - height: 2px;
910   - background-color: #23ac38;
911   -}
912   -.m-tab.tab-col-2 li {
913   - width: 50% !important;
914   -}
915   -.m-tab.tab-col-3 li {
916   - width: 33.33% !important;
917   - padding-right: 0 ;
918   -}
919   -.m-tab.tab-col-4 li {
920   - padding-right: 0;
921   - width: 25% !important;
922   -}
923   -.m-tab.tab-col-5 li {
924   - padding-right: 0;
925   - width: 20% !important;
926   -}
927   -/***************************************************
928   -* feature : 工具类class,提供浮动清除、文本对齐、显示隐藏等;
929   -* update : 2015/02/03;
930   -* use : 按需使用对应class即可;
931   -* desc : ;
932   -* feedback : 此处填入 issue, 并请附带以下信息[os_version, browser_version, page_path, issue_description]
933   -* - demo => [windows 7, IE 8, http://diligrp.com/icon.html, 在不定height下未能垂直居中];
934   -****************************************************/
935   -.text-left {
936   - text-align: left !important;
937   -}
938   -.text-center {
939   - text-align: center !important;
940   -}
941   -.text-right {
942   - text-align: right !important;
943   -}
944   -.text-nowrap {
945   - white-space: nowrap !important;
946   -}
947   -.text-overflow {
948   - overflow: hidden;
949   - text-overflow: ellipsis;
950   -}
951   -.text-lowercase {
952   - text-transform: lowercase;
953   -}
954   -.text-uppercase {
955   - text-transform: uppercase;
956   -}
957   -.text-capitalize {
958   - text-transform: capitalize;
959   -}
960   -.text-indent {
961   - text-indent: -999em;
962   -}
963   -.float-left {
964   - float: left !important;
965   -}
966   -.float-right {
967   - float: right !important;
968   -}
969   -.float-none {
970   - float: none !important;
971   -}
972   -.display-block {
973   - display: block !important;
974   -}
975   -.clearfix:after {
976   - content: '';
977   - display: block;
978   - height: 0;
979   - overflow: hidden;
980   - font-size: 0;
981   - clear: both;
982   -}
983   -.m-hide {
984   - display: none !important;
985   - visibility: hidden;
986   - opacity: 0;
987   - z-index: -1;
988   -}
989   -.m-hidden {
990   - visibility: hidden;
991   - opacity: 0;
992   - z-index: -1;
993   -}
994   -.m-show {
995   - display: block !important;
996   - visibility: visible;
997   -}
998   -.m-separate {
999   - position: relative;
1000   - width: 100%;
1001   - line-height: 50px;
1002   - text-align: center;
1003   - font-size: 12px;
1004   - color: #666;
1005   - overflow: visible;
1006   -}
1007   -.m-more,
1008   -a.m-more {
1009   - display: block;
1010   - font-size: 12px;
1011   - text-align: center;
1012   - color: #999;
1013   - line-height: 45px;
1014   - background-color: #FFF;
1015   -}
1016   -.m-animate-hide {
1017   - -webkit-transform: translate(0, 100%) translateZ(0) !important;
1018   - -ms-transform: translate(0, 100%) translateZ(0) !important;
1019   - -o-transform: translate(0, 100%) translateZ(0) !important;
1020   - transform: translate(0, 100%) translateZ(0) !important;
1021   -}
1022   -.m-animate-show {
1023   - -webkit-transform: translate(0, 0) translateZ(0) !important;
1024   - -ms-transform: translate(0, 0) translateZ(0) !important;
1025   - -o-transform: translate(0, 0) translateZ(0) !important;
1026   - transform: translate(0, 0) translateZ(0) !important;
1027   -}
1028   -.hidden {
1029   - opacity: 0;
1030   - z-index: -1;
1031   -}
1032   -.mask-hidden {
1033   - opacity: 0;
1034   -}
1035   -.font-white {
1036   - color: #FFF !important;
1037   -}
1038   -.font-white-opacity {
1039   - color: rgba(255, 255, 255, 0.8) !important;
1040   -}
1041   -.font-deep {
1042   - color: #333 !important;
1043   -}
1044   -.font-gray {
1045   - color: #666 !important;
1046   -}
1047   -.font-light {
1048   - color: #999 !important;
1049   -}
1050   -.font-yellow {
1051   - color: #FF9D2C !important;
1052   -}
1053   -.font-orange {
1054   - color: #FF6B00 !important;
1055   -}
1056   -.font-red {
1057   - color: #fa4535 !important;
1058   -}
1059   -.font-green {
1060   - color: #23ac38 !important;
1061   -}
1062   -.background-gray {
1063   - background-color: #666 !important;
1064   -}
1065   -.background-yellow {
1066   - background-color: #FF9D2C !important;
1067   -}
1068   -.background-orange {
1069   - background-color: #FF6B00 !important;
1070   -}
1071   -.background-red {
1072   - background-color: #fa4535 !important;
1073   -}
1074   -.background-green {
1075   - background-color: #23ac38 !important;
1076   -}
1077   -.position-relative {
1078   - position: relative;
1079   -}
1080   -.z-index2 {
1081   - z-index: 2;
1082   -}
1083   -.width-auto {
1084   - width: auto !important;
1085   -}
1086   -.width-200p {
1087   - width: 200%;
1088   -}
1089   -.m-col-1 {
1090   - width: 100% !important;
1091   -}
1092   -.m-col-2 {
1093   - width: 50% !important;
1094   -}
1095   -.m-col-3 {
1096   - width: 33.33% !important;
1097   -}
1098   -.m-col-4 {
1099   - width: 25% !important;
1100   -}
1101   -/*
1102   -LESS variables are information about icon's compiled state, stored under its original file name
1103   -
1104   -.icon-home {
1105   - width: @icon-home-width;
1106   -}
1107   -
1108   -The large array-like variables contain all information about a single icon
1109   -@icon-home: x y offset_x offset_y width height total_width total_height image_path name;
1110   -
1111   -At the bottom of this section, we provide information about the spritesheet itself
1112   -@spritesheet: width height image @spritesheet-sprites;
1113   -*/
1114   -/*
1115   -The provided classes are intended to be used with the array-like variables
1116   -
1117   -.icon-home {
1118   - .sprite-width(@icon-home);
1119   -}
1120   -.icon-email {
1121   - .sprite(@icon-email);
1122   -}
1123   -*/
1124   -/*
1125   -The `.sprites` mixin generates identical output to the CSS template
1126   - but can be overridden inside of LESS
1127   -
1128   -This must be run when you have at least 2 sprites.
1129   - If run with a single sprite, then there will be reference errors.
1130   -
1131   -.sprites(@spritesheet-sprites);
1132   -*/
1133   -.m-icon {
1134   - display: inline-block;
1135   - vertical-align: middle;
1136   -}
1137   -.icon-back-to {
1138   - background-image: url(../images/dist/sprite.png);
1139   - background-position: 0px 0px;
1140   - width: 22px;
1141   - width: 11px;
1142   - height: 38px;
1143   - height: 19px;
1144   - background-size: 25px;
1145   -}
1146   -.icon-back {
1147   - background-image: url(../images/dist/sprite.png);
1148   - background-position: -28px 0px;
1149   - background-position: -14px 0px;
1150   - width: 22px;
1151   - width: 11px;
1152   - height: 38px;
1153   - height: 19px;
1154   - background-size: 25px;
1155   -}
  1 +*{-moz-tap-highlight-color:transparent;-o-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent}html{height:100%}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:0 0}body{font:12px/1.5 sans-serif;background-color:#F5F5F5;position:relative;color:#333;min-height:100%;overflow-x:hidden}article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block}nav ul{list-style:none}li{list-style:none}em{font-style:normal}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:0;padding:0}input,select{vertical-align:middle}button:focus,input:focus{outline:0}a{color:#333;text-decoration:none;margin:0;padding:0;vertical-align:baseline;background:0 0}a:active,a:visited{color:#333}img,input{border:0;vertical-align:middle}a,input,textarea{-webkit-tap-highlight-color:transparent}.clear,.clearfix{display:inline-table;zoom:1}* html .clear,* html .clearfix{height:1%}* html .clear,* html .clearfix{zoom:1}.clear,.clearfix{display:block}.clear{clear:both}.clear:after,.clearfix:after{content:" ";display:block;height:0;clear:both;visibility:hidden;line-height:0}.border-1px{position:relative}.border-1px:after,.border-1px:before{border-top:1px solid #e2e2e2;content:'';display:block;width:100%;position:absolute;left:0;z-index:1}.border-1px:before{top:0}.border-1px:after{bottom:0}.border-1px.border-top:after{display:none}.border-1px.border-bottom:before{display:none}.border-1px-full{position:relative}.border-1px-full:after{content:'';position:absolute;top:0;left:0;z-index:1;border:1px solid #e2e2e2;-webkit-box-sizing:border-box;box-sizing:border-box;width:200%;height:200%;-webkit-transform:scale(.5);transform:scale(.5);-webkit-transform-origin:left top;transform-origin:left top}@media (-webkit-min-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5){.border-1px::after,.border-1px::before{-webkit-transform:scaleY(.7);-webkit-transform-origin:0 0;transform:scaleY(.7)}.border-1px::after{-webkit-transform-origin:left bottom}}@media (-webkit-min-device-pixel-ratio:2),(min-device-pixel-ratio:2){.border-1px::after,.border-1px::before{-webkit-transform:scaleY(.5);transform:scaleY(.5)}}.m-header{z-index:5;color:#FFF;color:#fff;background-color:#23AC38;position:relative}.m-header .head{padding:0 50px;box-sizing:border-box;height:44px;text-align:center}.m-header .head h1{display:inline-block;vertical-align:middle;line-height:44px;font-weight:400;font-size:18px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.m-header .lt-bar,.m-header .rt-bar{position:absolute;left:0;top:0;bottom:0;min-width:44px;line-height:44px;height:100%;text-align:center;cursor:pointer;z-index:1}.m-header .lt-bar{float:left}.m-header .lt-bar.text{padding-left:10px;text-align:left}.m-header .rt-bar{float:right;left:auto;right:0}.m-header .rt-bar.text{padding-right:10px;text-align:right}.m-header .text{text-align:center;line-height:44px;font-size:15px;color:#FFF}.m-header.header-light{background-color:#FFF;color:#666}.m-header.header-light .text{color:#666}.m-header.header-light .m-input{color:#333}.m-header.header-light .m-input::-webkit-input-placeholder{color:#999}.swiper-container{margin:0 auto;position:relative;overflow:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-wrapper{position:relative;width:100%;-webkit-transition-property:-webkit-transform,left,top;-webkit-transition-duration:0s;-webkit-transform:translate3d(0,0,0);-webkit-transition-timing-function:ease;-moz-transition-property:-moz-transform,left,top;-moz-transition-duration:0s;-moz-transform:translate3d(0,0,0);-moz-transition-timing-function:ease;-o-transition-property:-o-transform,left,top;-o-transition-duration:0s;-o-transform:translate3d(0,0,0);-o-transition-timing-function:ease;-o-transform:translate(0,0);-ms-transition-property:-ms-transform,left,top;-ms-transition-duration:0s;-ms-transform:translate3d(0,0,0);-ms-transition-timing-function:ease;transition-property:transform,left,top;transition-duration:0s;transform:translate3d(0,0,0);transition-timing-function:ease;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{float:left;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-wp8-horizontal{-ms-touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms;-moz-transition:300ms;-o-transition:300ms;transition:300ms;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination{bottom:10px;left:0;width:100%}.swiper-pagination .swiper-pagination-switch{margin:0 5px}.swiper-pagination-switch{width:8px;height:8px;display:inline-block;background:0 0;-webkit-box-shadow:inset 0 0 0 2px #ddd;box-shadow:inset 0 0 0 2px #ddd;-webkit-box-shadow:inset hoff voff blur color;box-shadow:inset hoff voff blur color;border-radius:100%}.swiper-active-switch{opacity:1;-webkit-box-shadow:inset 0 0 0 4px #23AC38;box-shadow:inset 0 0 0 4px #23AC38}.m-slider{height:120px;position:relative;overflow:hidden;font-size:0}.m-slider a{display:block;width:100%;height:100%}.m-slider img{display:inline-block;width:100%;height:100%;float:left}.m-slider .swiper-container{height:100%}.m-slider .swiper-wrapper{height:100%}.m-section .section-head{line-height:45px;padding:0 10px;background-color:#fff;font-size:14px;color:#666;text-align:left;font-weight:700;margin-bottom:10px}.m-section .section-head:first-letter{font-size:18px;color:#23ac38}.section-items{margin-bottom:10px}.section-items .section-item{display:block;margin-bottom:5px;width:100%}.section-items .section-item img{width:100%;max-width:100%}.product-items{background-color:#FFF;margin-bottom:10px}.product-items .items .item{width:33.33%;float:left;font-size:13px;text-align:center;padding:8px 0}.product-items .items .item a{display:block;position:relative;z-index:2}.product-items .items .item h3{font-size:13px;padding:0 5px;font-weight:700;color:#333;line-height:16px;padding:0 10px;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.product-items .items .item p{padding:0 10px;text-align:left}.product-items .items .item em{text-align:left;display:block;font-size:13px;font-weight:700;font-style:normal;color:#FA4535;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.product-items .items .item span{display:block;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.product-items .items .item .pic{max-width:100%;height:60px;display:inline-block;vertical-align:middle}.product-items .items .item:after{border-left:none;border-top:none}.m-list-view{margin-bottom:10px}.m-list-view .cell{font-size:14px;padding:0 0 0 15px;background-color:#FFF;overflow:hidden;position:relative;text-align:left}.m-list-view .cell-header{background-color:#f8f8f8;padding:0 10px}.m-list-view .cell-header .title{font-size:13px;color:#333;line-height:35px;width:auto}.m-list-view .cell-header .text{font-size:13px;line-height:35px;float:right;color:#9e9e9e;text-align:right;margin:0}.m-list-view .cell-basic{padding:11px 10px}.m-list-view .cell-basic .text,.m-list-view .cell-basic .title{float:none;display:inline-block;vertical-align:middle;margin:0 10px 0 0;line-height:1.5}.m-list-view .cell-basic .sub-title{padding-top:10px;font-size:13px;color:#999}.m-list-view .cell-radio{text-align:right;padding:0 10px;margin-bottom:10px;background-color:#eee}.m-list-view .cell-radio .title{color:#333;width:auto;text-align:left}.m-list-view .cell-radio .text{float:none;text-align:right}.m-list-view .cell-radio .m-radio{margin-left:8px}.m-list-view .cell-radio .m-table-view{margin:0 -10px}.m-list-view .cell-radio .m-table-view .cell-radio{margin:0;background-color:#FFF}.m-list-view .cell-block{padding:8px 10px}.m-list-view .cell-block h3{font-size:16px;font-weight:400;padding-right:60px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.m-list-view .cell-block p{font-size:14px;color:#666}.m-list-view .cell-block .bottom{margin-top:10px;padding-top:8px;line-height:30px}.m-list-view .cell-extend .m-table-view{margin:0 0 0 45px}.m-list-view .cell-extend .m-table-view .cell{padding:0}.m-list-view .cell-extend .m-table-view .text{margin-left:0}.m-list-view .cell-pic{padding:15px}.m-list-view .cell-pic .pic{float:left}.m-list-view .cell-pic .cont{margin-left:90px}.m-list-view .cell-pic h3{font-size:14px;font-weight:400}.m-list-view .cell-pic em{font-size:16px;font-weight:400}.m-list-view .cell-pic p{color:#9b9b9b;font-size:12px}.m-list-view .acc-icon{position:relative;padding-right:30px}.m-list-view .acc-icon .acc{position:absolute;right:0;top:0;min-width:30px;height:100%;line-height:44px;text-align:left;color:#999;text-align:right}.m-list-view .acc-icon .acc .m-icon{margin-right:4px}.m-list-view .title{font-size:15px;color:#999;float:left;font-weight:400;line-height:44px}.m-list-view .text{display:block;font-size:15px;color:#333;line-height:44px;position:relative;white-space:nowrap;word-break:break-all;text-overflow:ellipsis;overflow:hidden}.m-list-view .text .m-input{font-size:15px}.m-goods-items{padding:0 5px 5px;overflow-x:scroll;overflow-y:hidden;-webkit-overflow-scrolling:touch}.m-goods-items li{float:left;width:110px;padding:0 5px 10px;box-sizing:border-box}.m-goods-items a{display:block;background-color:#fff;padding-bottom:5px;position:relative}.m-goods-items .hot{position:absolute;top:-1px;right:10px;width:20px;height:56px;background:url(../images/icon_mark.png)0 0 no-repeat;background-size:100%;font-size:0;overflow:hidden}.m-goods-items .pic{display:block;width:100%;height:110px;margin:0 auto 5px;background-position:center center;background-repeat:no-repeat;background-size:cover}.m-goods-items h3{font-size:13px;padding:0 5px;font-weight:700;color:#333;text-align:left;line-height:16px;height:32px;overflow:hidden}.m-goods-items em{text-align:left;display:block;padding:0 5px;font-size:13px;font-weight:700;font-style:normal;color:#FA4535}.m-goods-items .origin-price{font-size:12px;color:#bbb;text-decoration:line-through}.photo-wall{width:100%;padding-left:5px;box-sizing:border-box}.photo-wall .photo-item{float:left;box-sizing:border-box;padding:0 5px 5px 0;height:105px}.photo-wall .photo-item img{width:100%;height:100%;max-width:100%;max-height:100%}.photo-wall .photo-1p{width:33.33%}.photo-wall .photo-2p{width:66.66%}.m-nav{width:100%;background-color:#444;font-size:14px;color:#999;overflow:hidden;box-sizing:border-box}.m-nav a{color:#999;padding:0 10px;min-width:70px}.m-nav li{float:left;line-height:40px;text-align:center;position:relative}.m-nav li:last-child{padding-right:0}.m-nav .on a{color:#FFF;background-color:#23ac38;display:block;position:relative}.m-tab{width:100%;background-color:#FFF;font-size:14px;color:#999;border-width:1px 0;overflow:hidden;box-sizing:border-box;margin-bottom:10px}.m-tab a{display:block;color:#999;padding:0 10px;min-width:70px}.m-tab li{float:left;line-height:45px;text-align:center;position:relative}.m-tab li:last-child{padding-right:0}.m-tab .on a{color:#23ac38;display:block;position:relative}.m-tab .on a:after{content:'';position:absolute;bottom:0;left:0;right:0;height:2px;background-color:#23ac38}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-nowrap{white-space:nowrap!important}.text-overflow{overflow:hidden;text-overflow:ellipsis}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-indent{text-indent:-999em}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}.display-block{display:block!important}.clearfix:after{content:'';display:block;height:0;overflow:hidden;font-size:0;clear:both}.m-hide{display:none!important;visibility:hidden;opacity:0;z-index:-1}.m-hidden{visibility:hidden;opacity:0;z-index:-1}.m-show{display:block!important;visibility:visible}.m-separate{position:relative;width:100%;line-height:50px;text-align:center;font-size:12px;color:#666;overflow:visible}.m-more,a.m-more{display:block;font-size:12px;text-align:center;color:#999;line-height:45px;background-color:#FFF}.m-animate-hide{-webkit-transform:translate(0,100%) translateZ(0)!important;-ms-transform:translate(0,100%) translateZ(0)!important;-o-transform:translate(0,100%) translateZ(0)!important;transform:translate(0,100%) translateZ(0)!important}.m-animate-show{-webkit-transform:translate(0,0) translateZ(0)!important;-ms-transform:translate(0,0) translateZ(0)!important;-o-transform:translate(0,0) translateZ(0)!important;transform:translate(0,0) translateZ(0)!important}.hidden{opacity:0;z-index:-1}.mask-hidden{opacity:0}.font-white{color:#FFF!important}.font-white-opacity{color:rgba(255,255,255,.8)!important}.font-deep{color:#333!important}.font-gray{color:#666!important}.font-light{color:#999!important}.font-yellow{color:#FF9D2C!important}.font-orange{color:#FF6B00!important}.font-red{color:#fa4535!important}.font-green{color:#23ac38!important}.background-gray{background-color:#666!important}.background-yellow{background-color:#FF9D2C!important}.background-orange{background-color:#FF6B00!important}.background-red{background-color:#fa4535!important}.background-green{background-color:#23ac38!important}.position-relative{position:relative}.z-index2{z-index:2}.width-auto{width:auto!important}.width-200p{width:200%}.m-col-1{width:100%!important}.m-col-2{width:50%!important}.m-col-3{width:33.33%!important}.m-col-4{width:25%!important}.m-icon{display:inline-block;vertical-align:middle}.icon-back-to{background-image:url(../images/dist/sprite.png);background-position:0 0;width:22px;width:11px;height:38px;height:19px;background-size:25px}.icon-back{background-image:url(../images/dist/sprite.png);background-position:-28px 0;background-position:-14px 0;width:22px;width:11px;height:38px;height:19px;background-size:25px}
1156 2 \ No newline at end of file
... ...
css/tab.less
... ... @@ -41,13 +41,14 @@
41 41 box-sizing: border-box;
42 42 margin-bottom: 10px;
43 43 a{
  44 + display: block;
44 45 color: #999;
  46 + padding: 0 10px;
  47 + min-width: 70px;
45 48 }
46 49 li{
47 50 float: left;
48   - min-width: 32px;
49   - padding-right: 18px;
50   - line-height: 40px;
  51 + line-height: 45px;
51 52 text-align: center;
52 53 position: relative;
53 54 &:last-child{
... ... @@ -70,27 +71,4 @@
70 71 }
71 72 }
72 73 }
73   - &.tab-col-2{
74   - li{
75   - width: 50% !important;
76   - }
77   - }
78   - &.tab-col-3{
79   - li{
80   - width: 33.33% !important;
81   - padding-right:0 ;
82   - }
83   - }
84   - &.tab-col-4{
85   - li{
86   - padding-right: 0;
87   - width: 25% !important;
88   - }
89   - }
90   - &.tab-col-5{
91   - li{
92   - padding-right: 0;
93   - width: 20% !important;
94   - }
95   - }
96 74 }
... ...
html/index.html
... ... @@ -36,6 +36,8 @@
36 36 <div class="swiper-container">
37 37 <div class="swiper-wrapper">
38 38 <a class="swiper-slide" href="#" style="background:url(../temp/pic_320.png) center center no-repeat; background-size:100% 100%;"></a>
  39 + <a class="swiper-slide" href="#" style="background:url(../temp/pic_320.png) center center no-repeat; background-size:100% 100%;"></a>
  40 + <a class="swiper-slide" href="#" style="background:url(../temp/pic_320.png) center center no-repeat; background-size:100% 100%;"></a>
39 41 </div>
40 42 <!-- Add Pagination -->
41 43 <div class="swiper-pagination"></div>
... ... @@ -280,7 +282,7 @@
280 282 </ul>
281 283  
282 284 <!-- tab -->
283   - <ul class="m-tab tab-col-4 border-1px border-bottom">
  285 + <ul class="m-tab width-200p border-1px border-bottom">
284 286 <li class="on"><a href="#">今日必抢</a></li>
285 287 <li><a href="#">名古屋</a></li>
286 288 <li><a href="#">我是吃货</a></li>
... ... @@ -326,6 +328,19 @@
326 328 </li>
327 329 </ul>
328 330  
  331 + <script src="../js/jquery-2.1.3.min.js"></script>
  332 + <script src="../js/swipe.min.js"></script>
  333 + <script>
  334 + var swiper = new Swiper('.swiper-container', { /*轮播图*/
  335 + pagination: '.swiper-pagination',
  336 + paginationClickable: true,
  337 + centeredSlides: true,
  338 + loop: true,
  339 + spaceBetween: 0,
  340 + autoplay: 3000,
  341 + autoplayDisableOnInteraction: false
  342 + });
  343 + </script>
329 344 </body>
330 345  
331 346 </html>
... ...
js/jquery-2.1.3.min.js 0 → 100644
  1 +/*! jQuery v2.1.3 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */
  2 +define(function(){
  3 +!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k={},l=a.document,m="2.1.3",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return n.each(this,a,b)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(a=arguments[h]))for(b in a)c=g[b],d=a[b],g!==d&&(j&&d&&(n.isPlainObject(d)||(e=n.isArray(d)))?(e?(e=!1,f=c&&n.isArray(c)?c:[]):f=c&&n.isPlainObject(c)?c:{},g[b]=n.extend(j,f,d)):void 0!==d&&(g[b]=d));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray,isWindow:function(a){return null!=a&&a===a.window},isNumeric:function(a){return!n.isArray(a)&&a-parseFloat(a)+1>=0},isPlainObject:function(a){return"object"!==n.type(a)||a.nodeType||n.isWindow(a)?!1:a.constructor&&!j.call(a.constructor.prototype,"isPrototypeOf")?!1:!0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(a){var b,c=eval;a=n.trim(a),a&&(1===a.indexOf("use strict")?(b=l.createElement("script"),b.text=a,l.head.appendChild(b).parentNode.removeChild(b)):c(a))},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=s(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){return null==b?-1:g.call(b,a,c)},merge:function(a,b){for(var c=+b.length,d=0,e=a.length;c>d;d++)a[e++]=b[d];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=s(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(c=a[b],b=a,a=c),n.isFunction(a)?(e=d.call(arguments,2),f=function(){return a.apply(b||this,e.concat(d.call(arguments)))},f.guid=a.guid=a.guid||n.guid++,f):void 0},now:Date.now,support:k}),n.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function s(a){var b=a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=hb(),z=hb(),A=hb(),B=function(a,b){return a===b&&(l=!0),0},C=1<<31,D={}.hasOwnProperty,E=[],F=E.pop,G=E.push,H=E.push,I=E.slice,J=function(a,b){for(var c=0,d=a.length;d>c;c++)if(a[c]===b)return c;return-1},K="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",L="[\\x20\\t\\r\\n\\f]",M="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",N=M.replace("w","w#"),O="\\["+L+"*("+M+")(?:"+L+"*([*^$|!~]?=)"+L+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+N+"))|)"+L+"*\\]",P=":("+M+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+O+")*)|.*)\\)|)",Q=new RegExp(L+"+","g"),R=new RegExp("^"+L+"+|((?:^|[^\\\\])(?:\\\\.)*)"+L+"+$","g"),S=new RegExp("^"+L+"*,"+L+"*"),T=new RegExp("^"+L+"*([>+~]|"+L+")"+L+"*"),U=new RegExp("="+L+"*([^\\]'\"]*?)"+L+"*\\]","g"),V=new RegExp(P),W=new RegExp("^"+N+"$"),X={ID:new RegExp("^#("+M+")"),CLASS:new RegExp("^\\.("+M+")"),TAG:new RegExp("^("+M.replace("w","w*")+")"),ATTR:new RegExp("^"+O),PSEUDO:new RegExp("^"+P),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+L+"*(even|odd|(([+-]|)(\\d*)n|)"+L+"*(?:([+-]|)"+L+"*(\\d+)|))"+L+"*\\)|)","i"),bool:new RegExp("^(?:"+K+")$","i"),needsContext:new RegExp("^"+L+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+L+"*((?:-\\d)?\\d*)"+L+"*\\)|)(?=[^-]|$)","i")},Y=/^(?:input|select|textarea|button)$/i,Z=/^h\d$/i,$=/^[^{]+\{\s*\[native \w/,_=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ab=/[+~]/,bb=/'|\\/g,cb=new RegExp("\\\\([\\da-f]{1,6}"+L+"?|("+L+")|.)","ig"),db=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},eb=function(){m()};try{H.apply(E=I.call(v.childNodes),v.childNodes),E[v.childNodes.length].nodeType}catch(fb){H={apply:E.length?function(a,b){G.apply(a,I.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function gb(a,b,d,e){var f,h,j,k,l,o,r,s,w,x;if((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,d=d||[],k=b.nodeType,"string"!=typeof a||!a||1!==k&&9!==k&&11!==k)return d;if(!e&&p){if(11!==k&&(f=_.exec(a)))if(j=f[1]){if(9===k){if(h=b.getElementById(j),!h||!h.parentNode)return d;if(h.id===j)return d.push(h),d}else if(b.ownerDocument&&(h=b.ownerDocument.getElementById(j))&&t(b,h)&&h.id===j)return d.push(h),d}else{if(f[2])return H.apply(d,b.getElementsByTagName(a)),d;if((j=f[3])&&c.getElementsByClassName)return H.apply(d,b.getElementsByClassName(j)),d}if(c.qsa&&(!q||!q.test(a))){if(s=r=u,w=b,x=1!==k&&a,1===k&&"object"!==b.nodeName.toLowerCase()){o=g(a),(r=b.getAttribute("id"))?s=r.replace(bb,"\\$&"):b.setAttribute("id",s),s="[id='"+s+"'] ",l=o.length;while(l--)o[l]=s+rb(o[l]);w=ab.test(a)&&pb(b.parentNode)||b,x=o.join(",")}if(x)try{return H.apply(d,w.querySelectorAll(x)),d}catch(y){}finally{r||b.removeAttribute("id")}}}return i(a.replace(R,"$1"),b,d,e)}function hb(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ib(a){return a[u]=!0,a}function jb(a){var b=n.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function kb(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function lb(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||C)-(~a.sourceIndex||C);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function mb(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function nb(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function ob(a){return ib(function(b){return b=+b,ib(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function pb(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=gb.support={},f=gb.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},m=gb.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=g.documentElement,e=g.defaultView,e&&e!==e.top&&(e.addEventListener?e.addEventListener("unload",eb,!1):e.attachEvent&&e.attachEvent("onunload",eb)),p=!f(g),c.attributes=jb(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=jb(function(a){return a.appendChild(g.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=$.test(g.getElementsByClassName),c.getById=jb(function(a){return o.appendChild(a).id=u,!g.getElementsByName||!g.getElementsByName(u).length}),c.getById?(d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(cb,db);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return p?b.getElementsByClassName(a):void 0},r=[],q=[],(c.qsa=$.test(g.querySelectorAll))&&(jb(function(a){o.appendChild(a).innerHTML="<a id='"+u+"'></a><select id='"+u+"-\f]' msallowcapture=''><option selected=''></option></select>",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+L+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+L+"*(?:value|"+K+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),jb(function(a){var b=g.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+L+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=$.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&jb(function(a){c.disconnectedMatch=s.call(a,"div"),s.call(a,"[s!='']:x"),r.push("!=",P)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=$.test(o.compareDocumentPosition),t=b||$.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===g||a.ownerDocument===v&&t(v,a)?-1:b===g||b.ownerDocument===v&&t(v,b)?1:k?J(k,a)-J(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,h=[a],i=[b];if(!e||!f)return a===g?-1:b===g?1:e?-1:f?1:k?J(k,a)-J(k,b):0;if(e===f)return lb(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)i.unshift(c);while(h[d]===i[d])d++;return d?lb(h[d],i[d]):h[d]===v?-1:i[d]===v?1:0},g):n},gb.matches=function(a,b){return gb(a,null,null,b)},gb.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(U,"='$1']"),!(!c.matchesSelector||!p||r&&r.test(b)||q&&q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return gb(b,n,null,[a]).length>0},gb.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},gb.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&D.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},gb.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},gb.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=gb.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=gb.selectors={cacheLength:50,createPseudo:ib,match:X,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(cb,db),a[3]=(a[3]||a[4]||a[5]||"").replace(cb,db),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||gb.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&gb.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return X.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&V.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(cb,db).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+L+")"+a+"("+L+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=gb.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(Q," ")+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){k=q[u]||(q[u]={}),j=k[a]||[],n=j[0]===w&&j[1],m=j[0]===w&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[w,n,m];break}}else if(s&&(j=(b[u]||(b[u]={}))[a])&&j[0]===w)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(s&&((l[u]||(l[u]={}))[a]=[w,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||gb.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ib(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=J(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ib(function(a){var b=[],c=[],d=h(a.replace(R,"$1"));return d[u]?ib(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ib(function(a){return function(b){return gb(a,b).length>0}}),contains:ib(function(a){return a=a.replace(cb,db),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ib(function(a){return W.test(a||"")||gb.error("unsupported lang: "+a),a=a.replace(cb,db).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return Z.test(a.nodeName)},input:function(a){return Y.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:ob(function(){return[0]}),last:ob(function(a,b){return[b-1]}),eq:ob(function(a,b,c){return[0>c?c+b:c]}),even:ob(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:ob(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:ob(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:ob(function(a,b,c){for(var d=0>c?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=mb(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=nb(b);function qb(){}qb.prototype=d.filters=d.pseudos,d.setFilters=new qb,g=gb.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+" "];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){(!c||(e=S.exec(h)))&&(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=T.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(R," ")}),h=h.slice(c.length));for(g in d.filter)!(e=X[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?gb.error(a):z(a,i).slice(0)};function rb(a){for(var b=0,c=a.length,d="";c>b;b++)d+=a[b].value;return d}function sb(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=x++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[w,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[u]||(b[u]={}),(h=i[d])&&h[0]===w&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function tb(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function ub(a,b,c){for(var d=0,e=b.length;e>d;d++)gb(a,b[d],c);return c}function vb(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function wb(a,b,c,d,e,f){return d&&!d[u]&&(d=wb(d)),e&&!e[u]&&(e=wb(e,f)),ib(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||ub(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:vb(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=vb(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?J(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=vb(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):H.apply(g,r)})}function xb(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=sb(function(a){return a===b},h,!0),l=sb(function(a){return J(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];f>i;i++)if(c=d.relative[a[i].type])m=[sb(tb(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;f>e;e++)if(d.relative[a[e].type])break;return wb(i>1&&tb(m),i>1&&rb(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(R,"$1"),c,e>i&&xb(a.slice(i,e)),f>e&&xb(a=a.slice(e)),f>e&&rb(a))}m.push(c)}return tb(m)}function yb(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,m,o,p=0,q="0",r=f&&[],s=[],t=j,u=f||e&&d.find.TAG("*",k),v=w+=null==t?1:Math.random()||.1,x=u.length;for(k&&(j=g!==n&&g);q!==x&&null!=(l=u[q]);q++){if(e&&l){m=0;while(o=a[m++])if(o(l,g,h)){i.push(l);break}k&&(w=v)}c&&((l=!o&&l)&&p--,f&&r.push(l))}if(p+=q,c&&q!==p){m=0;while(o=b[m++])o(r,s,g,h);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=F.call(i));s=vb(s)}H.apply(i,s),k&&!f&&s.length>0&&p+b.length>1&&gb.uniqueSort(i)}return k&&(w=v,j=t),r};return c?ib(f):f}return h=gb.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=xb(b[c]),f[u]?d.push(f):e.push(f);f=A(a,yb(e,d)),f.selector=a}return f},i=gb.select=function(a,b,e,f){var i,j,k,l,m,n="function"==typeof a&&a,o=!f&&g(a=n.selector||a);if(e=e||[],1===o.length){if(j=o[0]=o[0].slice(0),j.length>2&&"ID"===(k=j[0]).type&&c.getById&&9===b.nodeType&&p&&d.relative[j[1].type]){if(b=(d.find.ID(k.matches[0].replace(cb,db),b)||[])[0],!b)return e;n&&(b=b.parentNode),a=a.slice(j.shift().value.length)}i=X.needsContext.test(a)?0:j.length;while(i--){if(k=j[i],d.relative[l=k.type])break;if((m=d.find[l])&&(f=m(k.matches[0].replace(cb,db),ab.test(j[0].type)&&pb(b.parentNode)||b))){if(j.splice(i,1),a=f.length&&rb(j),!a)return H.apply(e,f),e;break}}}return(n||h(a,o))(f,b,!p,e,ab.test(a)&&pb(b.parentNode)||b),e},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=jb(function(a){return 1&a.compareDocumentPosition(n.createElement("div"))}),jb(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||kb("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&jb(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||kb("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),jb(function(a){return null==a.getAttribute("disabled")})||kb(K,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),gb}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=n.expr.match.needsContext,v=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,w=/^.[^:#\[\.,]*$/;function x(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(w.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return g.call(b,a)>=0!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=this.length,d=[],e=this;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;c>b;b++)if(n.contains(e[b],this))return!0}));for(b=0;c>b;b++)n.find(a,e[b],d);return d=this.pushStack(c>1?n.unique(d):d),d.selector=this.selector?this.selector+" "+a:a,d},filter:function(a){return this.pushStack(x(this,a||[],!1))},not:function(a){return this.pushStack(x(this,a||[],!0))},is:function(a){return!!x(this,"string"==typeof a&&u.test(a)?n(a):a||[],!1).length}});var y,z=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,A=n.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a[0]&&">"===a[a.length-1]&&a.length>=3?[null,a,null]:z.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||y).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:l,!0)),v.test(c[1])&&n.isPlainObject(b))for(c in b)n.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}return d=l.getElementById(c[2]),d&&d.parentNode&&(this.length=1,this[0]=d),this.context=l,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?"undefined"!=typeof y.ready?y.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};A.prototype=n.fn,y=n(l);var B=/^(?:parents|prev(?:Until|All))/,C={children:!0,contents:!0,next:!0,prev:!0};n.extend({dir:function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&n(a).is(c))break;d.push(a)}return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),n.fn.extend({has:function(a){var b=n(a,this),c=b.length;return this.filter(function(){for(var a=0;c>a;a++)if(n.contains(this,b[a]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=u.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.unique(f):f)},index:function(a){return a?"string"==typeof a?g.call(n(a),this[0]):g.call(this,a.jquery?a[0]:a):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.unique(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function D(a,b){while((a=a[b])&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return n.dir(a,"parentNode")},parentsUntil:function(a,b,c){return n.dir(a,"parentNode",c)},next:function(a){return D(a,"nextSibling")},prev:function(a){return D(a,"previousSibling")},nextAll:function(a){return n.dir(a,"nextSibling")},prevAll:function(a){return n.dir(a,"previousSibling")},nextUntil:function(a,b,c){return n.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return n.dir(a,"previousSibling",c)},siblings:function(a){return n.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return n.sibling(a.firstChild)},contents:function(a){return a.contentDocument||n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(C[a]||n.unique(e),B.test(a)&&e.reverse()),this.pushStack(e)}});var E=/\S+/g,F={};function G(a){var b=F[a]={};return n.each(a.match(E)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?F[a]||G(a):n.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(b=a.memory&&l,c=!0,g=e||0,e=0,f=h.length,d=!0;h&&f>g;g++)if(h[g].apply(l[0],l[1])===!1&&a.stopOnFalse){b=!1;break}d=!1,h&&(i?i.length&&j(i.shift()):b?h=[]:k.disable())},k={add:function(){if(h){var c=h.length;!function g(b){n.each(b,function(b,c){var d=n.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&g(c)})}(arguments),d?f=h.length:b&&(e=c,j(b))}return this},remove:function(){return h&&n.each(arguments,function(a,b){var c;while((c=n.inArray(b,h,c))>-1)h.splice(c,1),d&&(f>=c&&f--,g>=c&&g--)}),this},has:function(a){return a?n.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],f=0,this},disable:function(){return h=i=b=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,b||k.disable(),this},locked:function(){return!i},fireWith:function(a,b){return!h||c&&!i||(b=b||[],b=[a,b.slice?b.slice():b],d?i.push(b):j(b)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!c}};return k},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&n.isFunction(a.promise)?e:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var H;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){(a===!0?--n.readyWait:n.isReady)||(n.isReady=!0,a!==!0&&--n.readyWait>0||(H.resolveWith(l,[n]),n.fn.triggerHandler&&(n(l).triggerHandler("ready"),n(l).off("ready"))))}});function I(){l.removeEventListener("DOMContentLoaded",I,!1),a.removeEventListener("load",I,!1),n.ready()}n.ready.promise=function(b){return H||(H=n.Deferred(),"complete"===l.readyState?setTimeout(n.ready):(l.addEventListener("DOMContentLoaded",I,!1),a.addEventListener("load",I,!1))),H.promise(b)},n.ready.promise();var J=n.access=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===n.type(c)){e=!0;for(h in c)n.access(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,n.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(n(a),c)})),b))for(;i>h;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f};n.acceptData=function(a){return 1===a.nodeType||9===a.nodeType||!+a.nodeType};function K(){Object.defineProperty(this.cache={},0,{get:function(){return{}}}),this.expando=n.expando+K.uid++}K.uid=1,K.accepts=n.acceptData,K.prototype={key:function(a){if(!K.accepts(a))return 0;var b={},c=a[this.expando];if(!c){c=K.uid++;try{b[this.expando]={value:c},Object.defineProperties(a,b)}catch(d){b[this.expando]=c,n.extend(a,b)}}return this.cache[c]||(this.cache[c]={}),c},set:function(a,b,c){var d,e=this.key(a),f=this.cache[e];if("string"==typeof b)f[b]=c;else if(n.isEmptyObject(f))n.extend(this.cache[e],b);else for(d in b)f[d]=b[d];return f},get:function(a,b){var c=this.cache[this.key(a)];return void 0===b?c:c[b]},access:function(a,b,c){var d;return void 0===b||b&&"string"==typeof b&&void 0===c?(d=this.get(a,b),void 0!==d?d:this.get(a,n.camelCase(b))):(this.set(a,b,c),void 0!==c?c:b)},remove:function(a,b){var c,d,e,f=this.key(a),g=this.cache[f];if(void 0===b)this.cache[f]={};else{n.isArray(b)?d=b.concat(b.map(n.camelCase)):(e=n.camelCase(b),b in g?d=[b,e]:(d=e,d=d in g?[d]:d.match(E)||[])),c=d.length;while(c--)delete g[d[c]]}},hasData:function(a){return!n.isEmptyObject(this.cache[a[this.expando]]||{})},discard:function(a){a[this.expando]&&delete this.cache[a[this.expando]]}};var L=new K,M=new K,N=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,O=/([A-Z])/g;function P(a,b,c){var d;if(void 0===c&&1===a.nodeType)if(d="data-"+b.replace(O,"-$1").toLowerCase(),c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:N.test(c)?n.parseJSON(c):c}catch(e){}M.set(a,b,c)}else c=void 0;return c}n.extend({hasData:function(a){return M.hasData(a)||L.hasData(a)},data:function(a,b,c){return M.access(a,b,c)
  4 +},removeData:function(a,b){M.remove(a,b)},_data:function(a,b,c){return L.access(a,b,c)},_removeData:function(a,b){L.remove(a,b)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=M.get(f),1===f.nodeType&&!L.get(f,"hasDataAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),P(f,d,e[d])));L.set(f,"hasDataAttrs",!0)}return e}return"object"==typeof a?this.each(function(){M.set(this,a)}):J(this,function(b){var c,d=n.camelCase(a);if(f&&void 0===b){if(c=M.get(f,a),void 0!==c)return c;if(c=M.get(f,d),void 0!==c)return c;if(c=P(f,d,void 0),void 0!==c)return c}else this.each(function(){var c=M.get(this,d);M.set(this,d,b),-1!==a.indexOf("-")&&void 0!==c&&M.set(this,a,b)})},null,b,arguments.length>1,null,!0)},removeData:function(a){return this.each(function(){M.remove(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=L.get(a,b),c&&(!d||n.isArray(c)?d=L.access(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return L.get(a,c)||L.access(a,c,{empty:n.Callbacks("once memory").add(function(){L.remove(a,[b+"queue",c])})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?n.queue(this[0],a):void 0===b?this:this.each(function(){var c=n.queue(this,a,b);n._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&n.dequeue(this,a)})},dequeue:function(a){return this.each(function(){n.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=n.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};"string"!=typeof a&&(b=a,a=void 0),a=a||"fx";while(g--)c=L.get(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}});var Q=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,R=["Top","Right","Bottom","Left"],S=function(a,b){return a=b||a,"none"===n.css(a,"display")||!n.contains(a.ownerDocument,a)},T=/^(?:checkbox|radio)$/i;!function(){var a=l.createDocumentFragment(),b=a.appendChild(l.createElement("div")),c=l.createElement("input");c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),b.appendChild(c),k.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,b.innerHTML="<textarea>x</textarea>",k.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue}();var U="undefined";k.focusinBubbles="onfocusin"in a;var V=/^key/,W=/^(?:mouse|pointer|contextmenu)|click/,X=/^(?:focusinfocus|focusoutblur)$/,Y=/^([^.]*)(?:\.(.+)|)$/;function Z(){return!0}function $(){return!1}function _(){try{return l.activeElement}catch(a){}}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=L.get(a);if(r){c.handler&&(f=c,c=f.handler,e=f.selector),c.guid||(c.guid=n.guid++),(i=r.events)||(i=r.events={}),(g=r.handle)||(g=r.handle=function(b){return typeof n!==U&&n.event.triggered!==b.type?n.event.dispatch.apply(a,arguments):void 0}),b=(b||"").match(E)||[""],j=b.length;while(j--)h=Y.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o&&(l=n.event.special[o]||{},o=(e?l.delegateType:l.bindType)||o,l=n.event.special[o]||{},k=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},f),(m=i[o])||(m=i[o]=[],m.delegateCount=0,l.setup&&l.setup.call(a,d,p,g)!==!1||a.addEventListener&&a.addEventListener(o,g,!1)),l.add&&(l.add.call(a,k),k.handler.guid||(k.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,k):m.push(k),n.event.global[o]=!0)}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=L.hasData(a)&&L.get(a);if(r&&(i=r.events)){b=(b||"").match(E)||[""],j=b.length;while(j--)if(h=Y.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=i[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=f=m.length;while(f--)k=m[f],!e&&q!==k.origType||c&&c.guid!==k.guid||h&&!h.test(k.namespace)||d&&d!==k.selector&&("**"!==d||!k.selector)||(m.splice(f,1),k.selector&&m.delegateCount--,l.remove&&l.remove.call(a,k));g&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete i[o])}else for(o in i)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(i)&&(delete r.handle,L.remove(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,m,o,p=[d||l],q=j.call(b,"type")?b.type:b,r=j.call(b,"namespace")?b.namespace.split("."):[];if(g=h=d=d||l,3!==d.nodeType&&8!==d.nodeType&&!X.test(q+n.event.triggered)&&(q.indexOf(".")>=0&&(r=q.split("."),q=r.shift(),r.sort()),k=q.indexOf(":")<0&&"on"+q,b=b[n.expando]?b:new n.Event(q,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=r.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+r.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:n.makeArray(c,[b]),o=n.event.special[q]||{},e||!o.trigger||o.trigger.apply(d,c)!==!1)){if(!e&&!o.noBubble&&!n.isWindow(d)){for(i=o.delegateType||q,X.test(i+q)||(g=g.parentNode);g;g=g.parentNode)p.push(g),h=g;h===(d.ownerDocument||l)&&p.push(h.defaultView||h.parentWindow||a)}f=0;while((g=p[f++])&&!b.isPropagationStopped())b.type=f>1?i:o.bindType||q,m=(L.get(g,"events")||{})[b.type]&&L.get(g,"handle"),m&&m.apply(g,c),m=k&&g[k],m&&m.apply&&n.acceptData(g)&&(b.result=m.apply(g,c),b.result===!1&&b.preventDefault());return b.type=q,e||b.isDefaultPrevented()||o._default&&o._default.apply(p.pop(),c)!==!1||!n.acceptData(d)||k&&n.isFunction(d[q])&&!n.isWindow(d)&&(h=d[k],h&&(d[k]=null),n.event.triggered=q,d[q](),n.event.triggered=void 0,h&&(d[k]=h)),b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(L.get(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,c=0;while((g=f.handlers[c++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(g.namespace))&&(a.handleObj=g,a.data=g.data,e=((n.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==e&&(a.result=e)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!==this;i=i.parentNode||this)if(i.disabled!==!0||"click"!==a.type){for(d=[],c=0;h>c;c++)f=b[c],e=f.selector+" ",void 0===d[e]&&(d[e]=f.needsContext?n(e,this).index(i)>=0:n.find(e,this,null,[i]).length),d[e]&&d.push(f);d.length&&g.push({elem:i,handlers:d})}return h<b.length&&g.push({elem:this,handlers:b.slice(h)}),g},props:"altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){return null==a.which&&(a.which=null!=b.charCode?b.charCode:b.keyCode),a}},mouseHooks:{props:"button buttons clientX clientY offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,b){var c,d,e,f=b.button;return null==a.pageX&&null!=b.clientX&&(c=a.target.ownerDocument||l,d=c.documentElement,e=c.body,a.pageX=b.clientX+(d&&d.scrollLeft||e&&e.scrollLeft||0)-(d&&d.clientLeft||e&&e.clientLeft||0),a.pageY=b.clientY+(d&&d.scrollTop||e&&e.scrollTop||0)-(d&&d.clientTop||e&&e.clientTop||0)),a.which||void 0===f||(a.which=1&f?1:2&f?3:4&f?2:0),a}},fix:function(a){if(a[n.expando])return a;var b,c,d,e=a.type,f=a,g=this.fixHooks[e];g||(this.fixHooks[e]=g=W.test(e)?this.mouseHooks:V.test(e)?this.keyHooks:{}),d=g.props?this.props.concat(g.props):this.props,a=new n.Event(f),b=d.length;while(b--)c=d[b],a[c]=f[c];return a.target||(a.target=l),3===a.target.nodeType&&(a.target=a.target.parentNode),g.filter?g.filter(a,f):a},special:{load:{noBubble:!0},focus:{trigger:function(){return this!==_()&&this.focus?(this.focus(),!1):void 0},delegateType:"focusin"},blur:{trigger:function(){return this===_()&&this.blur?(this.blur(),!1):void 0},delegateType:"focusout"},click:{trigger:function(){return"checkbox"===this.type&&this.click&&n.nodeName(this,"input")?(this.click(),!1):void 0},_default:function(a){return n.nodeName(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}},simulate:function(a,b,c,d){var e=n.extend(new n.Event,c,{type:a,isSimulated:!0,originalEvent:{}});d?n.event.trigger(e,null,b):n.event.dispatch.call(b,e),e.isDefaultPrevented()&&c.preventDefault()}},n.removeEvent=function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)},n.Event=function(a,b){return this instanceof n.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?Z:$):this.type=a,b&&n.extend(this,b),this.timeStamp=a&&a.timeStamp||n.now(),void(this[n.expando]=!0)):new n.Event(a,b)},n.Event.prototype={isDefaultPrevented:$,isPropagationStopped:$,isImmediatePropagationStopped:$,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=Z,a&&a.preventDefault&&a.preventDefault()},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=Z,a&&a.stopPropagation&&a.stopPropagation()},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=Z,a&&a.stopImmediatePropagation&&a.stopImmediatePropagation(),this.stopPropagation()}},n.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){n.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return(!e||e!==d&&!n.contains(d,e))&&(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),k.focusinBubbles||n.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){n.event.simulate(b,a.target,n.event.fix(a),!0)};n.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=L.access(d,b);e||d.addEventListener(a,c,!0),L.access(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=L.access(d,b)-1;e?L.access(d,b,e):(d.removeEventListener(a,c,!0),L.remove(d,b))}}}),n.fn.extend({on:function(a,b,c,d,e){var f,g;if("object"==typeof a){"string"!=typeof b&&(c=c||b,b=void 0);for(g in a)this.on(g,b,c,a[g],e);return this}if(null==c&&null==d?(d=b,c=b=void 0):null==d&&("string"==typeof b?(d=c,c=void 0):(d=c,c=b,b=void 0)),d===!1)d=$;else if(!d)return this;return 1===e&&(f=d,d=function(a){return n().off(a),f.apply(this,arguments)},d.guid=f.guid||(f.guid=n.guid++)),this.each(function(){n.event.add(this,a,d,c,b)})},one:function(a,b,c,d){return this.on(a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,n(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return(b===!1||"function"==typeof b)&&(c=b,b=void 0),c===!1&&(c=$),this.each(function(){n.event.remove(this,a,c,b)})},trigger:function(a,b){return this.each(function(){n.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];return c?n.event.trigger(a,b,c,!0):void 0}});var ab=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,bb=/<([\w:]+)/,cb=/<|&#?\w+;/,db=/<(?:script|style|link)/i,eb=/checked\s*(?:[^=]|=\s*.checked.)/i,fb=/^$|\/(?:java|ecma)script/i,gb=/^true\/(.*)/,hb=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g,ib={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};ib.optgroup=ib.option,ib.tbody=ib.tfoot=ib.colgroup=ib.caption=ib.thead,ib.th=ib.td;function jb(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function kb(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function lb(a){var b=gb.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function mb(a,b){for(var c=0,d=a.length;d>c;c++)L.set(a[c],"globalEval",!b||L.get(b[c],"globalEval"))}function nb(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(L.hasData(a)&&(f=L.access(a),g=L.set(b,f),j=f.events)){delete g.handle,g.events={};for(e in j)for(c=0,d=j[e].length;d>c;c++)n.event.add(b,e,j[e][c])}M.hasData(a)&&(h=M.access(a),i=n.extend({},h),M.set(b,i))}}function ob(a,b){var c=a.getElementsByTagName?a.getElementsByTagName(b||"*"):a.querySelectorAll?a.querySelectorAll(b||"*"):[];return void 0===b||b&&n.nodeName(a,b)?n.merge([a],c):c}function pb(a,b){var c=b.nodeName.toLowerCase();"input"===c&&T.test(a.type)?b.checked=a.checked:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}n.extend({clone:function(a,b,c){var d,e,f,g,h=a.cloneNode(!0),i=n.contains(a.ownerDocument,a);if(!(k.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(g=ob(h),f=ob(a),d=0,e=f.length;e>d;d++)pb(f[d],g[d]);if(b)if(c)for(f=f||ob(a),g=g||ob(h),d=0,e=f.length;e>d;d++)nb(f[d],g[d]);else nb(a,h);return g=ob(h,"script"),g.length>0&&mb(g,!i&&ob(a,"script")),h},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,k=b.createDocumentFragment(),l=[],m=0,o=a.length;o>m;m++)if(e=a[m],e||0===e)if("object"===n.type(e))n.merge(l,e.nodeType?[e]:e);else if(cb.test(e)){f=f||k.appendChild(b.createElement("div")),g=(bb.exec(e)||["",""])[1].toLowerCase(),h=ib[g]||ib._default,f.innerHTML=h[1]+e.replace(ab,"<$1></$2>")+h[2],j=h[0];while(j--)f=f.lastChild;n.merge(l,f.childNodes),f=k.firstChild,f.textContent=""}else l.push(b.createTextNode(e));k.textContent="",m=0;while(e=l[m++])if((!d||-1===n.inArray(e,d))&&(i=n.contains(e.ownerDocument,e),f=ob(k.appendChild(e),"script"),i&&mb(f),c)){j=0;while(e=f[j++])fb.test(e.type||"")&&c.push(e)}return k},cleanData:function(a){for(var b,c,d,e,f=n.event.special,g=0;void 0!==(c=a[g]);g++){if(n.acceptData(c)&&(e=c[L.expando],e&&(b=L.cache[e]))){if(b.events)for(d in b.events)f[d]?n.event.remove(c,d):n.removeEvent(c,d,b.handle);L.cache[e]&&delete L.cache[e]}delete M.cache[c[M.expando]]}}}),n.fn.extend({text:function(a){return J(this,function(a){return void 0===a?n.text(this):this.empty().each(function(){(1===this.nodeType||11===this.nodeType||9===this.nodeType)&&(this.textContent=a)})},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=jb(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=jb(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?n.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||n.cleanData(ob(c)),c.parentNode&&(b&&n.contains(c.ownerDocument,c)&&mb(ob(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++)1===a.nodeType&&(n.cleanData(ob(a,!1)),a.textContent="");return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return J(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a&&1===b.nodeType)return b.innerHTML;if("string"==typeof a&&!db.test(a)&&!ib[(bb.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(ab,"<$1></$2>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(ob(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,n.cleanData(ob(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,l=this.length,m=this,o=l-1,p=a[0],q=n.isFunction(p);if(q||l>1&&"string"==typeof p&&!k.checkClone&&eb.test(p))return this.each(function(c){var d=m.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(l&&(c=n.buildFragment(a,this[0].ownerDocument,!1,this),d=c.firstChild,1===c.childNodes.length&&(c=d),d)){for(f=n.map(ob(c,"script"),kb),g=f.length;l>j;j++)h=c,j!==o&&(h=n.clone(h,!0,!0),g&&n.merge(f,ob(h,"script"))),b.call(this[j],h,j);if(g)for(i=f[f.length-1].ownerDocument,n.map(f,lb),j=0;g>j;j++)h=f[j],fb.test(h.type||"")&&!L.access(h,"globalEval")&&n.contains(i,h)&&(h.src?n._evalUrl&&n._evalUrl(h.src):n.globalEval(h.textContent.replace(hb,"")))}return this}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=[],e=n(a),g=e.length-1,h=0;g>=h;h++)c=h===g?this:this.clone(!0),n(e[h])[b](c),f.apply(d,c.get());return this.pushStack(d)}});var qb,rb={};function sb(b,c){var d,e=n(c.createElement(b)).appendTo(c.body),f=a.getDefaultComputedStyle&&(d=a.getDefaultComputedStyle(e[0]))?d.display:n.css(e[0],"display");return e.detach(),f}function tb(a){var b=l,c=rb[a];return c||(c=sb(a,b),"none"!==c&&c||(qb=(qb||n("<iframe frameborder='0' width='0' height='0'/>")).appendTo(b.documentElement),b=qb[0].contentDocument,b.write(),b.close(),c=sb(a,b),qb.detach()),rb[a]=c),c}var ub=/^margin/,vb=new RegExp("^("+Q+")(?!px)[a-z%]+$","i"),wb=function(b){return b.ownerDocument.defaultView.opener?b.ownerDocument.defaultView.getComputedStyle(b,null):a.getComputedStyle(b,null)};function xb(a,b,c){var d,e,f,g,h=a.style;return c=c||wb(a),c&&(g=c.getPropertyValue(b)||c[b]),c&&(""!==g||n.contains(a.ownerDocument,a)||(g=n.style(a,b)),vb.test(g)&&ub.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f)),void 0!==g?g+"":g}function yb(a,b){return{get:function(){return a()?void delete this.get:(this.get=b).apply(this,arguments)}}}!function(){var b,c,d=l.documentElement,e=l.createElement("div"),f=l.createElement("div");if(f.style){f.style.backgroundClip="content-box",f.cloneNode(!0).style.backgroundClip="",k.clearCloneStyle="content-box"===f.style.backgroundClip,e.style.cssText="border:0;width:0;height:0;top:0;left:-9999px;margin-top:1px;position:absolute",e.appendChild(f);function g(){f.style.cssText="-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;margin-top:1%;top:1%;border:1px;padding:1px;width:4px;position:absolute",f.innerHTML="",d.appendChild(e);var g=a.getComputedStyle(f,null);b="1%"!==g.top,c="4px"===g.width,d.removeChild(e)}a.getComputedStyle&&n.extend(k,{pixelPosition:function(){return g(),b},boxSizingReliable:function(){return null==c&&g(),c},reliableMarginRight:function(){var b,c=f.appendChild(l.createElement("div"));return c.style.cssText=f.style.cssText="-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;display:block;margin:0;border:0;padding:0",c.style.marginRight=c.style.width="0",f.style.width="1px",d.appendChild(e),b=!parseFloat(a.getComputedStyle(c,null).marginRight),d.removeChild(e),f.removeChild(c),b}})}}(),n.swap=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e};var zb=/^(none|table(?!-c[ea]).+)/,Ab=new RegExp("^("+Q+")(.*)$","i"),Bb=new RegExp("^([+-])=("+Q+")","i"),Cb={position:"absolute",visibility:"hidden",display:"block"},Db={letterSpacing:"0",fontWeight:"400"},Eb=["Webkit","O","Moz","ms"];function Fb(a,b){if(b in a)return b;var c=b[0].toUpperCase()+b.slice(1),d=b,e=Eb.length;while(e--)if(b=Eb[e]+c,b in a)return b;return d}function Gb(a,b,c){var d=Ab.exec(b);return d?Math.max(0,d[1]-(c||0))+(d[2]||"px"):b}function Hb(a,b,c,d,e){for(var f=c===(d?"border":"content")?4:"width"===b?1:0,g=0;4>f;f+=2)"margin"===c&&(g+=n.css(a,c+R[f],!0,e)),d?("content"===c&&(g-=n.css(a,"padding"+R[f],!0,e)),"margin"!==c&&(g-=n.css(a,"border"+R[f]+"Width",!0,e))):(g+=n.css(a,"padding"+R[f],!0,e),"padding"!==c&&(g+=n.css(a,"border"+R[f]+"Width",!0,e)));return g}function Ib(a,b,c){var d=!0,e="width"===b?a.offsetWidth:a.offsetHeight,f=wb(a),g="border-box"===n.css(a,"boxSizing",!1,f);if(0>=e||null==e){if(e=xb(a,b,f),(0>e||null==e)&&(e=a.style[b]),vb.test(e))return e;d=g&&(k.boxSizingReliable()||e===a.style[b]),e=parseFloat(e)||0}return e+Hb(a,b,c||(g?"border":"content"),d,f)+"px"}function Jb(a,b){for(var c,d,e,f=[],g=0,h=a.length;h>g;g++)d=a[g],d.style&&(f[g]=L.get(d,"olddisplay"),c=d.style.display,b?(f[g]||"none"!==c||(d.style.display=""),""===d.style.display&&S(d)&&(f[g]=L.access(d,"olddisplay",tb(d.nodeName)))):(e=S(d),"none"===c&&e||L.set(d,"olddisplay",e?c:n.css(d,"display"))));for(g=0;h>g;g++)d=a[g],d.style&&(b&&"none"!==d.style.display&&""!==d.style.display||(d.style.display=b?f[g]||"":"none"));return a}n.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=xb(a,"opacity");return""===c?"1":c}}}},cssNumber:{columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":"cssFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=n.camelCase(b),i=a.style;return b=n.cssProps[h]||(n.cssProps[h]=Fb(i,h)),g=n.cssHooks[b]||n.cssHooks[h],void 0===c?g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:i[b]:(f=typeof c,"string"===f&&(e=Bb.exec(c))&&(c=(e[1]+1)*e[2]+parseFloat(n.css(a,b)),f="number"),null!=c&&c===c&&("number"!==f||n.cssNumber[h]||(c+="px"),k.clearCloneStyle||""!==c||0!==b.indexOf("background")||(i[b]="inherit"),g&&"set"in g&&void 0===(c=g.set(a,c,d))||(i[b]=c)),void 0)}},css:function(a,b,c,d){var e,f,g,h=n.camelCase(b);return b=n.cssProps[h]||(n.cssProps[h]=Fb(a.style,h)),g=n.cssHooks[b]||n.cssHooks[h],g&&"get"in g&&(e=g.get(a,!0,c)),void 0===e&&(e=xb(a,b,d)),"normal"===e&&b in Db&&(e=Db[b]),""===c||c?(f=parseFloat(e),c===!0||n.isNumeric(f)?f||0:e):e}}),n.each(["height","width"],function(a,b){n.cssHooks[b]={get:function(a,c,d){return c?zb.test(n.css(a,"display"))&&0===a.offsetWidth?n.swap(a,Cb,function(){return Ib(a,b,d)}):Ib(a,b,d):void 0},set:function(a,c,d){var e=d&&wb(a);return Gb(a,c,d?Hb(a,b,d,"border-box"===n.css(a,"boxSizing",!1,e),e):0)}}}),n.cssHooks.marginRight=yb(k.reliableMarginRight,function(a,b){return b?n.swap(a,{display:"inline-block"},xb,[a,"marginRight"]):void 0}),n.each({margin:"",padding:"",border:"Width"},function(a,b){n.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];4>d;d++)e[a+R[d]+b]=f[d]||f[d-2]||f[0];return e}},ub.test(a)||(n.cssHooks[a+b].set=Gb)}),n.fn.extend({css:function(a,b){return J(this,function(a,b,c){var d,e,f={},g=0;if(n.isArray(b)){for(d=wb(a),e=b.length;e>g;g++)f[b[g]]=n.css(a,b[g],!1,d);return f}return void 0!==c?n.style(a,b,c):n.css(a,b)},a,b,arguments.length>1)},show:function(){return Jb(this,!0)},hide:function(){return Jb(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){S(this)?n(this).show():n(this).hide()})}});function Kb(a,b,c,d,e){return new Kb.prototype.init(a,b,c,d,e)}n.Tween=Kb,Kb.prototype={constructor:Kb,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||"swing",this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(n.cssNumber[c]?"":"px")},cur:function(){var a=Kb.propHooks[this.prop];return a&&a.get?a.get(this):Kb.propHooks._default.get(this)},run:function(a){var b,c=Kb.propHooks[this.prop];return this.pos=b=this.options.duration?n.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):Kb.propHooks._default.set(this),this}},Kb.prototype.init.prototype=Kb.prototype,Kb.propHooks={_default:{get:function(a){var b;return null==a.elem[a.prop]||a.elem.style&&null!=a.elem.style[a.prop]?(b=n.css(a.elem,a.prop,""),b&&"auto"!==b?b:0):a.elem[a.prop]},set:function(a){n.fx.step[a.prop]?n.fx.step[a.prop](a):a.elem.style&&(null!=a.elem.style[n.cssProps[a.prop]]||n.cssHooks[a.prop])?n.style(a.elem,a.prop,a.now+a.unit):a.elem[a.prop]=a.now}}},Kb.propHooks.scrollTop=Kb.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},n.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2}},n.fx=Kb.prototype.init,n.fx.step={};var Lb,Mb,Nb=/^(?:toggle|show|hide)$/,Ob=new RegExp("^(?:([+-])=|)("+Q+")([a-z%]*)$","i"),Pb=/queueHooks$/,Qb=[Vb],Rb={"*":[function(a,b){var c=this.createTween(a,b),d=c.cur(),e=Ob.exec(b),f=e&&e[3]||(n.cssNumber[a]?"":"px"),g=(n.cssNumber[a]||"px"!==f&&+d)&&Ob.exec(n.css(c.elem,a)),h=1,i=20;if(g&&g[3]!==f){f=f||g[3],e=e||[],g=+d||1;do h=h||".5",g/=h,n.style(c.elem,a,g+f);while(h!==(h=c.cur()/d)&&1!==h&&--i)}return e&&(g=c.start=+g||+d||0,c.unit=f,c.end=e[1]?g+(e[1]+1)*e[2]:+e[2]),c}]};function Sb(){return setTimeout(function(){Lb=void 0}),Lb=n.now()}function Tb(a,b){var c,d=0,e={height:a};for(b=b?1:0;4>d;d+=2-b)c=R[d],e["margin"+c]=e["padding"+c]=a;return b&&(e.opacity=e.width=a),e}function Ub(a,b,c){for(var d,e=(Rb[b]||[]).concat(Rb["*"]),f=0,g=e.length;g>f;f++)if(d=e[f].call(c,b,a))return d}function Vb(a,b,c){var d,e,f,g,h,i,j,k,l=this,m={},o=a.style,p=a.nodeType&&S(a),q=L.get(a,"fxshow");c.queue||(h=n._queueHooks(a,"fx"),null==h.unqueued&&(h.unqueued=0,i=h.empty.fire,h.empty.fire=function(){h.unqueued||i()}),h.unqueued++,l.always(function(){l.always(function(){h.unqueued--,n.queue(a,"fx").length||h.empty.fire()})})),1===a.nodeType&&("height"in b||"width"in b)&&(c.overflow=[o.overflow,o.overflowX,o.overflowY],j=n.css(a,"display"),k="none"===j?L.get(a,"olddisplay")||tb(a.nodeName):j,"inline"===k&&"none"===n.css(a,"float")&&(o.display="inline-block")),c.overflow&&(o.overflow="hidden",l.always(function(){o.overflow=c.overflow[0],o.overflowX=c.overflow[1],o.overflowY=c.overflow[2]}));for(d in b)if(e=b[d],Nb.exec(e)){if(delete b[d],f=f||"toggle"===e,e===(p?"hide":"show")){if("show"!==e||!q||void 0===q[d])continue;p=!0}m[d]=q&&q[d]||n.style(a,d)}else j=void 0;if(n.isEmptyObject(m))"inline"===("none"===j?tb(a.nodeName):j)&&(o.display=j);else{q?"hidden"in q&&(p=q.hidden):q=L.access(a,"fxshow",{}),f&&(q.hidden=!p),p?n(a).show():l.done(function(){n(a).hide()}),l.done(function(){var b;L.remove(a,"fxshow");for(b in m)n.style(a,b,m[b])});for(d in m)g=Ub(p?q[d]:0,d,l),d in q||(q[d]=g.start,p&&(g.end=g.start,g.start="width"===d||"height"===d?1:0))}}function Wb(a,b){var c,d,e,f,g;for(c in a)if(d=n.camelCase(c),e=b[d],f=a[c],n.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=n.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function Xb(a,b,c){var d,e,f=0,g=Qb.length,h=n.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=Lb||Sb(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;i>g;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),1>f&&i?c:(h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:n.extend({},b),opts:n.extend(!0,{specialEasing:{}},c),originalProperties:b,originalOptions:c,startTime:Lb||Sb(),duration:c.duration,tweens:[],createTween:function(b,c){var d=n.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;d>c;c++)j.tweens[c].run(1);return b?h.resolveWith(a,[j,b]):h.rejectWith(a,[j,b]),this}}),k=j.props;for(Wb(k,j.opts.specialEasing);g>f;f++)if(d=Qb[f].call(j,a,k,j.opts))return d;return n.map(k,Ub,j),n.isFunction(j.opts.start)&&j.opts.start.call(a,j),n.fx.timer(n.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always)}n.Animation=n.extend(Xb,{tweener:function(a,b){n.isFunction(a)?(b=a,a=["*"]):a=a.split(" ");for(var c,d=0,e=a.length;e>d;d++)c=a[d],Rb[c]=Rb[c]||[],Rb[c].unshift(b)},prefilter:function(a,b){b?Qb.unshift(a):Qb.push(a)}}),n.speed=function(a,b,c){var d=a&&"object"==typeof a?n.extend({},a):{complete:c||!c&&b||n.isFunction(a)&&a,duration:a,easing:c&&b||b&&!n.isFunction(b)&&b};return d.duration=n.fx.off?0:"number"==typeof d.duration?d.duration:d.duration in n.fx.speeds?n.fx.speeds[d.duration]:n.fx.speeds._default,(null==d.queue||d.queue===!0)&&(d.queue="fx"),d.old=d.complete,d.complete=function(){n.isFunction(d.old)&&d.old.call(this),d.queue&&n.dequeue(this,d.queue)},d},n.fn.extend({fadeTo:function(a,b,c,d){return this.filter(S).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=n.isEmptyObject(a),f=n.speed(b,c,d),g=function(){var b=Xb(this,n.extend({},a),f);(e||L.get(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=n.timers,g=L.get(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&Pb.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));(b||!c)&&n.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=L.get(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=n.timers,g=d?d.length:0;for(c.finish=!0,n.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;g>b;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),n.each(["toggle","show","hide"],function(a,b){var c=n.fn[b];n.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(Tb(b,!0),a,d,e)}}),n.each({slideDown:Tb("show"),slideUp:Tb("hide"),slideToggle:Tb("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){n.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),n.timers=[],n.fx.tick=function(){var a,b=0,c=n.timers;for(Lb=n.now();b<c.length;b++)a=c[b],a()||c[b]!==a||c.splice(b--,1);c.length||n.fx.stop(),Lb=void 0},n.fx.timer=function(a){n.timers.push(a),a()?n.fx.start():n.timers.pop()},n.fx.interval=13,n.fx.start=function(){Mb||(Mb=setInterval(n.fx.tick,n.fx.interval))},n.fx.stop=function(){clearInterval(Mb),Mb=null},n.fx.speeds={slow:600,fast:200,_default:400},n.fn.delay=function(a,b){return a=n.fx?n.fx.speeds[a]||a:a,b=b||"fx",this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},function(){var a=l.createElement("input"),b=l.createElement("select"),c=b.appendChild(l.createElement("option"));a.type="checkbox",k.checkOn=""!==a.value,k.optSelected=c.selected,b.disabled=!0,k.optDisabled=!c.disabled,a=l.createElement("input"),a.value="t",a.type="radio",k.radioValue="t"===a.value}();var Yb,Zb,$b=n.expr.attrHandle;n.fn.extend({attr:function(a,b){return J(this,n.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){n.removeAttr(this,a)})}}),n.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(a&&3!==f&&8!==f&&2!==f)return typeof a.getAttribute===U?n.prop(a,b,c):(1===f&&n.isXMLDoc(a)||(b=b.toLowerCase(),d=n.attrHooks[b]||(n.expr.match.bool.test(b)?Zb:Yb)),void 0===c?d&&"get"in d&&null!==(e=d.get(a,b))?e:(e=n.find.attr(a,b),null==e?void 0:e):null!==c?d&&"set"in d&&void 0!==(e=d.set(a,c,b))?e:(a.setAttribute(b,c+""),c):void n.removeAttr(a,b))
  5 +},removeAttr:function(a,b){var c,d,e=0,f=b&&b.match(E);if(f&&1===a.nodeType)while(c=f[e++])d=n.propFix[c]||c,n.expr.match.bool.test(c)&&(a[d]=!1),a.removeAttribute(c)},attrHooks:{type:{set:function(a,b){if(!k.radioValue&&"radio"===b&&n.nodeName(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}}}),Zb={set:function(a,b,c){return b===!1?n.removeAttr(a,c):a.setAttribute(c,c),c}},n.each(n.expr.match.bool.source.match(/\w+/g),function(a,b){var c=$b[b]||n.find.attr;$b[b]=function(a,b,d){var e,f;return d||(f=$b[b],$b[b]=e,e=null!=c(a,b,d)?b.toLowerCase():null,$b[b]=f),e}});var _b=/^(?:input|select|textarea|button)$/i;n.fn.extend({prop:function(a,b){return J(this,n.prop,a,b,arguments.length>1)},removeProp:function(a){return this.each(function(){delete this[n.propFix[a]||a]})}}),n.extend({propFix:{"for":"htmlFor","class":"className"},prop:function(a,b,c){var d,e,f,g=a.nodeType;if(a&&3!==g&&8!==g&&2!==g)return f=1!==g||!n.isXMLDoc(a),f&&(b=n.propFix[b]||b,e=n.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){return a.hasAttribute("tabindex")||_b.test(a.nodeName)||a.href?a.tabIndex:-1}}}}),k.optSelected||(n.propHooks.selected={get:function(a){var b=a.parentNode;return b&&b.parentNode&&b.parentNode.selectedIndex,null}}),n.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){n.propFix[this.toLowerCase()]=this});var ac=/[\t\r\n\f]/g;n.fn.extend({addClass:function(a){var b,c,d,e,f,g,h="string"==typeof a&&a,i=0,j=this.length;if(n.isFunction(a))return this.each(function(b){n(this).addClass(a.call(this,b,this.className))});if(h)for(b=(a||"").match(E)||[];j>i;i++)if(c=this[i],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(ac," "):" ")){f=0;while(e=b[f++])d.indexOf(" "+e+" ")<0&&(d+=e+" ");g=n.trim(d),c.className!==g&&(c.className=g)}return this},removeClass:function(a){var b,c,d,e,f,g,h=0===arguments.length||"string"==typeof a&&a,i=0,j=this.length;if(n.isFunction(a))return this.each(function(b){n(this).removeClass(a.call(this,b,this.className))});if(h)for(b=(a||"").match(E)||[];j>i;i++)if(c=this[i],d=1===c.nodeType&&(c.className?(" "+c.className+" ").replace(ac," "):"")){f=0;while(e=b[f++])while(d.indexOf(" "+e+" ")>=0)d=d.replace(" "+e+" "," ");g=a?n.trim(d):"",c.className!==g&&(c.className=g)}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):this.each(n.isFunction(a)?function(c){n(this).toggleClass(a.call(this,c,this.className,b),b)}:function(){if("string"===c){var b,d=0,e=n(this),f=a.match(E)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else(c===U||"boolean"===c)&&(this.className&&L.set(this,"__className__",this.className),this.className=this.className||a===!1?"":L.get(this,"__className__")||"")})},hasClass:function(a){for(var b=" "+a+" ",c=0,d=this.length;d>c;c++)if(1===this[c].nodeType&&(" "+this[c].className+" ").replace(ac," ").indexOf(b)>=0)return!0;return!1}});var bc=/\r/g;n.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=n.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,n(this).val()):a,null==e?e="":"number"==typeof e?e+="":n.isArray(e)&&(e=n.map(e,function(a){return null==a?"":a+""})),b=n.valHooks[this.type]||n.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=n.valHooks[e.type]||n.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(bc,""):null==c?"":c)}}}),n.extend({valHooks:{option:{get:function(a){var b=n.find.attr(a,"value");return null!=b?b:n.trim(n.text(a))}},select:{get:function(a){for(var b,c,d=a.options,e=a.selectedIndex,f="select-one"===a.type||0>e,g=f?null:[],h=f?e+1:d.length,i=0>e?h:f?e:0;h>i;i++)if(c=d[i],!(!c.selected&&i!==e||(k.optDisabled?c.disabled:null!==c.getAttribute("disabled"))||c.parentNode.disabled&&n.nodeName(c.parentNode,"optgroup"))){if(b=n(c).val(),f)return b;g.push(b)}return g},set:function(a,b){var c,d,e=a.options,f=n.makeArray(b),g=e.length;while(g--)d=e[g],(d.selected=n.inArray(d.value,f)>=0)&&(c=!0);return c||(a.selectedIndex=-1),f}}}}),n.each(["radio","checkbox"],function(){n.valHooks[this]={set:function(a,b){return n.isArray(b)?a.checked=n.inArray(n(a).val(),b)>=0:void 0}},k.checkOn||(n.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})}),n.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){n.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),n.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)}});var cc=n.now(),dc=/\?/;n.parseJSON=function(a){return JSON.parse(a+"")},n.parseXML=function(a){var b,c;if(!a||"string"!=typeof a)return null;try{c=new DOMParser,b=c.parseFromString(a,"text/xml")}catch(d){b=void 0}return(!b||b.getElementsByTagName("parsererror").length)&&n.error("Invalid XML: "+a),b};var ec=/#.*$/,fc=/([?&])_=[^&]*/,gc=/^(.*?):[ \t]*([^\r\n]*)$/gm,hc=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,ic=/^(?:GET|HEAD)$/,jc=/^\/\//,kc=/^([\w.+-]+:)(?:\/\/(?:[^\/?#]*@|)([^\/?#:]*)(?::(\d+)|)|)/,lc={},mc={},nc="*/".concat("*"),oc=a.location.href,pc=kc.exec(oc.toLowerCase())||[];function qc(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(E)||[];if(n.isFunction(c))while(d=f[e++])"+"===d[0]?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function rc(a,b,c,d){var e={},f=a===mc;function g(h){var i;return e[h]=!0,n.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function sc(a,b){var c,d,e=n.ajaxSettings.flatOptions||{};for(c in b)void 0!==b[c]&&((e[c]?a:d||(d={}))[c]=b[c]);return d&&n.extend(!0,a,d),a}function tc(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===d&&(d=a.mimeType||b.getResponseHeader("Content-Type"));if(d)for(e in h)if(h[e]&&h[e].test(d)){i.unshift(e);break}if(i[0]in c)f=i[0];else{for(e in c){if(!i[0]||a.converters[e+" "+i[0]]){f=e;break}g||(g=e)}f=f||g}return f?(f!==i[0]&&i.unshift(f),c[f]):void 0}function uc(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}n.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:oc,type:"GET",isLocal:hc.test(pc[1]),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":nc,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":n.parseJSON,"text xml":n.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?sc(sc(a,n.ajaxSettings),b):sc(n.ajaxSettings,a)},ajaxPrefilter:qc(lc),ajaxTransport:qc(mc),ajax:function(a,b){"object"==typeof a&&(b=a,a=void 0),b=b||{};var c,d,e,f,g,h,i,j,k=n.ajaxSetup({},b),l=k.context||k,m=k.context&&(l.nodeType||l.jquery)?n(l):n.event,o=n.Deferred(),p=n.Callbacks("once memory"),q=k.statusCode||{},r={},s={},t=0,u="canceled",v={readyState:0,getResponseHeader:function(a){var b;if(2===t){if(!f){f={};while(b=gc.exec(e))f[b[1].toLowerCase()]=b[2]}b=f[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return 2===t?e:null},setRequestHeader:function(a,b){var c=a.toLowerCase();return t||(a=s[c]=s[c]||a,r[a]=b),this},overrideMimeType:function(a){return t||(k.mimeType=a),this},statusCode:function(a){var b;if(a)if(2>t)for(b in a)q[b]=[q[b],a[b]];else v.always(a[v.status]);return this},abort:function(a){var b=a||u;return c&&c.abort(b),x(0,b),this}};if(o.promise(v).complete=p.add,v.success=v.done,v.error=v.fail,k.url=((a||k.url||oc)+"").replace(ec,"").replace(jc,pc[1]+"//"),k.type=b.method||b.type||k.method||k.type,k.dataTypes=n.trim(k.dataType||"*").toLowerCase().match(E)||[""],null==k.crossDomain&&(h=kc.exec(k.url.toLowerCase()),k.crossDomain=!(!h||h[1]===pc[1]&&h[2]===pc[2]&&(h[3]||("http:"===h[1]?"80":"443"))===(pc[3]||("http:"===pc[1]?"80":"443")))),k.data&&k.processData&&"string"!=typeof k.data&&(k.data=n.param(k.data,k.traditional)),rc(lc,k,b,v),2===t)return v;i=n.event&&k.global,i&&0===n.active++&&n.event.trigger("ajaxStart"),k.type=k.type.toUpperCase(),k.hasContent=!ic.test(k.type),d=k.url,k.hasContent||(k.data&&(d=k.url+=(dc.test(d)?"&":"?")+k.data,delete k.data),k.cache===!1&&(k.url=fc.test(d)?d.replace(fc,"$1_="+cc++):d+(dc.test(d)?"&":"?")+"_="+cc++)),k.ifModified&&(n.lastModified[d]&&v.setRequestHeader("If-Modified-Since",n.lastModified[d]),n.etag[d]&&v.setRequestHeader("If-None-Match",n.etag[d])),(k.data&&k.hasContent&&k.contentType!==!1||b.contentType)&&v.setRequestHeader("Content-Type",k.contentType),v.setRequestHeader("Accept",k.dataTypes[0]&&k.accepts[k.dataTypes[0]]?k.accepts[k.dataTypes[0]]+("*"!==k.dataTypes[0]?", "+nc+"; q=0.01":""):k.accepts["*"]);for(j in k.headers)v.setRequestHeader(j,k.headers[j]);if(k.beforeSend&&(k.beforeSend.call(l,v,k)===!1||2===t))return v.abort();u="abort";for(j in{success:1,error:1,complete:1})v[j](k[j]);if(c=rc(mc,k,b,v)){v.readyState=1,i&&m.trigger("ajaxSend",[v,k]),k.async&&k.timeout>0&&(g=setTimeout(function(){v.abort("timeout")},k.timeout));try{t=1,c.send(r,x)}catch(w){if(!(2>t))throw w;x(-1,w)}}else x(-1,"No Transport");function x(a,b,f,h){var j,r,s,u,w,x=b;2!==t&&(t=2,g&&clearTimeout(g),c=void 0,e=h||"",v.readyState=a>0?4:0,j=a>=200&&300>a||304===a,f&&(u=tc(k,v,f)),u=uc(k,u,v,j),j?(k.ifModified&&(w=v.getResponseHeader("Last-Modified"),w&&(n.lastModified[d]=w),w=v.getResponseHeader("etag"),w&&(n.etag[d]=w)),204===a||"HEAD"===k.type?x="nocontent":304===a?x="notmodified":(x=u.state,r=u.data,s=u.error,j=!s)):(s=x,(a||!x)&&(x="error",0>a&&(a=0))),v.status=a,v.statusText=(b||x)+"",j?o.resolveWith(l,[r,x,v]):o.rejectWith(l,[v,x,s]),v.statusCode(q),q=void 0,i&&m.trigger(j?"ajaxSuccess":"ajaxError",[v,k,j?r:s]),p.fireWith(l,[v,x]),i&&(m.trigger("ajaxComplete",[v,k]),--n.active||n.event.trigger("ajaxStop")))}return v},getJSON:function(a,b,c){return n.get(a,b,c,"json")},getScript:function(a,b){return n.get(a,void 0,b,"script")}}),n.each(["get","post"],function(a,b){n[b]=function(a,c,d,e){return n.isFunction(c)&&(e=e||d,d=c,c=void 0),n.ajax({url:a,type:b,dataType:e,data:c,success:d})}}),n._evalUrl=function(a){return n.ajax({url:a,type:"GET",dataType:"script",async:!1,global:!1,"throws":!0})},n.fn.extend({wrapAll:function(a){var b;return n.isFunction(a)?this.each(function(b){n(this).wrapAll(a.call(this,b))}):(this[0]&&(b=n(a,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstElementChild)a=a.firstElementChild;return a}).append(this)),this)},wrapInner:function(a){return this.each(n.isFunction(a)?function(b){n(this).wrapInner(a.call(this,b))}:function(){var b=n(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=n.isFunction(a);return this.each(function(c){n(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){n.nodeName(this,"body")||n(this).replaceWith(this.childNodes)}).end()}}),n.expr.filters.hidden=function(a){return a.offsetWidth<=0&&a.offsetHeight<=0},n.expr.filters.visible=function(a){return!n.expr.filters.hidden(a)};var vc=/%20/g,wc=/\[\]$/,xc=/\r?\n/g,yc=/^(?:submit|button|image|reset|file)$/i,zc=/^(?:input|select|textarea|keygen)/i;function Ac(a,b,c,d){var e;if(n.isArray(b))n.each(b,function(b,e){c||wc.test(a)?d(a,e):Ac(a+"["+("object"==typeof e?b:"")+"]",e,c,d)});else if(c||"object"!==n.type(b))d(a,b);else for(e in b)Ac(a+"["+e+"]",b[e],c,d)}n.param=function(a,b){var c,d=[],e=function(a,b){b=n.isFunction(b)?b():null==b?"":b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};if(void 0===b&&(b=n.ajaxSettings&&n.ajaxSettings.traditional),n.isArray(a)||a.jquery&&!n.isPlainObject(a))n.each(a,function(){e(this.name,this.value)});else for(c in a)Ac(c,a[c],b,e);return d.join("&").replace(vc,"+")},n.fn.extend({serialize:function(){return n.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=n.prop(this,"elements");return a?n.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!n(this).is(":disabled")&&zc.test(this.nodeName)&&!yc.test(a)&&(this.checked||!T.test(a))}).map(function(a,b){var c=n(this).val();return null==c?null:n.isArray(c)?n.map(c,function(a){return{name:b.name,value:a.replace(xc,"\r\n")}}):{name:b.name,value:c.replace(xc,"\r\n")}}).get()}}),n.ajaxSettings.xhr=function(){try{return new XMLHttpRequest}catch(a){}};var Bc=0,Cc={},Dc={0:200,1223:204},Ec=n.ajaxSettings.xhr();a.attachEvent&&a.attachEvent("onunload",function(){for(var a in Cc)Cc[a]()}),k.cors=!!Ec&&"withCredentials"in Ec,k.ajax=Ec=!!Ec,n.ajaxTransport(function(a){var b;return k.cors||Ec&&!a.crossDomain?{send:function(c,d){var e,f=a.xhr(),g=++Bc;if(f.open(a.type,a.url,a.async,a.username,a.password),a.xhrFields)for(e in a.xhrFields)f[e]=a.xhrFields[e];a.mimeType&&f.overrideMimeType&&f.overrideMimeType(a.mimeType),a.crossDomain||c["X-Requested-With"]||(c["X-Requested-With"]="XMLHttpRequest");for(e in c)f.setRequestHeader(e,c[e]);b=function(a){return function(){b&&(delete Cc[g],b=f.onload=f.onerror=null,"abort"===a?f.abort():"error"===a?d(f.status,f.statusText):d(Dc[f.status]||f.status,f.statusText,"string"==typeof f.responseText?{text:f.responseText}:void 0,f.getAllResponseHeaders()))}},f.onload=b(),f.onerror=b("error"),b=Cc[g]=b("abort");try{f.send(a.hasContent&&a.data||null)}catch(h){if(b)throw h}},abort:function(){b&&b()}}:void 0}),n.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/(?:java|ecma)script/},converters:{"text script":function(a){return n.globalEval(a),a}}}),n.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET")}),n.ajaxTransport("script",function(a){if(a.crossDomain){var b,c;return{send:function(d,e){b=n("<script>").prop({async:!0,charset:a.scriptCharset,src:a.url}).on("load error",c=function(a){b.remove(),c=null,a&&e("error"===a.type?404:200,a.type)}),l.head.appendChild(b[0])},abort:function(){c&&c()}}}});var Fc=[],Gc=/(=)\?(?=&|$)|\?\?/;n.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=Fc.pop()||n.expando+"_"+cc++;return this[a]=!0,a}}),n.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(Gc.test(b.url)?"url":"string"==typeof b.data&&!(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&Gc.test(b.data)&&"data");return h||"jsonp"===b.dataTypes[0]?(e=b.jsonpCallback=n.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(Gc,"$1"+e):b.jsonp!==!1&&(b.url+=(dc.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||n.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,Fc.push(e)),g&&n.isFunction(f)&&f(g[0]),g=f=void 0}),"script"):void 0}),n.parseHTML=function(a,b,c){if(!a||"string"!=typeof a)return null;"boolean"==typeof b&&(c=b,b=!1),b=b||l;var d=v.exec(a),e=!c&&[];return d?[b.createElement(d[1])]:(d=n.buildFragment([a],b,e),e&&e.length&&n(e).remove(),n.merge([],d.childNodes))};var Hc=n.fn.load;n.fn.load=function(a,b,c){if("string"!=typeof a&&Hc)return Hc.apply(this,arguments);var d,e,f,g=this,h=a.indexOf(" ");return h>=0&&(d=n.trim(a.slice(h)),a=a.slice(0,h)),n.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(e="POST"),g.length>0&&n.ajax({url:a,type:e,dataType:"html",data:b}).done(function(a){f=arguments,g.html(d?n("<div>").append(n.parseHTML(a)).find(d):a)}).complete(c&&function(a,b){g.each(c,f||[a.responseText,b,a])}),this},n.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){n.fn[b]=function(a){return this.on(b,a)}}),n.expr.filters.animated=function(a){return n.grep(n.timers,function(b){return a===b.elem}).length};var Ic=a.document.documentElement;function Jc(a){return n.isWindow(a)?a:9===a.nodeType&&a.defaultView}n.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=n.css(a,"position"),l=n(a),m={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=n.css(a,"top"),i=n.css(a,"left"),j=("absolute"===k||"fixed"===k)&&(f+i).indexOf("auto")>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),n.isFunction(b)&&(b=b.call(a,c,h)),null!=b.top&&(m.top=b.top-h.top+g),null!=b.left&&(m.left=b.left-h.left+e),"using"in b?b.using.call(a,m):l.css(m)}},n.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){n.offset.setOffset(this,a,b)});var b,c,d=this[0],e={top:0,left:0},f=d&&d.ownerDocument;if(f)return b=f.documentElement,n.contains(b,d)?(typeof d.getBoundingClientRect!==U&&(e=d.getBoundingClientRect()),c=Jc(f),{top:e.top+c.pageYOffset-b.clientTop,left:e.left+c.pageXOffset-b.clientLeft}):e},position:function(){if(this[0]){var a,b,c=this[0],d={top:0,left:0};return"fixed"===n.css(c,"position")?b=c.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),n.nodeName(a[0],"html")||(d=a.offset()),d.top+=n.css(a[0],"borderTopWidth",!0),d.left+=n.css(a[0],"borderLeftWidth",!0)),{top:b.top-d.top-n.css(c,"marginTop",!0),left:b.left-d.left-n.css(c,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||Ic;while(a&&!n.nodeName(a,"html")&&"static"===n.css(a,"position"))a=a.offsetParent;return a||Ic})}}),n.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(b,c){var d="pageYOffset"===c;n.fn[b]=function(e){return J(this,function(b,e,f){var g=Jc(b);return void 0===f?g?g[c]:b[e]:void(g?g.scrollTo(d?a.pageXOffset:f,d?f:a.pageYOffset):b[e]=f)},b,e,arguments.length,null)}}),n.each(["top","left"],function(a,b){n.cssHooks[b]=yb(k.pixelPosition,function(a,c){return c?(c=xb(a,b),vb.test(c)?n(a).position()[b]+"px":c):void 0})}),n.each({Height:"height",Width:"width"},function(a,b){n.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){n.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return J(this,function(b,c,d){var e;return n.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?n.css(b,c,g):n.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),n.fn.size=function(){return this.length},n.fn.andSelf=n.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return n});var Kc=a.jQuery,Lc=a.$;return n.noConflict=function(b){return a.$===n&&(a.$=Lc),b&&a.jQuery===n&&(a.jQuery=Kc),n},typeof b===U&&(a.jQuery=a.$=n),n});
  6 + return $.noConflict();
  7 +});
0 8 \ No newline at end of file
... ...
js/swipe.min.js 0 → 100644
  1 +var Swiper=function(e,t){"use strict";function i(e,t){return document.querySelectorAll?(t||document).querySelectorAll(e):jQuery(e,t)}function n(e){return"[object Array]"===Object.prototype.toString.apply(e)?!0:!1}function r(){var e=I-N;return t.freeMode&&(e=I-N),t.slidesPerView>k.slides.length&&!t.centeredSlides&&(e=0),0>e&&(e=0),e}function s(){function e(e){var i=new Image;i.onload=function(){"undefined"!=typeof k&&null!==k&&(void 0!==k.imagesLoaded&&k.imagesLoaded++,k.imagesLoaded===k.imagesToLoad.length&&(k.reInit(),t.onImagesReady&&k.fireCallback(t.onImagesReady,k)))},i.src=e}var n=k.h.addEventListener,r="wrapper"===t.eventTarget?k.wrapper:k.container;if(k.browser.ie10||k.browser.ie11?(n(r,k.touchEvents.touchStart,g),n(document,k.touchEvents.touchMove,w),n(document,k.touchEvents.touchEnd,v)):(k.support.touch&&(n(r,"touchstart",g),n(r,"touchmove",w),n(r,"touchend",v)),t.simulateTouch&&(n(r,"mousedown",g),n(document,"mousemove",w),n(document,"mouseup",v))),t.autoResize&&n(window,"resize",k.resizeFix),o(),k._wheelEvent=!1,t.mousewheelControl){if(void 0!==document.onmousewheel&&(k._wheelEvent="mousewheel"),!k._wheelEvent)try{new WheelEvent("wheel"),k._wheelEvent="wheel"}catch(s){}k._wheelEvent||(k._wheelEvent="DOMMouseScroll"),k._wheelEvent&&n(k.container,k._wheelEvent,d)}if(t.keyboardControl&&n(document,"keydown",l),t.updateOnImagesReady){k.imagesToLoad=i("img",k.container);for(var a=0;a<k.imagesToLoad.length;a++)e(k.imagesToLoad[a].getAttribute("src"))}}function o(){var e=k.h.addEventListener,n;if(t.preventLinks){var r=i("a",k.container);for(n=0;n<r.length;n++)e(r[n],"click",f)}if(t.releaseFormElements){var s=i("input, textarea, select",k.container);for(n=0;n<s.length;n++)e(s[n],k.touchEvents.touchStart,h,!0)}if(t.onSlideClick)for(n=0;n<k.slides.length;n++)e(k.slides[n],"click",p);if(t.onSlideTouch)for(n=0;n<k.slides.length;n++)e(k.slides[n],k.touchEvents.touchStart,u)}function a(){var e=k.h.removeEventListener,n;if(t.onSlideClick)for(n=0;n<k.slides.length;n++)e(k.slides[n],"click",p);if(t.onSlideTouch)for(n=0;n<k.slides.length;n++)e(k.slides[n],k.touchEvents.touchStart,u);if(t.releaseFormElements){var r=i("input, textarea, select",k.container);for(n=0;n<r.length;n++)e(r[n],k.touchEvents.touchStart,h,!0)}if(t.preventLinks){var s=i("a",k.container);for(n=0;n<s.length;n++)e(s[n],"click",f)}}function l(e){var t=e.keyCode||e.charCode;if(!(e.shiftKey||e.altKey||e.ctrlKey||e.metaKey)){if(37===t||39===t||38===t||40===t){for(var i=!1,n=k.h.getOffset(k.container),r=k.h.windowScroll().left,s=k.h.windowScroll().top,o=k.h.windowWidth(),a=k.h.windowHeight(),l=[[n.left,n.top],[n.left+k.width,n.top],[n.left,n.top+k.height],[n.left+k.width,n.top+k.height]],d=0;d<l.length;d++){var p=l[d];p[0]>=r&&p[0]<=r+o&&p[1]>=s&&p[1]<=s+a&&(i=!0)}if(!i)return}F?((37===t||39===t)&&(e.preventDefault?e.preventDefault():e.returnValue=!1),39===t&&k.swipeNext(),37===t&&k.swipePrev()):((38===t||40===t)&&(e.preventDefault?e.preventDefault():e.returnValue=!1),40===t&&k.swipeNext(),38===t&&k.swipePrev())}}function d(e){var i=k._wheelEvent,n=0;if(e.detail)n=-e.detail;else if("mousewheel"===i)if(t.mousewheelControlForceToAxis)if(F){if(!(Math.abs(e.wheelDeltaX)>Math.abs(e.wheelDeltaY)))return;n=e.wheelDeltaX}else{if(!(Math.abs(e.wheelDeltaY)>Math.abs(e.wheelDeltaX)))return;n=e.wheelDeltaY}else n=e.wheelDelta;else if("DOMMouseScroll"===i)n=-e.detail;else if("wheel"===i)if(t.mousewheelControlForceToAxis)if(F){if(!(Math.abs(e.deltaX)>Math.abs(e.deltaY)))return;n=-e.deltaX}else{if(!(Math.abs(e.deltaY)>Math.abs(e.deltaX)))return;n=-e.deltaY}else n=Math.abs(e.deltaX)>Math.abs(e.deltaY)?-e.deltaX:-e.deltaY;if(t.freeMode){var s=k.getWrapperTranslate()+n;if(s>0&&(s=0),s<-r()&&(s=-r()),k.setWrapperTransition(0),k.setWrapperTranslate(s),k.updateActiveSlide(s),0===s||s===-r())return}else(new Date).getTime()-q>60&&(0>n?k.swipeNext():k.swipePrev()),q=(new Date).getTime();return t.autoplay&&k.stopAutoplay(!0),e.preventDefault?e.preventDefault():e.returnValue=!1,!1}function p(e){k.allowSlideClick&&(c(e),k.fireCallback(t.onSlideClick,k,e))}function u(e){c(e),k.fireCallback(t.onSlideTouch,k,e)}function c(e){if(e.currentTarget)k.clickedSlide=e.currentTarget;else{var i=e.srcElement;do{if(i.className.indexOf(t.slideClass)>-1)break;i=i.parentNode}while(i);k.clickedSlide=i}k.clickedSlideIndex=k.slides.indexOf(k.clickedSlide),k.clickedSlideLoopIndex=k.clickedSlideIndex-(k.loopedSlides||0)}function f(e){return k.allowLinks?void 0:(e.preventDefault?e.preventDefault():e.returnValue=!1,t.preventLinksPropagation&&"stopPropagation"in e&&e.stopPropagation(),!1)}function h(e){return e.stopPropagation?e.stopPropagation():e.returnValue=!1,!1}function g(e){if(t.preventLinks&&(k.allowLinks=!0),k.isTouched||t.onlyExternal)return!1;var i=e.target||e.srcElement;document.activeElement&&document.activeElement!==i&&document.activeElement.blur();var n="input select textarea".split(" ");if(t.noSwiping&&i&&m(i))return!1;if(U=!1,k.isTouched=!0,K="touchstart"===e.type,!K&&"which"in e&&3===e.which)return!1;if(!K||1===e.targetTouches.length){k.callPlugins("onTouchStartBegin"),!K&&!k.isAndroid&&n.indexOf(i.tagName.toLowerCase())<0&&(e.preventDefault?e.preventDefault():e.returnValue=!1);var r=K?e.targetTouches[0].pageX:e.pageX||e.clientX,s=K?e.targetTouches[0].pageY:e.pageY||e.clientY;k.touches.startX=k.touches.currentX=r,k.touches.startY=k.touches.currentY=s,k.touches.start=k.touches.current=F?r:s,k.setWrapperTransition(0),k.positions.start=k.positions.current=k.getWrapperTranslate(),k.setWrapperTranslate(k.positions.start),k.times.start=(new Date).getTime(),D=void 0,t.moveStartThreshold>0&&(Q=!1),t.onTouchStart&&k.fireCallback(t.onTouchStart,k,e),k.callPlugins("onTouchStartEnd")}}function w(e){if(k.isTouched&&!t.onlyExternal&&(!K||"mousemove"!==e.type)){var i=K?e.targetTouches[0].pageX:e.pageX||e.clientX,n=K?e.targetTouches[0].pageY:e.pageY||e.clientY;if("undefined"==typeof D&&F&&(D=!!(D||Math.abs(n-k.touches.startY)>Math.abs(i-k.touches.startX))),"undefined"!=typeof D||F||(D=!!(D||Math.abs(n-k.touches.startY)<Math.abs(i-k.touches.startX))),D)return void(k.isTouched=!1);if(F){if(!t.swipeToNext&&i<k.touches.startX||!t.swipeToPrev&&i>k.touches.startX)return}else if(!t.swipeToNext&&n<k.touches.startY||!t.swipeToPrev&&n>k.touches.startY)return;if(e.assignedToSwiper)return void(k.isTouched=!1);if(e.assignedToSwiper=!0,t.preventLinks&&(k.allowLinks=!1),t.onSlideClick&&(k.allowSlideClick=!1),t.autoplay&&k.stopAutoplay(!0),!K||1===e.touches.length){if(k.isMoved||(k.callPlugins("onTouchMoveStart"),t.loop&&(k.fixLoop(),k.positions.start=k.getWrapperTranslate()),t.onTouchMoveStart&&k.fireCallback(t.onTouchMoveStart,k)),k.isMoved=!0,e.preventDefault?e.preventDefault():e.returnValue=!1,k.touches.current=F?i:n,k.positions.current=(k.touches.current-k.touches.start)*t.touchRatio+k.positions.start,k.positions.current>0&&t.onResistanceBefore&&k.fireCallback(t.onResistanceBefore,k,k.positions.current),k.positions.current<-r()&&t.onResistanceAfter&&k.fireCallback(t.onResistanceAfter,k,Math.abs(k.positions.current+r())),t.resistance&&"100%"!==t.resistance){var s;if(k.positions.current>0&&(s=1-k.positions.current/N/2,.5>s?k.positions.current=N/2:k.positions.current=k.positions.current*s),k.positions.current<-r()){var o=(k.touches.current-k.touches.start)*t.touchRatio+(r()+k.positions.start);s=(N+o)/N;var a=k.positions.current-o*(1-s)/2,l=-r()-N/2;l>a||0>=s?k.positions.current=l:k.positions.current=a}}if(t.resistance&&"100%"===t.resistance&&(k.positions.current>0&&(!t.freeMode||t.freeModeFluid)&&(k.positions.current=0),k.positions.current<-r()&&(!t.freeMode||t.freeModeFluid)&&(k.positions.current=-r())),!t.followFinger)return;if(t.moveStartThreshold)if(Math.abs(k.touches.current-k.touches.start)>t.moveStartThreshold||Q){if(!Q)return Q=!0,void(k.touches.start=k.touches.current);k.setWrapperTranslate(k.positions.current)}else k.positions.current=k.positions.start;else k.setWrapperTranslate(k.positions.current);return(t.freeMode||t.watchActiveIndex)&&k.updateActiveSlide(k.positions.current),t.grabCursor&&(k.container.style.cursor="move",k.container.style.cursor="grabbing",k.container.style.cursor="-moz-grabbin",k.container.style.cursor="-webkit-grabbing"),Z||(Z=k.touches.current),J||(J=(new Date).getTime()),k.velocity=(k.touches.current-Z)/((new Date).getTime()-J)/2,Math.abs(k.touches.current-Z)<2&&(k.velocity=0),Z=k.touches.current,J=(new Date).getTime(),k.callPlugins("onTouchMoveEnd"),t.onTouchMove&&k.fireCallback(t.onTouchMove,k,e),!1}}}function v(e){if(D&&k.swipeReset(),!t.onlyExternal&&k.isTouched){k.isTouched=!1,t.grabCursor&&(k.container.style.cursor="move",k.container.style.cursor="grab",k.container.style.cursor="-moz-grab",k.container.style.cursor="-webkit-grab"),k.positions.current||0===k.positions.current||(k.positions.current=k.positions.start),t.followFinger&&k.setWrapperTranslate(k.positions.current),k.times.end=(new Date).getTime(),k.touches.diff=k.touches.current-k.touches.start,k.touches.abs=Math.abs(k.touches.diff),k.positions.diff=k.positions.current-k.positions.start,k.positions.abs=Math.abs(k.positions.diff);var i=k.positions.diff,n=k.positions.abs,s=k.times.end-k.times.start;5>n&&300>s&&k.allowLinks===!1&&(t.freeMode||0===n||k.swipeReset(),t.preventLinks&&(k.allowLinks=!0),t.onSlideClick&&(k.allowSlideClick=!0)),setTimeout(function(){"undefined"!=typeof k&&null!==k&&(t.preventLinks&&(k.allowLinks=!0),t.onSlideClick&&(k.allowSlideClick=!0))},100);var o=r();if(!k.isMoved&&t.freeMode)return k.isMoved=!1,t.onTouchEnd&&k.fireCallback(t.onTouchEnd,k,e),void k.callPlugins("onTouchEnd");if(!k.isMoved||k.positions.current>0||k.positions.current<-o)return k.swipeReset(),t.onTouchEnd&&k.fireCallback(t.onTouchEnd,k,e),void k.callPlugins("onTouchEnd");if(k.isMoved=!1,t.freeMode){if(t.freeModeFluid){var a=1e3*t.momentumRatio,l=k.velocity*a,d=k.positions.current+l,p=!1,u,c=20*Math.abs(k.velocity)*t.momentumBounceRatio;-o>d&&(t.momentumBounce&&k.support.transitions?(-c>d+o&&(d=-o-c),u=-o,p=!0,U=!0):d=-o),d>0&&(t.momentumBounce&&k.support.transitions?(d>c&&(d=c),u=0,p=!0,U=!0):d=0),0!==k.velocity&&(a=Math.abs((d-k.positions.current)/k.velocity)),k.setWrapperTranslate(d),k.setWrapperTransition(a),t.momentumBounce&&p&&k.wrapperTransitionEnd(function(){U&&(t.onMomentumBounce&&k.fireCallback(t.onMomentumBounce,k),k.callPlugins("onMomentumBounce"),k.setWrapperTranslate(u),k.setWrapperTransition(300))}),k.updateActiveSlide(d)}return(!t.freeModeFluid||s>=300)&&k.updateActiveSlide(k.positions.current),t.onTouchEnd&&k.fireCallback(t.onTouchEnd,k,e),void k.callPlugins("onTouchEnd")}W=0>i?"toNext":"toPrev","toNext"===W&&300>=s&&(30>n||!t.shortSwipes?k.swipeReset():k.swipeNext(!0)),"toPrev"===W&&300>=s&&(30>n||!t.shortSwipes?k.swipeReset():k.swipePrev(!0));var f=0;if("auto"===t.slidesPerView){for(var h=Math.abs(k.getWrapperTranslate()),g=0,w,v=0;v<k.slides.length;v++)if(w=F?k.slides[v].getWidth(!0,t.roundLengths):k.slides[v].getHeight(!0,t.roundLengths),g+=w,g>h){f=w;break}f>N&&(f=N)}else f=A*t.slidesPerView;"toNext"===W&&s>300&&(n>=f*t.longSwipesRatio?k.swipeNext(!0):k.swipeReset()),"toPrev"===W&&s>300&&(n>=f*t.longSwipesRatio?k.swipePrev(!0):k.swipeReset()),t.onTouchEnd&&k.fireCallback(t.onTouchEnd,k,e),k.callPlugins("onTouchEnd")}}function m(e){var i=!1;do e.className.indexOf(t.noSwipingClass)>-1&&(i=!0),e=e.parentElement;while(!i&&e.parentElement&&-1===e.className.indexOf(t.wrapperClass));return!i&&e.className.indexOf(t.wrapperClass)>-1&&e.className.indexOf(t.noSwipingClass)>-1&&(i=!0),i}function S(e,t){var i=document.createElement("div"),n;return i.innerHTML=t,n=i.firstChild,n.className+=" "+e,n.outerHTML}function T(e,i,n){function r(){var s=+new Date,u=s-o;a+=l*u/(1e3/60),p="toNext"===d?a>e:e>a,p?(k.setWrapperTranslate(Math.ceil(a)),k._DOMAnimating=!0,window.setTimeout(function(){r()},1e3/60)):(t.onSlideChangeEnd&&("to"===i?n.runCallbacks===!0&&k.fireCallback(t.onSlideChangeEnd,k,d):k.fireCallback(t.onSlideChangeEnd,k,d)),k.setWrapperTranslate(e),k._DOMAnimating=!1)}var s="to"===i&&n.speed>=0?n.speed:t.speed,o=+new Date;if(k.support.transitions||!t.DOMAnimation)k.setWrapperTranslate(e),k.setWrapperTransition(s);else{var a=k.getWrapperTranslate(),l=Math.ceil((e-a)/s*(1e3/60)),d=a>e?"toNext":"toPrev",p="toNext"===d?a>e:e>a;if(k._DOMAnimating)return;r()}k.updateActiveSlide(e),t.onSlideNext&&"next"===i&&k.fireCallback(t.onSlideNext,k,e),t.onSlidePrev&&"prev"===i&&k.fireCallback(t.onSlidePrev,k,e),t.onSlideReset&&"reset"===i&&k.fireCallback(t.onSlideReset,k,e),("next"===i||"prev"===i||"to"===i&&n.runCallbacks===!0)&&y(i)}function y(e){if(k.callPlugins("onSlideChangeStart"),t.onSlideChangeStart)if(t.queueStartCallbacks&&k.support.transitions){if(k._queueStartCallbacks)return;k._queueStartCallbacks=!0,k.fireCallback(t.onSlideChangeStart,k,e),k.wrapperTransitionEnd(function(){k._queueStartCallbacks=!1})}else k.fireCallback(t.onSlideChangeStart,k,e);if(t.onSlideChangeEnd)if(k.support.transitions)if(t.queueEndCallbacks){if(k._queueEndCallbacks)return;k._queueEndCallbacks=!0,k.wrapperTransitionEnd(function(i){k.fireCallback(t.onSlideChangeEnd,i,e)})}else k.wrapperTransitionEnd(function(i){k.fireCallback(t.onSlideChangeEnd,i,e)});else t.DOMAnimation||setTimeout(function(){k.fireCallback(t.onSlideChangeEnd,k,e)},10)}function x(){var e=k.paginationButtons;if(e)for(var t=0;t<e.length;t++)k.h.removeEventListener(e[t],"click",C)}function b(){var e=k.paginationButtons;if(e)for(var t=0;t<e.length;t++)k.h.addEventListener(e[t],"click",C)}function C(e){for(var i,n=e.target||e.srcElement,r=k.paginationButtons,s=0;s<r.length;s++)n===r[s]&&(i=s);t.autoplay&&k.stopAutoplay(!0),k.swipeTo(i)}function L(){ee=setTimeout(function(){t.loop?(k.fixLoop(),k.swipeNext(!0)):k.swipeNext(!0)||(t.autoplayStopOnLast?(clearTimeout(ee),ee=void 0):k.swipeTo(0)),k.wrapperTransitionEnd(function(){"undefined"!=typeof ee&&L()})},t.autoplay)}function M(){k.calcSlides(),t.loader.slides.length>0&&0===k.slides.length&&k.loadSlides(),t.loop&&k.createLoop(),k.init(),s(),t.pagination&&k.createPagination(!0),t.loop||t.initialSlide>0?k.swipeTo(t.initialSlide,0,!1):k.updateActiveSlide(0),t.autoplay&&k.startAutoplay(),k.centerIndex=k.activeIndex,t.onSwiperCreated&&k.fireCallback(t.onSwiperCreated,k),k.callPlugins("onSwiperCreated")}if(!document.body.outerHTML&&document.body.__defineGetter__&&HTMLElement){var E=HTMLElement.prototype;E.__defineGetter__&&E.__defineGetter__("outerHTML",function(){return(new XMLSerializer).serializeToString(this)})}if(window.getComputedStyle||(window.getComputedStyle=function(e,t){return this.el=e,this.getPropertyValue=function(t){var i=/(\-([a-z]){1})/g;return"float"===t&&(t="styleFloat"),i.test(t)&&(t=t.replace(i,function(){return arguments[2].toUpperCase()})),e.currentStyle[t]?e.currentStyle[t]:null},this}),Array.prototype.indexOf||(Array.prototype.indexOf=function(e,t){for(var i=t||0,n=this.length;n>i;i++)if(this[i]===e)return i;return-1}),(document.querySelectorAll||window.jQuery)&&"undefined"!=typeof e&&(e.nodeType||0!==i(e).length)){var k=this;k.touches={start:0,startX:0,startY:0,current:0,currentX:0,currentY:0,diff:0,abs:0},k.positions={start:0,abs:0,diff:0,current:0},k.times={start:0,end:0},k.id=(new Date).getTime(),k.container=e.nodeType?e:i(e)[0],k.isTouched=!1,k.isMoved=!1,k.activeIndex=0,k.centerIndex=0,k.activeLoaderIndex=0,k.activeLoopIndex=0,k.previousIndex=null,k.velocity=0,k.snapGrid=[],k.slidesGrid=[],k.imagesToLoad=[],k.imagesLoaded=0,k.wrapperLeft=0,k.wrapperRight=0,k.wrapperTop=0,k.wrapperBottom=0,k.isAndroid=navigator.userAgent.toLowerCase().indexOf("android")>=0;var P,A,I,W,D,N,G={eventTarget:"wrapper",mode:"horizontal",touchRatio:1,speed:300,freeMode:!1,freeModeFluid:!1,momentumRatio:1,momentumBounce:!0,momentumBounceRatio:1,slidesPerView:1,slidesPerGroup:1,slidesPerViewFit:!0,simulateTouch:!0,followFinger:!0,shortSwipes:!0,longSwipesRatio:.5,moveStartThreshold:!1,onlyExternal:!1,createPagination:!0,pagination:!1,paginationElement:"span",paginationClickable:!1,paginationAsRange:!0,resistance:!0,scrollContainer:!1,preventLinks:!0,preventLinksPropagation:!1,noSwiping:!1,noSwipingClass:"swiper-no-swiping",initialSlide:0,keyboardControl:!1,mousewheelControl:!1,mousewheelControlForceToAxis:!1,useCSS3Transforms:!0,autoplay:!1,autoplayDisableOnInteraction:!0,autoplayStopOnLast:!1,loop:!1,loopAdditionalSlides:0,roundLengths:!1,calculateHeight:!1,cssWidthAndHeight:!1,updateOnImagesReady:!0,releaseFormElements:!0,watchActiveIndex:!1,visibilityFullFit:!1,offsetPxBefore:0,offsetPxAfter:0,offsetSlidesBefore:0,offsetSlidesAfter:0,centeredSlides:!1,queueStartCallbacks:!1,queueEndCallbacks:!1,autoResize:!0,resizeReInit:!1,DOMAnimation:!0,loader:{slides:[],slidesHTMLType:"inner",surroundGroups:1,logic:"reload",loadAllSlides:!1},swipeToPrev:!0,swipeToNext:!0,slideElement:"div",slideClass:"swiper-slide",slideActiveClass:"swiper-slide-active",slideVisibleClass:"swiper-slide-visible",slideDuplicateClass:"swiper-slide-duplicate",wrapperClass:"swiper-wrapper",paginationElementClass:"swiper-pagination-switch",paginationActiveClass:"swiper-active-switch",paginationVisibleClass:"swiper-visible-switch"};t=t||{};for(var R in G)if(R in t&&"object"==typeof t[R])for(var H in G[R])H in t[R]||(t[R][H]=G[R][H]);else R in t||(t[R]=G[R]);k.params=t,t.scrollContainer&&(t.freeMode=!0,t.freeModeFluid=!0),t.loop&&(t.resistance="100%");var F="horizontal"===t.mode,O=["mousedown","mousemove","mouseup"];k.browser.ie10&&(O=["MSPointerDown","MSPointerMove","MSPointerUp"]),k.browser.ie11&&(O=["pointerdown","pointermove","pointerup"]),k.touchEvents={touchStart:k.support.touch||!t.simulateTouch?"touchstart":O[0],touchMove:k.support.touch||!t.simulateTouch?"touchmove":O[1],touchEnd:k.support.touch||!t.simulateTouch?"touchend":O[2]};for(var V=k.container.childNodes.length-1;V>=0;V--)if(k.container.childNodes[V].className)for(var z=k.container.childNodes[V].className.split(/\s+/),B=0;B<z.length;B++)z[B]===t.wrapperClass&&(P=k.container.childNodes[V]);k.wrapper=P,k._extendSwiperSlide=function(e){return e.append=function(){return t.loop?e.insertAfter(k.slides.length-k.loopedSlides):(k.wrapper.appendChild(e),k.reInit()),e},e.prepend=function(){return t.loop?(k.wrapper.insertBefore(e,k.slides[k.loopedSlides]),k.removeLoopedSlides(),k.calcSlides(),k.createLoop()):k.wrapper.insertBefore(e,k.wrapper.firstChild),k.reInit(),e},e.insertAfter=function(i){if("undefined"==typeof i)return!1;var n;return t.loop?(n=k.slides[i+1+k.loopedSlides],n?k.wrapper.insertBefore(e,n):k.wrapper.appendChild(e),k.removeLoopedSlides(),k.calcSlides(),k.createLoop()):(n=k.slides[i+1],k.wrapper.insertBefore(e,n)),k.reInit(),e},e.clone=function(){return k._extendSwiperSlide(e.cloneNode(!0))},e.remove=function(){k.wrapper.removeChild(e),k.reInit()},e.html=function(t){return"undefined"==typeof t?e.innerHTML:(e.innerHTML=t,e)},e.index=function(){for(var t,i=k.slides.length-1;i>=0;i--)e===k.slides[i]&&(t=i);return t},e.isActive=function(){return e.index()===k.activeIndex?!0:!1},e.swiperSlideDataStorage||(e.swiperSlideDataStorage={}),e.getData=function(t){return e.swiperSlideDataStorage[t]},e.setData=function(t,i){return e.swiperSlideDataStorage[t]=i,e},e.data=function(t,i){return"undefined"==typeof i?e.getAttribute("data-"+t):(e.setAttribute("data-"+t,i),e)},e.getWidth=function(t,i){return k.h.getWidth(e,t,i)},e.getHeight=function(t,i){return k.h.getHeight(e,t,i)},e.getOffset=function(){return k.h.getOffset(e)},e},k.calcSlides=function(e){var i=k.slides?k.slides.length:!1;k.slides=[],k.displaySlides=[];for(var n=0;n<k.wrapper.childNodes.length;n++)if(k.wrapper.childNodes[n].className)for(var r=k.wrapper.childNodes[n].className,s=r.split(/\s+/),l=0;l<s.length;l++)s[l]===t.slideClass&&k.slides.push(k.wrapper.childNodes[n]);for(n=k.slides.length-1;n>=0;n--)k._extendSwiperSlide(k.slides[n]);i!==!1&&(i!==k.slides.length||e)&&(a(),o(),k.updateActiveSlide(),k.params.pagination&&k.createPagination(),k.callPlugins("numberOfSlidesChanged"))},k.createSlide=function(e,i,n){i=i||k.params.slideClass,n=n||t.slideElement;var r=document.createElement(n);return r.innerHTML=e||"",r.className=i,k._extendSwiperSlide(r)},k.appendSlide=function(e,t,i){return e?e.nodeType?k._extendSwiperSlide(e).append():k.createSlide(e,t,i).append():void 0},k.prependSlide=function(e,t,i){return e?e.nodeType?k._extendSwiperSlide(e).prepend():k.createSlide(e,t,i).prepend():void 0},k.insertSlideAfter=function(e,t,i,n){return"undefined"==typeof e?!1:t.nodeType?k._extendSwiperSlide(t).insertAfter(e):k.createSlide(t,i,n).insertAfter(e)},k.removeSlide=function(e){if(k.slides[e]){if(t.loop){if(!k.slides[e+k.loopedSlides])return!1;k.slides[e+k.loopedSlides].remove(),k.removeLoopedSlides(),k.calcSlides(),k.createLoop()}else k.slides[e].remove();return!0}return!1},k.removeLastSlide=function(){return k.slides.length>0?(t.loop?(k.slides[k.slides.length-1-k.loopedSlides].remove(),k.removeLoopedSlides(),k.calcSlides(),k.createLoop()):k.slides[k.slides.length-1].remove(),!0):!1},k.removeAllSlides=function(){for(var e=k.slides.length-1;e>=0;e--)k.slides[e].remove()},k.getSlide=function(e){return k.slides[e]},k.getLastSlide=function(){return k.slides[k.slides.length-1]},k.getFirstSlide=function(){return k.slides[0]},k.activeSlide=function(){return k.slides[k.activeIndex]},k.fireCallback=function(){var e=arguments[0];if("[object Array]"===Object.prototype.toString.call(e))for(var i=0;i<e.length;i++)"function"==typeof e[i]&&e[i](arguments[1],arguments[2],arguments[3],arguments[4],arguments[5]);else"[object String]"===Object.prototype.toString.call(e)?t["on"+e]&&k.fireCallback(t["on"+e],arguments[1],arguments[2],arguments[3],arguments[4],arguments[5]):e(arguments[1],arguments[2],arguments[3],arguments[4],arguments[5])},k.addCallback=function(e,t){var i=this,r;return i.params["on"+e]?n(this.params["on"+e])?this.params["on"+e].push(t):"function"==typeof this.params["on"+e]?(r=this.params["on"+e],this.params["on"+e]=[],this.params["on"+e].push(r),this.params["on"+e].push(t)):void 0:(this.params["on"+e]=[],this.params["on"+e].push(t))},k.removeCallbacks=function(e){k.params["on"+e]&&(k.params["on"+e]=null)};var _=[];for(var Y in k.plugins)if(t[Y]){var X=k.plugins[Y](k,t[Y]);X&&_.push(X)}k.callPlugins=function(e,t){t||(t={});for(var i=0;i<_.length;i++)e in _[i]&&_[i][e](t)},!k.browser.ie10&&!k.browser.ie11||t.onlyExternal||k.wrapper.classList.add("swiper-wp8-"+(F?"horizontal":"vertical")),t.freeMode&&(k.container.className+=" swiper-free-mode"),k.initialized=!1,k.init=function(e,i){var n=k.h.getWidth(k.container,!1,t.roundLengths),r=k.h.getHeight(k.container,!1,t.roundLengths);if(n!==k.width||r!==k.height||e){k.width=n,k.height=r;var s,o,a,l,d,p,u;N=F?n:r;var c=k.wrapper;if(e&&k.calcSlides(i),"auto"===t.slidesPerView){var f=0,h=0;t.slidesOffset>0&&(c.style.paddingLeft="",c.style.paddingRight="",c.style.paddingTop="",c.style.paddingBottom=""),c.style.width="",c.style.height="",t.offsetPxBefore>0&&(F?k.wrapperLeft=t.offsetPxBefore:k.wrapperTop=t.offsetPxBefore),t.offsetPxAfter>0&&(F?k.wrapperRight=t.offsetPxAfter:k.wrapperBottom=t.offsetPxAfter),t.centeredSlides&&(F?(k.wrapperLeft=(N-this.slides[0].getWidth(!0,t.roundLengths))/2,k.wrapperRight=(N-k.slides[k.slides.length-1].getWidth(!0,t.roundLengths))/2):(k.wrapperTop=(N-k.slides[0].getHeight(!0,t.roundLengths))/2,k.wrapperBottom=(N-k.slides[k.slides.length-1].getHeight(!0,t.roundLengths))/2)),F?(k.wrapperLeft>=0&&(c.style.paddingLeft=k.wrapperLeft+"px"),k.wrapperRight>=0&&(c.style.paddingRight=k.wrapperRight+"px")):(k.wrapperTop>=0&&(c.style.paddingTop=k.wrapperTop+"px"),k.wrapperBottom>=0&&(c.style.paddingBottom=k.wrapperBottom+"px")),p=0;var g=0;for(k.snapGrid=[],k.slidesGrid=[],a=0,u=0;u<k.slides.length;u++){s=k.slides[u].getWidth(!0,t.roundLengths),o=k.slides[u].getHeight(!0,t.roundLengths),t.calculateHeight&&(a=Math.max(a,o));var w=F?s:o;if(t.centeredSlides){var v=u===k.slides.length-1?0:k.slides[u+1].getWidth(!0,t.roundLengths),m=u===k.slides.length-1?0:k.slides[u+1].getHeight(!0,t.roundLengths),S=F?v:m;if(w>N){if(t.slidesPerViewFit)k.snapGrid.push(p+k.wrapperLeft),k.snapGrid.push(p+w-N+k.wrapperLeft);else for(var T=0;T<=Math.floor(w/(N+k.wrapperLeft));T++)0===T?k.snapGrid.push(p+k.wrapperLeft):k.snapGrid.push(p+k.wrapperLeft+N*T);k.slidesGrid.push(p+k.wrapperLeft)}else k.snapGrid.push(g),k.slidesGrid.push(g);g+=w/2+S/2}else{if(w>N)if(t.slidesPerViewFit)k.snapGrid.push(p),k.snapGrid.push(p+w-N);else if(0!==N)for(var y=0;y<=Math.floor(w/N);y++)k.snapGrid.push(p+N*y);else k.snapGrid.push(p);else k.snapGrid.push(p);k.slidesGrid.push(p)}p+=w,f+=s,h+=o}t.calculateHeight&&(k.height=a),F?(I=f+k.wrapperRight+k.wrapperLeft,c.style.width=f+"px",c.style.height=k.height+"px"):(I=h+k.wrapperTop+k.wrapperBottom,c.style.width=k.width+"px",c.style.height=h+"px")}else if(t.scrollContainer)c.style.width="",c.style.height="",l=k.slides[0].getWidth(!0,t.roundLengths),d=k.slides[0].getHeight(!0,t.roundLengths),I=F?l:d,c.style.width=l+"px",c.style.height=d+"px",A=F?l:d;else{if(t.calculateHeight){for(a=0,d=0,F||(k.container.style.height=""),c.style.height="",u=0;u<k.slides.length;u++)k.slides[u].style.height="",a=Math.max(k.slides[u].getHeight(!0),a),F||(d+=k.slides[u].getHeight(!0));o=a,k.height=o,F?d=o:(N=o,k.container.style.height=N+"px")}else o=F?k.height:k.height/t.slidesPerView,t.roundLengths&&(o=Math.ceil(o)),d=F?k.height:k.slides.length*o;for(s=F?k.width/t.slidesPerView:k.width,t.roundLengths&&(s=Math.ceil(s)),l=F?k.slides.length*s:k.width,A=F?s:o,t.offsetSlidesBefore>0&&(F?k.wrapperLeft=A*t.offsetSlidesBefore:k.wrapperTop=A*t.offsetSlidesBefore),t.offsetSlidesAfter>0&&(F?k.wrapperRight=A*t.offsetSlidesAfter:k.wrapperBottom=A*t.offsetSlidesAfter),t.offsetPxBefore>0&&(F?k.wrapperLeft=t.offsetPxBefore:k.wrapperTop=t.offsetPxBefore),t.offsetPxAfter>0&&(F?k.wrapperRight=t.offsetPxAfter:k.wrapperBottom=t.offsetPxAfter),t.centeredSlides&&(F?(k.wrapperLeft=(N-A)/2,k.wrapperRight=(N-A)/2):(k.wrapperTop=(N-A)/2,k.wrapperBottom=(N-A)/2)),F?(k.wrapperLeft>0&&(c.style.paddingLeft=k.wrapperLeft+"px"),k.wrapperRight>0&&(c.style.paddingRight=k.wrapperRight+"px")):(k.wrapperTop>0&&(c.style.paddingTop=k.wrapperTop+"px"),k.wrapperBottom>0&&(c.style.paddingBottom=k.wrapperBottom+"px")),I=F?l+k.wrapperRight+k.wrapperLeft:d+k.wrapperTop+k.wrapperBottom,parseFloat(l)>0&&(!t.cssWidthAndHeight||"height"===t.cssWidthAndHeight)&&(c.style.width=l+"px"),parseFloat(d)>0&&(!t.cssWidthAndHeight||"width"===t.cssWidthAndHeight)&&(c.style.height=d+"px"),p=0,k.snapGrid=[],k.slidesGrid=[],u=0;u<k.slides.length;u++)k.snapGrid.push(p),k.slidesGrid.push(p),p+=A,parseFloat(s)>0&&(!t.cssWidthAndHeight||"height"===t.cssWidthAndHeight)&&(k.slides[u].style.width=s+"px"),parseFloat(o)>0&&(!t.cssWidthAndHeight||"width"===t.cssWidthAndHeight)&&(k.slides[u].style.height=o+"px")}k.initialized?(k.callPlugins("onInit"),t.onInit&&k.fireCallback(t.onInit,k)):(k.callPlugins("onFirstInit"),t.onFirstInit&&k.fireCallback(t.onFirstInit,k)),k.initialized=!0}},k.reInit=function(e){k.init(!0,e)},k.resizeFix=function(e){k.callPlugins("beforeResizeFix"),k.init(t.resizeReInit||e),t.freeMode?k.getWrapperTranslate()<-r()&&(k.setWrapperTransition(0),k.setWrapperTranslate(-r())):(k.swipeTo(t.loop?k.activeLoopIndex:k.activeIndex,0,!1),t.autoplay&&(k.support.transitions&&"undefined"!=typeof ee?"undefined"!=typeof ee&&(clearTimeout(ee),ee=void 0,k.startAutoplay()):"undefined"!=typeof te&&(clearInterval(te),te=void 0,k.startAutoplay()))),k.callPlugins("afterResizeFix")},k.destroy=function(){var e=k.h.removeEventListener,i="wrapper"===t.eventTarget?k.wrapper:k.container;k.browser.ie10||k.browser.ie11?(e(i,k.touchEvents.touchStart,g),e(document,k.touchEvents.touchMove,w),e(document,k.touchEvents.touchEnd,v)):(k.support.touch&&(e(i,"touchstart",g),e(i,"touchmove",w),e(i,"touchend",v)),t.simulateTouch&&(e(i,"mousedown",g),e(document,"mousemove",w),e(document,"mouseup",v))),t.autoResize&&e(window,"resize",k.resizeFix),a(),t.paginationClickable&&x(),t.mousewheelControl&&k._wheelEvent&&e(k.container,k._wheelEvent,d),t.keyboardControl&&e(document,"keydown",l),t.autoplay&&k.stopAutoplay(),k.callPlugins("onDestroy"),k=null},k.disableKeyboardControl=function(){t.keyboardControl=!1,k.h.removeEventListener(document,"keydown",l)},k.enableKeyboardControl=function(){t.keyboardControl=!0,k.h.addEventListener(document,"keydown",l)};var q=(new Date).getTime();if(k.disableMousewheelControl=function(){return k._wheelEvent?(t.mousewheelControl=!1,k.h.removeEventListener(k.container,k._wheelEvent,d),!0):!1},k.enableMousewheelControl=function(){return k._wheelEvent?(t.mousewheelControl=!0,k.h.addEventListener(k.container,k._wheelEvent,d),!0):!1},t.grabCursor){var j=k.container.style;j.cursor="move",j.cursor="grab",j.cursor="-moz-grab",j.cursor="-webkit-grab"}k.allowSlideClick=!0,k.allowLinks=!0;var K=!1,Q,U=!0,Z,J;k.swipeNext=function(e){!e&&t.loop&&k.fixLoop(),!e&&t.autoplay&&k.stopAutoplay(!0),k.callPlugins("onSwipeNext");var i=k.getWrapperTranslate(),n=i;if("auto"===t.slidesPerView){for(var s=0;s<k.snapGrid.length;s++)if(-i>=k.snapGrid[s]&&-i<k.snapGrid[s+1]){n=-k.snapGrid[s+1];break}}else{var o=A*t.slidesPerGroup;n=-(Math.floor(Math.abs(i)/Math.floor(o))*o+o)}return n<-r()&&(n=-r()),n===i?!1:(T(n,"next"),!0)},k.swipePrev=function(e){!e&&t.loop&&k.fixLoop(),!e&&t.autoplay&&k.stopAutoplay(!0),k.callPlugins("onSwipePrev");var i=Math.ceil(k.getWrapperTranslate()),n;if("auto"===t.slidesPerView){n=0;for(var r=1;r<k.snapGrid.length;r++){if(-i===k.snapGrid[r]){n=-k.snapGrid[r-1];break}if(-i>k.snapGrid[r]&&-i<k.snapGrid[r+1]){n=-k.snapGrid[r];break}}}else{var s=A*t.slidesPerGroup;n=-(Math.ceil(-i/s)-1)*s}return n>0&&(n=0),n===i?!1:(T(n,"prev"),!0)},k.swipeReset=function(){k.callPlugins("onSwipeReset");var e=k.getWrapperTranslate(),i=A*t.slidesPerGroup,n,s=-r();if("auto"===t.slidesPerView){n=0;for(var o=0;o<k.snapGrid.length;o++){if(-e===k.snapGrid[o])return;if(-e>=k.snapGrid[o]&&-e<k.snapGrid[o+1]){n=k.positions.diff>0?-k.snapGrid[o+1]:-k.snapGrid[o];break}}-e>=k.snapGrid[k.snapGrid.length-1]&&(n=-k.snapGrid[k.snapGrid.length-1]),e<=-r()&&(n=-r())}else n=0>e?Math.round(e/i)*i:0,e<=-r()&&(n=-r());return t.scrollContainer&&(n=0>e?e:0),n<-r()&&(n=-r()),t.scrollContainer&&N>A&&(n=0),n===e?!1:(T(n,"reset"),!0)},k.swipeTo=function(e,i,n){e=parseInt(e,10),k.callPlugins("onSwipeTo",{index:e,speed:i}),t.loop&&(e+=k.loopedSlides);var s=k.getWrapperTranslate();if(!(e>k.slides.length-1||0>e)){var o;return o="auto"===t.slidesPerView?-k.slidesGrid[e]:-e*A,o<-r()&&(o=-r()),o===s?!1:(n=n===!1?!1:!0,T(o,"to",{index:e,speed:i,runCallbacks:n}),!0)}},k._queueStartCallbacks=!1,k._queueEndCallbacks=!1,k.updateActiveSlide=function(e){if(k.initialized&&0!==k.slides.length){k.previousIndex=k.activeIndex,"undefined"==typeof e&&(e=k.getWrapperTranslate()),e>0&&(e=0);var i;if("auto"===t.slidesPerView){var n=0;if(k.activeIndex=k.slidesGrid.indexOf(-e),k.activeIndex<0){for(i=0;i<k.slidesGrid.length-1&&!(-e>k.slidesGrid[i]&&-e<k.slidesGrid[i+1]);i++);var r=Math.abs(k.slidesGrid[i]+e),s=Math.abs(k.slidesGrid[i+1]+e);s>=r?k.activeIndex=i:k.activeIndex=i+1}}else k.activeIndex=Math[t.visibilityFullFit?"ceil":"round"](-e/A);if(k.activeIndex===k.slides.length&&(k.activeIndex=k.slides.length-1),k.activeIndex<0&&(k.activeIndex=0),k.slides[k.activeIndex]){if(k.calcVisibleSlides(e),k.support.classList){var o;for(i=0;i<k.slides.length;i++)o=k.slides[i],o.classList.remove(t.slideActiveClass),k.visibleSlides.indexOf(o)>=0?o.classList.add(t.slideVisibleClass):o.classList.remove(t.slideVisibleClass);k.slides[k.activeIndex].classList.add(t.slideActiveClass)}else{var a=new RegExp("\\s*"+t.slideActiveClass),l=new RegExp("\\s*"+t.slideVisibleClass);for(i=0;i<k.slides.length;i++)k.slides[i].className=k.slides[i].className.replace(a,"").replace(l,""),k.visibleSlides.indexOf(k.slides[i])>=0&&(k.slides[i].className+=" "+t.slideVisibleClass);k.slides[k.activeIndex].className+=" "+t.slideActiveClass}if(t.loop){var d=k.loopedSlides;k.activeLoopIndex=k.activeIndex-d,k.activeLoopIndex>=k.slides.length-2*d&&(k.activeLoopIndex=k.slides.length-2*d-k.activeLoopIndex),k.activeLoopIndex<0&&(k.activeLoopIndex=k.slides.length-2*d+k.activeLoopIndex),
  2 +k.activeLoopIndex<0&&(k.activeLoopIndex=0)}else k.activeLoopIndex=k.activeIndex;t.pagination&&k.updatePagination(e)}}},k.createPagination=function(e){if(t.paginationClickable&&k.paginationButtons&&x(),k.paginationContainer=t.pagination.nodeType?t.pagination:i(t.pagination)[0],t.createPagination){var n="",r=k.slides.length,s=r;t.loop&&(s-=2*k.loopedSlides);for(var o=0;s>o;o++)n+="<"+t.paginationElement+' class="'+t.paginationElementClass+'"></'+t.paginationElement+">";k.paginationContainer.innerHTML=n}k.paginationButtons=i("."+t.paginationElementClass,k.paginationContainer),e||k.updatePagination(),k.callPlugins("onCreatePagination"),t.paginationClickable&&b()},k.updatePagination=function(e){if(t.pagination&&!(k.slides.length<1)){var n=i("."+t.paginationActiveClass,k.paginationContainer);if(n){var r=k.paginationButtons;if(0!==r.length){for(var s=0;s<r.length;s++)r[s].className=t.paginationElementClass;var o=t.loop?k.loopedSlides:0;if(t.paginationAsRange){k.visibleSlides||k.calcVisibleSlides(e);var a=[],l;for(l=0;l<k.visibleSlides.length;l++){var d=k.slides.indexOf(k.visibleSlides[l])-o;t.loop&&0>d&&(d=k.slides.length-2*k.loopedSlides+d),t.loop&&d>=k.slides.length-2*k.loopedSlides&&(d=k.slides.length-2*k.loopedSlides-d,d=Math.abs(d)),a.push(d)}for(l=0;l<a.length;l++)r[a[l]]&&(r[a[l]].className+=" "+t.paginationVisibleClass);t.loop?void 0!==r[k.activeLoopIndex]&&(r[k.activeLoopIndex].className+=" "+t.paginationActiveClass):r[k.activeIndex].className+=" "+t.paginationActiveClass}else t.loop?r[k.activeLoopIndex]&&(r[k.activeLoopIndex].className+=" "+t.paginationActiveClass+" "+t.paginationVisibleClass):r[k.activeIndex].className+=" "+t.paginationActiveClass+" "+t.paginationVisibleClass}}}},k.calcVisibleSlides=function(e){var i=[],n=0,r=0,s=0;F&&k.wrapperLeft>0&&(e+=k.wrapperLeft),!F&&k.wrapperTop>0&&(e+=k.wrapperTop);for(var o=0;o<k.slides.length;o++){n+=r,r="auto"===t.slidesPerView?F?k.h.getWidth(k.slides[o],!0,t.roundLengths):k.h.getHeight(k.slides[o],!0,t.roundLengths):A,s=n+r;var a=!1;t.visibilityFullFit?(n>=-e&&-e+N>=s&&(a=!0),-e>=n&&s>=-e+N&&(a=!0)):(s>-e&&-e+N>=s&&(a=!0),n>=-e&&-e+N>n&&(a=!0),-e>n&&s>-e+N&&(a=!0)),a&&i.push(k.slides[o])}0===i.length&&(i=[k.slides[k.activeIndex]]),k.visibleSlides=i};var ee,te;k.startAutoplay=function(){if(k.support.transitions){if("undefined"!=typeof ee)return!1;if(!t.autoplay)return;k.callPlugins("onAutoplayStart"),t.onAutoplayStart&&k.fireCallback(t.onAutoplayStart,k),L()}else{if("undefined"!=typeof te)return!1;if(!t.autoplay)return;k.callPlugins("onAutoplayStart"),t.onAutoplayStart&&k.fireCallback(t.onAutoplayStart,k),te=setInterval(function(){t.loop?(k.fixLoop(),k.swipeNext(!0)):k.swipeNext(!0)||(t.autoplayStopOnLast?(clearInterval(te),te=void 0):k.swipeTo(0))},t.autoplay)}},k.stopAutoplay=function(e){if(k.support.transitions){if(!ee)return;ee&&clearTimeout(ee),ee=void 0,e&&!t.autoplayDisableOnInteraction&&k.wrapperTransitionEnd(function(){L()}),k.callPlugins("onAutoplayStop"),t.onAutoplayStop&&k.fireCallback(t.onAutoplayStop,k)}else te&&clearInterval(te),te=void 0,k.callPlugins("onAutoplayStop"),t.onAutoplayStop&&k.fireCallback(t.onAutoplayStop,k)},k.loopCreated=!1,k.removeLoopedSlides=function(){if(k.loopCreated)for(var e=0;e<k.slides.length;e++)k.slides[e].getData("looped")===!0&&k.wrapper.removeChild(k.slides[e])},k.createLoop=function(){if(0!==k.slides.length){"auto"===t.slidesPerView?k.loopedSlides=t.loopedSlides||1:k.loopedSlides=t.slidesPerView+t.loopAdditionalSlides,k.loopedSlides>k.slides.length&&(k.loopedSlides=k.slides.length);var e="",i="",n,r="",s=k.slides.length,o=Math.floor(k.loopedSlides/s),a=k.loopedSlides%s;for(n=0;o*s>n;n++){var l=n;if(n>=s){var d=Math.floor(n/s);l=n-s*d}r+=k.slides[l].outerHTML}for(n=0;a>n;n++)i+=S(t.slideDuplicateClass,k.slides[n].outerHTML);for(n=s-a;s>n;n++)e+=S(t.slideDuplicateClass,k.slides[n].outerHTML);var p=e+r+P.innerHTML+r+i;for(P.innerHTML=p,k.loopCreated=!0,k.calcSlides(),n=0;n<k.slides.length;n++)(n<k.loopedSlides||n>=k.slides.length-k.loopedSlides)&&k.slides[n].setData("looped",!0);k.callPlugins("onCreateLoop")}},k.fixLoop=function(){var e;k.activeIndex<k.loopedSlides?(e=k.slides.length-3*k.loopedSlides+k.activeIndex,k.swipeTo(e,0,!1)):("auto"===t.slidesPerView&&k.activeIndex>=2*k.loopedSlides||k.activeIndex>k.slides.length-2*t.slidesPerView)&&(e=-k.slides.length+k.activeIndex+k.loopedSlides,k.swipeTo(e,0,!1))},k.loadSlides=function(){var e="";k.activeLoaderIndex=0;for(var i=t.loader.slides,n=t.loader.loadAllSlides?i.length:t.slidesPerView*(1+t.loader.surroundGroups),r=0;n>r;r++)e+="outer"===t.loader.slidesHTMLType?i[r]:"<"+t.slideElement+' class="'+t.slideClass+'" data-swiperindex="'+r+'">'+i[r]+"</"+t.slideElement+">";k.wrapper.innerHTML=e,k.calcSlides(!0),t.loader.loadAllSlides||k.wrapperTransitionEnd(k.reloadSlides,!0)},k.reloadSlides=function(){var e=t.loader.slides,i=parseInt(k.activeSlide().data("swiperindex"),10);if(!(0>i||i>e.length-1)){k.activeLoaderIndex=i;var n=Math.max(0,i-t.slidesPerView*t.loader.surroundGroups),r=Math.min(i+t.slidesPerView*(1+t.loader.surroundGroups)-1,e.length-1);if(i>0){var s=-A*(i-n);k.setWrapperTranslate(s),k.setWrapperTransition(0)}var o;if("reload"===t.loader.logic){k.wrapper.innerHTML="";var a="";for(o=n;r>=o;o++)a+="outer"===t.loader.slidesHTMLType?e[o]:"<"+t.slideElement+' class="'+t.slideClass+'" data-swiperindex="'+o+'">'+e[o]+"</"+t.slideElement+">";k.wrapper.innerHTML=a}else{var l=1e3,d=0;for(o=0;o<k.slides.length;o++){var p=k.slides[o].data("swiperindex");n>p||p>r?k.wrapper.removeChild(k.slides[o]):(l=Math.min(p,l),d=Math.max(p,d))}for(o=n;r>=o;o++){var u;l>o&&(u=document.createElement(t.slideElement),u.className=t.slideClass,u.setAttribute("data-swiperindex",o),u.innerHTML=e[o],k.wrapper.insertBefore(u,k.wrapper.firstChild)),o>d&&(u=document.createElement(t.slideElement),u.className=t.slideClass,u.setAttribute("data-swiperindex",o),u.innerHTML=e[o],k.wrapper.appendChild(u))}}k.reInit(!0)}},M()}};Swiper.prototype={plugins:{},wrapperTransitionEnd:function(e,t){"use strict";function i(a){if(a.target===r&&(e(n),n.params.queueEndCallbacks&&(n._queueEndCallbacks=!1),!t))for(o=0;o<s.length;o++)n.h.removeEventListener(r,s[o],i)}var n=this,r=n.wrapper,s=["webkitTransitionEnd","transitionend","oTransitionEnd","MSTransitionEnd","msTransitionEnd"],o;if(e)for(o=0;o<s.length;o++)n.h.addEventListener(r,s[o],i)},getWrapperTranslate:function(e){"use strict";var t=this.wrapper,i,n,r,s;return"undefined"==typeof e&&(e="horizontal"===this.params.mode?"x":"y"),this.support.transforms&&this.params.useCSS3Transforms?(r=window.getComputedStyle(t,null),window.WebKitCSSMatrix?s=new WebKitCSSMatrix("none"===r.webkitTransform?"":r.webkitTransform):(s=r.MozTransform||r.OTransform||r.MsTransform||r.msTransform||r.transform||r.getPropertyValue("transform").replace("translate(","matrix(1, 0, 0, 1,"),i=s.toString().split(",")),"x"===e&&(n=window.WebKitCSSMatrix?s.m41:16===i.length?parseFloat(i[12]):parseFloat(i[4])),"y"===e&&(n=window.WebKitCSSMatrix?s.m42:16===i.length?parseFloat(i[13]):parseFloat(i[5]))):("x"===e&&(n=parseFloat(t.style.left,10)||0),"y"===e&&(n=parseFloat(t.style.top,10)||0)),n||0},setWrapperTranslate:function(e,t,i){"use strict";var n=this.wrapper.style,r={x:0,y:0,z:0},s;3===arguments.length?(r.x=e,r.y=t,r.z=i):("undefined"==typeof t&&(t="horizontal"===this.params.mode?"x":"y"),r[t]=e),this.support.transforms&&this.params.useCSS3Transforms?(s=this.support.transforms3d?"translate3d("+r.x+"px, "+r.y+"px, "+r.z+"px)":"translate("+r.x+"px, "+r.y+"px)",n.webkitTransform=n.MsTransform=n.msTransform=n.MozTransform=n.OTransform=n.transform=s):(n.left=r.x+"px",n.top=r.y+"px"),this.callPlugins("onSetWrapperTransform",r),this.params.onSetWrapperTransform&&this.fireCallback(this.params.onSetWrapperTransform,this,r)},setWrapperTransition:function(e){"use strict";var t=this.wrapper.style;t.webkitTransitionDuration=t.MsTransitionDuration=t.msTransitionDuration=t.MozTransitionDuration=t.OTransitionDuration=t.transitionDuration=e/1e3+"s",this.callPlugins("onSetWrapperTransition",{duration:e}),this.params.onSetWrapperTransition&&this.fireCallback(this.params.onSetWrapperTransition,this,e)},h:{getWidth:function(e,t,i){"use strict";var n=window.getComputedStyle(e,null).getPropertyValue("width"),r=parseFloat(n);return(isNaN(r)||n.indexOf("%")>0||0>r)&&(r=e.offsetWidth-parseFloat(window.getComputedStyle(e,null).getPropertyValue("padding-left"))-parseFloat(window.getComputedStyle(e,null).getPropertyValue("padding-right"))),t&&(r+=parseFloat(window.getComputedStyle(e,null).getPropertyValue("padding-left"))+parseFloat(window.getComputedStyle(e,null).getPropertyValue("padding-right"))),i?Math.ceil(r):r},getHeight:function(e,t,i){"use strict";if(t)return e.offsetHeight;var n=window.getComputedStyle(e,null).getPropertyValue("height"),r=parseFloat(n);return(isNaN(r)||n.indexOf("%")>0||0>r)&&(r=e.offsetHeight-parseFloat(window.getComputedStyle(e,null).getPropertyValue("padding-top"))-parseFloat(window.getComputedStyle(e,null).getPropertyValue("padding-bottom"))),t&&(r+=parseFloat(window.getComputedStyle(e,null).getPropertyValue("padding-top"))+parseFloat(window.getComputedStyle(e,null).getPropertyValue("padding-bottom"))),i?Math.ceil(r):r},getOffset:function(e){"use strict";var t=e.getBoundingClientRect(),i=document.body,n=e.clientTop||i.clientTop||0,r=e.clientLeft||i.clientLeft||0,s=window.pageYOffset||e.scrollTop,o=window.pageXOffset||e.scrollLeft;return document.documentElement&&!window.pageYOffset&&(s=document.documentElement.scrollTop,o=document.documentElement.scrollLeft),{top:t.top+s-n,left:t.left+o-r}},windowWidth:function(){"use strict";return window.innerWidth?window.innerWidth:document.documentElement&&document.documentElement.clientWidth?document.documentElement.clientWidth:void 0},windowHeight:function(){"use strict";return window.innerHeight?window.innerHeight:document.documentElement&&document.documentElement.clientHeight?document.documentElement.clientHeight:void 0},windowScroll:function(){"use strict";return"undefined"!=typeof pageYOffset?{left:window.pageXOffset,top:window.pageYOffset}:document.documentElement?{left:document.documentElement.scrollLeft,top:document.documentElement.scrollTop}:void 0},addEventListener:function(e,t,i,n){"use strict";"undefined"==typeof n&&(n=!1),e.addEventListener?e.addEventListener(t,i,n):e.attachEvent&&e.attachEvent("on"+t,i)},removeEventListener:function(e,t,i,n){"use strict";"undefined"==typeof n&&(n=!1),e.removeEventListener?e.removeEventListener(t,i,n):e.detachEvent&&e.detachEvent("on"+t,i)}},setTransform:function(e,t){"use strict";var i=e.style;i.webkitTransform=i.MsTransform=i.msTransform=i.MozTransform=i.OTransform=i.transform=t},setTranslate:function(e,t){"use strict";var i=e.style,n={x:t.x||0,y:t.y||0,z:t.z||0},r=this.support.transforms3d?"translate3d("+n.x+"px,"+n.y+"px,"+n.z+"px)":"translate("+n.x+"px,"+n.y+"px)";i.webkitTransform=i.MsTransform=i.msTransform=i.MozTransform=i.OTransform=i.transform=r,this.support.transforms||(i.left=n.x+"px",i.top=n.y+"px")},setTransition:function(e,t){"use strict";var i=e.style;i.webkitTransitionDuration=i.MsTransitionDuration=i.msTransitionDuration=i.MozTransitionDuration=i.OTransitionDuration=i.transitionDuration=t+"ms"},support:{touch:window.Modernizr&&Modernizr.touch===!0||function(){"use strict";return!!("ontouchstart"in window||window.DocumentTouch&&document instanceof DocumentTouch)}(),transforms3d:window.Modernizr&&Modernizr.csstransforms3d===!0||function(){"use strict";var e=document.createElement("div").style;return"webkitPerspective"in e||"MozPerspective"in e||"OPerspective"in e||"MsPerspective"in e||"perspective"in e}(),transforms:window.Modernizr&&Modernizr.csstransforms===!0||function(){"use strict";var e=document.createElement("div").style;return"transform"in e||"WebkitTransform"in e||"MozTransform"in e||"msTransform"in e||"MsTransform"in e||"OTransform"in e}(),transitions:window.Modernizr&&Modernizr.csstransitions===!0||function(){"use strict";var e=document.createElement("div").style;return"transition"in e||"WebkitTransition"in e||"MozTransition"in e||"msTransition"in e||"MsTransition"in e||"OTransition"in e}(),classList:function(){"use strict";var e=document.createElement("div");return"classList"in e}()},browser:{ie8:function(){"use strict";var e=-1;if("Microsoft Internet Explorer"===navigator.appName){var t=navigator.userAgent,i=new RegExp(/MSIE ([0-9]{1,}[\.0-9]{0,})/);null!==i.exec(t)&&(e=parseFloat(RegExp.$1))}return-1!==e&&9>e}(),ie10:window.navigator.msPointerEnabled,ie11:window.navigator.pointerEnabled}},(window.jQuery||window.Zepto)&&!function($){"use strict";$.fn.swiper=function(e){var t;return this.each(function(i){var n=$(this);if(!n.data("swiper")){var r=new Swiper(n[0],e);i||(t=r),n.data("swiper",r)}}),t}}(window.jQuery||window.Zepto),"undefined"!=typeof module&&(module.exports=Swiper),"function"==typeof define&&define.amd&&define([],function(){"use strict";return Swiper});
0 3 \ No newline at end of file
... ...