﻿body, html, div, span, a, li, ul, img {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body{
    background: #ffffff;
}

a {
    text-decoration: none;
    color: #333;
}

ul {
    list-style: none;
}

a:hover {
    -webkit-tap-highlight-color: transparent;
}

/*****顶部appbar****/
.appbar {
    background: #32dab9;
    height: 5rem;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index:1;
    justify-content: center;
    z-index:9;
}
.appbar_main{
    width: 70%;
    height: 3rem;
    border-radius: 3rem;
    background: rgba(255,255,255,0.5);
    padding: 0.5rem 0;
    display: flex;
}

.appbar_search {
    width: calc(100% - 0rem);
    position: relative;
    display: flex;
    align-items: center;
}

.search_icon {
    width: 1.8rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1rem;
}

.search_input {
    border: none;
    background: none;
    outline: none;
    padding-left: 4rem;
    font-size: 1.3rem;
    color: #333;
    width: 100%;
}
.appbar_make{
    width:5rem;
    height:5rem;
    position:absolute;
    top:0;
    display:flex;
    align-items:center;
    justify-content:center;
}
.appbar_left{
    left:0;
}
.appbar_icon {
    width:2.5rem;
}
.appbar_right{
    right:0;
}


/* 租房：zuHouse */
/*顶部三个小块*/
.zuHouse .page_main {
    padding: 1rem;
    padding-top: 6rem;
}
.zuHouse .zuHouse_type_list {
    display: flex;
    justify-content: space-between;
}
.zuHouse .zuHouse_type_item {
    width: 31%;
    height: 8rem;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 1.8rem;
    background-size:cover;
    background-repeat:no-repeat;
}
    .zuHouse .zuHouse_type_item a {
    color:#fff
    }
    /*菜单*/
    .zuHouse .index_menus {
        display: flex;
        justify-content: space-around;
        margin-top: 2rem;
    }
.zuHouse .menu_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    color: #000;
    font-size: 1.3rem;
}
.zuHouse .menu_item_img {
    width: 80%;
    margin-bottom: 0.5rem;
}
/*轮播*/
.zuHouse .zuHouse_banner{
    width:100%;
    height:12rem;
    border-radius:1rem;
    margin-top:2rem;
}
.zuHouse .zuHouse_banner_main, .zuHouse .swiper-wrapper {
    height: 100%;
    border-radius:1rem;
}
.zuHouse .zuHouse_banner_item{
    background-size:cover;
    background-repeat:no-repeat;
    padding:2rem 3rem;
}
.zuHouse .zuHouse_banner_item_title {
    color:#fff;
    font-size:2rem;
}
.zuHouse .zuHouse_banner_item_content {
    color:#fff;
    font-size:1.4rem;
    margin-top:0.6rem;
}
/*全部房源*/
.zuHouse .zuHouse_all{
    margin-top:2rem;
}
.zuHouse .zuHouse_all_title{
    font-size:2.5rem;
}
.filter_main {
    height: 4rem;
    display: flex;
    align-items: center;
    border-bottom:solid 1px #dcdcdc;
    margin-top:1rem;
}
.filter_item_tab {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font: inherit;
    font-weight:bold;
    font-size:1.3rem;
}
.filter_item_tab i {
    font-size: 0.8rem;
    margin-left: 0.3rem;
    color: gray;
}
.filter_item_tab .icon-shang1, .filter_item_tab.active .icon-xia1-copy {
    display: none;
}
    .filter_item_tab.active .icon-shang1 {
        display: block;
        color: #32dab9;
    }
.filter_down_icon {
    width: 1rem;
    margin-left: 0.5rem;
}

