*{ 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;overflow: hidden; margin-top: 30px;}
.main .content_box>div{float: left;width: 50%}
.main .content_box .left{width: 281px;margin-left: 30px;}
.main .content_box .right{width: 865px;}
.main .content_box .right .title{font-size: 32px;color: #333333;font-weight: bold;}
.main .content_box .right .infoBox{margin-top: 20px;    overflow: hidden;}
.main .content_box .right .infoBox p{float: left;font-size: 14px;padding-right: 20px;color: #999999;}
.main .content_box .right .infoBox p:last-child{float: right;padding-right:0;}
.main .content_box .right .abstract{background-color: #f4f4f4;clear: both;margin-top: 30px;}
.main .content_box .right .abstract>div{width: 783px;margin: 0 auto;padding: 19px 26px;}
.main .content_box .right .abstract span{font-size: 16px;color: #999999;line-height: 30px;}
.main .content_box .right .abstract span:first-child{font-weight: bold;color: #333;}
.main .content_box .right .content_text{margin-top: 30px;overflow: hidden;}
.main .content_box .right .content_text p{font-size: 16px;color: #666; line-height: 40px;}
.main .content_box .right .content_text p strong,.main .content_box .right .content_text p span {font-size: 16px!important; color: #333!important; line-height: 40px;}
.main .content_box .right .content_text p img{margin: 0 auto;cursor: pointer;}
.main .content_box .right .content_text p:first-child{text-indent: 0px;}
.main .content_box  .hot{margin-top: 55px;width: 860px;}
.main .content_box  .hot .title{color: #333333;font-size: 18px;border-bottom: 1px solid #dddddd;padding-left: 20px;padding-bottom: 10px;font-weight: bold;}
.main .content_box  .hot ul{overflow: hidden;margin-top: 20px;}
.main .content_box  .hot ul li{overflow: hidden;float: left;margin-left: 10px;}
.main .content_box  .hot ul li:first-child{margin-left: 20px;}
.main .content_box  .hot ul li .img{width: 200px;height: 144px;overflow: hidden;position: relative}
.main .content_box  .hot ul li .img img{ width: 100%;height: 100%;object-fit: cover;}
.main .content_box  .hot ul li .img .img_text{position: absolute;color: #ffffff;bottom: 0;height: 30px;line-height: 30px;width: 100%;background: rgba(0,0,0,.5);}
.main .content_box  .hot ul li .img .img_text p{color: #ffffff;font-size: 16px;}
.main .content_box  .hot ul li .img .img_text p:first-child{float: left;padding-left: 10px;}
.main .content_box  .hot ul li .img .img_text p:last-child{float: right;padding-right: 10px;}
.main .content_box  .hot ul li .price{font-size: 20px;color: #fe4844;padding: 10px 0;}
.main .content_box  .hot ul li .tel{color: #333333;font-size: 16px;}
.main .content_box .left>div{overflow: hidden;}
.main .content_box .left .from_zx{box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);border-radius: 10px;}
.main .content_box .left .from_zx .tit{height: 55px;line-height: 55px;font-size: 18px;color: #333333;margin: 0 19px;border-bottom: 1px solid #e9e9e9;}
.main .content_box .left .content_from{width: 240px;margin: 0 auto;}
.main .content_box .left .content_from p{color: #999999;font-size: 12px;line-height: 20px;}
.main .content_box .left .inputBox{margin-top: 10px;}
.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;border-radius: 4px;background-color: #ffffff;border: solid 1px #e5e5e5;}
.main .content_box .left .submitBox input{color: #ffffff;width: 240px;height: 30px;background-color: #36AF58;border-radius: 4px;}
.main .content_box .left .submitBox {margin-top: 10px;margin-bottom: 10px;}
.main .content_box .left .xyBox{overflow: hidden;margin-top: 10px;margin-bottom: 10px;position: relative;text-align: center;}
.main .content_box .left .xyBox:after{content: "";display: block;clear: both;}
.main .content_box .left .xyBox label{display: inline-block;position: relative;overflow: hidden;vertical-align: middle;}
.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{display: block;font-size: 12px;content: '\e69a';color: #999999;height: 15px;width: 14px;}
.main .content_box .left .xyBox p {display:inline-block;line-height: 20px;height: 20px;margin-left: 4px;}
.main .content_box .left .xyBox a {color: #999999;text-decoration: underline;}
.main .content_box .left .about{margin-top: 20px;border: 1px solid #dddddd;}
.main .content_box .left .about .title{text-indent: 20px;height: 55px;line-height: 50px;background: #f3f3f3;}
.main .content_box .left .title{position: relative;width: 284px;font-size: 18px;font-weight: normal;height: 45px;border-bottom: 6px solid  #333333;color: #333333;}
.main .content_box .left .item_new a{border-bottom: 1px solid #eeeeee;display: block;margin: 0 20px;}
.main .content_box .left .item_new p{font-size: 14px;color: #333333;margin-top: 17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.main .content_box .left .item_new span{display: block;margin-top: 17px;color: #999999;margin-bottom: 17px;}
.newbtm{border-bottom: 1px solid #eeeeee!important;}
.main .content_box .right .content_text>div{width: 754px;height: 357px;margin:20px 0 20px 20px;}
.main .content_box .right .content_text>div img{width: 100%;height: 100%;object-fit: cover;}
.main .content_box .right  .pq span{padding: 0 10px;height: 20px;text-align: center;line-height: 20px;font-size: 12px;}
.main .content_box .right  .first{border: solid 1px #c1e4da;background-color: #f3fcf9;color: #58aa8a;}
.main .content_box .right  .second{background-color: #fff4ea;border: solid 1px #f7dabd;color: #ff7e1d;}
.main .content_box .right  .third{background-color: #ecfaff;border: solid 1px #a9e2f7;color: #00adeb;}
.main .content_box .right  .four{background-color: #eae2ff;border: solid 1px #d9acff;color: #d88eff;}
.main .content_box .right  .five{background-color: #ffe2e2;border: solid 1px #ff9d9d;color: #ff8282;}
.main .content_box .right  .pq{margin: 13px 0;}
.main .content_box .right .content_text p{margin-bottom: 10px!important;color: #333!important;font-size: 16px!important;}
.main .content_box .right .content_text h1 {color: #333;font-size: 18px!important;}
.main .content_box .right .content_text h2 {color: #333;font-size: 18px!important;margin-bottom: 10px;}
.main .content_box .right .content_text h3 ,.main .content_box .right .content_text h4 ,.main .content_box .right .content_text h5 {font-size: 16px!important;color: #333;}
.main .content_box .right .content_text h1 ,.main .content_box .right .content_text h2 ,.main .content_box .right .content_text h3 ,.main .content_box .right .content_text h4 ,.main .content_box .right .content_text h5{margin-bottom: 10px!important;}
.main .content_box .right .content_text strong ,.main .content_box .right .content_text span{font-size: inherit;color: inherit;}
.content_text .m_video{max-height: calc(860px * .5);}
/* 最新百科新增样式*/
.new-bk-content{margin-top: 20px;}
.new-bk-content .new-bk-title{color: #333333;font-size: 20px;font-weight: bold;line-height: 45px;border-bottom: 1px solid #dddddd;padding-left: 20px;}
.new-bk-content .new-bk-group{padding-top: 10px;padding-left: 20px;}
.new-bk-content .new-bk-item{height: 57px;line-height: 57px;border-bottom: 1px solid #f0f0f0;clear: both;}
.new-bk-content .new-bk-item:after{content: '';clear: both;float: none;display: block;}
.new-bk-content .new-bk-name{float: left;}
.new-bk-content .new-bk-name a{font-size: 18px;color: #000;line-height: 57px;width: 650px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display: block}
.new-bk-content .new-bk-name a:hover{cursor: pointer;text-decoration: underline;}
.new-bk-content .new-bk-time a{font-size: 14px;color: #999999;float: right;line-height: 57px;display: block;padding-right: 20px;}
.new-bk-content .new-bk-time a:hover{cursor: pointer;text-decoration: underline;}
.main .content_box .hot .title{font-size: 20px;}
.bk-footer-menu-group{text-align: left;padding-left: 30px;}
.bk-footer-menu-group .bk-footer-menu{margin-right:10px;display: inline-block;width: 124px;height: 40px;line-height: 40px;color: #c5c5c5;font-size: 14px;background: #000;text-align: center}
.bk-footer-menu-group .bk-footer-menu.active{background: #999;color: #ffffff;cursor: pointer;}
.bk-footer-answer{text-align: left;padding: 15px 0 10px 30px;height: 185px;}
.bk-footer-answer li{width: 260px;margin-right:20px;line-height:23px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: inline-block;font-size: 12px;color: #c5c5c5;}
.bk-footer-answer li:nth-child(4n){margin-right: 0}
.bk-footer-answer li a{color: #ccc;font-size: 14px;}
.bk-footer-answer li a:hover {cursor: pointer;text-decoration: underline;color: #ccc !important;}
.bk-footer{border-bottom: 1px solid #606060;margin-bottom: 15px;}
.bk-footer-answer-item{display: none;}
.bk-footer-answer-item.active{display: block;}

.bold{font-weight: bold;}
.main .content_box .left .from_zx.relative_question{margin-top: 30px;margin-bottom: 30px;}
.main .content_box .left .relative_question .question-content{padding: 0 18px;}
.main .content_box .left .relative_question .question-content .question-item{padding: 10px 0;border-bottom: 1px solid #e9e9e9;}
.main .content_box .left .relative_question .question-content .question-item:last-child{border-bottom: 0;}
.main .content_box .left .relative_question .question-content .question-title{color: #333333;font-size: 14px;line-height: 20px;padding: 4px 0;white-space: nowrap;overflow: hidden;word-break: break-all;text-overflow: ellipsis;}
.main .content_box .left .relative_question .question-content .question-title a:hover{cursor: pointer;text-decoration: underline;}
.main .content_box .left .relative_question .question-desc span{color: #999999;font-size: 14px;}
.main .content_box .left .relative_question .question-desc span:last-child{float: right;}
.main .content_box .left .relative_question .question-tag span{border:1px solid #e2e2e2;padding: 0 3px;margin-right: 5px;}
.main .content_box .left .relative_question .question-tag .green{  border-color:#c1e4da;color:#58aa8a;background-color:#f3fcf9;}
.main .content_box .left .relative_question .question-tag .orange{border-color:#f7dabd;background-color:#fff4ea;color:#ff7e1d;}
/*       新的表单样式       */

.mfzx .titl .form_title,
.sqrqArea .titl .form_title{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 75px;
    background: url("../images/more.png") no-repeat;
    background-size: cover;
    color: #ffffff;
    padding-left: 20px;
}
.mfzx .titl .desc,
.sqrqArea .titl .desc{
    padding: 15px 20px;
}
.fixedStyle{
    position: fixed;
    top: 0;
    width: inherit;
    background-color: #FFF;
    z-index: 10;
}
.wxFixedStyle{
    position: fixed;
    top: 0;
    width: inherit;
    background-color: #FFF;
    z-index: 10;
    border-radius: 0 !important;
}
.sunCode{
    margin-top: 30px;
    border-radius: 10px;
    padding: 5px;
    display: flex;
    box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 5%);
}
.sunCode img{
    width:100px;
    height: 100px;
    display: inline-block;
    object-fit: cover;
}
.sunCode .word{
    flex: 1;
    padding-left: 10px;
}
.sunCode .subtitle{
    padding: 25px 0 10px;
    color: #000;
}
.sunCode .subtitle .name{
    color: #000;
}
.sunCode .desc{
    color: #999999;
    font-size: 12px;
}

.valueBox{width: 100%;background: #fff;border:1px solid #e5e5e5;box-shadow: 0 0 9px rgba(0,0,0,.05);margin-top: 30px;}
.valueBox .value_title{font-size: 18px;font-weight: bold;line-height: 56px;color: #333333;border-bottom: 1px solid #e9e9e9;margin: 0 19px;}
.valueBox .value_item{margin: 10px 12px 20px 19px;}
.valueBox .value_item > a{display: flex;}
.valueBox .value_item .articleImg{width: 100px;height: 71px;margin-right: 10px;}
.valueBox .value_item .value_right{flex: 1;}
.valueBox .value_item .value_desc{position: relative;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: 24px;}
.valueBox .value_item .value_read{position: relative;font-size: 12px;line-height: 22px;color: #999999;text-align: right;}
.valueBox .value_item .value_read:before{content: "";position: absolute;background: url("../images/articleimg.png") no-repeat;width: 48px;height: 18px;background-size: cover;left:0;top:2px;}
.valueBox .value_item .value_read2:before{content: "";background: url("../images/articleimg2.png") no-repeat;background-size: cover;}
.valueBox .value_item .value_read3:before{content: "";background: url("../images/articleimg3.png") no-repeat;background-size: cover;}






.main .content_box .hot_tit {margin-top: 50px;overflow: hidden;padding-bottom: 10px;border-bottom: 1px solid #e5e5e5;width: 860px;}
.main .content_box .hot_tit p{float: left;font-size: 24px;color: #333;font-weight: bold;}
.main .content_box .hot_tit a{float: right;font-size: 14px;color: #999999;    position: relative;top: 10px;}
.main .content_box .hot{margin-top: 25px;margin-bottom: 30px;}
.main .content_box .hot::after{content: '';display: block;clear: both;}
.main .content_box .hot .item{float: left;margin-right: 20px;}
.main .content_box .hot .item:last-child{margin-right: 0px;}
.main .content_box .hot .item a{}
.main .content_box .hot .item a .img{width: 200px;height: 144px;position: relative;}
.main .content_box .hot .item a .img img{width: 100%;height: 100%;object-fit: cover}
.main .content_box .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 .hot .item a .img p span{color: #ffffff;}
.main .content_box .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 .hot .item a .img p span:last-child{float: right;font-size: 14px;margin-right: 5px;}
.main .content_box .hot .item a .price{font-size: 20px;color: #fe4844;height: 20px;line-height: 20px;margin: 10px 0;}
.main .content_box .hot .item a .tel{height: 16px;line-height: 16px;font-size: 16px;color: #333333;}



.main .new-house-group{
    width: 100%;
    border: #f8f7f7 1px solid;
    padding: 20px;
    display: -moz-box;
    display: -webkit-box;
}
.main .new-house-group .new-house-img{
    width: 220px;
    height: 157px;
    position: relative;
    display: block;
}
.main .new-house-group .new-house-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main .new-house-group .new-house-flex{
    box-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    padding-left: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.main .new-house-group .house-title{
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.main .new-house-group .price{
    color: #fe4844;
    font-weight: bold;
    font-size: 22px;
}
.main .new-house-group .price span{
    color: #333;
    font-size: 16px;
    line-height: 20px;
}
.main .new-house-group .house-phone{
    font-size: 21px;
    color: #30a15d;
    margin-top: 3px;
}
.main .new-house-group .house-desc,.main .new-house-group .house-desc a{
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}
.main .new-house-group .house-other{margin-top: 23px;}
em{color: inherit;}
.main .left .bind_house{background: #FFFFFF;box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 6%);border-radius: 10px;margin-bottom: 30px;}
.main .left .bind_img{width: 240px;margin: 20px auto 0;height: 132px;}
.main .left .bind_borough_name{font-size: 16px;font-weight: bold;color: #333;margin: 10px auto;width: 240px;display: block;}
.main .left .bind_house_status{font-weight: normal;font-size: 12px;color: #999;line-height: 16px;border: #999 1px solid;padding: 0 8px;margin-right: 10px;}
.main .left .house_status0{background: #30a15d;color: #fff;border: #30a15d 1px solid;}
.main .left .house_status1{background: #30a15d;color: #fff;border: #30a15d 1px solid;}
.main .left .house_status2{background: #4285f4;color: #fff;border: #4285f4 1px solid;}
.main .left .house_status3{background: #999999;color: #fff;border: #999999 1px solid;}
.main .left .house_status4{background: #fc7b75;color: #fff;border: #fc7b75 1px solid;}
/*.main .left .house_status5{background: #30a15d;color: #fff;border: #30a15d 1px solid;}*/

.main .left .bind_house_price{margin: 0 auto 10px;width: 240px;font-size: 16px;color: #333;}
.main .left .bind_house_price_num{font-size: 18px;font-weight: bold;color: #f00;}
.main .left .bind_house_type{width: 240px;margin: 0 auto 10px;font-size: 14px;}
.sqrqArea.house_comment{margin-bottom: 10px;box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 5%);border-radius: 10px;}
.sqrqArea .titleArea{height: 70px;padding-left: 80px;position: relative;}
.sqrqArea .titleArea:before{content: "";background: url(../images/wx.svg) no-repeat;position: absolute;width: 55px;height: 55px;left: 20px;top: 10px;}
.sqrqArea .groupName{font-size: 16px;font-family: Microsoft YaHei;font-weight: 400;color: #333333;line-height: 21px;padding-top: 20px;}
.sqrqArea .telList{height: 15px;overflow: hidden;margin-top: 10px;}
.sqrqArea .telList li{font-size: 12px;}
.sqrqArea .btnArea{width: 240px;margin: 0 auto;}
.sqrqArea .btnArea .xyBox p{float: left;line-height: 20px;height: 20px;margin-left: 4px;color: #999999;font-size: 12px;}
.main .sqrqArea .btnArea .xyBox p a{color: #999999;border-bottom: 1px solid #999;font-size: 12px;}
.sqrqArea .btnArea .xyBox{margin: 10px 11%;}
.priceEqual{padding-top: 20px;margin: 0 10px;}
.priceEqual .tit h5{display: inline-block;font-size: 18px;font-family: Microsoft YaHei;font-weight: bold;color: #333333;line-height: 24px;}
.priceEqual .tit a{float: right;font-size: 14px;font-family: Microsoft YaHei;font-weight: 400;color: #666666;line-height: 24px;}
.priceEqual .r_thumb{position: absolute;width: 88px;height: 88px;object-fit: cover;}
.priceEqual .r_detail{padding-left: 100px;height: 88px;}
.priceEqual .priceEqual_item{padding: 15px 0;}
.priceEqual .r_borough_name{font-size: 14px;font-family: Microsoft YaHei;font-weight: 400;color: #333333;line-height: 24px;}
.priceEqual .r_price{font-size: 14px;font-family: Microsoft YaHei;font-weight: 400;color: #666666;line-height: 24px;}
.priceEqual .r_price span{font-size: 16px;color: #fe0844;font-weight: bold;}
.priceEqual .priceEqual_btn{width: 100px;height: 26px;background: #30A15D;border-radius: 4px;color: #fff;padding: 0 10px 0 30px;font-size: 14px;position: relative;    cursor: pointer;margin-top: 13px;}
.priceEqual .priceEqual_btn i{background: url(../images/chat.png) no-repeat;width: 12px;height: 12px;position: absolute;left: 10px;background-size: cover;top: 8px;}


/*查看大图*/
.imgDetail{
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0,0,0,.7);
}
.imgDetail .swiper-container{

}
.imgDetail .swiper-wrapper{
    height: 100vh;
    overflow: auto;
}
.imgDetail .swiper-wrapper img{
    position: fixed;
    margin: 0 auto;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    max-width: calc(100vw - 10vw - 200px);
}
.imgDetail .swiper-wrapper .rotate1{
    top:25%;
    -ms-transform:rotate(90deg); /* IE 9 */
    -moz-transform:rotate(90deg); /* Firefox */
    -webkit-transform:rotate(90deg); /* Safari and Chrome */
    -o-transform:rotate(90deg); /* Opera */
    transform:rotate(90deg);
}
.imgDetail .swiper-wrapper .rotate2{
    top:25%;
    -ms-transform:rotate(180deg); /* IE 9 */
    -moz-transform:rotate(180deg); /* Firefox */
    -webkit-transform:rotate(180deg); /* Safari and Chrome */
    -o-transform:rotate(180deg); /* Opera */
    transform:rotate(180deg);
}
.imgDetail .swiper-wrapper .rotate3{
    top:25%;
    -ms-transform:rotate(270deg); /* IE 9 */
    -moz-transform:rotate(270deg); /* Firefox */
    -webkit-transform:rotate(270deg); /* Safari and Chrome */
    -o-transform:rotate(270deg); /* Opera */
    transform:rotate(270deg);
}
.imgDetail .flex-page-btn{
    position: absolute;
    width: 80px;
    height: 132px;
    background: url(../images/prev.png) no-repeat;
    filter: alpha(opacity=50);
    margin: auto;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.imgDetail .flex-prev{
    left: 5vw;
    background: url("../images/prev.png") no-repeat;
    background-position: center;
    z-index: 999;
}
.imgDetail .flex-next{
    right: 5vw;
    background: url("../images/next.png") no-repeat;
    background-position: center;
    z-index: 999;
}
.imgDetail .img_paging{
    position: absolute;
    bottom: 5vh;
    left: 5vw;
    color: #fff;
    padding: 10px;
    background: rgba(0,0,0,.7);
    border-radius: 5px;
}
.imgDetail .cur_page,
.imgDetail .total_page{
    color: #fff;
}
.imgDetail .enlarge,
.imgDetail .narrow,
.imgDetail .clockwise,
.imgDetail .anti-clockwise{
    position: absolute;
    padding: 5px;
    width: 30px;
    height: 30px;
    bottom: 5vh;
    right: 5vw;
    background: rgba(0,0,0,.7);
    border-radius: 5px;
    cursor: pointer;
    z-index: 1;
}
.imgDetail .enlarge{
    right: calc(5vw + 150px);
    background: url("../images/enlarge.png");
    background-size: 100% 100%;
}
.imgDetail .narrow{
    right: calc(5vw + 100px);
    background: url("../images/narrow.png");
    background-size: 100% 100%;
}
.imgDetail .clockwise{
    background: url("../images/clockwise.png");
    background-size: 100% 100%;
}
.imgDetail .anti-clockwise{
    right: calc(5vw + 50px);
    background: url("../images/anti-clockwise.png");
    background-size: 100% 100%;
}

.imgDetail .img_close{
    position: absolute;
    right:calc(5vw + 100px);
    width: 40px;
    height: 40px;
    top:5vh;
    background: url("../images/close.png");
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 999;
}
.ellipsis{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
/*楼市讨论*/
.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;}
/*价值分析*/
.main .analysisBox{border: 1px solid #E5E5E5;background: linear-gradient(0deg, #FFFFFF, #F0FEF9); padding: 15px 20px;}
.main .analysisBox .boroughName{ font-size: 16px; font-weight: bold; color: #333333; margin-bottom: 10px;}
.main .analysisBox .infosBox{ display: flex;}
.main .analysisBox .infosBox .area{ font-size: 14px; color: #666666;}
.main .analysisBox .infosBox .price{ font-size: 14px; color: #FF0000;}
.main .analysisBox .analysisData{ display: flex; padding-bottom: 15px;}
.main .analysisBox .analysisData .analysis_left{ flex: 2; position: relative;}
.main .analysisBox .analysisData .scoreVal{ font-size: 42px; font-weight: bold; line-height: 80px; text-align: center; color: #333333;}
.main .analysisBox .analysisData .grey{position: absolute;width: 90px;height: 16px;top: 75px;left: 0;background: url(../images/unmark.png) no-repeat;background-size: cover;}
.main .analysisBox .analysisData .cur{position: absolute;width: 90px;height: 16px;top: 75px;left: 0;background: url(../images/mark.png) no-repeat;background-size: cover;}
.main .analysisBox .analysisData .analysis_right{ flex: 3; display: flex; flex-direction: column;}
.main .analysisBox .analysisData .item{ display: flex; align-items: center; margin: 5px 0; justify-content: space-between;}
.main .analysisBox .analysisData .item label{ font-size: 12px;}
.main .analysisBox .analysisData progress{width: 90px; height: 4px; border-radius: 2px;}
/* 进度条的默认样式 */
progress {appearance: none;  /* 清除默认样式 */}
/* 将进度条值的背景颜色改为红色 */
.main .analysisBox .analysisData progress::-webkit-progress-value{background-color: #30a15d; border-radius: 4px;}
.main .analysisBox .analysisData progress::-webkit-progress-bar{background-color: #999999; border-radius: 4px;}


.main .analysisBox .goPage{ padding: 20px 0 0; border-top: 1px solid #EBEBEB; display: flex; justify-content: space-between; }
.main .analysisBox .goPage .txt{color: #30A15D; font-size: 12px; font-weight: bold;}
.main .analysisBox .goPage .iconfont{ font-size: inherit; color: inherit;}












