@charset "UTF-8";
body{
    -webkit-overflow-scrolling: touch;
}
.noscroll,
.noscroll body {
    overflow: hidden;
}
.noscroll body {
    position: relative;
}
.mask {
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    display: none;
}
header .keyword-target{
    height:0.6rem;
    background: #fff;
    outline: none;
    border-radius: 0.3rem;
    box-shadow: 0 0 1px #E8E8E8;
}
header .search-keyword {
    position: absolute;
    left: 0.08rem;
    top: 0.06rem;
    height: 0.48rem;
    line-height: 0.48rem;
    background: #F4F4F4;
    border-radius: 0.52rem;
    font-size: 0.28rem;
    color: #333;
}
header .search-keyword em{
    float: left;
    max-width: 4.6rem;
    height: 0.48rem;
    line-height: 0.48rem;
    padding: 0 0.12rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
header .search-keyword i{
    display: inline-block;
    width: 0.14rem;
    height: 0.14rem;
    padding: 0.18rem 0.06rem;
    margin-right: 0.08rem;
    background: url(../../images/index/tag_delete.png) no-repeat center center;
    background-size:0.14rem 0.14rem;
}

/* 列表页*/
.jjs-cont {
    max-width: 540px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.wrapper-box {
    position: relative;
    z-index: 20;
    margin-top: 1.76rem;
}
header{
    background: #F7F7F7;
}
header .search-ipt {
    font-size: 0.28rem;
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    padding-left: 0.8rem;
    background: #fff;
    outline: none;
    border-radius: 0.3rem;
    box-shadow: 0 0 1px #E8E8E8;
}

header .search-ipt::-webkit-input-placeholder {
    color: #C6C5C7;
}

header .search-ico {
    position: absolute;
    left: 0.2rem;
    top: 0.17rem;
    width: 0.28rem;
    height: 0.26rem;
    background: url(../../images/index/home_nav_search.png) no-repeat center center;
    background-size: 100% 100%;
}

.search-box {
    display: none;
}

/* 筛选下拉框 */
.data-box {
    position: relative;
    z-index: 30;
}

.dpdown-toggle.curr {
    color: #e03236 !important;
}

.dpdown-toggle.active {
    color: #e03236 !important;
}

.dpdown-toggle.active span:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    margin-left: -14px;
    display: inline-block;
    border-width: 0 7px 6px 7px;
    border-style: solid;
    border-color: transparent transparent #e4e4e4 transparent;
    z-index: 2;
}

.dpdown-toggle.active span:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: -1px;
    left: 50%;
    margin-left: -14px;
    display: inline-block;
    border-width: 0 7px 6px 7px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    z-index: 3;
}

.caret.curr:after {
    border-width: 0.08rem 0.08rem 0 0.08rem;
    border-color: #e03236 transparent transparent transparent;
}

.caret.active:after {
    border-width: 0 0.08rem 0.08rem 0.08rem;
    border-color: transparent transparent #e03236 transparent;
}

.caret:after {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    margin-top: 0.06rem;
    border-width: 0.08rem 0.08rem 0 0.08rem;
    border-style: solid;
    border-color: #C6C5C7 transparent transparent transparent;
    margin-left: 0.1rem;
    vertical-align: middle;
}

.sort-block .stor-icon {
    display: inline-block;
    width: 0.18rem;
    height: 0.2rem;
    margin-left: 0.1rem;
    margin-top: 0.02rem;
    background: url(../../images/sort.png) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
}

.sort-block.active .stor-icon, .sort-block.curr .stor-icon {
    background: url(../../images/sort_active.png) no-repeat center center;
    background-size: contain;
}

.sort-block:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 1px;
    height: 0.2rem;
    left: 0;
    top: 0.4rem;
    background: #D7D7D7;
}
.data-box ul.select-box .dpdown-toggle{
    padding:0.3rem 0.1rem 0.1rem;
}
.data-box ul.select-box .dpdown-toggle span{
    font-size:0.26rem;
}


