p{
    padding: 0;
    margin: 0;
}
.header{
    padding: 11px;
    display: flex;justify-content: space-between;
    align-items: center;
}

.header-left{
    display: flex;
    justify-content: space-between;
}
.header-left img{
        margin-right: 10px ;
        width:45px;
        height:45px;
        border-radius: 5px;
}

.header-left .name{
    font-size: 16px;
    color: #161616;
    
}
.header-right{
    display: flex;
    justify-content: space-between;

}
.header-right img{
   width:20px;height:20px; 
}
.header-right a{
   
   text-decoration: none;
}
    .pc{
        display: none;
        cursor: pointer;
    }
@media screen and (min-width: 960px){
    .header{
        margin:0 auto ;
        max-width: 640px;
    }
    .yd{
        display: none;
    }
    .pc{
        display: block;
        cursor: pointer;
    }
}









