html.on,body.on{
    height:100%;
    overflow: hidden;
}
/*头部*/
header.top{
    background-color: #5DAEFC;
    height:50px;
    padding:10px;
    padding-top:5px;
    width:100%;
    position: fixed;
    top:0;
    left:0;
    z-index:600;
}
header.top_new{
    z-index:700;
}
header.top_new .search{
    text-align: left;
    padding-left:10px;
    width:80%;
    display: inline-block;
}
header.top_new .search img{
    top:2px;
}
header.top_new .search input{
    width:80%;
    border:none;
    margin-left:5px;
}

header.top .weui-flex > div:first-of-type{
    font-size:16px;
    min-width:75px;
    position: relative;
    top:2px;
}
header.top .weui-flex div a{
    color: #ffffff;
    position: relative;
}
header.top .weui-flex div:first-of-type a img{
    width:24px;
    position: relative;
    top:6px;
}
header.top .search{
    width:100%;
    text-align: center;
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #999999;
    padding:5px;
    padding-left:10px;
    font-size:14px !important;
    height:32px;
    margin-top:4px;
}
header.top .search img{
    width:15px;
    position: relative;
    top:1px;
}
header.top .title{
    position: relative;
    text-align: center;
    color: #ffffff;
    text-overflow: ellipsis;white-space: nowrap;
    line-height:32pt;
}
header.top .title .back{
    position: absolute;
    left:0;
    top:-3px;
}
header.top .r-button{
    padding:5px 13px;
    padding-top:7px;
    color: #ffffff;
    padding-right:0;
}
header.top .title .r-btn{
    position: absolute;
    right:0;
}
header.top .title .r-btn img{
    width:20px !important;
    margin-top:5px;
}
/*底部导航*/
.weui-tabbar{
    position: fixed;
    background-color: #ffffff;
}
.weui-tabbar a.weui-bar__item_on .weui-tabbar__label{
    color: #5DAEFC;
}
.weui-tabbar a img:last-of-type{
    display: none;
}
.weui-tabbar a.weui-bar__item_on img{
    display: none;
}
.weui-tabbar a.weui-bar__item_on img:last-of-type{
    display: inline-block;
}
.weui-tabbar .send{
    position: relative;
}
.weui-tabbar .send p{
    padding-top:24px;
}
.weui-tabbar .send .weui-tabbar__icon{
    width:56px;
    height:56px;
    position: absolute;
    left:50%;
    margin-left:-28px;
    top:-20px;
}

/*猜你喜欢*/
.weui-loadmore_line .weui-loadmore__tips{
    background-color: #f3f3f3;
}
.weui-loadmore_line{
    margin-top:1em;
}
.weui-loadmore_line .weui-loadmore__tips{
    font-size:14px;
    position: relative;
    top:-14px;
}
.weui-loadmore{
    width:85%;
    margin-bottom:0;
    height:25px;
}
.contentNull{
    margin-top:30px;
    margin-bottom:30px;
    padding:0 !important;
}
.page{
    width:100%;
    border-bottom:1px solid #dddddd;
    border-top:1px solid #dddddd;
    display: none;
    margin-top:15px;
}
.page .top,.page .next{
    display: inline-block;
    width:50%;
    font-size:14px;
    text-align: center;
    background-color: #5DAEFC;
    padding:12px 0;
    color: #ffffff;
}
.page .top{
    background-color: #ffffff;
    color: #666;
}
.page .disabled{
    background-color: #D5D7D8;
    color: #B9B9B9;
}

/*信息列表*/
table.info{
    margin-bottom:10px;
}
table.info{
    width:100%;
    background-color: #ffffff;
}
table.info td{
    border-bottom:1px solid #F3F3F3;
    vertical-align: top;
    padding:10px 10px;
    padding-bottom:5px;
    position: relative;
}
table.info td.img{
    width:120px;
}
table.info td .title a,.info td .title{
    font-size:16px;
    color: #333;
    height:55px;
    overflow: hidden;
    word-break:break-all;
}
table.info td .price{
    color: #ff8f72;
}

table.info td time{
    font-size:12px;
}
table.info td img{
    width:100px;
    height:100px;
}
table.info td .fr{
    float: right;
}

