@charset "UTF-8";
body{overflow-x: hidden;}

.Xmas_wrapper a,
.Xmas_wrapper a:hover,
.Xmas_wrapper a:focus{ text-decoration:none;}

.Xmas_wrapper *, .Xmas_wrapper *::after, .Xmas_wrapper *::before {
    box-sizing: border-box;margin: 0;
    padding: 0;
}


/* 轮播区 */
.Xmas_wrapper .car_banner {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 300px;
  z-index: 9;
  margin-top: -60px;
}
@media (max-width:1200px) {
  .Xmas_wrapper .car_banner {
    margin-top: 0;
  }
}
.Xmas_wrapper .car_banner .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.Xmas_wrapper .car_banner .container {
  margin: 0 auto;
  position: relative;
  list-style: none;
}
.Xmas_wrapper .car_banner .vertical .container {
  width: 670px;
  height: 110px;
}
.Xmas_wrapper .car_banner .horizontal .container {
  width: 500px;
  height: 190px;
}

.Xmas_wrapper .car_banner .container .cards-list {
  position: absolute;
  transition: 330ms;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.Xmas_wrapper .car_banner .wrapper img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  -webkit-user-drag: none;
  -moz-user-select: none;
  user-select: none;
  margin: 0 auto;
}


/* 背景区 */
.Xmas_wrapper{
    /* background-image: url(../clould_back.png?v1),url(../bg.png?v2) ; */
    background-image: url(../bg.png?v2) ;
    background-repeat: no-repeat,no-repeat;
    background-position: center bottom, center center;
      background-size: 100%, cover;
    width: 100vw;
    height: 500px;
    position: fixed;
    left: 0;
    bottom: 0px;
    z-index: 87;
    text-align: center;
    line-height: 1.1em;
    padding-top: 200px;
    box-sizing: border-box;
}
.close_btn_box{
  position: absolute;
    right: calc(50% - 510px);
    top: 0px;
    /* text-align: center; */
    z-index: 10;
    padding-top: 105px;
    /* margin-right: -45px; */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}
html.zh-Hans .close_btn_box {
  right: calc(50% - 475px);
}
.Xmas_wrapper .close_btn_box .btn_close_s{
    position: absolute;
    top: 0;
    display: block;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0 1px 15px #F00, 0 1px 10px #F00, 0 1px 5px #F00, 0 1px 2px #F00;
    transition: 0.4s;
    line-height: 1;
}
.Xmas_wrapper .close_btn_box img{
    display: block;
}

.Xmas_wrapper .close_btn_box .btn_close_s:hover{
    filter: brightness(1.2) ;
}
.Xmas_wrapper .close_btn_box .btn_close_s:hover img{
  transform-origin: top center;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: swing;
}

.Xmas_wrapper .close_btn_box .chk{
  display: flex;
  line-height: 1;
  height: 24px;
  font-size: 14px;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0,0,0, .4);
  transition: 0.4s;
  border-radius: 5px;
  background-color:rgba(0,0,0, .4);
  padding:0 5px;
  align-items: center;
}
.Xmas_wrapper .close_btn_box .btn_close_s::before {
  content: 'close';
  display: block;
  position: relative;
  text-transform: uppercase;
  top: 5px;
}
html.zh-Hans .Xmas_wrapper .close_btn_box .btn_close_s::before {
  content: '关闭';
}
html.vi .Xmas_wrapper .close_btn_box .btn_close_s::before {
  content: 'GẦN';
}
.Xmas_wrapper .close_btn_box .chk input{ margin:0 3px 0 0;}
.Xmas_wrapper .close_btn_box .chk label{cursor: pointer;}
.Xmas_wrapper .close_btn_box .chk label::after{
  content: "Don't show next time.";
  display: inline-block;
  font-size: 12px;
}
html.zh-Hans .Xmas_wrapper .close_btn_box .chk label::after{
  content: "下次不再显示";
}
html.vi .Xmas_wrapper .close_btn_box .chk label::after{
  content: "Không hiển thị lần sau";
}

