/* 底栏 */
.footer-link {
  width: 379px;
  height: 74px;
  /* background-color: aquamarine;
  opacity: .3; */
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translateX(-50%);
}

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

.ft_linkPrivacy {
  width: 107px;
  height: 21px;
  background: url(../image/section8/ft_linkPrivacy.png) no-repeat;
  background-size: 100%;
  top: 11px;
  left: 40px;
}

.ft_linkUSE {
  width: 74px;
  height: 21px;
  background: url(../image/section8/ft_linkUSE.png) no-repeat;
  background-size: 100%;
  top: 11px;
  left: 160px;
}

.ft_linkSpecial {
  width: 111px;
  height: 21px;
  background: url(../image/section8/ft_linkSpecial.png) no-repeat;
  background-size: 100%;
  top: 11px;
  left: 243px;
}

.ft_linkMail {
  width: 386px;
  height: 24px;
  background: url(../image/section8/ft_linkMail.png) no-repeat;
  background-size: 100%;
  top: 40px;
  /* left: 20px; */
}