/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -o-transform: translate(0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-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 {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform,height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 0.675rem;
  height: 1.1rem;
  margin-top: -0.55rem;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 0.675rem 1.1rem;
  -webkit-background-size: 0.675rem 1.1rem;
  background-size: 0.675rem 1.1rem;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 0.25rem;
  right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 0.25rem;
  left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -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.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0.25rem;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 0.25rem;
  top: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  -moz-transform: translate3d(0,-50%,0);
  -o-transform: translate(0,-50%);
  -ms-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0.125rem 0;
  display: block;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.125rem;
}

.swiper-pagination-progress {
  background: rgba(0,0,0,.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progress {
  width: 100%;
  height: 0.1rem;
  left: 0;
  top: 0;
}

.swiper-container-vertical>.swiper-pagination-progress {
  width: 0.1rem;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255,255,255,.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 30rem;
  -moz-perspective: 30rem;
  -o-perspective: 30rem;
  perspective: 30rem;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  -ms-perspective: 30rem;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(1.25rem);
  filter: blur(1.25rem);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -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;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 0.25rem;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 0.075rem;
  z-index: 50;
  height: 0.125rem;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 0.075rem;
  top: 1%;
  z-index: 50;
  width: 0.125rem;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,.5);
  border-radius: 0.25rem;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 1.05rem;
  height: 1.05rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.525rem;
  margin-top: -0.525rem;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12,end) infinite;
  animation: swiper-preloader-spin 1s steps(12,end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

article,
aside,
audio,
blockquote,
body,
button,
dd,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
header,
hgroup,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul,
video {
  margin: 0;
  padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
optgroup,
th,
var {
  font-style: inherit;
  font-weight: inherit;
}

body,
button,
input,
select,
textarea {
  *font-size: 100%;
  outline: none;
}

fieldset,
img {
  border: 0;
}

caption,
th {
  text-align: left;
}

textarea {
  resize: none;
  outline: none;
}

input {
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

em {
  font-style: normal;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

body,
html {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  height: 100%;
}

.clearfix::after {
  content: '';
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.mapp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 24.2rem;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 25rem;
  perspective: 25rem;
}

.text-center {
  text-align: center;
}

.absolute {
  position: absolute;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.center-x {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.center-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.Page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.Page.noAnimation {
  -webkit-animation: none !important;
  animation: none !important;
}

.Page svg {
  width: 100%;
  height: 100%;
}

.Page .sprites {
  background-image: url(images/index.png);
  background-repeat: no-repeat;
  background-size: 16rem auto;
}

.Page .gangs {
  width: 1.875rem;
  height: 3rem;
  background-position: -13.375rem -8.1rem;
  left: 0.5rem;
  top: 0;
  z-index: 999;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  border: 0.025rem solid transparent;
  overflow: hidden;
}

.Page .gangs.switch {
  -webkit-animation-name: gangs-switch;
  animation-name: gangs-switch;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.Page .gangs.cangjian {
  background-position: -13.375rem -8.1rem;
}

.Page .gangs.tiance {
  background-position: -13.375rem -11.3rem;
}

.Page .gangs.mingjiao {
  background-position: -13.375rem -14.5rem;
}

.Page.home .gangs-wrap {
  left: 11.475rem;
  top: 8.55rem;
  width: 2.9rem;
  height: 3.025rem;
  z-index: 101;
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-animation-name: gangs-shake;
  animation-name: gangs-shake;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.Page.home .figure {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  opacity: 0;
}

.mapp.show .Page.home .figure {
  -webkit-animation-name: figure-anima;
  animation-name: figure-anima;
}

.Page.home .translateZ {
  -webkit-transform: translateZ(-50rem);
  transform: translateZ(-50rem);
  opacity: 0;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-name: title-anima;
  animation-name: title-anima;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.Page.home .title {
  width: 13.175rem;
  height: 5.925rem;
  background-position: -1.275rem -1.6rem;
  left: 1.35rem;
  top: 1.05rem;
}

.Page.home .swiper-container {
  width: 11rem;
  height: 12.675rem;
  left: 2.7rem;
  top: 6.7rem;
  overflow: visible;
}

.Page.home .swiper-container .swiper-slide {
  position: relative;
  box-sizing: border-box;
  width: 11rem;
  height: 12.675rem;
}

.Page.home .swiper-container .swiper-slide .img-wrap {
  width: 100%;
  height: 100%;
}

.Page.home .swiper-container .swiper-slide img {
  width: 100%;
}

.Page.home .swiper-container .swiper-btn {
  width: 1.05rem;
  height: 1.75rem;
  z-index: 10;
}

.Page.home .swiper-container .swiper-btn.prev {
  background-position: -13.85rem 0;
  left: -1.3rem;
  top: 5.25rem;
}

.Page.home .swiper-container .swiper-btn.next {
  background-position: -15rem 0;
  right: -1.3rem;
  top: 5.25rem;
}

.Page.home .tips {
  width: 11.525rem;
  height: 0.625rem;
  background-position: 0 -23.85rem;
  left: 2.45rem;
  top: 19.45rem;
  opacity: 0;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.mapp.show .Page.home .tips {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

.Page.make .bg {
  width: 100%;
}

.Page.make .gangs-wrap {
  left: 11.45rem;
  top: 3.425rem;
  width: 2.9rem;
  height: 3.025rem;
  z-index: 101;
  overflow: hidden;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
  -webkit-transform-origin: center -20%;
  transform-origin: center -20%;
}

.Page.make .gangs-wrap .gangs {
  -webkit-animation-name: gangs-shake;
  animation-name: gangs-shake;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.Page.make .gangs-wrap .gangs.switch {
  -webkit-animation-name: gangs-switch;
  animation-name: gangs-switch;
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.Page.make .gangs-wrap.close {
  -webkit-transform: translateX(-5rem);
  transform: translateX(-5rem);
}

.Page.make .reel-wrap {
  left: 50%;
  top: 2.025rem;
  width: 11.4rem;
  height: 14.8rem;
  margin-left: -5.7rem;
  overflow: hidden;
}

.Page.make .reel-wrap .save-tips {
  font-size: 0.5rem;
  left: 3.425rem;
  top: 13.075rem;
  color: #5e534b;
}

.Page.make .reel-wrap .reel {
  width: 50%;
  height: 14.8rem;
  top: 0;
}

.Page.make .reel-wrap .reel.left {
  left: 0;
}

.Page.make .reel-wrap .reel.right {
  left: 49.8%;
}

.Page.make .reel-wrap .reel div {
  width: 100%;
  height: 100%;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.Page.make .reel-wrap .reel .roller {
  top: 0;
  width: 0.625rem;
  height: 100%;
  z-index: 99;
  background-position: 0 -7.45rem;
}

.Page.make .reel-wrap .reel .roller.left {
  left: 0.05rem;
}

.Page.make .reel-wrap .reel .roller.right {
  right: 0.075rem;
}

.Page.make .reel-wrap .reel .cut {
  height: 13.95rem;
  width: 89.473%;
  top: 0.475rem;
  overflow: hidden;
}

.Page.make .reel-wrap .reel .cut.left {
  right: 0;
}

.Page.make .reel-wrap .reel .cut.right {
  left: 0;
}

.Page.make .reel-wrap .reel .bg {
  overflow: hidden;
}

.Page.make .reel-wrap .reel .bg .img-wrap {
  height: 82.154%;
  width: 91.596%;
  overflow: hidden;
  top: 0.9rem;
}

.Page.make .reel-wrap .reel .bg img {
  width: 200%;
  top: 0;
}

.Page.make .reel-wrap .reel .bg.left {
  background-position: -1.875rem -8.025rem;
}

.Page.make .reel-wrap .reel .bg.left .img-wrap {
  right: 0;
}

.Page.make .reel-wrap .reel .bg.left img {
  left: 0;
}

.Page.make .reel-wrap .reel .bg.right {
  background-position: -6.9rem -8.025rem;
}

.Page.make .reel-wrap .reel .bg.right .img-wrap {
  left: 0;
}

.Page.make .reel-wrap .reel .bg.right img {
  right: 0;
}

.Page.make .reel-wrap.close .reel .cut.left {
  -webkit-transform: translateX(5rem);
  transform: translateX(5rem);
}

.Page.make .reel-wrap.close .reel .cut.right {
  -webkit-transform: translateX(-5rem);
  transform: translateX(-5rem);
}

.Page.make .reel-wrap.close .reel .bg.left {
  -webkit-transform: translateX(-5rem);
  transform: translateX(-5rem);
}

.Page.make .reel-wrap.close .reel .bg.right {
  -webkit-transform: translateX(5rem);
  transform: translateX(5rem);
}

.Page.make .reel-wrap.close .reel .roller.left {
  -webkit-transform: translateX(5rem);
  transform: translateX(5rem);
}

.Page.make .reel-wrap.close .reel .roller.right {
  -webkit-transform: translateX(-5rem);
  transform: translateX(-5rem);
}

.Page.make .list {
  width: 12.45rem;
  height: 2.95rem;
  left: 2.4rem;
  top: 17.175rem;
}

.Page.make .list li {
  display: inline-block;
  white-space: nowrap;
  width: 2.7rem;
  height: 100%;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.Page.make .list li:not(:last-child) {
  margin-right: 0.275rem;
}

.Page.make .list li.taped {
  -webkit-animation-name: li-bounce;
  animation-name: li-bounce;
}

.Page.make .list li.item1 {
  background-position: 0 -30.075rem;
}

.Page.make .list li.item1.active {
  background-position: 0 -33.35rem;
}

.Page.make .list li.item2 {
  background-position: -3.375rem -30.075rem;
}

.Page.make .list li.item2.active {
  background-position: -3.375rem -33.35rem;
}

.Page.make .list li.item3 {
  background-position: -6.75rem -30.075rem;
}

.Page.make .list li.item3.active {
  background-position: -6.75rem -33.35rem;
}

.Page.make .list li.item4 {
  background-position: -10.125rem -30.075rem;
}

.Page.make .list li.item4.active {
  background-position: -10.125rem -33.35rem;
}

.Page.make .bottom {
  display: none;
}

.Page.slide-in {
  opacity: 1;
  -webkit-animation: slide-in 0.5s ease;
  animation: slide-in 0.5s ease;
  transition: all 0.1s;
  z-index: 2;
}

@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translateX(100%);
  }
}

.Page.slide-in path {
  fill: none;
  stroke: #fff;
  stroke-width: 0.05rem;
  fill-rule: evenodd;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  opacity: 0.5;
}

.Page.slide-in .tips-svg-1 {
  width: 12.125rem;
  height: 0.2rem;
  left: 2.2rem;
  top: 19.15rem;
}

.Page.slide-in .tips-svg-1 path {
  stroke-dasharray: 550;
  stroke-dashoffset: 550;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.mapp.show .Page.slide-in .tips-svg-1 path {
  -webkit-animation-name: dash;
  animation-name: dash;
}

.Page.slide-in .tips-svg-2 {
  width: 12.125rem;
  height: 0.475rem;
  left: 2.2rem;
  top: 20.275rem;
}

.Page.slide-in .tips-svg-2 svg:first-child {
  left: 0;
  top: 0;
  width: 12.125rem;
  height: 0.2rem;
}

.Page.slide-in .tips-svg-2 svg:first-child path {
  stroke-dasharray: 514;
  stroke-dashoffset: 514;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.mapp.show .Page.slide-in .tips-svg-2 svg:first-child path {
  -webkit-animation-name: tips-svg-2-1;
  animation-name: tips-svg-2-1;
}

.Page.slide-in .tips-svg-2 svg:last-child {
  width: 9.475rem;
  height: 0.275rem;
  left: 1.2rem;
  top: 0.2rem;
}

.Page.slide-in .tips-svg-2 svg:last-child path {
  stroke-dasharray: 387;
  stroke-dashoffset: 387;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.mapp.show .Page.slide-in .tips-svg-2 svg:last-child path {
  -webkit-animation-name: tips-svg-2-2;
  animation-name: tips-svg-2-2;
}

.Page.slide-in .tips-svg-3,
.Page.slide-in .tips-svg-4 {
  width: 4.525rem;
  height: 0.875rem;
}

.Page.slide-in .tips-svg-3 path,
.Page.slide-in .tips-svg-4 path {
  stroke-width: 0.025rem;
  stroke-dasharray: 370;
  stroke-dashoffset: 370;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.mapp.show .Page.slide-in .tips-svg-3 path,
.mapp.show
.Page.slide-in .tips-svg-4 path {
  -webkit-animation-name: dash;
  animation-name: dash;
}

.Page.slide-in .tips-svg-3 {
  left: 0;
  top: 21.025rem;
}

.Page.slide-in .tips-svg-4 {
  right: 0;
  top: 21.825rem;
}

.Page.slide-in .tips-svg-5,
.Page.slide-in .tips-svg-6 {
  width: 5.325rem;
  height: 0.9rem;
}

.Page.slide-in .tips-svg-5 path,
.Page.slide-in .tips-svg-6 path {
  stroke-width: 0.025rem;
  stroke-dasharray: 450;
  stroke-dashoffset: 450;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.mapp.show .Page.slide-in .tips-svg-5 path,
.mapp.show
.Page.slide-in .tips-svg-6 path {
  -webkit-animation-name: dash;
  animation-name: dash;
}

.Page.slide-in .tips-svg-5 {
  left: 0;
  top: 19.675rem;
}

.Page.slide-in .tips-svg-6 {
  right: 0;
  top: 20.5rem;
}

.Page.slide-in.index path {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.Page.slide-in.make path {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.Page.slide-in.make .tips-svg-3 path,
.Page.slide-in.make .tips-svg-4 path {
  -webkit-animation-name: dash;
  animation-name: dash;
}

.Page.slide-in.make .tips-svg-5 path,
.Page.slide-in.make .tips-svg-6 path {
  -webkit-animation-name: dash;
  animation-name: dash;
}

.Page.slide-out {
  opacity: 0.5;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-animation: slide-out 0.5s ease;
  animation: slide-out 0.5s ease;
  transition: all 0.1s;
  z-index: 1;
  display: none;
}

@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateX(0);
  }
}

.Button {
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.Button input[type="file"] {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.Button.share {
  width: 2.475rem;
  height: 2.725rem;
  left: 13.425rem;
  top: 13.75rem;
  z-index: 99;
  -webkit-animation-name: float;
  animation-name: float;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.Button.share .light {
  width: 2.5rem;
  height: 2.5rem;
  background-position: -13.05rem -33.425rem;
  left: 0;
  top: 50%;
  margin-top: -1.25rem;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.Button.share .pic {
  top: 0;
  left: 50%;
  margin-left: -1.05rem;
  width: 2.1rem;
  height: 2.725rem;
  background-position: -12.8rem -20.325rem;
}

.Button.scale {
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.Button.music {
  background-image: url(images/index.png);
  background-repeat: no-repeat;
  background-size: 16rem auto;
  width: 1.45rem;
  height: 1.45rem;
  background-position: -11.25rem 0;
  left: 14.025rem;
  top: 0.525rem;
  z-index: 999;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.Button.music.play {
  background-position: -9.075rem 0;
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.Button.share-btn {
  width: 5.3rem;
  height: 1.425rem;
  top: 20.95rem;
  left: 8.125rem;
  background-position: -10.125rem -26.025rem;
  display: none;
}

.Button.upload {
  width: 6.5rem;
  height: 1.55rem;
  left: 4.85rem;
  top: 21.025rem;
}

.Button.upload.index {
  opacity: 0;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  background-position: 0 -26.075rem;
}

.mapp.show .Button.upload.index {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

.Button.upload.self-in {
  background-position: -10.125rem -27.875rem;
  width: 5.3rem;
  height: 1.425rem;
  left: 2.5rem;
  top: 20.925rem;
}

.Button.upload.self-in.hor-center {
  width: 6.475rem;
  height: 1.55rem;
  left: 50%;
  margin-left: -3.225rem;
  background-position: 0 -27.875rem;
}

.Button.to-home {
  width: 6.5rem;
  height: 1.55rem;
  left: 4.85rem;
  top: 21.025rem;
  background-position: 0 -26.075rem;
}

.Widget.sprites,
.Widget .sprites {
  background-image: url(images/index.png);
  background-repeat: no-repeat;
  background-size: 16rem auto;
}

.Widget.mask {
  position: fixed;
  left: -249.975rem;
  background-color: #000;
  z-index: 9999;
  display: none;
}

.Widget.mask.show {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.Widget.mask .default-img {
  width: 100%;
  max-width: 48rem;
  height: auto;
}

.Widget.share-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

.Widget.share-mask.fadeOut {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}

.Widget.share-mask .result {
  width: 90%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.Widget.cover {
  background: #ddd;
  width: 16rem;
  height: 16rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 1rem;
}

.Widget.cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.Widget.share-dialog {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all .5s;
}

.Widget.share-dialog.visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.Widget.share-dialog.visible .card {
  -webkit-transform: translateY(0.75rem);
  transform: translateY(0.75rem);
}

.Widget.share-dialog .card {
  width: 13.925rem;
  height: 16.05rem;
  background: url(images/share-dialog.png) 0 0 no-repeat;
  background-size: 100% auto;
  left: 1.075rem;
  top: 2.625rem;
  transition: all .5s;
}

.Widget.share-dialog .card .close {
  width: 1.725rem;
  height: 1.725rem;
  right: 0.1rem;
  top: -0.5rem;
  background-position: -13.375rem -17.875rem;
}

.Widget.leaf {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.Widget.leaf div {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  top: -2.5rem;
  opacity: 0;
}

.Widget.leaf .leaf1,
.Widget.leaf .leaf5 {
  width: 1.95rem;
  height: 1.525rem;
  background-position: -13.5rem -30.075rem;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  left: 11rem;
  z-index: 6;
}

.Widget.leaf .leaf2 {
  width: 1.325rem;
  height: 1.05rem;
  background-position: -14.075rem -31.9rem;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  left: 8rem;
}

.Widget.leaf .leaf3,
.Widget.leaf .leaf6 {
  width: 1.95rem;
  height: 1.525rem;
  background-position: -13.5rem -30.075rem;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  left: 5.5rem;
}

.Widget.leaf .leaf4,
.Widget.leaf .leaf7 {
  width: 1.325rem;
  height: 1.05rem;
  background-position: -14.075rem -31.9rem;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  left: -1rem;
}

.Widget.leaf .leaf5 {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.Widget.leaf .leaf6 {
  left: -1rem;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
}

.Widget.leaf .leaf7 {
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  left: 3.5rem;
}

.Widget.leaf.anima .leaf1 {
  -webkit-animation-name: leaf1;
  animation-name: leaf1;
}

.Widget.leaf.anima .leaf2 {
  -webkit-animation-name: leaf2;
  animation-name: leaf2;
}

.Widget.leaf.anima .leaf3 {
  -webkit-animation-name: leaf3;
  animation-name: leaf3;
}

.Widget.leaf.anima .leaf4 {
  -webkit-animation-name: leaf4;
  animation-name: leaf4;
}

.Widget.leaf.anima .leaf5 {
  -webkit-animation-name: leaf5;
  animation-name: leaf5;
}

.Widget.leaf.anima .leaf6 {
  -webkit-animation-name: leaf6;
  animation-name: leaf6;
}

.Widget.leaf.anima .leaf7 {
  -webkit-animation-name: leaf7;
  animation-name: leaf7;
}

.Widget.download {
  width: 100%;
  height: 1.375rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-position: 0 -24.5rem;
  z-index: 999;
  -webkit-transform: translateY(1.5rem);
  transform: translateY(1.5rem);
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.make .Widget.download {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.Widget.download a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.Widget.download .btn {
  position: absolute;
  right: 0.8rem;
  top: 0.075rem;
  width: 2.925rem;
  height: 1.175rem;
  background-position: -6.65rem -26.075rem;
  -webkit-animation-name: download-shake;
  animation-name: download-shake;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.Widget.top {
  width: 100%;
  height: 1.95rem;
  z-index: 10;
  -webkit-transform: translateY(-2rem);
  transform: translateY(-2rem);
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.make .Widget.top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.Widget.bg {
  width: 100%;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.make .Widget.bg {
  width: 100%;
  -webkit-transform: translateY(0) scale(2);
  transform: translateY(0) scale(2);
}

.Widget.cloud {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  z-index: 99;
}

.Widget.cloud-floor1 {
  width: 100%;
  height: 100%;
}

.Widget.cloud-floor1 .cloud1 {
  width: 10.85rem;
  height: 12.75rem;
  background-image: url(images/cloud1.png);
  left: 0;
  top: 0;
}

.Widget.cloud-floor1 .cloud3 {
  width: 8rem;
  height: 8.35rem;
  background-image: url(images/cloud3.png);
  left: 0;
  top: 10.5rem;
}

.Widget.cloud-floor2 {
  width: 100%;
  height: 100%;
  z-index: 300;
}

.Widget.cloud-floor2 .cloud4 {
  width: 6.6rem;
  height: 2.5rem;
  background-image: url(images/cloud4.png);
  right: 0.95rem;
  top: 0.75rem;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.Widget.cloud-floor2 .cloud5 {
  width: 7.35rem;
  height: 2.85rem;
  background-image: url(images/cloud5.png);
  right: 0;
  top: 7.5rem;
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}

.Widget.cloud-floor2 .cloud6 {
  width: 8rem;
  height: 8.35rem;
  background-image: url(images/cloud6.png);
  right: -2.5rem;
  top: 13rem;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.Widget.cloud-floor3 {
  width: 100%;
  height: 100%;
  z-index: 100;
}

.Widget.cloud-floor3 .cloud2 {
  width: 9.425rem;
  height: 4.775rem;
  background-image: url(images/cloud2.png);
  right: 0;
  top: 0;
}

.Widget.cloud-floor3 .cloud4 {
  width: 6.6rem;
  height: 2.5rem;
  background-image: url(images/cloud4.png);
  right: 0;
  top: 9.55rem;
  -webkit-transform: scale(2);
  transform: scale(2);
}

.mapp.show .Widget.download {
  -webkit-animation-name: download-up;
  animation-name: download-up;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.mapp.show .Widget.top {
  -webkit-animation-name: top-down;
  animation-name: top-down;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.mapp.show .Widget.cloud-floor1 {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: cloud-anima;
  animation-name: cloud-anima;
  z-index: 200;
}

.mapp.show .Widget.cloud-floor2 {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: cloud-anima;
  animation-name: cloud-anima;
}

.mapp.show .Widget.cloud-floor3 {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-name: cloud-anima;
  animation-name: cloud-anima;
}

.mapp.show .Widget.bg {
  width: 100%;
  will-change: transform;
  -webkit-animation-name: bgscale;
  animation-name: bgscale;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 3.4s;
  animation-duration: 3.4s;
}

.Widget.logo {
  width: 8.2rem;
  height: 1.35rem;
  background-position: 0 0;
  background-image: url(images/index.png);
  background-repeat: no-repeat;
  background-size: 16rem auto;
  left: 0.625rem;
  top: 0.3rem;
  z-index: 999;
}

.Widget.share {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  display: none;
}

.Widget.share.visible {
  display: block;
}

.Widget.share .share-tips {
  width: 100%;
}

.Widget.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: auto;
  transition: all .5s;
}

.Widget.loading .sprites {
  background-image: url(images/loading.png);
  background-repeat: no-repeat;
  background-size: 16rem auto;
}

.Widget.loading .center {
  width: 5.95rem;
  height: 5.95rem;
  background-position: 0 0;
  top: 40%;
}

.Widget.loading .loadstart .gangs-logo {
  -webkit-animation-name: loadingZ;
  animation-name: loadingZ;
  display: block;
}

.Widget.loading .loadstart .gangs-logo .inner {
  -webkit-animation-name: loading;
  animation-name: loading;
}

.Widget.loading .gangs-logo {
  width: 2.2rem;
  height: 2.7rem;
  left: 50%;
  top: 50%;
  margin: -1.35rem 0 0 -1rem;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  display: none;
}

.Widget.loading .gangs-logo .inner {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  height: 100%;
}

.Widget.loading .gangs-logo.gangs1 {
  background-position: -6.325rem 0;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  margin-top: -1.5rem;
}

.Widget.loading .gangs-logo.gangs1 .inner {
  background-position: -6.325rem 0;
}

.Widget.loading .gangs-logo.gangs2 {
  margin-left: -0.9rem;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.Widget.loading .gangs-logo.gangs2 .inner {
  background-position: -8.825rem 0;
  height: 100%;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.Widget.loading .gangs-logo.gangs3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  margin-top: -1.5rem;
}

.Widget.loading .gangs-logo.gangs3 .inner {
  background-position: -11.025rem 0;
  height: 100%;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.Widget.loading .txt {
  width: 3.125rem;
  height: 1.4rem;
  background-position: -6.575rem -3.175rem;
  left: 1.5rem;
  bottom: -0.325rem;
}

.Widget.loading.visible {
  visibility: visible;
  opacity: 1;
  pointer-events: none;
}

.Widget.share-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
  display: none;
}

.Widget.share-panel.visible {
  display: block;
}

.Widget.share-panel .card {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding-bottom: 0.5rem;
}

.Widget.share-panel .card-heading {
  padding: 0.5rem 0;
  border-bottom: 0.025rem solid #eee;
}

.Widget.share-panel .card-title {
  margin: 0;
  text-align: center;
  font-size: 1rem;
  color: #666;
  font-weight: normal;
}

.Widget.share-panel .share-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.Widget.share-panel .list-item {
  float: left;
  width: 20%;
  text-align: center;
}

.Widget.share-panel .name {
  font-size: 0.6rem;
  color: #666;
}

.Widget.share-panel .icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  display: block;
  margin: 0.5rem auto 0;
  background-image: url(images/share-icon.png);
  background-repeat: no-repeat;
  background-size: 2rem;
}

.Widget.share-panel .icon.wechat {
  background-position: 0 -2.75rem;
}

.Widget.share-panel .icon.qzone {
  background-position: 0 -5.6rem;
}

.Widget.share-panel .icon.weibo {
  background-position: 0 -8.45rem;
}

.Widget.share-panel .icon.qq {
  background-position: 0 -11.3rem;
}

.Animation {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  will-change: transform;
}

@-webkit-keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-0.15rem);
    transform: translateY(-0.15rem);
  }
}

@keyframes float {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-0.15rem);
    transform: translateY(-0.15rem);
  }
}

@-webkit-keyframes li-bounce {
  0% {
    -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  3.4% {
    -webkit-transform: matrix3d(0.702, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.702, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  3.76% {
    -webkit-transform: matrix3d(0.725, 0, 0, 0, 0, 0.73, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.725, 0, 0, 0, 0, 0.73, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  6.81% {
    -webkit-transform: matrix3d(0.906, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.906, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  7.53% {
    -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.942, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  10.21% {
    -webkit-transform: matrix3d(1.044, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.044, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  11.29% {
    -webkit-transform: matrix3d(1.07, 0, 0, 0, 0, 1.142, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.07, 0, 0, 0, 0, 1.142, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  13.61% {
    -webkit-transform: matrix3d(1.102, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.102, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  14.97% {
    -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.16, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.106, 0, 0, 0, 0, 1.16, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  17.52% {
    -webkit-transform: matrix3d(1.095, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.095, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  19.46% {
    -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.075, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  21.32% {
    -webkit-transform: matrix3d(1.053, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.053, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  23.94% {
    -webkit-transform: matrix3d(1.024, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.024, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  25.23% {
    -webkit-transform: matrix3d(1.011, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.011, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  28.43% {
    -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  29.03% {
    -webkit-transform: matrix3d(0.987, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.987, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  32.83% {
    -webkit-transform: matrix3d(0.98, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  36.74% {
    -webkit-transform: matrix3d(0.985, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  41.72% {
    -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 1.013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.996, 0, 0, 0, 0, 1.013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  44.44% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  50.61% {
    -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.004, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  59.86% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  68.39% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  75.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  80% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  90.69% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes li-bounce {
  0% {
    -webkit-transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  3.4% {
    -webkit-transform: matrix3d(0.702, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.702, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  3.76% {
    -webkit-transform: matrix3d(0.725, 0, 0, 0, 0, 0.73, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.725, 0, 0, 0, 0, 0.73, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  6.81% {
    -webkit-transform: matrix3d(0.906, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.906, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  7.53% {
    -webkit-transform: matrix3d(0.942, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.942, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  10.21% {
    -webkit-transform: matrix3d(1.044, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.044, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  11.29% {
    -webkit-transform: matrix3d(1.07, 0, 0, 0, 0, 1.142, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.07, 0, 0, 0, 0, 1.142, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  13.61% {
    -webkit-transform: matrix3d(1.102, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.102, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  14.97% {
    -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.16, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.106, 0, 0, 0, 0, 1.16, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  17.52% {
    -webkit-transform: matrix3d(1.095, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.095, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  19.46% {
    -webkit-transform: matrix3d(1.075, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.075, 0, 0, 0, 0, 1.077, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  21.32% {
    -webkit-transform: matrix3d(1.053, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.053, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  23.94% {
    -webkit-transform: matrix3d(1.024, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.024, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  25.23% {
    -webkit-transform: matrix3d(1.011, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.011, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  28.43% {
    -webkit-transform: matrix3d(0.99, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  29.03% {
    -webkit-transform: matrix3d(0.987, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.987, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  32.83% {
    -webkit-transform: matrix3d(0.98, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.98, 0, 0, 0, 0, 0.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  36.74% {
    -webkit-transform: matrix3d(0.985, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.985, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  41.72% {
    -webkit-transform: matrix3d(0.996, 0, 0, 0, 0, 1.013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.996, 0, 0, 0, 0, 1.013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  44.44% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  50.61% {
    -webkit-transform: matrix3d(1.004, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.004, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  59.86% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  68.39% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  75.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  80% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  90.69% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }

  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-webkit-keyframes leaf1 {
  0% {
    -webkit-transform: translate(0, 0) scale(0.5);
    transform: translate(0, 0) scale(0.5);
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-10rem, 15rem) rotate(200deg) scale(0.5);
    transform: translate(-10rem, 15rem) rotate(200deg) scale(0.5);
    opacity: 0;
  }
}

@keyframes leaf1 {
  0% {
    -webkit-transform: translate(0, 0) scale(0.5);
    transform: translate(0, 0) scale(0.5);
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-10rem, 15rem) rotate(200deg) scale(0.5);
    transform: translate(-10rem, 15rem) rotate(200deg) scale(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes leaf2 {
  0% {
    -webkit-transform: translate(0, 0) scale(0.3);
    transform: translate(0, 0) scale(0.3);
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(5rem, 20rem) rotate(-200deg) scale(0.3);
    transform: translate(5rem, 20rem) rotate(-200deg) scale(0.3);
    opacity: 0;
  }
}

@keyframes leaf2 {
  0% {
    -webkit-transform: translate(0, 0) scale(0.3);
    transform: translate(0, 0) scale(0.3);
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(5rem, 20rem) rotate(-200deg) scale(0.3);
    transform: translate(5rem, 20rem) rotate(-200deg) scale(0.3);
    opacity: 0;
  }
}

@-webkit-keyframes leaf3 {
  0% {
    -webkit-transform: translate(0, 0) scale(0.6);
    transform: translate(0, 0) scale(0.6);
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(7.5rem, 25rem) rotate(300deg) scale(0.6);
    transform: translate(7.5rem, 25rem) rotate(300deg) scale(0.6);
    opacity: 0;
  }
}

@keyframes leaf3 {
  0% {
    -webkit-transform: translate(0, 0) scale(0.6);
    transform: translate(0, 0) scale(0.6);
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(7.5rem, 25rem) rotate(300deg) scale(0.6);
    transform: translate(7.5rem, 25rem) rotate(300deg) scale(0.6);
    opacity: 0;
  }
}

@-webkit-keyframes leaf4 {
  0% {
    -webkit-transform: translate(0, 0) scale(0.5);
    transform: translate(0, 0) scale(0.5);
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(15rem, 15rem) rotate(-240deg) scale(0.5);
    transform: translate(15rem, 15rem) rotate(-240deg) scale(0.5);
  }
}

@keyframes leaf4 {
  0% {
    -webkit-transform: translate(0, 0) scale(0.5);
    transform: translate(0, 0) scale(0.5);
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(15rem, 15rem) rotate(-240deg) scale(0.5);
    transform: translate(15rem, 15rem) rotate(-240deg) scale(0.5);
  }
}

@-webkit-keyframes leaf5 {
  0% {
    -webkit-transform: translate(0, 0) scale(0.4);
    transform: translate(0, 0) scale(0.4);
    opacity: 1;
  }

  80% {
    opacity: 0.5;
  }

  100% {
    -webkit-transform: translate(7.5rem, 20rem) rotate(-240deg) scale(0.4);
    transform: translate(7.5rem, 20rem) rotate(-240deg) scale(0.4);
  }
}

@keyframes leaf5 {
  0% {
    -webkit-transform: translate(0, 0) scale(0.4);
    transform: translate(0, 0) scale(0.4);
    opacity: 1;
  }

  80% {
    opacity: 0.5;
  }

  100% {
    -webkit-transform: translate(7.5rem, 20rem) rotate(-240deg) scale(0.4);
    transform: translate(7.5rem, 20rem) rotate(-240deg) scale(0.4);
  }
}

@-webkit-keyframes leaf6 {
  0% {
    -webkit-transform: translate(0, 0) scale(0.7);
    transform: translate(0, 0) scale(0.7);
    opacity: 1;
  }

  80% {
    opacity: 0.2;
  }

  100% {
    -webkit-transform: translate(10rem, 15rem) rotate(-710deg) scale(0.7);
    transform: translate(10rem, 15rem) rotate(-710deg) scale(0.7);
  }
}

@keyframes leaf6 {
  0% {
    -webkit-transform: translate(0, 0) scale(0.7);
    transform: translate(0, 0) scale(0.7);
    opacity: 1;
  }

  80% {
    opacity: 0.2;
  }

  100% {
    -webkit-transform: translate(10rem, 15rem) rotate(-710deg) scale(0.7);
    transform: translate(10rem, 15rem) rotate(-710deg) scale(0.7);
  }
}

@-webkit-keyframes leaf7 {
  0% {
    -webkit-transform: translate(0, 0) scale(0.5);
    transform: translate(0, 0) scale(0.5);
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-10rem, 15rem) rotate(200deg) scale(0.5);
    transform: translate(-10rem, 15rem) rotate(200deg) scale(0.5);
    opacity: 0;
  }
}

@keyframes leaf7 {
  0% {
    -webkit-transform: translate(0, 0) scale(0.5);
    transform: translate(0, 0) scale(0.5);
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-10rem, 15rem) rotate(200deg) scale(0.5);
    transform: translate(-10rem, 15rem) rotate(200deg) scale(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes bgscale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: translateY(0.75rem) scale(2);
    transform: translateY(0.75rem) scale(2);
  }
}

@keyframes bgscale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: translateY(0.75rem) scale(2);
    transform: translateY(0.75rem) scale(2);
  }
}

@-webkit-keyframes loading {
  0%, 100% {
    -webkit-transform: translate3d(1.5rem, 0, 0);
    transform: translate3d(1.5rem, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(-1.5rem, 0, 0);
    transform: translate3d(-1.5rem, 0, 0);
  }
}

@keyframes loading {
  0%, 100% {
    -webkit-transform: translate3d(1.5rem, 0, 0);
    transform: translate3d(1.5rem, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(-1.5rem, 0, 0);
    transform: translate3d(-1.5rem, 0, 0);
  }
}

@-webkit-keyframes loadingZ {
  0%, 50%, 100% {
    -webkit-transform: perspective(20rem) translateZ(-3.75rem) scale(1.05);
    transform: perspective(20rem) translateZ(-3.75rem) scale(1.05);
    z-index: 33;
    opacity: 0.75;
  }

  25% {
    -webkit-transform: perspective(20rem) translateZ(0) scale(1.1);
    transform: perspective(20rem) translateZ(0) scale(1.1);
    z-index: 33;
    opacity: 1;
  }

  75% {
    -webkit-transform: perspective(20rem) translateZ(-10rem) scale(1);
    transform: perspective(20rem) translateZ(-10rem) scale(1);
    z-index: 11;
    opacity: 0.5;
  }
}

@keyframes loadingZ {
  0%, 50%, 100% {
    -webkit-transform: perspective(20rem) translateZ(-3.75rem) scale(1.05);
    transform: perspective(20rem) translateZ(-3.75rem) scale(1.05);
    z-index: 33;
    opacity: 0.75;
  }

  25% {
    -webkit-transform: perspective(20rem) translateZ(0) scale(1.1);
    transform: perspective(20rem) translateZ(0) scale(1.1);
    z-index: 33;
    opacity: 1;
  }

  75% {
    -webkit-transform: perspective(20rem) translateZ(-10rem) scale(1);
    transform: perspective(20rem) translateZ(-10rem) scale(1);
    z-index: 11;
    opacity: 0.5;
  }
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes tips-svg-2-1 {
  to {
    stroke-dashoffset: 1028;
  }
}

@keyframes tips-svg-2-1 {
  to {
    stroke-dashoffset: 1028;
  }
}

@-webkit-keyframes tips-svg-2-2 {
  to {
    stroke-dashoffset: 774;
  }
}

@keyframes tips-svg-2-2 {
  to {
    stroke-dashoffset: 774;
  }
}

@-webkit-keyframes gangs-shake {
  0%, 100% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}

@keyframes gangs-shake {
  0%, 100% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}

@-webkit-keyframes download-shake {
  0% {
    -webkit-transform: translateX(-0.125rem);
    transform: translateX(-0.125rem);
  }

  50% {
    -webkit-transform: translateX(0.125rem);
    transform: translateX(0.125rem);
  }

  100% {
    -webkit-transform: translateX(-0.125rem);
    transform: translateX(-0.125rem);
  }
}

@keyframes download-shake {
  0% {
    -webkit-transform: translateX(-0.125rem);
    transform: translateX(-0.125rem);
  }

  50% {
    -webkit-transform: translateX(0.125rem);
    transform: translateX(0.125rem);
  }

  100% {
    -webkit-transform: translateX(-0.125rem);
    transform: translateX(-0.125rem);
  }
}

@-webkit-keyframes gangs-switch {
  0% {
    -webkit-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
  }

  50% {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
  }
}

@keyframes gangs-switch {
  0% {
    -webkit-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
  }

  50% {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
  }
}

@-webkit-keyframes title-anima {
  0% {
    -webkit-transform: translateZ(-50rem);
    transform: translateZ(-50rem);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes title-anima {
  0% {
    -webkit-transform: translateZ(-50rem);
    transform: translateZ(-50rem);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes cloud-anima {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  100% {
    -webkit-transform: translateZ(25rem);
    transform: translateZ(25rem);
  }
}

@keyframes cloud-anima {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  100% {
    -webkit-transform: translateZ(25rem);
    transform: translateZ(25rem);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes download-up {
  0% {
    -webkit-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes download-up {
  0% {
    -webkit-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes top-down {
  0% {
    -webkit-transform: translateY(-2rem);
    transform: translateY(-2rem);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes top-down {
  0% {
    -webkit-transform: translateY(-2rem);
    transform: translateY(-2rem);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes figure-anima {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes figure-anima {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}