/* 动画区 */
.animate_area{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.Xmas_wrapper .animate_area > div{
  position: absolute;
  display: block;
}

.wave{
  bottom:-150px;
  left: 0;
  width: 50vw;
}
.wave .wave_pc{
  width: 50vw;
  animation-duration: 15s;
  height: 285px;
  background: url(../clould_r.png?v1) no-repeat 99% 0;
}
.wave1{
  z-index:10;
  left: -7.8vw;
}

.wave2{
  z-index: 8;
  animation-delay: .2s;
  right: -10vw;
  left: unset;
  bottom: -180px;
}

.Xmas_wrapper .role{
  z-index: 5;
}

.Xmas_wrapper .title{
  width: 520px;
  height: 175px;
  left: calc(50% - 260px);
  top: 20px;
  background: url(../title_EN.png) no-repeat 50% 50%;
  transition: .5s;
}
html.zh-Hans .Xmas_wrapper .title{
  background-image: url(../title_CN.png);
  height: 132px;
}

.Xmas_wrapper .santa{
  left: 50%;
  animation: santa 10s linear infinite;
  animation-delay: 3s;
}
.Xmas_wrapper .santa .bounce{
  animation-duration: 5s;
}
.Xmas_wrapper .dargon{
  left: calc(50% + 300px);
  bottom: -70px;
  animation-delay: .6s;
  transition: .3s;
}
.Xmas_wrapper .dargon img{
  animation-duration: 10s;
}
.Xmas_wrapper .tiger{
  left: calc(50% - 600px);
  bottom: 50px;
  transition: .1s;
}

.Xmas_wrapper .ball .shine{
  animation: shine 2s linear infinite;
}
.Xmas_wrapper .ball{
  left: calc(50% - 500px);
  bottom: -40px;
}
.Xmas_wrapper .gift{
  left: calc(50% - 630px);
  bottom: -20px;
}
.Xmas_wrapper .ball02{
  left: calc(50% + 250px);
}

.Xmas_wrapper .snow2{
  left: calc(50% - 700px);
  transform: scale(.6);
  top: 50px;
}
.Xmas_wrapper .snow3{
    left: calc(50% - 300px);
    top: 100px;
    z-index: -1;
}
.Xmas_wrapper .snow4{
  left: calc(50% + 250px);
  transform: scale(.8);
}
.Xmas_wrapper .snow5{
  left: calc(50% + 550px);
  transform: scale(.6);
}

.Xmas_wrapper .dargon img,
.Xmas_wrapper .tiger img {
  transform-origin: bottom center;
}

.Xmas_wrapper .snow2 img,
.Xmas_wrapper .snow3 img,
.Xmas_wrapper .snow4 img{
    animation-duration: 15s;
}

.Xmas_wrapper .stage{
  left: calc(50% - 332px);
    bottom: 0px;
}

.shakeX{
  animation: shakeX 8s linear infinite;
}
@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
}
@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
}

.snowDown{
  -webkit-animation:snowDown 5s linear infinite;
  animation:snowDown 5s linear infinite;
  top: 0;
  opacity: 0;
}
@-webkit-keyframes snowDown {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }

  70%{
    top:90%;
    opacity: 1;
  }
  100%{
    opacity: 0;
    top:100%;
  }
}
@keyframes snowDown {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }

  70%{
    top:90%;
    opacity: 1;
  }
  100%{
    opacity: 0;
    top:100%;
  }
}


.clockwise{
  -webkit-animation:clockwise 20s linear infinite;
  animation:clockwise 20s linear infinite;
}

@-webkit-keyframes clockwise {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
}

@keyframes clockwise {
  from {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(540deg);
      transform: rotate(540deg);
    }
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)  scaleY(.95) scaleX(1.02);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, 5px, 0) scaleY(1.02) scaleX(1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, -3px, 0) scaleY(1) scaleX(1);
  }

  90% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 1px, 0) scaleY(1) scaleX(1);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)  scaleY(.95) scaleX(1.02);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, 5px, 0) scaleY(1.02) scaleX(1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, -3px, 0) scaleY(1) scaleX(1);
  }

  90% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 1px, 0) scaleY(1) scaleX(1);
  }
}

@-webkit-keyframes shine {
  0% {
    filter: brightness(1);
    }
  50% {
    filter: brightness(1.3);
  }
  100% {
    filter: brightness(1);
    }
}
@keyframes shine {
  0% {
    filter: brightness(1);
    }
  50% {
    filter: brightness(1.3);
  }
  100% {
    filter: brightness(1);
    }
}

@-webkit-keyframes santa {
  0% {
    opacity: 0;
    transform: translate3d(500px, 250px, 0) rotate(15deg);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 0, -100px) rotate(-5deg);
  }
}
@keyframes santa {
  0% {
    opacity: 0;
    transform: translate3d(500px, 250px, 0) rotate(15deg);
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 0, -100px) rotate(-5deg);
  }
}

@media only screen and (max-width: 1200px) {
  .close_btn_box {
    right: 30px;
}
.Xmas_wrapper{
  padding-top: 150px;
}
.Xmas_wrapper .stage {
  bottom: -30px;
}
.Xmas_wrapper img{
  max-width: unset;
}
}
@media only screen and (max-width: 600px) {
  .Xmas_wrapper .dargon,
  .Xmas_wrapper .tiger
  .Xmas_wrapper .gift
  .Xmas_wrapper .ball {
    display: none;
  }
}
