.header{
  display: flex;
  height: 66px;
  background-color: white;
  color:rgba(153, 153, 154);
  font-size: 18px;
  justify-content: space-between;
  align-items: center;
}
.header .icon {
  margin-left: 28px;
  padding:0px 16px 0px 14px;
  cursor: pointer;
}.header .icon a img{
  width: 116.25px;
  height: 30px;
}
.header .link{
  margin-right: 28px;
  padding:0px 16px 0px 14px
}
.header .link a{
    cursor: pointer;
    color: rgba(153, 153, 154);
    padding:0px 16px 0px 14px;
}