.zuHouse .zuHouse_list {
    margin-top:1rem;
}
.zuHouse .zuHouse_item {
    display:flex;
    height:9rem;
    margin-bottom:1.2rem;
}
.zuHouse .zuHouse_item_img {
    width:12rem;
    height:100%;
    overflow:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:5px;
    margin-right:1rem;
    position:relative;
    background:#c3c3c3;
}
.zuHouse .xinPan_item_state {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background: #ff5c8b;
    padding: 5px;
    border-radius: 5px;
}
.zuHouse .zuHouse_item_img img {
    height:100%;
}
.zuHouse .zuHouse_item_info {
    width:calc(100% - 11rem);
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.zuHouse .zuHouse_item_title {
    font-size:1.5rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    line-height:1;
    margin:0;
}
.zuHouse .zuHouse_item_dess {
    display:flex;
    align-items:center;
    padding:0;
}
.zuHouse .item_des_item {
    font-size:1.3rem;
    line-height:1.3rem;
    padding:0 0.2rem;
}
.zuHouse .item_des_item:last-child{
    border:none;
}
.zuHouse .zuHouse_item_address {
    font-size:1.3rem;
}
.zuHouse .zuHouse_item_types {
    display: flex;
    align-items: center;
}
.zuHouse .zuHouse_item_type {
    font-size: 0.9rem;
    padding: 0.1rem 0.5rem;
    margin-right: 1rem;
    background:#e3f2ef;
}
.zuHouse .zuHouse_type_item:last-child{
    margin-right:0;
}
.zuHouse .zuHouse_item_money {
    font-size:1.2rem;
    line-height:1;
}
.zuHouse .zu_money {
    color:red;
    font-size:1.5rem;
}

/*筛选区*/
.filter_box .tab_bar .filter_main {
    width:100%;
    margin:0;
    height:100%;
}
.filter_item_tab.active {
    color: #32dab9;
}
.filter_main.fixTop {
    position: fixed;
    width: 100%;
    left: 0;
    background: white;
    top: 5rem;
    z-index: 99;
}

/********************ChuShou*********************/
.ChuShou .index_main {
    /*padding-top: 5rem;*/
    padding-bottom: 4rem;
    z-index:2;
}
.mescroll {
    height: calc(100% - 5rem)!important;
    top: 5rem !important;
    width:100%!important;
}
/****轮播****/
.ChuShou .chuShou_banner {
    height: 16rem;
    width: 100%;
    margin-top: 10px !important;
}

.ChuShou .chuShou_banner_main {
    height: 100%;
}

.ChuShou .chuShou_banner_item {
    border-radius:10px;
}
.ChuShou .chuShou_banner_item img {
    width: 100%;
    border-radius: 10px;
}

.ChuShou .chuShou_main {
    padding:1rem;
}
/****菜单****/
.ChuShou .index_menus {
    display: flex;
    justify-content: space-around;
}

.ChuShou .menu_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    color: #000;
    font-size: 1.2rem;
}

.ChuShou .menu_item_img {
    width: 70%;
    margin-bottom: 0.5rem;
}
/****模块****/
.ChuShou .chuShou_models {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    margin-top:2rem;
}
.ChuShou .model_item{
    display:flex;
    background-size:cover;
    background-repeat:no-repeat;
    border-radius:5px;
    padding:1rem 0;
    margin-bottom:10px;
    width:calc((100% - 10px) / 2);
    flex-direction:column;
    align-items:center;
    justify-content:space-between;
    height:7rem;
}
.ChuShou .long_model {
    width: 100%;
    height: 12rem;
    margin-bottom: 15px;
    justify-content: center;
}
.ChuShou .model_item_title {
    color:#666;
    font-size:0.8rem;
}
.ChuShou .model_item_name {
    margin:0.3rem 0;
    font-size:1.6rem;
    font-weight:bold;
}
.ChuShou .model_item_btn {
    border-radius: 2rem;
    padding: 0.2rem 1rem;
    color: #fff;
    font-size: 0.8rem;
    background: #09d5b2;
}
/****全部房源****/
.ChuShou .chuShou_allHouse {

}
.ChuShou .allHouse_title {
    padding:0.5rem 0 1rem;
    font-size:2rem;
    margin:0;
}
.ChuShou .chuShou_list {
    margin-top: 1rem;
}
.ChuShou .chuShou_item {
    display: flex;
    padding: 1.25rem 0;
    border-bottom: 1px solid #e5e5e5;
}
.ChuShou .chuShou_item_cover {
    width: 10rem;
    height: 8rem;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:1.25rem;
    position:relative;
}
.ChuShou .xinPan_item_state {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background: #ff5c8b;
    padding: 5px;
    border-radius: 5px;
}
.ChuShou .chuShou_item_cover img {
    width: 100%;
    height: 100%;
}
.ChuShou .chuShou_item_info {
    width:calc(100% - 10rem);
}
.ChuShou .chuShou_house_name {
    margin-bottom: .45rem;
    line-height: 1.2em;
    font-size: 1.8rem;
    color: #394043;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ChuShou .chuShou_house_other {
    margin-bottom: .45rem;
    line-height: 1.2em;
    color: #040404;
    font-size: 1.4rem;
}
.ChuShou .chuShou_house_money {
    display: flex;
    align-items: center;
    color: #9c9fa1;
    font-size: .6875rem;
}
.ChuShou .chuShou_money {
    margin-right: .3125rem;
    color: #fa5741;
    font-size: 1.8rem;
    font-weight: 700;
}
.ChuShou .JunJia_money {
    font-size: 1.4rem;
    margin-top: 3px;
    color: #0b0b0b
}
    .ChuShou .JunJia_money em {
        font-size: 1.6rem;
        color: #fa5741
    }
