.footer{
  text-align: center;
  background-color: #1B1F24;
}
.footer .footer-content{
  height: 333px;
}
.footer .footer-title{
  color: white;
  font-size: 18px;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  margin-top: 80px;
}
.footer .footer-desc-line{
  width: 24px;
  height: 2px;
  background-color: white;
  border-radius: 2px;
  display: inline-block;
  margin-top: 8px;
}
.footer .footer-partner{
  margin-top: 24px;
}
.footer .footer-partner > img{
  margin-right: 80px;
  vertical-align: middle;
}
.footer .footer-partner > img:last-child{
  margin-right: 0;
}
.footer .footer-icp{
  color: #BEBEBE;
  font-size: 14px;
  margin-top: 80px;
}
.footer .footer-icp > a{
  outline: none;
  color: #BEBEBE;
  text-decoration: none;
}
.footer .footer-icp > a:hover{
  text-decoration: underline;

}