@font-face {
  font-family: "iCiel Pony";
  src: url("../font/PONY.TTF") format("truetype");
}
@font-face {
  font-family: "iCiel Cadena";
  src: url("../font/ICIELCADENA.TTF") format("truetype");
}
@font-face {
  font-family: "iCiel Soup of Justice";
  src: url("../font/ICIELSOUPOFJUSTICE.TTF") format("truetype");
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

@font-face {
  font-family: "UTM Swiss 721 Black COndensed";
  src: url("../font/UTMSwiss721BlackCondensed.ttf") format("truetype");
  font-display: swap;
}
.fixCen {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

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

body {
  margin: 0;
  font-size: 14px;
  background: #000;
  overflow-x: hidden;
  font-family: "Tahoma";
}

img {
  margin: 0 auto;
  display: block;
}

.page-1 {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.page-2 {
  height: 2180px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.page-1 .logo {
  display: block;
  background: url("../images/logo.png") 0/100% no-repeat;
  width: 179px;
  height: 182px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -90px;
  z-index: 2;
}
.page-1 .btn-play {
  display: block;
  width: 100px;
  height: 110px;
  position: absolute;
  left: 50%;
  margin-left: 308px;
  top: 440px;
  z-index: 2;
}
.page-1 li.link-gift {
  display: block;
  width: 175px;
  height: 530px;
  position: absolute;
  top: 207px;
  left: 50%;
  margin-left: 1511px;
  background-color: transparent;
  border-top: 0;
}
.page-1 .video {
  background: url(../images/bg.jpg?2) no-repeat center top;
  
  width: 100%;
  height: 1080px;
  position: relative;
}
.page-1 .video video {
  width: 1920px;
  position: absolute;
  top: 0;
  left: calc(50% - 960px);
}
.page-1 .img-event {
  width: 1920px;
  position: relative;
  left: calc(50% - 960px);
}
.page-1 .links {
  width: 100%;
  height: auto;
  z-index: 20;
  padding: 5px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4196078431);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4196078431);
  display: flex;
  justify-content: center;
}
.page-1 .links a {
  display: block;
  width: 85px;
  height: 66px;
  margin: 0;
}
.page-1 .links a.fb {
  background: url("../images/icon-fb.png") no-repeat;
}
.page-1 .links a.group {
  background: url("../images/icon-group.png") no-repeat;
  margin-left: -1px;
}
.page-1 .links a.download {
  background: url("../images/icon-download.png") no-repeat;
  margin-left: -1px;
}
.page-1 .muhn-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 278px;
  height: 100vh;
  z-index: 20;
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.4705882353);
}
.page-1 .muhn-menu .info .t1 {
  color: #fff;
  font-size: 16px;
  padding-bottom: 3px;
  padding-top: 13px;
}
.page-1 .muhn-menu .info .t2 {
  color: #fff;
  font-size: 11px;
}
.page-1 .muhn-menu .info .tooltip {
  position: relative;
}
.page-1 .muhn-menu .info .btn a {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #322626;
  margin-right: 5px;
}
.page-1 .muhn-menu .info .btn a:before {
  content: "";
  display: block;
}
.page-1 .muhn-menu .info .btn a.fb:before {
  width: 6px;
  height: 14px;
  background: url("../images/icon-fb.png") no-repeat;
}
.page-1 .muhn-menu .info .btn a.gr:before {
  width: 16px;
  height: 13px;
  background: url("../images/icon-group.png") no-repeat;
}
.page-1 .muhn-menu .info .btn a.sound {
  background: none;
  border-radius: 0;
}
.page-1 .muhn-menu .info-footer {
  background-color: #141519;
  line-height: 1.2;
  padding: 5px 0;
  font-size: 12px;
}
.page-1 .muhn-menu .info-footer .logo-ft {
  display: block;
  margin: 0 auto 5px;
  background: url("../images/logo-ft.png") 0/100% no-repeat;
  width: 108px;
  height: 54px;
}
.page-1 .muhn-menu .info-footer p {
  color: #fff;
}
.page-1 .muhn-menu .info-footer a {
  display: block;
  text-align: center;
  color: #ffd200;
}

