.jdl-top {
	background: #262626;
    line-height: 40px;
    height: 40px;
    width: 100%;
}
.jdl-top .inner {
	position: relative;
	z-index: 1000;
	display: flex;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 15px;
	align-items: center;
	justify-content: space-between;
	line-height: 100%;
	font-size: 14px;
}
.jdl-top .inner .lft {
	display: flex;
}
.jdl-top .inner .city-area {
	margin-right: 20px;
	color: #999;
	cursor: pointer;
}
.jdl-top .inner .city-area .icon-ic_position {
	color: #ccc;
	font-size: 16px;
	vertical-align: -1px;
}
.jdl-top .inner .list-lk {
	display: flex;
	height: 100%;
}
.jdl-top .inner .list-lk li {
	margin: 0 30px 0 0;
}
.jdl-top .inner .lk {
	color: #999;
    text-decoration: none;
}
.jdl-top .inner .lk:hover {
	color: #fff;
}
.jdl-top .inner .list-other {
	display: flex;
	height: 100%;
}
.jdl-top .inner .list-other li {
	position: relative;
	z-index: 1;
	margin: 0 0 0 30px;
	color:#999;
	cursor: pointer;
	line-height: 40px;
}
.jdl-top .inner .list-other li .icon-erweima {
	margin: 0 2px 0 0;
	font-size: 16px;
	vertical-align: -1px;
	font-weight: bold;
}
.jdl-top .inner .list-other li .wxcode {
	position: relative;
	z-index: 1;
	display:none;
	background: #fff;
	position:absolute; 
	left:-70px;top:40px; 
	z-index:120;
	border-radius: 8px;
	box-shadow:0 0 6px rgba(0, 0, 0,.3);
	padding: 4px;
}
.jdl-top .inner .list-other li .wxcode img{
	width:160px;
	border-radius: 8px;
}
.jdl-top .inner .list-other li .wxcode:before {
	content: '';
	position: absolute;
    left: 50%;
    top: -16px;
    z-index: 10;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 8px solid;
    margin: 0 0 0 -8px;
    border-color: transparent transparent #fff transparent;
}

.jdl-top .inner .list-other li:hover .wxcode{display:block;}

