﻿body, html, div, span, a, li, ul, img,header {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

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;
    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% - 7rem);
    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.2rem;
    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;
}

/*****主体内容*****/
.index_main{
    padding:1rem;
    padding-top:7rem;
}
.index_menus{
    display:flex;
    justify-content:space-around;
}
.menu_item{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:space-around;
    color:#000;
    font-size:1.3rem;
}
.menu_item_img{
    width:80%;
    margin-bottom:0.5rem;
}

.index_model{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    margin-top:2rem;
}
.index_model a {
    /* width: 15.5rem;
    height: 10rem;*/
    margin-bottom: 1rem;
    display: block;
    width: calc((100% - 12px) / 2);
    height: 100px;
}
.model_item {
    border-radius: 5px;
    background-image: url();
    background-repeat: no-repeat;
    background-size: cover;
    background: gray;
    padding: 2rem 1rem;
    width:100%;
    height:100%;
}
.model_item_titile {
    line-height: 1;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
    margin: 0;
    margin-bottom: 0.5rem;
}
.model_item p{
    color:#e5e5e5;
    font-size:1.5rem;
    margin:0;
    line-height:1.4;
}

/**********筛选*************/
.index_filter{
    
}
.filter_main{
    height:4rem;
    display:flex;
    align-items:center;
}
.filter_item{
    width:25%;
    font-size:1.4rem;
    display:flex;
    align-items:center;
    justify-content:center;

}
.filter_down_icon{
    width:1rem;
    margin-left:0.5rem;
}

.filter_data_list{
    margin-top:1rem;
}
.filter_data_item{
    display:flex;
    margin-bottom:3rem;
}
.filter_item_img {
    width: 10rem;
    height: 8rem;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    position: relative;
}
.filter_item_img img{
    width:100%;
    height:100%
}
.filter_item_info{
    width:calc(100% - 10.5rem);
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.filter_house_name{
    margin:0;
    font-size:1.7rem;
    color:#000;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.filter_house_info{
    font-size:1.3rem;

}
.filter_house_money {
    font-size: 1.3rem;
    display:flex;
    align-items:flex-end;
}
.filter_house_money span {
    font-size: 1.7rem;
    color:#f00;
}
.filter_item_types{
    display:flex;
}
.filter_house_type{
    margin-right:0.5rem;
    color:#000;
    padding:0.2rem;
    font-size:1.2rem;
    background:#e2f2ef;
    border-radius:5px;
}
    .filter_house_type:first-child {
        background: #19be6b;
        color: #fff;
    }
/*
@media screen and (max-width:400px){
    .index_model a{
        width:13.5rem;
        height:9rem;
    }
}
@media screen and (max-width:350px) {
    .index_model a {
        width: 12rem;
        height: 8rem;
    }
}*/

.xinPan .xinPan_header {
    height: 5rem;
    background: #32dab9;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem;
    position: relative;
}
.xinPan .header_make {
    display: flex;
    align-items: center;
}
.xinPan .header_back {
    font-size:2.5rem;
    color:#fff;
}
.xinPan .header_city {
    display: flex;
    align-items: center;
    font-size: 1rem;
}
.xinPan .header_city_icon {
    font-size: 1rem;
}
.xinPan .header_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 2rem;
    transform: translate(-50%,-50%);
}
.xinPan .user_icon {
    font-size: 2.5rem;
    color:#fff
}
.xinPan .xinPan_search_main {
    height: 5rem;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    position:relative;
}
.xinPan .xinPan_search {
    height: 3.5rem;
    border-radius: 2rem;
    background: #f3f6f9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a9bacf;
    width: 100%;
    font-size:1.3rem;
}
.xinPan .xinPan_search_icon {
    font-size: 1.3rem;
    margin-left: 20px;
}

