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/2026/0520_NewArea/1.jpg");
  background-repeat: no-repeat;
  height: 1080px;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.wrapper .logo {
  display: block;
  position: absolute;
  top: 50px;
  left: 60px;
  width: 264px;
  height: 152px;
  background-image: url("https://static.web.sdo.com/xyx/pic/act/2026/0520_NewArea/logo.png");
}
.wrapper .top-links {
  position: absolute;
  height: 37px;
  z-index: 2;
  display: flex;
  right: 135px;
  top: 0px;
  justify-content: space-between;
  width: 248px;
  background-image: url("https://static.web.sdo.com/xyx/pic/act/2026/0520_NewArea/link-bg.png");
}
.wrapper .top-links li a {
  display: block;
  width: 83px;
  height: 37px;
}
.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: 110px;
  height: 417px;
  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/2026/0520_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/2026/0520_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/2026/0520_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/2026/0520_NewArea/link-4.png");
}/*# sourceMappingURL=index.css.map */