html,
body {
  height: 100%;
  overflow: hidden;
}

html {
  background: url(../assets/game-bg-20231116-1.jpg) #f6fafe no-repeat center;
}

.container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1527px;
  height: 570px;
  margin: -285px 0 0 -764px;
}
.container h1 {
  background: url(../assets/game-bg-20231116-6.png) no-repeat;
  height: 48px;
  line-height: 999em;
  overflow: hidden;
  margin: 0;
}
.container h2 {
  font-size: 52px;
  color: #222;
  margin: 28px 0 0;
}

.item {
  margin: 35px 0 0;
  padding: 0;
  list-style-type: none;
  width: 340px;
}
.item li {
  font-size: 18px;
  color: #444;
  height: 47px;
  line-height: 47px;
  background: url(../assets/game-bg-20231116-7.png) no-repeat 3px center;
  padding-left: 18px;
  cursor: pointer;
}

.item li.current {
  background: url(../assets/game-bg-20231116-8.png) no-repeat left center;
  font-size: 21px;
  color: #129dff;
}

#download-btn {
  width: 274px;
  height: 106px;
  margin: 70px 0 0 -17px;
  display: block;
  line-height: 999em;
  overflow: hidden;
  background: url(../assets/game-bg-20231113-9.png) no-repeat;
}
#download-btn:hover {
  background: url(../assets/game-bg-20231113-10.png) no-repeat;
}
.download-des {
  font-size: 14px;
  color: #888;
  margin-top: -5px;
}

.imgItem {
  position: absolute;
  left: 476px;
  top: 0;
  right: 0;
  height: 570px;
  list-style-type: none;
}

.imgItem li {
  position: absolute;
  left: 0;
  right: 0;
  height: 570px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.8s;
  margin-top: 30px;
}
.imgItem li.current {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 1;
  margin-top: 0;
}

/* .imgOne {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1248px;
  height: 691px;
  margin-top: -346px;
} */

.imgTwo {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1104px;
  height: 672px;
  margin-top: -336px;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
  border-top: 1px solid #eee;
  font-size: 12px;
  z-index: 2;
}

.inner {
  max-width: 1527px;
  margin: 0 auto;
}

.footerLeft {
  color: #d3d3d3;
  line-height: 70px;
  float: left;
  margin-left: -20px;
}

.footerLeft a {
  margin: 0 20px;
  color: #696969;
  text-decoration: none;
}

.footerLeft a:hover {
  text-decoration: underline;
}

.copyright {
  float: right;
  text-align: right;
  color: #696969;
  line-height: 2;
}
.copyright a {
  color: #696969;
  text-decoration: none;
}
.copyright a:hover {
  text-decoration: underline;
}

.ft-icon {
  display: inline-block;
  width: 35px;
  height: 24px;
  vertical-align: middle;
  position: relative;
}
.ft-icon s {
  position: absolute;
  left: 10px;
  top: 0;
  width: 18px;
  height: 20px;
  background: url(../assets/fc_footericon.png) no-repeat;
}

@media screen and (max-width: 1650px) {
  .container {
    width: 1200px;
    height: 456px;
    margin: -228px 0 0 -600px;
  }
  .container h1 {
    height: 48px;
  }
  .container h2 {
    font-size: 41px;
    margin: 22px 0 0;
  }

  .item {
    margin: 28px 0 0;
    width: 272px;
  }
  .item li {
    font-size: 14px;
    height: 38px;
    line-height: 38px;

    padding-left: 14px;
  }

  .item li.current {
    font-size: 17px;
  }

  #download-btn {
    background-size: 100% 100%;
    width: 219px;
    height: 85px;
    margin: 56px 0 0 -14px;
  }
  #download-btn:hover {
    background-size: 100% 100%;
  }

  .imgItem {
    position: absolute;
    left: 380px;
    top: 0;
    right: 0;
    height: 456px;
    list-style-type: none;
  }

  .imgItem li {
    position: absolute;
    left: 0;
    right: 0;
    height: 456px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.8s;
    margin-top: 24px;
  }
  .imgItem li.current {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1;
    margin-top: 0;
  }

  /* .imgOne {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1248px;
  height: 691px;
  margin-top: -346px;
} */

  .imgTwo {
    width: 861px;
    height: 524px;
    margin-top: -273px;
  }
  .inner {
    max-width: 1200px;
  }
}
