.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_img{
    width: 0.6rem;
    min-width: 0.6rem;
}
.header_info{
    width: calc(100% - 0.6rem);
}
.header_img img{
    width: 100%;
    object-fit: cover;
}
.header_border{
    border-bottom: 0.01rem solid #999;
}
.header_info .title h3{
    font-size: 0.35rem;
}