table.info td .title a, .info td .title{
    height:25px;
    width:230px;
    text-overflow: ellipsis;overflow: hidden;white-space: nowrap;
}
table.info td .addr,table.info td .infoDet,table.info td .community{
    font-size:14px;
    margin-top:2px;
    color: #999;
    padding-right:45px;
}
table.info td .addr{
    height:25px;
    overflow: hidden;
}
table.info td .price{
    position: absolute;
    right:10px;
    bottom:60px;
    background-color: #ffffff;
    font-size:16px;
    color: #F96B47;
}
table.info td .ding img{
    width:20px;
    height:20px;
}
table.info td .ding{
    position: absolute;
    right:10px;
    bottom:33px;
    background-color: #ffffff;
    font-size:16px;
    color: #F96B47;
}
table.info td time{
    position: absolute;
    right:10px;
    bottom:10px;
    color: #ccc;
}
@media screen and (max-width:370px) {
    table.info td .title a, .info td .title {
        width: 180px;
    }
    table.info td .price {
        padding-left: 10px;
    }
}

.layui-m-layerchild.wxLoading{
    background-color: transparent !important;
    box-shadow:none !important;
}
/*发布*/
.publish{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    display: none;
}
.publish.on{
    display: block;
}
.publish *{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.publish .mask{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    background: rgba(0, 0, 0, 0.8); /* 设置背景半透明黑色 */
}
.publish .publish-content{
    position: absolute;
    bottom:130px;
    left:0;
    width:100%;
    height:200px;
    opacity: 0;
    transform: translateY(50px);
}
.publish .publish-content.on{
    transform: translateY(0px);
    opacity: 1;
}
.publish .publish-content a{
    display: block;
    float: left;
    width:50%;
    padding:10px;
    text-align: center;
}
.publish .publish-content > div{
    position: relative;
}
.publish .publish-content > div p{
    position: absolute;
    color: #ffffff;
    font-size:20px;
    top:-85px;
    padding-left:5%;
}
.publish .rules{
    position: absolute;
    color: #ffffff;
    font-size:16px;
    padding:20px 5%;
}
.publish .publish-content > div p span{
    color: #ff714d;

}
.publish .publish-content a img{
    width:100%;
    max-width:130px;
}
.publish .publish-content a p{
    color: #ffffff;
}
.publish .publish-content .publish-close{
    text-align: center;
    margin-top:10px;
    width:100%;
    float: left;
    padding-bottom: 50px;
}
.publish .publish-content .publish-close img{
    width:50px;
}
.wxLoading .wxLoading-img{
    width:80px;
}


.send-icon.on{
    -webkit-animation:show 0.5s linear;
    animation:show 0.5s linear;
    -moz-animation:show 0.5s linear;
    -o-animation:show 0.5s linear;

    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-moz-keyframes show{
    0%{-webkit-transform:translate3d(0px, 150px, 0px);}
    100%{-webkit-transform:translate3d(0px, 0px, 0px);}
}
@-o-keyframes show{
    0%{-webkit-transform:translate3d(0px, 150px, 0px);}
    100%{-webkit-transform:translate3d(0px, 0px, 0px);}
}
@-webkit-keyframes show{
    0%{-webkit-transform:translate3d(0px, 150px, 0px);}
    100%{-webkit-transform:translate3d(0px, 0px, 0px);}
}
@keyframes show{
    0%{-webkit-transform:translate3d(0px, 150px, 0px);}
    100%{-webkit-transform:translate3d(0px, 0px, 0px);}
}



@-moz-keyframes hide{
    0%{-webkit-transform:translate3d(0px, 0px, 0px);}
    100%{-webkit-transform:translate3d(0px, 150px, 0px);}
}
@-o-keyframes hide{
    0%{-webkit-transform:translate3d(0px, 0px, 0px);}
    100%{-webkit-transform:translate3d(0px, 150px, 0px);}
}
@-webkit-keyframes hide{
    0%{-webkit-transform:translate3d(0px, 0px, 0px);}
    100%{-webkit-transform:translate3d(0px, 150px, 0px);}
}
@keyframes hide{
    0%{-webkit-transform:translate3d(0px, 0px, 0px);}
    100%{-webkit-transform:translate3d(0px, 150px, 0px);}
}
.send-icon{
    text-align: center;
    position: fixed;
    bottom:70px;
    left:50%;
    margin-left:-30px;
    width:60px;
    height:60px;
    z-index:1001;
    -webkit-animation:hide 0.3s linear;
    animation:hide 0.3s linear;
    -moz-animation:hide 0.3s linear;
    -o-animation:hide 0.3s linear;

    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background-color: #5daefc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

    -webkit-box-shadow: 0 4px 10px #999;
    -moz-box-shadow: 0 4px 10px #999;
    -o-box-shadow: 0 4px 10px #999;
    box-shadow: 0 4px 10px #999;
}
.send-icon .heng,.send-icon .shu{
    /*content: "";*/
    display: block;
    background-color: #ffffff;
    position: absolute;
    left:50%;
    top:50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    transform:rotate(0deg);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.send-icon .heng{
    width:4px;
    margin-left:-2px;

    height:26px;
    margin-top:-13px;
}
.send-icon .shu{
    width:26px;
    margin-left:-13px;

    height:4px;
    margin-top:-2px;
}

.send-icon.close{
    /*background-color: #5DAEFC;*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

/*下载广告*/
.downloadAf > div.afSlider .afCon{
    overflow: hidden;
    display: table;
}
.downloadAf > div.afSlider .afCon p{
    color: #ffffff;
    overflow: hidden;
    padding-left:10px;
    line-height:16px;
    font-size:14px;
    padding-right:10px;
    vertical-align: middle;
    padding-bottom:10px;
}
.downloadAf > div.afSlider .afCon > *{
    display: table-cell;
    vertical-align: top;
}
.downloadAf > div.afSlider .afCon img{
    width:45px;
    height:45px;
}
.downloadAf > div.afSlider .afPagination .swiper-pagination-bullet{
    background-color: #ffffff;
    opacity:1;
}
.downloadAf > div.afSlider .afPagination .swiper-pagination-bullet-active{
    background-color: #5DAEFC;
}
.downloadAf > div.afSlider .afPagination{
    bottom:-5px;
    left:17%;
}
.downloadAf > div.afSlider{
    width:230px;
    overflow: hidden;
    padding:5px;
    float: left;
}
.downloadAf > div.dow{
    padding:0;
    text-align: center;
    padding-right:5px;
    width:80px;
    float: right;
    padding-top:13px;
}
.downloadAf > div.dow a{
    display: inline-block;
    background-color: #5DAEFC;
    color: #ffffff;
    font-size:14px;
    padding:3px 5px;
    white-space: nowrap;
}
.downloadAf{
    position: fixed;
    width:100%;
    height:55px;
    background-color: rgba(0, 0, 0, 0.6);
    bottom:0;
    left:0;
    z-index:999;
    display: none;
}
/*header .af{*/
    /*height:35px;*/
    /*padding:7px;*/
    /*background-image: url("/wxStatic/img/af_bg.png");*/
    /*position: absolute;*/
    /*top:50px;*/
    /*left:0;*/
    /*width:100%;*/
/*}*/
/*header .af > img{*/
    /*height:20px;*/
/*}*/
/*header .af a#exit{*/
    /*position: relative;*/
    /*top:-1px;*/
    /*margin-right:4px;*/
/*}*/
/*header .af a#exit img{*/
    /*width:18px;*/
/*}*/
/*header .af > span{*/
    /*font-size:16px;*/
    /*color: #ffffff;*/
    /*position: relative;*/
    /*top:-4px;*/
    /*left:5px;*/
/*}*/
/*header .af a{*/
    /*float: right;*/
    /*position: relative;*/
    /*margin-right:10px;*/
    /*top:1px;*/
/*}*/
/*header .af .download{*/
    /*color: #ffffff;*/
    /*background-color: #5DAEFC;*/
    /*-webkit-border-radius: 3px;*/
    /*-moz-border-radius: 3px;*/
    /*border-radius: 3px;*/
    /*padding:0 15px;*/
    /*position: relative;*/
    /*top:-1px;*/
    /*font-size:14px;*/
/*}*/

.zhoubian .zhoubian-list li a{
    display:inline-block;
    width:90%;
    padding:10px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border:1px solid #dddddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.zhoubian .zhoubian-list li{
    text-align: center;
    width:33%;
    float: left;
    padding-bottom:10px;
}
.zhoubian .zhoubian-list{
    clear: both;
    padding:0 2%;
    overflow: hidden;
}
.zhoubian .zhoubian-button a:last-of-type{
    margin-left:2%;
    /*background-color: #5DAEFC;*/
    /*color: #ffffff;*/
    /*border-color: #5DAEFC;*/
}
.zhoubian .zhoubian-button a{
    text-align: center;
    display: inline-block;
    width:45%;
    padding:10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #dddddd;
}
.zhoubian .zhoubian-button{
    text-align: center;
    margin-top:10px;
}
.zhoubian p{
    text-align: center;
}
.zhoubian .mt{
    margin-top:30px;
}
.zhoubian{
    text-align: left;
}
.zhoubian-box .layui-m-layercont{
    padding: 30px 10px;
    line-height: 20px;
}