#gfooter {
  background-color: #000;
}

.foot {
  width: 1020px;
  min-width: 1020px;
  margin: 0 auto;
}

.foot_left.foot_logo1 {
  background: url(//game.gtimg.cn/images/bs/act/a20220608anniversary/foot_logo.png) no-repeat 0 0;
  width: 44px;
  height: 36px;
}

body {
  overflow-y: hidden;
  min-width: 1200px;
}

.main {
  display: block;
  width: 100%;
  height: calc(100vh - 252px);
  position: relative;
  overflow: hidden;
}

.main > img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
}

.container {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.container-box {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.logo {
  display: block;
  width: 129px;
  height: 130px;
  background: url("//game.gtimg.cn/images/bs/act/a20220608anniversary/logo.png") no-repeat;
  position: absolute;
  top: 32px;
  left: 39px;
}

.slogan {
  width: 661px;
  height: 253px;
  background: url("//game.gtimg.cn/images/bs/act/a20220608anniversary/slogan.png") no-repeat;
  margin: 0 auto;
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list > li:first-child {
  margin-right: 1.8%;
}

.list > li:nth-child(2), .list > li:nth-child(3) {
  margin-right: 2%;
}

.list > li:nth-child(2), .list > li:nth-child(4) {
  margin-top: 30px;
}

.website {
  display: block;
  width: 334px;
  height: 73px;
  background: url("//game.gtimg.cn/images/bs/act/a20220608anniversary/btn.png") no-repeat;
  margin: 3% auto 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.website:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.info {
  display: block;
  width: 312px;
  height: 46px;
  background: url("//game.gtimg.cn/images/bs/act/a20220608anniversary/time.png") no-repeat;
  margin: 3% auto 0;
}

.links {
  background-color: #000;
}

.links-list {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1214px;
  border-bottom: 1px solid #3c3c3c;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}

.links-list a {
  color: #8f8f8f;
  padding: 0 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.links-list a:hover {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-height: 1050px) {
  .container-box {
    zoom: 0.8;
  }
}
