/* 底栏 */
.footer-link {
  width: 3.70rem;
  height: 0.7rem;
  /* background-color: aquamarine;
  opacity: .3; */
  position: absolute;
  top: 1.6rem;
  left: 8rem;
  transform: translate(0);
}

.footer-link a {
  display: block;
  position: absolute;
  color: #8f8f8f;
  cursor: pointer;
}

.ft_linkPrivacy {
  width: .91rem;
  height: .21rem;
  background: url(../image/section8/ft_linkPrivacy.png) no-repeat;
  background-size: 100%;
  top: 0.11rem;
  left: 0.206rem;
}

.ft_linkUSE {
  width: .64rem;
  height: .21rem;
  background: url(../image/section8/ft_linkUSE.png) no-repeat;
  background-size: 100%;
  top: 0.11rem;
  left: 1.25rem;
}

.ft_linkSpecial {
  width: .95rem;
  height: .21rem;
  background: url(../image/section8/ft_linkSpecial.png) no-repeat;
  background-size: 100%;
  top: 0.11rem;
  left: 1.98rem;
}

.ft_linkMail {
  width: 3.36rem;
  height: .25rem;
  background: url(../image/section8/ft_linkMail.png) no-repeat;
  background-size: 100%;
  top: 0.4rem;
  left: 0.2rem;
}