.allLine {
    width: 100%;
    /* width: 10rem; */
    margin: 0 auto;
    height: 0.5rem;
    background: #eaeaea;
}
.boxModel {
    /* width: 9.2rem; */
    width: 92%;
    margin: 0 auto;
    padding-bottom: 0.533rem;
    padding-top: 0.5333rem;
}
.navModel {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0.533333rem;
}
.navModelLeft {
    font-size: 1.2rem;
    color: #ff6767;
    font-weight: bold;
}
.xfHb1red {
    background: url('images/xfhb1bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.xfHb1 {
    width: 100%;
    height: 4.4rem;
    border-radius: 0.133333rem;
    background-color: #FF665F;
    margin-top: 0.346667rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
}
.xfHb1red>div {
    width: 60%;
    margin-left: 18%;
}
.xfHb1 div {
    margin-right: -0.2rem;
}
.xfHb1red div p:first-child {
    font-size: 0.48rem;
}
.xfHb1 div p:first-child {
    font-size: 1.5rem;
    font-weight: bolder;
}

.xfHb1 img {
    width: 3rem;
    height: 3rem;
}
.zhuanche2 {
    background: url(images/xfhb1bgb.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.zhuanche2>div {
    width: 60%;
    margin-left: 18%;
}
.zhuanche2>img {
    width: 3rem;
    height: 3rem;
}

.InfoImg {
    display: flex;
    justify-content: flex-end;
}
.InfoImg img {
    width: 0.773333rem;
    height: 0.773333rem;
}
.hbInfo {
    display: none;
    /*position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;*/

    /*margin-top: -5.5rem;
    margin-left: -4.1rem;*/
    width: 18rem;
    min-height: 26rem;
    background: url(images/hb-bgs.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 99999;
}
.hbInfo .hbName {
    font-size: 1.5rem;
    color: #FEF9E1;
    margin-top: 5.5rem;
    text-align: center;
}
.hbInfo .hbPrice {
    display: flex;
    justify-content: center;
    margin-top: 0.2rem;
}
.hbpriceImg {
    width: 15rem;
    height: 5rem;
    line-height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: url(../images/hb-bgprice.png); */
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 2rem;
    font-weight: bold;
    color: #f32327;
    position: relative;
}
.hbpriceImg img {
    width: 100%;
    height: 5rem;
    position: absolute;
}
.hbpriceImg span {
    z-index: 2;
}
.controlHb p {
    color: #FEF9E1;
    font-size: 1rem;
    text-align: center;
    /* margin-top: 0.4rem; */
}
.hbInput {
    width: 76%;
    height: 2.2rem;
    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.35rem;
    left: 0.213333rem;
}
.hbInput input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 1.8rem;
    font-size: 1rem;
}
.hbBut {
    width: 76%;
    margin: 0 auto;
    background-color: #FADFA5;
    border-radius: 5px;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
    color: #AE8837;
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 0.3rem;
}