.btn-home {
  display: block;
  background: url("../images/icon-home.png?v=1") 0/100% no-repeat;
  width: 159px;
  height: 36px;
  position: fixed !important;
  top: 15px;
  left: 40%;
  margin-left: -120px;
}

.btn-forum {
  display: block;
  background: url("../images/icon-forum.png") 0/100% no-repeat;
  width: 159px;
  height: 36px;
  position: fixed !important;
  top: 15px;
  left: 40%;
  margin-left: 50px;
}

.btn-register {
  display: block;
  background: url("../images/icon-register.png") 0/100% no-repeat;
  width: 159px;
  height: 36px;
  position: fixed !important;
  top: 15px;
  left: 40%;
  margin-left: 220px;
}
.btn-down {
  display: block;
  background: url("../images/icon-down.png") 0/100% no-repeat;
  width: 159px;
  height: 36px;
  position: fixed !important;
  top: 15px;
  left: 40%;
  margin-left: 390px;
}


@-webkit-keyframes glowing {
  0% { background-color: #ff3214; -webkit-box-shadow: 0 0 3px #dc3545; }
  50% { background-color: rgba(220, 53, 69, 0.5); -webkit-box-shadow: 0 0 10px #ff3214; }
  100% { background-color: #ff3214; -webkit-box-shadow: 0 0 3px #dc3545; }
}
 
@-moz-keyframes glowing {
  0% { background-color: #ff3214; -webkit-box-shadow: 0 0 3px #dc3545; }
  50% { background-color: rgba(220, 53, 69, 0.5); -webkit-box-shadow: 0 0 10px #ff3214; }
  100% { background-color: #ff3214; -webkit-box-shadow: 0 0 3px #dc3545; }
}
 
@-o-keyframes glowing {
  0% { background-color: #ff3214; -webkit-box-shadow: 0 0 3px #dc3545; }
  50% { background-color: rgba(220, 53, 69, 0.5); -webkit-box-shadow: 0 0 10px #ff3214; }
  100% { background-color: #ff3214; -webkit-box-shadow: 0 0 3px #dc3545; }
}
 
@keyframes glowing {
  0% { background-color: #ff3214; -webkit-box-shadow: 0 0 3px #dc3545; }
  50% { background-color: rgba(220, 53, 69, 0.5); -webkit-box-shadow: 0 0 10px #ff3214; }
  100% { background-color: #ff3214; -webkit-box-shadow: 0 0 3px #dc3545; }
}
.btn-down {
  animation: glowing 500ms infinite;
}
.carousel-indicators {
  position: initial;
  flex: 1;
  left: 0;
  top: 140px;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
}
.carousel-indicators li {
  width: 255px;
  height: 65px;
  /* border-top: 1px solid rgba(255, 255, 255, 0.4196078431); */
}
.carousel-indicators li:nth-child(1) {
  display: block;
  width: 125px;
  height: 100px;
  background: url("../images/logo.png") no-repeat 0/100%;
  margin: 5px auto;
  border-top: none;
}
.carousel-indicators li:nth-child(2) {
  background: url("../images/icon-1.png?v=1") 0/100% no-repeat;
}
.carousel-indicators li:nth-child(2).active, .carousel-indicators li:nth-child(2):hover {
  background: url(../images/icon-1a.png?v=1) 0 / 100% no-repeat rgb(54 1 1 / 0%);
}
.carousel-indicators li:nth-child(3) {
  background: url("../images/icon-2.png?v=1") 0/100% no-repeat;
}
.carousel-indicators li:nth-child(3).active, .carousel-indicators li:nth-child(3):hover {
  background: url(../images/icon-2a.png?v=1) 0 / 100% no-repeat rgb(54 1 1 / 0%);
}
.carousel-indicators li:nth-child(4) {
  background: url("../images/icon-3.png?v=1") 0/100% no-repeat;
}
.carousel-indicators li:nth-child(4).active, .carousel-indicators li:nth-child(4):hover {
  background: url(../images/icon-3a.png?v=1) 0 / 100% no-repeat rgb(54 1 1 / 0%);
}
.carousel-indicators li:nth-child(5) {
  background: url("../images/icon-4.png?v=1") 0/100% no-repeat;
}
.carousel-indicators li:nth-child(5).active, .carousel-indicators li:nth-child(5):hover {
  background: url(../images/icon-4a.png?v=1) 0 / 100% no-repeat rgb(54 1 1 / 0%);
}
.carousel-indicators li:nth-child(6) {
  background: url("../images/icon-5.png?v=1") 0/100% no-repeat;
}
.carousel-indicators li:nth-child(6).active, .carousel-indicators li:nth-child(6):hover {
  background: url(../images/icon-5a.png?v=1) 0 / 100% no-repeat rgb(54 1 1 / 0%);
}
.carousel-indicators li:nth-child(7) {
  background: url("../images/icon-6.png?v=1") 0/100% no-repeat;
}
.carousel-indicators li:nth-child(7).active, .carousel-indicators li:nth-child(7):hover {
  background: url("../images/icon-6a.png?v=1") 0 / 100% no-repeat rgb(54 1 1 / 0%);
}
.carousel-indicators li:nth-child(8) {
  background: url("../images/icon-7.png?v=1") 0/100% no-repeat;
}
.carousel-indicators li:nth-child(8).active, .carousel-indicators li:nth-child(8):hover {
  background: url("../images/icon-7a.png?v=1") 0 / 100% no-repeat rgb(54 1 1 / 0%);
}
.carousel-indicators li:nth-child(9) {
  background: url("../images/icon-8.png?v=1") 0/100% no-repeat;
}
.carousel-indicators li:nth-child(9).active, .carousel-indicators li:nth-child(9):hover {
  background: url("../images/icon-8a.png?v=1") 0 / 100% no-repeat rgb(54 1 1 / 0%);
}
.carousel-indicators li:nth-child(10) {
  background: url("../images/icon-9.png?v=1") 0/100% no-repeat;
}
.carousel-indicators li:nth-child(10).active, .carousel-indicators li:nth-child(10):hover {
  background: url("../images/icon-9a.png?v=1") 0 / 100% no-repeat rgb(54 1 1 / 0%);
}
.carousel-indicators li:nth-child(11) {
  background: url("../images/icon-10.png?v=1") 0/100% no-repeat;
}
.carousel-indicators li:nth-child(11).active, .carousel-indicators li:nth-child(11):hover {
  background: url("../images/icon-10a.png?v=1") 0 / 100% no-repeat rgb(54 1 1 / 0%);
}
.carousel-indicators li:nth-child(12) {
  background: url("../images/icon-11.png?v=1") 0/100% no-repeat;
}
.carousel-indicators li:nth-child(12).active, .carousel-indicators li:nth-child(12):hover {
  background: url("../images/icon-11a.png?v=1") 0 / 100% no-repeat rgb(54 1 1 / 0%);
}
.carousel-indicators li:nth-child(13) {
  background: url("../images/icon-12.png?v=1") 0/100% no-repeat;
}
.carousel-indicators li:nth-child(13).active, .carousel-indicators li:nth-child(13):hover {
  background: url("../images/icon-12a.png?v=1") 0 / 100% no-repeat rgb(54 1 1 / 0%);
}

.toolTip {
  position: relative;
}
.toolTip .tip {
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #212121;
  padding: 5px;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.toolTip:hover .tip {
  opacity: 1;
  visibility: visible;
}

.img1-1 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -500px;
  top: 80px;
}

.img2-1 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -640px;
  top: 180px;
}

.img2-2 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: 150px;
  top: 180px;
}

.img3-1 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -680px;
  top: 160px;
}

.img4-1 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -275px;
  top: 180px;
}

.img4-2 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: 5px;
  top: 180px;
}

.img4-3 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: 285px;
  top: 180px;
}

.img4-4 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -260px;
  top: 545px;
}

.img5-1 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -600px;
  top: 180px;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0, 0.55, 0.45, 1);
  transform: translate(-30%, -30%) scale(1.1);
}

.img5-2 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: 275px;
  top: 180px;
}

.img5-3 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -590px;
  top: 610px;
}

.img5-4 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -15px;
  top: 180px;
}