/* 列表条件筛选 filter */
.filter-content {
    position: absolute;
    top: 0.88rem;
    width: 100%;
    z-index: 101;
    overflow: hidden;
    transition: all 0.3s;
    background: #fff;
}

.filter-content .scroll {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.filter-panel {
    display: none;
    position: relative;
    font-size: 0.3rem;
    color: #515151;
    background: #fff;
}

.filter-panel-left {
    position: absolute;
    width: 21%;
    height: 100%;
    left: 0;
    box-sizing: border-box;
    background: #F4F4F4;
}

.filter-panel-middle {
    position: absolute;
    width: 42%;
    height: 100%;
    left: 21%;
    box-sizing: border-box;
    padding-left: 0.3rem;
}

.filter-panel-right {
    position: absolute;
    width: 36%;
    height: 100%;
    left: 63%;
    box-sizing: border-box;
    padding-left: 0.3rem;
    border-left: 1px solid #E8E8E8;
    display: none;
}

.filter-panel-single {
    box-sizing: border-box;
    padding-left: 0.3rem;
    background: #fff;
}

.filter-panel-single.scroll {
    height: 6.8rem;
    padding-bottom: 1.12rem;
}

.filter-panel-more {
    box-sizing: border-box;
    height: 100%;
    padding-bottom: 0.88rem;
}

.filter-panel li {
    height: 0.88rem;
    line-height: 0.88rem;
}

.filter-panel li.on {
    background: #fff;
    color: #e03236;
}

.filter-panel-left li {
    text-indent: 0.3rem;
}

.filter-panel-single li {
    position: relative;
    overflow: hidden;
}

.filter-panel-single li:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.filter-panel-single li:first-child:after {
    background: transparent;
}

/* 自定义价格 */
.filter-diy {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    height: 1.12rem;
    padding: 0.3rem;
    font-size: 0.28rem;
    line-height: 0.56rem;
    text-align: center;
    color: #C6C5C7;
    background: #FFFFFF;
    box-shadow: inset 0 0 0 1px #E8E8E8, inset 0 0 1px 0 #E8E8E8;
}

.filter-input {
    box-sizing: border-box;
    font-size: 0.3rem;
    width: 1.88rem;
    height: 0.56rem;
    padding: 0 0.2rem;
    border-radius: 3px;
    background: #F0F2F5;
    text-align: center;
}

.filter-diy .em {
    padding: 0 0.08rem;
}

.filter-btn {
    float:right;
    width: 2.2rem;
    height: 0.56rem;
    line-height: 0.58rem;
    background: #e03236;
    border-radius: 3px;
    color: #fff;
    border: none;
}

/* 多选 */
.filter-panel-single li .icon-check {
    float: right;
    width: 0.28rem;
    height: 0.28rem;
    margin-top: 0.28rem;
    margin-right: 0.34rem;
    border: 1px solid #C6C5C7;
    border-radius: 1px;
}

.filter-panel-single li.on .icon-check {
    border: 1px solid #e03236;
    background: url("../../images/houses/checked.png") no-repeat center center;
    background-size: 70%;
}

.filter-size-btn {
    width: 6.9rem;
    height: 0.72rem;
    line-height: 0.72rem;
    margin-top: -0.1rem;
    font-size: 0.32rem;
    background: #e03236;
    border-radius: 3px;
    color: #fff;
    border: none;
}

/* 更多选项 */
.filter-property {
    padding: 0.3rem 0 0.2rem 0.3rem;
    position: relative;
}

.filter-property:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #E8E8E8;
    transform: scaleY(0.5);
}

.filter-property:last-child:after {
    display: none;
}

.filter-dt {
    line-height: 0.40rem;
    font-size: 0.32rem;
    color: #333;
}

