
/*--公共部分--*/
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; cursor: pointer; }

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

p { margin: 0px; padding: 0px; }

body, button, input, select, textarea { font: 14px/1.5 'PingFang SC', 'HarmonyOS Sans SC','Source Han Sans','Microsoft YaHei','Hiragino Sans GB', sans-serif,Arial; color: #333; }

img { border: 0px; vertical-align: middle; }

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

table th, table td { border: 1px solid #ccc; }

*, :after, :before { -webkit-box-sizing: border-box; box-sizing: border-box; background-repeat: no-repeat; }

a { background-color: transparent; -webkit-text-decoration-skip: objects; text-decoration: none; color: #333; outline: none; cursor: pointer; -webkit-transition: .4s; transition: .4s; }

a:hover { background-repeat: no-repeat; text-decoration: none; }

a, input[type="button"], button, label, input[type="submit"], input[type="reset"] { cursor: pointer; }

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

input, textarea, select { outline: none; }

input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], select, textarea { outline-style: none; -webkit-appearance: none; resize: none; border: none; -webkit-border-radius: 0; border-radius: 0; }

textarea { overflow: auto; vertical-align: top; }

input:-webkit-autofill { -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) inset !important; }

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

.removeStyle { margin: 0px; padding: 0px; list-style: none; }

.removeStyle li { list-style: none; margin: 0px; padding: 0px; }

.removeStyle dd { list-style: none; margin: 0px; padding: 0px; }

.removeStyle dt { list-style: none; margin: 0px; padding: 0px; }

/* 字体图标 */
.iconfont { color: inherit; font-size: inherit; display: inline-block; -webkit-font-smoothing: antialiased; /* 文字抗锯齿 */ -moz-osx-font-smoothing: grayscale; /* 文字抗锯齿 */ }

.fl { float: left; }

.fr { float: right; }

.show { display: block !important; }

.hide { display: none !important; }

.commonweb { width: 100%; padding: 0px 20px; }

@media (max-width: 320px) { body { min-width: 320px; } }

@media (min-width: 768px) { .commonweb { margin: 0px auto; max-width: 87.778vw; } }

@media (min-width: 992px) { .commonweb { padding: 0px 10px; } }

@media (min-width: 1260px) { html { cursor: default; }
  .commonweb { max-width: 87.5vw; } }

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

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

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

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

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

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

.swiper-container-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; }

.swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; }

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

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

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

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

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

.swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: 27px; height: 44px; margin-top: -22px; z-index: 10; cursor: pointer; background-size: 27px 44px; background-position: center; background-repeat: no-repeat; }

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

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

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

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

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

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

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

.swiper-pagination { position: absolute; text-align: center; -webkit-transition: .3s; transition: .3s; -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10; }

.swiper-pagination.swiper-pagination-hidden { opacity: 0; }

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

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

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

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

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets { right: 10px; top: 50%; -webkit-transform: translate3d(0, -50%, 0); -ms-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); }

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

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 5px; }

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

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

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

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

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

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

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

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

.swiper-container-3d { -webkit-perspective: 1200px; -o-perspective: 1200px; perspective: 1200px; }

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

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

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

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

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

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

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper { -ms-perspective: 1200px; }

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

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

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

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

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

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

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

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

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

.swiper-container-fade.swiper-container-free-mode .swiper-slide { -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; }

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

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

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

.swiper-zoom-container { width: 100%; height: 100%; display: -webkit-box; display: -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; text-align: center; }

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

.swiper-scrollbar { -webkit-border-radius: 10px; border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98%; }

.swiper-container-vertical > .swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%; }

.swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, 0.5); -webkit-border-radius: 10px; border-radius: 10px; left: 0; top: 0; }

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

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

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

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

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

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

.animated { -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

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

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

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY { -webkit-animation-duration: .75s; animation-duration: .75s; }

@-webkit-keyframes bounce { 0%, 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: translateZ(0);
    transform: translateZ(0); }
  40%, 43% { -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%, 43%, 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); }
  70% { -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 { 0%, 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: translateZ(0);
    transform: translateZ(0); }
  40%, 43% { -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%, 43%, 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); }
  70% { -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; -ms-transform-origin: center bottom; transform-origin: center bottom; }

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

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

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

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

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

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

@-webkit-keyframes rubberBand { 0% { -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1); } }

@keyframes rubberBand { 0% { -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1); } }

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

