.roomBigBoxPhone {
    display: flex;
    flex-flow: column;
}

.roomBigBoxPhone  .phoneRoomListTop {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 83px;
    background: url(../../img/contentTopImgPhone.png) no-repeat;
    background-size: 100% 100%;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
}

.roomBigBoxPhone  .phoneRoomListTop .round {
    margin: 0 9px;
    width: 4px;
    height: 4px;
    background: #60AA69;
    border-radius: 50%;
}

.roomBigBoxPhone  .phoneRoomListBox {
    padding: 0 17px;
}   

.roomBigBoxPhone  .phoneRoomListBox .topTitle {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin-bottom: 12px;
}

.roomBigBoxPhone  .phoneRoomListBox .topTitle1 {
    margin-top: 11px;
}

.roomBigBoxPhone  .phoneRoomListBox .listBox {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.roomBigBoxPhone  .phoneRoomListBox .listBox .listBoxItem {
    margin-bottom: 8px;
    margin-right: 2px;
    text-align: center;
    width: calc((100% - 8px) / 3);
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 12px;
    color: #323539;
    background: #EFF6FF;
    border-radius: 2px;
}  

.roomBigBoxPhone  .phoneRoomListBox .listBox .listBoxItem  .brBox {
    width: 56px;
}

/* .roomBigBoxPhone  .phoneRoomListBox .listBox .listBoxItem1 {
    width: calc((100% - 12px) / 4);
} */

.roomBigBoxPhone  .phoneRoomListBox .listBox .showNone {
    background: none;
}

.roomBigBoxPhone  .phoneRoomBg {
    margin-top: 20px;
    height: 135px;
    background: url(../../img/mapBg.png) no-repeat;
    background-size: 100% 100%;
}