.filter-dd a {
    float: left;
    box-sizing: border-box;
    width: 1.48rem;
    height: 0.54rem;
    line-height: 0.56rem;
    margin: 0.3rem 0.28rem 0 0;
    text-align: center;
    background: #F0F0F0;
    border: 1px solid #F0F0F0;
    border-radius: 2px;
    font-size: 0.26rem;
    color: #515151;
}

.filter-dd.kaipan a {
    width: 2.07rem;
}

.filter-dd a.on {
    background: #fff;
    color: #e03236;
    border: 1px solid #e03236;
}

.filter-dd a.on:before {
    content: "";
    display: inline-block;
    width: 0.16rem;
    height: 0.12rem;
    margin-right: 0.1rem;
    margin-top: -0.04rem;
    background: url("../../images/houses/checked.png") no-repeat center center;
    background-size: contain;
    vertical-align: middle;
}

.filter-btn-box {
    width: 100%;
    height: 0.88rem;
    line-height: 0.88rem;
    font-size: 0.32rem;
    background: #DF3031;
    color: #fff;
    border: none;
    position: absolute;
    bottom: 0;
}

.filter-prop-btn.reset {
    width: 40%;
    height: 0.88rem;
    color: #515151;
    background: #FFFFFF;
    font-size: 0.34rem;
    text-align: center;
    box-shadow: inset 0 0 2px #E8E8E8;
}

.filter-prop-btn.confirm {
    width: 60%;
    height: 0.88rem;
    color: #fff;
    background: #e03236;
    font-size: 0.34rem;
    text-align: center;
}

/* 页面提示信息样式 */
.prompt img {
    width: 0.56rem;
    height: 0.56rem;
    margin: 0 auto 0.2rem;
}

.prompt span {
    font-size: 0.28rem;
    color: #fff;
}

/* 列表 点击搜索框样式 */
.search-box {
    display: none;
}

.search-box .search {
    position: relative;
    background: #fff;
    padding: 0.14rem 0.2rem;
}

.search-box .search:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #e8e8e8;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.search .search-form {
    padding-right: 0.9rem;
    -webkit-box-flex: 1;
}

.search .search-form .ser-txt {
    font-size: 0.28rem;
    width: 100%;
    height: 0.6rem;
    line-height: 0.4rem;
    padding: 0.1rem 0.3rem;
    color: #515151;
    background: #f2f2f2;
    box-sizing: border-box;
    border-radius: 0.6rem;
}

.search-box .search-cancel {
    font-size: 0.28rem;
    display: block;
    position: absolute;
    right: 0.3rem;
    top: 0.14rem;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    color: #515151;
}

.search-box .search-result ul {
    background: #fff;
    padding: 0 0.3rem;
    overflow: hidden;
}

.search-box .search-result {
    position: absolute;
    left: 0;
    top: 0.88rem;
    bottom: 0;
    width: 100%;
    background-color: #fff;
}

.search-box .search-result ul li {
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: relative;
    height: 0.88rem;
    line-height: 0.88rem;
    font-size: 0.3rem;
    /*padding-right: 0.3rem;*/
    overflow: hidden;
}

.search-box .search-result ul li.history {
    background: url(../../images/index/list_arrow.png) center right no-repeat;
    background-size: 0.14rem 0.28rem;
}

.search-box .search-result ul li:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #E8E8E8;
    transform: scaleY(0.5);
}
/*
.search-box .search-result ul li span {
    color: #9b9b9b;
    margin-left: 0.12rem;
}*/

