*{ padding:0; margin:0; border:0; font-family:'Microsoft Yahei',Arial; font-size:14px; color:#666; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
h1,h2,h3,h4,h5,h6,b{ font-weight:normal;}
select{ background:#fff url(../images/sel.png) right center no-repeat; appearance:none; -webkit-appearance:none; -moz-appearance:none;}
i{ font-style:normal;}
img{ display:block;}
a{ text-decoration:none; outline:none; transition:color .3s; }
ul li{ list-style:none;}
.m_box{ width:1180px; margin:0 auto; }
.clear{ clear:both; }
html,body{min-width: 1180px;}
a:hover{color:#30a15d!important;}
/* header */
.header{ position:relative; }
.header .box:after{ content:''; display:block; clear:both; }
.header .logo{ float:left; position:relative;    margin-top: 5px; }
.header .logo:after{ content:''; position:absolute; width:1px; height:30px; background:#cdcdcd; top:27px; right:0; }
.header .logo a{ display:block; width:136px; height:50px; background:url(../images/logo_w136_h50.png); margin:15px 10px 12px 0; }
.header .city{ margin-left:15px; height:70px; margin-top: 10px;}
.header .city .cityBox{ position:relative; padding-top:16px; z-index:10; }
.header .city.city_zhaoshan .cityBox{ padding-top:24px; }
.header .city .value{ height:20px; position:relative; z-index:2; }
.header .city .value p{ position:relative; color:#333; line-height:20px; padding-right:15px; cursor:pointer; }
.header .city .value p:after{ content:''; position:absolute; width:0px; height:0px; border-left:transparent 6px solid; border-right:transparent 6px solid; border-top:#999 6px solid; margin:auto; right:0; top:0; bottom:0; transition:transform .2s; -webkit-transition:transform .2s; -moz-transition:transform .2s; }
.header .city .cityBox:hover .value p:after{ transform:rotate(180deg); -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); }
.header .city .zhaosjm{ line-height:14px; color:#30a15d; margin-top:6px; display:block; }
.header .city .zhaosjm a{ color:inherit; }
.header .city .zhaosjm:hover{ text-decoration:underline; }
.header .city .panel{ position:absolute; left:-40px; top:70px; border:#e1dedf 1px solid; width:400px; background:#fff; box-shadow:rgba(0,0,0,.1) 1px 4px 10px 3px; display:none; }
.header .city .panel .hot{ padding:10px 0; border-bottom:#e1dedf 1px solid; background:#fafafa; }
.header .city .panel .hot span{ display:block; font-weight:bold; font-size:14px; line-height:20px; margin-left:15px; }
.header .city .panel .hot p{ overflow:hidden; padding-top:10px; margin-left:15px; }
.header .city .panel .hot a{ float:left; line-height:20px; font-size:14px; width: 60px; }
.header .city .panel .hot a:hover{ color:#fe5a00; }
.header .city .panel .hot a:last-child{ margin-right:0; }
.header .city .panel .tab .tab-head{ margin-left:17px; overflow:hidden; padding-top:16px; }
.header .city .panel .tab .tab-head li{ float:left; font-size:14px; color:#333; margin-right:40px; line-height:20px; cursor:pointer; }
.header .city .panel .tab .tab-head li.active,.header .city .panel .tab .tab-head li:hover{ color:#fe5a00; }
.header .city .panel .tab .tab-head li:last-child{ margin-right:0; }
.header .city .panel .tab .tab-body li{ display:none; }
.header .city .panel .tab .tab-body li.active{ display:block; }
.header .city .panel .tab .clickTab{ margin-left:17px; overflow:hidden; padding-top:16px; }
.header .city .panel .tab .clickTab li{ float:left; font-size:14px; color:#333; margin-right:40px; line-height:20px; cursor:pointer; }
.header .city .panel .tab .clickTab li.cur,.header .city .panel .tab .clickTab li:hover{ color:#fe5a00; }
.header .city .panel .tab .clickTab li:last-child{ margin-right:0; }
.header .city .panel .tab .textTab li{ display:none; }
.header .city .panel .tab .textTab li.cur{ display:block; }
.header .city .citylist{ margin-left:17px; }
.header .city .citylist .line{ overflow:hidden; }
.header .city .citylist .line span{ float:left; font-size:14px; color:#333; margin-right:10px; line-height:20px; margin-top:15px; width:12px; }
.header .city .citylist .line a{ float:left; font-size:14px; color:#333; margin-right:14px; line-height:20px; margin-top:15px; }
.header .city .citylist .line a:hover{ color:#fe5a00; }
.header .city .citylist .more{ border-top:#e3dedd 1px solid; margin-right:17px; margin-top:15px; padding:15px 0; line-height:20px;}
.header .city .citylist .more a{ color:#333; font-size:14px; }
.header .city .citylist .more a:hover{ color:#fe5a00; }
.header .city:hover .cityBox .panel{ display:block; }
.header .menu{ float:left;    margin-top: 10px; }
.header .menu .item{ float:left; }
.header .menu .item > a{ display:block; line-height:70px; font-size:16px; color:#333; padding:0 14px; }
.header .menu .item h1{ color:inherit; font-size:inherit; font-weight:normal; }
.header .menu .item.cur > a,.header .menu .item > a:hover{ color:#05b570; position:relative;    padding-bottom: 10px; }
.header .menu .item.cur > a:after,.header .menu .item > a:hover:after{ content:''; position:absolute; width:100%; height:2px; background:#05b570; left:0; bottom:0; }
.header .menu .item.new{ position:relative; }
.header .menu .item.new:after{ content:''; position:absolute; width:32px; height:18px; background:url(../images/icon.png) -150px 0; top:10px; right:-10px; }
.header .menu .subMenu{ position:relative; z-index:11; }
.header .menu .subMenuList{ position:absolute; width:114px; left:50%; top:0px; background:#fff; margin-left:-52px; border:#eee 1px solid; display:none; animation:subMenu 0.3s; -webkit-animation:subMenu 0.3s; -moz-animation:subMenu 0.3s; -ms-animation:subMenu 0.3s; }
.header .menu .subMenuList:before{ content:''; position:absolute; width:0; height:0; border-left:transparent 10px solid; border-right:transparent 10px solid; border-bottom:#ddd 10px solid; margin:auto; left:0; right:0; top:-10px; z-index:1; }
.header .menu .subMenuList:after{ content:''; position:absolute; width:0; height:0; border-left:transparent 10px solid; border-right:transparent 10px solid; border-bottom:#fff 10px solid; margin:auto; left:0; right:0; top:-9px; z-index:2; }
.header .menu .subMenuList a{ display:block; line-height:40px; font-size:16px; color:#333; text-align:center; }
.header .menu .subMenuList a:hover{ color:#05b570; }
.header .menu .item:hover .subMenuList{ display:block; }
.header .newHousePanel{ position:absolute; width:100%; background:#fff; z-index:11; left:0; top:70px; height:0px; overflow:hidden; }
.header .newHousePanel:before{ content:''; position:absolute; width:100%; height:1px; background:#ddd; left:0; top:0; }
.header .newHousePanel:after{ content:''; position:absolute; width:100%; height:1px; background:#ddd; left:0; bottom:0; }
.header .newHousePanel .panel{ width:1180px; margin:0 auto; overflow:hidden; }
.header .newHousePanel h3{ font-size:16px; color:#333; line-height:54px; }
.header .newHousePanel .trend{ float:left; width:340px; }
.header .newHousePanel .trend > a{ display:block; width:240px; }
.header .newHousePanel .trend .desc{ font-size:14px; line-height:20px; height:20px; }
.header .newHousePanel .trend .desc span{ color:#fe5a00; }
.header .newHousePanel .trend .chart{ height:140px; }
.header .newHousePanel .trend .ps{ font-size:14px; line-height:40px; color:#999; width:240px; }
.header .newHousePanel .choose{ float:left; width:540px; }
.header .newHousePanel .choose .list li{ overflow:hidden; overflow:hidden; margin-bottom:4px; }
.header .newHousePanel .choose .list span{ float:left; line-height:30px; font-size:14px; color:#999; }
.header .newHousePanel .choose .list p{ float:left; max-width:480px; }
.header .newHousePanel .choose .list a{ float:left; line-height:30px; margin-right:20px; font-size:14px; color:#333; }
.header .newHousePanel .choose .list a:hover{ color:#05b570; }
.header .newHousePanel .hotHouse{ float:left; width:300px; }
.header .newHousePanel .hotHouse li{ overflow:hidden; padding:10px 0; border-bottom:#ddd 1px dashed; }
.header .newHousePanel .hotHouse li:last-child{ border-bottom:none; }
.header .newHousePanel .hotHouse li:hover{ background:#f5f5f5; }
.header .newHousePanel .hotHouse li i{ float:left; width:18px; height:18px; line-height:18px; background:#ddd; color:#fff; text-align:center; margin-right:10px; }
.header .newHousePanel .hotHouse li i.hot{ background:#fe5a00 }
.header .newHousePanel .hotHouse li a{ display:block; }
.header .newHousePanel .hotHouse li span{ float:left; font-size:14px; line-height:18px; color:#333; width:100px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.header .newHousePanel .hotHouse li span.lpnan{ width:100px; }
.header .newHousePanel .hotHouse li span.price{ width:80px; }
.header .newHousePanel .hotHouse li span.area{ width:60px; text-align:right; }
.header .menuNewHouse:hover .newHousePanel{ height:auto; animation:animate-fade .3s; -webkit-animation:animate-fade .3s; -moz-animation:animate-fade .3s; }
.header .userState{ float:right; padding: 10px; }
.header .header_lang{padding:10px;margin: 0 10px;}
.header .userState a,.header .userState span{ color:#444; }
.header .userState a:hover{ color:#05b570; }
.header .complain{ float:right; padding:25px 0; margin-left:20px; }
.header .complain a{ float:left; line-height:20px; color:#444; }
.header .complain a:hover{ color:#05b570; }


/*右边栏*/
.rightFloat{ position:fixed; width:50px; right:0; bottom:40px; z-index:98; }
.rightFloat .item{ background:#888; border-bottom:#fff 1px solid; position:relative; transition:background .3s; -webkit-transition:background .3s; -moz-transition:background .3s; -ms-transition:background .3s; }
.rightFloat .item:last-child{ border-bottom:none; }
.rightFloat .item > a{ display:block; width:48px; height:48px; background:url(../images/icon1.png) no-repeat; }
.rightFloat .lpzx > a{ background-position:11px -148px; }
.rightFloat .smewm > a{ background-position:-38px -130px; }
.rightFloat .item-new{ position:relative; }
.rightFloat .item-new:after{ content:''; position:absolute; width:32px; height:18px; background:url(../images/icon1.png) 0 -100px; top:0; right:0; }
.rightFloat .item .panel{ position:absolute; right:50px; top:50%; margin-top:-24px; display:none; padding-right:10px; animation:rightFloat .3s; -webkit-animation:rightFloat .3s; -moz-animation:rightFloat .3s; -ms-animation:rightFloat .3s; }
.rightFloat .item .panel:after{ content:''; position:absolute; width:0; height:0; border-top:transparent 6px solid; border-bottom:transparent 6px solid; border-left:#555 8px solid; margin:auto; top:0; right:2px; bottom:0; }
.rightFloat .lpzx .panel:after{ top:21px; bottom:auto; }
.rightFloat .smewm .panel{ margin-top:-40px; }
.rightFloat .smewm .panel img{ width:80px; height:80px; background:#555; padding:5px; }
.rightFloat .item:hover{ background:#ff9000; }
.rightFloat .item:hover .panel{ display:block; }
.rightFloat .fdjsq > a{ background-position:-87px -130px; }
.rightFloat .yjfk > a{ background-position:-147px -130px; }
.rightFloat .fhdb > a{ background-position:-204px -132px; }
.rightFloat .gjjcx > a{ background-position:12px -48px; }
.rightFloat .goMobile > a{ background-position:-100px -190px; }
.rightFloat .goMobile .panel{ background:#fff; }
.rightFloat .goMobile .codeTel{ margin:5px; }
.rightFloat .sbcx > a{ background-position:-36px -50px; }
.rightFloat .item .panel a{ display:block; line-height:48px; width:100px; background:#555; font-size:14px; color:#fff; text-align:center; }
.rightFloat .smewm .panel a{ width:auto; }
@keyframes rightFloat{
    from{ transform:translateX(-20px); opacity:0; }
    to{ transform:translateX(0); opacity:1; }
}

#search_list{display: block;overflow: hidden;position: absolute;width: 100%;left: 0;top: 40px;background: #fff;box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 0px;z-index: 2;text-indent: 10px;}
#search_list a{display: block;line-height: 28px;padding-left: 10px;}
#search_list a:hover{background: #f8f8f8;}
 .currentPage{background: #f4f4f4;height: 49px;width: 100%;position: relative;margin: 0 auto;}
 .currentPage .m_box {width: 1180px;margin: 0 auto;position: relative;}
 .currentPage .pos {line-height: 47px;height: 30px;float: left;}
 .currentPage .pos a{color: #666;}
 .currentPage  .new_search {display: inline-block;height: 33px;line-height: 32px;width: 360px;position: absolute;right: 0px;top: 8px;border: 0px solid #30a15d;-webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;}
 .currentPage .new_search #search_form .search-icon{display:none;}
 .currentPage .new_search #search_form.search_form_icon .search-icon{display:block; color: #fff;position: absolute;z-index: 100;font-size: 17px;right: 11px;top: 0px;cursor: pointer;}
 .currentPage .new_search #search_form:after{content: '\e66d';position: absolute;width: 18px;height: 18px; margin: auto;top: 0;right: 11px;bottom: 0;pointer-events: none;font-family: 'iconfont';line-height: 18px;color: #fff;font-size: 17px;}
.currentPage  .new_search .textbox {width: 320px;height: 29px;border: 0;outline: none;text-indent: 10px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;}
 .currentPage  .new_search #search_house_id {position: absolute;width: 40px;height: 32px;background: #30a15d;top: 0;right: 0;cursor: pointer;color: #fff;text-indent: 40px;font-size: 16px!important;-webkit-border-radius: 3px 0;}
 .currentPage  .new_search .search_img {display: inline-block;position: absolute;width: 18px;height: 18px;background: url(../images/icon.png) -290px -40px;margin: auto;left: 0;top: 0;right: -320px;bottom: 0;}
 .currentPage  .new_search #search_list {display: block;overflow: hidden;position: absolute;width: 100%;left: 0;top: 30px;background: #fff;box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 0px;z-index: 2;text-indent: 10px;}

.footer img {vertical-align: middle;display: inline-block;}

.friendlink{position:fixed; z-index:9; width:100%; height:100%; left:0; top:0; background:#000; background:rgba(0, 0, 0, 0.5); filter:alpha(opacity=50); }
.friendlink .friend{ width:880px; height:480px; background:#fff; border-radius:4px; position:absolute; left:0; top:0; right:0; bottom:0; margin:auto; }
.friendlink .tit{ font-size:20px; color:#333; line-height:50px; text-align:center; margin:0 10px; border-bottom:#eeeded 1px solid; }
.friendlink .close{ position:absolute; width:16px; height:16px; background:url(../images/icon.png) -370px 0; top:17px; right:10px; cursor:pointer; }
.friendlink .content{ margin:0 10px; overflow:hidden; }
.friendlink .friend_l{ float:left; width:530px; }
.friendlink .friend_l dl{ overflow:hidden; margin-top:20px; }
.friendlink .friend_l dt{ float:left; width:110px; text-align:right; line-height:30px; height:30px; font-size:12px; color:#333; }
.friendlink .friend_l dt i{ color:red; vertical-align:middle; }
.friendlink .friend_l dd{ float:left; width:370px; }
.friendlink .friend_l label{ float:left; margin-right:20px; cursor:pointer; }
.friendlink .friend_l label input{ float:left; height:30px; }
.friendlink .friend_l label span{ float:left; line-height:30px; color:#333; font-size:12px; margin-left:10px; }
.friendlink .friend_l dd input[type="text"]{ width:100%; height:30px; border:#ccc 1px solid; border-radius:4px; text-indent:10px; vertical-align:middle; line-height:28px\9; }
.friendlink .friend_l textarea{ width:100%; height:100px; border:#ccc 1px solid; border-radius:4px; resize:none; padding:5px 10px; }
.friendlink .friend_l dd input[type="submit"]{ width:60px; height:30px; border-radius:4px; vertical-align:middle; background:#30a15d; color:#fff; cursor:pointer; }
.friendlink .friend_r{ float:left; width:330px; padding-top:20px; }
.friendlink .friend_r h2{ font-size:12px; color:#333; line-height:30px; }
.friendlink .friend_r p{ font-size:12px; color:#999; line-height:30px; margin-right:30px; }
.pages-list .no-result .img{width: 108px!important;height: 70px!important;}

.pages-list .left{width: 850px;}
.pages-list .left .list .text{width: 610px;}
.pages-list .left .list .price{width: 250px;}
.pages-list .left .list .txt{width: 360px;}
.pages-list .top .sort a{float: right;}
.font_strong { font-weight: bolder; }

/* page */
.page{ overflow:hidden; text-align:center; }
.paging{ display:inline-block; padding:30px 0 0;}
.paging a{ float:left; line-height:30px; border:#ddd 1px solid; border-radius:2px; padding:0 10px; margin-left:5px;}
.paging a.ui-paging-current{ color:#fff; background:#30a15d; border-color:#30a15d; }
.paging a.btn{ border:#ccc 1px solid; width:auto; background:#fff; color:#ccc;}
.paging a.btn.on{ color:#fff; border-color:#1f86e2; background:#1f86e2;}
.paging span{ float:left; margin-left:5px; line-height:32px;}
.paging input[type='text']{ height:28px; border:#dbdbdb 1px solid; float:left; width:28px; text-align:center; margin:2px 0 0 5px;}
.paging input.btn{ height:32px; width:75px; background:#1f86e2; float:left; margin-left:5px;}
.page .z-crt, .page a:hover{    border-color: #30a15d;
 background: #30a15d;
 color: #fff!important;}
.paging a.btn{    background: #30a15d;
 color: #fff;
 border-color: #30a15d;}
.paging span{float: left;
 line-height: 32px;
 height: 32px;
 font-size: 12px;
 color: #999;
 padding: 0 12px;}
.paging input[type='text']{
 height: 32px;
 width: 32px;
 text-align: center;
 border: #ddd 1px solid;
 border-radius: 4px;
 margin: 0 5px;
 float: none;
}
.paging i {
 float: left;
 line-height: 32px;
 padding: 0 12px;
}

.app-flink {padding:20px 0px 10px 0px;width:1180px;margin:0px auto 30px auto;border-top:1px #e9e9e9 solid;vertical-align:top;font-size:14px;overflow: hidden;}
.app-flink .hd {height:30px;line-height:26px;text-align:left;font-size:14px;width:100px;background:url(../images/flink_bg.png) left 5px no-repeat;text-indent:20px;float:left;font-weight:bold;color:#000000;}
.app-flink .bd li {float:left;height:22px;margin:4px 30px 0 0;}
.app-flink .bd a {float:left;color:#666666;height:22px;white-space:nowrap;}
.app-flink .bd {width:1080px;float:left}


.main{padding-bottom: 30px;}
.m_top10{margin-top: 10px;}
.m_top30{margin-top: 30px;}
.m_left9{margin-left: 9px;}
.dsn{display: none!important;}

/*问答搜索*/
.search #search_list_wd{box-shadow: 1px 2px 10px #999;position: absolute; z-index: 19; background: #fff;top: 46px;width: 574px;margin: 0 auto;}
.search #search_list_wd li a{display: block;}
.search #search_list_wd  li{    margin: 0;
    padding: 10px 0;
    border: 0;}
    .search #search_list_wd  li:hover a p{color: #30a15d;}
    .search #search_list_wd  li a p{text-indent: 20px;}
    .search #search_list_wd  li a{text-indent: 20px;}


    /* 提交成功  */
.success_pop{display: none;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);position: fixed;top: 0;z-index: 99;}
.success_pop .box{background: #fff;width: 270px;height: 242px;background-color: #ffffff;
    box-shadow: -2px 0px 24px 0px rgba(45, 45, 45, 0.48);border-radius: 4px;position: absolute;
top: 50%;left: 50%;margin-left: -135px;margin-top: -121px;}
.success_pop .box img{display: block;width: 68px;height: 68px;margin: 0 auto;margin-top: 30px;margin-bottom: 25px;}
.success_pop .box p{height: 18px;line-height: 18px;color: #000;font-size: 18px;text-align: center;margin-bottom: 40px;}
.success_pop .box button{    display: block;width: 100px;height: 38px;background-color: #30a15f;border-radius: 4px;
    font-size: 14px;color: #ffffff;text-align: center;line-height: 38px;margin: 0 auto;cursor: pointer;}
/* 提交失败  */
.fail_pop{display: none;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);position: fixed;top: 0;z-index: 99;}
.fail_pop .box{background: #fff;width: 270px;height: 242px;background-color: #ffffff;
    box-shadow: -2px 0px 24px 0px rgba(45, 45, 45, 0.48);border-radius: 4px;position: absolute;
top: 50%;left: 50%;margin-left: -135px;margin-top: -121px;}
.fail_pop .box img{display: block;width: 68px;height: 68px;margin: 0 auto;margin-top: 30px;margin-bottom: 20px;}
.fail_pop .box p{height: 18px;line-height: 24px;color: #000;font-size: 18px;text-align: center;margin-bottom: 40px;}
.fail_pop .box button{    display: block;width: 100px;height: 38px;background-color: #30a15f;border-radius: 4px;
    font-size: 14px;color: #ffffff;text-align: center;line-height: 38px;margin: 0 auto;cursor: pointer;}


    .tel_pop{display: none;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);position: fixed;top: 0;z-index: 99;}
    .tel_pop .box{background: #fff;width: 374px;height: 394px;background-color: #ffffff;
        box-shadow: -2px 0px 24px 0px rgba(45, 45, 45, 0.48);border-radius: 4px;position: absolute;
    top: 50%;left: 50%;margin-left: -187px;margin-top: -197px;}
    .tel_pop .box .tit{position: relative;height: 50px;border-bottom: 1px solid #e5e5e5;font-size: 20px;color: #000000;line-height: 50px;text-align: center;}
    .tel_pop .box .tit .close{width: 16px;height: 16px;cursor: pointer;display: block;position: absolute;top: 20px;right: 20px;background: url(../images/close.png) center no-repeat;}
    .tel_pop .box .form{margin: 0 55px;}
    .tel_pop .box .form input[name='tel']{width: 260px;height: 38px;border-radius: 4px;
    border: solid 1px #cccccc;text-indent: 20px;margin-top: 30px;font-size: 12px;}
    .tel_pop .box .form .imgcode_box{margin-top: 20px;}
    .tel_pop .box .form .imgcode_box img{width: 126px;height: 38px;margin-left: 10px;}
    .tel_pop .box .form .imgcode_box input[name='imgcode']{width: 120px;
    height: 38px;font-size: 12px;
    border-radius: 4px;
    border: solid 1px #cccccc;color: #999999;text-indent: 15px;vertical-align: top;}
    .tel_pop .box .form .telcode_box{margin-top: 20px;height: 38px;
        border-radius: 4px;
        border: solid 1px #cccccc;}
.tel_pop .box .form .telcode_box input[name='telcode']{border-radius: 4px;width: 160px;height: 36px;text-indent: 20px;font-size: 12px;color: #999999;}
.tel_pop .box .form .telcode_box .button{display: inline-block;width: 85px;height: 36px;line-height: 36px;text-align: right;background: #fff;font-size: 14px;color: #333333;cursor: pointer;position: relative;}
.tel_pop .box .form .telcode_box .button::before{width: 1px;height: 17px;background-color: #cccccc;content: '';position: absolute;left:  0;top: 10px;}
.tel_pop .box .form .xy{font-size: 12px;color: #999999;margin-top: 16px;}
.tel_pop .box .form .xy a{text-decoration: underline;font-size: 12px;color: #30a15f;}
.tel_pop .box .form .sm{font-size: 12px;line-height: 16px;color: #333333;margin-top: 16px;}
.tel_pop .box .form .tj{width: 100%;
	height: 38px;
	background-color: #30a15f;
	border-radius: 4px;font-size: 14px;color: #ffffff;text-align: center;line-height: 38px;margin-top: 20px;cursor: pointer;}

    /* tips */
.boxTips{ position:fixed; width:0px; height:0px; margin:auto; left:0; top:0; right:0; bottom:0; z-index:100; }
.boxTips .tips{ display: block;background:#000; background:rgba(0, 0, 0, 0.7); filter:alpha(opacity=70); position:absolute; padding:20px 40px; border-radius:4px; -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); transform:translate(-50%, -50%); }
.boxTips .tips .tit{ font-size:20px; color:#fff; line-height:20px; text-align:center; white-space:nowrap; margin-bottom:10px; }
.boxTips .tips .desc{ font-size:16px; color:#fff; line-height:20px; text-align:center; white-space:nowrap; }


/*百科问答详情表单 2*/

.buyhouse_top{
	width:100%;
	height:120px;
	background-color: #F4F9F6;
	position: relative;	
	padding:4px 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin-bottom:40px;
}
.buyhouse_top .bg_1{
	width:190px;
	height:100%;
	position:absolute;
	right:20%;
	background:url('../images/wechat_bg1.png') no-repeat;
	background-size: 100% 100%;
}
 .buyhouse_top .left1{
	width:80%;
	height:100%;
	display: flex;
}
 .buyhouse_top .left1>img{
	width:110px;
	height:100%;
}
.buyhouse_top .left1 .title{
	color: #333333;
	font-size: 19px;
	font-weight: bold;
}
.buyhouse_top .left1 .telList1{
	height: 40px !important;
    overflow: hidden;
	color: #666666 !important;
	margin:2px 0;
}
 .buyhouse_top .left1 .ruqun{
	font-size: 16px;
}

 .buyhouse_top .left1 .ruqun:before{
    content: "";
    background: url("../images/grouphead.png") no-repeat;
    position: absolute;
    width: 58px;
    height: 24px;
}
 .buyhouse_top .left1 .ruqun .text{
	margin-left:65px;
}


 .buyhouse_top .right1{
	width:20%;
	height:100%;
}

 .buyhouse_top .right1>a{
	background: linear-gradient(360deg, #20BE65 0%, #22C96D 100%);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    padding: 10px 35px;
    color: #fff;
    margin-left: 5px;
    cursor: pointer;
	line-height: 100px;
}

.buyhouse_top .left1 .telList1 ul {
    margin-top: 0;
    /* padding-left: 110px; */
    text-align: left;
    list-style: none;
    animation: 6s linear 0s normal none infinite change;
    -webkit-animation: 6s linear 0s normal none infinite change;
    -moz-animation: 6s linear 0s normal none infinite change;
    -o-animation: 6s linear 0s normal none infinite change;
}
.buyhouse_top .left1 .telList1 ul li {
    line-height: 40px;
    margin: 0 !important;
}



@-webkit-keyframes change {
    0% {
        margin-top: 0;
    }
    15% {
        margin-top: 0;
    }
    25% {
        margin-top: -40px;
    }
    40% {
        margin-top: -40px;
    }
    50% {
        margin-top: -80px;
    }
    65% {
        margin-top: -80px;
    }
    75% {
        margin-top: -40px;
    }
    85% {
        margin-top: -40px;
    }
    100% {
        margin-top: 0;
    }
}
@keyframes change {
    0% {
        margin-top: 0;
    }
    15% {
        margin-top: 0;
    }
    25% {
        margin-top: -40px;
    }
    40% {
        margin-top: -40px;
    }
    50% {
        margin-top: -80px;
    }
    65% {
        margin-top: -80px;
    }
    75% {
        margin-top: -40px;
    }
    85% {
        margin-top: -40px;
    }
    100% {
        margin-top: 0;
    }
}


/*百科问答详情表单*/
.main .right .QAform{
    height: 162px;
    background: url("../images/form@2x.png") no-repeat;
    background-size: contain;
    position: relative;
}
.main .right .QAform .form_left{
    float: left;
    width: 66%;
}
.main .right .QAform .form_right{
    float: left;
    width: 33%;
}
.main .right .QAform:after{
    content: " ";
    display: block;
    clear: both;
}
.main .right .QAform .form_top{
    margin: 30px 0 0 30px;
    width: 55%;
    line-height: 23px;
}
.right .QAform .form_top span{
    color: #333333;
}
.main .right .QAform .groupName{
    color: #30A15D;
    font-weight: bold;
}
.main .right .QAform .tags{
    font-weight: bold;
}
.main .right .QAform .form_right .inputBox{
    margin-top: 20px;
}
.main .right .QAform .bm_province{
    width: 116px;
    height: 30px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    text-indent: 10px;
}
.main .right .QAform .bm_city{
    width: 116px;
    height: 30px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    text-indent: 10px;
    margin-left: 3px;
}
.main .right .QAform input[name=mobile]{
    font-size: 12px;
    text-indent: 10px;
    width: 240px;
    height: 30px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
}
.main .right .QAform .submitBox{
    margin-top: 20px;
}
.main .right .QAform .ajax_tg_submit_new{
    color: #ffffff;
    width: 240px;
    height: 30px;
    background-color: #30a15d;
    border-radius: 4px;
}.main .content_box{width: 1180px;    margin: 0 auto; margin-top: 10px;}
.main .content_box:after{content: "";display: block;clear: both;}
.main .content_box>div{float: left;width: 50%}
.main .content_box .left{width: 282px;margin-left: 30px;}
.main .content_box .right{width: 867px;}
.main .content_box .left .title{background-color: #f3f3f3;position: relative;width: 282px;font-size: 18px;font-weight: bolder;height: 70px;line-height: 70px;border-bottom: 6px solid  #333333;color: #333333;}
.main .content_box .left .title a{position: absolute;top:8px;right: 20px;font-size: 14px;font-weight: normal;}
.main .content_box .left .items_box{width: 228px;margin: 0 auto;}
.main .content_box .left .title_small{width: 100%;font-size: 16px;font-weight: bolder;height: 50px;line-height: 50px;color: #333333;}
.main .content_box .left ul{width: 100%;overflow: hidden;border-bottom: 1px  dotted #e5e5e5;padding-bottom: 10px;}
.main .content_box .left ul li{float: left;margin-right: 20px;}
.main .content_box .left ul li a{width: 56px;height: 30px;line-height: 30px;text-align: center;font-size: 14px;color: #666666; }
.main>.more{padding-top: 12px;text-align: right;width: 1180px;margin: 0 auto;}
.main>.more a{font-size: 16px;color: #666666;}
.newbtm{border: 1px solid #eeeeee!important;}
.title_new{height: 55px!important;line-height: 55px!important;    text-indent: 20px;}
.bac{background: #f8f8f9;}
.main .content_box .left .hot{width: 240px;margin: 0 auto;border: 0;}
.main .content_box .left .hot li{float: unset;margin: 0;border-bottom: 1px  dotted #e5e5e5;padding-bottom: 10px; }
.main .content_box .left .hot li a{cursor: pointer;width: 100%;height: 100%;margin: 0;}
.main .content_box .left .hot li a .img{width: 240px;height: 185px;position: relative;}
.main .content_box .left .hot li a .img img{width: 100%;height: 100%;object-fit: cover;}
.main .content_box .left .hot li a .img p{width: 100%;background: rgba(0, 0, 0, 0.7);position: absolute;bottom: 0;margin: 0;padding: 0;}
.main .content_box .left .hot li a .img p span{font-size: 16px;color: #fff;margin: 0;}
.main .content_box .left .hot li a .img p span:first-child{margin-left: 10px;}
.main .content_box .left .hot li a .img p span:last-child{margin-right: 10px;}
.main .content_box .left .hot li a p{text-align: left;margin-top: 5px;}
.main .content_box .left .hot li a .price{font-size: 20px;color: #fe4844;}
.main .content_box .left .hot li a:hover .price{color: #fe4844;}
.main .content_box .left .hot li a .tel{font-size: 16px;}
.main .content_box .left .hot li a:hover .tel{color: #333;}
.left .more{margin-top: 15px!important;margin-bottom: 20px!important;text-indent: 10px;font-size: 14px;color: #333;}
.main .content_box .left>div{overflow: hidden;}
.main .content_box .left .item_new{border: 1px solid #eeeeee;border-top: 0;}
.main .content_box .left .item_new a{border-bottom: 1px solid #eeeeee;display: block;    margin: 0 20px; overflow: hidden;}
.main .content_box .left .item_new a:last-child{border-bottom: 0px solid #eeeeee;display: block;}
.main .content_box .left .item_new p{ cursor: pointer;    clear: both; font-size: 14px;color: #333333;margin-top: 17px;overflow:hidden;text-overflow:ellipsis; white-space:nowrap}
.main .content_box .left .item_new a:hover p{color: #30a15d}
.main .content_box .left .item_new span{display: block;margin-top: 10px;color: #999999;margin-bottom: 10px;float: left;}
.main .content_box .left .item_new span:last-child{float: right;}
.main .content_box .right .search{margin-top: 15px;position: relative;}
.main .content_box .right .search input[type=button]{cursor: pointer;}
.main .content_box .right .search .search_text{width: 574px;height: 46px;border-radius: 4px 0 0 4px;border: solid 1px #30a15d;text-indent: 20px;}
.main .content_box .right .search .ssda{width: 140px;height: 46px;background-color: #30a15d;border-radius: 0px 4px 4px 0px;font-size: 18px;color: #ffffff;    vertical-align: top;}
.main .content_box .right .search .tw{width: 135px;height: 46px;background-color: #f6be0e;border-radius: 4px;	font-size: 18px;color: #ffffff;margin-left: 12px;    vertical-align: top;    text-indent: 25px;}
.main .content_box .right .search .question-point{position: absolute;top: 14px;right: 100px;color: #fff;font-size:19px;}
.main .content_box .right .content_tit{font-size: 24px;color: #333333;font-weight: bold;height: 24px;line-height: 24px;margin-top: 25px;margin-bottom: 20px;}
.main .content_box .right .tw_box{}
.main .content_box .right .tw_box::after{content: '';display: block;clear: both;margin-bottom: 25px;}
.main .content_box .right .tw_box>div{float: left;height: 282px;position: relative;}
.main .content_box .right .tw_box>div:first-child{width: 540px;cursor: pointer;}
.main .content_box .right .tw_box>div:last-child{width: 318px;margin-left: 9px;}
.main .content_box .right .tw_box>div:first-child img{width: 100%;height: 100%;object-fit: cover;}
.main .content_box .right .tw_box>div:first-child p{width: 540px;padding: 20px 20px;font-size: 24px;
    position: absolute;bottom: 0;background: rgba(0, 0, 0, 0.5);color: #fff;}
.main .content_box .right .tw_box>div:last-child>a{display: block;width: 100%;height: 136px;position: relative;cursor: pointer;}
.main .content_box .right .tw_box>div:last-child>a img{width: 100%;height: 100%;object-fit: cover;}
.main .content_box .right .tw_box>div:last-child>a p{width: 100%;padding: 10px 10px;font-size: 18px;
    position: absolute;bottom: 0;background: rgba(0, 0, 0, 0.5);color: #fff;}
.main .content_box .right .tw_box>div:last-child>a:first-child{margin-bottom: 10px;}
.main .content_box .right .wdwz{}
.main .content_box .right .wdwz a{display: block; overflow: hidden;margin-bottom: 20px;}
.main .content_box .right .wdwz a span{display: block;float: left;}
.main .content_box .right .wdwz a span:last-child{float: right;}
.main .content_box .right .wdwz a .yuan{width: 6px;height: 6px;background-color: #c8c8c8;border-radius: 50%;position: relative;top: 7px;}
.main .content_box .right .wdwz a .txt{font-size: 14px;color: #333333;margin-left: 5px;max-width: 670px;overflow:hidden;text-overflow:ellipsis; white-space:nowrap;}
.main .content_box .right .wdwz a .time{font-size: 14px;color: #999999;}
.main .content_box .right .wdwz a:hover .txt{color: #30a15d;}
.main .content_box .right .tit_zx{font-size: 24px;color: #333333;font-weight: bold;line-height: 24px;padding-top: 20px; padding-bottom: 20px;border-bottom: 1px solid #e5e5e5;}
.main .content_box .right .swiper-container-zx{margin-top: 30px;position: relative;width:100% ;overflow: hidden;}
.main .content_box .right .swiper-container-zx .swiper-wrapper{width: 828px;margin: 0 auto;}
/* .main .content_box .right .swiper-container-zx .swiper-wrapper .swiper-slide{width: 250px!important;margin-left: 30px;} */
.main .content_box .right .swiper-container-zx .item{width: 250px;height: 90px;position: relative;}
.main .content_box .right .swiper-container-zx .item::after{width: 1px;height: 79px;border-right: dotted 1px #e3e2dd;position: absolute;right: 0;top:5px;content: '';}
.main .content_box .right .swiper-container-zx .item>div{float: left;}
.main .content_box .right .swiper-container-zx .item .img{width: 90px;height: 90px;margin-left: 20px;}
.main .content_box .right .swiper-container-zx .item .img img{width: 100%;height: 100%;object-fit: cover;border-radius: 50%;}
.main .content_box .right .swiper-container-zx .item .info{margin-left: 20px;}
.main .content_box .right .swiper-container-zx .item .info .name{font-size: 18px;color: #333333;margin-bottom: 10px;font-weight: bold;}
.main .content_box .right .swiper-container-zx .item .info .fwrs{font-size: 14px;color: #999999;margin-bottom: 10px;}
.main .content_box .right .swiper-container-zx .item .info button{width: 70px;height: 26px;cursor: pointer;
    background-color: #30a15d;border-radius: 4px;font-size: 12px;color: #ffffff;text-indent: 10px;position: relative;}
.main .content_box .right .swiper-container-zx .item .info button::before{content: '';width: 12px;height: 12px;position: absolute;left: 2px;top: 8px;background: url(../images/zx.png) center no-repeat;}
.main .content_box .right .swiper-container-zx .swiper-button-next{z-index: 9;cursor: pointer;width: 33px;height: 38px;background:url(../images/next_wd.png) center no-repeat; right:  0;}
.main .content_box .right .swiper-container-zx .swiper-button-prev{z-index: 9;cursor: pointer;width: 33px;height: 38px;background:url(../images/prev_wd.png) center no-repeat; position: absolute;left: 0;}
.pd_top38{padding-top: 38px!important;}

.main .content_box .left .title span{font-size: 26px;color: #666666;font-weight: normal;}


.main .content_box .right ul li{padding: 0;border-bottom: 1px dotted #eeeeee;overflow: hidden;position: relative;margin-bottom: 30px;}
.main .content_box .right ul li:last-child{border-bottom: 0;}
.main .content_box .right ul li>div{float: left; position: relative;}
.main .content_box .right ul li .user_img{width: 70px;height: 70px;}
.main .content_box .right ul li .user_img img{width: 100%;height: 100%;object-fit: cover;border-radius: 50%;}
.main .content_box .right ul li .info{    padding-bottom: 30px;max-width: 590px;margin-left: 27px;}
.main .content_box .right ul li .info .user{font-size: 16px;color: #333333;font-weight: bold;height: 16px;line-height: 16px;margin-bottom: 20px;}
.main .content_box .right ul li .info .time{font-size: 14px;color: #999999;height: 14px;line-height: 14px;margin-bottom: 20px;}
.main .content_box .right ul li .info .hd{font-size: 14px;line-height: 24px;color: #333333;word-break: break-word;}

.main .content_box .right ul li .zan{margin: 0 auto;position: absolute;top:50%;right: 80px;margin-top: -29px;}
.main .content_box .right ul li .zan .dz_box{cursor: pointer;width: 29px;height: 29px;}
.main .content_box .right ul li .zan .num{text-align: center;margin-top: 10px;font-size: 14px;color: #666666;font-weight: bold;}

.main .content_box .right .xgwdList{margin-top: 0px;}
.main .content_box .right .xgwdList .item{display: flex;padding: 15px 0;border-bottom: 1px dotted #eee;}
.main .content_box .right .xgwdList .item:last-child{border-bottom: 0;}
.main .content_box .right .xgwdList .item .tit{flex: 1;font-size: 16px;line-height: 22px;color: #333;overflow: hidden; text-overflow:ellipsis;  white-space: nowrap;}
.main .content_box .right .xgwdList .item span{display: inline-block;line-height: 22px;}
.main .content_box .right .xgwdList .item .time{font-size: 12px;color: #999;margin-left: 20px;}
.main .content_box .right .xgwdList .item .num{font-size: 12px;color: #999;}


.hd_max_height{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;position: relative;}
.text_hide{}
.main .content_box .right .list_tit{padding-top: 30px;padding-bottom: 20px;border-bottom: 1px solid #e5e5e5;overflow: hidden;}
.main .content_box .right .list_tit p{float: left;font-size: 16px;color: #000000;font-weight: bold;}
.main .content_box .right .list_tit p span{font-size: 16px;color: #ff0013;}
.main .content_box .right .list_tit div{float: right;}
.main .content_box .right .list_tit div a{font-size: 14px;color: #333333;font-weight: bold;}
.main .content_box .right .list_tit div .cur{color: #30a15d;}
.main .content_box .right .list_tit div a:last-child{margin-left: 15px;} 
.main .content_box .right .hot_tit {margin-top: 30px;overflow: hidden;padding-bottom: 10px;border-bottom: 1px solid #e5e5e5;}
.main .content_box .right .hot_tit p{float: left;font-size: 24px;color: #333;font-weight: bold;}
.main .content_box .right .hot_tit a{float: right;font-size: 14px;color: #999999;    position: relative;top: 10px;}
.main .content_box .right .hot{margin-top: 25px;margin-bottom: 30px;}
.main .content_box .right .hot::after{content: '';display: block;clear: both;}
.main .content_box .right .hot .item{float: left;margin-right: 22px;}
.main .content_box .right .hot .item:last-child{margin-right: 0px;}
.main .content_box .right .hot .item a{}
.main .content_box .right .hot .item a .img{width: 200px;height: 144px;position: relative;}
.main .content_box .right .hot .item a .img img{width: 100%;height: 100%;object-fit: cover}
.main .content_box .right .hot .item a .img p{width: 100%;position: absolute;bottom: 0px;background: rgba(0, 0, 0, 0.7);padding-top: 2px;padding-bottom:4px; }
.main .content_box .right .hot .item a .img p span{color: #ffffff;}
.main .content_box .right .hot .item a .img p span:first-child{float: left;font-size: 16px;margin-left: 5px;max-width: 135px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;}
.main .content_box .right .hot .item a .img p span:last-child{float: right;font-size: 14px;margin-right: 5px;}
.main .content_box .right .hot .item a .price{font-size: 20px;color: #fe4844;height: 20px;line-height: 20px;margin: 10px 0;}
.main .content_box .right .hot .item a .tel{height: 16px;line-height: 16px;font-size: 16px;color: #333333;}

.main .content_box .left .item_new>div{margin: 0 15px;padding: 20px 0; border-bottom: 1px dotted #e5e5e5;}
.main .content_box .left .item_new>div:last-child{border: 0;}
.main .content_box .left .item_new>div::after{content: '';display: block;clear: both;}

.main .content_box .left .item_new>div>div{float: left;}
.main .content_box .left .item_new>div .img{width: 70px;height: 70px;}
.main .content_box .left .item_new>div .img img{width: 100%;height: 100%;object-fit: cover;    border-radius: 50%;}
.main .content_box .left .item_new>div .info{margin-left: 10px;}
.main .content_box .left .item_new>div .info .name{font-size: 16px;color: #333333;margin: 0;margin-top: 15px;margin-bottom: 2px;}
.main .content_box .left .item_new>div .info .fwrs{font-size: 12px;color: #999999;margin: 0;}
.main .content_box .left .item_new>div  button{width: 70px;height: 26px;cursor: pointer;
    background-color: #30a15d;border-radius: 4px;font-size: 12px;color: #ffffff;text-indent: 10px;position: relative;margin-left: 18px;    margin-top: 20px;}
    .main .content_box .left .item_new>div  button::before{content: '';width: 12px;height: 12px;position: absolute;left: 2px;top: 8px;background: url(../images/zx.png) center no-repeat;}
.tit_wt{background: #fff!important;}
.m_top15{margin-top: 15px;}
.main .content_box .left .title .gfrz{width: 60px;height: 20px;background-color: #ffa009;border-radius: 4px;font-size: 12px;color: #ffffff;padding: 2px 2px;margin-left: 10px;}
.main .content_box .right .question_tit{margin-top: 30px;}
.main .content_box .right .question_tit .tit{font-size: 22px;color: #333333;font-weight: bold;margin-bottom: 14px;}
.main .content_box .right .question_tit .about{}
.main .content_box .right .question_tit .about span{font-size: 14px;color: #999999;}
.main .content_box .right .question_tit .tit a{font-weight: 500;background: #cee7dd;font-size: 14px;color: #30a15d;padding: 5px 10px;border-radius: 4px;margin-left: 10px;}
.main .content_box .right .question_tit .tit object:nth-child(2) a{background: #f8ead3;font-size: 14px;color: #ffa100;padding: 5px 10px;border-radius: 4px;margin-left: 10px;}
.main .content_box .right .question_tit .tit object:nth-child(2) a:hover{color: #ffa100!important;}
.main .content_box .right .question_tit .tit object:nth-child(3) a{background: #cceffb;font-size: 14px;color: #00adeb;padding: 5px 10px;border-radius: 4px;margin-left: 10px;}
.main .content_box .right .question_tit .tit object:nth-child(3) a:hover{color: #00adeb!important;}
.main .content_box .right .textarea {    height: 210px;margin-top: 20px;position: relative;}
.main .content_box .right .textarea textarea{padding: 10px 20px;width: 100%;
    height: 160px;resize: none; border: 1px solid #ddd;font-size: 14px;color:#333 }
.main .content_box .right .textarea button{margin-top: 15px;cursor: pointer;position: absolute;right: 0;width: 80px;height: 30px;background-color: #30a15d;border-radius: 4px;font-size: 14px;color: #ffffff;text-indent: 10px;bottom: 0;}
.main .content_box .right .textarea button::before{content: '\e6ab';position: absolute;left: -3px;top: 8px;width: 14px;height: 18px;color:#fff;font-family: 'iconfont';font-size: 15px;}

.main .nodata{margin-bottom: 73px;}
.main .nodata img{display: block;width: 339px;height: 232px;margin: 0 auto;margin-top: 10px;}
.main .nodata p{font-size: 16px;color: #999999;text-align: center;}
/* 提交成功  */
.success_pop{display: none;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);position: fixed;top: 0;z-index: 99;}
.success_pop .box{background: #fff;width: 270px;height: 242px;background-color: #ffffff;
    box-shadow: -2px 0px 24px 0px rgba(45, 45, 45, 0.48);border-radius: 4px;position: absolute;
top: 50%;left: 50%;margin-left: -135px;margin-top: -121px;}
.success_pop .box img{display: block;width: 68px;height: 68px;margin: 0 auto;margin-top: 30px;margin-bottom: 25px;}
.success_pop .box p{height: 18px;line-height: 18px;color: #000;font-size: 18px;text-align: center;margin-bottom: 40px;}
.success_pop .box button{    display: block;width: 100px;height: 38px;background-color: #30a15f;border-radius: 4px;
    font-size: 14px;color: #ffffff;text-align: center;line-height: 38px;margin: 0 auto;cursor: pointer;}
/* 提交失败  */
.fail_pop{display: none;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.7);position: fixed;top: 0;z-index: 99;}
.fail_pop .box{background: #fff;width: 270px;height: 242px;background-color: #ffffff;
    box-shadow: -2px 0px 24px 0px rgba(45, 45, 45, 0.48);border-radius: 4px;position: absolute;
top: 50%;left: 50%;margin-left: -135px;margin-top: -121px;}
.fail_pop .box .close-icon{display: block;width: 68px;height: 68px;margin: 0 auto;margin-top: 30px;margin-bottom: 20px;color: #30a15f;font-size: 80px;}
.fail_pop .box p{height: 18px;line-height: 24px;color: #000;font-size: 18px;text-align: center;margin-bottom: 40px;}
.fail_pop .box button{    display: block;width: 100px;height: 38px;background-color: #30a15f;border-radius: 4px;
    font-size: 14px;color: #ffffff;text-align: center;line-height: 38px;margin: 0 auto;cursor: pointer;}

    
.main .content_box .left .from_zx{border: solid 1px #e5e5e5;background: #f3f3f3;}
.main .content_box .left .from_zx .tit{height: 143px;background: url(../images/mfzxbac.jpg) no-repeat;width: 100%;}
.main .content_box .left .content_from{width: 240px;margin: 0 auto;margin-top: 20px;}
.main .content_box .left .content_from p{color: #333333;font-size: 12px;line-height: 20px;}
.main .content_box .left .inputBox{margin-top: 20px;}
.main .content_box .left .inputBox select{width: 116px;height: 30px;background-color: #ffffff;border: solid 1px #e5e5e5;text-indent: 10px;}
.main .content_box .left .inputBox select:last-child{margin-left: 3px;}
.main .content_box .left .inputBox select option{text-indent: 10px;}
.main .content_box .left .inputBox input{font-size: 12px;text-indent: 10px;width: 240px;height: 30px;background-color: #ffffff;border: solid 1px #e5e5e5;}
.main .content_box .left .submitBox input{color: #ffffff;width: 240px;height: 30px;background-color: #30a15d;border-radius: 4px;}
.main .content_box .left .submitBox {margin-top: 20px;margin-bottom: 20px;}
.main .content_box .left .xyBox{overflow: hidden;margin-top: 10px;}
.main .content_box .left .xyBox label{float: left;position: relative;overflow: hidden;margin-top: 4px;}
.main .content_box .left .xyBox input{    position: absolute;width: 10px;height: 10px;left: -20px;}
.main .content_box .left .xyBox input:checked + span::before {content: '\e69b';}
.main .content_box .left .xyBox span::before{content: '\e69a';display: block;width: 13px;height: 12px;font-family: 'iconfont';font-size: 12px;}
.main .content_box .left .xyBox p {float: left;line-height: 20px;height: 20px;margin-left: 4px;}
.main .content_box .left .xyBox a {color: #30a15d;}
.main .content_box .left .from_zx .titwt{background: #fff;height: unset;padding: 15px 10px 25px 10px;display: flex;display: -webkit-flex;}
.main .content_box .left .from_zx .titwt .img{width: 130px;height: 94px;}
.main .content_box .left .from_zx .titwt .img img{width: 100%;height: 100%;object-fit: cover;}
.main .content_box .left .from_zx .titwt .info{margin-left: 10px;flex: 1;}
.main .content_box .left .from_zx .titwt .info .lp_tit{font-size: 16px;color: #333333;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;max-width: 125px;margin-bottom: 7px;}
.main .content_box .left .from_zx .titwt .info .area,.main .content_box .left .from_zx .titwt .info .hx{font-size: 14px;color: #333333;margin-bottom:3px;}
.main .content_box .left .from_zx .titwt .info .tag span{padding: 3px 10px 3px 10px;background-color: #30a15d;color: #fff;}
.main .content_box .left .from_zx .titwt .info .tag span.sale_0 { background-color: #30a15d; } /* 默认 */
.main .content_box .left .from_zx .titwt .info .tag span.sale_1 { background-color: #30a15d; } /* 在售 */
.main .content_box .left .from_zx .titwt .info .tag span.sale_2 { background-color: #4285f4; } /* 待售 */
.main .content_box .left .from_zx .titwt .info .tag span.sale_3 { background-color: #999999; } /* 售完 */
.main .content_box .left .from_zx .titwt .info .tag span.sale_4 { background-color: #fc7b75; } /* 尾盘 */
.main .content_box .left .from_zx .titwt .info .tag span.sale_5 { background-color: #fb9252; } /* 在租 */
.main .content_box .left .from_zx .dec{margin: 0 10px;font-size: 14px;color: #333333;line-height: 24px;}
.main .content_box .left .from_zx_wt{background: #fff;}

.imInlet{ border:#e3e4e4 1px solid; }
.imInlet .im-top{ background:#fafafa; overflow:hidden; }
.imInlet .im-tit{ font-size:20px; color:#000; line-height:60px; text-indent:15px; float:left; }
.imInlet .im-mark{ font-size:12px; color:#fff; background:#fe9735; width:60px; line-height:20px; text-align:center; border-radius:4px; float:left; margin:20px 0 0 5px; }
.imInlet .im-fx{ float:left; }
.imInlet .im-fx div{ float:left; width:20px; height:16px; border:#d8d8d8 1px solid; margin:22px 0 0 10px; cursor:pointer; position:relative; }
.imInlet .im-prev:before{ content:''; position:absolute; width:0; height:0; border-top:transparent 6px solid; border-bottom:transparent 6px solid; border-right:#afafaf 6px solid; margin:auto; left:5px; top:0; bottom:0; }
.imInlet .im-prev:after{ content:''; position:absolute; width:0; height:0; border-top:transparent 6px solid; border-bottom:transparent 6px solid; border-right:#fff 6px solid; margin:auto; left:6px; top:0; bottom:0; }
.imInlet .im-next:before{ content:''; position:absolute; width:0; height:0; border-top:transparent 6px solid; border-bottom:transparent 6px solid; border-left:#afafaf 6px solid; margin:auto; right:5px; top:0; bottom:0; }
.imInlet .im-next:after{ content:''; position:absolute; width:0; height:0; border-top:transparent 6px solid; border-bottom:transparent 6px solid; border-left:#fff 6px solid; margin:auto; right:6px; top:0; bottom:0; }
.imInlet .im-swiper{ height:294px; }
.imInlet .im-swiper.im-two{ height:202px; }
.imInlet .im-swiper.im-one{ height:112px; }
.imInlet .swiper-slide{ width:100%; padding:10px 0; }
.imInlet .im-item{ margin:0 10px; padding:10px 0; overflow:hidden; border-bottom:#e7e7e7 1px dashed;display: flex; }
.imInlet .im-item .img{ overflow:hidden; width:70px; height:70px; border-radius:50%; -ms-border-radius:50%; }
.imInlet .im-item .img img{ width:100%; height:100%; object-fit:cover; }
.imInlet .im-item .txt{ flex: 1; margin-left:10px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; }
.imInlet .im-item .txt p{ font-size:16px; color:#000; line-height:24px; margin-top:10px; text-align:left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; }
.imInlet .im-item .txt .company_name{
    background-color: #ebfaf1;
    padding: 0px 10px;
    color: #30A15D;
    line-height: 20px;
    margin-top: 5px;
}
.imInlet .im-item .txt span{ display:block; font-size:12px; color:#999; line-height:24px; }
.imInlet .im-item .btn{ width: 70px; margin-top:28px;margin-left: 10px; }
.imInlet .im-item .btn a{ display:block; width:70px; line-height:26px; border-radius:4px; background:#30a15d; color:#fff; text-decoration:none; font-size:12px; text-indent:16px; position:relative; }
.imInlet .im-item .btn a:before{content:'\e6bc';font-family: 'iconfont';position:absolute; width:12px; height:12px;margin:auto; left:-12px; top:-12px; bottom:0;}
.imInlet .swiper-slide .im-item:last-child{ border-bottom:none; }
.imInlet a:hover{color: #fff !important;}


/*表单样式*/
.main .right .QAform .form_bot{
    position: absolute;
    bottom: 15px;
    width: inherit;
}
.main .right .telList{
    height: 18px;
    overflow: hidden;
    text-indent: 3em;
    font-size: 14px;
    position: relative;
}
.main .right .telList:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    right: 0;
    left: 11em;
}
.main .right .telList ul{
    margin-top: 0;
}
.main .right .telList ul li {
    padding: 0;
    border-bottom: 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    color:#FFA009;
}
.ask-detail .loupan-msg{
    border: 1px dashed #E5E5E5;
    border-radius: 4px;
    line-height: 38px;
    padding: 0 10px;
    margin: 20px 0 0;
}
.ask-detail .loupan-msg a{
    float: right;
    color: #30A15D;
    padding-left: 20px;
    background: url(../images/loupan.png) no-repeat left center;
}
.ask-detail .loupan-msg .name{
    color: #30A15D;
    max-width: 180px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0;
}
.ask-detail .loupan-msg .area{
    margin: 0 37px;
}
.content_box.ask-detail .right .textarea{
    margin: 0;
    height: auto;
}
.content_box.ask-detail .right .textarea button{
    margin: 0;
    position: static;
}
.content_box.ask-detail .right .list_tit{
    padding: 25px 0 15px;
}
.ask-detail .buyhouse_top.haveAnswer .left1{
    display: block;
}
.ask-detail .buyhouse_top.haveAnswer{
    background: none;
    margin:0 0 0 27px;
    padding: 0 0 40px 0;
    height: auto;
}
.ask-detail .buyhouse_top .left1 .telList1 ul li{
    border: none;
    color: #999;
}
.ask-detail .buyhouse_top .left1 .telList1{
    margin: 5px 0;
}
.buyhouse_top .left1 .title .right1{
    display: inline-block;
    width: auto;
}
.buyhouse_top .left1 .title .right1 a{
    background: #ECFDF3 url(../images/wechat.png) no-repeat 10px center;
    border-radius: 22px;
    line-height: 24px;
    padding: 0 10px 0 32px;
    font-size: 12px;
    color: #30A15D;
    font-weight: normal;
    display: inline-block;
    box-shadow: none;
    background-size: 18px auto;
    margin: 0 0 0 17px;
}
.content_box.ask-detail .right ul li .zan .num{
    font-weight: normal;
}
.pages-house .newPrice{ padding-bottom:26px;box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.05);border-radius: 10px;border:1px solid #f3f3f3; }
.pages-house .newPrice .tit{ font-size:24px; color:#fff; line-height:24px; margin-bottom:5px;font-weight: bold;padding-top: 10px;text-align: center;}
.pages-house .newPrice .form{margin: 0 5px;}
.pages-house .newPrice .txt{ color:#fff; font-size:14px;text-align: left; line-height:24px;padding-bottom: 6px; height: 70px;}
.pages-house .newPrice .input{ margin: 10px 15px 0px; }
.pages-house .newPrice .input input{ width:100%; height:40px; border:#e5e5e5 1px solid; text-indent:10px;border-radius: 4px;}
.pages-house .newPrice .xy{ overflow:hidden;margin: 5px 15% 0; }
.pages-house .newPrice .xy label{ float:left; position:relative; overflow:hidden; margin-top:4px; }
.pages-house .newPrice .xy span::before{content:'\e69a';display:block; width:13px; height:12px;font-size: 12px;font-family: 'iconfont';}
.pages-house .newPrice .xy input:checked + span::before{content: '\e69b';}
.pages-house .newPrice .xy input{ position:absolute; width:10px; height:10px; left:-20px; }
.pages-house .newPrice .xy p{ float:left; font-size: 12px; height:20px; margin-left:4px;color:#999;line-height: 20px; }
.pages-house .newPrice .xy a{ color:#999;font-size: inherit; }
.pages-house .newPrice .btn{ margin: 19px 15px 0px; }
.pages-house .newPrice button{ width:100%; background:#30a15d; color:#fff; border-radius:4px;height: 34px;line-height: 34px;background-color: #30a15d;box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.5);}
/*      新版楼盘价值分析       */
.pages-dp .valueBox{
    *background: #FFFFFF;
}
.ask-detail .pages-dp .valueBox .title{
    font-size: 24px;
    font-weight: 800;
    color: #333333;
    padding-left: 15px;
    padding-top: 15px;
    position: relative;
    line-height: inherit;
    height: auto;
    background: none;
    border: none;
}
.pages-dp .valueBox .title:before{
    content:"";
    position: absolute;
    background: url("../images/number1.png");
    width: 126px;
    height: 72px;
    background-size: cover;
    right: 0;
    top:0;
}
.pages-dp .valueBox .gradeBox{
    margin: 28px 15px 0;display: flex;border-bottom: 1px solid #eee;padding-bottom: 20px;
}
.pages-dp .valueBox .gradebox_left{width: 105px;padding-right: 12px;border-right: 1px solid #eee;}
.pages-dp .valueBox .gradebox_right{flex:1;z-index: 1;padding-left: 12px;}
.pages-dp .valueBox .grade{font-size: 42px;font-family: 'DIN';font-weight: bold;color: #333;text-align: center;}
.pages-dp .valueBox .gradeImg{position: relative;width: 88px;height: 16px;margin: 20px auto 0;display: block;text-align: center;}
.pages-dp .valueBox .grade_bottom{position: absolute;left: 0;width: 88px;height: 16px;background: url("../images/unmark.png") no-repeat;background-size: cover;}
.pages-dp .valueBox .grade_top{position: absolute;left: 0;height: 16px;background: url("../images/mark.png") no-repeat;background-size: auto 16px;}

.pages-dp .valueBox .type_block{display: inline-block;font-size: 12px;line-height: 24px;}
.pages-dp .valueBox .type_block .type_name{color: #999;width: 68px;display: inline-block;}
.pages-dp .valueBox .type_block .type_grade{color:#333;padding-left: 5px;padding-right: 5px;}
.pages-dp .valueBox .progress{position: relative;width: 60px;height: 4px;display: inline-block;vertical-align: top;}
.pages-dp .valueBox .progress_bottom{background: #999;width: 60px;height: 4px;position: absolute;border-radius: 4px;top:10px;}
.pages-dp .valueBox .progress_top{background: #30A15D;height: 4px;position: absolute;border-radius: 4px;top:10px;}
.pages-dp .valueBox .btn p{position: relative;padding-left: 48px;word-break: break-all;color: #333;width: 100%;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;line-height: 20px;margin-top: 10px;}
.pages-dp .valueBox .price p:before{content: "";position: absolute;background: url("../images/price.png") no-repeat;width: 40px;height: 40px;left:0;background-size: cover;}
.pages-dp .valueBox .btn .label{font-weight: bold;}
.pages-dp .valueBox .traffic{position: relative;}
.pages-dp .valueBox .traffic:before{content: "";position: absolute;background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, #FFFFFF 100%);width: 100%;height: 40px;z-index: 3;}
.pages-dp .valueBox .traffic p:before{content: "";position: absolute;background: url("../images/traffic.png") no-repeat;width: 40px;height: 40px;left:0;background-size: cover;}
div.ask-detail .left .pages-dp{
    overflow: inherit;
}
.main .ask-detail .left .from_zx .titwt .info .tag span{
    padding: 0 8px;
    line-height: 20px;
    border-radius: 2px;
    font-size: 12px;
    display: inline-block;
}
.main .ask-detail .left .from_zx .titwt .info .area{
    color: #999;
    margin: 7px 0 0;
}
.main .ask-detail .left .from_zx .titwt .info .price{
    color: #FE4844;
    margin: 7px 0 0;
}
.main .ask-detail .left .from_zx .titwt{
    padding: 20px 20px 10px;
}
.main .ask-detail .left .from_zx .titwt .img{
    width: 120px;
    height: 100px;
}
.main .ask-detail .left .from_zx .dec{
    margin: 0 20px;
}
.main .ask-detail .left .from_zx_wt .submitBox{
    margin: 10px 0;
}
.main .ask-detail .left .from_zx_wt{
    padding: 0 0 20px;
}
.main .ask-detail .left .from_zx_wt .xyBox p{
    color: #999;
}
.main .ask-detail .left .from_zx_wt .xyBox p a{
    color: #999;
    font-size: 12px;
}
.main .ask-detail .left .from_zx_wt .xyBox{
    padding-left: 25px;
}
.main .ask-detail .left{
    margin-top: 15px;
}
.main .ask-detail .left .from_zx .titwt .info .lp_tit{
    max-width: 110px;
}

.main .periphery{
    margin: 30px 0;
}
.main .periphery .houses{
    font-size: 18px;
    color: #333333;
}
.main .left .periphery .houses_list{
    margin-top: 10px;
    border-bottom: none;
    padding-bottom: 0;
}
.main .periphery .flex{
    display: flex;
    width: 282px;
}
.main .left .periphery .houses_list li{
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
}
.main .left .periphery .houses_list .house_item{
    height: 75px;
    width: 100%;
}
.main .periphery .flexLeft{
    width: 105px;
    height: 75px;
}
.main .periphery .flexRight{
    margin-left: 15px;
    flex: 1;
}
.main .periphery .flexRight .name{
    color: #333333;
    font-size: 16px;
    text-align: left;
    line-height: 22px;
    padding-bottom: 4px;
}
.main .periphery .flexRight .price{
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-bottom: 2px;
}
.main .periphery .flexRight .address{
    max-width: 162px;
}

/*优质回答*/
.main .content_box .excellent{
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 8%);
}
.main .content_box .answerList{
    border: 1px solid #EEEEEE;
    margin: 35px 0;
    box-shadow: none;
}
.main .content_box .ordinary{
    margin-top: 30px;
    border: 0;
}
.main .content_box .answerList .subtitle{
    position: relative;
    color: #333333;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 0 0 70px;
}
.main .content_box .answerList .subtitle:before{
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    background: url("../images/subtitle.png") no-repeat;
    width: 33px;
    height: 34px;
}
.main .content_box .answerList .subtitle .num{
    color: #E4671C;
    font-size: 18px;
}
.main .content_box .right .excellent .answerItem,
.main .content_box .right .answerList .answerItem
{
    margin-bottom: 0;
    padding: 25px 23px;
}
.main .content_box .right .excellent li .flex{
    float: none;
    display: flex;
}
.main .excellent .flexImg{
    width: 70px;
    height: 70px;
}
.main .excellent .flexDiv{
    flex: 1;
    margin-left: 33px;
    position: relative;
}
.main .excellent .mobile{
    margin-top: 10px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 22px;
}
.main .excellent .date{
    position: absolute;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    right: 0;
    top: 14px;
}
.main .excellent .seal{
    position: absolute;
    right: 13px;
    top: 0;
}
.main .excellent .answerContent,
.main .ordinary .answerContent{
    margin: 30px 0 20px;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    text-align: justify;
    word-break: break-word;
}
.main .excellent .ckqw{display: none;position: absolute;background: #fff;bottom: 0;left: 0;line-height: 22px;text-decoration: underline;font-size: 12px;color: #30a15d;cursor: pointer;}
.main .excellent .ckqw  img{display: inline-block;margin-left: 5px;vertical-align: middle;}
.main .content_box .right .excellent .flex .zan{margin: unset;top: unset;right: 0;bottom: 0;color: #999999;cursor: pointer;}
.main .content_box .excellent .zan .iconfont{color: #EEEEEE;font-size: 18px;margin-right: 5px;}
.main .content_box .ordinary .zan .iconfont{font-size: 32px;color: #eeeeee;margin-right: 5px;}
.main .content_box .excellent .zan .dz2{color: #30A15D;}
.main .content_box .excellent .zan .zanNum{color: #999999;}

.main .ordinary .ckqw{display: none;position: absolute;background: #fff;bottom: 20px;left: 0;line-height: 22px;text-decoration: underline;font-size: 12px;color: #30a15d;cursor: pointer;}
.main .ordinary .ckqw .iconfont{color: #30A15D;font-size: 12px;}


/*楼市讨论*/
.main .groupChat{ position: relative;border: 1px solid #E5E5E5;background: linear-gradient(0deg, #FFFFFF, #F0FEF9); padding: 15px 20px; margin-bottom: 20px;}
.main .groupChat:before{ content: ""; position: absolute; width: 92px; height: 69px; background: url("../images/wx.png"); top: 0; right: 20px;}
.main .groupChat .infoBox{ display: flex;}
.main .groupChat .infoBox .descBox{ flex: 1; margin-left: 10px;}
.main .groupChat .qunAvatar{ width: 70px; height: 70px;}
.main .groupChat .descBox .groupNum{ font-size: 16px; font-weight: bold; color: #333333; margin: 8px 0;}
.main .groupChat .desc{ display: flex; align-items: center;}
.main .groupChat .desc .groupMember{ width: 65px;}
.main .groupChat .desc .groupMemberNum{ font-size: 12px; color: #ff0000; margin-left: 10px;}
.main .groupChat .desc .txt{ font-size: 12px; color: #666666;}
.main .groupChat .what{ color: #333333; margin: 5px 0;}
.main .groupChat .whatBox{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.main .groupChat .whatBox .item{ width: 45%; height: 26px; line-height: 26px; text-align: center; background: #f0f0f0; border-radius: 5px; color: #333333; margin-bottom: 10px;}
.main .groupChat .btn{ width: 100%; height: 30px;background: #30A15D; color: #ffffff; font-size: 14px; text-align: center; border-radius: 4px; cursor: pointer;}









