.wrapper{
  height: 46px;
  background:#001529;
  padding: 0 25px;
}
.logo{
  float: left;
  color: #fff;
  line-height: 46px;
  img{
    width:90px;
  }
}
.menu{
  float: left;
  line-height: 46px;
}
.right{
  float: right;
  line-height: 46px;
  color: #fff;

  a{
    color: #fff;
    margin-left: 30px;
  }

}
