.header_title{
    width: 100%;
    height: .49rem;
    line-height: .49rem;
    font-size: .16rem;
    font-family: "Microsoft YaHei","SimSun";
    /* font-weight: 400; */
    color: #4E5969;
}
.header_title > .dreamer-location{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header_title > .dreamer-location > li::after{
    content: '>';
    margin: 0 .1rem;
}
.header_title > .dreamer-location > li:last-child::after{
    content:''
}