

.newhb {
    width: 100%;
    min-height: 45rem;
    background: url('hb-bgs.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.InfoImg {
    display: flex;
    justify-content: flex-end;
}
.InfoImg img {
    width: 2.73333rem;
    height: 2.73333rem;
}
.newhb .hbName {
    font-size: 2.4rem;
    color: #FEF9E1;
    margin-top: 7rem;
    text-align: center;
}
.newhb .hbPrice {
    display: flex;
    justify-content: center;
    margin-top: 0.4rem;
}
.hongbaonum{
    font-size:3rem;
}
.hbpriceImg {
    width: 22rem;
    height: 7.2rem;
    line-height: 7rem;
    display: flex;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 1.8rem;
    font-weight: bold;
    color: #f32327;
    position: relative;
}
.hbpriceImg img {
    width: 100%;
    height: 7rem;
    position: absolute;
}
.hbpriceImg span {
    z-index: 2;
}
.controlHb p {
    color: #FEF9E1;
    font-size: 1.6rem;
    text-align: center;
    margin-top: 0.2rem;
}
.hbInput {
    width: 76%;
    height: 4rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 0.3rem;
}
.hbInput img {
    position: absolute;
    top: 0.5rem;
    left: 0.213333rem;
}
.hbInput input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 4rem;
    font-size: 1.5rem;
}
.hbBut {
    width: 76%;
    margin: 0 auto;
    background-color: #FADFA5;
    border-radius: 5px;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    color: #AE8837;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 0.8rem;
}
#hb-submit{
    font-size:1.8rem;
}