html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: ArialMT system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif,
    apple color emoji, segoe ui emoji, segoe ui symbol;
  background-color: #ffffff;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: #fff;
  z-index: 9;
}
.logo-wrap {
  text-indent: -9999px;
  width: 40%;
  float: left;
  margin: 0;
  padding: 0;
}
.logo {
  display: block;
  margin: 0 auto;
  width: 203px;
  height: 39px;
}
.footer .logo {
  position: relative;
  z-index: 1;
}
.links-wrap {
  float: left;
  width: 60%;
}
.link-wrap {
  float: left;
  padding: 0 30px;
  line-height: 39px;
  font-size: 1rem;
}
.link {
  color: #221e1f;
  font-weight: 500;
}
.link:hover,
.link.active {
  color: #e5004f;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
}
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 59px;
  padding: 2% 0;
  text-align: center;
  z-index: 9;
}
.footer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 0;
}
.desc {
  margin: 6px 0 0;
  position: relative;
  font-size: 14px;
  color: #b3b3b3;
  z-index: 1;
}
