*{
   padding: 0;
    margin: 0;
}
#space,#price,#new_space,#new_price,#old_space,#number,#time
{
    width:70%;
    float:left
}
.desc{
    float:left;width:30%;
    display: block
}
.form-group{
    clear:both
}
.btn-primary{
    width:100%
}
.hide{
    display:none;
}
.tab_menu li{
    font-size: 15px;
    color: #4571ff;
    float: left;
    width: 50%;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    list-style: none;
}
#tab .tab_menu .selected{
    color: #4571ff;
    border-bottom: 3px solid #4571ff;
}
.house_tax,.show,.show2{
    margin-top: 10px;
}
input.kids{
    border: 1px solid #d9d9d9;
}
/*toast弹出层*/
.jq-toast{
    z-index: 999;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.jq-toast .toast{
    max-width: 80%;
    padding: .1rem .2rem;
    background-color: rgba(0,0,0,.48);
    color: #FFF;
    border-radius: 4px;
    font-size: 1.2rem;
}
body .social-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: white;
}
body .ios-safe-area-bottom {
    padding-bottom: calc(env(safe-area-inset-bottom) - 10px);
}
body .social-fixed div:nth-child(1) {
    height: 50px;
    background: white;
    color: #df443b;
    text-align: center;
    line-height: 50px;
     font-size: 16px;
}
body .social-fixed div:nth-child(2) {
    height: 50px;
    background: #df443b;
    color: white;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}
.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}