body[page="room"]{


    /*  subwrap */
    /*  ........................ */
    .subwrap{
        position: fixed;
        width: 100%;
        z-index: 1004;
        left: 0px;
        top:60px;
        background-color: #FFF;
        color: #000;
        box-shadow: 0px 0px 25px #00000024;

        .in{
            padding: 10px;
            text-align: center;
        }
        .btneach{
            display: inline-block;
            vertical-align: middle;

            &[thename="city"]{
                width: 140px;
            }

            select{
                background-color: #f5f5f5;
                padding-top: 8px;
                padding-bottom: 8px;
            }
            

            &[thename="roomtype"]{

                li[value="社會住宅"]{
                    color: #56ac59;

                    
                }
                li{
                    background-color: #FFF;
                    font-size: 14px;
                    height: 36px;
                    line-height: 36px;
                    padding-left: 10px;
                    padding-right: 10px;
                    cursor: pointer;
                    display: inline-block;

                    &.active{
                        background-color: #dabe94;
                        color: #FFF;
                    }


                }
                li{
                    box-shadow: 0px 0px 9px #00000036;
                    margin-left: 0px;
                    margin-right: 0px;
                    /* background-color: #FFF; */
                }

                li{
                    &:nth-child(1){
                        border-bottom-left-radius: 5px;
                        border-top-left-radius: 5px;
                    }
                    &:nth-last-child(1){
                        border-bottom-right-radius: 5px;
                        border-top-right-radius: 5px;
                        margin-left: -1px;
                    }
                }

                li[value="社會住宅"].active{
                    background-color: #7eca81;
                    color: #FFF;
                }
            }

        }
    }




}
