.footer {
  height: 480px;
  background-color: #231f20;
  position: relative;
}
.content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.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 a {
  color: #707070;
}

.footer .footer-bottom .text-2 a:hover {
  color: #fff
}

.footer .footer-bottom .text-2 {
  color: #707070;
  font-size: 13px;
  margin: 10px 0 0 0
}
.color-white {
  color: #fff!important;
}
