* {
  padding: 0;
  margin: 0;
}
html,
body {
  height: 100%;
}
img {
  display: block;
}

.top img {
  width: 100%;
  margin-top: -2%;
}
.down {
  text-align: center;
  width: 100%;
  padding-top: 0px;
}
.down a {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.down img {
  width: 16rem;
  display: block;
  text-align: center;
  margin-top: 0%;
  margin-bottom: 0%;
  animation: move 1.8s infinite;
}

.top2 img {
  width: 100%;
  margin-top: 3%;
  margin-bottom: 0%;
}
.top3 img {
  width: 100%;
  margin-bottom: 15%;
}
.note {
  color: #fff;
  width: 100%;
  padding: 0 5%;
  box-sizing: border-box;
  font-size: 0.7rem;
  text-align: left;
}
.note1,
.note2 {
  width: 100%;
  padding: 0 5%;
  color: #fff;
  box-sizing: border-box;
  font-size: 0.7rem;
  text-align: left;
  position: absolute;
}
.note1 {
  top: 10%;
}
.active {
  color: #d5ba82;
}
.pagcor {
  margin-top: -15%;
  margin-left: 88%;  
  margin-bottom: 5%;
}
.pagcor img {
  width: 95%;
}
.foot {
  position: fixed;
  width: 720px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: space-between;
  align-items: center;
  padding: 0 0;
  box-sizing: border-box;
  z-index: 99;
}
.foot a {
  width: 100%;
}
.foot a img {
  width: 100%;
  display: block;
}
.kf {
  position: fixed;
  right: 0;
  top: 21%;
  margin: auto;
  z-index: 999;
  width: 4rem;
  height: 4rem;
}
.kf img {
  width: 100%;
}
.TG {
  position: fixed;
  right: 0;
  top: 30%;
  margin: auto;
  z-index: 999;
  width: 3.6rem;
  height: 3.6rem;
}
.TG img {
  width: 100%;
}
.foot img {
  width: 100%;
}
@keyframes move {
  0% {
    transform: scale(0.98) translate(0px, 2px);
  }
  50% {
    transform: scale(1) translate(0px, 0px);
  }
  100% {
    transform: scale(0.98) translate(0px, 2px);
  }
}
.content {
  width: 720px;
  min-height: 200px;
  background: url("../img/bg.png") no-repeat 100% -1%/100% auto, #131313;
  margin: 0 auto;
  padding-bottom: 7.6rem;
}
.down img {
  width: 60%;
}
.top {
  position: relative;
}
.top img {
  width: 100%;
}
@media (max-width: 550px) {
  .content,
  .foot {
    width: 100%;
  }
}
