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

body {
  font-family: Arial, sans-serif;
  color: #000;
  font-size: 14px;
}

a {
  text-decoration: none;
}

.video {
  width: 100%;
  height: 1080px;
  overflow: hidden;
  position: absolute;
  background: #000;
}
.video video {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
.intro .container {
  width: 100%;
  height: 1080px;
  position: relative;
}
	.animated-line {
		position: inherit; /* Set position to absolute for precise placement */
		top: 822px; /* Adjust this value to move the line vertically */
		left: 121px; /* Adjust this value to move the line horizontally */
		justify-content: center;
	}

	.animated-line img {
		width: 100%;
		max-width: 200px;
		height: auto;
		animation: smoothZoom 3s ease-in-out infinite;
		cursor: pointer; /* Shows a pointer cursor on hover */
	}

	@keyframes smoothZoom {
		0% {
			transform: scale(1);
			opacity: 0.6;
		}
		50% {
			transform: scale(1.1);
			opacity: 1;
		}
		100% {
			transform: scale(1);
			opacity: 0.6;
		}
	}

.intro {
    position: relative
}

.intro .link {
    width: 488px;
    height: 42px;
    position: absolute;
    top: 16px;
    left: calc(50% + -636px);
}

.intro .link .l {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    text-shadow: 0 0 20px rgba(0, 0, 0, .6);
    text-decoration: none;
    margin: 0 16px;
    margin-top: 0px
}

.intro .link .fb {
    width: 24px;
    height: 24px;
    background: url(../images/fb.png);
    position: relative;
    top: 8px;
    margin-left: 0px
}

.intro .link .gr {
    width: 24px;
    height: 24px;
    background: url(../images/gr.png);
    position: relative;
    top: 8px;
    margin-left: -4px
}

.intro .link .reg {
    width: 173px;
    height: 40px;
    background: url(../images/btn-register.html);
    position: absolute;
    top: 44px;
    left: 90px;
    transition: all .3s ease
}

.intro .link .reg:hover {
    filter: brightness(150%)
}

.intro .link-1 {
  background: url(../images/link.html) no-repeat center top;
  height: 29px;
  width: 100%;
  position: absolute;
  top: 290px;
  left: -55px;
  text-align: center;
  line-height: 29px;
}
.intro .link-1 a {
  margin: 0 10px;
  color: #ffda14;
  text-shadow: 0 0 10px #000;
}
.intro .link-1 a:hover {
  color: #fff;
}
.intro .link-2 .tg {
  width: 117px;
  height: 30px;
  background: url(../images/tg.html) no-repeat;
  position: absolute;
  top: 376px;
  left: 50%;
  margin-left: 70px;
}
.intro .link-2 .tg:hover {
  opacity: 0.8;
}
.intro .link-2 .dk {
  width: 104px;
  height: 33px;
  background: url(../images/dk.html) no-repeat;
  position: absolute;
  top: 376px;
  left: 50%;
  margin-left: -180px;
}
.intro .link-2 .dk:hover {
  opacity: 0.8;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.countdown {
    position: absolute;
    top: 583px;
    left: calc(50% - 603px);
}

.countdown .kkc-days,
.countdown .kkc-hours,
.countdown .kkc-min,
.countdown .kkc-sec {
    font-size: 45px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: repeat;
    background-position: 0 0;
    width: 100px;
    text-align: center;
    display: inline-block;
    margin-top: 0px;
    font-weight: 900;
}

.countdown .kkc-days {
    background-image: url(../images/cd/cd-bg-day.png);
}

.countdown .kkc-hours {
    background-image: url(../images/cd/cd-bg-hour.png);
}

.countdown .kkc-min {
    background-image: url(../images/cd/cd-bg-min.png);
}

.countdown .kkc-sec {
    background-image: url(../images/cd/cd-bg-sec.png);
}

.countdown .kkc-days-text,
.countdown .kkc-hours-text,
.countdown .kkc-min-text,
.countdown .kkc-sec-text {
    font-size: 15px;
    text-shadow: 1px solid #46536d;
    color: #fffaff;
    position: absolute;
    text-align: center;
    top: 58px;
}

.countdown .kkc-days-text {
    left: 29px;
}

.countdown .kkc-hours-text {
    left: 140px;
}

.countdown .kkc-min-text {
    left: 231px;
}

.countdown .kkc-sec-text {
    left: 332px;
}

.countdown .kkcountdown-box {
    width: 100%;
    display: block;
    text-align: center;
}


.events {
  background: #000;
  position: relative;
  z-index: 15;
}
.events .event-1 {
  background: url(../images/Event_1.jpg) no-repeat center top;
  min-height: 4172px;
  padding-top: 120px;
}
.events .event-2 {
  background: url(../images/Event_2.html) no-repeat center top;
  min-height: 1080px;
  padding-top: 120px;
  padding-bottom: 50px;
}
.events .event-2 .reward-large li .dock {
  bottom: 130px;
}
.events .event-2 .reward-large li .info {
  top: 122px;
  padding-top: 140px;
}
.events .event-3 {
  background: url(../images/Event_3.html) no-repeat center top;
  min-height: 1080px;
  padding-bottom: 50px;
}
.events .event-3 .reward-large li .dock {
  bottom: 140px;
}
.events .event-3 .reward-large li .info {
  top: 122px;
  padding-top: 140px;
}
.events .event-4 {
  background: url(../images/Event_4.html) no-repeat center top;
  min-height: 1080px;
}
.events .event-5 {
  background: url(../images/evt-bg-5.html) no-repeat center top;
  min-height: 1080px;
}
.events .event-6 {
  background: url(../images/evt-bg-6.html) no-repeat center top;
  min-height: 1080px;
}
.events .name {
  text-align: center;
  margin-bottom: 10px;
}
.events .reward-large li .dock {
  bottom: 140px;
}
.events .reward-large li .info {
  top: 122px;
  padding-top: 140px;
}
.events .time {
  height: 46px;
  text-align: center;
  background: url(../images/time.html) no-repeat center;
  color: #fff000;
  font-size: 16px;
  line-height: 46px;
  margin-bottom: 10px;
}
.events .l1 {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.events .l1 li {
  background: url(../images/ic-1.html) no-repeat 0 0;
  padding-left: 25px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  color: #00e7ff;
  text-shadow: 0 0 3px #000000;
}
.events .l2 {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.events .l2 li {
  background: url(../images/ic-2.html) no-repeat 0 0;
  padding-left: 20px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #a6c1aa;
  text-shadow: 0 0 3px #000000;
}
.events .reward-set-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
.events .reward-set-item.show li {
  opacity: 1;
  transform: scale(1);
}
.events .reward-set-item.show li:nth-child(1) {
  transition-delay: 0ms;
}
.events .reward-set-item.show li:nth-child(2) {
  transition-delay: 100ms;
}
.events .reward-set-item.show li:nth-child(3) {
  transition-delay: 200ms;
}
.events .reward-set-item.show li:nth-child(4) {
  transition-delay: 300ms;
}
.events .reward-set-item.show li:nth-child(5) {
  transition-delay: 400ms;
}
.events .reward-set-item.show li:nth-child(6) {
  transition-delay: 500ms;
}
.events .reward-set-item.show li:nth-child(7) {
  transition-delay: 600ms;
}
.events .reward-set-item.show li:nth-child(8) {
  transition-delay: 700ms;
}
.events .reward-set-item li {
  width: 253px;
  height: 320px;
  position: relative;
  margin: 5px 20px;
  transition: all 0.5s ease;
  opacity: 0;
  transform: scale(0.8);
}
.events .reward-set-item li:hover .info {
  opacity: 1;
}
.events .reward-set-item li .dock {
  width: 217px;
  height: 195px;
  position: absolute;
  bottom: -80px;
  left: 20px;
  background: url(../images/rw-p-1.html) no-repeat;
}
.events .reward-set-item li img {
  position: absolute;
  bottom: 68px;
  left: 50%;
  transform: translateX(-50%);
}
.events .reward-set-item li .name {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -20px;
}
.events .reward-set-item li .info {
  width: 202px;
  height: 275px;
  background: url(../images/rw-p-1-o.html) no-repeat;
  position: absolute;
  top: -10px;
  left: 28px;
  opacity: 0;
  transition: all 0.4s ease;
  padding-top: 110px;
  font-size: 15px;
  text-shadow: 0 0 6px #000;
}
.events .reward-set-item li .info .t1 {
  color: #00ff2b;
  text-align: center;
}
.events .reward-set-item li .info .t2 {
  color: #00ff2b;
  text-align: left;
  padding-left: 50px;
}
.events .reward-set-item li .info .t3 {
  color: #ffe7cf;
  text-align: center;
  margin-top: 30px;
}
.events .cap {
  font-size: 16px;
  margin: 20px;
  color: #ffcc00;
}
.events .reward-large {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
.events .reward-large.show li {
  opacity: 1;
  transform: scale(1);
}
.events .reward-large.show li:nth-child(1) {
  transition-delay: 0ms;
}
.events .reward-large.show li:nth-child(2) {
  transition-delay: 100ms;
}
.events .reward-large.show li:nth-child(3) {
  transition-delay: 200ms;
}
.events .reward-large li {
  width: 341px;
  height: 370px;
  position: relative;
  margin: 5px 20px;
  transition: all 0.5s ease;
  opacity: 0;
  transform: scale(0.8);
}
.events .reward-large li:hover .info {
  opacity: 1;
}
.events .reward-large li .dock {
  width: 341px;
  height: 99px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/rw-p-2.html) no-repeat;
}
#event-6 .reward-large li{
  height: 595px;
}
#event-6 .reward-large li .dock {
  bottom: auto;
  top:46%;
}
.events .reward-large li > img {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}
.events .reward-large li .box-img {
  text-align: center;
  position: absolute;
  top: 100px;
  width: 100%;
}
.events .eventfixmuhnx li .box-img {
  top: 233px;
}
.events .reward-large li .info {
  width: 330px;
  height: 306px;
  background: url(../images/rw-p-2-o.html) no-repeat;
  position: absolute;
  top: 292px;
  left: 6px;
  opacity: 0;
  transition: all 0.4s ease;
  padding-top: 90px;
  font-size: 15px;
  text-shadow: 0 0 3px #000;
}
.events .reward-large li .info .t1 {
  color: #6cff00;
  text-align: center;
}
.events .reward-large li .info .t2 {
  color: #f1c88b;
  font-size: 13px;
  text-align: center;
  margin-top: 20px;
}
.events .reward-large li .info .t3 {
  color: #ff9000;
  text-align: center;
  margin-top: 30px;
}
.events .reward-large li .rank {
  position: absolute;
  top: 10px;
  left: 140px;
  width: 60px;
  height: 53px;
  background: url(../images/top1.html) no-repeat;
  text-align: center;
  font-size: 40px;
}
.events .reward-large li .rank._1 {
  background-image: url(../images/top1.html);
}
.events .reward-large li .rank._2 {
  background-image: url(../images/top2.html);
}
.events .reward-large li .rank._3 {
  background-image: url(../images/top3.html);
}
.events .reward-tem {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
.events .reward-tem.show li {
  opacity: 1;
  transform: scale(1);
}
.events .reward-tem.show li:nth-child(1) {
  transition-delay: 0ms;
}
.events .reward-tem.show li:nth-child(2) {
  transition-delay: 100ms;
}
.events .reward-tem.show li:nth-child(3) {
  transition-delay: 200ms;
}
.events .reward-tem li {
  width: 367px;
  height: 245px;
  display: flex;
  flex-wrap: wrap;
  background: url(../images/rw-rp.html) no-repeat;
  position: relative;
  margin: 5px 24px;
  transition: all 0.5s ease;
  opacity: 0;
  transform: scale(0.8);
}
.events .reward-tem li:first-child {
  margin-left: 0;
}
.events .reward-tem li:last-child {
  margin-right: 0;
}
.events .reward-tem li .rw {
  flex: 1;
}
.events .reward-tem li .rw .box {
  text-align: center;
  padding-top: 30px;
}
.events .reward-tem li .rw .text {
  color: #2aef4b;
  font-size: 15px;
  padding: 20px 20px 0 20px;
  line-height: 1.5;
}
.events .reward-tem li .top {
  width: 115px;
  text-align: center;
  padding-top: 60px;
}
.events .reward-tem li .top._1 {
  color: #fff000;
}
.events .reward-tem li .top._2 {
  color: #dedede;
}
.events .reward-tem li .top._3 {
  color: #d18542;
}
.events .reward-tem li .top .t1 {
  font-size: 34px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  line-height: 1;
}
.events .reward-tem li .top .t2 {
  font-size: 65px;
  display: block;
  text-align: center;
  line-height: 1;
}
.events .reward-boss {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.events .reward-boss.show li {
  opacity: 1;
  transform: scale(1);
}
.events .reward-boss.show li:nth-child(1) {
  transition-delay: 0ms;
}
.events .reward-boss.show li:nth-child(2) {
  transition-delay: 100ms;
}
.events .reward-boss.show li:nth-child(3) {
  transition-delay: 200ms;
}
.events .reward-boss.show li:nth-child(4) {
  transition-delay: 200ms;
}
.events .reward-boss.show li:nth-child(5) {
  transition-delay: 300ms;
}
.events .reward-boss.show li:nth-child(6) {
  transition-delay: 400ms;
}
.events .reward-boss.show li:nth-child(7) {
  transition-delay: 500ms;
}
.events .reward-boss.show li:nth-child(8) {
  transition-delay: 600ms;
}
.events .reward-boss.show li:nth-child(9) {
  transition-delay: 700ms;
}
.events .reward-boss.show li:nth-child(10) {
  transition-delay: 800ms;
}
.events .reward-boss li {
  width: 251px;
  height: 309px;
  margin: 10px;
  position: relative;
  transition: all 0.5s ease;
  opacity: 0;
  transform: scale(0.8);
}
.events .reward-boss li.boss-1 {
  background: url(../images/boss-bg-1.html) no-repeat;
}
.events .reward-boss li.boss-2 {
  background: url(../images/boss-bg-2.html) no-repeat;
}
.events .reward-boss li.boss-3 {
  background: url(../images/boss-bg-3.html) no-repeat;
}
.events .reward-boss li .name {
  position: absolute;
  top: 23px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.events .reward-boss li .score {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
.events .reward-boss li .img {
  position: absolute;
  top: 62px;
  left: 0;
  width: 100%;
  height: 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.scroll {
  width: 106px;
  height: 106px;
  background: url(../images/ico_scroll.html) no-repeat;
  position: absolute;
  top: 977px;
  left: 50%;
  margin-left: -45px;
  animation: scroll 2s infinite ease;
}

@keyframes scroll {
  50% {
    transform: translateY(10px);
  }
}
.timeline {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  margin-left: -330px;
  height: 365px;
  width: 5px;
  background: #434040;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.timeline .dot {
  width: 24px;
  height: 24px;
  background: url(../images/tl-1.png) no-repeat;
  cursor: pointer;
  position: absolute;
  left: -10px;
}
.timeline .dot.active {
  background-image: url(../images/tl-2.png);
  width: 26px;
  height: 26px;
  transform: translate(-1px, -1px);
}
.timeline .dot.active:after {
  content: " ";
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: -12px;
  left: -12px;
  animation: dotActive 2s infinite ease;
}
.timeline .dot.active .text {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.timeline .dot.dot-0 {
  top: -18px;
}
.timeline .dot.dot-1 {
  top: 88.33px;
}
.timeline .dot.dot-2 {
  top: 176.66px;
}
.timeline .dot.dot-3 {
  top: 264.99px;
}
.timeline .dot.dot-4 {
  top: 353.32px;
}
.timeline .dot.dot-5 {
  top: 441.65px;
}
.timeline .dot.dot-6 {
    top: 529.98px;
}
.timeline .dot .text {
  color: #fff;
  /*# background: rgba(0, 0, 0, 0.8);
  padding: 2px 5px; */
  font-size: 14px;
  border-radius: 3px;
  position: absolute;
  top: 3px;
  left: -25%;
  white-space: nowrap;
  transform: translateX(-100%);
  text-align: right;
  font-weight: bold;
}
.timeline .dot .text:before {
  content: " ";
  /*# border-top: 4px solid rgba(0, 0, 0, 0.8); */
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
}
.timeline .lines {
  display: flex;
  flex-wrap: wrap;
  height: 365px;
  width: 100%;
}
.timeline .lines .line {
  flex: 1;
  width: 5px;
}
.timeline .lines .line.line-0 span {
  background-position: 0 0;
}
.timeline .lines .line.line-1 span {
  background-position: 0 -132px;
}
.timeline .lines .line.line-2 span {
  background-position:  0 -264px;
}
.timeline .lines .line.line-3 span {
  background-position:  0 -396px;
}
.timeline .lines .line.line-4 span {
  background-position:  0 -528px;
}
.timeline .lines .line.line-5 span {
  background-position:  0;
}
.timeline .lines .line span {
  display: block;
  width: 5px;
  background: url(../images/gradient.png) no-repeat;
}

@keyframes dotActive {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/*# sourceMappingURL=style.css.map */
