@charset "UTF-8"; /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
select,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

i,
em {
  font-style: normal;
}

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

fieldset,
img {
  border: 0;
  vertical-align: middle;
}

li {
  list-style: none;
}

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

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}

input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #333;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  line-height: 1.5;
  font-size: 14px;
  overflow-x: auto;
  overflow-y: scroll;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #333;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.clear {
  clear: both;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  zoom: 1;
}

* + html .clearfix {
  zoom: 1;
}

.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.block {
  display: block;
  float: none !important;
}

.hide {
  display: none;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.tl {
  text-align: left !important;
}

.tc {
  text-align: center !important;
}

.tr {
  text-align: right !important;
}

body {
  -moz-animation: body-ani 3s;
  -o-animation: body-ani 3s;
  -webkit-animation: body-ani 3s;
  animation: body-ani 3s;
}

@-moz-keyframes body-ani {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes body-ani {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes body-ani {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
}

.wrapper:before,
.wrapper:after {
  content: "";
  display: table;
}

.wrapper:after {
  clear: both;
}

@font-face {
  font-family: "iconfont";
  src: url("iconfont/iconfont.eot");
  src: url("iconfont/iconfont.eot?#iefix") format("embedded-opentype"),
    url("iconfont/iconfont.woff") format("woff"),
    url("iconfont/iconfont.ttf") format("truetype"),
    url("iconfont/iconfont.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
}

.ripple {
  position: relative;
  overflow: hidden;
}

.ripple:after {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  display: block;
  position: absolute;
  border-radius: 50%;
  padding-top: 240%;
  padding-left: 240%;
  margin-top: -120%;
  margin-left: -120%;
  opacity: 0;
  transition: all 1s;
}

.ripple:active:after {
  padding-top: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  opacity: 1;
  transition: 0s;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  padding: 1vw 10% 0.4vw 10%;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header.fixed {
  background: #d5333e;
  background: -moz-linear-gradient(21deg, #f83849, #fd614c);
  background: -webkit-linear-gradient(21deg, #f83849, #fd614c);
  background: linear-gradient(21deg, #f83849, #fd614c);
}

.header .inner {
  position: relative;
}

.header .logo {
  width: 220px;
  float: left;
  line-height: 40px;
  margin-top: -2px;
  overflow: hidden;
}

.header .logo img {
  vertical-align: middle;
  width: 100%;
}

.header #menu {
  *zoom: 1;
  float: right;
}

.header #menu:before,
.header #menu:after {
  content: "";
  display: table;
}

.header #menu:after {
  clear: both;
}

.header #menu li {
  float: left;
  position: relative;
  margin: 0 1.2vw;
  font-size: 16px;
}

.header #menu li:after {
  content: "";
  width: 0;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -2px;
  -moz-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.header #menu li a {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #fff;
}

.header #menu li:hover:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  border-radius: 2px;
}

.header #menu li:hover .menu-sub {
  visibility: visible;
  transform: translateY(0);
  opacity: 100;
}

.header #menu li .menu-sub {
  position: absolute;
  top: 60px;
  margin-left: -30px;
  z-index: 999;
  background: #fff;
  width: 150px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 0;
  visibility: hidden;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transform: translateY(20%);
  opacity: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.header #menu li .menu-sub .item {
  margin: 0 20px;
  border-bottom: solid 1px #eee;
}

.header #menu li .menu-sub .item a {
  display: block;
  color: #666;
  padding: 0 10px;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
}

.header #menu li .menu-sub .item a:hover {
  color: #e22a3a;
}

.header #menu li.active {
  color: #fff;
}

.header #menu li.active:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  border-radius: 2px;
}

@media screen and (max-width: 1024px) {
  .header {
    padding-left: 0;
    padding-right: 2%;
  }

  .header .logo {
    width: 190px;
  }

  .header #menu li {
    font-size: 16px;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
  }
}

@media screen and (max-width: 768px) {
  .header {
    padding-left: 0;
    padding-right: 2%;
  }

  .header .logo {
    width: 150px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .header .logo img {
    height: 26px;
  }

  .header #menu li {
    font-size: 16px;
    margin-left: 2vw;
    margin-right: 2vw;
    font-size: 14px;
  }
}

.mod-foot {
  color: #fff;
  position: relative;
  background: #b0020c;
}

.mod-foot .mod-foot-top {
  width: 100%;
  height: 121px;
  background: url(./../img/foot-bg.png) #f8f8f8 no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.foot_list {
  padding: 160px 10% 0;
}
.foot_list {
  display: flex;
  display: -webkit-flex;
}
.foot_list > * {
  -webkit-flex: 1;
  flex: 1;
}

.foot_list > * > *:first-child {
  width: 40px;
}
.mod-foot .hd {
  text-align: center;
}

.mod-foot .hd .title {
  line-height: 1;
  font-size: 48px;
  font-weight: 400;
  margin-top: 30px;
}

.mod-foot .hd .des {
  font-size: 18px;
  margin-top: 40px;
}

.mod-foot .bd {
  text-align: center;
  padding: 0 10%;
}

.mod-foot .ul-contact {
  width: 100%;
  *zoom: 1;
  margin-top: 60px;
}

.mod-foot .ul-contact:before,
.mod-foot .ul-contact:after {
  content: "";
  display: table;
}

.mod-foot .ul-contact:after {
  clear: both;
}

