*{ 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;max-width: 100%;}
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;}
.ellipsis{overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
/* 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:28px; position:relative; z-index:2; }
.header .city .value p{ position:relative; color:#333; line-height:26px; 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: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;text-align:center;line-height: 48px; }
.rightFloat .lpzx > a{ background-position:11px -148px; }
.rightFloat .smewm > a{background: none;}
.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{  margin-top:-24px; }
.rightFloat .lpzx .panel:after{ top:21px; bottom:auto; }
.rightFloat .smewm .panel{ margin-top:-40px; }
.rightFloat .item:hover{ background:#ff9000; }
.rightFloat .item:hover .panel{ display:block; }
.rightFloat .fhdb > a,.rightFloat .yjfk > a,.rightFloat .fdjsq > a{background: none;}
.rightFloat .gjjcx > a{ background-position:12px -48px; }
.rightFloat .goMobile > a{background: url(../images/icon.png) no-repeat; background-position:-36px -30px; }
.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:150px; }
@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.fangjia{height: 160px;margin-top: 5px;background: url("../images/fangjia_bg.png")}
.currentPage .m_box {width: 1180px;margin: 0 auto;position: relative;}
.currentPage .pos {line-height: 47px;height: 30px;float: left;color: #cccccc;}
.currentPage.fangjia .pos{float: none;}
.currentPage .pos a{color: #cccccc;font-size: 12px;}
.currentPage .form{position: relative;width: 667px;margin: 0 auto;display: flex;display: -webkit-flex;margin-top: 14px;justify-content: space-between;}
.currentPage .form .searchBox{position: relative;}
.currentPage .form .searchBtn{position: absolute;right: 0;width: 64px;background: #20AC6D;border-top-right-radius: 5px;border-bottom-right-radius: 5px;height: 45px;color: #ffffff;cursor: pointer;}
.currentPage .form .searchBtn:focus,
.currentPage .form .searchBtn:hover{color: #ffffff !important;}
.currentPage .form .searchBtn .iconfont{color: inherit;font-size: 29px;}
.currentPage .form .mapBtn{color: #333333;width: 120px;font-size: 16px;text-align: center;line-height: 45px;box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.3);border-radius: 5px;cursor: pointer;background: #ffffff;}
.currentPage .form .mapBtn:focus,.currentPage .form .mapBtn:hover{color: #333333 !important;}
.currentPage .form .mapBtn .iconfont{color: #333333;font-size: 16px;}
.currentPage .form .search{height: 45px;width: 527px;box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 30%);background: #FFFFFF;border-radius: 5px;padding: 16px 0 16px 27px;}
.currentPage .findhouse{position: relative;width: 667px;margin: 17px auto 0;display: flex;display: -webkit-flex;}
.currentPage .findhouse .label{display: inline-block;color: #cccccc;font-weight: bold;font-size: 12px;}
.currentPage .price_list li{float: left;margin-right: 20px;}
.currentPage .price_list a{color: #cccccc;font-size: 12px;display: block;}
.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:after{content: '\e66d';position: absolute;width: 18px;height: 18px; margin: auto;top: 0;right: 11px;bottom: 0;pointer-events: none;font-family: 'iconfont';color: #fff;line-height: 18px;font-size: 17px;}
.currentPage .new_search .textbox {width: 320px;height: 32px;border: 0;outline: none;text-indent: 10px;-webkit-border-radius: 5px 0 0 5px;-moz-border-radius: 5px 0 0 5px;-ms-border-radius: 5px 0 0 5px}
.currentPage .new_search #search_house_id {position: absolute;width: 40px;height: 32px;background: #30a15d;top: 0;right: 0;cursor: pointer;color: #fff;font-size: 16px!important;-webkit-border-radius:  0 5px 5px 0;-moz-border-radius: 0 5px 5px 0;-ms-border-radius: 0 5px 5px 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;}
.currentPage .btn{float: right;}
.currentPage .btn button{    width: 80px;height: 32px;background: #30a15d;color: #fff;border-radius: 4px;font-size: 12px;cursor: pointer;margin-top: 8px;}
.currentPage .left_search{right: 100px ;}
.footer {background:#333333;padding:20px 0;color:#999999;line-height:26px;text-align:center;font-size:14px}
.copyright {width:1180px;margin:0 auto}
.copyright a{color:#999999;}
.footer p{color: #999999;}
.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; }


/* footer */
.footer{ background:#3B4144; }
.footer .content{ width:1180px; margin:0 auto; }
.footer .linkTo{ overflow:hidden; padding:40px 0 20px; border-bottom:#4b4b4b 1px solid; }
.footer .linkTo a{ float:left; line-height:14px; color:#fff; margin-right:20px; font-size:14px; }
.footer .linkTo a:hover{ text-decoration:underline; }
.footer .switch{ overflow:hidden; }
.footer .switch .tab{ float:left; width:960px; }
.footer .tab-head{ overflow:hidden; padding:10px 0 20px; }
.footer .tab-head li{ float:left; width:124px; line-height:40px; font-size:14px; color:#fff; text-align:center; cursor:pointer; background:#222; margin-right:15px; }
.footer .tab-head li.active{ background:#999; }
.footer .tab-body > li{ display:none; }
.footer .tab-body > li.active{ display:block; }
.footer .list{ overflow:hidden; }
.footer .list li{ float:left; margin-right:15px; line-height:30px; height:30px; }
.footer .list li a{ font-size:14px; color:#ccc; font-weight:normal; }
.footer .list li a:hover{ text-decoration:underline; }
.footer .list li img{ display:inline; vertical-align:middle; }
.footer .switch .ewm{ float:right; padding-top:10px; }
.footer .switch .ewm img{ display:block; width:140px; height:140px; }
.footer .switch .ewm p{ line-height:40px; font-size:14px; color:#ccc; text-align:center; }
.footer .info{ padding:10px 0 20px; margin-top:20px; }
.footer .info p{ margin:0 auto; width:1180px; line-height:24px; color:#ccc; font-size:14px; }
.footer .info a{ color:#ccc; }
.footer .info a:hover{ text-decoration:underline; }
.footer .info img{ display:inline; vertical-align:middle; }
.footer .tel{ overflow:hidden; margin:0 auto; width:1180px; }
.footer .tel p{ line-height:24px; color:#ccc; font-size:14px; float:left; width:auto; margin-right:30px; }
.footer-in{ background:#fafafa; clear: both;}
.footer-in .content{ padding-bottom:20px; }
.footer-in .switch .tab{ float:none; width:auto; }
.footer-in .tab-head{ padding:30px 0 10px; }
.footer-in .tab-head li{ background:#d4d4d4; color:#666; }
.footer-in .tab-head li.active{ background:#b1b1b1; color:#fff; }
.footer-in .list li{ line-height:40px; height:40px; }
.footer-in .list li a{ font-size:12px; color:#666; }
.footer-in .linkTo{ text-align:center; padding:0; border:0; line-height:24px; background:#fff; padding-top:20px; }
.footer-in .linkTo a{ float:none; font-size:12px; color:#333; margin:0; }
.footer-in .linkTo a:hover{ color:#30a15d; text-decoration:none; }
.footer-in .info{ background:#fff; margin:0; padding:0 0 20px; }
.footer-in .info p{ font-size:12px; color:#666; text-align:center; }
.footer-in .info a{ font-size:12px; color:#666; }


.f-share{ position:fixed; left:50%; top:25%;margin-left:-660px; width:60px; height:331px;}
.f-share .share{ margin-bottom:26px;}
.f-share li{ width:60px; height:61px;overflow:hidden;}
.f-share li a{ float:none; display:block; width:100%; height:61px; text-indent:999em; margin:0; padding:0; overflow:hidden; background-image:url(../images/share.gif); background-repeat:no-repeat;}
.f-share .wb a{background-position:-70px 0px;}
.f-share .wx a{ background-position:-70px -61px;}
.f-share .qz a{ background-position:-70px -122px;}
.f-share .pl a{ background-position:-70px -209px;}
.f-share .top a{ background-position:-70px -270px;}
.f-share .wb:hover a{background-position:0 0px;}
.f-share .wx:hover a{ background-position:0 -61px;}
.f-share .qz:hover  a{ background-position:0 -122px;}
.f-share .pl:hover  a{ background-position:0 -209px;}
.f-share .top:hover  a{ background-position:0 -270px;}

.im-row{margin-top: 30px}
.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{ display: flex;display: -webkit-flex;margin:0 10px; padding:10px 0; overflow:hidden; border-bottom:#e7e7e7 1px dashed; }
.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{ margin-left:16px; }
.imInlet .im-item .txt p{ width: 92px;font-size:16px; color:#000; line-height:24px; margin-top:10px; text-align:left; }
.imInlet .im-item .txt span{ display:block; font-size:12px; color:#999; line-height:24px; }
.imInlet .im-item .txt .company_name{font-size: 12px;margin-top: 10px;background-color: #ebfaf1;padding: 0 10px;color: #30A15D;line-height: 20px;
}
.imInlet .im-item .btn{  margin-top:28px;margin-left: 10px;width: 70px; }
.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'; position:absolute; width:12px; height:12px;  margin:auto; left:3px; top:0; bottom:0; font-family: 'iconfont';line-height: 12px;left: -13px;}
.imInlet .swiper-slide .im-item:last-child{ border-bottom:none; }
.imInlet a:hover{color: #fff !important;}
.g-wrap-content,.g-wrap-content>div,.g-wrap-content a{width: 860px!important;}
.header .menu .item.new:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 18px;
    background: url(../images/icon.png) -150px 0;
    top: 10px;
    right: -10px;
}
.g-wrap-lr{margin-top: 10px;}

/* 正文显示table边框 */
.content_text table, .content_text table th, .content_text table td  {
    border:1px solid grey;
    border-collapse:collapse;
}
.rightFloat .gfzgcs > a{
    background: none;
    text-align: center;
    line-height: 48px;
}

#search_list a {
    display: inline-block;
    line-height: 28px;
}
#search_list a em {
    color: #30a15d;
    font-style: normal;
}
*{font-size: 16px;color: #333}
.main{}
.main .banner{width: 1180px;height: 340px;margin: 0 auto;margin-top: 30px;}
.main .banner img{width: 100%;height: 100%;object-fit: cover;}
.swiper-button-prev{background: url(../images/left.png);width: 36px;height: 64px;}
.swiper-button-next{background: url(../images/right.png);width: 36px;height: 64px;}
.swiper-container .swiper-pagination{text-align: right;width: unset;right: 30px;}
.swiper-pagination-bullet-active{background-color: #ffffff;}
.main .banner .item{display: block;position: relative;}
.main .banner .item p{position: absolute;bottom: 0;background: rgba(0, 0, 0, .5);font-size: 28px;color: #fff;width: 100%;text-indent: 40px;text-align: left;padding: 20px 0;overflow: hidden;text-overflow:ellipsis; white-space: nowrap;cursor: pointer;}
.main .content_box{width: 1180px;margin: 0 auto;margin-top: 20px;overflow: hidden;}
.main .content_box>div{float: left;}
.main .content_box>div:last-child{margin-left: 40px;}
.main .content_box .left{width: 860px;}
hr {height: 1px;background: #333}
.main .content_box .left .content_text hr:first-child{height: 0}
.main .content_box .left .title{font-size: 32px;color: #333333;font-weight: bold;}
.main .content_box .left .infoBox{margin-top: 20px;    overflow: hidden;}
.main .content_box .left .infoBox p{float: left;font-size: 14px;padding-right: 20px;color: #999999;}
.main .content_box .left .infoBox p:last-child{float: right;padding-right:0;}
.main .content_box .left .abstract{background-color: #f4f4f4;clear: both;margin-top: 30px;}
.main .content_box .left .abstract>div{width: 783px;margin: 0 auto;padding: 19px 26px;}
.main .content_box .left .abstract span{font-size: 16px;color: #999999;line-height: 30px;}
.main .content_box .left .abstract span:first-child{font-weight: bold;color: #333;}
.main .content_box .left .content_text{margin-top: 30px;overflow: hidden;}
.main .content_box .left .content_text p{line-height: 40px;margin-bottom: 10px;}
.main .content_box .left .content_text p img{margin: 0 auto;object-fit: cover;}
.main .content_box .left .content_text p .make-img{ aspect-ratio: 5 / 3 !important; width: 100% !important; height: 100% !important; max-width: 750px !important; max-height: 460px !important;}
.main .content_box .left .content_text p:first-child{text-indent: 0px;}
.main .content_box .left .content_text img{display:inline;cursor: pointer;}.main .content_box .left .content_text p a{font-size:inherit; }
/*righy*/

.main .content_box .left .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;
}
.main .content_box .left .buyhouse_top .bg_1{
	width:190px;
	height:100%;
	position:absolute;
	right:20%;
	background:url('../images/wechat_bg1.png') no-repeat;
	background-size: 100% 100%;
}
.main .content_box .left .buyhouse_top .left1{
	width:80%;
	height:100%;
	display: flex;
}
.main .content_box .left .buyhouse_top .left1>img{
	width:110px;
	height:100%;
}
.main .content_box .left .buyhouse_top .left1 .title{
	color: #333333;
	font-size: 19px;
	font-weight: bold;
	
}
.main .content_box .left .buyhouse_top .left1 .telList{
	height: 19px !important;
    overflow: hidden;
	color: #666666 !important;
	margin:15px 0;
}
.main .content_box .left .buyhouse_top .left1 .ruqun{
	font-size: 16px;
}

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


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

.main .content_box .left .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;
}


  




.main .content_box .right{width: 280px;margin-left: 40px;}
.main .content_box .right .from_zx{border: solid 1px #e5e5e5; margin-top: 15px;}
.main .content_box .right .from_zx .tit{height: 55px;background-color: #f3f3f3;line-height: 55px;width: 100%;text-indent: 19px;font-size: 18px;color: #333333;}
.main .content_box .right .content_from{width: 240px;margin: 0 auto;margin-top: 20px;}
.main .content_box .right .content_from p{color: #333333;font-size: 12px;line-height: 20px;}
.main .content_box .right .inputBox{margin-top: 20px;}
.main .content_box .right .inputBox select{width: 116px;height: 30px;font-size:14px; background-color: #ffffff;border: solid 1px #e5e5e5;text-indent: 10px;}
.main .content_box .right .inputBox select:last-child{margin-left: 3px;}
.main .content_box .right .inputBox select option{text-indent: 10px;}
.main .content_box .right .inputBox input{font-size: 12px;text-indent: 10px;width: 240px;height: 30px;background-color: #ffffff;border: solid 1px #e5e5e5;}
.main .content_box .right .submitBox input{color: #ffffff;width: 240px;height: 30px;background-color: #30a15d;border-radius: 4px;}
.main .content_box .right .submitBox {margin-top: 20px;margin-bottom: 20px;}
.main .content_box .right .xyBox{overflow: hidden;margin-top: 10px;}
.main .content_box .right .xyBox label{float: left;position: relative;overflow: hidden;margin-top: 4px;}
.main .content_box .right .xyBox input{    position: absolute;width: 10px;height: 10px;left: -20px;}
.main .content_box .right .xyBox input:checked + span {background-position: -280px -110px;}
.main .content_box .right .xyBox span {display: block;width: 12px;height: 12px;background: url(../images/icon.png) -260px -110px;}
.main .content_box .right .xyBox p {float: left;line-height: 20px;height: 20px;margin-left: 4px;color:#999999;}
.main .content_box .right .xyBox a {color: #999999;border-bottom: 1px solid #999;}
.main .content_box .right .title{background-color: #f3f3f3;position: relative;width: 280px;font-size: 18px;font-weight: bolder;color: #333333;    height: 55px!important;line-height: 55px;text-indent: 20px;}
.main .content_box .right .title .gfrz{width: 60px;height: 20px;background-color: #ffa009;border-radius: 4px;font-size: 12px;color: #ffffff;padding: 2px 2px;margin-left: 10px;}
.newbtm {
    border: 1px solid #eeeeee!important;
}
.main .content_box .right .item_new{border: 1px solid #eeeeee;border-top: 0;padding-bottom: 10px;} 
.main .content_box .right .item_new>div{margin: 0 15px;padding: 20px 0; border-bottom: 1px dotted #e5e5e5;}
.main .content_box .right .item_new>div:last-child{border: 0;}
.main .content_box .right .item_new>div::after{content: '';display: block;clear: both;}

.main .content_box .right .item_new>div>div{float: left;}
.main .content_box .right .item_new>div .img{width: 70px;height: 70px;}
.main .content_box .right .item_new>div .img img{width: 100%;height: 100%;object-fit: cover;}
.main .content_box .right .item_new>div .info{margin-left: 10px;}
.main .content_box .right .item_new>div .info .name{font-size: 16px;color: #333333;margin: 0;margin-top: 15px;margin-bottom: 2px;}
.main .content_box .right .item_new>div .info .fwrs{font-size: 12px;color: #999999;margin: 0;}
.main .content_box .right .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: 16px;    margin-top: 20px;}
    .main .content_box .right .item_new>div  button::before{content: '';width: 12px;height: 12px;position: absolute;left: 2px;top: 8px;background: url(../images/zx.png) center no-repeat;}

.m_top30{margin-top: 30px;}
.m_top20{margin-top: 20px!important;}
.main .content_box .right .item_new a {cursor: pointer;border-bottom: 1px solid #eeeeee;display: block;margin: 0 10px;overflow: hidden;padding: 10px 0;}
.main .content_box .right .item_new a:last-child{border: 0;}
.main .content_box .right .item_new a span{display: block;width: 18px;height: 18px;background-color: #dadada;color: #ffffff;text-align: center;font-size: 14px;}
.main .content_box .right .item_new a span,.main .content_box .right .item_new a .text{float: left;}
.main .content_box .right .item_new a .text{max-width: 230px;margin-left: 10px;overflow: hidden;text-overflow:ellipsis; white-space: nowrap;font-size: 14px;}
.main .content_box .right .item_new a .ph{background-color: #ffa009;}
.main .content_box .right .item_new a .img{width: 110px;height: 80px;}
.main .content_box .right .item_new a .img img{width: 100%;height: 100%;object-fit: cover;}
.main .content_box .right .item_new a .info-right{flex: 1;margin-left: 10px;}
.main .content_box .right .item_new a .info{flex: 1;line-height: 24px;font-size: 14px;margin-left: 10px;}
.main .content_box .right .item_new a .info1{line-height: 19px;font-size: 14px;min-height: 63px;}
.main .content_box .right .item_new a .time{font-size: 13px;color: #a8a8a8;}
.main .content_box .right .item_new .flex_box{display: flex;display: -webkit-flex;}
.main .content_box .right .item_new .flex_box .yd{width: 4px;height: 4px;background-color: #dadada;border-radius: 50%;margin-top: 10px;}
.main .content_box .right .item_new  .over_h1{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;max-height: 75px;}
.main .content_box .right .item_new  .over_h2{overflow: hidden;text-overflow:ellipsis; white-space: nowrap;}
.main .content_box .right .title a{position: absolute;/* top:8px; */right: 20px;font-size: 14px;font-weight: normal;}
.main .content_box .right .item_new>img{display: block;margin: 0 auto;   width: 280px;}
.main .content_box .right .b_top{border: 1px solid #eeeeee;}
.main .content_box .right .item_new>.gz{width: 231px;
	height: 28px;
	background-color: #30a15d;font-size: 16px;color: #ffffff;line-height: 28px;text-align: center;margin: 0 auto;padding: 0;margin-bottom: 20px;margin-top: 20px;}
.zzwt{float: unset!important;}
.copyright_info{ padding:15px; border:1px #999999  dotted;background:#fafafa; font-size:12px; margin:30px auto 0px; color:#999999}
.help .bd{ padding:20px; padding-right:0; border:1px solid #ddd; background:#fffbf2;}
.help ul{ margin-bottom:10px; font-size:14px;}
.help .f-dh{position:relative;float:left; width:155px; height:40px; margin-right:10px; background:#fff; border:1px solid #ddd; border-radius:2px; z-index:9;}
.help .f-dh span{ display:block; height:40px; line-height:40px; padding:0 10px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.help li .cur{content:"";display:block; position:absolute; right:10px;top:50%; margin-top:-2px;height:0px;width: 0px;margin-left:5px;border-color: #999 #FFF #FFF #FFF;border-style: solid;border-width: 5px;font-size: 0;}
.help .d-item{ position:absolute; left:-1px; top:40px; width:155px; border:1px solid #ddd; background:#fff;}
.help .d-item ul{ margin-bottom:0;}
.help .d-item label{ display:block; cursor:pointer;}
.help .d-item label input{ vertical-align:middle; margin-top:-4px; margin-right:5px;}
.help .d-item li{ height:30px; line-height:20px; padding:5px;}
.help .d-item li:hover{ color:#f60;}
.help .area{ width:200px;}
.help .area li{ float:left; width:90px;height: 30px;}
.help .area .line{ float:none; width:auto; clear:both;}
.help li .u-text{ width:135px; height:20px; line-height:20px; margin:10px; border:none;font-size:14px;}
.help .btn{ float:left; width:100px; background:none; border:none; margin-right:0;}
.help .btn .u-btn{ width:100px;}
.help p{ margin:0 20px; text-align:right;    position: relative;
    bottom: 20px;}
.n_xieye{ position:relative; height:20px; margin-top:5px;}
.n_xieye .xieyi{ position:absolute;left:0px; top:3px;}
.n_xieye .tongyi{ position:absolute; left:0px;top: 0px; z-index: 1;}
.roll-enroll{ margin-right:20px;}
.roll-enroll dt{ position:relative; overflow:hidden;}
.roll-enroll dt span{ background:#fffbf2; float:left; line-height:40px; font-size:16px; color:#333;}
.roll-enroll dt i{ color:#ff5203;}
.roll-enroll dt b{ position:absolute; height:1px; width:600px; right:0; top:22px; border-bottom:#ddd 1px dashed;}
.roll-enroll .roll-hidden{ position:relative; height:160px; overflow:hidden;}
.roll-enroll .roll-list{ overflow:hidden; position:absolute; width:100%; left:0; top:0; margin:0;}
.roll-enroll .roll-item{ float:left; width:50%;}
.roll-enroll .roll-item span,.roll-enroll .roll-item p,.roll-enroll .roll-item i,.roll-enroll .roll-item b{ float:left; line-height:32px; width:100px; color:#333; white-space:nowrap; overflow:hidden;}
.roll-enroll .roll-item span{ text-indent:15px; overflow:hidden;}
.roll-enroll .roll-item p{ width:90px; margin:0; text-align:left;position: unset!important;}
.roll-enroll .roll-item i{ width:70px;}
.roll-enroll .roll-item b{ font-weight:normal; width:auto;}
.help *{font-size: 14px;}
/*热门楼盘*/
.main .content_box .left .hot_tit {margin-top: 50px;overflow: hidden;padding-bottom: 10px;border-bottom: 1px solid #e5e5e5;}
.main .content_box .left .hot_tit p{float: left;font-size: 24px;color: #333;font-weight: bold;}
.main .content_box .left .hot_tit a{float: right;font-size: 14px;color: #999999;    position: relative;top: 10px;}
.main .content_box .left .hot{margin-top: 25px;margin-bottom: 30px;}
.main .content_box .left .hot::after{content: '';display: block;clear: both;}
.main .content_box .left .hot .item{float: left;margin-right: 20px;}
.main .content_box .left .hot .item:last-child{margin-right: 0px;}
.main .content_box .left .hot .item a{}
.main .content_box .left .hot .item a .img{width: 200px;height: 144px;position: relative;}
.main .content_box .left .hot .item a .img img{width: 100%;height: 100%;object-fit: cover}
.main .content_box .left .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 .left .hot .item a .img p span{color: #ffffff;}
.main .content_box .left .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 .left .hot .item a .img p span:last-child{float: right;font-size: 14px;margin-right: 5px;}
.main .content_box .left .hot .item a .price{font-size: 20px;color: #fe4844;height: 20px;line-height: 20px;margin: 10px 0;}
.main .content_box .left .hot .item a .tel{height: 16px;line-height: 16px;font-size: 16px;color: #333333;}

.u-btn {
    height: 40px;
    border-radius: 2px;
    float: left;
    background: #ff5203;
    color: #fff;
    text-align: center;
}
.help .btn .u-btn {
    width: 100px;
}
.u-btn input{ width:100%; height:40px; background:none; border:none; color:#fff; cursor:pointer; font-size:16px;}
.f-cb, .f-cbli li {
    zoom: 1;
}
.help ul::after{content: '';display: block;clear: both;}
.ts{    position: relative;
    bottom: 20px;}

/* function */
.f-cb:after,.f-cbli li:after,.g-wrap:after,.g-bd:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.f-cb,.f-cbli li{zoom:1;}
.f-dn{display:none;}
.f-db{display:block;}
.f-fl{float:left;}
.f-fr{float:right;}
.f-pr{position:relative;}
.f-prz{position:relative;zoom:1;}
.f-oh{overflow:hidden;}
.f-csp{cursor:pointer;}
.f-rmb{margin-bottom:0;}
.f-lock{ overflow:hidden;}
.f-fixed {position: fixed; }

.f-tips{position:fixed; left:50%; top:100px;z-index:11001; width:675px; margin-left:-339px;_position:absolute;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-560+"px");}
.f-tips{ width:675px; height:100px; padding: 0; text-align:center;color:#fff;background:#000; background:rgba(0,0,0,.8); border-radius:2px; border:none;}
.f-tips .hd{ height:50px; line-height:50px; font-size:26px; color: #fff}
.f-tips .des{ font-size:18px;color: #fff}
.qrcode {
    margin: 20px 0;
    text-align: center;
}
.m_btm40{margin-bottom: 40px;}

.piccontext,.picshowlist,.picshowlist_mid,.picshowtxt{width: 860px!important;}
.piccontext{border: 0!important;}
.picshowtop{width: 860px!important;}
#pic1{margin: 0 auto;max-width: 860px!important;}
.picmidmid{width: 770px!important;}
.picshow{margin-left: 0!important;}
.picmidmid ul li.active a{border:1px solid #30a15d!important;}
.picshowlist{padding-bottom: 0px!important;}
.picshowtxt_right{max-width: 790px!important;margin-top: 10px!important;font-size: 18px!important;}
.infoBox a{color: #999;font-size: 14px;}
.main .content_box .subtitle{font-size: 20px;height: 20px;line-height: 20px;margin: 10px 0 30px 0;color: #666;}
#preArrow_A{    background: url(../images/left.png) 0px 0px no-repeat!important;}
#nextArrow_A{    background: url(../images/right.png) 0px 0px no-repeat!important;}
.picred{width: 860px!important;padding: 0!important;border: 0!important;}
.picrecommended .swiper-slide img{    height: 180px!important;width: 270px!important;}
.picrecommended .swiper-button-next{    border-radius: 50%;background-image: url(../images/right_small.png)!important;width: 42px!important;height: 43px!important;  background-size: 42px 43px!important;right: 10px!important;-moz-box-shadow:2px 2px 5px #333333; -webkit-box-shadow:2px 2px 5px #333333; box-shadow:2px 2px 5px #333333;}
    .picrecommended .swiper-button-prev {border-radius: 50%;background-image: url(../images/left_small.png)!important;width: 42px!important;height: 43px!important;  background-size: 42px 43px!important;-moz-box-shadow:2px 2px 5px #333333; -webkit-box-shadow:2px 2px 5px #333333; box-shadow:2px 2px 5px #333333;}
    .picrecommended .swiper-slide p a{display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp:2;
        overflow: hidden;line-height: 24px;
        text-align: left;}
.content_text p strong,.content p span{font-size: inherit;color: inherit;}
.content_box .content_text p,.content_box .content_text span,.content_box .content_text strong{color: #333;font-size: inherit;color: inherit;}
.content_box .content_text a{color: #ff8232;font-size: inherit;}
.main .content_box .left .content_text p a span,.main .content_box .left .content_text p a strong,.main .content_box .left .content_text p a em{font-size: inherit;color: inherit;}
.copyright_info,.copyright_info span,.copyright_info strong{font-size: 14px;}
.currentPage .pos a,.currentPage .new_search .textbox{font-size: 14px;}
/*楼讯新增2020-10-12*/
.clearfix:after{ 
    visibility:hidden; 
    display:block; 
    font-size:0; 
    content:" "; 
    clear:both; 
    height:0
}
.clearfix{display:inline-block}
.clearfix{display:block;zoom:1}
.main .page-group{
	width: 100%;
	border: #f8f7f7 1px solid;
	padding: 20px;
	margin: 30px 0;
}
.main .page-item{
	width: 46%;
	display: inline-block;
	display: -moz-box;
	display: -webkit-box;
	float: left;
}
.main .page-item:last-child{
	float: right;
}
.main .page-item .page-logo{
	width: 120px;
	height: 80px;
	margin: 0 15px;
}
.main .page-item .page-content{
	box-flex: 1;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	box-pack: justify;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-moz-box-orient: vertical;
}
.main .page-item .page-label{
	font-size: 14px;
}

.main .page-item .page-title{
	font-size: 14px;
	color: #999;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 24px;
}
.main .page-item .page-btn{
	height: 35px;
	margin-top: 18px;
}
.main .page-item .page-btn.page-icon{
	font-size: 34px;
	color: #b7b7b7;
	display: block;
}
.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;
}
/* 5个操作类型的时候 */
.rightFloat .panel.imInletPanel5{margin-top: -172px}
.rightFloat .panel.imInletPanel4{margin-top: -101px}
.rightFloat .panel.imInletPanel3{margin-top: -30px}
.rightFloat .panel.imInletPanel2{margin-top: -24px}
.rightFloat .panel.imInletPanel1{margin-top: -24px}

.rightFloat .panel.imInletPanel5:after{top:169px;bottom: auto;}
.rightFloat .panel.imInletPanel4:after{top:97px;bottom: auto;}
.rightFloat .panel.imInletPanel3:after{top:24px;bottom: auto;}
.rightFloat .panel.imInletPanel2:after{top:20px;bottom: auto;}
.rightFloat .panel.imInletPanel1:after{top:20px;bottom: auto;}
.rightFloat .goMobile .panel{margin-top: -79px;box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px 1px;}
.rightFloat .goMobile .panel:after{top:-42px}


/*    新的样式表     */
.content_text div,.content_text ol, .content_text p, .content_text ul,  .content_text h1,
.content_text h2,.content_text h3,.content_text h4,.content_text h5, .content_text h6,
.content_text address,.content_text blockquote, .content_text form,
.content_text dd,.content_text dl, .content_text dt, .content_text fieldset, .content_text frame,
.content_text frameset,.content_text noframes,.content_text center,.content_text dir,.content_text hr,
.content_text menu,.content_text pre { display: block ;}
.content_text ul,.content_text ol{margin-left: 40px;list-style-position: outside;}
.content_text li{ display:list-item }
.content_text ol{list-style-type: decimal }
.content_text ol ul,.content_text ul ol,.content_text ul ul,.content_text ol ol  { margin-top: 0; margin-bottom: 0 }
.content_text h1{ font-size:2em; margin: .67em 0 }
.content_text h2{ font-size:1.5em; margin: .75em 0 }
.content_text h3{ font-size:1.17em; margin: .83em 0 }
.content_text h4,content_text p,.content_text blockquote,.content_text ul,.content_text fieldset,
.content_text form,.content_text ol,.content_text dl,.content_text dir,.content_text menu { margin: 1.12em 0}
.content_text h5 { font-size:.83em; margin: 1.5em 0 }
.content_text h6{ font-size:.75em; margin: 1.67em 0 }
.content_text h1, .content_text h2, .content_text h3, .content_text h4,.content_text h5, .content_text h6, .content_text b,.content_text strong  { font-weight: bolder }
.content_text b,.content_text strong{font-size: inherit;}
.content_text .m_video{max-height: calc(860px * .5)}
/*aa*/
.content_text table{ display: table;border-spacing: 2px;margin: 0 auto; }
.content_text tr{ display:table-row }
.content_text thead{ display:table-header-group }
.content_text tbody{ display:table-row-group }
.content_text tfoot{ display:table-footer-group }
.content_text col{ display:table-column }
.content_text colgroup{ display:table-column-group }
.content_text td, .content_text th{ display: table-cell;}
.content_text caption{ display: table-caption }
.content_text th{font-weight: bolder; text-align: center }
.content_text caption{ text-align: center }
.content_text table{ }
.content_text thead, .content_text tbody,.content_text tfoot { vertical-align:middle }
.content_text td, th { vertical-align:inherit }
.content_text span{font-size: inherit;font-weight: inherit}
.content_text em{font-size: inherit;color: inherit;font-weight: inherit;}

.content_text .contrast table, .content_text .contrast table th, .content_text .contrast table td{border: 0 !important;}
.content_text .contrast .basic{font-size: 18px;font-weight: bold;color: #30a15d;line-height: 22px;margin-bottom: 34px;}
.content_text .contrast .table{width: 100%;border-collapse: collapse;border-top: 1px solid #cccccc !important;border-left: 1px solid #cccccc !important;}
.content_text .contrast .table td{border-bottom: 1px solid #cccccc !important;border-right: 1px solid #cccccc !important;padding: 15px 21px;}
.content_text .contrast .value{font-size: 14px !important;color: #333333 !important;}
.content_text .contrast .imgTitle{line-height: 112px;}
.content_text .contrast .center{text-align: center;}
.content_text .contrast .left{text-align: left;}
.content_text .contrast .flex{display: flex;width: inherit;border-color: #f00;}
.content_text .contrast .table .title{background: #F2F2F2;width: 130px;font-weight: normal;}
.content_text .contrast .imgFlex{display: flex;padding: 36px 21px !important;}
.content_text .contrast .imgFlex .img{width: 100px;height: 70px;}
.content_text .contrast .flex1{flex: 1;}
.content_text .contrast .imgFlex .name{line-height: 70px;margin-left: 15px;color: #333333;font-size: 20px;font-weight: bold;}
.content_text .contrast .orange{color: #FF5203 !important;}
.content_text .contrast .paragraph{font-size: 24px;font-weight: bold;color: #30a15d;padding-bottom: 18px;border-bottom: 1px solid #cccccc;margin-top: 60px;}
.content_text .contrast .subTitle{font-size: 18px;font-weight: bold;color: #333333;line-height: 22px;margin-top: 20px;}
.content_text .contrast .subContent{font-size: 14px;color: #333333;margin-top: 10px;line-height: 22px !important;}

/*		新增表单		*/
.mfjl_form{
	padding-bottom: 1px;
	box-shadow: 0px 0px 9px 0px rgb(0 0 0 / 15%);
	border-radius: 10px;
    border:1px solid #ddd;
}
.mfjl_form .tit{
	height: 132px;
	background-image: url("../images/mfjl@2x.png");
	background-size: contain;
}
.mfjl_form .telList{
	height: 18px;
	overflow: hidden;
	text-indent: 1em;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
	position: relative;
}
.mfjl_form .tit .form_title{
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 45px;
}
.mfjl_form .tit .mfjl_desc{
	padding: 0 20px;
}
.mfjl_form .tit .mfjl_desc li{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	list-style: inside;
}
.mfjl_form .swiper-wrapper{
	display: block;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFA009;
	text-align: left;
	text-indent: 1.5em;
	height: 18px;
}
.mfjl_form .telList:after{
	content: attr(data-text);
	position: absolute;
	top:0;
	right: 0;
	left: 10em;
	color: #666666;
}
.main .mfjl_form .content_from .xyBox{
	margin: 10px 11%;
}
.mfjl_form .content_from .xyBox a{
	font-size: 12px;
}
.main .right .mfjl_form .inputBox,
.main .right .mfjl_form .content_from{
	margin-top: 10px;
}
.main .right .mfjl_form .submitBox{
	margin: 10px 0;
}
/*查看大图*/
.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;
}
.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;
	z-index: 1;
}
.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;
}

/*  第二个楼讯内的表单  */
.loupan_type2{
	 padding: 20px;
	 justify-content: space-between;
	 border: 1px solid #ddd;
 }
.flex{
	display: flex !important;
}
.flex1{
	flex: 1 !important;
}
.ellipsis{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.loupan_type2 .between{
	justify-content: space-between;
}
.loupan_type2 .formLeft{
	position: relative;
	width: 52%;
	flex-direction: column;
}
.loupan_type2 .loupanCurImg{
	height: 269px;
	object-fit: cover;
}
.loupan_type2 .loupanOtherImg{
	margin-top: 10px;
}
.loupan_type2 .loupanImgs{
	width: 100px;
	height: 62px;
	object-fit: cover;
}
.loupan_type2 .goPhotos{
	color: #666666 !important;
	position: absolute;
	padding: 5px;
	background: rgba(255,255,255,.5);
	border-radius: 15px;
	right: 10px;
	top: 220px;
	font-size: 12px !important;
}
.loupan_type2 .formRight{
	margin-left: 3%;
	width: 45%;
}
.loupan_type2 .formRight > div{
	display: grid;
	flex: 1;
}
.loupan_type2 .loupanName{
	font-size: 24px !important;
	font-weight: bold;
	line-height: 40px;
}
.loupan_type2 .loupanName a{color: #333333;}
.loupan_type2 .loupanPrices{
	font-size: 12px;
	line-height: 40px;
}
.loupan_type2 .loupanPrice{
	color: red !important;
	font-weight: bold;
	font-size: 28px !important;
}
.loupan_type2 .loupanDis{
	display: flex;
	background: url(../images/activity.png) no-repeat;
	background-size: 100% 100%;
	padding: 5px;
	margin-bottom: 10px;
}
.loupan_type2 .disLeft{
	width: 70%;
}
.loupan_type2 .disLeft .disName{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.loupan_type2 .disLeft .disNum{
	color: #fff;
	margin-left: 10px;
	font-size: 14px;
}
.loupan_type2 .disLeft .disTxt{
	color: #ffc1be;
	font-size: 14px;
}
.loupan_type2 .disLeft .disDesc{
	font-size: 14px;
	color: #fff;
}
.loupan_type2 .disRight .disBtn{
	border: 1px solid #fff;
	padding: 5px 10px;
	border-radius: 17px;
	display: block;
	line-height: 28px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.loupan_type2 .loupanLayout{
	font-size: 14px;
	line-height: 30px;
}
.loupan_type2 .address{
	font-size: 14px !important;
	line-height: 30px;
}
.loupan_type2 .goMap,.loupan_type2 .goInfo{
	color: #30a15d !important;
	line-height: 30px;
	font-size: 14px !important;
}
.loupan_type2 .goInfo{
	display: block;
	margin-bottom: 10px;
}
.loupan_type2 .loupanTel{
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	padding-top: 15px;
	border-top: 1px solid #eee;
}
.loupan_type2 .loupanTelDesc{
	color: #999999 !important;
	font-size: 14px !important;
	line-height: 30px;
}

/** 新的楼盘卡片 2024-04 **/
.loupan_new_card{border:#ddd 1px solid; padding:20px; max-width:840px; border-radius: 10px; background: linear-gradient(0deg, rgba(244,249,255,0.92), rgba(255,255,255,0));}
.loupan_new_card .cardBox{display: flex;}
.loupan_new_card .thumb{ width: 170px; height: 120px; object-fit: cover;}
.loupan_new_card .houseInfo{flex: 1; margin-left: 20px;}
.loupan_new_card .houseDesc{ display: flex; align-items: baseline; line-height: 40px;}
.loupan_new_card .houseDesc.address{ font-size: 14px; color: #999999;}
.loupan_new_card .houseDesc .txt{ font-size: 14px; color: #999999;}
.loupan_new_card .houseDesc .area{ margin: 0 10px;}
.loupan_new_card .houseDesc .tag{display: none}
.loupan_new_card .houseDesc .exist{ display: inline;}
.loupan_new_card .houseDesc .tag{ font-size: 12px; padding: 2px 5px; margin-right: 10px; background: #F3F4F6; border-radius: 2px; color: #999999;}
.loupan_new_card .houseInfo .houseName{ max-width: 300px; font-size: 18px; font-weight: bold; color: #333333;}
.loupan_new_card .houseInfo .housePrice{ max-width: 180px; font-size: 16px; color: #ff0000; margin: 0 10px;}
.loupan_new_card .houseCode{ cursor: pointer; flex: 1; text-align: right; position: relative;}
.loupan_new_card .houseCode .wx{ font-size: 14px; color: #31CE90;}
.loupan_new_card .houseCode .iconfont{  font-size: 14px; color: #31CE90;}
.loupan_new_card .houseCode .codeBox{ display: none; width: 150px;height: 150px; position: absolute; right: 0; background: #ffffff; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px 1px;}
.loupan_new_card .houseCode .codeBox img{ width: 150px; height: 150px;}
.loupan_new_card .houseCode:hover .codeBox{ display: block;}
.loupan_new_card .btnsBox{ display: flex; justify-content: space-between; margin-top: 10px;}
.loupan_new_card .btnsBox .btns{ width: 48%; height: 36px; line-height: 36px;border-radius: 18px; background: #FBE3E6; display: flex; justify-content: space-between; align-items: baseline; padding-left: 15px;}
.loupan_new_card .btnsBox .btns.disc{background: #CEFFEE; color: #27A473;}
.loupan_new_card .btnsBox .desc{ font-size: 14px; color: #FF0000;}
.loupan_new_card .btnsBox .disc .desc{ color: #27A473;}
.loupan_new_card .btnsBox .btn{ font-size: 14px; background: linear-gradient(90deg, #FFBC04, #FF971A); width: 100px; height: 36px;border-radius: 18px; color: #ffffff; border: 0; cursor: pointer; font-weight: bold;}
.loupan_new_card .btnsBox .disc .btn{background: linear-gradient(90deg, #4BDCB7, #4BDB9B); }