.jdl-top .inner .list-other li .icon-xiaochengxu2 {
	font-size: 18px;
	color: #ccc;
	vertical-align: -1px;
}
.jdl-top .inner .list-other li .icon-xiaohongshu {
	font-size: 18px;
	color: #ccc;
	vertical-align: -1px;
}
.jdl-top .inner .list-other li .icon-phone-fill {
	font-size: 18px;
	color: #ccc;
	vertical-align: -1px;
}
.jdl-popover-city-mask {
	display: none;
	position: fixed;
	left: 0;
	top: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.jdl-popover-city {
	display: none;
	position: absolute;
	left: 0; 
	top: 40px;
	z-index: 100;
	width: 300px;
	height: 300px;
	background: #fff;
	border-radius: 12px;
    box-shadow: 0 0 12px hsl(0deg 0% 57% / 12%);
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
}
.jdl-popover-city:before {
	position: absolute;
	left: 20px;
	top: -16px;
	z-index: 10;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 8px solid;
	border-color: transparent transparent #fff transparent;
}
.jdl-popover-city .city-tit {
	color: #111;
    font-weight: 700;
    margin-bottom: 14px;
}
.jdl-popover-city .city-list {
	display: flex;
	flex-wrap: wrap;
}
.jdl-popover-city .city-list .item {
	width: 25%;
	margin: 10px 0 12px 0;
	color: #6c6c6c;
    cursor: pointer;
}
.jdl-popover-city .city-list .item.active {
	color: #1296db;
	font-weight: bold;
}

.jdl-footer {
	background: #252c41;
	color: #858b9f;
    font-size: 14px;
}
.jdl-footer .inner {
	width: 860px;
	margin: 0 auto;
	padding: 40px 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.jdl-footer .lft {
	flex: 1;
	border-right: 1px solid #5a6778;
	font-size: 20px;
}
.jdl-footer .lft p {
	line-height: 1.5;
}
.jdl-footer .lft .icon-phone-fill {
	margin: 0 12px 0 0;
	font-size: 30px;
	vertical-align: -2px;
}
.jdl-footer .lft .icon-email {
	margin: 0 12px 0 0;
	font-size: 24px;
	vertical-align: -2px;
}
.jdl-footer .rgt {
	display: flex;
}
.jdl-footer .rgt .footer-widget {
	width: 150px;
}
.jdl-footer .rgt .footer-tit {
	margin-bottom: 20px;
	text-align: center;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
}
.jdl-footer .rgt .footer-menu {
	text-align: center;
}
.jdl-footer .rgt .footer-menu a {
	display: inline-block;
	margin: 5px 0;
	color: #858b9f;
    font-size: 14px;
}
.jdl-footer .links {
	width: 1200px;
	display: flex;
    margin: 0 auto;
    padding: 20px 0 0;
}
.jdl-footer .links dt {
	margin-right: 12px;
	white-space: nowrap;
}
.jdl-footer .links .lk {
	display: inline-block;
	margin: 0 12px 10px 0;
	color: #858b9f;
    font-size: 14px;
}
.jdl-footer .rights {
	background: #1b2132;
	padding: 10px 0;
	text-align: center;
}
.jdl-footer .rights a {
	color: #858b9f;
}

.jdl-filter-area {
	background: #fafafa;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    width: 100%;
    padding: 20px 20px 0;
    margin: 10px 0 20px;
    box-sizing: border-box;
}
.jdl-filter-area.v1 {
	background: #fff;
	border-color: transparent transparent #1296db transparent;
	border-width: 0 0 2px 0;
	border-radius: 0;
	padding: 20px 0 10px;
	margin-bottom: 30px;
}
.jdl-filter-area .list { display: flex; font-size: 14px;border-bottom: 1px solid #f3f3f3}
.jdl-filter-area .list:last-child {
	border-bottom: 0;
}
.jdl-filter-area .list .tit { width: 40px; margin: 5px 0;font-weight: bold;color: #333;}
.jdl-filter-area .list .detail { flex: 1; }
.jdl-filter-area .list .detail span { display:inline-block; margin: 5px 10px; color: #3d4246;}
.jdl-filter-area .list .detail span.cur { color: #005ae0; font-weight: bold; }
.jdl-filter-area .list .detail .all {
	background: #eb0045;
	padding: 0 8px;
    border-radius: 12px;
    color: #fff;
    font-size: 13px;
}
.jdl-filter-area .list .detail .all a {
	color: #fff;
}

.jdl-entrust {
	background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 12px 20px 18px;
    width: 100%;
    box-sizing: border-box;
}
.jdl-entrust .tit {
	font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.jdl-entrust .input-txt {
	width: 100%;
    appearance: textfield;
    background-color: transparent;
    border: 0;
    outline: 0;
    border-radius: 2px;
    height: 30px;
    line-height: 30px;
    text-align: left;
}
.jdl-entrust .tel-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 44px;
    background-color: #f5f7fa;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 0 10px;
}
.jdl-entrust .tel-area .label {
	padding: 0;
	font-size: 16px;
	color: #999;
}
.jdl-entrust .code-area {
    display: flex;
    width: 100%;
    height: 44px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.jdl-entrust .code-area .input-code {
	width: 100%;
    height: 100%;
    flex: 1;
    background-color: #f5f7fa;
    margin-right: 10px;
    padding: 0 10px;
    border-radius: 6px;
    line-height: 44px;
}
.jdl-entrust .code-area .btn-code {
	background: #1296db;
    border-radius: 4px;
    color: #fff4f5;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    text-align: center;
}
.jdl-entrust .btn-entrust {
	display: block;
	width: 100%;
	height: 40px;
	background: #1296db;
    border-radius: 50px;
    color: #fff4f5;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    user-select: none;
}
.jdl-entrust .tips {
	margin-top: 10px;
    line-height: 20px;
    text-align: center;
    color: #1296db;
    font-size: 14px;
}

.jdl-entrust2 {
	background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 12px 20px 18px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    height: 360px;
    margin-bottom: 300px;
}
.jdl-entrust2 .entrust-inner {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 80px;
    width: 500px;
    height: 420px;
    margin: 0 0 0 -250px;
    padding: 20px 50px 0;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 16px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 16px 0 rgb(0 0 0 / 20%);
    box-sizing: border-box;
}
.jdl-entrust2 .tit {
	font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.jdl-entrust2 .input-txt {
	width: 100%;
    appearance: textfield;
    background-color: transparent;
    border: 0;
    outline: 0;
    border-radius: 2px;
    height: 30px;
    line-height: 30px;
    text-align: left;
}
.jdl-entrust2 .tel-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 44px;
    background-color: #f5f7fa;
    border-radius: 6px;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0 10px;
}
.jdl-entrust2 .tel-area .label {
	padding: 0;
	font-size: 16px;
	color: #999;
}
.jdl-entrust2 .code-area {
    display: flex;
    width: 100%;
    height: 44px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.jdl-entrust2 .code-area .input-code {
	width: 100%;
    height: 100%;
    flex: 1;
    background-color: #f5f7fa;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 6px;
    line-height: 44px;
}
.jdl-entrust2 .code-area .btn-code {
	background: #1296db;
    border-radius: 4px;
    color: #fff4f5;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    text-align: center;
}
.jdl-entrust2 .btn-entrust {
	display: block;
	width: 100%;
	height: 40px;
	background: #1296db;
    border-radius: 50px;
    color: #fff4f5;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    user-select: none;
    margin: 10px 0;
}
.jdl-entrust2 .tips {
	margin-top: 10px;
    line-height: 20px;
    text-align: center;
    color: #1296db;
    font-size: 14px;
}
.jdl-entrust2 .multi-txt {
	width: 100%;
	height: 100px;
	background: #f5f7fa;
    border-radius: 6px;
    border: 0 none;
    box-sizing: border-box;
    padding: 10px;
}

.jdl-img-list1 {
    margin: 0 20px;
}
.jdl-img-list1 li {}
.jdl-img-list1 li a.bd-lk {
    display: flex;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #ebebeb;
}
.jdl-img-list1 li a.bd-lk:hover {
    background: #f1f1f1;
}
.jdl-img-list1 .u-img {
    overflow: hidden;
    height: 82px;
    width: 124px;
    border-radius: 4px;
    margin: 0 16px 0 0;
}
.jdl-img-list1 .u-img .img {
    display: block;
    width: 100%;
    height: 100%;
}
.jdl-img-list1 .detail {
    flex: 1;
    flex-shrink: 0;
}
.jdl-img-list1 .house-num {
    display: flex;
    color: #94979b;
    font-size: 14px;
}
.jdl-img-list1 .house-num .item {
    width: 33.33%;
    flex: 1;
}
.jdl-img-list1 .house-num .floorArea span {
    color: #e3426c;
    font-size: 24px;
}
.jdl-img-list1 .house-num .day-price span, .jdl-img-list1 .house-num .month-price span {
    color: #515151;
    font-size: 24px;
    margin-right: 3px;
}
.jdl-img-list1 .house-other {
    color: #999;
    font-size: 14px;
    margin-top: 10px;
}
.jdl-img-list1 .house-other .line { margin: 0 5px; }
.jdl-img-list1 .tags-box {
    width: 240px;
    text-align: right;
}
.jdl-img-list1 .tags-box .tag {
    display: inline-block;
    background: rgba(3,169,138,0.1);
    border-radius: 4px;
    padding: 2px 8px;
    color: #03a98a;
    margin: 4px 8px;
    font-size: 14px;
}
.jdl-img-list2 {
    display: flex;
    margin: 20px 10px !important;
    flex-wrap: wrap;
}
.jdl-img-list2 li {
    overflow: hidden;
    width: 50%;
    height: 240px;
    border-radius: 4px;
}
.jdl-img-list2 .u-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    padding: 0 8px 16px 8px;
}
.jdl-img-list2 .u-img .img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.jdl-img-list2 .tag {
    padding: 4px 10px;
    background-color: rgba(39,44,69,.7);
    position: absolute;
    left: 8px;
    bottom: 16px;
    z-index: 10;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: .5px;
    color: #fff;
    border-radius: 0 4px 0 4px;
}

.jdl-more-area {
    padding: 20px 0;
    margin: 10px auto 20px;
}
.jdl-more-area span {
    display: block;
    width: 240px;
    height: 40px;
    margin: 0 auto;
    background-color: #d4ecf8;
    border: 1px solid #1296db;
    border-radius: 4px;
    color: #1296db;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
    -webkit-transition: .25s;
    transition: .25s;
}
.jdl-more-area span:hover {
    background: #1296db;
    color: #fff;
}
.jdl-minititle {
    margin: 0 20px;
    padding: 16px 0;
    border-bottom: 2px solid #1296db;
    color: #140c40;
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
}
.jdl-minititle.v1 {
    border-bottom: 0;
    padding-bottom: 0;
}
.jdl-minititle  em {
    color: #1296db;
}

.jdl-tab-link {
 padding-top:30px;
}
.jdl-tab-link .tab-area {
    display: flex;
}
.jdl-tab-link .tab-area .item {
    cursor: pointer;
    display: inline-block;
    width: 140px;
    font-size: 14px;
    color: #333;
    line-height: 1.3;
    font-weight: 400;
}
.jdl-tab-link .tab-area .item.active {
    font-weight: bold;
}
.jdl-tab-link .conn-area {
    min-height: 60px;
}
.jdl-tab-link .conn-area .list {
    display: none;
}
.jdl-tab-link .conn-area .list.active {
    display: flex;
    flex-wrap: wrap;
}
.jdl-tab-link .conn-area .list .item {
    width: 140px;
    padding: 5px 0;
    box-sizing: border-box;
    color: #858b9f;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jdl-tab-link .conn-area .list .item a {
    color: #858b9f;
}

.jdl-desc {
    margin: 30px 0;
    padding: 12px 0;
    line-height: 1.5;
    color: #858b9f;
    font-size: 13px;
    border-top: 1px solid #d8d8d8;
}
.jdl-row {
    display: flex;
    flex-flow: row wrap;
}
.jdl-col {
    box-sizing: border-box;
}
.jdl-col-1 {
    width: 10%;
}
.jdl-col-2 {
    width: 20%;
}
.jdl-col-3 {
    width: 30%;
}
.jdl-col-4 {
    width: 40%;
}
.jdl-col-5 {
    width: 50%;
}
.jdl-col-6 {
    width: 60%;
}
.jdl-col-7 {
    width: 70%;
}
.jdl-col-8 {
    width: 80%;
}
.jdl-col-9 {
    width: 90%;
}
.jdl-col-10 {
    width: 100%;
}
.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.ml40 {
    margin-left: 40px;
}
.ml50 {
    margin-left: 50px;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}

.pl10 {
    padding-left: 10px;
}
.pl20 {
    padding-left: 20px;
}
.pl30 {
    padding-left: 30px;
}
.pl40 {
    padding-left: 40px;
}
.pl50 {
    padding-left: 50px;
}
.pt10 {
    padding-top: 10px;
}
.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}
.pt40 {
    padding-top: 40px;
}
.pt50 {
    padding-top: 50px;
}