.mod-foot .ul-contact li {
  float: left;
  width: 25%;
  text-align: center;
  padding: 2% 0;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

.mod-foot .ul-contact li:hover {
  margin-top: -6px;
  background-color: rgba(255, 255, 255, 0.2);
}

.mod-foot .ul-contact li > a {
  display: block;
  color: #fff;
}

.mod-foot .ul-contact li > a span {
  display: block;
  font-size: 14px;
  color: #eeeeee;
  padding-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mod-foot .ul-contact li i {
  width: 50px;
  height: 50px;
  display: inline-block;
}

.mod-foot .ul-contact li i.i-skype {
  background: url(./../img/foot-i-skpype.png);
}

.mod-foot .ul-contact li i.i-qq {
  background: url(./../img/foot-i-qq.png);
}

.mod-foot .ul-contact li i.i-tele {
  background: url(./../img/foot-i-tele.png);
}

.mod-foot .ul-contact li i.i-email {
  background: url(./../img/foot-i-email.png);
}

.mod-foot .copy {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 50px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-family: Arial;
}

@media screen and (max-width: 1024px) {
  .mod-foot .bd {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.backtop {
  width: 50px;
  height: 50px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: url(./../img/i-top.png) #142834 no-repeat center center;
  position: fixed;
  z-index: 10002;
  right: 30px;
  bottom: 30px;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.backtop:hover {
  background-color: #ea2947;
}

.popInfo .layui-layer-content {
  overflow: inherit !important;
}

.popInfo .layui-layer-close {
  background: url(./../img/icon-close.png) no-repeat 0 0 !important;
  width: 39px !important;
  height: 39px !important;
  right: -30px !important;
  top: -30px !important;
}

.popInfo .fc-red {
  color: #ff2200;
}

.popInfo .inner {
  background: #fff;
}

.popInfo .inner .hd i {
  width: 100px;
  height: 100px;
  background: url(./../img/i-tz.png);
  position: absolute;
  left: 50%;
  top: -50px;
  margin-left: -50px;
}

.popInfo .inner .hd h3 {
  font-size: 28px;
  text-align: center;
  font-weight: 400;
  padding-top: 40px;
}

.popInfo .inner .bd {
  padding: 20px 30px;
}

.popInfo .inner .bd .ul-item {
  *zoom: 1;
}

.popInfo .inner .bd .ul-item:before,
.popInfo .inner .bd .ul-item:after {
  content: "";
  display: table;
}

.popInfo .inner .bd .ul-item:after {
  clear: both;
}

.popInfo .inner .bd .ul-item li {
  margin-bottom: 10px;
}

.popInfo .inner .bd .ul-item li > a {
  display: block;
  height: 50px;
  background: #eeeeee;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  line-height: 50px;
  padding-left: 30px;
  overflow: hidden;
}

.popInfo .inner .bd .ul-item li > a:hover {
  background: #e2e2e2;
}

.popInfo .inner .bd .ul-item li > a i {
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  margin-right: 20px;
}

.popInfo .inner .bd .ul-item li > a i.icon-skype {
  background: url(./../img/modal-i-skype.png);
}

.popInfo .inner .bd .ul-item li > a i.icon-tele {
  background: url(./../img/modal-i-tele.png);
}

.popInfo .inner .bd .ul-item li > a i.icon-wa {
  background: url(./../img/modal-i-wa.png);
}

.popInfo .inner .bd .ul-item li > a i.icon-qq {
  background: url(./../img/modal-i-qq.png);
}

.popInfo .inner .bd .des {
  line-height: 1.8;
  padding: 20px 0 0;
}

.mod-0 {
  background: url(./../img/section-0-bg.png) white center 0 no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  position: relative;
}

.mod-0 .ele-1 {
  width: 6.97%;
  height: 0;
  padding-bottom: 6.97%;
  background: url(./../img/mod1-ele01.png);
  background-size: cover;
  position: absolute;
  z-index: 1;
  left: -2.76%;
  top: 20%;
  -moz-animation: ani-ele-1 15s infinite;
  -o-animation: ani-ele-1 15s infinite;
  -webkit-animation: ani-ele-1 15s infinite;
  animation: ani-ele-1 15s infinite;
}

@-moz-keyframes ani-ele-1 {
  0% {
    transform: scale(1);
    top: 20%;
  }
  50% {
    transform: scale(0.6);
    top: 25%;
  }
  100% {
    transform: scale(1);
    top: 20%;
  }
}

@-webkit-keyframes ani-ele-1 {
  0% {
    transform: scale(1);
    top: 20%;
  }
  50% {
    transform: scale(0.6);
    top: 25%;
  }
  100% {
    transform: scale(1);
    top: 20%;
  }
}

@keyframes ani-ele-1 {
  0% {
    transform: scale(1);
    top: 20%;
  }
  50% {
    transform: scale(0.6);
    top: 25%;
  }
  100% {
    transform: scale(1);
    top: 20%;
  }
}

.mod-0 .ele-4 {
  width: 23.85%;
  height: 0;
  padding-bottom: 23.85%;
  background: url(./../img/mod1-ele04.png);
  background-size: cover;
  position: absolute;
  z-index: 3;
  left: -12%;
  bottom: -5%;
  -moz-animation: ani-ele-4 60s infinite;
  -o-animation: ani-ele-4 60s infinite;
  -webkit-animation: ani-ele-4 60s infinite;
  animation: ani-ele-4 60s infinite;
}

@-moz-keyframes ani-ele-4 {
  0% {
    left: -12%;
    transform: scale(1);
  }
  50% {
    left: -10%;
    transform: scale(1.6);
  }
  100% {
    left: -12%;
    transform: scale(1);
  }
}

@-webkit-keyframes ani-ele-4 {
  0% {
    left: -12%;
    transform: scale(1);
  }
  50% {
    left: -10%;
    transform: scale(1.6);
  }
  100% {
    left: -12%;
    transform: scale(1);
  }
}

@keyframes ani-ele-4 {
  0% {
    left: -12%;
    transform: scale(1);
  }
  50% {
    left: -10%;
    transform: scale(1.6);
  }
  100% {
    left: -12%;
    transform: scale(1);
  }
}

.mod-0 .ele-5 {
  width: 100%;
  height: 0;
  padding-bottom: 2.35%;
  background: url(./../img/mod1-ele05.png);
  background-size: cover;
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0;
}

.mod-0 .ele-6 {
  width: 51%;
  height: 0;
  padding-bottom: 41.6%;
  background: url(./../img/mod1-ele06.png);
  background-size: cover;
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.mod-0 .s-2 {
  position: absolute;
  left: 10%;
  top: 0;
  bottom: 0;
  width: 48%;
  height: 100%;
  color: #fff;
}

.mod-0 .s-2 .unslider-wrap {
  height: 88%;
}

.mod-0 .s-2 .unslider-wrap li {
  height: 100%;
  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;
  visibility: hidden;
}

.mod-0 .s-2 .unslider-wrap li.unslider-active {
  visibility: visible;
}

.mod-0 .s-2 .unslider-wrap li.unslider-active .intro-1 .p-1,
.text_box {
  visibility: visible;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.mod-0 .s-2 .unslider-wrap li.unslider-active .intro-1 .p-2,
rounds_box {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.mod-0 .s-2 .unslider-wrap li.unslider-active .intro-1 .p-3 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.mod-0 .s-2 .unslider-wrap li.unslider-active .intro-2 .p-1,
.mod-0 .s-2 .unslider-wrap li.unslider-active .intro-2 .p-2,
.text_box,
.rounds_box {
  visibility: visible;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.mod-0 .s-2 .unslider-wrap li.unslider-active .intro-3 .p-1,
.mod-0 .s-2 .unslider-wrap li.unslider-active .intro-3 .p-2,
.text_box,
.rounds_box {
  visibility: visible;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.mod-0 .s-2 .unslider-nav {
  bottom: 5vw;
  background: none;
}

.mod-0 .s-2 .unslider-nav ol {
  text-align: left;
}

.mod-0 .s-2 .unslider-nav ol li {
  width: 10px;
  height: 10px;
  border: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 8px;
}

.mod-0 .s-2 .unslider-nav ol li.unslider-active {
  width: 20px;
  background-color: #fff;
}

.mod-0 .s-2 .intro-1 {
  width: 100%;
}

.mod-0 .s-2 .intro-1 .p-1 {
  font-size: 0.8vw;
  font-weight: 400;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.mod-0 .s-2 .intro-1 .p-1 span {
  border: solid 1px rgba(255, 255, 255, 0.5);
  display: inline-block;
  padding: 0.5vw 1vw;
  border-radius: 1vw;
}

.mod-0 .s-2 .intro-1 .p-2 {
  font-size: 2vw;
  /*font-weight: 700;*/
  position: relative;
  /* padding: 0 0 20px;
    margin-top: 1.5vw*/
}

/*.mod-0 .s-2 .intro-1 .p-2:before {
    content: "";
    height: 6px;
    position: absolute;
    left: 10px;
    bottom: 0;
    background: #1dd6e9;
    border-radius: 3px;
    -moz-animation: line 8s forwards;
    -o-animation: line 8s forwards;
    -webkit-animation: line 8s forwards;
    animation: line 8s forwards
}*/

@-moz-keyframes line {
  0% {
    width: 0vw;
  }
  50% {
    width: 25vw;
  }
  100% {
    width: 5vw;
  }
}

@-webkit-keyframes line {
  0% {
    width: 0vw;
  }
  50% {
    width: 25vw;
  }
  100% {
    width: 5vw;
  }
}

@keyframes line {
  0% {
    width: 0vw;
  }
  50% {
    width: 25vw;
  }
  100% {
    width: 5vw;
  }
}

.mod-0 .s-2 .intro-1 .p-3 {
  font-size: 1.2vw;
  line-height: 1.6;
  padding: 0.5vw 0;
  margin-top: 1vw;
  text-indent: 5px;
  color: #ffe3e3;
}
.right_box {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 90px;
}
.right_box > *,
.left_box > *,
.right_box1 > * {
  width: 100%;
}
.left_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
}
.right_box1 {
  position: absolute;
  right: 0;
  top: 500px;
  width: 120px;
}

.mod-0 .s-2 .intro-2 {
  width: 100%;
}

.mod-0 .s-2 .intro-2 .p-1 {
  font-size: 2.6vw;
  font-weight: 700;
  margin-bottom: 2vw;
}

.mod-0 .s-2 .intro-2 .p-1 span {
  display: inline-block;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  line-height: 1;
  padding: 1.2vw 0;
}

.mod-0 .s-2 .intro-2 .p-1 span em {
  font-size: 1vw;
  vertical-align: middle;
}

.mod-0 .s-2 .intro-2 .p-2 {
  font-size: 14px;
  line-height: 1.8;
  padding: 0.3vw;
  margin-right: 5vw;
}

.mod-0 .s-2 .intro-2 > *:last-child {
  margin-right: 14vw;
}

.mod-0 .s-2 .intro-2 .p-2.active {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

.mod-0 .s-2 .intro-2 .p-3 {
  padding-top: 2.5vw;
}

.mod-0 .s-2 .intro-2 .p-3 .btn-1 {
  display: inline-block;
  height: 2.5vw;
  line-height: 2.5vw;
  background: #fff;
  padding: 0 2.5vw;
  font-size: 16px;
  -moz-border-radius: 2vw;
  -webkit-border-radius: 2vw;
  border-radius: 2vw;
}

.mod-0 .s-2 .intro-3 {
  width: 100%;
}

.mod-0 .s-2 .intro-3 .p-1 {
  font-size: 3vw;
  font-weight: 700;
  position: relative;
  padding: 0 0 1vw;
}

.mod-0 .s-2 .intro-3 .p-2 {
  font-size: 1vw;
  line-height: 1.6;
  padding: 0.5vw 0;
  text-indent: 5px;
  margin-bottom: 4vw;
}

.mod-0 .s-2 .intro-3 .icon-item {
  float: left;
  display: inline-block;
  width: 5.5vw;
  height: 5vw;
  /*  border: solid 2px rgba(255, 255, 255, 0.4);*/
  text-align: center;
  margin-right: 1.5vw;
  border-radius: 0.5vw;
  -webkit-border-radius: 0.5vw;
}

.mod-0 .s-2 .intro-3 .icon-item em {
  display: block;
  font-size: 1.8vw;
  line-height: 1.8;
  font-weight: 700;
}

.mod-0 .s-2 .intro-3 .icon-item span {
  line-height: 1;
  display: block;
  font-size: 0.8vw;
  color: rgba(255, 255, 255, 0.8);
}

.mod-0 .s-2 .intro-3 .icon-item .intext {
  display: inline-block;
  font-size: 1.2vw;
  font-weight: 700;
  padding-top: 0.5vw;
}

.mod-0 .s-2 .btn-zx {
  width: 98px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  color: #fff;
  background: rgba(255, 192, 0, 1);
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  margin-top: 3vw;
  position: relative;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.mod-0 .s-2 .btn-zx:hover {
  color: #ff406e;
}

.mod-1 {
  background-color: white;
  padding: 50px 9% 0px;
}

.mod-1 .hd {
  text-align: center;
}

.mod-1 .hd .title {
  font-size: 40px;
  font-weight: bold;
  color: #252525;
  font-family: MicrosoftYaHei-Bold;
  position: relative;
}

.mod-1 .hd .title:after {
  content: "";
  width: 80px;
  height: 2px;
  background: #f72d49;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -40px;
}

.mod-1 .bd {
  text-align: center;
  margin-top: 95px;
}
.flex-box {
  display: flex;
  display: -webkit-flex;
}

.mod-1 .ul-pro:before,
.mod-1 .ul-pro:after {
  content: "";
  display: table;
}

.mod-1 .ul-pro:after {
  clear: both;
}

.mod-1 .ul-pro li {
  display: table-cell;
  position: relative;
  flex: 1;
  background: url(./../img/ff.png);
  background-size: 100% 100%;
  transition: 1s;
  visibility: hidden;
  border-radius: 20px;
  top: 0;
}

.mod-1 .ul-pro li.active {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  visibility: visible;
}

.mod-1 .ul-pro li.space {
  width: 4vw;
  -webkit-display: block;
  display: block;
}

.mod-1 .ul-pro li .inner {
  position: relative;
  transition: 1s;
  padding-bottom: 40px;
}

.mod-1 .ul-pro li .item-top {
  height: 40px;
  border-radius: 20px;
}

.mod-1 .ul-pro li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: -5px;
  left: 0;
  background: url(./../img/mod2-shadow.png) no-repeat center center;
  background-size: 60% auto;
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

.mod-1 .ul-pro li:hover {
  top: -12px;
  background: url(./../img/ff_active.png);
  background-size: 100% 100%;
  color: white !important;
}

.mod-1 .ul-pro li:hover:after {
  bottom: -20px;
  filter: alpha(opacity=100);
  opacity: 1;
}

.mod-1 .ul-pro li .title {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #bb1c1c;
  position: absolute;
  width: 100%;
  top: 135px;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mod-1 .ul-pro li i {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -45px;
}

.mod-1 .ul-pro > * > *:first-child {
  padding-top: 10px;
  width: 85%;
  margin: auto;
}
.mod-1 .ul-pro img {
  width: 100%;
}

.mod-1 .ul-pro > * > *:nth-child(2) {
  font-size: 26px;
  font-weight: bold;
  color: #bb1c1c;
}
.mod-1 .ul-pro > * > *:nth-child(3) {
  font-size: 18px;
  font-weight: 400;
  color: #bb1c1c;
  line-height: 40px;
}
.mod-1 .ul-pro > * > *:nth-child(4) {
  margin: 30px 0 60px;
}

.mod-1 .ul-pro > * > *:nth-child(4) > * {
  display: inline-block;
  width: 140px;
  height: 41px;
  line-height: 41px;
  color: white;
  font-weight: 400;
  background: linear-gradient(
    90deg,
    rgba(176, 2, 12, 1) 0%,
    rgba(244, 66, 78, 1) 100%
  );
  box-shadow: -6px 6px 18px 0px rgba(92, 0, 0, 0.29);
  border-radius: 21px;
}

.mod-1 .ul-pro li .des {
  text-align: left;
  margin: 30px 25px 30px;
}

.mod-1 .ul-pro li .des p {
  padding: 5px 0;
  line-height: 1.8;
}

.mod-1 .ul-pro li .btn-more {
  background-color: #fff;
  display: inline-block;
  width: 226px;
  height: 48px;
  line-height: 46px;
  font-size: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  border: solid 1px #ef6d77;
  margin-left: -113px;
  text-align: center;
  margin: 0 auto 0;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mod-1 .ul-pro li .btn-more:hover {
  background: #d30951;
  background: -moz-linear-gradient(90deg, #f86d61, #d30951);
  background: -webkit-linear-gradient(90deg, #f86d61, #d30951);
  background: linear-gradient(90deg, #f86d61, #d30951);
  color: #fff;
}

.mod-2 {
  background-color: #fff;
  padding: 80px 9% 0px;
  position: relative;
}

.mod-2 .hd {
  text-align: center;
}

.mod-2 .hd .title {
  font-size: 40px;
  font-weight: bold;
  color: #252525;
  position: relative;
  font-family: MicrosoftYaHei-Bold;
}

.mod-2 .hd .title:after {
  content: "";
  width: 80px;
  height: 2px;
  background: #f72d49;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -40px;
}

.mod-2 .hd .des {
  font-size: 16px;
  color: #999;
  margin-top: 50px;
}

.mod-2 .bd {
  padding: 80px 0 0;
  text-align: center;
}

.mod-2 .ul-items {
  *zoom: 1;
  display: inline-block;
  width: 100%;
}

.mod-2 .ul-items:before,
.mod-2 .ul-items:after {
  content: "";
  display: table;
}

.mod-2 .ul-items:after {
  clear: both;
}

.mod-2 .ul-items li {
  display: inline-block;
  width: 24%;
  padding: 1.5vw;
}

.zhifu .ul-items li {
  flex: 1;
  width: 20%;
}
.zhifu .bd {
  padding: 30px 0 !important;
}
.mod-2 .ul-items li:hover .inner {
  transform: scale(1.02);
  -moz-box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.15);
}

.mod-2 .ul-items li .inner {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #f8f8f8;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  padding: 20px 0;
}

.mod-2 .ul-items li i {
  width: 110px;
  height: 110px;
  display: inline-block;
  margin: 0 auto;
  background-position: center center;
}

.mod-2 .ul-items li i.i-1 {
  background: url(./../img/mod2-i-1.png);
}

.mod-2 .ul-items li i.i-2 {
  background: url(./../img/mod2-i-2.png);
}

.mod-2 .ul-items li i.i-3 {
  background: url(./../img/mod2-i-3.png);
}

.mod-2 .ul-items li i.i-4 {
  background: url(./../img/mod2-i-4.png);
}

.mod-2 .ul-items li i.i-5 {
  background: url(./../img/mod2-i-5.png);
}

.mod-2 .ul-items li i.i-6 {
  background: url(./../img/mod2-i-6.png);
}

.mod-2 .ul-items li i.i-7 {
  background: url(./../img/mod2-i-7.png);
}

.mod-2 .ul-items li i.i-8 {
  background: url(./../img/mod2-i-8.png);
}

.mod-2 .ul-items li i.i-9 {
  background: url(./../img/mod2-i-9.png);
}

.mod-2 .ul-items li i.i-10 {
  background: url(./../img/mod2-i-10.png);
}

.mod-2 .ul-items li .title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #666;
  margin-top: 0;
}

.zhifu .ul-items li .title {
  color: #252525;
  margin-top: 10px;
}

.mod-2 .ul-items li .des {
  font-size: 12px;
  color: #666;
  line-height: 1.8;
  padding: 0 1vw;
  margin-top: 20px;
  height: 155px;
  overflow: hidden;
  text-indent: 18px;
  text-align: justify;
}
.des1 {
  font-size: 12px;
  color: #666;
  line-height: 1.8;
  padding: 0 1vw;
  margin-top: 20px;
  height: 130px;
  overflow: hidden;
  text-indent: 18px;
  text-align: justify;
}

.mod-2 .ul-items li:last-child .des {
  text-align: center;
  text-indent: 0;
}

.mod-3 {
  text-align: center;
  background-color: #f8f8f8;
  position: relative;
  padding: 40px 9% 55px;
}

.mod-3 .hd {
  text-align: center;
}

.mod-3 .hd .title {
  font-size: 40px;
  font-weight: bold;
  color: #252525;
  position: relative;
  font-family: MicrosoftYaHei-Bold;
}

.mod-3 .hd .title:after {
  content: "";
  width: 80px;
  height: 2px;
  background: #f72d49;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -40px;
}

.mod-3 .hd .des {
  font-size: 16px;
  color: #999;
  margin-top: 50px;
}

.mod-3 .bd {
  text-align: center;
  padding: 60px 0 0 0;
}

.case-slider-3 {
  display: inline-block;
  width: 100%;
}

.case-slider-3 .img-item {
  float: left;
  width: 23%;
  height: 0;
  padding-bottom: 16%;
  overflow: hidden;
  position: relative;
  background: #999;
  margin: 0 1%;
}

.case-slider-3 .img-item img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.case-slider-3 .img-item .over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(./../img/mask.png) no-repeat center center;
  background-size: 100% 100%;
  opacity: 0.58;
}

.case-slider-3 .unslider-arrow {
  width: 36px;
  height: 36px;
  background: url(./../img/arrow.png);
  margin-top: -18px;
}

.case-slider-3 .unslider-arrow.prev {
  background-position: 0 0;
  left: 1%;
  border-radius: 50%;
  margin-left: -18px;
}

.case-slider-3 .unslider-arrow.next {
  background-position: 0 -36px;
  border-radius: 50%;
  right: 1%;
  margin-right: -18px;
}

.mod-4 {
  text-align: center;
  padding: 30px 0 2px;
  background-color: #fff;
}
.jaru {
  width: 80px;
  height: 30px;
  line-height: 30px;
  background: rgba(244, 66, 78, 1);
  border-radius: 3px;
  margin: 60px auto;
}
.jaru > * {
  color: white;
}
.zhifu {
  background-color: #f8f8f8;
  padding: 30px 9%;
}

.mod-4 .hd h2.title {
  font-size: 40px;
  font-weight: bold;
  color: #252525;
  position: relative;
  font-family: MicrosoftYaHei-Bold;
}

.mod-4 .hd p.des {
  font-size: 16px;
  color: #a9adb4;
  margin-top: 40px;
}

.mod-4 .img-logo {
  max-width: 100%;
  margin-top: 80px;
}

.mod-4 .bd {
  padding: 0 9%;
}

.font14vw {
  font-size: 0.729166vw;
}

.font18vw {
  font-size: 0.9375vw;
}

.font48vw {
  font-size: 2.5vw;
}

.h1-mg {
  margin: 0 0 2.5vw;
}

.p-mg {
  margin-bottom: 4.16666vw;
}

.mod-foot-top1 {
  background: url("./../img/foot-bg.png") #f7f8fa no-repeat center top;
}

.header-bg {
  background: url("./../img/solution-bg.png") #df2b35 center 0 no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 34%;
  overflow: hidden;
  position: relative;
}

.header-bg .header-content {
  padding: 8% 44% 0 12%;
}

.header-bg .header-content h1 {
  color: #fff;
  font-size: 1.8vw;
}

.header-bg .header-content h3 {
  color: #f2f2f2;
  padding: 3% 0 6%;
  font-size: 0.9vw;
  font-weight: normal;
  line-height: 2;
}

.header-bg .header-content ul .pro-i-1 {
  background: url("./../img/pro-i-1.png") #f7f8fa no-repeat center 25%;
}

.header-bg .header-content ul .pro-i-2 {
  background: url("./../img/pro-i-2.png") #f7f8fa no-repeat center 25%;
}

.header-bg .header-content ul .pro-i-3 {
  background: url("./../img/pro-i-3.png") #f7f8fa no-repeat center 25%;
}

.header-bg .header-content ul li {
  float: left;
  text-align: center;
  padding: 4% 1%;
  width: 22%;
  margin-right: 2vw;
  -moz-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 13px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.header-bg .header-content ul li .pro-themes {
  margin-top: 50%;
}

.header-bg .header-content ul li .pro-themes .pro-title {
  color: #666;
  font-size: 1vw;
  font-weight: 700;
}

.header-bg .header-content ul li .pro-themes .pro-msg {
  margin-top: 5%;
  color: #666;
  font-size: 0.6vw;
  height: 50px;
}

.wrap-themes {
  text-align: center;
  margin: 0 auto;
}

.title-themes {
  font-size: 2.6vw;
  font-weight: normal;
}

.msg-themes {
  font-size: 16px;
  margin: 3% 0 6%;
  color: #666;
}

.cooperation {
  padding: 5% 15% 5.5%;
  background: #f7f8fa;
}

.cooperation .title-wrap {
  position: relative;
}

.cooperation .title-wrap ul .column-1 {
  background: url("./../img/num-1.png") #fff no-repeat 2% 3%;
}

.cooperation .title-wrap ul .column-2 {
  background: url("./../img/num-2.png") #fff no-repeat 2% 3%;
}

.cooperation .title-wrap ul .column-3 {
  background: url("./../img/num-3.png") #fff no-repeat 2% 3%;
}

.cooperation .title-wrap ul .column-4 {
  background: url("./../img/num-6.png") #fff no-repeat 2% 3%;
}

.cooperation .title-wrap ul .column-5 {
  background: url("./../img/num-5.png") #fff no-repeat 2% 3%;
}

.cooperation .title-wrap ul .column-6 {
  background: url("./../img/num-4.png") #fff no-repeat 2% 3%;
}

.cooperation .title-wrap ul li {
  width: 25%;
  border: solid 1px #ffd4da;
  float: left;
  padding: 4.5% 1vw 1vw;
  margin: 4.5% 4%;
}

.cooperation .title-wrap ul li .co-i-themes {
  display: inline-block;
  padding-bottom: 41%;
  width: 100%;
  height: 0;
}

.cooperation .title-wrap ul li .co-i-1 {
  background: url("./../img/co-i-1.png") no-repeat center 0;
}

.cooperation .title-wrap ul li .co-i-2 {
  background: url("./../img/co-i-2.png") no-repeat center 0;
}

.cooperation .title-wrap ul li .co-i-3 {
  background: url("./../img/co-i-3.png") no-repeat center 0;
}

.cooperation .title-wrap ul li .co-i-4 {
  background: url("./../img/co-i-4.png") no-repeat center 0;
}

.cooperation .title-wrap ul li .co-i-5 {
  background: url("./../img/co-i-5.png") no-repeat center 0;
}

.cooperation .title-wrap ul li .co-i-6 {
  background: url("./../img/co-i-6.png") no-repeat center 0;
}

.cooperation .title-wrap ul li h3 {
  font-size: 1.2vw;
  margin-top: 8.2%;
}

.cooperation .title-wrap ul li .co-msg {
  color: #666;
  font-size: 0.7vw;
  margin-top: 7.2%;
  text-align: left;
  height: 60px;
}

.cooperation .title-wrap .arrow-r {
  top: 25%;
  background: url("./../img/arrow-r.png") no-repeat;
}

.cooperation .title-wrap .arrow-r1 {
  right: 65.5%;
}

.cooperation .title-wrap .arrow-r2 {
  right: 32.5%;
}

.cooperation .title-wrap .arrow-b {
  background: url("./../img/arrow-b.png") no-repeat;
  top: 50%;
  right: 16%;
}

.cooperation .title-wrap .arrow-l {
  background: url("./../img/arrow-l.png") no-repeat;
  top: 75%;
}

.cooperation .title-wrap .arrow-l1 {
  right: 32.5%;
}

.cooperation .title-wrap .arrow-l2 {
  right: 65.5%;
}

.cooperation .title-wrap .arrow-themes {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  margin-top: -20px;
  background-position: center;
}

.success {
  padding: 8% 10% 5.5%;
}

@media screen and (max-width: 1600px) {
  .header-bg {
    padding-bottom: 42.8%;
  }

  .header-bg .header-content {
    padding: 8% 28% 0 6%;
  }

  .header-bg .header-content h1 {
    font-size: 2.2vw;
  }

  .header-bg .header-content h3 {
    font-size: 1.1vw;
  }

  .header-bg .header-content ul li {
    width: 23.5%;
  }

  .header-bg .header-content ul li .pro-themes .pro-title {
    font-size: 1.4vw;
  }

  .header-bg .header-content ul li .pro-themes .pro-msg {
    font-size: 12px;
    height: 64px;
  }

  .title-themes {
    font-size: 3.2vw;
  }

  .cooperation {
    padding-left: 5%;
    padding-right: 5%;
  }

  .cooperation .title-wrap ul .column-size {
    background-size: 26%;
  }

  .cooperation .title-wrap ul li .co-i-themes {
    background-size: 41%;
  }

  .cooperation .title-wrap ul li .co-msg {
    height: 72px;
  }

  .cooperation .title-wrap .arrow-themes {
    background-size: 70%;
  }
}

@media screen and (max-width: 1024px) {
  .header-bg {
    padding-bottom: 42.8%;
  }

  .header-bg .header-content {
    padding: 8% 28% 0 6%;
  }

  .header-bg .header-content h1 {
    font-size: 3vw;
  }

  .header-bg .header-content h3 {
    padding: 3% 0;
    font-size: 1.6vw;
  }

  .header-bg .header-content ul .pro-i-size {
    background-position: center 6%;
    background-size: 35%;
  }

  .header-bg .header-content ul li {
    padding: 2% 1%;
    width: 28%;
    margin: 0 1%;
  }

  .header-bg .header-content ul li .pro-themes {
    margin-top: 34%;
  }

  .header-bg .header-content ul li .pro-themes .pro-title {
    font-size: 1.8vw;
    font-weight: normal;
  }

  .header-bg .header-content ul li .pro-themes .pro-msg {
    height: 74px;
    margin-top: 2%;
    color: #666;
  }

  .title-themes {
    font-size: 3.6vw;
  }

  .cooperation {
    padding: 8% 5.5%;
  }

  .cooperation .title-wrap ul .column-size {
    background-size: 30%;
  }

  .cooperation .title-wrap ul li .co-i-themes {
    background-size: 34%;
  }

  .cooperation .title-wrap ul li h3 {
    font-size: 1.6vw;
  }

  .cooperation .title-wrap ul li .co-msg {
    height: 72px;
  }

  .cooperation .title-wrap .arrow-r1 {
    right: 64.5%;
  }

  .cooperation .title-wrap .arrow-r2 {
    right: 31.5%;
  }

  .cooperation .title-wrap .arrow-b {
    right: 15%;
  }

  .cooperation .title-wrap .arrow-l1 {
    right: 31.5%;
  }

  .cooperation .title-wrap .arrow-l2 {
    right: 64.5%;
  }

  .cooperation .title-wrap .arrow-themes {
    background-position: center;
    background-size: 50%;
  }
}

@media screen and (max-width: 768px) {
  .header-bg {
    padding-bottom: 50.8%;
  }

  .header-bg .header-content {
    padding: 11% 0 0 4%;
  }

  .header-bg .header-content h1 {
    font-size: 4vw;
  }

  .header-bg .header-content h3 {
    padding: 1% 0;
    font-size: 2vw;
  }

  .header-bg .header-content ul .pro-i-size {
    background-position: center 6%;
    background-size: 38%;
  }

  .header-bg .header-content ul li {
    padding: 0 2%;
    width: 21%;
    margin: 0 1%;
  }

  .header-bg .header-content ul li .pro-themes {
    margin-top: 60%;
  }

  .header-bg .header-content ul li .pro-themes .pro-title {
    font-size: 16px;
    font-weight: normal;
  }

  .header-bg .header-content ul li .pro-themes .pro-msg {
    height: 74px;
    margin-top: 2%;
    color: #666;
    font-size: 12px;
  }

  .title-themes {
    font-size: 3.6vw;
    font-weight: normal;
  }

  .msg-themes {
    font-size: 16px;
    margin: 3% 0 6%;
  }

  .cooperation {
    padding: 8% 5.5%;
  }

  .cooperation .title-wrap ul .column-size {
    background-size: 30%;
  }

  .cooperation .title-wrap ul li {
    width: 27%;
    margin: 3% 3%;
    padding: 5.5% 1.5% 0;
  }

  .cooperation .title-wrap ul li .co-i-themes {
    padding-bottom: 40%;
    background-size: contain;
  }

  .cooperation .title-wrap ul li h3 {
    font-size: 18px;
  }

  .cooperation .title-wrap ul li .co-msg {
    font-size: 12px;
    height: 88px;
  }

  .cooperation .title-wrap .arrow-r1 {
    right: 64%;
  }

  .cooperation .title-wrap .arrow-r2 {
    right: 31%;
  }

  .cooperation .title-wrap .arrow-b {
    right: 14%;
  }

  .cooperation .title-wrap .arrow-l1 {
    right: 31%;
  }

  .cooperation .title-wrap .arrow-l2 {
    right: 64%;
  }

  .cooperation .title-wrap .arrow-themes {
    background-position: center;
    background-size: 44%;
  }
}

@media screen and (min-width: 415px) and (max-width: 767px) {
  .header-bg {
    padding-bottom: 72.8%;
  }

  .header-bg .header-content {
    padding: 11% 0 0 2%;
  }

  .header-bg .header-content h1 {
    font-size: 16px;
  }

  .header-bg .header-content h3 {
    padding: 1% 0;
    font-size: 12px;
  }

  .header-bg .header-content ul .pro-i-size {
    background-position: center 6%;
    background-size: 35%;
  }

  .header-bg .header-content ul li {
    padding: 3% 1%;
    width: 31%;
    margin: 0 3px;
  }

  .header-bg .header-content ul li .pro-themes {
    margin-top: 34%;
  }

  .header-bg .header-content ul li .pro-themes .pro-title {
    font-size: 16px;
  }

  .header-bg .header-content ul li .pro-themes .pro-msg {
    height: 74px;
    margin-top: 2%;
    font-size: 12px;
  }

  .title-themes {
    font-size: 18px;
    font-weight: normal;
  }

  .msg-themes {
    font-size: 16px;
    margin: 2% 0;
  }

  .cooperation {
    padding: 8% 1%;
  }

  .cooperation .title-wrap ul .column-size {
    background-size: 30%;
  }

  .cooperation .title-wrap ul li {
    width: 46%;
    padding: 8.5% 8px;
    margin: 2%;
  }

  .cooperation .title-wrap ul li .co-i-themes {
    background-size: 34%;
  }

  .cooperation .title-wrap ul li h3 {
    font-size: 16px;
  }

  .cooperation .title-wrap ul li .co-msg {
    font-size: 12px;
    height: 72px;
  }

  .cooperation .title-wrap .arrow-themes {
    display: none;
  }
}

.zh-t-bg {
  background: url("./../img/solution-zh-bg.png") #f7f8fa center 0 no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 39%;
  overflow: hidden;
  position: relative;
  color: #f2f2f2;
}

.zh-t-bg .zh-t-wrapper {
  width: 60%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  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;
  padding: 0 0 0 12%;
}

.zh-t-bg .zh-t-wrapper h1 {
  font-size: 2.6vw;
  color: #fff;
}

.zh-t-bg .zh-t-wrapper p {
  line-height: 1.8;
  margin-top: 2vw;
  font-size: 16px;
}

.zh-t-bg .zh-t-wrapper a {
  color: #f2f2f2;
  background: #38cbdd;
  display: block;
  width: 180px;
  height: 50px;
  border-radius: 30px;
  line-height: 50px;
  text-align: center;
  margin: 3vw 0 0;
  font-size: 0.8vw;
  position: relative;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  left: 0;
}

.zh-t-bg .zh-t-wrapper a:hover {
  left: 5px;
}

.zh-main {
  background-color: #f7f8fa;
  margin: 0 auto;
  text-align: center;
  padding: 5vw 12vw 10vw;
}

.zh-main h1 {
  font-size: 2.5vw;
}

.zh-main p {
  color: #666;
  margin-bottom: 4.16666vw;
}

.zh-main .zh-ul {
  display: inline-block;
  height: auto;
}

.zh-main .zh-ul li {
  float: left;
  width: 33.33%;
  text-align: center;
  border: solid 1px #f7f8fa;
  padding: 2.6041vw 4vw 6.5625vw;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.zh-main .zh-ul li:hover {
  background: #3cc9da;
  box-shadow: 0 0 5px 4px rgba(227, 225, 225, 0.7);
}

.zh-main .zh-ul li:hover h2,
.zh-main .zh-ul li:hover p {
  color: #fff;
}

.zh-main .zh-ul li .zh-i-1 {
  background: url("./../img/zh-i-1.png") no-repeat;
}

.zh-main .zh-ul li .zh-i-2 {
  background: url("./../img/zh-i-2.png") no-repeat;
}

.zh-main .zh-ul li .zh-i-3 {
  background: url("./../img/zh-i-3.png") no-repeat;
}

.zh-main .zh-ul li .zh-i-4 {
  background: url("./../img/zh-i-4.png") no-repeat;
}

.zh-main .zh-ul li .zh-i-5 {
  background: url("./../img/zh-i-5.png") no-repeat;
}

.zh-main .zh-ul li .zh-i-6 {
  background: url("./../img/zh-i-6.png") no-repeat;
}

.zh-main .zh-ul li .zh-i-style {
  display: block;
  margin: 0 auto;
  width: 4.45291vw;
  padding-top: 3.22916vw;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 2.60416vw;
  background-position: center 0;
}

.zh-main .zh-ul li h2 {
  margin-bottom: 1.5vw;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zh-main .zh-ul li h2 span {
  font-weight: normal;
}

.zh-main .zh-ul li p {
  height: 3.125vw;
  margin-bottom: 0;
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
}

.zh-game {
  background: #fff;
  padding-bottom: 15vw;
}

.zh-game h1 {
  font-size: 2.5vw;
}

.zh-game ol {
  display: table;
  height: auto;
  margin: 0 auto;
}

.zh-game ol li {
  display: table-cell;
  float: left;
  width: 12.08333vw;
  height: 17.708333vw;
  text-align: center;
  margin: 0 0.83333vw;
}

.zh-game ol .zh-pic-1 {
  background: url("./../img/zh-pic-1.png") no-repeat;
}

.zh-game ol .zh-pic-2 {
  background: url("./../img/zh-pic-2.png") no-repeat;
}

.zh-game ol .zh-pic-3 {
  background: url("./../img/zh-pic-3.png") no-repeat;
}

.zh-game ol .zh-pic-4 {
  background: url("./../img/zh-pic-4.png") no-repeat;
}

.zh-game ol .zh-pic-5 {
  background: url("./../img/zh-pic-5.png") no-repeat;
}

.zh-game ol .zh-pic-style {
  display: block;
  margin: 0 auto;
  width: 12.08333vw;
  padding-top: 17.708333vw;
  background-size: cover;
  overflow: hidden;
  background-position: center 0;
}

.zh-game ol h3 {
  margin-top: 2.08333vw;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .zh-main {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .zh-game ol h3 {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 1024px) {
  .zh-main {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .zh-game ol h3 {
    font-size: 1.8vw;
  }
}

.cp-t-bg {
  background: url("./../img/solution-cp-bg.png") #f7f8fa center 0 no-repeat;
  padding-bottom: 35%;
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  color: #f2f2f2;
  background-size: 100% 100%;
}

.cp-t-bg .cp-t-wrapper {
  width: 54%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  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;
  padding: 0 0 0 12%;
}

.cp-t-bg .cp-t-wrapper > div {
  width: 100%;
}

.cp-t-bg .cp-t-wrapper h1 {
  font-size: 2.6vw;
  color: #fff;
}

.cp-t-bg .cp-t-wrapper p {
  line-height: 1.8;
  margin-top: 2vw;
  font-size: 16px;
}

.cp-t-bg .cp-t-wrapper a {
  color: #f2f2f2;
  background: #38cbdd;
  display: block;
  width: 180px;
  height: 50px;
  border-radius: 30px;
  line-height: 50px;
  text-align: center;
  margin: 3vw 0 0;
  font-size: 0.8vw;
  position: relative;
  -moz-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
  left: 0;
}

.cp-t-bg .cp-t-wrapper a:hover {
  left: 5px;
}

.cp-main {
  margin: 0 auto;
  text-align: center;
  padding: 5vw 14vw 1vw;
  background-color: #f7f8fa;
}

.cp-main p {
  color: #666;
}

.cp-column-wrap {
  margin-top: 5vw;
  margin-bottom: 10vw;
}

.cp-column-wrap .cp-tab-wrap {
  padding-right: 5vw;
}

.cp-column-wrap .cp-tab-wrap .cp-tab-sum {
  text-align: left;
  margin: 1vw 0 4vw;
}

.cp-column-wrap .cp-tab-wrap .cp-tab-sum h1 {
  color: #f72d49;
  font-size: 1.875vw;
}

.cp-column-wrap .cp-tab-wrap .cp-tab-sum p {
  font-size: 0.729166vw;
  margin: 1.04166vw 0 2.08333vw;
}

.cp-column-wrap .cp-tab-wrap .cp-tab-sum ul {
  margin-top: 1vw;
}

.cp-column-wrap .cp-tab-wrap .cp-tab-sum ul li {
  background: url("./../img/i-check.png") no-repeat 0 center;
  font-size: 16px;
  color: #666;
  padding-left: 30px;
  line-height: 2.4;
}

.cp-column-wrap .cp-pic-1 {
  background: url("./../img/cp-pic-1.png") no-repeat;
  float: left;
}

.cp-column-wrap .cp-pic-2 {
  background: url("./../img/cp-pic-2.png") no-repeat;
  float: right;
}

.cp-column-wrap .cp-pic-style {
  display: block;
  width: 34.53125vw;
  padding-top: 25.2083333vw;
  background-size: cover;
  overflow: hidden;
  background-position: 0 0;
}

.cp-main-bg {
  background: #fff;
  text-align: center;
  padding: 5vw 14vw 1vw;
}

.cp-main-bg p {
  color: #666;
  line-height: 1.8;
}

.cp-main-bg .cp-i-bg {
  padding: 5vw 8vw 15vw;
}

.mod-foot-top1 {
  background: url("./../img/foot-bg.png") #f7f8fa no-repeat center top;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .cp-main {
    padding-left: 5vw;
  }

  .cp-main-bg {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

@media screen and (max-width: 1024px) {
  .cp-main {
    padding-left: 4vw;
  }

  .cp-main-bg {
    padding-left: 0;
    padding-right: 0;
  }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.slider-default {
  width: 640px;
  height: 400px;
}

.slider-fullpage {
  height: 502px;
}

.slider-fullpage .unslider-wrap > li {
  height: 100%;
  background-position: center center;
}

.slider-fullpage .unslider-horizontal {
  height: 100%;
}

.unslider {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
}

.unslider-wrap {
  position: relative;
  height: 100%;
}

.unslider-wrap.unslider-carousel > li {
  float: left;
}

.unslider-vertical > ul {
  height: 100%;
}

.unslider-vertical li {
  float: none;
  width: 100%;
}

.unslider-fade {
  position: relative;
  height: 100%;
}

.unslider-fade .unslider-wrap li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 8;
}

.unslider-fade .unslider-wrap li.unslider-active {
  z-index: 10;
}

.unslider ul,
.unslider ol,
.unslider li {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

.unslider-arrow {
  position: absolute;
  top: 50%;
  left: 20px;
  cursor: pointer;
  background: red;
  z-index: 10;
  width: 47px;
  height: 79px;
  margin-top: -40px;
  background: url(./../img/unslider-arrow.png) no-repeat 0 0;
  text-indent: -99em;
  overflow: hidden;
}

.unslider-arrow.next {
  left: auto;
  right: 20px;
  background-position: -47px 0;
}

.unslider-arrow:hover {
  opacity: 0.8;
}

.unslider-nav {
  position: relative;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  background: #000 \9;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  padding: 5px 0;
}

.unslider-nav ol {
  list-style: none;
  text-align: center;
}

.unslider-nav ol li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid #fff \9;
  border: 2px solid rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.unslider-nav ol li.unslider-active {
  background: #fff;
  cursor: default;
}

/*!
 * fullPage 3.0.0
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

.popup-in {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  z-index: 99999;
  display: none;
}
.mui-popup.mui-popup-in {
  display: block;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
  transform: translate3d(-50%, -50%, 0) scale(1);
  opacity: 1;
}
.mui-popup {
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 50%;
  display: none;
  overflow: hidden;
  background: white;
  width: 35%;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1.185);
  transform: translate3d(-50%, -50%, 0) scale(1.185);
  text-align: center;
  opacity: 0;
  color: #000;
  border-radius: 4px;
}

.prop {
  position: relative;
  height: 35px;
}

.mui-popup-inner > * {
  width: 100%;
  border-radius: 0 !important;
}

.sign-close {
  position: absolute;
  cursor: pointer;
  right: 4px;
  top: -15px;
  font-size: 40px;
  z-index: 3;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.inner_img {
  width: 95%;
  margin: auto;
}
.inner_img > * {
  width: 100%;
} /*
.logo:before {
    content: "";
    position: absolute;
    width: 84px;
    margin-top: 25px;
    height: 10px;
    left: -200px;
    background-color: rgba(228, 100, 100, 0.5);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: blink 1s ease-in 1s infinite;
    animation: blink 1s ease-in 1s infinite;
}

@-webkit-keyframes blink {
    from {left: 60px;top: 0;}
    to {left: 200px;top: 0;}
}
@-o-keyframes blink {
    from {left: 60px;top: 0;}
    to {left: 200px;top: 0;}
}
@-moz-keyframes blink {
    from {left: 60px;top: 0;}
    to {left: 200px;top: 0;}
}
@keyframes blink {
    from {left: 60px;top: 0;}
    to {left: 200px;top: 0;}
}*/
#zhifu li {
  width: 19%;
}
.titleImg {
  width: 100%;
}

/* .text_box{
    width: 160px;
    height: 26px;
    line-height: 26px;
    border-radius:10px;
    color: #E63440;
    font-weight:bold;
    margin: auto;
    background:linear-gradient(180deg,rgba(255,255,255,1) 0%,rgba(255,209,209,1) 100%);
} */
/* .rounds{

    display:inline-block;
    background: #FEE9E7;
    width: 5px;
    height:5px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .rounds_box{
      line-height: 30px;
  } */

#fullpage.pp {
  margin-top: 105px;
}
