
html {
    font-size: 13.33333vw
}

@media screen and (max-width: 320px) {
    html {
        font-size: 42.667px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 321px) and (max-width: 360px) {
    html {
        font-size: 48px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 361px) and (max-width: 375px) {
    html {
        font-size: 50px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 376px) and (max-width: 393px) {
    html {
        font-size: 52.4px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 394px) and (max-width: 412px) {
    html {
        font-size: 54.93px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 413px) and (max-width: 414px) {
    html {
        font-size: 55.2px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 415px) and (max-width: 480px) {
    html {
        font-size: 64px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 481px) and (max-width: 540px) {
    html {
        font-size: 72px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 541px) and (max-width: 640px) {
    html {
        font-size: 85.33px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 641px) and (max-width: 720px) {
    html {
        font-size: 96px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 721px) and (max-width: 768px) {
    html {
        font-size: 102.4px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 769px) {
    html {
        font-size: 102.4px;
        font-size: 13.33333vw
    }
}

header, a, blockquote, body, code, dd, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, iframe, img, input, label, li, object, ol, p, q, small, span, strong, table, tbody, td, th, tr, ul {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "STHeiti", "Microsoft YaHei", Helvetica, Arial, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
}

a, a:active, a:focus, a:hover, a:visited {
    text-decoration: none
}

a, img {
    -webkit-touch-callout: none
}

li, ol, ul {
    list-style: none
}

input[type=password], input[type=text],input[type=number], textarea {
    resize: none;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: #fff
}

input::-webkit-input-placeholder{
    color: #000;
    font-size: 0.24rem;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #000;
    font-size: 0.24rem;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #000;
    font-size: 0.24rem;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color: #000;
    font-size: 0.24rem;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

img{
    display: block;
    width: 100%;
}

.wrap{
    padding: 0 0.2rem;
    width: 100%;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 0.2rem 0;
    height: 0.86rem;
}

.scroll{
    background: rgba(0,0,0,0.5);
}

header .logo{
    display: block;
    width: 1.4rem;
}
header .logo img{
    width: 100%;
    height: 100%;
}
header .head_r{
    line-height: 0.46rem;
    font-size: 0;
}
header .head_r .phone{
    color: #fff;
    font-style: italic;
    font-size: 0;
}
header .head_r .phone a{
    display: inline-block;
    line-height: 1.45em;
    height: 0.46rem;
    float: left;
    font-weight: bold;
    color: #fff;
    font-size: 0.35rem;
    padding-left: 0.47rem;
    background: url(../icon/phone1.png) left center no-repeat;
    background-size: auto 0.29rem;
}
header .head_r .menu{
    margin-left: 0.35rem;
}
header .head_r .menu span{
    display: block;
    margin-top: 0.04rem;
    width: 0.36rem;
    height: 0.36rem;
    transform: translateX(0px);
    cursor: pointer;
}
header .head_r .menu span.on{
    transform: translateX(0px);
}
header .head_r .menu span .p1{
    display: block;
    width: 0.36rem;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.12rem;
    left: 50%;
    margin-left: -0.18rem;
}
header .head_r .menu .on .p1{
    transform: rotate(45deg);
    margin-top: -0.01rem;
}
header .head_r .menu span .p2{
    display: block;
    width: 0.36rem;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -0.18rem;
}
header .head_r .menu .on .p2{
    opacity: 0;
}
header .head_r .menu span .p3{
    display: block;
    width: 0.36rem;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: 0.12rem;
    left: 50%;
    margin-left: -0.18rem;
}
header .head_r .menu .on .p3{
    transform: rotate(-45deg);
    margin-top: -0.01rem;
}
    header .head_r .nav {
        position: absolute;
        width: 70%;
        background: #fff;
        top: 0.86rem;
        right: 0;
        z-index: 9999;
        border-left: 0.03rem solid #e3e3e4;
        border-top: 0.03rem solid #e3e3e4;
        transform: translateX(100%);
        transition: all 250ms ease-out;
        -webkit-transition: all 250ms ease-out;
        height: 9999px;
    }
header .head_r .nav.on{
    transform: translateX(0%);
}
header .head_r .nav ul li{
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    border-bottom: 1px solid #efefef;
}
header .head_r .nav ul li a{
    padding: 0 20px;
    position: relative;
    display: block;
    width: 100%;
    font-size: 0.24rem;
    color: #000;
}
header .head_r .nav ul li a em{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 3px solid #faca08;
    border-bottom: 3px solid #faca08;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
header .head_r .nav dl{
    position: absolute;
    top: 0;
    bottom: 0px;
    width: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    right: -100%;
    -ms-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    z-index: 3;
}
header .head_r .nav dl.on{
    opacity: 1;
    visibility: visible;
    right: 0;
}
header .head_r .nav dl dd:first-child{
    background: #faca08;
}
header .head_r .nav dl dd:first-child a{
    color: #ffffff;
}
header .head_r .nav dl dd{
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    border-bottom: 1px solid #efefef;
}
footer{
    background: #1a1c28;
    padding: 0.6rem 0 0.65rem;
}
footer .logo{
    display: block;
    width: 1.4rem;
    margin: 0 auto 0.3rem;
}
footer .foot{
    text-align: center;
    font-size: 0;
    line-height: 0.4rem;
}
footer .foot a{
    display: inline-block;
    font-size: 0.24rem;
    color: #fff;
}
footer .foot span{
    color: #999;
    margin: 0 0.15rem;
    font-size: 0.24rem;
}
footer p{
    color: #999;
    line-height: 0.4rem;
    text-align: center;
    font-size: 0.24rem;
}
footer p a{
    color: #999;
    display: inline-block;
}
.banner{
    width: 100%;
    height: 5.62rem;
    position: relative;
}
.banner .swiper-container {
    width: 100%;
}
.banner .swiper-slide{
    height: 5.62rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.swiper-container .swiper-pagination{
    height: 20px;
    bottom: 11px;
    font-size: 0;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet{
    width: 1.2rem;
    height: 0.05rem;
    background: rgba(255,255,255,1);
    margin: 0;
    border-radius: 0;
    opacity: 0.55
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
}
.banner .search{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.8rem;
    z-index: 1;
}
.banner .search h3{
    line-height: 0.66rem;
    color: #fff;
    text-align: center;
    font-size: 0.36rem;
    font-weight: 400;
}
.banner .search h4{
    line-height: 0.66rem;
    color: #fff;
    text-align: center;
    font-size: 0.46rem;
}
.banner .search .ipt_box{
    width: 7rem;
    height: 0.7rem;
    line-height: 0.7rem;
    border-radius: 0.05rem;
    background: #fff;
    overflow: hidden;
    margin: 0.08rem auto 0;
}
.banner .search .ipt_box i{
    width: 0.66rem;
    height: 0.7rem;
    background: url(../icon/search1.png) center center no-repeat;
    border: none;
    background-size: 0.26rem 0.26rem;
}
.banner .search .ipt_box .btn{
    width: 0.72rem;
    height: 100%;
    padding-left: 0.6rem;
    text-align: center;
    font-size: 0.2rem;
    background-color: #faca08;
    background-image: url(../icon/search.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: .1rem .2rem;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.banner .search .ipt_box .ipt{
    display: block;
    height: 100%;
    margin-left: 0.2rem;
    margin-right: 1.34rem;
}
.banner .search .ipt_box .ipt input{
    display: block;
    height: 100%;
    width: 100%;
    /*width: 6.14rem;*/
    border: none;
    color: #999;
}

.headerbg {
    background-color: #000000;
}

.index_box{
    padding-left: 3%;
    padding-right: 3%;
    overflow: hidden;
}
.subbox1{
    width: 100%;
    background: #ffffff;
    padding-bottom: 0.04rem;
}
.index_box .container{
    width: 100%;
    padding: 0rem;
    margin: 0 auto 0.3rem;
}
.index_box .container h2{
    font-size: 0.3rem;
    color: #333333;
    padding: 0.2rem 0;
}
.index_box .container h2 a{
    float: right;
    font-size: 0.2rem;
    color: #828282;
}
.subbox1 .container ul li{
    float: left;
    width: 27%;
    height: 1.44rem;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
}
.subbox1 .container ul .li1{
    width: 40%;
    height: 3rem;
}
.subbox1 .container ul li a{
    display: block;
    height: 100%;
}
.subbox1 .container ul li a>img{
    height: 100%;
    width: 100%;
}
.subbox1 .container .box{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.subbox1 .container .box .title{
    font-size: 0.26rem;
    color: #fafafa;
    font-weight: bold;
}
.subbox2{
    background: #E7E7E7;
}
.subbox2 li{
    float: left;
    width: 1.65rem;
    height: 2.51rem;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
}
.subbox2 li:nth-child(4n){
    margin-right: 0;
}
.subbox2 li img{
    height: 100%;
}
.subbox2 li .info{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #FFFFFF;
    padding: 0 0.1rem 0 0.1rem;
    background: rgba(0,0,0,0.48);
}
.subbox2 li .info h4{
    font-size: 0.20rem;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.aboutUs .banner{
    height: auto;
}
.aboutUs .tit{
    text-align: center;
    font-weight: bold;
    color: #262626;
    border-bottom: 0.01rem solid #e8e8e8;
    padding-bottom: 0.2rem;
    font-size: 0.48rem;
}
.aboutUs .about1{
    padding: 0.4rem 0;
}
.aboutUs .about1 .img{
    margin-top: .2rem;
    margin-bottom: 0.3rem;
}
.aboutUs .about1 p{
    color: #3d3d3d;
    line-height: 0.38rem;
    text-indent: 0.4rem;
    font-size: 0.24rem;
}
.aboutUs .about2{
    background: #e7e7e7;
    padding: 0.4rem 0;
}
.aboutUs .about2 .tit{
    border-color: #ffffff;
}
.aboutUs .about2 .img{
    margin-top: .2rem;
    margin-bottom: 0.3rem;
}
.aboutUs .about3{
    padding: 0.4rem 0;
}
.aboutUs .about3 ul{
    margin-top: 0.3rem;
}
.aboutUs .about3 ul li:last-child{
    margin-top: 0.2rem;
}
.aboutUs .about4{
    padding: 0.4rem 0;
}
.aboutUs .about4 ul{
    margin-top: 0.3rem;
}
.aboutUs .about4 ul li{
    margin-bottom: 0.2rem;
}
.aboutUs .about{
    padding: 0.3rem 0;
}
.aboutUs .about .cont{
    padding-top: 0.2rem;
}
.aboutUs .about .cont .img_list li{
    float: left;
}
.aboutUs .about .img_list .img1{
    margin-bottom: 0.2rem;
}
.aboutUs .about .img_list .img2{
    width: 3.6rem;
    margin-right: 0.46rem;
}
.aboutUs .about .img_list .img3{
    width: 3.04rem;
}
.aboutUs .about .info{
    padding: 0.3rem 0;
}
.aboutUs .about .info li{
    line-height: 0.4rem;
    margin-bottom: 0.3rem;
}
.aboutUs .about .info .title{
    font-size: 0.26rem;
    color: #262626;
    font-weight: bold;
}
.aboutUs .about .info .site{
    font-size: 0.26rem;
    color: #3d3d3d;
}
.aboutUs .about .info .tel{
    font-size: 0.26rem;
    color: #3d3d3d;
}
.aboutUs .law{
    padding: 0.3rem 0;
}
.aboutUs .law .article{
    padding: 0.3rem 0;
}
.aboutUs .law .article p{
    font-size: 0.26rem !important;
}
.entrust{
    background: #e8e8e8;
    padding-top: 0.86rem;
    overflow: hidden;
}
.entrust .panel {
    background: #fff;
    padding: 0.6rem 0.6rem 0.65rem;
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
}
.entrust .tit{
    font-size: 0.32rem;
    text-align: center;
    color: #262626;
    font-weight: 600;
    padding-bottom: 0.4rem;
    border-bottom: 0.01rem solid rgba(0,0,0,0.07);
}
.entrust .panel .list {
    padding: 0.2rem 0 0;
}
.entrust li{
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.26rem;
    margin-bottom: 0.2rem;
}
.entrust li .title{
    width: 1rem;
    font-size: 0.24rem;
    text-align: right;
}
.entrust li .ipt_box{
    position: relative;
    height: 100%;
    background-color: #e8e8e8;
    border-radius: 0.1rem;
    margin-left: 1.2rem;
}
.entrust li .ipt_box .ipt{
    margin: 0 0.1rem;
    height: 100%;
}
.entrust li .ipt_box .ipt input{
    display: block;
    width: 100%;
    height: 100%;
    background: none;
}
.entrust .look .item3 .get_code {
    width: 2rem;
    height: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 0.26rem;
    background-color: #f18803;
    border-radius: 0.1rem;
    cursor: pointer;
}
.entrust .look .item3 .ipt_box {
    margin-right: 2.4rem;
}
.entrust .look .item4 .ipt_box .down {
    display: block;
    width: 0.2rem;
    height: 100%;
    background: url(../icon/drop-down1.png) no-repeat center center;
    background-size: 100% auto;
    margin-right: 0.1rem;
}
.entrust .look .item4 .down_box {
    display: none;
    position: absolute;
    top: 0.8rem;
    width: 100%;
    background: #e8e8e8;
    border-radius: 0.1rem;
    overflow: hidden;
    box-shadow: 0 0.1rem 0.2rem 0 rgba(84,84,84,0.6);
    z-index: 9;
    transition: all 0.6s;
}
.entrust .look .item4 .down_box li {
    color: #545454;
    text-align: center;
    font-size: 0.26rem;
    margin: 0.2rem 0;
    cursor: pointer;
}
.entrust .look .item6 .select {
    width: 2rem;
    height: 100%;
    position: relative;
}
.entrust .look .item6 .select .down {
    display: block;
    width: 0.2rem;
    height: 100%;
    background: url(../icon/drop-down1.png) no-repeat center center;
    background-size: 100% auto;
    margin-right: 0.1rem;
}
.entrust .look .item6 .write {
    margin-left: 2.2rem;
    height: 100%;
}
.entrust .look .item6 .select .down_box {
    display: none;
    position: absolute;
    top: 0.8rem;
    width: 100%;
    max-height: 5.6rem;
    background: #e8e8e8;
    border-radius: 0.1rem;
    overflow-y: auto;
    box-shadow: 0 0.1rem 0.2rem 0 rgba(84,84,84,0.6);
    z-index: 9;
    transition: all 0.6s;
}
.entrust .look .item6 .down_box li {
    color: #545454;
    text-align: center;
    font-size: 0.26rem;
    margin: 0.2rem 0;
    cursor: pointer;
}
.entrust .look .item8 .select {
    width: 2rem;
    height: 100%;
    position: relative;
}
.entrust .look .item8 .select .down {
    display: block;
    width: 0.2rem;
    height: 100%;
    background: url(../icon/drop-down1.png) no-repeat center center;
    background-size: 100% auto;
    margin-right: 0.1rem;
}
.entrust .look .item8 .write {
    margin-left: 2.2rem;
    height: 100%;
}
.entrust .look .item8 .select .down_box {
    display: none;
    position: absolute;
    top: 0.8rem;
    width: 100%;
    background: #e8e8e8;
    border-radius: 0.1rem;
    overflow: hidden;
    box-shadow: 0 0.1rem 0.2rem 0 rgba(84,84,84,0.6);
    z-index: 9;
    transition: all 0.6s;
}
.entrust .look .item8 .down_box li {
    color: #545454;
    text-align: center;
    font-size: 0.26rem;
    margin: 0.2rem 0;
    cursor: pointer;
}
.entrust .panel .btn {
    width: 2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    color: #fff;
    font-size: 0.26rem;
    background: #f18803;
    border-radius: 0.1rem;
    margin: 0 auto;
    cursor: pointer;
}
.entrust .panel .drop .down {
    display: block;
    width: 0.2rem;
    height: 100%;
    background: url(../icon/drop-down1.png) no-repeat center center;
    background-size: 100% auto;
    margin-right: 0.1rem;
}
.entrust .panel .drop .ipt_box .down_box {
    display: none;
    position: absolute;
    top: 0.8rem;
    width: 100%;
    max-height: 5.6rem;
    background: #e8e8e8;
    border-radius: 0.1rem;
    overflow-y: auto;
    box-shadow: 0 0.1rem 0.2rem 0 rgba(84,84,84,0.6);
    z-index: 9;
    transition: all 0.6s;
}
.entrust .panel .drop .down_box li {
    color: #545454;
    text-align: center;
    font-size: 0.26rem;
    margin: 0.2rem 0;
    cursor: pointer;
}
.entrust .panel .list .code .get_code {
    width: 2rem;
    height: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 0.26rem;
    background-color: #f18803;
    border-radius: 0.1rem;
    cursor: pointer;
}
.entrust .panel .code .ipt_box {
    margin-right: 2.4rem;
}
.entrust .panel .list .wby {
    width: 100%;
    height: 3rem;
    margin-right: 0;
}
.entrust .panel .list .wby .ipt {
    padding: 0.15rem 0;
    height: 100%;
}
.entrust .panel .wby textarea {
    display: block;
    width: 100%;
    height: 100%;
    background: none;
}
.lei {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.houses{
    padding-top: 2.36rem;
}
.houses .search_top{
    width: 100%;
    position: fixed;
    top: 0.86rem;
    left: 0;
    background: #ffffff;
}
.houses .search_top .ipt_box{
    width: 90%;
    height: 0.58rem;
    line-height: 0.58rem;
    background: #f6f6f6;
    margin: 0.15rem auto 0.2rem;
    overflow: hidden;
    border-radius: 0.29rem;
}
    .houses .search_top .ipt_box i {
        width: 0.25rem;
        height: 100%;
        margin-left: 0.2rem;
        background: url(../icon/search_01.png) no-repeat center center;
        background-size: 100% auto;
    }
.houses .search_top .ipt_box .btn{
    width: 0.7rem;
    color: #fff;
    font-size: .2rem;
    text-align: center;
    background: #faca08;
}
.houses .search_top .ipt_box .ipt{
    margin: 0 0.7rem 0 0.6rem;
    height: 100%;
}
.houses .search_top .ipt_box .ipt input{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.24rem;
    color: #000;
    background: none;
}
.houses .screen{
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
}
.houses .screen ul{
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 0.19rem;
}
.houses .screen ul li{
    float: left;
    font-size: 0.26rem;
    color: #484848;
    margin-right: 1.25rem;
    cursor: pointer;
    width: 15%;
    margin-right: 13%;
}
.houses .screen ul li:last-child{
    margin-right: 0;
}
.houses .screen ul li img{
    display: inline-block;
    width: 0.17rem;
    height: 0.09rem;
    vertical-align: middle;
}
.houses .screen ul li.on img{
    transform: rotate(180deg);
}
.houses .chosen{
    padding: 0.2rem 0;
    overflow: hidden;
    display: none;
}
.houses .chosen .delete{
    color: #666666;
    display: block;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.26rem;
}
.houses .chosen .delete .icon {
    display: inline-block;
    width: 0.2rem;
    height: 100%;
    background: url(../icon/del.png) center center no-repeat;
    background-size: 0.18rem auto;
    vertical-align: top;
    margin-right: 0.1rem;
}
.houses .chosen .tag_list a{
    float: left;
    margin: 0 0.1rem 0.1rem 0;
    padding: 0 0.2rem;
    height: 0.4rem;
    font-size: 0.24rem;
    border: dashed 1px #f18803;
    color: #666666;
}
.houses .chosen .tag_list a em{
    display: inline-block;
    width: 0.16rem;
    height: 100%;
    background: url(../icon/del1.png) center center no-repeat;
    background-size: 0.16rem auto;
    vertical-align: top;
    margin-left: 0.1rem;
}
.houses .houses_list ul{
    border-top: #e6e6e6 solid 1px;
}
.houses .houses_list li{
    padding: 0.3rem 0;
    border-bottom: #e6e6e6 solid 1px;
    overflow: hidden;
}
.houses .houses_list li a{
    display: block;
}
.houses .houses_list li .img{
    width: 2.26rem;
    height: 1.74rem;
    overflow: hidden;
}
.houses .houses_list li .msg{
    margin-left: 2.46rem;
}
.houses .houses_list li .msg .top{
    font-size: 0;
    line-height: 0.5rem;
    overflow: hidden;
}
.houses .houses_list li .msg .tit{
    color: #333333;
    font-size: 0.28rem;
    width: 60%;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.houses .houses_list li .msg .money{
    color: #999999;
    font-size: 0.16rem;
    text-align: right;
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.houses .houses_list li .msg .money span{
    color: #e83828;
    font-weight: bold;
    font-size: 0.28rem;
}
.houses .houses_list li .msg .text{
    color: #666666;
    line-height: 0.4rem;
    font-size: 0.16rem;
}
.houses .houses_list li .msg .text span{
    color: #e83828;
    font-weight: bold;
}
.screen_box .screen1,.screen_box .screen2,.screen_box .screen3,.screen_box .screen4{
    width: 100%;
    background: rgba(0,0,0,0.5);
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 2.3rem;
    z-index: 10000;
    height: 100%;
    display: none;
}
.screen_box .panel{
    width: 100%;
    background-color: white;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.26rem;
    color: #565656;
    z-index: 1;
}
.screen_box .panel .item{
    padding-top: 0.3rem;
}
.screen_box .panel .item span{
    display: block;
    color: #707070;
    padding-bottom: 0.3rem;
}
.screen_box .panel .import{
    border-top: 1px solid #e9e9e9;
    padding: 0.35rem 0;
}
.screen_box .panel .import .ipt{
    width: 50%;
    height: 0.6rem;
    line-height: 0.6rem;
    border: #cccccc solid 1px;
    border-radius: 1px;
    margin: 0 5%;
}
.screen_box .panel .import .ipt input{
    float: left;
    width: 40%;
    height: 100%;
    display: block;
    background: none;
    padding: 0 0.1rem;
}
.screen_box .panel .import .ipt i{
    float: left;
    width: 20%;
    text-align: center;
    color: #666;
}
.screen_box .panel .import .btn{
    width: 35%;
    height: 0.6rem;
    line-height: 0.6rem;
    border: #cccccc solid 1px;
    border-radius: 1px;
    color: #666;
}
.screen_box .screen3 .panel{
    height: 6.8rem;
}
.screen_box .panel .tab{
    width: 2rem;
    height: 6.8rem;
    background: #f5f5f5;
    border-right: #e6e6e6 solid 1px;
}
.screen_box .panel .tab .tab_item{
    height: 0.8rem;
    line-height: 0.8rem;
    color: #666;
}
.screen_box .panel .tab .on{
    width: 2rem;
    color: #f18803;
    background: #ffffff;
}
.screen_box .screen3 .panel .item{
    margin-left: 2rem;
    display: none;
}
.screen_box .screen3 .panel .item.on{
    display: block;
}
.screen_box .screen4 .item{
    padding: 0 0.2rem;
    overflow: hidden;
}
.screen_box .screen4 .item h3{
    color: #333333;
    margin-bottom: 0.2rem;
    line-height: 1em;
    font-size: 0.35rem;
    text-align: left;
}
.screen_box .screen4 .item span{
    float: left;
    margin: 0 0.2rem 0.2rem;
    padding: 0 0.2rem 0;
    height: 0.4rem;
    line-height: 0.4rem;
    background: #f0f0f0;
    color: #999999;
    border-radius: 1px;
}
.screen_box .screen4 .item .on{
    color: #ffffff;
    background: #f18803;
}
.screen_box .screen4 .panel{
    overflow-y: auto;
    height: 5.4rem;
}
.screen_box .screen4 .btm{
    width: 100%;
    height: 1.2rem;
    position: absolute;
    left: 0;
    top: 5.4rem;
    background: #f5f5f5;
    padding: 0.3rem 0.2rem;
    text-align: center;
    font-size: 0.26rem;
}
.screen_box .screen4 .more_delete,.screen_box .screen4 .more_btn{
    display: inline-block;
    width: 2.9rem;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #666666;
}
.screen_box .screen4 .more_delete em{
    display: inline-block;
    width: 0.3rem;
    height: 100%;
    background: url(../icon/del.png) center center no-repeat;
    background-size: 100% auto;
    vertical-align: top;
    margin-right: 0.1rem;
}
.screen_box .screen4 .more_btn{
    width: 4.2rem;
    background: #f18803;
    border-radius: 3px;
    overflow: hidden;
    color: #fff;
}


.page{
    text-align: center;
    font-size: 0;
    padding: 0.2rem 0;
}
.page .pagination-btn{
    width: 0.5rem;
    height: 0.5rem;
    font-size: 0.26rem;
    vertical-align: middle;
}
.page .wrap .pagination-wrap{
    border-top: 0;
}
.page li.pagination-btn{
    height: 0.5rem;
    padding: 0.06rem 0.10rem;
}
.page .wrap .pagination-wrap .pagination-current{
    border: 1px solid #3E8DDD;
    color: #3E8DDD;
}
.houseitembox{
    padding-top: 0.86rem;
}
.houseitembox .banner{
    height: 4.25rem;
    overflow: hidden;
}
.houseitembox .banner .swiper-slide{
    height: 4.6rem;
}
.houseitembox .info_box{
    padding-top: 0.2rem;
}
.houseitembox .info_box .tit{
    line-height: 1.5em;
    margin-bottom: 0.2rem;
    color: #333333;
    font-size: 0.46rem;
    font-weight: bold;
}
.houseitembox .info_box .info_list{
    padding: 0.3rem 0;
    overflow: hidden;
    border-top: #e6e6e6 solid 1px;
}
.houseitembox .info_box .info_list li{
    float: left;
    width: 33.333333%;
    padding-left: 0.2rem;
    line-height: 1.5;
    border-left: #e6e6e6 solid 1px;
}
.houseitembox .info_box .info_list li:first-child{
    border-left: 0;
}
.houseitembox .info_box .info_list li h5{
    color: #999999;
    font-size: 0.26rem;
}
.houseitembox .info_box .info_list h3{
    color: #ff3333;
    font-size: 0.4rem;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.houseitembox .info_box dl{
    padding: 0.3rem 0;
    border-top: #e6e6e6 solid 1px;
}
.houseitembox .info_box dl dd{
    padding: 0.1rem 0;
}
.houseitembox .info_box dl dd p{
    line-height: 0.56rem;
    font-size: 0.32rem;
    color: #222;
    font-weight: 400;
}
.houseitembox .info_box dl dd p span{
    display: inline-block;
    width: 80px;
    color: #999;
    text-align: justify;
    text-align-last: justify;
}
.houseitembox .info_box .guwen .img{
    width: 1.5rem;
}
.houseitembox .info_box .guwen .user_info{
    margin-left: 1.8rem;
}
.houseitembox .info_box .guwen .user_info .top{
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}
.houseitembox .info_box .user_info b{
    font-size: 0.26rem;
    color: #262626;
    font-weight: bold;
}
.houseitembox .info_box .user_info span{
    font-size: 0.2rem;
    color: #848484;
    font-weight: 400;
    margin-left: 0.1rem;
}
.houseitembox .info_box .user_info .tel{
    height: 0.3rem;
    line-height: 0.3rem;
    color: #E90808;
    font-size: 0.26rem;
    font-weight: bold;
    padding-left: 0.35rem;
    background: url("../icon/tel.png") no-repeat center left;
    background-size: auto 100%;
}
.houseitembox .info_box .user_info .site{
    color: #3D3D3D;
    font-size: 0.22rem;
    margin-top: 0.1rem;
}
.houseitembox .jieshao{
    padding: 0.3rem 0;
    border-top: #e6e6e6 solid 1px;
}
.houseitembox .jieshao ul li{
    line-height: 0.56rem;
    font-size: 0;
}
.houseitembox .jieshao ul li span{
    display: inline-block;
    width: 96px;
    color: #848484;
    font-size: 0.32rem;
    /*padding-left: 0.3rem;*/
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto 100%;
    text-align: justify;
    text-align-last: justify;
}
.houseitembox .jieshao ul li b{
    color: #3D3D3D;
    font-size: 0.32rem;
    font-weight: 400;
}
.houseitembox .jieshao p{
    margin-top: 0.2rem;
    color: #848484;
    font-size: 0.32rem !important;
    font-weight: 400;
    line-height: 0.56rem !important;;
}
.houseitembox .peitao{
    padding: 0.3rem 0;
    border-top: #e6e6e6 solid 1px;
    font-size: 0.32rem;
    color: #848484;
}
.houseitembox .houseitembox_list{
    padding-top: 0.4rem;
}
.houseitembox .houseitembox_list .tit{
    line-height: 1.5em;
    margin-bottom: 0.4rem;
    color: #333333;
    font-size: 0.35rem;
    font-weight: bold;
}
.houseitembox .shaixun dd{
    font-size: 0;
    line-height: 0.56rem;
    overflow: hidden;
}
.houseitembox .shaixun dd b{
    float: left;
    color: #848484;
    font-size: 0.24rem;
    font-weight: 400;
    margin-right: 0.2rem;
}
.houseitembox .shaixun dd .huadong_box{
    height: 0.56rem;
    overflow-x: auto;
}
.houseitembox .shaixun dd .huadong{
    /*height: 0.56rem;*/
    line-height: 0.56rem;
    display: flex;
    justify-content: space-between;
}
.houseitembox .shaixun dd span{
    width: 2rem;
    display: inline-block;
    color: #3D3D3D;
    font-size: 0.24rem;
    cursor: pointer;
    margin-right: 0.3rem;
    flex-basis: 2rem;
    flex-shrink: 0;
    white-space: nowrap;
}
.houseitembox .shaixun dd span:first-child{
    flex-basis: 0.6rem;
}
.houseitembox .shaixun dd span.on{
    color: #f18803;
}
.houseitembox .houseitembox_list .tab{
    height: 0.36rem;
    line-height: 0.36rem;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.07);
    margin: 0.2rem 0;
}
.houseitembox .houseitembox_list .tab>div{
    float: left;
    width: 25%;
    color: #848484;
    font-size: 0.24rem;
    font-weight: 400;
    text-align: center;
    overflow: hidden;
}
.houseitembox .houseitembox_list .tab b{
    font-weight: 400;
    color: #f18803;
}
.houseitembox .houseitembox_list li{
    height: 1.55rem;
    line-height: 0.6rem;
    background: #ffffff;
    font-size: 0;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.09);
    margin-bottom: 0.2rem;
}
.houseitembox .houseitembox_list li a{
    display: block;
    overflow: hidden;
}
.houseitembox .houseitembox_list li .img{
    width: 25%;
}
.houseitembox .houseitembox_list li p{
    float: left;
    width: 25%;
    height: 1.55rem;
    line-height: 1.55rem;
    text-align: center;
    color: #F18803;
    font-size: 0.24rem;
    font-weight: bold;
    overflow: hidden;
}
.houseitembox .map_box{
    padding-top: 0.4rem;
}
.houseitembox .map_box .map{
    width: 100%;
    height: 4rem;
    margin-bottom: .4rem;
}
.houseitembox .map_box .tab-box .tab{
    border-bottom: 2px solid #f18803;
    height: 0.6rem;
    line-height: 0.6rem;
}
.houseitembox .map_box .tab-box .tab li{
    float: left;
    padding: 0 0.23rem;
    font-size: 0.24rem;
    color: #333;
    height: 0.6rem;
    line-height: 0.6rem;
}
.houseitembox .map_box .tab-box .tab li.on{
    background: #f18803;
    color: #fff;
}
.houseitembox .map_box .tab-box .tabCont{
    margin: 0.1rem;
    font-size: 0.24rem;
    height: 3rem;
    overflow-y: scroll;
}
.houseitembox .map_box .tab-box .tabCont li{
    display: none;
}
.houseitembox .map_box .tab-box .tabCont li.on{
    display: block;
}
.houseitembox .map_box .tab-box .tabCont dt {
    margin-top: 0.1rem;
}
.houseitembox .map_box .tab-box .tabCont dd b {
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.24rem;
    font-weight: 400;
    padding: 0 0.1rem;
}
.houseitembox .map_box .tab-box .tabCont dd .text {
    margin-left: 1.6rem;
}
.houseitembox .map_box .tab-box .tabCont dd .text span {
    float: left;
    height: 0.36rem;
    line-height: 0.36rem;
    font-size: 0.22rem;
    padding: 0 0.1rem;
    margin: 0 0.1rem 0.11rem;
    border: 1px solid #999997;
}
.houseitembox .map_box .tit{
    line-height: 1.5em;
    margin-bottom: 0.4rem;
    color: #333333;
    font-size: 0.35rem;
    font-weight: bold;
}
.houseitembox .info_line{
    height: 0.24rem;
    background: #f5f5f5;
}
.houseitembox .houseitembox_list .more-btn{
    padding: 0.2rem 0;
    text-align: center;
    font-size: 0.26rem;
    color: #999;
}
