.footer {
  height: 16.25rem;
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 1);
  width: 100%;
  bottom: -16.25rem;
  padding: 2.1875rem 0;
  box-sizing: border-box;
  border-top: 1px solid #b55829;
}

.footer-word {
  color: #8c8d8c;
  font-weight: 400;
  font-size: 0.75rem;
  margin-top: 2vh;
  line-height: 1.25rem;
}
.footer-icon {
  height: 3rem;
  /* width:3rem; */
  margin: auto;
  /* background: cadetblue; */
  /* display: flex;
    justify-content: space-between;
    align-items: center; */
  text-align: center;
}
.footer-icon > img {
  width: 3rem;
  height: 3rem;
  margin: 0 1.25rem;
  cursor: pointer;
}

.footer-icon .tw:hover {
  content: url(../img/footer/-h-Twitter.png);
}
.footer-icon .fb:hover {
  content: url(../img/footer/-h-Facebook.png);
}
.footer-icon .yt:hover {
  content: url(../img/footer/-h-Youtube.png);
}
.footer-icon .dc:hover {
  content: url(../img/footer/-h-Discord.png);
}
.footer-icon .rd:hover {
  content: url(../img/footer/-h-Reddit.png);
}
.footer-bottom {
  width: 60rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.3125rem;
}
.footer-logo {
  width: 24.5rem;
  /* height: 4.6875rem; */
}
.footer-us {
  width: 31.25rem;
  height: 4.6875rem;
  position: relative;
  color: rgba(255, 255, 255, 1);
  font-size: 1rem;
}
.footer-a {
  position: relative;
  top: 0.3125rem;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
.footer-a a {
  text-decoration: none;
  color: white;
}
.footer-i {
  position: absolute;
  bottom: 0;
  color: #8c8d8c;
  font-weight: 400;
  font-size: 0.75rem;
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 1rem;
}
.footer-xiang {
  position: absolute;
  top: -7rem;
  right: 2rem;
}
.footer-la {
  position: absolute;
  top: 2.7rem;
  right: 30rem;
  width: 8.4375rem;
}
.footer-la img {
  width: 100%;
  cursor: pointer;
}
.footer-choice {
  position: absolute;
  top: -6rem;
  right: 30rem;
  width: 8.4375rem;
  background: rgba(0, 0, 0, 1);
}
.footer-choice > div {
  width: 100%;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
}
.footer-choice > div:hover {
  background: rgba(169, 169, 169, 1);
}
