body {
    /* overflow-x: hidden !important; */
    overflow: hidden;
    background-color: #fff
}
.hotel_list_main{
    width: 100%;
    height: auto;
    background-color: #fff;
    padding-top: 10px;
    overflow: hidden !important;
}

.search-container{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.search-container .search-tab{
    width: 90%;
    margin: 0 auto
}
.search-container .search-tab input{
    width: 90%;
    height: 35px;
    border: none;
    background-color: #f5f5f5;
    padding-left: 15px
}
.search-container .cancel{
    padding-right: 13px;
    display: none
}
/* 搜索记录 */
.search-page{
    width: 100%;
    height: 100%;
    display: none
}
.search-page .history .history-text{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #666;
    padding: 10px
}
/* 排序/筛选 */
.sort-tab{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #666;
}
.sort-tab .screen-price{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sort-tab .screen-price .price-pic{
    width: 20px;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin-left: 3px
}
.sort-tab .screen-price .price-pic i{
    display: inline-block;
    height: 10px;
    line-height: 10px
}
/* 侧边栏start */
.sift-cover{position: absolute; right: 0; bottom: 0; z-index: 5; width: 80%; height: 100%; background-color: #fff; transform: translate3d(0, 0, 0); transition: transform .3s; display: none}
.sift-head{padding-left: 15px;font-size: 16px; line-height: 45px;}
/*.sift-body{overflow-y: scroll; max-height: calc(100% - 125px);}*/
/*.sift-body{overflow-y: scroll; height: auto}*/
.sift-body li{overflow: hidden; padding: 10px 10px; height: 85px; border-bottom: 1px solid; margin: 10px 0;}
.sift-body li:last-child{border-bottom: none; height: auto;}
.price-range-input{margin-top: 10px; text-align: center;}
.price-range-input > input{width: 90px; height: 30px; border: none; padding: 5px 0;text-align: center; line-height: 30px; border-radius: 10px; font-size: 12px;}
.price-range-input > input:nth-child(1){float: left; margin-left: 10px;}
.price-range-input > input:nth-child(3){float: right; margin-right: 10px;}
.price-range-input span{vertical-align: middle;}
.clear-search{overflow: hidden; padding: 10px 10px; border-top: 1px solid; position: absolute; z-index: 5; bottom: 40px; width: 100%;background-color: #fff;}
.clear-search > button{width: 100%; height: 30px;border: none;}
.sift-foot{position: absolute; bottom: 0; left: 0; right: 0;}
.sift-foot > button{float: left; width: 50%; height: 40px; border: none;text-align: center; line-height: 40px;}
.sift-foot > button:nth-child(2){color: #fff;}

/* 酒店列表 */
.hotel_lists{
    width: 100%;
    height: 80%;
    min-height: 80%;
    background-color: #fff
    /* height: 240px; */
}
.hotel_lists ul{
    /* height: calc(100vh - 130px); */
    overflow: hidden;
    overflow-y: auto;
    background-color: #fff
}
.hotel_lists ul .hotel_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-top: 6px solid #f4f4f6;
}
.hotel_list .hotel_list_img{
    height: 113px;
    line-height: 113px;
    overflow: hidden;
}
.hotel_list .hotel_list_img img{
    width: 113px;
    /* height: 113px; */
    border-radius: 3px
}
.hotel_list .hotel_list_text{
    width: 65%;
    /* margin-left: 20px */
}
.hotel_list .hotel_list_text h3{
    width: 100%;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* font-weight: normal; */
    font-size: 16px;
}
.hotel_list .hotel_list_text>p{
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
}
.hotel_list .hotel_list_text>p:nth-child(2){
    margin-top: 2px;
    margin-bottom: 5px;
}
.hotel_list .hotel_list_text>p:nth-child(2) span{
    display: inline-block;
    padding: 0 5px;
    border: 1px solid #c59333;
    color: #c59333;
    border-radius: 5px;
    margin: 0 1px;
}
.hotel_list .hotel_list_text p:nth-child(3){
    color: #666;
    margin-bottom: 2px
}
.hotel_list .hotel_list_text p:nth-child(4){
    color: #666;
    margin-bottom: 5px
}
.hotel_list .hotel_list_text div{
    display: flex;
    justify-content: space-between;
    align-items: center
}
.hotel_list .hotel_list_text .distance{
    font-size: 14px;
}
.hotel_list .hotel_list_text .distance span{
    color: #c59333
}
.hotel_list .hotel_list_text .room-price{
    width: auto;
    color: #c59333
}
.hotel_list .hotel_list_text .room-price span:first-child{
    font-size: 20px;
}