@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;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

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

table.sub-sv-info {
  border-collapse: collapse;
  border-spacing: 0;
  background: rgb(0 0 0 / 25%);
}

.sv-info-3 table.sub-sv-info {
  border-collapse: collapse;
  border-spacing: 0;
  width: 70%;
}

table.sub-sv-info thead tr td {
  background: linear-gradient(0deg, #ffb100 0%, #c84b10 100%);
  color: #fff;
}

table.sub-sv-info tr td {
  border: 1px solid rgb(29 29 29 / 50%);
  padding: 7px 10px;
  text-align: center;
  color: #fff;
}

.info-tab-2 {
  display: flex;
  justify-content: space-between;
}

.info-tab-1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}

.sv-info-left {
  width: 50%;
}

.sv-info-right {
  width: 50%;
}

.table-1 {
  width: 100%;
  display: grid;
  padding-bottom: 60px;
}

.table-2 {
  display: grid;
  width: 100%;
  margin-top: 20px;
}
.page-1 {
  height: auto;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.play_video img {
    display: block;
    margin: 25px auto;
}

.page-1 .btn-play {
  display: block;
  background: url("../images/icon-play.png") 0/100% no-repeat;
  width: 86px;
  height: 101px;
  position: absolute;
  left: 53%;
  margin-left: -50px;
  top: 790px;
  z-index: 2;
  -webkit-animation: vd 2s infinite ease;
     -moz-animation: vd 2s infinite ease;
       -o-animation: vd 2s infinite ease;
          animation: vd 2s infinite ease;
}

.page-1 .video {
  width: 100%;
  position: relative;
}

.page-1 .video video {
    width: 100%;
    height: auto;
}

.page-1 .links {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  height: 86px;
  z-index: 20;
  padding-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 40px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(11, 10, 13, 0)), color-stop(17%, rgba(11, 10, 13, 0.5)), color-stop(20%, rgba(11, 10, 13, 0.52)), to(#0b0a0d));
  background: -webkit-linear-gradient(left, rgba(11, 10, 13, 0) 0%, rgba(11, 10, 13, 0.5) 17%, rgba(11, 10, 13, 0.52) 20%, #0b0a0d 100%);
  background: -moz- oldlinear-gradient(left, rgba(11, 10, 13, 0) 0%, rgba(11, 10, 13, 0.5) 17%, rgba(11, 10, 13, 0.52) 20%, #0b0a0d 100%);
  background: -o-linear-gradient(left, rgba(11, 10, 13, 0) 0%, rgba(11, 10, 13, 0.5) 17%, rgba(11, 10, 13, 0.52) 20%, #0b0a0d 100%);
  background: linear-gradient(to right, rgba(11, 10, 13, 0) 0%, rgba(11, 10, 13, 0.5) 17%, rgba(11, 10, 13, 0.52) 20%, #0b0a0d 100%);
}

.page-1 .links a {
  display: block;
  width: 54px;
  height: 55px;
  margin: 0 10px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

.page-1 .links a:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.page-1 .links a.home {
  background: url("../images/icon-1.png") 0/100% no-repeat;
}

.page-1 .links a.download {
  background: url("../images/icon-2.png") 0/100% no-repeat;
}

.page-1 .links a.forum {
  background: url("../images/icon-3.png") 0/100% no-repeat;
}

.page-1 .links a.register {
  background: url("../images/icon-4.png") 0/100% no-repeat;
}

.page-1 .muhn {
  position: fixed;
  top: 0;
  left: 0;
  width: 400px;
  height: 86px;
  z-index: 20;
  padding-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 40px;
  background: -webkit-gradient(linear, left top, right top, from(#0b0a0d), color-stop(83%, rgba(11, 10, 13, 0.51)), color-stop(84%, rgba(11, 10, 13, 0.5)), to(rgba(11, 10, 13, 0)));
  background: -webkit-linear-gradient(left, #0b0a0d 0%, rgba(11, 10, 13, 0.51) 83%, rgba(11, 10, 13, 0.5) 84%, rgba(11, 10, 13, 0) 100%);
  background: -moz- oldlinear-gradient(left, #0b0a0d 0%, rgba(11, 10, 13, 0.51) 83%, rgba(11, 10, 13, 0.5) 84%, rgba(11, 10, 13, 0) 100%);
  background: -o-linear-gradient(left, #0b0a0d 0%, rgba(11, 10, 13, 0.51) 83%, rgba(11, 10, 13, 0.5) 84%, rgba(11, 10, 13, 0) 100%);
  background: linear-gradient(to right, #0b0a0d 0%, rgba(11, 10, 13, 0.51) 83%, rgba(11, 10, 13, 0.5) 84%, rgba(11, 10, 13, 0) 100%);
}

.page-1 .muhn .logo-1 {
  width: 95px;
  height: 80px;
  background: url("../images/logo.png") no-repeat 0/100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.page-1 .muhn .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
  position: relative;
}

.page-1 .muhn .info .t1 {
  color: #fff;
  font-size: 17px;
  padding-bottom: 3px;
  padding-top: 13px;
}

.page-1 .muhn .info .t2 {
  color: #fff;
  font-size: 15px;
}

.page-1 .muhn .info .tooltip {
  position: relative;
}

.page-1 .muhn .info .btn {
  position: absolute;
  top: -4px;
  left: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.page-1 .muhn .info .btn a {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
  background: #007aa7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px;
  position: relative;
}
.page-1 .muhn .info .btn a.gr{
  background: #fff;
}

.page-1 .muhn .info .btn a:before {
  content: '';
  display: block;
}

.page-1 .muhn .info .btn a.fb:before {
  width: 6px;
  height: 14px;
  background: url("../images/icon-fb.png") no-repeat;
}

.page-1 .muhn .info .btn a.gr:before {
  width: 16px;
  height: 13px;
  background: url("../images/icon-group.png") no-repeat;
}

.page-1 .muhn .info .btn a.sound {
  background: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.img-gif{
  display: block;
  position: absolute;
  bottom: 130px;
  right: 50%;
  margin-right: -520px;
  z-index: 2;
}
.events {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  z-index:2; 
  margin-top: -15px;
}

.events .event-cont, .event-0 {
  width: 1920px;
  position: relative;
  left: -webkit-calc(50% - 960px);
  left: -moz-calc(50% - 960px);
  left: calc(50% - 960px);
}

.toolTip {
  position: relative;
}

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

.toolTip:hover .tip {
  opacity: 1;
  visibility: visible;
}

.sound.on:before, .sound.on:after, .sound.on i:before, .sound.on i:after {
  -webkit-animation: sound_wave .5s infinite ease;
     -moz-animation: sound_wave .5s infinite ease;
       -o-animation: sound_wave .5s infinite ease;
          animation: sound_wave .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;
     -moz-animation-delay: 300ms;
       -o-animation-delay: 300ms;
          animation-delay: 300ms;
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes scroll {
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@-moz-keyframes scroll {
  50% {
    -moz-transform: translateY(10px);
         transform: translateY(10px);
  }
}

@-o-keyframes scroll {
  50% {
    -o-transform: translateY(10px);
       transform: translateY(10px);
  }
}

@keyframes scroll {
  50% {
    -webkit-transform: translateY(10px);
       -moz-transform: translateY(10px);
         -o-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@-webkit-keyframes vd {
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@-moz-keyframes vd {
  50% {
    -moz-transform: scale(0.8);
         transform: scale(0.8);
  }
}

@-o-keyframes vd {
  50% {
    -o-transform: scale(0.8);
       transform: scale(0.8);
  }
}

@keyframes vd {
  50% {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
         -o-transform: scale(0.8);
            transform: scale(0.8);
  }
}
.countdown {
    position: absolute;
    top: 650px;
    left: calc(55% - 265px);
}

.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: 102px;
    text-align: center;
    display: inline-block;
    margin-top: 0px;
    font-weight: 900;
}

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

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

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

.countdown .kkc-sec {
    background-image: url(../images/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: #959cb5;
    position: absolute;
    text-align: center;
    top: 34px;
}

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

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

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

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

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

.sp {
    position: fixed;
    width: 0;
    height: 0;
    overflow: hidden;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, .8);
    z-index: 555555555;
}
.bs01 {background:url(../images/01.png) top center no-repeat;width:1048px;height: 585px;}
.bs02 {background:url(../images/02.png) top center no-repeat;width:1048px;height: 585px;}
.bs03 {background:url(../images/03.png) top center no-repeat;width:1048px;height: 585px;}
.bs04 {background:url(../images/04.png) top center no-repeat;width:1048px;height: 585px;}
.bs05 {background:url(../images/05.png) top center no-repeat;width:1048px;height: 657px;}
.bs06 {background:url(../images/06.png) top center no-repeat;width:1048px;height: 585px;}
.spinner {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.spinner i {
    position: absolute;
    width: 29px;
    height: 28px;
    right: 160px;
    top: 30px;
    background: url(../images/xoa.png) no-repeat;
    cursor: pointer;
    transition: all .3s ease-in;
}
.page1 a{top: 6%; position: relative; margin-left: 180px;}
.page2 a{top: 6%; position: relative; margin-left: 180px;}
.page3 a{top: 6%; position: relative; margin-left: 180px;}
.page4 a{top: 6%; position: relative; margin-left: 180px;}
.page5 a{top: 6%; position: relative; margin-left: 180px;}
.page6 a{top: 6%; position: relative; margin-left: 180px;}
.page7 a{top: 6%; position: relative; margin-left: 180px;}

.anhsukien:hover {filter: brightness(200%);}
.tan1:hover {filter: brightness(150%);}
.tan2:hover {filter: brightness(150%);}
.tan3:hover {filter: brightness(150%);}
.tan4:hover {filter: brightness(150%);}
.tan5:hover {filter: brightness(150%);}
.tan6:hover {filter: brightness(150%);}

#left-menu {
    display: block;
    position: fixed;
    z-index: 5;
    left: 1%;
    top: 56%;
    transform: translateY(-50%);
    background-image: url(../images/khungleft.png);
    background-repeat: no-repeat;
    width: 280px;
    height: 790px;
}

#left-menu .wrapper-server-info {
        position: absolute;
    top: 15%;
    width: 55%;
    height: 50%;
    left: 37%;
    transform: translateX(-59%);
    padding: 0px 0px 0px;
}
#left-menu .wrapper-server-info a:not(:last-child) {
         font-family: BeaufortforLOL-Bold, Roboto sans-serif;
    display: block;
    position: relative;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    color: #fff5f5;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 35px;
    line-height: 1.4;
}
#left-menu .to-top {
    position: absolute;
    display: inline-block;
    background-image: url(../images/menu-left-totop.png);
    height: 43px;
    width: 43px;
    cursor: pointer;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50%);
}
#left-menu .wrapper-server-info a:not(:last-child):not(:last-child):after {
    content: "";
    position: absolute;
    height: 1px;
    width: 70%;
    background-color: #c9a35c;
    bottom: -43%;
    left: 18%;
}
.slideInDown {
  animation-name: slideInDown;
}.menu{
	display:block;
	position:fixed;
	background-image:url(../images/bg_menu.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:100%;
	width:210px;
	z-index:2;
	top:0;
	right:3%;
	padding-top:25px;
	}
a.logo img{
	display:block;
	width:60%;
	height:auto;
	margin:0 auto;
	margin-bottom:15px;
	}
ul.menu_link{
	display:block;
	width:172px;
	margin:0 auto;
	margin-bottom:15px;
	}
ul.menu_link li{
	display:block;
	width:172px;
	height:27px;
	margin-bottom:5px;
	}
ul.menu_link li a{
	display:block;
	width:172px;
	height:27px;
	font-family:'Roboto-Regular', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#fff;
	text-align:center;
	line-height:27px;
	}
ul.menu_link li a:hover{
	background-image:url(../images/bg_li.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	color:#ff6600;
	animation: shrink 1s ease-in-out infinite;
	text-decoration: none
	}
ul.menu_tab{
	display:block;
	width:100px;
	height:auto;
	margin:0 auto;
	list-style: none;
	}
ul.menu_tab li{
	float:left;
	width:40px;
	margin:0 5px;
	}
ul.menu_tab li img{
	display:block;
	width:40px;
	height:auto;
		border-radius:5px;
	}
	ul.menu_tab li img:hover{
	display:block;
	width:40px;
	height:auto;
		border-radius:5px;
		animation: shrink 2s ease-in-out infinite;
	}
a.bt_choi img{
	display:block;
	width:90%;
	height:auto;
	margin:0 auto;
	animation: shrink 4s ease-in-out infinite;
	}
	@keyframes shrink {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}
.video_block{
	display:block;
	background-image:url(../images/bg_video.png);
	background-position:top center;
	background-repeat:no-repeat;
	width:380px;
	height:212px;
	position:absolute;
	margin:0 auto;
	top:200px;
	left:0;
	right:0;
	z-index:3;
	padding:30px 35px 40px 35px;
	}
ul.time_block{
	display:block;
	margin:0 auto;
	position:absolute;
	z-index:2;
	left:0;
	right:0;
	text-align:center;
	top:73%;
	}
ul.time_block li{
	display:inline-block;
	background:rgba(0, 0, 0, 0.6);
	background-image:url(../images/bg_time.png);
	background-position:top center;
	background-repeat:no-repeat;
	width:72px;
	height:99px;
	margin:0 5px;
	}
ul.time_block li p{
	display:block;
	font-family:'Roboto-bold', Arial, Helvetica, sans-serif;
	color:#ff8a00;
	font-size:16px;
	text-transform:uppercase;
	text-align:center;
	line-height:20px;
	}
ul.time_block li p strong{
	color:#fff !important;
	font-size:40px;
	line-height:70px;
	}
img.tit_1{
	display:block;
	margin:0 auto;
	width:50%;
	height:auto;
	top:25%;
	position:fixed;
	left:0;
	right:0;
	z-index:5;
	}
img.tit_2{
	display:block;
	margin:25px auto;
	width:90%;
	height:auto;
	}
.footer{
	display:block;
	position:fixed;
	width:90%;
	padding:10px 5%;
	background:rgba(0, 0, 0, 0.9);
	z-index:3;
	bottom:0;
	left:0;
	text-align:center;
	}
.footer img{
	display:inline-block;
	height:35px;
	width:auto;
	margin-right:15px;
	}
.footer p{
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	}
.play_video img{
	display:block;
	margin:25px auto;
	}
	.play_video img:hover{
	display:block;
	margin:25px auto;
	animation: shrink 2s ease-in-out infinite;
	}
	.anh {
        position: absolute;
    z-index: 1;
    text-align: center;
    width: 99.5%;
    margin-top: 23%;
    font-size: 23pt;
    font-weight: bold;
    text-shadow: 2px 2px 0px #550808;
    color: #fba400;
}




.page.bg-page-2-tab-1,
.page.bg-page-4-tab-1 {
  background-image: url(../images/bg-page-tab-1.jpg);
}
.page.bg-page-3-tab-2,
.page.bg-page-4-tab-2,
.page.bg-page-4-tab-4 {
  background-image: url(../images/bg-page-tab-2.jpg);
}
.page.bg-page-2-tab-3,
.page.bg-page-3-tab-3,
.page.bg-page-3-tab-1,
.page.bg-page-4-tab-1 {
  background-image: url(../images/bg-page-tab-3.jpg);
}
.page.bg-page-2-tab-4,
.page.bg-page-3-tab-4,
.page.bg-page-4-tab-3,
.page.bg-page-2-tab-2 {
  background-image: url(../images/bg-page-tab-4.jpg);
}
.page.bg-page-2-tab-5,
.page.bg-page-3-tab-5,
.page.bg-page-4-tab-5 {
  background-image: url(../images/bg-page-tab-5.jpg);
}

.event-text-1 {
  font-size: 46px;
  color: #ffba00;
  padding-left: 260px;
  padding-top: 20px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 80px;
}
.event-text-2 {
  font-size: 72px;
  color: #ffba00;
  text-align: center;
  font-family: "Tahoma", sans-serif;
  font-weight: 750;
  letter-spacing: -2px;
  line-height: 80px;
}
.buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 60px;
  margin-bottom: 40px;
}
.buttons .btn-tab {
  width: 220px;
  height: 55px; /* background: url(../images/button-tab-2.png) no-repeat; */
  text-align: center;
  align-self: center;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding-top: 15px;
  margin-bottom: 20px;
  border-radius: 50px;
  border: 1px solid #4e4e4e;
  background: #11111178;
}
.buttons .btn-tab:hover,
.buttons .btn-tab.active {
  /* background-image: url(../images/button-tab-1.png); */
  color: #d8ac00;
  border: 1px solid #b18e00;
}
.event-tab {
  display: none;
}
.event-tab.active {
  display: block;
}
.event-tab > .time {
  width: 871px;
  height: 64px;
  background: url(../images/bg-time.png) no-repeat center;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 40px;
  font-size: 22px;
  padding-top: 15px;
  font-weight: 500;
  color: #fff;
}
.event-tab > .time strong {
  color: #ffba00;
  font-weight: 500;
}
.event-tab > .notice {
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  color: #e97900;
  padding-left: 40px;
  margin-bottom: 30px;
  background: url(../images/button-notice.png) no-repeat 3px 5px;
}

.notice {
  font-size: 22px;
  font-weight: 700;
  font-style: italic;
  color: #e97900;
  padding-left: 40px;
  margin-bottom: 20px;
  background: url(../images/button-notice.png) no-repeat 3px 5px;
}

.event-tab .list-notice {
  padding-left: 20px;
  margin-bottom: 70px;
}
.event-tab .list-notice li {
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.event-tab .list-notice li:before {
  content: " ";
  width: 5px;
  height: 5px;
  background: #776c5f;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 0;
}

.event-tab .list-info-2 {
  padding-left: 50px;
  margin-bottom: 50px;
}
.event-tab .list-info-2 li {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.event-tab .list-info-2 li:before {
  content: " ";
  width: 5px;
  height: 5px;
  background: #776c5f;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 0;
}
.event-tab .set-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 60px;
}
.event-tab .set-items .set-item {
  width: 290px;
  height: 345px;
  background: url(../images/dock-1.png) no-repeat center bottom;
  position: relative;
  cursor: pointer;
}
.event-tab .set-items .set-item:hover {
  background-image: url(../images/dock-2.png);
}
.event-tab .set-items .set-item:hover img {
  bottom: 80px;
}
.event-tab .set-items .set-item:hover .tooltip {
  opacity: 1;
  top: 220px;
}
.event-tab .set-items .set-item img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 60px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.event-tab .set-items .set-item .tooltip {
  width: 250px;
  border: 1px solid #3f3f3f;
  background: rgb(23 23 23 / 90%);
  border-radius: 3px;
  position: absolute;
  top: 160px;
  left: 30px;
  padding: 15px 30px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.event-tab .set-items .set-item .tooltip:before {
  content: " ";
  height: 0;
  width: 0;
  border-bottom: 8px solid #b55900;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: -8px;
  left: calc(50% - 4px);
}
.event-tab .set-items .set-item .tooltip .char {
  text-align: center;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 10px;
  font-size: 20px;
}
.event-tab .set-items .set-item .tooltip .info {
  color: #ef00ff;
  font-size: 15px;
  margin-bottom: 10px;
}
.event-tab .set-items .set-item .tooltip .foot {
  font-size: 14px;
  color: #ffc000;
  font-style: italic;
}
.top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 0;
}
.top .top-1 {
  width: 358px;
  height: 420px;
  background: url(../images/bg-top-1.png) no-repeat;
  cursor: pointer;
  margin-bottom: 20px;
}
.top .top-1:hover {
  background-image: url(../images/bg-top-1-hover.png);
}
.top .top-1 .icon-wing {
  background-image: url(../images/wing-top-1.png);
}
.top .top-1 .reward {
  background-image: url(../images/ribbon-top-1.png);
  color: #ff9600;
}
.top .top-1 .foot {
  background-image: url(../images/notice-top-1.png);
  color: #ffeacb;
}
.top .top-2 {
  width: 358px;
  height: 420px;
  background: url(../images/bg-top-2.png) no-repeat;
  cursor: pointer;
  margin-bottom: 20px;
}
.top .top-2:hover {
  background-image: url(../images/bg-top-2-hover.png);
}
.top .top-2 .icon-wing {
  background-image: url(../images/wing-top-2.png);
}
.top .top-2 .reward {
  background-image: url(../images/ribbon-top-2.png);
  color: #8aa1ac;
}
.top .top-2 .foot {
  background-image: url(../images/notice-top-2.png);
  color: #ecf8fc;
}
.top .top-3 {
  width: 358px;
  height: 420px;
  background: url(../images/bg-top-3.png) no-repeat;
  cursor: pointer;
  margin-bottom: 20px;
}
.top .top-3:hover {
  background-image: url(../images/bg-top-3-hover.png);
}
.top .top-3 .icon-wing {
  background-image: url(../images/wing-top-3.png);
}
.top .top-3 .reward {
  background-image: url(../images/ribbon-top-3.png);
  color: #856d5a;
}
.top .top-3 .foot {
  background-image: url(../images/notice-top-3.png);
  color: #ad9f93;
}
.top .head {
  font-size: 30px;
  font-weight: 800;
  font-style: italic;
  padding-left: 160px;
  padding-top: 25px;
  margin-bottom: 10px;
}
.top .icon-wing {
  background-repeat: no-repeat;
  width: 170px;
  height: 136px;
  margin-left: 110px;
  display: block;
}
.top .reward {
  font-size: 23px;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  width: 240px;
  height: 54px;
  background-repeat: no-repeat;
  margin-left: 52px;
  padding-top: 4px;
}
.top .info {
  font-size: 16px;
  color: #fff;
  margin-left: 75px;
  margin-top: 14px;
  height: 70px;
}
.top .foot {
  font-weight: 500;
  font-style: italic;
  padding-left: 30px;
  margin-left: 45px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.top .icon-kundun-5 {
  width: 236px;
  height: 151px;
  background-image: url(../images/kundun-5.png);
  background-repeat: no-repeat;
  background-size: 85%;
  margin-left: 100px;
  display: block;
}
.top .icon-kundun-5 ~ .info {
  margin-top: 30px;
  margin-bottom: 10px;
}
.top .icon-kundun-5 ~ .foot {
  padding-right: 50px;
  margin-left: 30px;
}
.top .icon-kundun-4 {
  width: 236px;
  height: 151px;
  background-image: url(../images/kundun-4.png);
  background-repeat: no-repeat;
  background-size: 85%;
  margin-left: 100px;
  display: block;
}
.top .icon-kundun-4 ~ .info {
  margin-top: 30px;
  margin-bottom: 10px;
}
.top .icon-kundun-4 ~ .foot {
  padding-right: 50px;
  margin-left: 30px;
}
.top .icon-kundun-3 {
  width: 236px;
  height: 151px;
  background-image: url(../images/kundun-3.png);
  background-repeat: no-repeat;
  background-size: 85%;
  margin-left: 100px;
  display: block;
}
.top .icon-kundun-3 ~ .info {
  margin-top: 30px;
  margin-bottom: 10px;
}
.top .icon-kundun-3 ~ .foot {
  padding-right: 50px;
  margin-left: 30px;
}
.table {
  padding-bottom: 60px;
}
.table table {
  border-collapse: collapse;
  border: 1px solid #313131;
  width: 100%;
}
.table table th,
.table table td {
  border-collapse: collapse;
  border: 1px solid #313131;
  padding: 10px 30px;
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
.table table thead tr {
  background: #000000;
}
.table table thead tr th {
  color: #ffcc00;
  font-style: italic;
}
.table table tbody tr {
  background: #252525;
}
.table table tbody tr:nth-child(2n + 1) {
  background: #1f1f1f;
}
.table table tbody tr td {
  font-size: 16px;
}
.head-table {
  margin-bottom: 20px;
  margin-top: 50px;
}
.page {
    background-position: center top;
    background-repeat: no-repeat;
    border-top: 1px solid #ca5d00;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}