.img6-1 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -120px;
  top: 170px;
}

.img6-2 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -530px;
  top: 330px;
}

.img6-3 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -10px;
  top: 330px;
}

.img6-4 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: 255px;
  top: 330px;
}

.img6-5 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -660px;
  top: 695px;
}

.img6a-1 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -265px;
  top: 295px;
}

.img6a-2 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: 20px;
  top: 295px;
}

.img6a-3 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: 300px;
  top: 295px;
}

.img6a-4 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -200px;
  top: 170px;
}

.img6a-5 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -285px;
  top: 695px;
}

.img7-1 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -275px;
  top: 245px;
}

.img7-2 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: 10px;
  top: 245px;
}

.img7-3 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: 295px;
  top: 245px;
}

.img7-4 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -310px;
  top: 620px;
}

.img8-1 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -655px;
  top: 245px;
}

.img8-2 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: 150px;
  top: 245px;
}

.img9-1 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -425px;
  top: 180px;
}

.img9-2 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -845px;
  top: 100px;
}

.img9-3 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: 182px;
  top: 250px;
}

.img9-4 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -155px;
  top: 245px;
}

.img9-5 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: 140px;
  top: 245px;
}

.img9-6 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -450px;
  top: 660px;
}

.img10-1 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: 269px;
  top: 0;
}

