html, body {
    /* 設定body高度為100% 拉到視窗可視的大小 */
    height: 100%;
}

#id_wrapper {
    /* 設定高度最小為100%, 如果內容區塊很多, 可以長大 */
    min-height: 100%;
    /* 位置設為relative, 作為footer區塊位置的參考 */
    position: relative;
}

.spad {
    padding-top: 0px;
    padding-bottom: 0px;
}

.room-items .room-text .site-btn.btn-line {
    color: #fff;
    background: #EB613B;
    border-color: #EB613B;
}

.room-items .room-text .room-features .room-info .size span {
    text-align: right;
}

#id_header {
    border-bottom: 1.5px solid #228681d1;
}

#id_content {
    padding-top: 55px;
    padding-bottom: 40px;
}

#id_footer {
    border-top: 1.5px solid #228681d1;
    position: absolute;
    bottom: 0;
    text-align: center;
}

#id_header, #id_footer {
    box-sizing: border-box;
    position: fixed;
    height: 50px;
    width: 100%;
    background-color: #f1f3ff;
    z-index: 1030;
}