@-webkit-keyframes shake { 0%, to { -webkit-transform: translateZ(0);
    transform: translateZ(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 { 0%, to { -webkit-transform: translateZ(0);
    transform: translateZ(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: rotate(15deg);
    transform: rotate(15deg); }
  40% { -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% { -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% { -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

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

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

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

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

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

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

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

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

@-webkit-keyframes shakeX { 0%, to { -webkit-transform: translateZ(0);
    transform: translateZ(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 shakeX { 0%, to { -webkit-transform: translateZ(0);
    transform: translateZ(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); } }

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

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

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

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

@-webkit-keyframes jello { 0%, 11.1%, to { -webkit-transform: none;
    transform: none; }
  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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% { -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello { 0%, 11.1%, to { -webkit-transform: none;
    transform: none; }
  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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% { -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

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

@-webkit-keyframes bounceIn { 0%, 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: scaleX(1);
    transform: scaleX(1); } }

@keyframes bounceIn { 0%, 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: scaleX(1);
    transform: scaleX(1); } }

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

@-webkit-keyframes bounceInDown { 0%, 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: none;
    transform: none; } }

@keyframes bounceInDown { 0%, 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: none;
    transform: none; } }

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

@-webkit-keyframes bounceInLeft { 0%, 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: none;
    transform: none; } }

@keyframes bounceInLeft { 0%, 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: none;
    transform: none; } }

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

@-webkit-keyframes bounceInRight { 0%, 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: none;
    transform: none; } }

@keyframes bounceInRight { 0%, 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: none;
    transform: none; } }

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

@-webkit-keyframes bounceInUp { 0%, 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, -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: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInUp { 0%, 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, -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: translateZ(0);
    transform: translateZ(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-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 { 0% { opacity: 0; }
  to { opacity: 1; } }

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

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

@-webkit-keyframes fadeInDown { 0% { opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown { 0% { opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeInUp { 0% { opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp { 0% { opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

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

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

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

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

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

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

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

@keyframes fadeOutDown { 0% { 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 { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig { 0% { 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 { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft { 0% { 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 { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig { 0% { 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 { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight { 0% { 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 { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig { 0% { 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 { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp { 0% { 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 { 0% { opacity: 1; }
  to { opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig { 0% { 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 { 0% { -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%, 40% { -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%, 80% { -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); }
  to { -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip { 0% { -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%, 40% { -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% { -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%, 80% { -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); }
  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 { 0% { -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%, 40% { -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% { -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  60% { -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% { -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to { -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX { 0% { -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%, 40% { -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% { -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  60% { -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% { -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-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 { 0% { -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%, 40% { -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% { -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  60% { -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% { -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to { -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY { 0% { -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%, 40% { -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% { -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  60% { -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% { -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-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 { 0% { -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% { -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to { -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

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

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

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

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

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

@-webkit-keyframes lightSpeedIn { 0% { -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); }
  60%, 80% { opacity: 1; }
  80% { -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to { -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn { 0% { -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); }
  60%, 80% { opacity: 1; }
  80% { -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to { -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

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

@keyframes lightSpeedOut { 0% { 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 { 0% { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: center; }
  to { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn { 0% { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: center; }
  to { -webkit-transform-origin: center; transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: left bottom; }
  to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: left bottom; }
  to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: right bottom; }
  to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: right bottom; }
  to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: left bottom; }
  to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft { 0% { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: left bottom; }
  to { -webkit-transform-origin: left bottom; transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: right bottom; }
  to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight { 0% { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%, to { -webkit-transform-origin: right bottom; }
  to { -webkit-transform-origin: right bottom; transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes hinge { 0% { -webkit-transform-origin: top left; transform-origin: top left; }
  0%, 20%, 60% { -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% { -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left; }
  40%, 80% { -webkit-transform: rotate(60deg);
    transform: rotate(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; }
  0%, 20%, 60% { -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% { -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left; }
  40%, 80% { -webkit-transform: rotate(60deg);
    transform: rotate(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-name: hinge; animation-name: hinge; }

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

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

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

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

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

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

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

@keyframes zoomIn { 0% { 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 { 0% { 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 { 0% { 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 { 0% { 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 { 0% { 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 { 0% { 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 { 0% { 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 { 0% { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 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, -30px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 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 { 0% { opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 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, -30px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 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 { 0% { opacity: 1; }
  50% { -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50%, to { opacity: 0; } }

@keyframes zoomOut { 0% { opacity: 1; }
  50% { -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50%, 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 { 0% { -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to { -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes slideOutDown { 0% { -webkit-transform: translateZ(0);
    transform: translateZ(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 { 0% { -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft { 0% { -webkit-transform: translateZ(0);
    transform: translateZ(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 { 0% { -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight { 0% { -webkit-transform: translateZ(0);
    transform: translateZ(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 { 0% { -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to { visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

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

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

img.fr-dib { margin: 5px auto; display: block; float: none; vertical-align: top; }

@-webkit-keyframes wave { 0% { -webkit-transform: rotateZ(0deg) translate3d(0, 3%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 3%, 0) rotateZ(0deg); }
  100% { -webkit-transform: rotateZ(360deg) translate3d(0, 5%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 3%, 0) rotateZ(-360deg); } }

@keyframes wave { 0% { -webkit-transform: rotateZ(0deg) translate3d(0, 3%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 3%, 0) rotateZ(0deg); }
  100% { -webkit-transform: rotateZ(360deg) translate3d(0, 3.5%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 3%, 0) rotateZ(-360deg); } }

@-webkit-keyframes scale { 0% { -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  50% { -webkit-transform: scale(1);
    transform: scale(1); }
  100% { -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

@keyframes scale { 0% { -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  50% { -webkit-transform: scale(1);
    transform: scale(1); }
  100% { -webkit-transform: scale(0.8);
    transform: scale(0.8); } }

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

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

@-webkit-keyframes transLeft { 0% { background-position: 0px 0px; }
  100% { background-position: 100% 0px; } }

@keyframes transLeft { 0% { background-position-x: 0px; }
  100% { background-position-x: 100%; } }

@-webkit-keyframes cloudRight { 0% { right: -101%; }
  100% { right: 101%; } }

@keyframes cloudRight { 0% { right: -101%; }
  100% { right: 101%; } }

@-webkit-keyframes aLantern { 0% { -webkit-transform: rotateZ(10deg);
    transform: rotateZ(10deg); }
  100% { -webkit-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg); } }

@keyframes aLantern { 0% { -webkit-transform: rotateZ(10deg);
    transform: rotateZ(10deg); }
  100% { -webkit-transform: rotateZ(-10deg);
    transform: rotateZ(-10deg); } }

@-webkit-keyframes cloudLeft { 0% { left: -101%; }
  100% { left: 101%; } }

@keyframes cloudLeft { 0% { left: -101%; }
  100% { left: 101%; } }

@-webkit-keyframes topLeft { 0% { -webkit-transform: translate(-20px, -20px); transform: translate(-20px, -20px); }
  100% { -webkit-transform: translate(20px, 20px); transform: translate(20px, 20px); } }

@keyframes topLeft { 0% { -webkit-transform: translate(-20px, -20px); transform: translate(-20px, -20px); }
  100% { -webkit-transform: translate(20px, 20px); transform: translate(20px, 20px); } }

@-webkit-keyframes topLeft1 { 0% { -webkit-transform: translate(15px, -15px); transform: translate(15px, -15px); }
  100% { -webkit-transform: translate(-5px, 5px); transform: translate(-5px, 5px); } }

@keyframes topLeft1 { 0% { -webkit-transform: translate(15px, -15px); transform: translate(15px, -15px); }
  100% { -webkit-transform: translate(-5px, 5px); transform: translate(-5px, 5px); } }

@-webkit-keyframes topRight { 0% { -webkit-transform: translate(20px, 20px); transform: translate(20px, 20px); }
  100% { -webkit-transform: translate(-20px, -20px); transform: translate(-20px, -20px); } }

@keyframes topRight { 0% { -webkit-transform: translate(20px, 20px); transform: translate(20px, 20px); }
  100% { -webkit-transform: translate(-20px, -20px); transform: translate(-20px, -20px); } }

@-webkit-keyframes topBottom { 0% { -webkit-transform: translate(-4px, -20px); transform: translate(-4px, -20px); }
  100% { -webkit-transform: translate(4px, 0px); transform: translate(4px, 0px); } }

@keyframes topBottom { 0% { -webkit-transform: translate(-4px, -20px); transform: translate(-4px, -20px); }
  100% { -webkit-transform: translate(4px, 0px); transform: translate(4px, 0px); } }

@keyframes bounce1 { 0%, 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: translateZ(0);
    transform: translateZ(0); }
  40%, 43% { -webkit-transform: translate3d(30px, -30px, 0);
    transform: translate3d(30px, -30px, 0); }
  40%, 43%, 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); }
  70% { -webkit-transform: translate3d(15px, -15px, 0);
    transform: translate3d(15px, -15px, 0); }
  90% { -webkit-transform: translate3d(4px, -4px, 0);
    transform: translate3d(4px, -4px, 0); } }

@-webkit-keyframes aLantern1 { 0% { -webkit-transform: rotateZ(25deg);
    transform: rotateZ(2deg); }
  100% { -webkit-transform: rotateZ(-2deg);
    transform: rotateZ(-2deg); } }

@keyframes aLantern1 { 0% { -webkit-transform: rotateZ(2deg);
    transform: rotateZ(2deg); }
  100% { -webkit-transform: rotateZ(-2deg);
    transform: rotateZ(-2deg); } }

@-webkit-keyframes bounce1 { 0%, 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: translateZ(0);
    transform: translateZ(0); }
  40%, 43% { -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 43%, 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); }
  70% { -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  90% { -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0); } }

@keyframes bounce1 { 0%, 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: translateZ(0);
    transform: translateZ(0); }
  40%, 43% { -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 43%, 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); }
  70% { -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  90% { -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0); } }

@-webkit-keyframes rubberBand1 { 0% { -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% { -webkit-transform: scale3d(1.1, 0.9, 1);
    transform: scale3d(1.1, 0.9, 1); }
  40% { -webkit-transform: scale3d(0.9, 1.1, 1);
    transform: scale3d(0.9, 1.1, 1); }
  50% { -webkit-transform: scale3d(1.05, 0.9, 1);
    transform: scale3d(1.05, 0.9, 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: scaleX(1);
    transform: scaleX(1); } }

@keyframes rubberBand1 { 0% { -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% { -webkit-transform: scale3d(1.1, 0.9, 1);
    transform: scale3d(1.1, 0.9, 1); }
  40% { -webkit-transform: scale3d(0.9, 1.1, 1);
    transform: scale3d(0.9, 1.1, 1); }
  50% { -webkit-transform: scale3d(1.1, 0.9, 1);
    transform: scale3d(1.1, 0.9, 1); }
  65% { -webkit-transform: scale3d(0.95, 1, 1);
    transform: scale3d(0.95, 1, 1); }
  75% { -webkit-transform: scale3d(1, 0.95, 1);
    transform: scale3d(1, 0.95, 1); }
  to { -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes blink { 0%, 100% { opacity: 1; }
  50% { opacity: 0; } }

@-webkit-keyframes blink { 0%, 100% { opacity: 1; }
  50% { opacity: 0; } }

@keyframes blinkAndScale { 0%, 100% { opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% { opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

@-webkit-keyframes blinkAndScale { 0%, 100% { opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% { opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

@keyframes dance { 0% { -webkit-transform: translateY(0); transform: translateY(0); }
  50% { -webkit-transform: translateY(-20px); transform: translateY(-20px); }
  100% { -webkit-transform: translateY(0); transform: translateY(0); } }

@-webkit-keyframes dance { 0% { -webkit-transform: translateY(0); transform: translateY(0); }
  50% { -webkit-transform: translateY(-20px); transform: translateY(-20px); }
  100% { -webkit-transform: translateY(0); transform: translateY(0); } }

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

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

@keyframes leftRight { 0%, 100% { -webkit-transform: rotate(-8deg); transform: rotate(-8deg); }
  50% { -webkit-transform: rotate(5deg); transform: rotate(5deg); } }

@-webkit-keyframes leftRight { 0%, 100% { -webkit-transform: rotate(-8deg); transform: rotate(-8deg); }
  50% { -webkit-transform: rotate(5deg); transform: rotate(5deg); } }



.pcImg { display: none !important; }

.mImg { display: block !important; }

img { width: 100%; display: block; }

.main { width: 100%; position: relative; overflow: hidden; }

.jstarMain { position: absolute; z-index: 999; pointer-events: none; width: 100%; height: 100%; left: 0vw; top: 0vw; }

.pcLogo { position: absolute; left: 2.604vw; top: 1.563vw; width: 18.802vw; z-index: 80; }

.buyTicket { position: fixed; right: 0.521vw; top: -1.042vw; width: 9.479vw; z-index: 30; }

.buyTicket img { -webkit-animation: shakeY 8s infinite linear; animation: shakeY 8s infinite linear; }

.pcContainer { max-width: 70.833vw; margin: 0vw auto; position: relative; }

.nationMain { position: relative; }

.nationMain .nation { position: absolute; left: 0vw; top: 0vw; width: 100%; z-index: 10; }

.nationMain .nation .text { width: 39.115vw; padding-top: 5.99vw; position: relative; z-index: 2; }

.nationMain .pcContainer { max-width: 65.625vw; }

.storey { position: absolute; left: 1.302vw; top: 21.094vw; width: 35vw; }

.character { position: absolute; left: 4.948vw; top: 27.604vw; width: 32.188vw; }

.character img { -webkit-animation: shakeY 10s infinite linear; animation: shakeY 10s infinite linear; }

.character1 { position: absolute; left: -1.823vw; top: 28.125vw; width: 35.313vw; }

.character1 img { -webkit-animation: wave 24s 0.1s infinite linear; animation: wave 24s 0.1s infinite linear; }

.character2 { position: absolute; right: 0vw; top: 4.688vw; width: 58.646vw; }

.character2 img { -webkit-animation: wave 21s 0.1s infinite linear; animation: wave 21s 0.1s infinite linear; }

.navBtn { position: absolute; left: 0vw; top: 43.49vw; width: 100%; padding-left: 3.385vw; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.navBtn a { display: block; margin-right: 1.302vw; -webkit-animation: bounce1 2s ease infinite; animation: bounce1 2s ease infinite; }

.navBtn a img { width: auto; height: 9.844vw; }

.navBtn a:nth-child(1) { -webkit-animation-delay: .2s; animation-delay: .2s; }

.navBtn a:nth-child(2) { -webkit-animation-delay: .3s; animation-delay: .3s; }

.navBtn a:nth-child(3) { -webkit-animation-delay: .4s; animation-delay: .4s; }

.trees { position: absolute; left: -5.469vw; top: 38.542vw; width: 16.406vw; z-index: 2; }

.trees img { -webkit-animation: aLantern1 1.5s infinite linear alternate; animation: aLantern1 1.5s infinite linear alternate; -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; }

.trees1 { position: absolute; right: -2.083vw; top: 41.667vw; width: 26.458vw; }

.trees1 img { -webkit-animation: aLantern1 1.5s infinite linear alternate; animation: aLantern1 1.5s infinite linear alternate; -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; transform-origin: right bottom; }

.carnivalMain { position: relative; margin-top: -31.25vw; z-index: 1; overflow: hidden; }

.carnivalMain .carnivalBg { position: absolute; left: 0vw; top: 0vw; width: 100%; }

.carnivalBox { position: relative; padding-top: 17.448vw; }

.carnivalBox .title { padding-bottom: 0.521vw; }

.carnivalBox .title img { width: auto; height: 6.823vw; margin: auto; }

.carnivalBox .carnival { margin: 1.563vw auto 0vw; width: 57.604vw; position: relative; }

.carnivalBox .carnival .imgBox { position: absolute; left: 0vw; top: 0vw; width: 100%; }

.carnivalBox .carnival .content { position: relative; z-index: 10; min-height: 16.719vw; padding: 3.646vw 5.469vw 0vw; font-size: 1.146vw; line-height: 1.667vw; text-indent: 2em; color: #000000; }

.carnivalBox .carnival .content span { color: #072568; }

.leftLeafage { position: absolute; left: -0.26vw; top: 31.25vw; width: 11.042vw; z-index: 2; }

.leftLeafage img { -webkit-animation: aLantern1 1.5s infinite linear alternate; animation: aLantern1 1.5s infinite linear alternate; -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; }

.rightLeafage { position: absolute; right: -0.26vw; top: 15.625vw; width: 11.042vw; z-index: 2; }

.rightLeafage img { -webkit-animation: aLantern1 1.5s infinite linear alternate; animation: aLantern1 1.5s infinite linear alternate; -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; transform-origin: right bottom; }

.rightLeafage2 { position: absolute; right: -1.302vw; top: 42.938vw; width: 11.042vw; z-index: 2; }

.rightLeafage2 img { -webkit-animation: aLantern1 1.5s infinite linear alternate; animation: aLantern1 1.5s infinite linear alternate; -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; transform-origin: right bottom; }

.rightLeafage3 { position: absolute; right: -1.302vw; top: 2.604vw; width: 20.26vw; }

.rightLeafage3 img { -webkit-animation: aLantern1 1.5s infinite linear alternate; animation: aLantern1 1.5s infinite linear alternate; -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; }

.leftLeafage1 { position: absolute; left: -0.781vw; top: 10.417vw; width: 20.26vw; }

.leftLeafage1 img { -webkit-animation: aLantern1 1.5s infinite linear alternate; animation: aLantern1 1.5s infinite linear alternate; -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; }

.leftLeafage2 { position: absolute; left: -0.781vw; top: 31.25vw; width: 20.521vw; }

.leftLeafage2 img { -webkit-animation: aLantern1 1.5s infinite linear alternate; animation: aLantern1 1.5s infinite linear alternate; -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; }

.dabbleMain { position: relative; padding-top: 3.646vw; }

.dabbleBox { position: relative; z-index: 1; }

.dabbleBox .trees { left: -8.073vw; }

.dabbleBox .title { padding-bottom: 0.521vw; }

.dabbleBox .title img { width: auto; height: 7.656vw; margin: auto; }

.dabbleBox .dabble { width: 69.115vw; margin: auto; position: relative; }

.dabbleBox .dabble .imgBox { position: absolute; left: 0vw; top: 0vw; width: 100%; }

.dabbleBox .dabble .contentBox { padding: 6.771vw 5.208vw 0vw; min-height: 38.49vw; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; z-index: 1; }

.dabbleBox .dabble .contentBox .dabbleImg { width: 30.885vw; height: 23.802vw; overflow: hidden; position: relative; -webkit-border-radius: 2.083vw; border-radius: 2.083vw; }

.dabbleBox .dabble .contentBox .dabbleImg img { position: absolute; left: 0vw; top: 0vw; width: 100%; height: 100%; object-fit: cover; }

.dabbleBox .dabble .contentBox .content { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding: 2.083vw 0vw 0vw 3.385vw; }

.dabbleBox .dabble .contentBox .content .dabbleTitle img { width: auto; height: 5.365vw; }

.dabbleBox .dabble .contentBox .content .desc { padding-top: 1.042vw; font-size: 1.146vw; color: #000000; line-height: 1.667vw; text-indent: 2em; }

.dabbleBox:nth-child(1) { z-index: 2; }

.dabbleBox:nth-child(2n) .contentBox { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.dabbleBox:nth-child(2n) .contentBox .content { padding: 2.083vw 3.385vw 0vw 0vw; }

.character3 { position: absolute; right: -13.021vw; top: 20.833vw; width: 41.458vw; z-index: 2; }

.character3 img { -webkit-animation: wave 36s 0.1s infinite linear; animation: wave 36s 0.1s infinite linear; }

.character4 { position: absolute; left: 3.646vw; top: 9.375vw; width: 16.927vw; z-index: 2; }

.character4 img { -webkit-animation: wave 23s 0.1s infinite linear; animation: wave 23s 0.1s infinite linear; }

.character5 { position: absolute; right: 0vw; top: 34.896vw; width: 13.125vw; z-index: 2; }

.character5 img { -webkit-animation: shakeX 8s 0.1s infinite linear; animation: shakeX 8s 0.1s infinite linear; }

.character6 { position: absolute; left: -10.417vw; top: 0vw; width: 46.875vw; }

.character6 img { -webkit-animation: wave 38s 0.1s infinite linear; animation: wave 38s 0.1s infinite linear; }

.character7 { position: absolute; right: -2.083vw; top: 7.292vw; width: 21.667vw; z-index: 2; }

.character7 img { -webkit-animation: wave 26s 0.1s infinite linear; animation: wave 26s 0.1s infinite linear; }

.character8 { position: absolute; right: -8.854vw; top: 20.833vw; width: 72.604vw; z-index: 2; }

.character8 img { -webkit-animation: wave 20s 0.1s infinite linear; animation: wave 20s 0.1s infinite linear; }

.character9 { position: absolute; right: -5.063vw; top: 13.646vw; width: 26.875vw; z-index: 2; }

.character9 img { -webkit-animation: wave 22s 0.1s infinite linear; animation: wave 22s 0.1s infinite linear; }

.character10 { position: absolute; right: -7.292vw; top: 0vw; width: 31.823vw; }

.character10 img { -webkit-animation: wave 30s 0.1s infinite linear; animation: wave 30s 0.1s infinite linear; }

.character11 { position: absolute; left: -21.875vw; top: -6.771vw; width: 53.594vw; }

.character11 img { -webkit-animation: wave 25s 0.1s infinite linear; animation: wave 25s 0.1s infinite linear; }

.leaf { position: absolute; left: -0.781vw; top: 9.375vw; width: 18.229vw; z-index: 1; }

.leaf img { -webkit-animation: aLantern1 1.5s infinite linear alternate; animation: aLantern1 1.5s infinite linear alternate; -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; }

.star { position: absolute; left: 8.854vw; top: 11.979vw; width: 4.531vw; z-index: 1; }

.star img { -webkit-animation: blinkAndScale 1.4s ease-in-out infinite; animation: blinkAndScale 1.4s ease-in-out infinite; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }

.star1 { position: absolute; left: 12.854vw; top: 18.979vw; width: 1.719vw; z-index: 1; }

.star1 img { -webkit-animation: blinkAndScale 1.5s ease-in-out infinite; animation: blinkAndScale 1.5s ease-in-out infinite; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }

.star2 { position: absolute; right: 1.854vw; top: 0vw; width: 1.146vw; z-index: 1; }

.star2 img { -webkit-animation: blinkAndScale 1.7s ease-in-out infinite; animation: blinkAndScale 1.7s ease-in-out infinite; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }

.star3 { position: absolute; right: 0.854vw; top: 17vw; width: 2.24vw; z-index: 1; }

.star3 img { -webkit-animation: blinkAndScale 1.8s ease-in-out infinite; animation: blinkAndScale 1.8s ease-in-out infinite; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }

.musicalNote { position: absolute; left: 12.5vw; top: 33.354vw; width: 1.823vw; z-index: 1; }

.musicalNote img { -webkit-animation: dance 2s 0.1s infinite linear; animation: dance 2s 0.1s infinite linear; }

.musicalNote1 { position: absolute; left: 6.771vw; top: 40.427vw; width: 10.573vw; z-index: 1; }

.musicalNote1 img { -webkit-animation: dance 3.5s 0.1s infinite linear; animation: dance 3.5s 0.1s infinite linear; }

.musicalNote2 { position: absolute; left: 34.5vw; top: 18.354vw; width: 1.823vw; z-index: 1; }

.musicalNote2 img { -webkit-animation: dance 2s 0.1s infinite linear; animation: dance 2s 0.1s infinite linear; }

.rockSugarGourd { position: absolute; left: 4.167vw; top: 11.458vw; width: 13.281vw; z-index: 3; }

.rockSugarGourd img { -webkit-animation: wave 25s 0.1s infinite linear; animation: wave 25s 0.1s infinite linear; }

.kebab { position: absolute; right: 3.125vw; top: 13.542vw; width: 16.979vw; z-index: 3; }

.kebab img { -webkit-animation: wave 20s 0.1s infinite linear; animation: wave 20s 0.1s infinite linear; }

.TorchMain { margin-top: 6.25vw; padding-bottom: 5.208vw; position: relative; }

.TorchMain .title img { height: 4.115vw; margin: 0vw auto; width: auto; }

.TorchMain .Torch { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 0vw 1.823vw; margin-top: 4.688vw; }

.TorchMain .Torch .list { width: -webkit-calc(50% - 2.188vw); width: calc(50% - 2.188vw); margin: 0vw 1.094vw; min-height: 48.073vw; position: relative; }

.TorchMain .Torch .list .listBg { position: absolute; left: 0vw; top: 0vw; width: 100%; }

.TorchMain .Torch .list .contentBox { position: relative; z-index: 1; padding: 3.125vw 2.865vw 0vw; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.TorchMain .Torch .list .contentBox .imgBox { overflow: hidden; -webkit-border-radius: 1.042vw; border-radius: 1.042vw; }

.TorchMain .Torch .list .contentBox .content .listTitle { padding-top: 2.083vw; }

.TorchMain .Torch .list .contentBox .content .listTitle img { height: 5vw; width: auto; margin: 0vw auto; }

.TorchMain .Torch .list .contentBox .content .desc { padding-top: 1.042vw; font-size: 1.042vw; line-height: 1.563vw; color: #3f3f3f; text-indent: 2em; }

.TorchMain .Torch .list:nth-child(2) { margin-top: 4.688vw; }

.TorchMain .Torch .list:nth-child(2) .contentBox { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }

.TorchMain .Torch .list:nth-child(2) .contentBox .listTitle { padding: 0vw; }

.TorchMain .Torch .list:nth-child(2) .contentBox .content .desc { padding-bottom: 1.823vw; }

/*.SongDanceMain { margin-top: -11.719vw; padding: 16.927vw 0vw 10.417vw; position: relative; z-index: 2; overflow: hidden; }*/
.SongDanceMain { margin-top: -11.719vw; padding: 16.927vw 0vw 15.417vw; position: relative; z-index: 2; overflow: hidden; }
.SongDanceMain .SongDanceBg { position: absolute; left: 0vw; top: 0vw; width: 100%; }

.SongDanceMain .pcContainer { position: relative; z-index: 2; }

.SongDanceMain .title img { height: 4.167vw; margin: 0vw auto; width: auto; }

.SongDanceMain .SongDance { padding-top: 1.563vw; }

.SongDanceMain .SongDance .list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 0vw 0vw; }

.SongDanceMain .SongDance .list .imgBox { width: 33.281vw; }

.SongDanceMain .SongDance .list .content { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding: 3.125vw 9.375vw 0vw 2.083vw; }

.SongDanceMain .SongDance .list .content .listTitle img { width: auto; height: 5.625vw; }

.SongDanceMain .SongDance .list .content .desc { padding-top: 1.302vw; font-size: 1.042vw; line-height: 1.563vw; color: #000000; text-indent: 2em; }

.SongDanceMain .SongDance .list:nth-child(2) { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.SongDanceMain .SongDance .list:nth-child(2) .content { padding: 6.25vw 5.208vw 0vw 4.688vw; }

.musicalOrgyMain { margin-top: -10.417vw; padding: 11.458vw 0vw 10.417vw; position: relative; z-index: 2; overflow: hidden; }

.musicalOrgyMain .musicalOrgyBg { position: absolute; left: 0vw; top: 0vw; width: 100%; }

.musicalOrgyMain .musicalOrgy { position: relative; z-index: 2; }

.musicalOrgyMain .musicalOrgy .list { position: relative; }

.musicalOrgyMain .musicalOrgy .list .title { padding-bottom: 2.604vw; }

.musicalOrgyMain .musicalOrgy .list .title img { width: auto; height: 4.167vw; margin: auto; }

.musicalOrgyMain .musicalOrgy .list .pcContainer { width: 68.281vw; position: relative; }

.musicalOrgyMain .musicalOrgy .list .listBg { position: absolute; left: 0vw; top: 0vw; width: 100%; }

.musicalOrgyMain .musicalOrgy .list .contentBox { position: relative; z-index: 2; padding: 3.646vw 2.771vw 0vw 3.646vw; min-height: 53.896vw; }

.musicalOrgyMain .musicalOrgy .list .contentBox .bandBox{overflow:hidden; position:relative;}

.musicalOrgyMain .musicalOrgy .list .contentBox .bandBox .bandPage{width: 30.625vw; left:0px; position:absolute; bottom:0.781vw; display:flex; align-items:center; justify-content:center; z-index:20; }

.musicalOrgyMain .musicalOrgy .list .contentBox .bandBox .bandPage span{ width:0.521vw; height:0.521vw; margin:0vw 0.208vw; opacity:1; background:#fff;}

.musicalOrgyMain .musicalOrgy .list .contentBox .bandBox .bandPage span.swiper-pagination-bullet-active{width:0.625vw; height:0.625vw; background:#07a8e4;}

.musicalOrgyMain .musicalOrgy .list .contentBox .intro { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; }

.musicalOrgyMain .musicalOrgy .list .contentBox .imgBox { width: 30.625vw; height: 21.927vw; position: relative; -webkit-border-radius: 1.042vw; border-radius: 1.042vw; overflow: hidden; }

.musicalOrgyMain .musicalOrgy .list .contentBox .imgBox img { position: absolute; left: 0vw; top: 0vw; width: 100%; height: 100%; object-fit: cover; }

.musicalOrgyMain .musicalOrgy .list .contentBox .content { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding: 1.604vw 0vw 0vw 3.646vw; }

.musicalOrgyMain .musicalOrgy .list .contentBox .content .listTitle img { height: 5vw; width: auto; }

.musicalOrgyMain .musicalOrgy .list .contentBox .content .time img { height: 1.979vw; width: auto; }

.musicalOrgyMain .musicalOrgy .list .contentBox .content .desc { padding-top: 1.302vw; text-indent: 2em; font-size: 1.042vw; padding-right: 3.646vw; color: #3f3f3f; }

.musicalOrgyMain .musicalOrgy .list .contentBox .introTable { padding-top: 1.563vw; }

.musicalOrgyMain .musicalOrgy .list .contentBox .introTable img { width: 100%; display: block; }

.musicalOrgyMain .musicalOrgy .list:nth-child(1) .content .desc { padding-top: 0px; }

.musicalOrgyMain .musicalOrgy .list:nth-child(2) .contentBox { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; padding: 3.646vw 3.125vw 0vw 5.208vw; min-height: 36vw; }

.musicalOrgyMain .musicalOrgy .list:nth-child(2) .contentBox .content { padding: 2.604vw 0vw 0vw 3.646vw; }

.musicalOrgyMain .musicalOrgy .list:nth-child(2) .contentBox .content .desc { padding-right: 0vw; }

.performanceMain { margin-top: -20.833vw; padding: 0vw 0vw 5.208vw; position: relative; z-index: 2; overflow: hidden; }

.performanceMain .performanceBg { position: absolute; left: 0vw; top: 0vw; width: 100%; }

.performanceMain .title img { height: 6.51vw; margin: auto; width: auto; }

.performanceBox { padding-top: 20.833vw; position: relative; z-index: 2; }

.performance { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding: 0vw 1.823vw; margin-top: 3.646vw; }

.performance .list { width: -webkit-calc(50% - 2.188vw); width: calc(50% - 2.188vw); margin: 0vw 1.094vw; min-height: 48.073vw; position: relative; }

.performance .list .listBg { position: absolute; left: 0vw; top: 0vw; width: 100%; }

.performance .list .contentBox { position: relative; z-index: 1; padding: 3.125vw 2.865vw 0vw; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.performance .list .contentBox .imgBox { overflow: hidden; -webkit-border-radius: 1.042vw; border-radius: 1.042vw; }

.performance .list .contentBox .content .listTitle { padding-top: 2.083vw; }

.performance .list .contentBox .content .listTitle img { max-width: 100%; max-height: 4.74vw; width: auto; margin: 0vw auto; }

.performance .list .contentBox .content .desc { padding-top: 1.042vw; font-size: 1.042vw; line-height: 1.563vw; color: #3f3f3f; text-indent: 2em; }

.performance .list:nth-child(2) { margin-top: 4.688vw; }

.performance .list:nth-child(2) .contentBox { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }

.performance .list:nth-child(2) .contentBox .listTitle { padding: 0vw; }

.performance .list:nth-child(2) .contentBox .content .desc { padding-bottom: 1.823vw; }

.RecommendedBox { position: relative; z-index: 2; }

.RecommendedBox .pcContainer { max-width: 74.74vw; }

.RecommendedBox .Recommended { position: relative; min-height: 57.292vw; padding-top: 1.042vw; margin-top: 3.125vw; }

.RecommendedBox .Recommended .RecommendedBg { position: absolute; left: 0vw; top: 0vw; width: 100%; }

.RecommendedBox .Recommended .list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; z-index: 2; padding: 2.083vw 4.167vw 0vw; }

.RecommendedBox .Recommended .list .imgBox { width: 35.781vw; }

.RecommendedBox .Recommended .list .content { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding: 3.646vw 2.083vw 0vw 2.604vw; }

.RecommendedBox .Recommended .list .content .listTitle img { height: 5.052vw; width: auto; }

.RecommendedBox .Recommended .list .content .desc { padding-top: 1.042vw; font-size: 1.042vw; line-height: 1.563vw; text-indent: 2em; }

.RecommendedBox .Recommended .list:nth-child(3) { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.RecommendedBox .Recommended .list:nth-child(3) .content { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; padding: 3.646vw 4.167vw 0vw 0vw; }

.featuredPerformanceMain { position: relative; z-index: 2; margin-top: 1.042vw; }

.featuredPerformanceMain .pcContainer { max-width: 75.99vw; }

.featuredPerformanceMain .featuredPerformanceBox { position: relative; min-height: 52.083vw; margin-top: 3.125vw; }

.featuredPerformanceMain .featuredPerformanceBox .featuredPerformanceBg { position: absolute; left: 0vw; top: 0vw; width: 100%; }

.featuredPerformanceMain .featuredPerformanceBox .featuredPerformance { padding: 4.167vw 6.25vw 0vw; position: relative; }

.featuredPerformanceMain .featuredPerformanceBox .featuredPerformance .prevBtn, .featuredPerformanceMain .featuredPerformanceBox .featuredPerformance .nextBtn { z-index: 20; cursor: pointer; position: absolute; width: 3.073vw; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.featuredPerformanceMain .featuredPerformanceBox .featuredPerformance .prevBtn { left: 2.083vw; }

.featuredPerformanceMain .featuredPerformanceBox .featuredPerformance .nextBtn { right: 2.083vw; }

.featuredPerformanceMain .featuredPerformanceBox .featuredPerformance .featuredPerformanceList { position: relative; overflow: hidden; }

.featuredPerformanceMain .featuredPerformanceBox .featuredPerformance .featuredPerformanceList .imgBox { height: 31.25vw; position: relative; overflow: hidden; -webkit-border-radius: 1.563vw; border-radius: 1.563vw; }

.featuredPerformanceMain .featuredPerformanceBox .featuredPerformance .featuredPerformanceList .imgBox img { position: absolute; left: 0vw; top: 0vw; width: 100%; height: 100%; object-fit: cover; }

.featuredPerformanceMain .featuredPerformanceBox .featuredPerformance .featuredPerformanceList .content { padding-top: 1.823vw; }

.featuredPerformanceMain .featuredPerformanceBox .featuredPerformance .featuredPerformanceList .content .listTitle img { width: auto; height: 2.188vw; }

.featuredPerformanceMain .featuredPerformanceBox .featuredPerformance .featuredPerformanceList .content .desc { padding-top: 0.521vw; font-size: 1.042vw; text-indent: 2em; line-height: 1.563vw; color: #000000; }

.parentChildMain { position: relative; z-index: 2; margin-top: 1.042vw; }

.parentChildMain .pcContainer { max-width: 75.99vw; }

.parentChildMain .parentChildBox { position: relative; min-height: 41.667vw; margin-top: 3.125vw; }

.parentChildMain .parentChildBox .parentChildBg { position: absolute; left: 0vw; top: 0vw; width: 100%; }

.parentChildMain .parentChildBox .parentChild { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; z-index: 2; padding: 4.688vw 2.083vw 0vw; }

.parentChildMain .parentChildBox .parentChild .list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; width: 50%; padding: 0vw 2.083vw; }

.parentChildMain .parentChildBox .parentChild .list .content { padding: 1.823vw 0vw 0vw; }

.parentChildMain .parentChildBox .parentChild .list .content .listTitle img { height: 2.135vw; width: auto; }

.parentChildMain .parentChildBox .parentChild .list .content .desc { padding-top: 0.521vw; text-indent: 2em; font-size: 1.042vw; line-height: 1.563vw; color: #000000; }

.parentChildMain .parentChildBox .parentChild .list:nth-child(2) { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }

.parentChildMain .parentChildBox .parentChild .list:nth-child(2) .content { padding: 0vw 0vw 1.823vw; }

.setMealBox { position: relative; z-index: 2; margin-top: 1.042vw; }

.setMealBox .setMealTitle img { width: auto; height: 10.104vw; margin: 0vw auto; }

.setMealBox .setMeal { margin: 0vw auto; width: 78.125vw; position: relative; }

.aeroplane { position: absolute; left: -3.906vw; top: 7.031vw; width: 8.854vw; }

.aeroplane img { -webkit-animation: shakeX 7s 0.1s infinite linear; animation: shakeX 7s 0.1s infinite linear; }

.Moon { position: absolute; right: 1.302vw; top: 10.938vw; width: 3.385vw; }

.Moon img { -webkit-animation: leftRight 1.5s infinite linear alternate; animation: leftRight 1.5s infinite linear alternate; }

.pcFooter { position: absolute; left: 0vw; bottom: 0vw; width: 100%; height: 4.323vw; font-size: 0.938vw; color: #fff; background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 25, 0)), to(rgba(0, 45, 138, 0.6))); background-image: linear-gradient(to right, rgba(255, 255, 25, 0), rgba(0, 45, 138, 0.6)); display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.buyTicketBtn { cursor: pointer; }

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

.popupQRCodeMain .popupQRCodeBox { position: absolute; left: 0vw; top: 0vw; width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.popupQRCodeMain .popupQRCodeBox .popupQRCode { position: relative; width: 20.729vw; opacity: 0; visibility: hidden; -webkit-transform: translateY(5.208vw); -ms-transform: translateY(5.208vw); transform: translateY(5.208vw); -webkit-transition: all .6s; transition: all .6s; }

.popupQRCodeMain .popupQRCodeBox .popupQRCode .popupQRCodeBg { width: 100%; }

.popupQRCodeMain .popupQRCodeBox .popupQRCode .qrCode { position: absolute; left: 0vw; top: 0vw; width: 100%; padding-top: 4.167vw; }

.popupQRCodeMain .popupQRCodeBox .popupQRCode .qrCode .title { font-size: 1.146vw; color: #fff; line-height: 1.354vw; padding: 0vw 0vw 4.688vw 1.563vw; }

.popupQRCodeMain .popupQRCodeBox .popupQRCode .qrCode p { width: 11.042vw; margin: 0vw auto; }

.popupQRCodeMain .popupQRCodeBox .popupQRCode .qrCode h3 { text-align: center; font-size: 1.042vw; color: #404040; padding-top: 1.042vw; }

.popupQRCodeMain .popupQRCodeBox.animat .popupQRCode { opacity: 1; visibility: visible; -webkit-transform: translateY(0vw); -ms-transform: translateY(0vw); transform: translateY(0vw); }

.closeQrCode { position: absolute; right: -3.646vw; top: 2.604vw; }

.closeQrCode i { width: 2.604vw; height: 2.604vw; -webkit-border-radius: 100%; border-radius: 100%; border: 0.156vw solid #fff; position: relative; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all .6s; transition: all .6s; cursor: pointer; display: block; }

.closeQrCode i::after { content: ''; width: 0.156vw; height: 60%; background: #fff; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.closeQrCode i::before { content: ''; width: 60%; height: 0.156vw; background: #fff; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.closeQrCode i:hover { -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); }

.leftFixed { position: fixed; left: -1.302vw; top: 50%; z-index: 80; width: 13.281vw; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); display: block; }

.leftFixed .leftFixedList { position: absolute; left: 2.365vw; right: 2.104vw; top: 3.646vw; }

.leftFixed .leftFixedList p { padding: 0.31vw 0vw; border-bottom: 0.052vw dashed #dbdee1; cursor: pointer; }

.leftFixed .leftFixedList p a { display: block; line-height: 1.563vw; -webkit-border-radius: 1.563vw; border-radius: 1.563vw; height: 1.563vw; font-size: 0.833vw; padding: 0vw 0.521vw; color: #5e6b73; position: relative; }

.leftFixed .leftFixedList p a::after { width: 0.833vw; height: 0.833vw; right: 0px; top: -0.26vw; position: absolute; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkMyRTI1NDE2MzUzOTExRUY4MzcyRTI0RTE0RjJGMTc5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkMyRTI1NDE3MzUzOTExRUY4MzcyRTI0RTE0RjJGMTc5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzJFMjU0MTQzNTM5MTFFRjgzNzJFMjRFMTRGMkYxNzkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzJFMjU0MTUzNTM5MTFFRjgzNzJFMjRFMTRGMkYxNzkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz64d6hrAAADVElEQVR42qSTzW8cNRjGH9sznpn9zu52NynbqIWooVSFglS48CFArSAIhFABwYED4lJxpUjcOCEunJE4gJCoEFRIhAMHkKC3ho2ggpYCTUvTNFU22U2yOzObGc/4A+/fgK1Hsmw/tt/f+5r8e3kArQ2qdY7t7RwMBH7ZXTBKL5QZOYaYcj0yq1lNXSjc4y1WCn5PZBnyPAchBGTt7x1oZcB9CqnJY5Wq94njyXuTNIMEtgzTxXKpVMy2FKI0F7zofticdt/PRQ5jALJ6dQfxSKDeLrwxc6j8+e5uhGgsFn3uXqCU/qaghe/zZyuF4G0oNAeDBJmUP9aa9BQFBTn30TJqzeDEU68e7gJqEMf5p+VKIfZcth9Aweq6hv4lF7pNI3LWrbFjw+0UQorzUy33Fbry+y105qrfUE9DCPVxo15eseYMGhaO7cBr9qaXPM/5WYJ8kYQGtbYPw5yXe6P8SadzZN/T8w+2D5hcf+V57rIFWiVAzwKKrLkLabrEIR07PkE9shxvost8PKw5x95IvufMHz/4ohe4SNL0osUaMUpmtDEeJgECE9QbFpY9EGXCQJmvPuuP6bRIzWxV0UdpvRXM2o2wJsGo9RCMrBJjXVY2T6Zkl8uAkeAoplMkZF7+tcyVSaUJKGdOenvQh8wzzl0nsAdpoyegTaCU8Ww4gZ3iSpoCd0AoJSTLiZBjNWEGurk2vBTFe7j0z82qyISx661EqENhJL1MqEYY5tO9TdHZDeX+OJVNOc4tEvgllxCR5QN6cWnlXIPaF3LvkV//2spEpnU0Vp4Nwz6JhZSRyHFoQhhN1nrJYG876TRLzuPDkS00lp1nncMvhBVenDv1xJHTl2+EvXBL9lpN/0Ztyh1SgpQxGhaLbN33cIUT0mi1CmfzWB79s9tH8SB/nj1z+gxW7uwsHmhX35yfbSyE16NimVNSavHYFo9FYmwxmRnG2HNB4L7LGGl//+0qbm7I10fMWXLasyVEsdA//LF+//F5/FSi9GR/ZXwSFedOq1O4ZTOQWR212jfoRRB9geSK+9ZO03wZ307gSKkxwQtKhkvXNh4imfPOfc3KGbUe352m2V2EGYziFJv9KKo03O8eqM98MEf41Wu0B87tX5jk+/+0/wQYADlaoqzPxeAOAAAAAElFTkSuQmCC); background-size: cover; }

.leftFixed .leftFixedList p.cur a { background: -webkit-gradient(linear, left top, right top, from(#18a5fe), to(#1879fe)); background: linear-gradient(to right, #18a5fe, #1879fe); color: #fff; }

.leftFixed .leftFixedList p.cur a::after { content: ''; }

.leftFixed .leftFixedList p:last-child { border: none; }

.apProduct { position: absolute; left: 0px; top: 0px; }

[name=huoba] { top: -6.25vw; }

[name=meishi] { top: -4.25vw; }

[name=yanchu] { top: 4.25vw; }

[name=tuijian] { top: -5.25vw; }

[name=tese] { top: -3.25vw; }

[name=qinzi] { top: -3.25vw; }

[name=xinxi] { top: -3.25vw; }

.pcMain { display: block; }

.mMain { display: none; }



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

.popupEventsMain .popupEventsBox { position: absolute; left: 0vw; top: 0vw; width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.popupEventsMain .popupEventsBox .popupEvents { position: relative; width: 62.5vw; opacity: 0; visibility: hidden; -webkit-transform: translateY(5.208vw); -ms-transform: translateY(5.208vw); transform: translateY(5.208vw); -webkit-transition: all .6s; transition: all .6s; }

.popupEventsMain .popupEventsBox .popupEvents img{width:100%; display:block;}

.popupEventsMain .popupEventsBox.animat .popupEvents { opacity: 1; visibility: visible; -webkit-transform: translateY(0vw); -ms-transform: translateY(0vw); transform: translateY(0vw); }

.closeEvents { position: absolute; right: -3.646vw; top: 0vw; }

.closeEvents i { width: 2.604vw; height: 2.604vw; -webkit-border-radius: 100%; border-radius: 100%; border: 0.156vw solid #fff; position: relative; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all .6s; transition: all .6s; cursor: pointer; display: block; }

.closeEvents i::after { content: ''; width: 0.156vw; height: 60%; background: #fff; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.closeEvents i::before { content: ''; width: 60%; height: 0.156vw; background: #fff; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.closeEvents i:hover { -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); }


@media (max-width: 768px) { .pcMain { display: none; }
  .mMain { display: block; }
  .leftFixed { display: none; }
  .buyTicket { display: none; }
  /* 元素 */
  .element { position: absolute; }
  /* 容器 */
  .container { position: relative; /* 首屏 */ /* 底部 */ }
  .container img { width: 100%; height: auto; }
  .container .slide1 { position: relative; height: 204.533vw; overflow: hidden; }
  .container .slide1 .logo { padding: 0px 3.733vw; margin: 3.2vw 0px 8vw; }
  .container .slide1 .logo img { width: auto; height: 7.6vw; }
  .container .slide1 .title { padding: 0px 3.733vw; }
  .container .slide1 .intro { padding: 0px 3.733vw; margin-bottom: 6.933vw; }
  .container .slide1 .btns { margin-top: -20.667vw; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; z-index: 2; padding: 0px 1.2vw; }
  .container .slide1 .btns a { -webkit-animation: bounce1 2s ease infinite; animation: bounce1 2s ease infinite; }
  .container .slide1 .btns a:nth-child(1) { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
  .container .slide1 .btns a:nth-child(2) { -webkit-animation-delay: 0.3s; animation-delay: 0.3s; }
  .container .slide1 .btns a:nth-child(3) { -webkit-animation-delay: 0.4s; animation-delay: 0.4s; }
  .container .slide1 .btns a img { width: auto; height: 14vw; }
  .container .slide1 .people img { width: 120%; -webkit-animation: shakeY 18s 0.1s infinite linear; animation: shakeY 18s 0.1s infinite linear; }
  .container .slide1 .prospect1 { left: -2.667vw; bottom: -1.333vw; width: 31.333vw; }
  .container .slide1 .prospect1 img { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-animation: aLantern1 2s 0.1s infinite linear alternate; animation: aLantern1 2s 0.1s infinite linear alternate; }
  .container .slide1 .prospect2 { right: -2.667vw; bottom: -1.333vw; width: 56vw; }
  .container .slide1 .prospect2 img { -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; transform-origin: right bottom; -webkit-animation: aLantern1 2s 0.2s infinite linear alternate; animation: aLantern1 2s 0.2s infinite linear alternate; }
  .container .slide2 { min-height: 1000vw; position: relative; z-index: 2; margin-top: -14.8vw; overflow: hidden; padding-top: 26.4vw; }
  .container .slide2 .title { padding: 0px 3.733vw; }
  .container .slide2 .intro { padding: 0px 3.733vw; position: relative; }
  .container .slide2 .intro .prospect1 { left: 0px; top: -2.667vw; width: 14.4vw; }
  .container .slide2 .intro .prospect1 img { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-animation: aLantern1 2s 0s infinite linear alternate; animation: aLantern1 2s 0s infinite linear alternate; }
  .container .slide2 .intro .prospect2 { right: 0px; bottom: -10.667vw; width: 16.267vw; }
  .container .slide2 .intro .prospect2 img { -webkit-transform-origin: right bottom; -ms-transform-origin: right bottom; transform-origin: right bottom; -webkit-animation: aLantern1 2s 0.2s infinite linear alternate; animation: aLantern1 2s 0.2s infinite linear alternate; }
  .container .slide2 .list { position: relative; }
  .container .slide2 .list .prospect1 { top: 96.4vw; left: -2.667vw; width: 15.333vw; }
  .container .slide2 .list .prospect1 img { -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; -webkit-animation: aLantern1 2s 0s infinite linear alternate; animation: aLantern1 2s 0s infinite linear alternate; }
  .container .slide2 .list .prospect2 { top: 384.8vw; right: -2.667vw; width: 16.267vw; }
  .container .slide2 .list .prospect2 img { -webkit-transform-origin: right center; -ms-transform-origin: right center; transform-origin: right center; -webkit-animation: aLantern1 2s 0.2s infinite linear alternate; animation: aLantern1 2s 0.2s infinite linear alternate; }
  .container .slide2 > .prospect1 { bottom: -12vw; left: -6.133vw; width: 28.4vw; }
  .container .slide2 > .prospect1 img { -webkit-animation: shakeY 18s 0s infinite linear; animation: shakeY 18s 0s infinite linear; }
  .container .slide2 > .prospect2 { bottom: -30.667vw; right: -4vw; width: 26.667vw; }
  .container .slide2 > .prospect2 img { -webkit-animation: shakeY 18s 0.2s infinite linear; animation: shakeY 18s 0.2s infinite linear; }
  /*.container .slide4 { min-height: 314.267vw; margin-top: -29.333vw; padding-top: 33.6vw; position: relative; z-index: 2; overflow: hidden; }*/
  .container .slide4 { min-height: 205.267vw; margin-top: -29.333vw; padding-top: 33.6vw; position: relative; z-index: 2; overflow: hidden; }
  .container .slide4 .list { position: relative; }
  .container .slide5 { min-height: 341.467vw; margin-top: -24vw; padding-top: 20vw; position: relative; z-index: 2; overflow: hidden; }
  .container .slide5 .list { position: relative; }
  .container .slide5 .prospect1 { left: -2.667vw; top: 113.733vw; width: 19.467vw; }
  .container .slide5 .prospect1 img { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-animation: aLantern1 2s 0s infinite linear alternate; animation: aLantern1 2s 0s infinite linear alternate; }
  .container .slide5 .prospect2 { right: 0px; top: 106.667vw; width: 13.467vw; }
  .container .slide5 .prospect2 img { -webkit-animation: aLantern1 0.8s 0s infinite linear alternate; animation: aLantern1 0.8s 0s infinite linear alternate; }
  .container .slide5 .prospect3 { left: 0px; top: 97.333vw; width: 4.667vw; }
  .container .slide5 .prospect3 img { -webkit-animation: aLantern1 0.8s 0.2s infinite linear alternate; animation: aLantern1 0.8s 0.2s infinite linear alternate; }
  .container .slide5 .prospect4 { left: -6.533vw; bottom: 11.867vw; width: 24.8vw; }
  .container .slide5 .prospect4 img { -webkit-transform-origin: center bottom; -ms-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation: aLantern1 2s 0s infinite linear alternate; animation: aLantern1 2s 0s infinite linear alternate; }
  .container .slide5 .prospect5 { right: -3.6vw; bottom: 5.467vw; width: 24.8vw; }
  .container .slide5 .prospect5 img { -webkit-transform-origin: center bottom; -ms-transform-origin: center bottom; transform-origin: center bottom; -webkit-animation: aLantern1 2s 0.2s infinite linear alternate; animation: aLantern1 2s 0.2s infinite linear alternate; }
  .container .slide5 .prospect7 { left: 0.5vw; top: 259.333vw; width: 4.667vw; }
  .container .slide5 .prospect7 img { -webkit-animation: aLantern1 0.8s 0.2s infinite linear alternate; animation: aLantern1 0.8s 0.2s infinite linear alternate; }
  .container .slide5 .prospect8 { right: -0.5vw; top: 299.333vw; width: 4.667vw; }
  .container .slide5 .prospect8 img { -webkit-animation: aLantern1 0.8s 0.2s infinite linear alternate; animation: aLantern1 0.8s 0.2s infinite linear alternate; }
  .container .slide6 { min-height: 1146vw; margin-top: -19.867vw; padding-top: 20vw; position: relative; z-index: 2; overflow: hidden; }
  .container .slide6 .prospect1 { left: -2.667vw; top: 34.667vw; width: 24.667vw; }
  .container .slide6 .prospect1 img { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-animation: aLantern1 2s 0s infinite linear alternate; animation: aLantern1 2s 0s infinite linear alternate; }
  .container .slide6 .prospect2 { top: 300.4vw; right: -2.667vw; width: 21.333vw; }
  .container .slide6 .prospect2 img { -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; -webkit-animation: aLantern1 2s 0.2s infinite linear alternate; animation: aLantern1 2s 0.2s infinite linear alternate; }
  .container .slide6 .prospect3 { left: -2.667vw; top: 549.333vw; width: 24.667vw; }
  .container .slide6 .prospect3 img { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-animation: aLantern1 2s 0s infinite linear alternate; animation: aLantern1 2s 0s infinite linear alternate; }
  .container .slide6 .prospect4 { top: 802.667vw; right: 0px; width: 21.333vw; }
  .container .slide6 .prospect4 img { -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; -webkit-animation: aLantern1 2s 0.2s infinite linear alternate; animation: aLantern1 2s 0.2s infinite linear alternate; }
  .container .footer { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; padding: 0px 3.733vw; height: 10.4vw; background: -webkit-gradient(linear, left bottom, left top, from(#0a8dce), to(#0568b5)); background: linear-gradient(0deg, #0a8dce, #0568b5); }
  .container .footer, .container .footer a { font-size: 2.667vw; color: #fff; }
  /* 购票按钮 */
  .ticketingBtn { position: fixed; top: -10px; right: 0px; z-index: 999; }
  .ticketingBtn img { width: auto; height: 21.6vw; -webkit-animation: shakeY 18s 0.1s infinite linear; animation: shakeY 18s 0.1s infinite linear; }
  /* 背景 */
  .bg { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: -1; }
  .bg img { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; object-fit: cover; }
  .popupQRCodeMain { position: fixed; left: 0vw; top: 0vw; width: 100%; height: 100%; z-index: 99; background: rgba(0, 0, 0, 0.7); display: none; }
  .popupQRCodeMain .popupQRCodeBox { position: absolute; left: 0vw; top: 0vw; width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .popupQRCodeMain .popupQRCodeBox .popupQRCode { position: relative; width: 62.187vw; opacity: 0; visibility: hidden; -webkit-transform: translateY(15.625vw); -ms-transform: translateY(15.625vw); transform: translateY(15.625vw); -webkit-transition: all .6s; transition: all .6s; }
  .popupQRCodeMain .popupQRCodeBox .popupQRCode .popupQRCodeBg { width: 100%; }
  .popupQRCodeMain .popupQRCodeBox .popupQRCode .qrCode { position: absolute; left: 0vw; top: 0vw; width: 100%; padding-top: 12.5vw; }
  .popupQRCodeMain .popupQRCodeBox .popupQRCode .qrCode .title { font-size: 3.438vw; color: #fff; line-height: 4.062vw; padding: 0vw 0vw 14.064vw 4.689vw; }
  .popupQRCodeMain .popupQRCodeBox .popupQRCode .qrCode p { width: 33.125vw; margin: 0vw auto; }
  .popupQRCodeMain .popupQRCodeBox .popupQRCode .qrCode h3 { text-align: center; font-size: 3.125vw; color: #404040; padding-top: 3.125vw; }
  .popupQRCodeMain .popupQRCodeBox.animat .popupQRCode { opacity: 1; visibility: visible; -webkit-transform: translateY(0vw); -ms-transform: translateY(0vw); transform: translateY(0vw); }
  .closeQrCode { position: absolute; right: -10.938vw; top: 7.812vw; }
  .closeQrCode i { width: 7.812vw; height: 7.812vw; -webkit-border-radius: 100%; border-radius: 100%; border: 0.468vw solid #fff; position: relative; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all .6s; transition: all .6s; cursor: pointer; display: block; }
  .closeQrCode i::after { content: ''; width: 0.468vw; height: 60%; background: #fff; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  .closeQrCode i::before { content: ''; width: 60%; height: 0.468vw; background: #fff; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
  .closeQrCode i:hover { -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); }
  .wxSmallProgram { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; }
  .mSetMealBox { position: relative; }
  .mList { position: relative; } 
    
  .mBandBox{background:url(../images/mBand_2.png); background-repeat: repeat-y; background-size:100% auto;}
  .mBandBox .mBand {width: 75.067vw; overflow:hidden; position:relative; margin:0px auto;}
 .mBandBox .mBand .mBandPage{position:absolute; text-align:center; z-index:20; top:45vw; left:0vw;bottom:auto !important;}
    .mBandBox .mBand .mBandPage span{width:1.333vw; height:1.333vw; background:#fff; opacity:1; margin:0vw 0.533vw !important; }
    .mBandBox .mBand .mBandPage span.swiper-pagination-bullet-active{background:#07a8e4; width:1.6vw; height:1.6vw;}
        

}