.ChuShou .chuShou_tags {
    display: flex;
    margin-top: 0.4rem;
    flex-wrap:wrap;
    margin-bottom:0.2rem;
}
.ChuShou .chuShou_tab_item {
    padding: .25rem .35rem .25rem .35rem;
    font-size: 1.1rem;
    border-radius: .125rem;
    margin: 0 .5rem 0 0;
}

.ChuShou .BiKanHaoFang {
    background-color: rgba(48,114,246,1);
    color: rgb(255,255,255);
}
.ChuShou .SuiShiKanFang {
    background-color: #67e4c4;
    color: rgb(255,255,255);
}
.ChuShou .YouDianTi {
    background-color: #95bdf8;
    color: rgb(255,255,255);
}
.ChuShou .ShuXing {
    background-color: rgba(242,161,47,0.15);
    color: rgb(242,161,47);
}
/*.ChuShou .chuShou_tab_item:nth-of-type(1) {
    background-color: rgba(48,114,246,1);
    color: rgb(255,255,255);
}
.ChuShou .chuShou_tab_item:nth-of-type(2) {
    background-color: rgba(100,142,249,0.15);
    color: rgb(100,142,249);
}
.ChuShou .chuShou_tab_item:nth-of-type(3) {
    background-color: rgba(242,161,47,0.15);
    color: rgb(242,161,47);
}
.ChuShou .chuShou_tab_item:nth-of-type(4) {
    background-color: rgba(123,189,255,0.15);
    color: rgb(123,189,255);
}*/
.model_list .li a {
    color: #000;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-weight: bold;
}


.filter_box .lists_area.active{
    height: 100%;
}
.filter_box .area_list{
    max-height:100%;
}

.zuHouse .mescroll {
    padding-top: 1rem;
    width: calc(100% - 2rem) !important;
    height: calc(100% - 7rem) !important;
    z-index:2;
}
.mescroll-upwarp.mescroll-hardware{
    text-align:center;
}
.header_make .header_back {
    font-size: 2.5rem;
    color: #fff;
    position: relative;
}

.QuanJingTag {
    position: absolute;
    bottom: 5px;
    display: flex;
    left: 5px;
}

.QuanJingTag_item {
    margin-left: 5px;
}

.QuanJingTag_img {
    width: 2.5rem;
    height: 2.5rem;
}

@-webkit-keyframes rotation {

    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.QuanJingTag_img .VRICO {
    -webkit-transform: rotate(360deg);
    animation: rotation 3s linear infinite;
    -moz-animation: rotation 3s linear infinite;
    -webkit-animation: rotation 3s linear infinite;
    -o-animation: rotation 3s linear infinite;
}
