﻿div, a, span, header, main, footer, ul, li,html,body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.layer_fixed .content .li a{
    border-bottom:none;
}
/*.appbar {
    background: #34495e;
}*/

.appbar {
    background: #34495e;
    height: 4.3rem;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
    border-bottom: solid 1px #ccc;
}

.appbar_title {
    color: #fff;
    font-size: 2rem;
}

.appbar_main {
    width: 75%;
    height: 3rem;
    border-radius: 3rem;
    background: rgba(255,255,255,0.5);
    padding: 0.5rem 0;
    display: flex;
}
.appbar_search {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.appbar_search .search_icon {
    width: 2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
}
.appbar_search input.search_input {
    border: none;
    background: none;
    outline: none;
    padding-left: 4rem;
    font-size: 1.3rem;
    color: #333;
    width: 100%;
}
.appbar_search a{
    width:100%;
}
.message_icon {
    width: 2.5rem;
}


.zuHouse .mescroll {
    z-index: 9;
}



zuHouse .loading_img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
}

 .zuHouse .zuHouse_all {
    margin-top: 0rem;
}

.zuHouse .filter_main {
    margin-top: 0rem;
}
.fixed_pop {
    position: fixed;
    z-index: 99;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    right: 3rem;
    bottom: 10rem;
    background: #fff;
    box-shadow: 0 0 10px 5px rgba(0,0,0,0.1);
}

.fixed_pop img {
    width: 100%;
}