/*底部*/
.footer{
  width: 100%;
  height: 250px;
  background: #303030;
  cursor: pointer;
}
.statement{
  margin: 0px 250px;
  height: 150px;
  position: relative;
  top: 50px;
}
.footerlogo{
  height: 150px;
  line-height: 150px;
}
.footerlogo img{
  position: relative;
  top: 50px;
}
.smillist a{
  color: #999;
}
.license{
  margin-top: 35px;
  color: #999;
}
.flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}