body {
  background-color: #010101;
}

.container {
  max-width: 1920px;
  margin: 0px auto;
  min-width: 1600px;
  position: relative;
}

.wrapper {
  background-image: url("https://static.web.sdo.com/xyx/pic/act/2026/0228_NewArea/1.jpg");
  background-position: center top;
  height: 1080px;
  position: relative;
  overflow: hidden;
}

.wrapper::before {
  position: absolute;
  content: "";
  width: 355px;
  height: 754px;
  background-image: url("https://static.web.sdo.com/xyx/pic/act/2026/0228_NewArea/title.png");
  left: 50%;
  top: 171px;
  margin-left: 400px;
  -webkit-animation: fadeInRight 0.6s ease-in-out;
          animation: fadeInRight 0.6s ease-in-out;
}

.wrapper .logo {
  width: 236px;
  height: 96px;
  position: absolute;
  left: 40px;
  top: 30px;
  z-index: 1;
  background-image: url("https://static.web.sdo.com/xyx/pic/act/2026/0228_NewArea/logo.png");
}

.wrapper .top-links {
  position: absolute;
  width: 358px;
  height: 33px;
  right: 40px;
  top: 30px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-image: url("https://static.web.sdo.com/xyx/pic/act/2026/0228_NewArea/top-links.png");
}

.wrapper .top-links li a {
  display: block;
  width: 110px;
  height: 33px;
}

.wrapper .link {
  position: absolute;
  z-index: 2;
  width: 126px;
  height: 459px;
  bottom: 70px;
  left: 50%;
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wrapper .link a {
  display: block;
  width: 100%;
  height: 100%;
}

.wrapper .link.link1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  background-image: url("https://static.web.sdo.com/xyx/pic/act/2026/0228_NewArea/1-1.png?ss");
}

.wrapper .link.link2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  background-image: url("https://static.web.sdo.com/xyx/pic/act/2026/0228_NewArea/1-2.png?ss");
}

.wrapper .link.link3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  background-image: url("https://static.web.sdo.com/xyx/pic/act/2026/0228_NewArea/1-3.png?ss");
}

.wrapper .link.link4 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  background-image: url("https://static.web.sdo.com/xyx/pic/act/2026/0228_NewArea/1-4.png?ss");
}

.wrapper .link.link1 {
  margin-left: -300px;
}

.wrapper .link.link2 {
  margin-left: -140px;
}

.wrapper .link.link3 {
  margin-left: 20px;
}

.wrapper .link.link4 {
  margin-left: 180px;
}
/*# sourceMappingURL=index.css.map */