body {
  background-color: #000;
  background-image: none;
}

body::before{
  background-image: url("../img/all_2025/bg.jpg");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  z-index: -1;
}

img{
  width: 100%;
  height: auto;
  vertical-align: top;
}

.wrapper{
    overflow: hidden;
    min-height: 100lvh;
    display: flex;
    flex-direction: column;
}

.index{
  width: 960px;
  height: 620px;
  margin: 100px auto 50px;
  box-shadow: 0 0 15px rgba(255, 224, 111, 0.3);
  background-image: url(../img/index_2025/index@2x.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}

.index h1{
  position: absolute;
  width: 160px;
  top: 476px;
  left: 19px;
}

.index1{
  position: absolute;
  width: 435px;
  top: 206px;
  left: 263px;
}

.index2{
  position: absolute;
  width: 252px;
  top: 8px;
  left: 15px;
}
.index .enter{
  position: absolute;
  width: 140px;
  top: 465px;
  left: 480px;
}
.index .exit{
  position: absolute;
  width: 101px;
  top: 485px;
  left: 360px;
}

.footer{
  margin: auto 0 20px;
  color: #fff;
  font-size: 12px;
}

.footer a{
  color: #fff;
}

.footer .copyright{
  margin: 10px 0 0;
}