.footer {
  background: #000;
  color: #999;
  font-size: 16px;
  font-weight: 300;
  overflow: hidden;
}

.footer .layout_inner {
  padding: 55px 0 50px;
  position: relative;
  width: 1500px;
}

.footer .menu {
  color: #bbb;
  font-weight: 400;
  width: 100%;
  overflow: hidden;
}
.footer .menu li {
  float: left;
  color: inherit;
  margin-right: 30px;
}
.footer .menu li a {
  color: inherit;
}
.footer .menu .policy2 {
  color: #96b69a;
}

.footer .info {
  color: #999;
  overflow: hidden;
  margin-top: 35px;
  margin-bottom: 40px;
}
.footer .info p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.footer .info p.foo-com {
  color: #ffffff;
  font-weight: 500;
  padding-bottom: 10px;
}
.footer .info span {
  margin-right: 20px;
}

.footer .copyright {
  color: #454545;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.04em;
}
.footer .copyright a {
  color: inherit;
  text-decoration: none;
  cursor: text;
}

.footer .site-nav {
  position: fixed;
  bottom: 120px;
  left: calc(50% + 750px);
  z-index: 99;
  background: #222;
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  cursor: pointer;
}

.footer .banners {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}