.hh1{
    width: 7.6rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
}
.hh1 img{
    width: .9067rem;
}
.hh1 span{
    font-size: .64rem;
    font-weight: 600;
    color: #4D0E00;
}

#marquee {
    color: #fff;
    display: block;
    width: 8.6667rem;
    height: .8rem;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    font-size: .4533rem;
}
#marquee_text {
    position: absolute;
    top: 0;
    left: 100%;
    line-height: .8rem;
    display: block;
    word-break: keep-all;
    text-overflow: ellipsis;
    white-space: nowrap;
}