@font-face {
	font-family: gotham;
	src: url(../Gotham-Book.ttf);
}

@font-face {
	font-family: pingfangSC;
	src: url(../PingFang-SC-Regular.ttf);
}

.footer {
  overflow:hidden;
  width: 100%;
  height: 250px;
  perspective:500px; transform-style:preserve-3d;
  background-color: black;
}

.wrapper {
  float: left;
  display: inline;
}

.wrapper_div1 {
  width: 90%;
}

.wrapper_div2 {
  width: 10%;
}

.wrapper_div1 ul {
  margin-top: 37px;
  margin-left: 70%;
  list-style: none;
}

.wrapper_div1 ul > li {
  color: white;
  letter-spacing: 0.03px;
  font-size: 9px;
  font-family: gotham;
}

.wrapper_div1 a {
  color: white;
  text-decoration: none;
  font-family: gotham;
}

.wrapper_div2 ul {
  margin-top: 37px;
  padding: 0px;
  border: 0px;
  text-align: right;
  list-style: none;
}

.wrapper_div2 ul > li {
  color: white;
  letter-spacing: 0.03px;
  width: 80px;
  font-size: 9px;
  font-family: gotham;
}