@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0px;
  border: 0;
  font-size: 100%;
  outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0px;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font: 14px/1.8 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
  margin: 0 auto;
  color: #666;
  background-color: #fff8f5;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

strong {
  font-weight: bold;
}

img {
  border: 0;
}

input {
  outline: none;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  border-radius: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
}

textarea {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif;
}

::-moz-selection {
  background: #0055A2;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #0055A2;
  color: #fff;
  text-shadow: none;
}

select {
  outline: none;
}

select::-ms-expand {
  display: none;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:link,
a:visited {
  text-decoration: none;
}

a:active,
a:hover {
  text-decoration: none;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0px;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.fc {
  text-align: center;
}

.fr {
  text-align: right;
}

.l {
  float: left;
  display: inline-block;
}

.r {
  float: right;
  display: inline-block;
}

.vt {
  vertical-align: top;
}

.vm {
  vertical-align: middle;
}

.fixedImg {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.fixedImg2 {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.ellipsisT {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.align-vertical {
  height: 100%;
  width: 100%;
  position: relative;
  display: table;
}

.vertical-inner {
  display: table-cell;
  vertical-align: middle;
}

.por {
  position: relative;
}

.pos {
  position: absolute;
}

.pof {
  position: fixed;
}

.imgw {
  width: 100%;
  display: block;
}

.imgH {
  height: 100%;
  display: block;
}

.imgwh {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.topacity {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s;
}

.loading .topacity {
  opacity: 1;
  visibility: visible;
}

.align-vertical {
  height: 100%;
  width: 100%;
  position: relative;
  display: table;
}

.vertical-inner {
  display: table-cell;
  vertical-align: middle;
}

.md-content {
  margin: 50px auto;
  position: relative;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.md-show,
.md-show body {
  overflow-y: hidden;
}

.md-show .md-content {
  transform: inherit;
  -webkit-transform: inherit;
  opacity: 1;
  visibility: visible;
}

.md-hide .md-content {
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
}

.md-show .md-modal {
  opacity: 1;
  pointer-events: all;
}

.md-modal {
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  right: 0px;
  bottom: 0;
  z-index: 1020;
  pointer-events: none;
  opacity: 0;
  background: none rgba(0, 0, 0, 0.6);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-overflow-scrolling: touch;
  transition: .3s;
  -webkit-transition: .3s;
}

.form-box-close {
  width: 56px;
  height: 56px;
  line-height: 56px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.form-box-close i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 56px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #999999;
  transition: 300ms;
  -webkit-transition: 300ms;
}

.form-box-close:hover i {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  color: #0D2891;
}

.erm-ipage {
  width: 90%;
}

.erm-ipage .form-box-close {
  position: relative;
  right: auto;
  top: auto;
  margin: 20px auto 0;
}

.flx {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flxAignC {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
}

.flxjustifySB {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

/**
 * Swiper 5.4.5
 */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-container-3d {
  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 {
  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: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  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-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(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, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: 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-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  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-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.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-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.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
}

.clip-w {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.8s cubic-bezier(0.09, 0.34, 0.63, 1);
  transition: 0.8s cubic-bezier(0.09, 0.34, 0.63, 1);
}

.swiper-slide-active .clip-w {
  clip-path: inset(0 0 0 0);
}

.clip-h {
  clip-path: inset(0 0 100% 0);
  -webkit-transition: 0.6s cubic-bezier(0.09, 0.34, 0.63, 1);
  transition: 0.6s cubic-bezier(0.09, 0.34, 0.63, 1);
}

.swiper-slide-active .clip-h {
  clip-path: inset(0 0 0 0);
}

.tYT50 {
  transform: translateY(80px);
  -webkit-transform: translateY(80px);
  opacity: 0;
  visibility: hidden;
  transition: transform .8s, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
  -webkit-transition: transform .8s, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}

.tYT502 {
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  opacity: 0;
  visibility: hidden;
  transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
  -webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}

.tXT50 {
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
  opacity: 0;
  visibility: hidden;
  transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
  -webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}

.tXT502 {
  transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  opacity: 0;
  visibility: hidden;
  transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
  -webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}

.swiper-slide-active .tYT50,
.swiper-slide-active .tYT502 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.swiper-slide-active .tXT50,
.swiper-slide-active .tXT502 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

.topacity {
  opacity: 0;
  visibility: hidden;
  transition: opacity .8s;
}

.swiper-slide-active .topacity {
  opacity: 1;
  visibility: visible;
}

.tsopacity {
  opacity: 0;
  -webkit-transform: rotate(180deg) scale(0);
  transform: rotate(180deg) scale(0);
  transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
  -webkit-transition: transform 600ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}

.swiper-slide-active .tsopacity {
  opacity: 1;
  visibility: visible;
  transform: initial;
}

.tscale {
  opacity: 0;
  transform: scale(0.5);
  transition: 2.2s linear;
  -webkit-transition: 2.2s linear;
}

.swiper-slide-active .tscale {
  opacity: 1;
  transform: initial;
}

.trotate {
  opacity: 0;
  transform: rotate(90deg);
  transition: transform .8s, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
  -webkit-transition: transform .8s, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}

.swiper-slide-active .trotate {
  opacity: 1;
  transform: initial;
}

.swiper-slide-active {
  transition: transform 1s, opacity 1s cubic-bezier(0.445, 0.145, 0.355, 1);
  -webkit-transition: transform 1s, opacity 1s cubic-bezier(0.445, 0.145, 0.355, 1);
  transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
}

.swiper-slide-active .tscale2 {
  opacity: 0;
  transform: scale(1.5);
}

.tsopacity2 {
  opacity: 0;
  transform: scale(0);
  transition: 5s;
}

.swiper-slide-active .tsopacity2 {
  opacity: 1;
  transform: initial;
}

.swiper-slide-active .a1 {
  transition: a1 2.2s linear both;
  -webkit-animation: a1 2.2s linear both
}

.swiper-slide-active .a2 {
  transition: a2 2.2s linear both;
  -webkit-animation: a2 2.2s linear both
}

.swiper-slide-active .a3 {
  transition: a3 2.2s linear both;
  -webkit-animation: a3 2.2s linear both
}

.swiper-slide-active .a4 {
  transition: a4 2.2s linear both;
  -webkit-animation: a4 2.2s linear both
}

.swiper-slide-active .a5 {
  transition: a5 2.2s linear both;
  -webkit-animation: a5 2.2s linear both
}

.swiper-slide-active .a6 {
  transition: a6 2.2s linear both;
  -webkit-animation: a6 2.2s linear both
}

.swiper-slide-active .a7 {
  transition: a7 2.2s linear both;
  -webkit-animation: a7 2.2s linear both
}

.swiper-slide-active .a8 {
  transition: a8 2.2s linear both;
  -webkit-animation: a8 2.2s linear both
}

.dly_1 {
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
}

.dly_2 {
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
}

.dly_3 {
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
}

.dly_4 {
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
}

.dly_5 {
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
}

.dly_6 {
  transition-delay: .6s;
  -webkit-transition-delay: .6s;
}

.dly_7 {
  transition-delay: .7s;
  -webkit-transition-delay: .7s;
}

.dly_8 {
  transition-delay: .8s;
  -webkit-transition-delay: .8s;
}

.dly_9 {
  transition-delay: .9s;
  -webkit-transition-delay: .9s;
}

.dly_10 {
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
}

.dly_11 {
  transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
}

.dly_12 {
  transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
}

.dly_13 {
  transition-delay: 1.3s;
  -webkit-transition-delay: 1.3s;
}

.dly_14 {
  transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s;
}

.dly_15 {
  transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
}

.dly_16 {
  transition-delay: 1.6s;
  -webkit-transition-delay: 1.6s;
}

.dly_17 {
  transition-delay: 1.7s;
  -webkit-transition-delay: 1.7s;
}

.dly_18 {
  transition-delay: 1.8s;
  -webkit-transition-delay: 1.8s;
}

.dly_19 {
  transition-delay: 1.9s;
  -webkit-transition-delay: 1.9s;
}

.dly_20 {
  transition-delay: 2s;
  -webkit-transition-delay: 2s;
}

.dly_21 {
  transition-delay: 2.1s;
  -webkit-transition-delay: 2.1s;
}

.dly_22 {
  transition-delay: 2.2s;
  -webkit-transition-delay: 2.2s;
}

.dly_23 {
  transition-delay: 2.3s;
  -webkit-transition-delay: 2.3s;
}

.dly_24 {
  transition-delay: 2.4s;
  -webkit-transition-delay: 2.4s;
}

.dly_25 {
  transition-delay: 2.5s;
  -webkit-transition-delay: 2.5s;
}

.dly_26 {
  transition-delay: 2.6s;
  -webkit-transition-delay: 2.6s;
}

.dly_27 {
  transition-delay: 2.7s;
  -webkit-transition-delay: 2.7s;
}

.dly_28 {
  transition-delay: 2.8s;
  -webkit-transition-delay: 2.8s;
}

.dly_29 {
  transition-delay: 2.9s;
  -webkit-transition-delay: 2.9s;
}

.dly_30 {
  transition-delay: 3s;
  -webkit-transition-delay: 3s;
}

.dly_31 {
  transition-delay: 3.1s;
  -webkit-transition-delay: 3.1s;
}

.dly_32 {
  transition-delay: 3.2s;
  -webkit-transition-delay: 3.2s;
}

.dly_33 {
  transition-delay: 3.3s;
  -webkit-transition-delay: 3.3s;
}

.dly_34 {
  transition-delay: 3.4s;
  -webkit-transition-delay: 3.4s;
}

.dly_35 {
  transition-delay: 3.5s;
  -webkit-transition-delay: 3.5s;
}

.dly_36 {
  transition-delay: 3.6s;
  -webkit-transition-delay: 3.6s;
}

.dly_37 {
  transition-delay: 3.7s;
  -webkit-transition-delay: 3.7s;
}

.dly_38 {
  transition-delay: 3.8s;
  -webkit-transition-delay: 3.8s;
}

.dly_39 {
  transition-delay: 3.9s;
  -webkit-transition-delay: 3.9s;
}

.dly_40 {
  transition-delay: 4s;
  -webkit-transition-delay: 4s;
}

.dly_41 {
  transition-delay: 4.1s;
  -webkit-transition-delay: 4.1s;
}

.dly_42 {
  transition-delay: 4.2s;
  -webkit-transition-delay: 4.2s;
}

.dly_43 {
  transition-delay: 4.3s;
  -webkit-transition-delay: 4.3s;
}

.dly_44 {
  transition-delay: 4.4s;
  -webkit-transition-delay: 4.4s;
}

.dly_45 {
  transition-delay: 4.5s;
  -webkit-transition-delay: 4.5s;
}

.dly_46 {
  transition-delay: 4.6s;
  -webkit-transition-delay: 4.6s;
}

.dly_47 {
  transition-delay: 4.7s;
  -webkit-transition-delay: 4.7s;
}

.dly_48 {
  transition-delay: 4.8s;
  -webkit-transition-delay: 4.8s;
}

.dly_49 {
  transition-delay: 4.9s;
  -webkit-transition-delay: 4.9s;
}

.dly_50 {
  transition-delay: 5s;
  -webkit-transition-delay: 5s;
}

.dly_51 {
  transition-delay: 5.1s;
  -webkit-transition-delay: 5.1s;
}

.dly_52 {
  transition-delay: 5.2s;
  -webkit-transition-delay: 5.2s;
}

.dly_53 {
  transition-delay: 5.3s;
  -webkit-transition-delay: 5.3s;
}

.dly_54 {
  transition-delay: 5.4s;
  -webkit-transition-delay: 5.4s;
}

.dly_55 {
  transition-delay: 5.5s;
  -webkit-transition-delay: 5.5s;
}

.dly_56 {
  transition-delay: 5.6s;
  -webkit-transition-delay: 5.6s;
}

.dly_57 {
  transition-delay: 5.7s;
  -webkit-transition-delay: 5.7s;
}

.dly_58 {
  transition-delay: 5.8s;
  -webkit-transition-delay: 5.8s;
}

.dly_59 {
  transition-delay: 5.9s;
  -webkit-transition-delay: 5.9s;
}

.dly_70 {
  transition-delay: 7s;
  -webkit-transition-delay: 7s;
}

.dly_71 {
  transition-delay: 7.1s;
  -webkit-transition-delay: 7.1s;
}

.dly_72 {
  transition-delay: 7.2s;
  -webkit-transition-delay: 7.2s;
}

.dly_73 {
  transition-delay: 7.3s;
  -webkit-transition-delay: 7.3s;
}

.dly_74 {
  transition-delay: 7.4s;
  -webkit-transition-delay: 7.4s;
}

.dly_75 {
  transition-delay: 7.5s;
  -webkit-transition-delay: 7.5s;
}

.dly_76 {
  transition-delay: 7.6s;
  -webkit-transition-delay: 7.6s;
}

.dly_77 {
  transition-delay: 7.7s;
  -webkit-transition-delay: 7.7s;
}

.dly_78 {
  transition-delay: 7.8s;
  -webkit-transition-delay: 7.8s;
}

.dly_79 {
  transition-delay: 7.9s;
  -webkit-transition-delay: 7.9s;
}

.dly_80 {
  transition-delay: 8s;
  -webkit-transition-delay: 8s;
}

.dly_81 {
  transition-delay: 8.1s;
  -webkit-transition-delay: 8.1s;
}

.dly_82 {
  transition-delay: 8.2s;
  -webkit-transition-delay: 8.2s;
}

.dly_83 {
  transition-delay: 8.3s;
  -webkit-transition-delay: 8.3s;
}

.dly_84 {
  transition-delay: 8.4s;
  -webkit-transition-delay: 8.4s;
}

.dly_85 {
  transition-delay: 8.5s;
  -webkit-transition-delay: 8.5s;
}

.dly_86 {
  transition-delay: 8.6s;
  -webkit-transition-delay: 8.6s;
}

.dly_87 {
  transition-delay: 8.7s;
  -webkit-transition-delay: 8.7s;
}

.dly_88 {
  transition-delay: 8.8s;
  -webkit-transition-delay: 8.8s;
}

.dly_89 {
  transition-delay: 8.9s;
  -webkit-transition-delay: 8.9s;
}

.dly_90 {
  transition-delay: 9s;
  -webkit-transition-delay: 9s;
}

.swiper-slide-active .dla_2 {
  animation-delay: .6s;
  -webkit-animation-delay: .6s;
}

.swiper-slide-active .dla_10 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}


@-webkit-keyframes raftFloat1 {
  0% {
    transform: rotate(1deg) translate(3px, -2px);
  }

  100% {
    transform: rotate(-1deg) translate(-3px, 2px);
  }
}

@keyframes raftFloat1 {
  0% {
    transform: rotate(1deg) translate(3px, -2px);
  }

  100% {
    transform: rotate(-1deg) translate(-3px, 2px);
  }
}

@keyframes twinkle2 {
  0% {
    -webkit-transform: rotate(-4deg) scale(1, 1);
    transform: rotate(-4deg) scale(1, 1);
  }

  25% {
    -webkit-transform: rotate(-6deg) scale(0.99, 0.99);
    transform: rotate(-6deg) scale(0.99, 0.99);
  }

  50% {
    -webkit-transform: rotate(-4deg) scale(0.98, 0.98);
    transform: rotate(-4deg) scale(0.98, 0.98);
  }

  75% {
    -webkit-transform: rotate(-7deg) scale(0.99, 0.99);
    transform: rotate(-9deg) scale(0.99, 0.99);
  }

  100% {
    -webkit-transform: rotate(-5deg) scale(1, 1);
    transform: rotate(-5deg) scale(1, 1);
  }
}

@keyframes spin1 {
  0% {
    transform: rotate(4deg) translateY(0);
  }

  50% {
    transform: rotate(-4deg) translateY(-8px);
  }

  100% {
    transform: rotate(4deg) translateY(0);
  }
}

@keyframes spin2 {
  0% {
    transform: rotate(1deg) translateY(0);
  }

  50% {
    transform: rotate(-1deg) translateY(-2px);
  }

  100% {
    transform: rotate(1deg) translateY(0);
  }
}

@keyframes shine2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.96);
    transform: scale(0.96);
  }
}

@keyframes updpwnMove {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(10px);
  }
}

@-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);
  }
}

@-webkit-keyframes weight {
  0% {
    transform: rotateZ(-3deg);
  }

  100% {
    transform: rotateZ(3deg);
  }
}

@keyframes weight {
  0% {
    transform: rotateZ(-3deg);
  }

  100% {
    transform: rotateZ(3deg);
  }
}

@-webkit-keyframes misu2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
    filter: blur(4px);
  }

  50% {
    opacity: 1;
    filter: blur(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(350px) rotate(300deg);
    transform: translateY(350px) rotate(300deg);
    filter: blur(0);
  }
}

@keyframes misu2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
    filter: blur(4px);
  }

  50% {
    opacity: 1;
    filter: blur(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(350px) rotate(300deg);
    transform: translateY(350px) rotate(300deg);
    filter: blur(0);
  }
}

@keyframes balloon-flying {
  0% {
    -webkit-transform: translate(30%, 50%);
    transform: translate(30%, 50%);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-30%, -50%);
    transform: translate(-30%, -50%);
    opacity: 0;
  }
}

@-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);
  }
}

@keyframes beat {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  50% {
    transform: scale(.96);
    -webkit-transform: scale(.96);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes raftFloat {
  0% {
    transform: rotate(3deg) translate(4px, -2px);
  }

  100% {
    transform: rotate(-3deg) translate(-2px);
  }
}

@keyframes raftFloat {
  0% {
    transform: rotate(3deg) translate(4px, -2px);
  }

  100% {
    transform: rotate(-3deg) translate(-2px);
  }
}

@-webkit-keyframes maskStarIn4 {
  from {
    -webkit-mask-size: 0% auto;
    mask-size: 0% auto;
  }

  to {
    -webkit-mask-size: 900% auto;
    mask-size: 900% auto;
  }
}

@keyframes maskStarIn4 {
  from {
    -webkit-mask-size: 0% auto;
    mask-size: 0% auto;
  }

  to {
    -webkit-mask-size: 900% auto;
    mask-size: 900% auto;
  }
}

@-webkit-keyframes mask-play {
  from {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
    filter: blur(10px);
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
    filter: blur(0px);
  }
}

@keyframes mask-play {
  from {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@keyframes move10 {
  100% {
    transform: rotate(5deg);
  }
}