body {
  background-color: #1e1c1d;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  min-width: 1600px;
}

.wrapper {
  background-image: url("https://static.web.sdo.com/xyx/pic/act/2025/0104_NewArea/1.jpg");
  background-repeat: no-repeat;
  height: 1080px;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.wrapper .logo {
  display: block;
  position: absolute;
  top: 30px;
  left: 55px;
  width: 220px;
  height: 130px;
  background-image: url("https://static.web.sdo.com/xyx/pic/act/2025/0104_NewArea/logo.png");
}
.wrapper .top-links {
  position: absolute;
  height: 79px;
  z-index: 2;
  display: flex;
  right: 80px;
  top: 30px;
  justify-content: space-between;
  width: 250px;
}
.wrapper .top-links li a {
  display: block;
  width: 75px;
  height: 79px;
}
.wrapper .top-links li:nth-of-type(1) {
  background-image: url("https://static.web.sdo.com/xyx/pic/act/2025/0104_NewArea/toplink-1.png");
}
.wrapper .top-links li:nth-of-type(2) {
  background-image: url("https://static.web.sdo.com/xyx/pic/act/2025/0104_NewArea/toplink-2.png");
}
.wrapper .top-links li:nth-of-type(3) {
  background-image: url("https://static.web.sdo.com/xyx/pic/act/2025/0104_NewArea/toplink-3.png");
}
.wrapper .links {
  position: absolute;
  display: flex;
  justify-content: center;
  z-index: 2;
  left: 50%;
  top: 560px;
  margin-left: -650px;
}
.wrapper .links li {
  animation-name: fadeInUp;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}
.wrapper .links li a {
  display: block;
  width: 120px;
  height: 443px;
  margin: 0px 20px;
}
.wrapper .links li:nth-of-type(1) {
  animation-delay: 0.3s;
}
.wrapper .links li:nth-of-type(1) a {
  background-image: url("https://static.web.sdo.com/xyx/pic/act/2025/0104_NewArea/link-1.png");
}
.wrapper .links li:nth-of-type(2) {
  animation-delay: 0.6s;
}
.wrapper .links li:nth-of-type(2) a {
  background-image: url("https://static.web.sdo.com/xyx/pic/act/2025/0104_NewArea/link-2.png");
}
.wrapper .links li:nth-of-type(3) {
  animation-delay: 0.9s;
}
.wrapper .links li:nth-of-type(3) a {
  background-image: url("https://static.web.sdo.com/xyx/pic/act/2025/0104_NewArea/link-3.png");
}
.wrapper .links li:nth-of-type(4) {
  animation-delay: 1.2s;
}
.wrapper .links li:nth-of-type(4) a {
  background-image: url("https://static.web.sdo.com/xyx/pic/act/2025/0104_NewArea/link-4.png");
}/*# sourceMappingURL=index.css.map */