.selectCarRoom{
    width: 1200px;
    display: flex;
    margin-top: 20px;
    box-sizing: border-box;
}



.rightRoom .libRoom{
    display: flex;
    height: 70px;
    align-items: center;
    margin: 0px 24px;
    border-bottom: 1px solid #f5f5f5;
}

.rightRoom .libRoom .lib{
}


.leftRoom{
    width: 232px;
    border: 1px solid #E8E9EB;
    max-height: 1020px;
    overflow: hidden;
    border-radius: 3px;
}


.pbRoomTitle{
    height: 48px;
    font-size: 14px;
    padding-left: 48px;
    font-weight: bold;
    color: #131212;
    line-height: 48px;
    background: #fff;
    border-bottom: 1px solid #E8E9EB;
    border-radius: 3px;
    box-sizing: border-box;
    
}
.pbpsRoom{
    display: flex;
    width: 232px;
    /* height: 692px; */
    
}


.pbRoom{
    width: 40px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 692px;
    max-height: 1000px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #E8E9EB;
    /* position: fixed; */

}
.pbRoom .item{
    width: 30px;
    height: 22px;
    line-height: 24px;
    margin-top: 10px;
    color: #8D8E99;
    text-align: center;
    cursor: pointer;
}
.pbRoom .active{
    color: #264aff;
}
.psRoom{
    /* position: fixed; */
    flex: 1;
    /* margin-left: 40px; */
    background-color: #ffffff;
    height: 1000px;
    overflow-y: scroll;
    scrollbar-width:thin;
}
.psItem .item_title{
    height: 36px;
    line-height: 36px;
    padding: 0px 16px;
    font-size: 14px;
    background: #F4F5F7;
    color: #131212;
}
.psItem .item_content{
    margin: 0px 8px;
    display: flex;
    align-items: center;
    margin-top: 1px;
    height: 44px;
    padding: 0px 8px;
    border:1px solid #ffffff;
}
.psItem .item_content img{
    width: 20px;
    height: 20px;
}
.psItem .item_content div{
    margin-left: 4px;
    font-size: 14px;
}
.psItem .item_content:hover{
    border:1px solid rgba(197, 194, 194, 0.831);
    border-radius: 4px;
    cursor: pointer;
}

.psItem .item_content.active{
    border-radius: 4px;
    background-color: #ECF2FE;
    color: #264AFF;
    cursor: pointer;
    font-weight: 600;
}
.contentRoom {
    flex:1;
    margin-left: 16px;
    /* margin-left: 200px; */
}
.contentRoom .libBaseRoom{
    background: #fff;
    border-radius: 3px;
    padding: 16px 24px 8px;
}
.contentRoom .libRoom{
    display: flex;
    align-items: top;
    margin: 0px 0px 8px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f5f5f5;
}
.contentRoom .libRoom:nth-child(6){
    border-bottom: none;

}

.contentRoom .libRoom .lib{
    font-size: 14px;
    color: #131212;
    height: 36px;
    line-height: 36px;
    min-width: 120px;
    font-weight: 600;
}
.contentRoom .libRoom .titleRoom{
    display: flex;
    flex-wrap: wrap;
    padding-top: 3px;
}
.contentRoom .libRoom .title{
    font-size: 14px;
    color: #131212;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    border-radius: 4px;
    padding: 0px 10px;
    cursor: pointer;
}

.contentRoom .libRoom .active{
    color: #264AFF;
    font-size: 14px;
    background-color: #ECF2FE;
    border-radius: 4px;
    padding: 0px 10px;
}
.contentRoom .bannerRoom{
    height: 160px;
    width: 100%;
    margin-top: 16px;
    display: flex;
    position: relative;
}
.contentRoom .bannerRoom .btns{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 16px;
    height: 38px;
    font-size: 12px;
    position: absolute;
    right: 38px;
    min-width: 126px;
    bottom: 24px;
    font-weight: 700;
    border-radius: 3px;
    background: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    
}
.carListRoom{
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
}
.carListRoom .car_item{
    width: 306px;
    height: 420px;
    margin-right: 15px;
    margin-bottom: 16px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 2px 24px;
    cursor: pointer;
}
.carListRoom .car_item:hover{
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.carListRoom .car_item:nth-child(3n){
    margin-right: 0px;
}
.carListRoom .car_item .carTxtRoom{
} 
.carListRoom .car_item img{
    width: 260px;
    height: 195px;
}
.carTxtRoom .car_title{
    font-size: 20px;
    margin-top: 8px;
    font-weight: 600;
    color: #131212;
}

.carTxtRoom .car_desc{
    font-size: 14px;
    color: #5E5E66;
    margin-top: 8px;
}

.carTxtRoom .car_price{
    font-size: 18px;
    font-weight: 600;
    color: #131212;
    margin-top: 8px;
}

.carTxtRoom .btn_ok{
    background-color: #264AFF;
    color: #fff;
    display: flex;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 40px;
    font-size: 14px;
    margin-top: 16px;
}
.carTxtRoom .btn_ok.none{
     background-color: #D3D4D6;
     border:1px solid #B0B1B8;
     color:#8D8E99;
     box-sizing: border-box;
}


.carTxtRoom .btn_ok .days{
    position: absolute;
    right: -10px;
    top: -16px;
    background: #DEE8FA;
    padding: 0px 8px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #111111;
    border-radius: 3px;

}

.carTxtRoom .btn_con{
    background-color: #C5E0FF;
    color: #264AFF;
    display: flex;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 40px;
    font-size: 14px;
    margin-top: 12px;
}

.layout_pagination{
    background-color: transparent !important;
    justify-content: center;
}