.footer {
  height: 480px;
  background-color: #231f20
}

.footer .footer-bottom {
  position: absolute;
  width: 100%;
  top: 360px;
  text-align: center
}

.footer .footer-bottom .text-1 {
  color: #9f9f9f;
  font-size: 14px
}

.footer .footer-bottom .text-1 a {
  color: #9f9f9f
}

.footer .footer-bottom .text-1 a:hover {
  color: #fff
}

.footer .footer-bottom .text-2 {
  color: #707070;
  font-size: 13px;
  margin: 10px 0 0 0
}
ul {
  margin: 0;
  padding: 0;
  list-style: none
}

li {
  display: inline-block
}

a {
  color: #000;
  margin: 0;
  padding: 0;
  text-decoration: none!important
}

.color-black {
  color: #322e2f
}

.color-white {
  color: #fff!important
}

.color-red {
  color: #e7563a!important
}

.color-orange {
  color: #ff6727!important
}

.color-gray {
  color: #7f7f7f!important
}

.content {
  position: relative;
  width: 1200px;
  margin: 0 auto
}