* {
  margin: 0;
  padding: 0;
}

@keyframes side_left {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-50%);
  }
}

@keyframes side_right {
  0% {
    transform: translate(-50%);
  }
  100% {
    transform: translate(0);
  }
}

.bg {
  background: url(./tupian/1196_.png) top no-repeat;
  background-size: cover;
  overflow: hidden;
}

.bg .bottom_game {
  z-index: 99;
  position: absolute;
  top: 930px;
  width: 100%;
}

.bg .bottom_game .bottom_game_item {
  width: 6748px;
  flex-shrink: 0;
}

.bg .bottom_game .bottom_gameBox {
  position: relative;
  overflow: hidden;
  height: 135px;
}

.bg .bottom_game .bottom_gameBox_1 {
  margin: 44px 0 44px 0;
}

.bg .bottom_game .bottom_game_left {
  position: absolute;
  display: flex;
  animation: side_left 80s linear infinite;
}

.bg .bottom_game .bottom_game_left_1 {
  position: absolute;
  display: flex;
  animation: side_left 80s linear infinite;
}

.bg .bottom_game .bottom_game_right {
  position: absolute;
  display: flex;
  animation: side_right 80s linear infinite;
}

.bg .cd {
  position: relative;
  background: url(./tupian/1200_.png) top no-repeat;
  background-size: cover;
  width: 1200px;
  height: 2304px;
  margin: auto;
}

.bg .cd .download {
  position: absolute;
  background: url(./tupian/download.png) 0 0 no-repeat;
  background-size: 540px;
  right: 0px;
  top: 64px;
  height: 60px;
  width: 180px;
  cursor: pointer;
}

.bg .cd .download:hover {
  background: url(./tupian/download.png) -180px 0 no-repeat;
  background-size: 540px;
}

.bg .cd .download:active {
  background: url(./tupian/download.png) -360px 0 no-repeat;
  background-size: 540px;
}

.bg .cd .rroductsIntro {
  cursor: default;
  width: 1200px;
  height: 100px;
  position: absolute;
  bottom: 588px;
  text-align: center;
}

.bg .cd .rroductsIntro p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  color: #e4d9d6;
  line-height: 30px;
}

.bg .cd .rroductsIntro p span {
  color: #df161b;
}

.bg .cd .footer {
  width: 1200px;
  height: 110px;
  position: absolute;
  bottom: 54px;
  text-align: center;
  cursor: default;
}

.bg .cd .footer p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  color: #595959;
  line-height: 36px;
}
