body {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

#myVideo {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
}

.welcome .menu {
  position: absolute;
  z-index: 10;
  width: 100%;
  right: 0;
  top: auto;
  bottom: 50px;
  text-align: center;
}

@media (max-width: 767px) {
  .welcome .menu {
    bottom: 20px;
  }
}

.welcome .menu ul li {
  margin-bottom: 24px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}

@media (max-width: 767px) {
  .welcome .menu ul li {
    display: block;
  }
}

.welcome .menu ul li:last-of-type() {
  margin-bottom: 0;
}

.welcome .menu ul li a {
  display: block;
  width: 282px;
  height: 46px;
  color: #fff;
  font-size: 24px;
  line-height: 46px;
  text-align: center;
  text-shadow: 0 5px 5px #0f0d0c, 0 5px 5px #251409, 0 5px 9px #251409,
    0 5px 9px #251409;
  background: url("../images/btn.png") center no-repeat;
  background-size: contain;
}

@media (max-width: 991px) {
  .welcome .menu ul li a {
    width: 220px;
    height: 36px;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
  }
}

@media (max-width: 767px) {
  .welcome .menu ul li a {
    margin: auto;
    font-size: 18px;
  }
}

.welcome .menu ul li a:hover {
  text-shadow: 0 0 9px #fdffb9;
  background-image: url("../images/btn_h.png");
}

.welcome .menu ul li.coming-soon a span {
  display: none;
  font-size: 24px;
  line-height: 46px;
  text-shadow: 0 0 9px #fdffb9;
}

@media (max-width: 767px) {
  .welcome .menu ul li.coming-soon a span {
    font-size: 18px;
  }
}

.welcome .menu ul li.coming-soon a:hover {
  font-size: 0;
  line-height: 0;
}

.welcome .menu ul li.coming-soon a:hover span {
  display: block;
}

.welcome #scene {
  width: 100%;
  height: 90%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.main_content {
  min-height: 100vh;
}

.welcome .slogan {
  width: 1122px;
  height: 275px;
  display: flex;
  justify-content: center;
  margin-left: -561px !important;
  position: absolute;
  left: 50% !important;
  top: auto !important;
  bottom: 34px !important;
  z-index: 5;
  background: url("../images/logo.png") center no-repeat;
  background-size: contain;
}

@media (max-width: 850px) {
  .welcome .slogan {
    width: 822px;
    height: 275px;
    left: 70% !important;
  }
}
@media (max-width: 690px) {
  .welcome .slogan {
    width: 622px;
    height: 275px;
    left: 90% !important;
  }
}

@media (max-width: 550px) {
  .welcome .slogan {
    width: 522px;
    height: 275px;
    left: 115% !important;
  }
}

.welcome .fire {
  width: 2015px;
  height: 1025px;
  margin-left: -1055px !important;
  position: absolute;
  left: 50% !important;
  top: auto !important;
  bottom: -80px !important;
  z-index: 3;
  background: url("../images/fire.png") center no-repeat;
  background-size: contain;
}

.datetime {
  position: fixed;
  color: #fff;
  background: url("../images/10007.png") center no-repeat;
  width: 250px;
  border: 3px solid;
  border-radius: 5px;
  margin: 0px 0px 0px 15px;
  padding: 10px;
  z-index: 50;
}

.date {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
}

.time {
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.logo {
  display: flex;
  justify-content: center;
  padding-top: -70%;
}

.logo  img{
  width: 85%;
}

@media (max-width: 620px) {
  .logo  img{
    width: 75%;
  }
}

.welcome #leafs {
  width: 100%;
  height: 80vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}


.welcome #leafs .leaf {
  width: 33px;
  height: 36px;
  background: url("../images/leaf.png") center no-repeat;
  background-size: contain;
  position: absolute;
  opacity: 0.8;
}