/*!statics/css/lib/swiper.css*/
.swiper-container {
  margin: 0 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(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 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-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.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: 10px;
  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: 10px;
  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: 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.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: 0;
  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 {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -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-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  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, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 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, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 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, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 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, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.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;
}
.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-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  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);
  }
}
/*!statics/css/lib/googleapis.font.roboto.css*/
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'),
    url(http://fonts.gstatic.com/s/roboto/v15/ty9dfvLAziwdqQ2dHoyjphTbgVql8nDJpwnrE27mub0.woff2)
      format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'),
    url(http://fonts.gstatic.com/s/roboto/v15/frNV30OaYdlFRtH2VnZZdhTbgVql8nDJpwnrE27mub0.woff2)
      format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'),
    url(http://fonts.gstatic.com/s/roboto/v15/gwVJDERN2Amz39wrSoZ7FxTbgVql8nDJpwnrE27mub0.woff2)
      format('woff2');
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'),
    url(http://fonts.gstatic.com/s/roboto/v15/aZMswpodYeVhtRvuABJWvBTbgVql8nDJpwnrE27mub0.woff2)
      format('woff2');
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'),
    url(http://fonts.gstatic.com/s/roboto/v15/VvXUGKZXbHtX_S_VCTLpGhTbgVql8nDJpwnrE27mub0.woff2)
      format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'),
    url(http://fonts.gstatic.com/s/roboto/v15/e7MeVAyvogMqFwwl61PKhBTbgVql8nDJpwnrE27mub0.woff2)
      format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'),
    url(http://fonts.gstatic.com/s/roboto/v15/2tsd397wLxj96qwHyNIkxPesZW2xOQ-xsNqO47m55DA.woff2)
      format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'),
    url(http://fonts.gstatic.com/s/roboto/v15/0eC6fl06luXEYWpBSJvXCBJtnKITppOI_IvcXXDNrsc.woff2)
      format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'),
    url(http://fonts.gstatic.com/s/roboto/v15/Fl4y0QdOxyyTHEGMXX8kcRJtnKITppOI_IvcXXDNrsc.woff2)
      format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'),
    url(http://fonts.gstatic.com/s/roboto/v15/-L14Jk06m6pUHB-5mXQQnRJtnKITppOI_IvcXXDNrsc.woff2)
      format('woff2');
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'),
    url(http://fonts.gstatic.com/s/roboto/v15/I3S1wsgSg9YCurV6PUkTORJtnKITppOI_IvcXXDNrsc.woff2)
      format('woff2');
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'),
    url(http://fonts.gstatic.com/s/roboto/v15/NYDWBdD4gIq26G5XYbHsFBJtnKITppOI_IvcXXDNrsc.woff2)
      format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'),
    url(http://fonts.gstatic.com/s/roboto/v15/Pru33qjShpZSmG3z6VYwnRJtnKITppOI_IvcXXDNrsc.woff2)
      format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'),
    url(http://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2)
      format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
    url(http://fonts.gstatic.com/s/roboto/v15/ek4gzZ-GeXAPcSbHtCeQI_esZW2xOQ-xsNqO47m55DA.woff2)
      format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
    url(http://fonts.gstatic.com/s/roboto/v15/mErvLBYg_cXG3rLvUsKT_fesZW2xOQ-xsNqO47m55DA.woff2)
      format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
    url(http://fonts.gstatic.com/s/roboto/v15/-2n2p-_Y08sg57CNWQfKNvesZW2xOQ-xsNqO47m55DA.woff2)
      format('woff2');
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
    url(http://fonts.gstatic.com/s/roboto/v15/u0TOpm082MNkS5K0Q4rhqvesZW2xOQ-xsNqO47m55DA.woff2)
      format('woff2');
  unicode-range: U+0370-03FF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
    url(http://fonts.gstatic.com/s/roboto/v15/NdF9MtnOpLzo-noMoG0miPesZW2xOQ-xsNqO47m55DA.woff2)
      format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
    url(http://fonts.gstatic.com/s/roboto/v15/Fcx7Wwv8OzT71A3E1XOAjvesZW2xOQ-xsNqO47m55DA.woff2)
      format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
    url(http://fonts.gstatic.com/s/roboto/v15/CWB0XYA8bzo0kSThX0UTuA.woff2)
      format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/*!statics/css/index.less*/
html,
body {
  position: relative;
  height: 100%;
}
body {
  width: 100%;
  min-width: 320px;
  min-height: 480px;
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: Roboto, 'Droid Sans', 'Myriad Set Pro', 'Lucida Grande',
    'Helvetica Neue', Helvetica, 'Microsoft YaHei', STXIHEI, Arial, sans-serif;
  font-weight: 400;
  color: #444;
}
a,
img,
ul {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  outline: 0;
  text-decoration: none;
  border: 0;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 24px;
}
h1,
h2,
h3,
.swiper-slide .info p {
  font-weight: 100;
}
.banner .info p {
  font-weight: 300;
}
.users-choose-apus div h4,
.launcher-des div h4,
.browser-des div h4,
.theme-and-wallpaper .theme-wallpaper-des div h4,
.support-layer div a h4,
.faq-layer div h4,
.hot-news-layer h4,
.news-events h4,
.contact-layer div h4,
.video-tutorial-layer .video-layer h4,
.sitemap-layer .the-url div ul h4,
.pp-content-layer h4,
.tou-content-layer h4,
.resume-delivery-to-us h4,
.ju-content-layer ul h4,
.ju-content-layer ul li b,
.testimonials-layer div p b {
  font-weight: 400;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
::-webkit-selection {
  background: #d7d7d7;
  color: #444;
}
::-moz-selection {
  background: #d7d7d7;
  color: #444;
}
::-ms-selection {
  background: #d7d7d7;
  color: #444;
}
::-o-selection {
  background: #d7d7d7;
  color: #444;
}
::selection {
  background: #d7d7d7;
  color: #444;
}
.clear {
  clear: both;
}
.menu a,
.youtube-video-computer,
.family-wrapper ul li a,
.download-learn-more a.btn-download-apus,
.download-learn-more a.btn-qr-code,
.download-learn-more a.btn-learn-more,
.download-learn-more a.btn-download-apk,
.download-watch-video a.btn-download-apus,
.download-watch-video a.btn-qr-code,
.download-watch-video a.btn-watch-video,
.download-watch-video a.btn-download-apk,
.nav .nav-wrapper a.introduction,
.nav .nav-wrapper a.update-log,
.nav .nav-wrapper a.download-apk,
.apus-family a,
.news-reviews span.news ul.news-list a,
.news-reviews div a.more,
.item-launcher .theme-and-wallpaper .tab a,
.item-launcher p a,
.download-watch-video a.btn-availale-on-the-app-store img,
.footer .footer-wrapper .apus-link ul.about li a,
.footer .footer-wrapper .apus-link ul.support li a,
.footer .footer-wrapper .apus-link ul.partners li a,
.footer .footer-wrapper .copyright a,
.ceo-layer div.ceo-talk div a,
.ceo-layer div.ceo-message img.photo {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.main-body {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
  color: #444;
}
.support-layer div a:hover h4,
.sitemap-layer .the-url div a:hover,
.privacy-policy-tab a:hover,
.news-events-content-layer a,
.faq-layer a,
.about-layer a,
.testimonials-layer a,
.contact-layer a,
.video-tutorial-layer p a,
.promotion-policy-layer a,
.pp-content-layer a,
.tou-content-layer a,
.news-events-content-layer .more-reports a:hover {
  color: #6b63e1;
}
.bottom-line {
  background: url(http://images.apusapps.com/src/line.png) repeat-x left bottom;
  background-size: 100% 1px;
}
/*!components/common/menu/menu.less*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  text-align: center;
  z-index: 1700;
}
.header .header-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 960px;
  height: 60px;
  z-index: 1;
}
.header .header-wrapper .logo {
  float: left;
  margin: 13px 0;
  position: relative;
  z-index: 112;
}
.header .header-wrapper .header-item-launcher {
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2000000', endColorstr='#b2000000');
}
:root .header .header-wrapper .header-item-launcher {
  -webkit-filter: none\9;
  filter: none\9;
}
.header .header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 0;
}
.btn-show-hide-menu {
  display: none;
}
.show-menu,
.hide-menu,
.show-share,
.hide-share {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
.show-menu {
  background: url(http://images.apusapps.com/src/icon-menu.png) no-repeat center
    center;
}
span.apus-text {
  display: none;
  position: absolute;
  top: 0;
  left: 4%;
  line-height: 46px;
  font-size: 12px;
  color: #535353;
}
.show-share {
  right: 46px;
  background: url(http://images.apusapps.com/src/button-social-share.png)
    no-repeat center center;
}
.hide-menu,
.hide-share {
  background: url(http://images.apusapps.com/src/icon-menu-closed.png) no-repeat
    center center;
}
.hide-share {
  right: 0;
}
.hide_menu,
.hide-share {
  display: none;
}
.menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  *display: inline;
}
.menu li.menu-title {
  display: none;
}
.menu li.nav-family,
.menu li.nav-support {
  display: none;
}
.menu li.nav-family span,
.menu li.nav-support span {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #fff;
}
.menu li.nav-family span {
  padding: 18px 0 0 32px;
}
.menu li.nav-support span {
  padding: 0 0 0 32px;
}
.menu li.nav-family .nav-family-wrapper {
  margin: 0 auto;
  overflow-x: auto;
}
.menu li.nav-family .nav-family-wrapper .family-scroll {
  width: 550px;
}
.menu li.nav-family .nav-family-wrapper a {
  float: left;
  margin: 10px 0;
  padding: 5px 0;
  width: 110px;
  line-height: 17px;
  text-align: center;
  font-size: 11px;
}
.menu li.nav-family .nav-family-wrapper a img {
  display: block;
  margin: 0 auto 5px;
  width: 48px;
}
.menu a {
  padding: 0 15px;
  display: block;
  line-height: 60px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
}
.menu a:hover {
  color: #a6a6a6;
}
.menu .more-link {
  cursor: default;
  background: url(http://images.apusapps.com/src/menu-more-link-drop.png)
    no-repeat 95% 30px;
}
.menu .more-link:hover {
  background: url(http://images.apusapps.com/src/menu-more-link-hover-drop.png)
    no-repeat 95% 30px;
}
.menu .menu .current a {
  color: #fff;
}
.menu.right ul {
  text-align: right;
}
a.last-menu-a {
  padding: 0 0 0 15px;
}
@media screen and (max-width: 600px) {
  .header {
    position: fixed;
    height: 46px;
    background: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2000000', endColorstr='#b2000000');
  }
  :root .header {
    -webkit-filter: none\9;
    filter: none\9;
  }
  .header .header-wrapper {
    height: 46px;
  }
  .header .header-wrapper .logo {
    margin: 10px 0 0 5%;
  }
  .header .header-wrapper .logo img {
    width: 85px;
    height: auto;
  }
  .header .header-bg {
    display: none;
  }
  .btn-show-hide-menu {
    display: block;
  }
  .show-menu,
  .show-share {
    display: block;
  }
  .show-menu,
  .hide-menu,
  .show-share,
  .hide-share {
    width: 46px;
    height: 46px;
  }
  .show-menu {
    background-size: 46px auto;
  }
  .show-share {
    background-size: 40px auto;
  }
  .hide-menu,
  .hide-share {
    background-size: 30px auto;
  }
  .menu {
    position: relative;
    top: 0;
    right: 0;
    min-height: 60px;
  }
  .menu ul {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2000000', endColorstr='#b2000000');
    overflow-x: hidden;
    overflow-y: auto;
  }
  :root .menu ul {
    -webkit-filter: none\9;
    filter: none\9;
  }
  .menu li {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    background: url(http://images.apusapps.com/src/menu-show-line.png) no-repeat
      center bottom;
    background-size: 90% 1px;
  }
  .menu li.menu-title {
    display: block;
    line-height: 50px;
    text-align: left;
    font-size: 13px;
    color: #a6a6a6;
    background: 0 0;
  }
  .menu li.menu-title span {
    padding: 0 0 0 5%;
  }
  .menu a {
    display: block;
    padding: 0 5%;
    line-height: 48px;
    text-align: left;
  }
  .menu ul li.nav-family,
  .menu ul li.nav-support {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .menu li.nav-family span,
  .menu li.nav-support span {
    font-size: 13px;
    color: #a6a6a6;
  }
  .menu ul li a.more-link {
    display: none;
    background: 0 0;
  }
  .nav {
    top: 25px;
  }
  .nav .nav-wrapper {
    margin: 0 15px;
  }
  .nav .nav-wrapper .logo {
    font-size: 13px;
  }
  .nav .nav-wrapper .logo img {
    width: 27px;
    height: 27px;
  }
  .nav .nav-wrapper .flashlight-logo img {
    width: 12px;
  }
  .nav .nav-wrapper a.introduction,
  .nav .nav-wrapper a.update-log {
    display: none;
  }
  .nav .nav-wrapper a.download-apk {
    position: absolute;
    right: 0;
    bottom: 15px;
    padding: 7px 17px;
    font-size: 13px;
  }
  .menu li.mobile-menu-introduction,
  .menu li.mobile-menu-update-log,
  .menu li.mobile-menu-options {
    display: block;
  }
  #mobilewrapper {
    display: block;
  }
}
@media (min-width: 601px) and (max-width: 720px) {
  .header {
    position: fixed;
    height: 46px;
    background: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2000000', endColorstr='#b2000000');
  }
  :root .header {
    -webkit-filter: none\9;
    filter: none\9;
  }
  .header .header-wrapper .logo {
    left: 15px;
    margin: 9px;
    height: 46px;
    background-size: 100% auto;
    background-position: left center;
  }
  .header .header-wrapper .logo img {
    width: 95px;
    height: auto;
  }
  .header .header-bg {
    display: none;
  }
  .btn-show-hide-menu {
    display: block;
  }
  .show-menu {
    display: block;
    background-size: 46px auto;
  }
  .show-share {
    display: block;
    background-size: 40px auto;
  }
  .show-menu,
  .hide-menu,
  .show-share,
  .hide-share {
    width: 46px;
    height: 46px;
  }
  .hide-menu,
  .hide-share {
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -9999px;
    background-size: 36px auto;
    overflow: hidden;
    cursor: pointer;
  }
  .menu {
    position: relative;
    top: 0;
    right: 0;
    min-height: 60px;
  }
  .menu ul {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2000000', endColorstr='#b2000000');
    overflow-x: hidden;
    overflow-y: auto;
  }
  :root .menu ul {
    -webkit-filter: none\9;
    filter: none\9;
  }
  .menu a {
    display: block;
    padding: 0 5%;
    line-height: 48px;
    text-align: left;
  }
  .menu ul li {
    display: block;
    width: 100%;
    background: url(http://images.apusapps.com/src/menu-show-line.png) no-repeat
      center bottom;
    background-size: 90% 1px;
  }
  .menu li.menu-title {
    display: block;
    line-height: 50px;
    text-align: left;
    font-size: 13px;
    color: #a6a6a6;
    background: 0 0;
  }
  .menu li.menu-title span {
    padding: 0 0 0 5%;
  }
  .menu li.nav-family,
  .menu li.nav-support {
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .menu li.nav-family span,
  .menu li.nav-support span {
    font-size: 13px;
    color: #a6a6a6;
  }
  .menu li a.more-link {
    display: none;
    background: 0 0;
  }
  .nav {
    top: 25px;
  }
  .nav .nav-wrapper {
    margin: 0 15px;
  }
  .nav .nav-wrapper .logo {
    font-size: 15px;
  }
  .nav .nav-wrapper .logo img {
    width: 31px;
    height: 31px;
  }
  .nav .nav-wrapper .flashlight-logo img {
    width: auto;
  }
  .nav .nav-wrapper a.introduction,
  .nav .nav-wrapper a.update-log {
    display: none;
  }
  .nav .nav-wrapper a.download-apk {
    position: absolute;
    right: 0;
    bottom: 15px;
    padding: 7px 17px;
    font-size: 13px;
  }
  .menu li.mobile-menu-introduction,
  .menu li.mobile-menu-update-log,
  .menu li.mobile-menu-options {
    display: block;
  }
  #mobilewrapper {
    display: block;
  }
}
@media (min-width: 721px) and (max-width: 959px) {
  .header .header-wrapper .logo {
    margin: 9px;
  }
  .header .header-bg {
    display: block;
  }
  .btn-show-hide-menu {
    display: none;
  }
  .menu {
    position: absolute;
    top: 0;
    right: 15px;
  }
  .menu ul {
    display: block;
  }
  .menu li.menu-title {
    display: none;
  }
  .family-wrapper ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0;
    width: 130px;
  }
  .family-wrapper ul li a {
    font-size: 12px;
  }
  .menu li.mobile-menu-introduction,
  .menu li.mobile-menu-update-log,
  .menu li.mobile-menu-options {
    display: none;
  }
  .nav .nav-wrapper {
    margin: 0 15px;
  }
  .share-layer {
    right: 5%;
    bottom: 253px;
  }
}
/*!components/common/family/family.less*/
.family-wrapper {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  padding: 15px 0 35px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2000000', endColorstr='#b2000000');
}
:root .family-wrapper {
  -webkit-filter: none\9;
  filter: none\9;
}
.family-wrapper ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
  width: 170px;
}
.family-wrapper ul li a {
  display: block;
  padding: 0 0 10px;
  font-size: 14px;
  color: #fff;
}
.family-wrapper ul li a:hover {
  color: #a6a6a6;
}
.family-wrapper ul li b {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
  background-size: 80px 80px;
}
.family-wrapper ul li b.user-system {
  background-image: url(https://thumbor.apusapps.com/imageView2/cloud/a1d8c20f/apusapps/2021-12/icon-apus-launcher.png);
}
.family-wrapper ul li b.browser-turbo {
  background-image: url(http://images.apusapps.com/src/icon-apus-browser-turbo.png);
}
.family-wrapper ul li b.browser {
  background-image: url(https://thumbor.apuscn.com/imageView2/cloud/a1d8c20f/apusapps/2021-12/icon-apus-browser.png);
}
.family-wrapper ul li b.katoo {
  background-image: url(https://thumbor.apuscn.com/imageView2/cloud/a1d8c20f/apusapps/2021-12/icon-apus-katoo.png);
}
.family-wrapper ul li b.cutcut {
  background-image: url(https://thumbor.apuscn.com/imageView2/cloud/a1d8c20f/apusapps/2021-12/icon-apus-cutcut.png);
}
.family-wrapper ul li b.SwapperAI {
  background-image: url(https://thumbor.apuscn.com/imageView2/cloud/a1d8c20f/apusapps/2021-12/icon-apus-swapperai.webp);
}
.family-wrapper ul li b.booster {
  background-image: url(https://thumbor.apuscn.com/imageView2/cloud/a1d8c20f/apusapps/2021-12/icon-apus-booster+.png);
}
.family-wrapper ul li b.message-center {
  background-image: url(http://images.apusapps.com/src/icon-apus-message-center.png);
}
.family-wrapper ul li b.flashlight {
  background-image: url(http://images.apusapps.com/src/icon-apus-flashlight.png);
}
.family-wrapper ul li b.addons {
  background-image: url(http://images.apusapps.com/src/icon-addons.png);
}
.family-wrapper ul li b.apus-camera {
  background-image: url(https://thumbor.apusapps.com/imageView2/minio-activity/cut-cut/logo-large.fb08d401.png);
}
.family-wrapper ul li b.security-elite {
  background-image: url(https://thumbor.apuscn.com/imageView2/cloud/a1d8c20f/apusapps/2021-12/safe-logo.png);
}
.ie8 .family-wrapper,
.ie9 .family-wrapper {
  position: absolute;
  top: 60px;
}
.ie7 .family-wrapper,
.ie8 .family-wrapper {
  padding: 0 0 35px;
}
.ie7 .family-wrapper ul,
.ie8 .family-wrapper ul {
  padding: 15px 0 0;
}
.ie7 .family-wrapper li b,
.ie8 .family-wrapper li b {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
  background-size: 80px 80px;
}
.ie7 .family-wrapper li b.user-system,
.ie8 .family-wrapper li b.user-system {
  background: 0 0;
  background-size: 100% auto;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://thumbor.apusapps.com/imageView2/cloud/a1d8c20f/apusapps/2021-12/icon-apus-launcher.png', sizingMethod='scale');
}
.ie7 .family-wrapper li b.browser-turbo,
.ie8 .family-wrapper li b.browser-turbo {
  background: 0 0;
  background-size: 100% auto;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.apusapps.com/src/icon-apus-browser-turbo.png', sizingMethod='scale');
}
.ie7 .family-wrapper li b.browser,
.ie8 .family-wrapper li b.browser {
  background: 0 0;
  background-size: 100% auto;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://thumbor.apuscn.com/imageView2/cloud/a1d8c20f/apusapps/2021-12/icon-apus-browser.png', sizingMethod='scale');
}
.ie7 .family-wrapper li b.katoo,
.ie8 .family-wrapper li b.katoo {
  background: 0 0;
  background-size: 100% auto;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://thumbor.apuscn.com/imageView2/cloud/a1d8c20f/apusapps/2021-12/icon-apus-katoo.png', sizingMethod='scale');
}
.ie7 .family-wrapper li b.cutcut,
.ie8 .family-wrapper li b.cutcut {
  background: 0 0;
  background-size: 100% auto;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://thumbor.apuscn.com/imageView2/cloud/a1d8c20f/apusapps/2021-12/icon-apus-cutcut.png', sizingMethod='scale');
}
.ie7 .family-wrapper li b.booster,
.ie8 .family-wrapper li b.booster {
  background: 0 0;
  background-size: 100% auto;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://thumbor.apuscn.com/imageView2/cloud/a1d8c20f/apusapps/2021-12/icon-apus-booster+.png', sizingMethod='scale');
}
.ie7 .family-wrapper li b.message-center,
.ie8 .family-wrapper li b.message-center {
  background: 0 0;
  background-size: 100% auto;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.apusapps.com/src/icon-apus-message-center.png', sizingMethod='scale');
}
.ie7 .family-wrapper li b.flashlight,
.ie8 .family-wrapper li b.flashlight {
  background: 0 0;
  background-size: 100% auto;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.apusapps.com/src/icon-apus-flashlight.png', sizingMethod='scale');
}
.ie7 .family-wrapper li b.addons,
.ie8 .family-wrapper li b.addons {
  background: 0 0;
  background-size: 100% auto;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.apusapps.com/src/icon-addons.png', sizingMethod='scale');
}
.ie7 .family-wrapper li b.apus-camera,
.ie8 .family-wrapper li b.apus-camera {
  background: 0 0;
  background-size: 100% auto;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.apusapps.com/src/icon-apus-camera.png', sizingMethod='scale');
}
.ie7 .family-wrapper li b.security-elite,
.ie8 .family-wrapper li b.security-elite {
  background: 0 0;
  background-size: 100% auto;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://thumbor.apuscn.com/imageView2/cloud/a1d8c20f/apusapps/2021-12/safe-logo.png', sizingMethod='scale');
}
.scroller-layer b {
  display: block;
  margin: 0 auto;
  width: 55px;
  height: 55px;
  margin-bottom: 15px;
  background-size: 55px;
}
.scroller-layer b.user-system {
  background-image: url(https://thumbor.apusapps.com/imageView2/cloud/a1d8c20f/apusapps/2021-12/icon-apus-launcher.png);
}
.scroller-layer b.browser-turbo {
  background-image: url(http://images.apusapps.com/src/icon-apus-browser-turbo.png);
}
.scroller-layer b.browser {
  background-image: url(https://thumbor.apuscn.com/imageView2/cloud/a1d8c20f/apusapps/2021-12/icon-apus-browser.png);
}
.scroller-layer b.booster {
  background-image: url(https://thumbor.apuscn.com/imageView2/cloud/a1d8c20f/apusapps/2021-12/icon-apus-booster+.png);
}
.scroller-layer b.katoo {
  background-image: url(https://thumbor.apuscn.com/imageView2/cloud/a1d8c20f/apusapps/2021-12/icon-apus-katoo.png);
}
.scroller-layer b.cutcut {
  background-image: url(https://thumbor.apuscn.com/imageView2/cloud/a1d8c20f/apusapps/2021-12/icon-apus-cutcut.png);
}
.scroller-layer b.message-center {
  background-image: url(http://images.apusapps.com/src/icon-apus-message-center.png);
}
.scroller-layer b.flashlight {
  background-image: url(http://images.apusapps.com/src/icon-apus-flashlight.png);
}
.scroller-layer b.addons {
  background-image: url(http://images.apusapps.com/src/icon-addons.png);
}
.scroller-layer b.apus-camera {
  background-image: url(https://thumbor.apusapps.com/imageView2/minio-activity/cut-cut/logo-large.fb08d401.png);
  width: 50px;
  height: 50px;
  background-size: contain;
  margin-top: 4px;
}
.scroller-layer b.security-elite {
  background-image: url(https://thumbor.apuscn.com/imageView2/cloud/a1d8c20f/apusapps/2021-12/safe-logo.png);
}
/*!components/common/about-banner/about-banner.less*/
.about-wrapper {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  padding: 15px 0 35px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2000000', endColorstr='#b2000000');
}
:root .about-wrapper {
  -webkit-filter: none\9;
  filter: none\9;
}
.ie8 .about-wrapper,
.ie9 .about-wrapper {
  position: absolute;
  top: 60px;
}
.ie7 .about-wrapper,
.ie8 .about-wrapper {
  padding: 0 0 35px;
}
.ie7 .about-wrapper ul,
.ie8 .about-wrapper ul {
  padding: 15px 0 0;
}
.about-wrapper ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
  width: 170px;
}
.about-wrapper ul li b {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
  background-size: 80px 80px;
}
.about-wrapper ul li b.about {
  background: url(http://images.apusapps.com/src/icon-about.png) no-repeat;
}
.about-wrapper ul li b.ceo-note {
  background: url(http://images.apusapps.com/src/icon-ceo-note.png) no-repeat;
}
.about-wrapper ul li b.event {
  background: url(http://images.apusapps.com/src/icon-news.png) no-repeat;
}
.about-wrapper ul li b.contcat {
  background: url(http://images.apusapps.com/src/icon-contacts.png) no-repeat;
}
.about-wrapper ul li b.join {
  background: url(http://images.apusapps.com/src/icon-jobs.png) no-repeat;
}
.about-wrapper ul li b.datisers {
  background: url(http://images.apusapps.com/src/icon-advertisers.png) no-repeat;
}
.about-wrapper ul li b.testimonials {
  background: url(http://images.apusapps.com/src/icon-testimonials.png)
    no-repeat;
}
.about-wrapper ul li a {
  display: block;
  padding: 0 0 10px;
  font-size: 14px;
  color: #fff;
}
.about-wrapper ul li a:hover {
  color: #a6a6a6;
}
/*!components/common/media-banner/media-banner.less*/
.media-wrapper {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  padding: 15px 0 35px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2000000', endColorstr='#b2000000');
}
:root .media-wrapper {
  -webkit-filter: none\9;
  filter: none\9;
}
.ie8 .media-wrapper,
.ie9 .media-wrapper {
  position: absolute;
  top: 60px;
}
.ie7 .media-wrapper,
.ie8 .media-wrapper {
  padding: 0 0 35px;
}
.ie7 .media-wrapper ul,
.ie8 .media-wrapper ul {
  padding: 15px 0 0;
}
.media-wrapper ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
  width: 170px;
}
.media-wrapper ul li b {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  background-size: 80px 80px;
}
.media-wrapper ul li b.news {
  background: url(http://images.apusapps.com/src/icon-news.png) no-repeat;
}
.media-wrapper ul li b.press {
  background: url(http://images.apusapps.com/src/icon-press.png) no-repeat;
}
.media-wrapper ul li b.media-faq {
  background: url(http://images.apusapps.com/src/icon-media-faq.png) no-repeat;
}
.media-wrapper ul li b.social-stream {
  background: url(http://images.apusapps.com/src/icon-social-media.png)
    no-repeat;
}
.media-wrapper ul li b.blog {
  background: url(http://images.apusapps.com/src/icon-blog.png) no-repeat;
}
.media-wrapper ul li a {
  display: block;
  padding: 0 0 10px;
  font-size: 14px;
  color: #fff;
}
.media-wrapper ul li a:hover {
  color: #a6a6a6;
}
/*!components/common/menu/mobile_menu.less*/
#mobilewrapper {
  position: fixed;
  top: 0;
  left: 170%;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2000000', endColorstr='#f2000000');
  overflow: auto;
  z-index: 1700;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
:root #mobilewrapper {
  -webkit-filter: none\9;
  filter: none\9;
}
#mobilewrapper .scroller {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding: 0;
  z-index: 1;
}
#mobilewrapper .scroller ul {
  list-style: none;
  padding: 0;
  margin: 0 5%;
  width: 90%;
  text-align: left;
}
#mobilewrapper .scroller ul li {
  padding: 0;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#mobilewrapper .scroller ul li span {
  font-size: 12px;
  color: #535353;
}
#mobilewrapper .scroller ul li a {
  display: block;
  width: 100%;
  font-size: 13px;
  color: #fff;
}
#mobilewrapper .scroller ul li a:hover {
  color: #a6a6a6;
}
#mobilewrapper .scroller ul li .mobile-menu-apus-family {
  width: 100%;
  overflow: auto;
}
#mobilewrapper .scroller ul li .mobile-menu-apus-family .scroller-layer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0;
  z-index: 1;
}
#mobilewrapper .scroller ul li .mobile-menu-apus-family .scroller-layer a {
  margin: 0;
  width: 90px;
  text-align: center;
  font-size: 12px;
}
#mobilewrapper .scroller ul li .mobile-menu-apus-family .scroller-layer a img {
  margin: 0 auto;
  display: block;
  width: 55px;
  pointer-events: none;
}
#mobilewrapper .scroller ul li:last-of-type,
#mobilewrapper .scroller ul li.none-border {
  border: 0;
}
#mobilewrapper .scroller ul li.mobile-menu-title {
  margin: 15px 0 0;
}
#mobilewrapper .scroller ul li.mobile-menu-apus-family-li {
  height: auto;
}
.hide-menu-layer {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 45px;
  width: 45px;
  background: url(http://images.apusapps.com/src/icon-menu-closed.png) no-repeat
    center;
  background-size: 30px auto;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1717;
}
.hide-menu-layer:hover {
  background: url(http://images.apusapps.com/src/icon-menu-closed.png) no-repeat
    center rgba(255, 255, 255, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19ffffff', endColorstr='#19ffffff');
  background-size: 30px auto;
}
:root .hide-menu-layer:hover {
  -webkit-filter: none\9;
  filter: none\9;
}
img.apus-logo-mobile {
  margin: 10px 0 0;
  width: 85px;
}
/*!components/common/banner/banner.less*/
.swiper-container {
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
}
.swiper-container .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-container .swiper-pagination-bullet {
  border: 1px solid #fff;
}
#prev,
#next {
  width: 44px;
  border-radius: 50%;
  display: none;
}
#next {
  background: url(http://images.apusapps.com/src/20170118182107988ebd22f1.png)
    center no-repeat;
  background-size: cover;
}
#prev {
  background: url(http://images.apusapps.com/src/201701181821083a25e58bc1.png)
    center no-repeat;
  background-size: cover;
}
.swiper-slide {
  background-color: #ddd;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide .info {
  position: absolute;
  bottom: 100px;
  left: 10%;
  width: 80%;
}
.swiper-slide .info h1 {
  margin: 0;
  padding: 0;
}
.swiper-slide .info p {
  margin: 0;
  padding: 10px 0 30px;
  font-size: 24px;
}
.banner-launcher {
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  background-size: cover;
}
.banner-launcher .price {
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
}
.ie7 .banner-launcher,
.ie8 .banner-launcher {
  background: no-repeat center top;
  background-size: 100% auto;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://images.apusapps.com/src/banner-apus-launcher.jpg', sizingMethod='scale');
}
img.banner-img-launcher {
  display: none;
}
.download-learn-more {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.download-learn-more a.btn-download-apus,
.download-learn-more a.btn-download-apk,
.download-learn-more a.btn-qr-code,
.download-learn-more a.btn-learn-more {
  float: left;
}
.download-learn-more a.btn-download-apk {
  margin: 0 0 0 10px;
  padding: 0 15px 0 30px;
  line-height: 50px;
  border-radius: 2px 0 0 2px;
  font-size: 16px;
  color: #fff;
  height: 50px;
  background: #000;
}
.download-learn-more a.btn-download-apk img {
  margin: -5px 10px 0 0;
  width: 14px;
  vertical-align: middle;
}
.download-learn-more a.btn-download-apk:hover {
  background: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#cc000000');
}
:root .download-learn-more a.btn-download-apk:hover {
  -webkit-filter: none\9;
  filter: none\9;
}
.download-learn-more a.btn-download-apus {
  overflow: hidden;
  width: 168px;
  height: 50px;
  border-radius: 2px;
}
.download-learn-more a.btn-download-apus:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.download-learn-more a.btn-download-apus img {
  display: block;
  width: 100%;
}
.download-learn-more a.btn-qr-code {
  margin: 0;
  width: 50px;
  border-radius: 0 2px 2px 0;
  background: url(http://images.apusapps.com/src/qr-drop.png) no-repeat center
    #000;
  text-indent: -9999px;
  overflow: hidden;
  height: 50px;
  border-left: solid 1px rgba(255, 255, 255, 0.1);
  *border-left: solid 1px #191919;
}
.download-learn-more a.btn-qr-code:hover {
  background: url(http://images.apusapps.com/src/qr-drop.png) no-repeat center
    rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#cc000000');
}
:root .download-learn-more a.btn-qr-code:hover {
  -webkit-filter: none\9;
  filter: none\9;
}
.download-learn-more a.btn-learn-more {
  margin: 0 10px;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  border-radius: 2px;
  background: #6b63e1;
  font-size: 18px;
  color: #fff;
}
.download-learn-more a.btn-learn-more:hover {
  background: #7a73e4;
}
.download-learn-more a.btn-learn-more img {
  margin: -5px 10px 0 0;
  width: 14px;
  vertical-align: middle;
}
.download-learn-more a.other-more {
  margin: 0 10px 0 0;
  padding: 0 28px;
  height: 47px;
  line-height: 48px;
  border: solid 1px #fff;
  border-radius: 2px;
  background: 0 0;
  font-size: 18px;
  color: #fff;
}
.download-learn-more a.other-more:hover {
  background: rgba(255, 255, 255, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19ffffff', endColorstr='#19ffffff');
}
:root .download-learn-more a.other-more:hover {
  -webkit-filter: none\9;
  filter: none\9;
}
a.youtube-video-computer {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -105px;
  margin-left: -65px;
  width: 130px;
  height: 130px;
  text-indent: -9999px;
  background: url(http://images.apusapps.com/src/play-drop.png) no-repeat center
    center;
}
a.youtube-video-computer:hover {
  background: url(http://images.apusapps.com/src/play-drop-hover.png) no-repeat
    center center;
}
a.youtube-video-mobile {
  margin: 0 auto 20px;
  display: block;
  width: 70px;
  height: 70px;
  text-indent: -9999px;
  background: url(http://images.apusapps.com/src/play-drop.png) no-repeat center
    center;
  background-size: 70px auto;
}
a.youtube-video-mobile:hover {
  background: url(http://images.apusapps.com/src/play-drop-hover.png) no-repeat
    center center;
  background-size: 70px auto;
}
a.youtube-video-mobile,
img.youtube-video-hover {
  display: none;
}
#BannerOther {
  color: #fff;
}
.km-layer {
  margin-top: 20px;
}
.km-layer a.know-more {
  padding-right: 15px;
  background: url(http://images.apusapps.com/src/right-arrow.png) no-repeat
    right 5px;
  background-size: 6px auto;
  color: #fff;
}
.enjoy {
  margin: 0 0 20px;
}
.enjoy a.share {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-size: 6px auto;
  font-size: 16px;
  color: #fff;
  margin: 3px 20px;
  padding-left: 30px;
}
.enjoy a.share:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  color: #ddd;
}
.enjoy a.fb {
  background: url(http://images.apusapps.com/src/btn-share-facebook.png)
    no-repeat;
  background-size: contain;
}
.enjoy a.blog {
  background: url(http://images.apusapps.com/src/btn-share-apus.png) no-repeat;
  background-size: contain;
}
.btn-activity-participate,
.btn-activity-video {
  margin: 0 2px 0 3px;
  padding: 15px 30px;
  height: 50px;
  line-height: 50px;
  border-radius: 2px;
  background: #6b63e1;
  font-size: 16px;
  color: #fff;
}
.btn-activity-participate:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.btn-activity-participate img {
  margin: -5px 7px 0 0;
  vertical-align: middle;
  width: 15px;
}
.btn-activity-video {
  border: solid 1px #fff;
  background: 0 0;
  background-size: 15px auto;
}
.btn-activity-video:hover {
  background: rgba(255, 255, 255, 0.1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19ffffff', endColorstr='#19ffffff');
}
:root .btn-activity-video:hover {
  -webkit-filter: none\9;
  filter: none\9;
}
.btn-activity-video img {
  margin: -4px 10px 0 0;
  vertical-align: middle;
}
img.slogan-img {
  margin: 0 auto 50px;
  max-width: 320px;
}
@media screen and (max-width: 600px) {
  .swiper-slide .info {
    bottom: 50px;
  }
  .download-learn-more a.btn-learn-more img {
    margin: -4px 10px 0 0;
    vertical-align: middle;
  }
  a.youtube-video-computer {
    display: none;
  }
  a.youtube-video-mobile {
    display: block;
  }
  img.slogan-img {
    margin: 0 auto 60px;
    max-width: 270px;
  }
  .btn-activity-participate img {
    margin: -5px 5px 0 0;
    vertical-align: middle;
    width: 12px;
  }
  .enjoy {
    margin: 20px 0 0;
  }
  .enjoy a.share {
    font-size: 14px;
    margin: 0 15px;
  }
}
@media screen and (max-width: 320px) {
  img.slogan-img {
    margin: 0 auto 20px;
    max-width: 200px;
  }
  .enjoy {
    margin: 0;
  }
  .enjoy a.share {
    font-size: 14px;
    margin: 0 15px;
  }
}
@media screen and (orientation: landscape) and (max-width: 721px) {
  a.youtube-video-mobile {
    margin: 10px auto 0;
    display: block;
  }
  a.youtube-video-computer {
    display: none;
  }
  .swiper-slide .info {
    bottom: 35px;
  }
  .swiper-slide .info p {
    padding: 10px 0 10px !important;
  }
  .download-learn-more {
    width: auto !important;
  }
  .download-learn-more a.btn-download-apk {
    margin: 0 0 0 10px !important;
    height: 43px !important;
    line-height: 43px !important;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .download-learn-more a.btn-download-apus {
    width: 145px !important;
    height: 43px !important;
  }
  .km-layer {
    padding: 0 !important;
    margin: 0 !important;
  }
  .enjoy {
    margin: 0 0 10px !important;
  }
}