.img10-2 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -155px;
  top: 200px;
}

.img10-3 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -320px;
  top: 265px;
}

.img10-4 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -5px;
  top: 265px;
}

.img10-5 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: 275px;
  top: 265px;
}

.img10-6 {
  position: absolute;
  display: block;
  left: 50%;
  margin: 0;
  margin-left: -260px;
  top: 715px;
}

.animate-left {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0, 0.55, 0.45, 1);
  transform: translate(-30%, -30%) scale(1.1);
}

.animate-right {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0, 0.55, 0.45, 1);
  transform: translate(30%, 30%) scale(1.1);
}

.animate-down {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0, 0.55, 0.45, 1);
  transform: translate(-20%, 20%) scale(0.5);
}

.animate-zoom {
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transform: scale(0.2);
}

.carousel-item.active .animate-left {
  opacity: 1;
  transform: scale(1) translate(0, 0) rotate(0);
}

.carousel-item.active .animate-zoom {
  opacity: 1;
  transform: scale(1) translate(0, 0) rotate(0);
}

.carousel-item.active .animate-right {
  opacity: 1;
  transform: scale(1) translate(0, 0) rotate(0);
}

.carousel-item.active .animate-down {
  opacity: 1;
  transform: scale(1) translate(0, 0) rotate(0);
}

.sound.on:before, .sound.on:after, .sound.on i:before, .sound.on i:after {
  -webkit-animation: sound_wave 0.5s infinite ease;
          animation: sound_wave 0.5s infinite ease;
}

.sound:before, .sound:after, .sound i:before, .sound i:after {
  content: " ";
  width: 3px;
  height: 5px;
  background: #fddf8b;
  position: absolute;
  bottom: 2px;
  left: 3px;
}

.sound i:before {
  left: 13px;
}

.sound i:after {
  left: 18px;
}

.sound.on i:before {
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
}

.sound.on i:after {
  -webkit-animation-delay: 330ms;
          animation-delay: 330ms;
}

.sound.on:before, .sound.on:after, .sound.on i:before, .sound.on i:after {
  -webkit-animation: sound_wave 0.5s infinite ease;
          animation: sound_wave 0.5s infinite ease;
}

.sound i:after {
  left: 18px;
}

.sound:after {
  left: 8px;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

.sound.on:after {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

@-webkit-keyframes sound_wave {
  50% {
    height: 15px;
  }
}

@keyframes sound_wave {
  50% {
    height: 15px;
  }
}
@-webkit-keyframes scroll {
  50% {
    transform: translateY(10px);
  }
}
@keyframes scroll {
  50% {
    transform: translateY(10px);
  }
}
@-webkit-keyframes vd {
  50% {
    transform: scale(0.8);
  }
}
@keyframes vd {
  50% {
    transform: scale(0.8);
  }
}
