 .header{
    width: 100%;
    display: flex;
    justify-content:space-between;
    height: .6rem;
    align-items: center;
   background-color: #EEEEED;
   padding: 0 0.6rem;
}
 .header span{
    font-size: .17rem;
    font-weight: 800;
    color: #000000;
}
 .header img{
    width: .15rem;
    height: .25rem;
}