.search-box .search-result ul li span.search-name {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-right: 0.2rem;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.search-result  ul li .history-tag{
    float: left;
    width: 0.7rem;
    margin-right: 0.2rem;
    padding: 0.3rem 0;
}
.search-result  ul li .history-tag em{
    font-size: 0.2rem;
    float: left;
    height: 0.28rem;
    line-height: 0.28rem;
    margin-top: 0.08rem;
    color: #9C9FA1;
    background: #F0F1F1;
}

.search-box .search-result ul li em.red {
    color: #e03236;
}
/* px单位是为了固定高度，方便js获取，避免取到小数 */
.search-result ul.history-list li {
    font-size: 0.24rem;
    position: static;
    float: left;
    max-width: 100%;
    color: #333;
    height: auto;
    line-height: 28px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #F6F7F9;
    border-radius: 28px;
    box-sizing: border-box;
}

.search-result ul li.search-more{
    font-size: 0.24rem;
    display: block;
    padding: 0.7rem;
    text-align: center;
}
.search-result ul li.search-more a{
    color: #E03236;
}

.search-box .search-result .clear-history {
    font-size: 0.26rem;
    color: #999999;
    line-height: 0.76rem;
    padding-left: 0.3rem;
    overflow: hidden;
}

.search-box .search-result .clear-history a {
    float: right;
    width: 0.76rem;
    height: 0.76rem;
    margin-right: 0.08rem;
    background: url(../../images/houses/clear-history.png) center no-repeat;
    background-size: 0.24rem 0.3rem;
}

.search-box .search-result p {
    font-size: 0.26rem;
    color: #999999;
    line-height: 0.76rem;
    padding: 0 0.3rem;
    overflow: hidden;
}

.search-box .search-result .resou-history {
    padding: 0 0.3rem;
}

.search-box .search-result .resou-history a {
    font-size: 0.24rem;
    float: left;
    color: #333333;
    line-height: 0.56rem;
    margin-right: 0.24rem;
    margin-bottom: 0.24rem;
    padding: 0 0.2rem;
    background: #F6F7F9;
    border-radius: 4px;
}

.search-result p.history-more a,
.search-result p.resou-more a{
    display: block;
    height: 0.76rem;
    margin-bottom: 0.3rem;
    overflow: hidden;
}
.search-result p.history-more a i,
.search-result p.resou-more a i{
    display: block;
    width: 0.16rem;
    height: 0.28rem;
    margin: 0.1rem auto;
    background: url(../../images/school/right.png) no-repeat center;
    background-size: contain;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);

}
.search-result .resou-history.toggle,
.search-result ul.history-list.toggle{
    height: auto !important;
}
.search-result p.history-more.toggle a i,
.search-result p.resou-more.toggle a i{
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 搜索无数据 */
.none-record, .no-network {
    width: 100%;
    position: fixed;
    top: 0.88rem;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}

.none-record img, .no-network img {
    width: 5.6rem;
    height: 4rem;
}

.none-record .none-title, .no-network .none-title {
    margin-top: 0.24rem;
    font-size: 0.34rem;
    color: #808080;
    text-align: center;
}

.none-record .none-tips, .no-network .none-tips {
    margin-top: 0.12rem;
    font-size: 0.28rem;
    color: #808080;
    text-align: center;
}

.none-record .none-btn, .no-network .none-btn {
    margin: 0.26rem auto 0;
    width: 3.46rem;
    font-size: 0.34rem;
    color: #e03236;
    line-height: 0.72rem;
    text-align: center;
    border: 1px solid #e03236;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.no-network .none-btn i {
    display: inline-block;
    width: 0.4rem;
    height: 0.42rem;
    position: relative;
    top: 0.08rem;
    background: url('../../images/refresh.png') no-repeat;
    background-size: contain;
    margin-right: 0.12rem;
}

/* app下载 */
.app-fixed{
    position: relative;
    z-index: 1;
    margin: 0 -0.3rem;
    padding: 0.2rem 0.3rem;
}
.app-fixed .app-upload{
    padding: 0;
    box-shadow: none;
}
.infoBox .app-fixed .app-upload .upload-btn{
    line-height: 0.58rem;
    color: #F02D2C;
    background-color: #fff;
    border: 1px solid #F02D2C;
    box-sizing: border-box;
}
.app-fixed .app-upload .upload-right{
    float: right;
    margin-top: 14px;
}
.app-fixed .app-upload .upload-closed{
    display: none;
}