.xinPan .xinPan_data {
    padding: 1.5rem;
}
.xinPan .xinPan_ul {
}
.xinPan .xinPan_li {
    margin-bottom: 2rem;
}
.xinPan .xinPan_item {
    display: flex;
    border-bottom: solid 1px #e5e5e5;
}
.xinPan .xinPan_item_cover {
    border-radius: 5px;
    width: 10rem;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 1rem;
    position:relative;
}
.xinPan .xinPan_item_state {
    position:absolute;
    left:0;
    top:0;
    color:#fff;
    background:#ff5c8b;
    padding:5px;
    border-radius:5px;
}
.xinPan .xinPan_item_cover img {
    width: 100%;
    height: 100%;
}
.xinPan .xinPan_item_info {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: calc(100% - 10rem);
}
.xinPan .xinPan_item_name {
    margin: 0;
    display: flex;
    align-items: center;
    color: #3e4a59;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    justify-content: space-between;
    font-size: 1.5rem;
}
.xinPan .xinPan_state {
    background: #0ad487;
    font-size: 1rem;
    font-weight: normal;
    padding: 0.2rem 0.5rem;
    color: #fff;
    border-radius: 5px;
}
.xinPan .xinPan_tip {
    color: #47b3e3;
    background: #f3f6f9;
    font-size: 1.3rem;
    display: inline-block;
    padding: 0.1rem 0.4rem;
    border-radius: 4px;
}
.xinPan .xinPan_other {
    color: #77808a;
    font-size: 1.4rem;
}
.xinPan .xinPan_tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.4rem 0;
}
.xinPan .xinPan_money {
    color: #fa5f35;
    font-size: 1.5rem;
    font-weight: bold;
}
.xinPan .xinPan_unit {
    color: #77808a;
    font-weight: normal;
}
.xinPan .xinPan_item_type {
    color: #a9bacf;
    font-weight: bold;
}
.xinPan .xinPan_tr_more {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    height: 2rem;
}
.xinPan .xinPan_more_title {
    color: #fa5f35;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    padding: 0.2rem 0;
}
    .xinPan .xinPan_more_title i {
        font-size: 1rem;
        margin-right: 0.3rem;
        color: #fe704a;
    }
.xinPan .xinPan_more_icon {
    font-size: 1rem;
}
.xinPan .xinPan_more_list {
    width: 100%;
}
.xinPan .xinPan_more_list .xinPan_more_title {
    width: 100%;
}

.xinPan .filter_item{
    display:block;
    width:auto;
}

.xinPan .mescroll {
    top: 0 !important;
    height:100%!important;
}
.xinPan .filter_main.fixTop {
    top:0;
    margin-top:0;
}

.xinPan .xinPan_search_page {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99;
    display:none;
}
.xinPan .xinPan_search_page .xinPan_header{
    width:100%;
    position:fixed;
    left:0;
    top:0;
}
.xinPan_search_page .header_make {
    font-size: 1.6rem;
}
.xinPan_search_page .search_page_ipt {
    background: #f3f6f9;
    height:3rem;
    text-align:center;
    border:none;
    padding:0 1rem;
    flex:1;
    position:relative;
    margin:0 2rem;
}
.clear_search_value{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:1rem;
    font-size:1rem;
}
.search_page_input {
    height: 100%;
    background: none;
}
.xinPan_search_page_main {
    padding: 2rem;
    padding-top: 4rem;
}
.xinPan_search_datas {
    padding: 2rem;
    padding-top: 5rem;
}
.search_page_title {
    color: #3e4a59;
    font-weight: bold;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    margin-top: 1rem;
}
.search_model{
    display:flex;
    flex-wrap:wrap;
}
.search_model_item {
    padding: 0.4rem 1rem;
    margin-right:0.5rem;
    margin-bottom:0.5rem;
    font-size:1.3rem;
}
.hot_item {
    color: #fa5f35;
    background: #fff3f0;
}
.history_item {
    color: #77808a;
    background: #f3f6f9;
}
.clear_history {
    font-weight: normal;
    font-size: 1.4rem;
    color: #77808a;
}

.about_search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #3e4a59;
    font-size:1.4rem;
}
.search_val {
    color: #47b3e3;
}
.search_date_length {
    color: #a9bacf;
    font-size:1.3rem;
}
.xinPan_search_list{

}
.xinPan_search_li {
    padding: 1rem 0;
    border-bottom: solid 1px #e2e9f0;
}
.xinPan_search_item{
    display:flex;
    flex-direction:column;
    justify-content:space-around;
}
.xinPan_search_item_title {
    color: #3e4a59;
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:1.4rem;
    margin-bottom:0.5rem;
}
.xinPan_search_item_title i{
    margin-right:0.5rem;
}
.xinPan_search_item_type{
    padding:0.3rem;
    color:#fff;
    font-size:1rem;
    border-radius:5px;
}
.xinPan_search_item_type.zs {
    background: #59c376;
}
.xinPan_search_item_type.ds {
    background: #5ebadc;
}
.xinPan_search_item_other {
    display: flex;
    justify-content: space-between;
    color: #77808a;
    font-size:1rem;
}

.xinPan_search_list li{
    padding:0 1.5rem;
}

.xinPan_search_list_body {
    position: fixed;
    width: 100%;
    background: #fff;
    left: 0;
    height: calc(100vh - 10rem);
    top: 10rem;
    z-index: 999;
    display:none;
}
.xinPan_search_list_main{
    padding:2rem;
}
.xinPan_search_ipt {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #a9bacf;
    background: #f3f6f9;
    border-radius: 2rem;
}
.HeaderTitle {
    font-size: 1.8rem;
    color: #fff;
    font-weight: lighter;
}
.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;
}