/* 底栏 */
.footer-link {
  width: 4rem;
  height: 0.22rem;
  /* background-color: aquamarine;
  opacity: .3; */
  position: absolute;
  top: 0.3rem;
  left: 13rem;
  transform: translate(0);
}

.footer-link a {
  display: block;
  position: absolute;
  color: #ffffff;
  cursor: pointer;
  font-weight: 300;
}

.ft_linkPrivacy {
  /* background: url(../image/section8/ft_linkPrivacy.png) no-repeat; */
  background-size: 100%;
  left: 1.6rem;
}

.ft_linkUSE {
  /* background: url(../image/section8/ft_linkUSE.png) no-repeat; */
  background-size: 100%;
}

.footer-link .line {
  position: absolute;
  color: #fff;
  left: 1.34rem;
}

.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;
}