﻿body{
    background-color: #F8F8F8;
    font-family: "微软雅黑","Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}
*{
    margin: 0;
    padding: 0;
}

.main{
    max-width: 640px;
    margin: 0 auto;
}
.address{
    padding:0.14rem 0 0.2rem 0.15rem;
    color: #010101;
    font-size: 0.16rem;
    background: white;
}
.address span:nth-of-type(2){
    padding-left: 0.1rem;
}
.ddc_list_vertical {
    height: .65rem;
    border-top: 1px solid #eee;
    background: white;

}
.ddc_list_vertical li {
    position: relative;
}
.ddc_list_vertical li>div {
    font-size: .14rem;
    display: block;
    text-align: left;
    width: 50%;
}
.ddc_list_vertical li>i {
    color: #1bc964;
    font-size: .14rem;
    display: block;
    text-align: left;
    width: 70%;
    margin-left: 18%;
}
.ddc-com{
    color: #999;
}
.ddc_line_vertical:after {
    position: absolute;
    right: 0;
    top: .1rem;
    content: '';
    display: inline-block;
    height: .45rem;
    width: 1px;
    border-right: 1px solid #eee;
}
.ddc_list_vertical li em {
    color: #1bc964;
    font-size: .14rem;
}
.note{
    padding: 0 0.15rem;
    font-size: 0.1rem;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    color: #999;
    background: white;
}
.no-data{
    width: 100%;
    height: 1.5rem;
    text-align: center;
    background: white;
    padding-bottom: 0.1rem;
}
.no-con{
    background:url(../images/nodata.png)no-repeat center;
    display: inline-block;
    background-size: 100% 100%;
    width: 1.5rem;
    height: 100%;
}
.note-text{
    padding: 0.13rem 0;
}
/*上升下降背景*/
.down:after{
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    background:url(../images/down-ico.png)no-repeat center;
    background-size: auto 100%;
    content: "";
    font-size: 0.12rem;
}
.down{
    color:#1BC964;
    padding-left: 0.05rem;
}
.ping{
    color:#BDBDBD;
    padding-left: 0.05rem;
}
.ping:after{
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    background:url(../images/ping.png)no-repeat center;
    background-size: auto 100%;
    content: "";
    font-size: 0.12rem;
}
.up:after{
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    background:url(../images/up-ico.png)no-repeat center;
    background-size: auto 100%;
    content: "";
    font-size: 0.12rem;
}
.up{
    color:#FF6600;
    padding-left: 0.05rem;
}
.txt-col{
    color:#1BC964;
}
.community h4{
    color: #1bc964;
    padding-top: 0.1rem;
}
.community-li{
    display: -webkit-box;
}
.community-li div:nth-of-type(1){
    display: block;
    -webkit-box-flex: 1;
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.community-li div:nth-of-type(2){
    display: block;
    -webkit-box-flex: 1;
    width: 40%;
}
.community-list li:nth-of-type(1){
    padding-top: 0.1rem;
}

#movements-pic{
    display: block;
    height: 180px;
    width: 100%;
    background: white!important;
}
.movements{
    position: relative;
}
.area-name{
    padding-left: 0.13rem;
    padding-top: 0.13rem;
    padding-bottom: 0.13rem;
    background: white;
    font-size: 0.12rem;
    text-align: center;
}
.area-name span:nth-of-type(2){
    margin-left: 0.2rem;
}
.area-name span:nth-of-type(3){
    margin-left: 0.2rem;
}
.name-ico{
    width: 0.08rem;
    height: 0.08rem;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
}

.plot{
    background: #16C866;
    margin-right: 0.05rem;
}
.district{
    background:#FFA913;
    margin-right: 0.05rem;
}
.city{
    background: #19BFE9;
    margin-right: 0.05rem;
}
.movements .average{
    font-size: 0.12rem;
    color: #666666;
    background: white;
    padding-left: 0.1rem;
}
.community{
    background: white;
    border-top: 1px solid #efefef;
	padding: 0 0.13rem;
}
.community-title{
    padding: 0.1rem  0.13rem 0 0;
    display: -webkit-box;
    color: #808080;
    font-size: 0.14rem;
}
.community-title span:nth-of-type(1){
    display: block;
}
.community-title span:nth-of-type(2){
    display: block;
    -webkit-box-flex:1;
    text-align: right;
    padding-right: 0.05rem;
}
.community-li{
    display: -webkit-box;
    padding: 0.05rem 0;
    font-size: 0.14rem;
}
.community-list-name{
    display: block;
}
.community-list-name span:nth-of-type(2){
    margin-left: 0.02rem;
    font-size: 0.16rem;
}
.community-list-name span:nth-of-type(3){
    color: #808080;
    font-size: 0.12rem;
}
.community-list-num{
    display: block;
    -webkit-box-flex: 1;
    text-align: right;
    padding-right: 0.1rem;
}
/*.footer-btn {*/
    /*margin: 0 auto;*/
    /*max-width: 640px !important;*/
    /*width: 100%;*/
    /*border-top: 1px solid #ebebeb;*/
    /*background-color: #ffffff;*/
    /*text-align: center;*/
    /*padding: .15rem 0;*/
    /*z-index: 999999;*/
    /*position: fixed;*/
    /*bottom: 0;*/
/*}*/
/*.footer-btn a {*/
    /*-webkit-appearance: none;*/
    /*width: 40%;*/
    /*height: .35rem;*/
    /*font-size: .15rem;*/
    /*border-radius: 5px;*/
    /*box-sizing: border-box;*/
    /*display: inline-block;*/
    /*line-height: 0.35rem;*/

.footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background-color: white;
}
.footer-con{
    padding: 0.1rem;
}
.foot-btn-ping,.foot-btn-sale{
    display: inline-block;
    width: 100%;
    height: .4rem;
    line-height: .4rem;
    font-size: .18rem;
    color: #fff;
    background-color: #1BC964;
    border: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-appearance: none;
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}
.moresale,.morelease{
    background-color: #00ca85;
    border: 0;
    color: #ffffff;
}
.neighborhood{
    padding-left: 0.13rem;
}
.neighborhood-price{
    color:#1bc964;
}
.nodata{
    text-align: center;
}

/*二手房*/
.secondary{
    background: white;
    margin-top: 0.1rem;
    border: 1px solid #efefef;
    padding: 0.1rem 0;
}
.secondary-con{
    padding: 0 0.13rem;
}
.secondary-con h5{
    color: #808080;
    font-size: 0.14rem;
}
.secondary .average{
    color:#808080;
    font-size: 0.14rem;
}
.increase{
    margin-left: 0.2rem;
}
.price{
    font-size: 0.19rem;
    color: #000;
}
.pingfang{
    font-size: 0.12rem;
    color: #000;
    margin-left: 0.05rem;
}
.hide{display:none;}
.nodata-img{
    height: 1.5rem;
    display: block;
    margin: .7rem auto 0;
}
.mt-number-animate{ font-family: '微软雅黑'; line-height:40px; height: 40px;/*设置数字显示高度*/; font-size: 36px;/*设置数字大小*/ overflow: hidden; display: inline-block; position: relative; }
.mt-number-animate .mt-number-animate-dot{ width: 15px;/*设置分割符宽度*/ line-height: 40px; float: left; text-align: center;}
.mt-number-animate .mt-number-animate-dom{ width: 20px;/*设置单个数字宽度*/ text-align: center; float: left; position: relative; top: 0;}
.mt-number-animate .mt-number-animate-dom .mt-number-animate-span{ width: 100%; float: left;}