.hc{
    margin: 24px auto 24px;
    position: relative;
    width: 100%;
    /* 504px的高度是两张票时的高度 */
    height: 504px;
    overflow: hidden;
}
.hcB{
    margin: 24px auto 24px;
    position: relative;
    width: 100%;
    /* 295px的高度是一张票时的高度 */
    /* height: 295px; */
    height: 285px;
    overflow: hidden;
}
.hotelsContainer{
    width: 92%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 14px;
    position: absolute;
    /* top: 67px; */
    top: 80px;
    left: 28px;
}
.hotelsContainerSon{
    width: 96%;
    height: 386px;
    position: relative;
    bottom: 8px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow-y:auto;
}
.hotelsContainerSon::-webkit-scrollbar{
    width: 5px;
    height: 0;
}
.hotelsContainerSon::-webkit-scrollbar-thumb{
    background: rgba(255,244,92,1);
    border-radius: 10px;
    /*height: 10px;*/
}
.hotel{
    width: 98%;
    height: 183px;
    background-color: white;
    margin-bottom: 8px;
    display: flex;
    border: 1px solid #7a5741;
}
.hotelImg{
    width: 40%;
    height: 183px;
}
.hotelInfo{
    width: 60%;
    height: 183px;
    display: inline-block;
    position: relative;
}
.hotelName{
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    top: 7px;
    left: 12px;
    color: #4b4b4a;
}
.limitsTip{
    /*display: inline-block;*/
    height: 19px;
    line-height: 19px;
    font-size: 10px;
    background-color: #fde7d6;
    padding-left: 3px;
    padding-right: 3px;
    /*position: relative;*/
    /*left: 11px;*/
    /* top: 10px; */
    float: left;
    margin: 0 4px 6px 0;
    /*margin-left: 3px;*/
}
.originalPrice{
    width: 150px;
    font-size: 18px;
    padding-left: 11px;
    color: #9f9f9e;
    text-decoration:line-through;
}
.nowPrice{
    display: inline-block;
    position: relative;
    color: #ec6941;
}
.nowPriceNum{
    font-size: 25px;
    font-weight: 600;
}
.bookNow{
    /* display: inline-block;
    width: 60px; */
    height: 25px;
    width: 60px;
    padding: 4px 10px;
    background-color: #f39800;
    color: white;
    line-height: 25px;
    text-align: center;
    position: relative;
    top: 13px;
    font-size: 13px;
    border-radius: 3px;
    cursor: pointer;
}
/* .telOrder{
    display: inline-block;
    height: 19px;
    line-height: 19px;
    font-size: 10px;
    background-color: #ec6a3f;
    padding-left: 8px;
    padding-right: 8px;
    color: white;
    border-radius: 3px;
    position: absolute;
    top: 83px;
    left: 16px;
} */
.hotelImgP{
    width: 100%;
    height: 100%;
}
.hotelsContainerBgImg{
    width: 100%;
    /* height: 100%; */
    height: 504px;
}
.hotelTitle{
    width: 180px;
    height: 50px;
    position: absolute;
    top: 18px;
    left: 84px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;

    color: white;
    text-shadow: RGB(43,27,9) 3px 3px 3px;
}
.blank{
    width: 100%;
    height: 8vh;
}
.nameBox{
    height: 45px;
}
.limitsTipBox{
    /* height:35px; */
    height: 80px;
    line-height: 35px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}
.telOrderBox{
    /* height: 45px; */
}
.priceBox{
    height: 58px;
    position: relative;
    line-height: 58px;
    display: flex;
}
.nowPriceBox{
    height: 58px;
    width: 138px;
    display: inline-block;
}
.shoppingCartBox{
    height: 58px;
    width: 35px;
}
.bookNowBox{
    height: 58px;
    width: 105px;
    line-height: 58px;
}
