.sdz-top {
	background: #262626;
    line-height: 40px;
    height: 40px;
    width: 100%;
}
.sdz-top .inner {
	position: relative;
	z-index: 1000;
	display: flex;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
	line-height: 100%;
	font-size: 14px;
}
.sdz-top .inner .lft {
	display: flex;
}
.sdz-top .inner .city-area {
	margin-right: 20px;
	color: #999;
	cursor: pointer;
}
.sdz-top .inner .city-area .icon-location-fill {
	color: #ccc;
	font-size: 20px;
	vertical-align: -2px;
}
.sdz-top .inner .list-lk {
	display: flex;
	height: 100%;
}
.sdz-top .inner .list-lk li {
	margin: 0 30px 0 0;
}
.sdz-top .inner .lk {
	color: #999;
    text-decoration: none;
}
.sdz-top .inner .lk:hover {
	color: #fff;
}
.sdz-top .inner .list-other {
	display: flex;
	height: 100%;
}
.sdz-top .inner .list-other li {
	margin: 0 0 0 30px;
	color:#999;
	cursor: pointer;
}
.sdz-top .inner .list-other li .icon-xiaochengxu2 {
	font-size: 18px;
	color: #ccc;
	vertical-align: -1px;
}
.sdz-top .inner .list-other li .icon-xiaohongshu {
	font-size: 18px;
	color: #ccc;
	vertical-align: -1px;
}
.sdz-top .inner .list-other li .icon-phone-fill {
	font-size: 18px;
	color: #ccc;
	vertical-align: -1px;
}
.sdz-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);
}
.sdz-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;
}
.sdz-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;
}
.sdz-popover-city .city-tit {
	color: #111;
    font-weight: 700;
    margin-bottom: 14px;
}
.sdz-popover-city .city-list {
	display: flex;
	flex-wrap: wrap;
}
.sdz-popover-city .city-list .item {
	width: 25%;
	margin: 10px 0 12px 0;
	color: #6c6c6c;
    cursor: pointer;
}
.sdz-popover-city .city-list .item.active {
	color: #ff9500;
	font-weight: bold;
}

.sdz-header {
	background: #fff;
	box-shadow: 0 0 9px rgb(0 0 0 / 0.2);
	-webkit-box-shadow: 0 0 9px rgb(0 0 0 / 0.2);
}
.sdz-header .inner {
	display: flex;
	width: 1200px;
	margin: 0 auto;
	padding: 12px 0;
	justify-content: space-between;
	align-items: center;
}

.sdz-header .logo-area {

}
.sdz-header .logo-area .logo {
	width: 120px;
}
.sdz-header .list-nav {
	flex: 1;
	height: 100%;
}
.sdz-header .list-nav li {
	display: inline-block;
	height: 100%;
    float: left;
    text-align: left;
    padding: 0 10px;
}
.sdz-header .list-nav li a {
	position: relative;
	z-index: 1;
	padding: 8px 12px;
    display: inline-block;
    color: #616060;
    transition: color .3s;
    text-transform: uppercase;
    font-size: 16px;
}
.sdz-header .list-nav li a:hover {
    color: #ff9500;
}
.sdz-header .list-nav li a::after {
    content: '';
    height: 3px;
    display: block;
    background: #ff9500;
    bottom: -5px;
    position: absolute;
    width: 0;
    left: 50%;
    transition: all 0.275s cubic-bezier(0, 0, 0.58, 1);
    border-radius: 5px;
}
.sdz-header .list-nav li a:hover::after {
    width: 60%;
    left: 20%;
}
.sdz-header .search-area {
	display: flex;
}
.sdz-header .search-area .input-with-icon {
	position: relative;
    width: 300px;
}
.sdz-header .search-area .input-txt {
	width: 100%;
	border: none;
	outline: 0;
    border-radius: 4px;
    padding-left: 10px;
    height: 36px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 4px 1px rgb(62 28 131 / 10%);
    -webkit-box-shadow: 0 0 4px 1px rgb(62 28 131 / 10%);
    font-size: 14px;
}
.sdz-header .search-area .btn-srch {
	background: #ff9500;
    padding: 10px 15px;
    border-radius: 4px;
    box-shadow: 0 5px 24px rgb(31 37 59 / 15%);
    color: #fff;
    width: 60px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
}

.sdz-banner {
	width: 100%;
	height: 500px;
	background: no-repeat 50% 100%;
	background-size: cover;
	-webkit-background-size: cover;
}
.sdz-banner .inner {
	display: flex;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	align-items: center;
}
.sdz-banner .detail {
    border-radius: 12px;
    width: 360px;
    height: 360px;
    background: rgba(255,255,255,1);
    box-shadow: 0 0 20px #0093de;
    box-sizing: border-box;
    padding: 0px 20px;
}
.sdz-banner .detail dl {
	padding: 30px 0;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #f1f1f1;
}
.sdz-banner .detail dl:last-child {
	border-bottom: 0;
}
.sdz-banner .detail dt {
	margin: 0 0 10px;
	font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}
.sdz-banner .detail dl .lk {
	display: inline-block;
	color: #666;
    line-height: 20px;
    margin: 4px 20px 4px 0;
    font-size: 14px;
}
.sdz-banner .detail dl .lk:hover {
	color: #ff9500;
}
.sdz-banner .detail dl .area-wrap {
	margin: 16px 0 0;
}
.sdz-banner .detail dl .area-tip-wrap {
	overflow: hidden;
	margin-bottom: 10px;
}
.sdz-banner .detail dl .area-tip {
	display: block;
    float: left;
    width: 54px;
    height: 8px;
    background: #ccc;
    margin-right: 4px;
}
.sdz-banner .detail dl .area-tip:hover {
	background: #666;
}
.sdz-banner .detail dl .area-range-wrap {
	overflow: hidden;
    margin-top: 6px;
    margin-bottom: 10px;
}
.sdz-banner .detail dl .range-item:first-child {
    margin-right: 12px;
}
.sdz-banner .detail dl .range-item {
	float: left;
    color: #fff;
    line-height: 1.2;
    letter-spacing: .1px;
    margin-right: 22px;
    color: #999;
}

.sdz-container {
	width: 1200px;
	margin: 20px auto;
}

.sdz-title {
	margin: 40px 0 10px;
    font-size: 28px;
    color: #333;
    line-height: 1.1;
    font-weight: 600;
	text-align: center;
}
.sdz-title .inner {
	position: relative;
	z-index: 1;
    display: inline-block;
    background-color: #fff;
    padding-left: 35px;
    padding-right: 35px;
}
.sdz-title .inner:before, .sdz-title .inner:after {
    content: '';
    height: 1px;
    width: 72px;
    position: absolute;
    background: #e5e5e5;
    top: 50%;
    display: block;
}
.sdz-title .inner:before {
	right: -78px;
}
.sdz-title .inner:after {
	left: -78px;
}
.sdz-subtitle {
	margin: 10px 0 20px;
	line-height: 1.1;
    font-size: 12px;
    color: #a6acbd;
    letter-spacing: 2px;
    text-align: center;
}
.sdz-minititle {
	font-size: 20px;
    font-weight: 700;
    margin: 20px 0;
    padding: 0 20px;
}
.sdz-minititle.v1 {
	padding: 0px;
}
.sdz-minititle.v1:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 16px;
	background: #ff9500;
	margin: 0 5px 0 0;
	vertical-align: -1px;
	border-radius: 2px;
}
.sdz-minititle.v2{
	padding: 0px 0 10px;
	border-bottom: 2px solid #ff9500;
}
.sdz-more {
	margin: 20px 0;
}
.sdz-more a.btn-more {
    width: 300px;
    text-align: center;
    padding: 12px 0;
    background: #fff;
    border: 1px #f1f1f1 solid;
    display: block;
    margin: 0 auto;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    color: #a6acbd;
    border-radius: 6px;
    font-size: 16px;
}

.sdz-more a.btn-more:hover{
	background: #ff9500;
	color:#fff
}

.sdz-grid-list1 {
	display: grid;
	height: 350px;
	margin: 20px -10px;
	grid-template-columns: repeat(4, 25%);
	grid-template-rows: repeat(4, 350px);
	grid-row-gap: 20px;
	grid-column-gap: 0;
	grid-auto-flow: row;
}
.sdz-grid-list1 .item {
	margin: 0 10px;
}
.sdz-grid-list1 .lk, .sdz-grid-list2 .lk {
	overflow: hidden;
	position: relative;
	z-index: 1;
	display: block;
	height: 100%;
	border-radius: 6px;
}
.sdz-grid-list1 .item .img, .sdz-grid-list2 .item .img {
	width: 100%; 
	height: 100%;
	transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
}
.sdz-grid-list1 .item:hover .img, .sdz-grid-list2 .item:hover .img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.sdz-grid-list1 .item .desc, .sdz-grid-list2 .item .desc {
	height: 140px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -90px;
    z-index: 10;
    background: -webkit-gradient(linear, 0 100%, 0 0, from(rgba(0,0,0,1)), to(rgba(0,0,0,0.1)));
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
}
.sdz-grid-list1 .item .desc h2, .sdz-grid-list2 .item .desc h2 {
	 padding: 16px 20px 0;
	 line-height:30px;
	 background:url(../images/bj.png) repeat-x;
	 color:#fff;
	 font-size:18px;
}
.sdz-grid-list1 .item .desc p, .sdz-grid-list2 .item .desc p {
	 padding: 10px 18px 20px;
	 font-size:14px;
	 line-height:22px;
	 color:#fff;
	 min-height:66px;
}
.sdz-grid-list1 .item:hover .desc, .sdz-grid-list2 .item:hover .desc {
	bottom: 0px;
}
.sdz-grid-list2 {
	display: grid;
	height: 180px;
	margin: 20px -10px;
	grid-template-columns: repeat(3, 33.33%);
	grid-template-rows: repeat(3, 180px);
	grid-row-gap: 20px;
	grid-column-gap: 0;
	grid-auto-flow: row;
}
.sdz-grid-list2 .item {
	margin: 0 10px;
}
.sdz-grid-list2 .item .desc {
	height: 110px;
	bottom: -60px;
}

.sdz-img-list1 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.sdz-img-list1 li {
	width: 25%;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 5px 0;
}
.sdz-img-list1 .u-img {
	overflow: hidden;
	display: block;
	height: 220px;
	border-radius: 6px;
}
.sdz-img-list1 .img {
	display: block;
	width: 100%;
	height: 100%;
	transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
}
.sdz-img-list1 .u-img:hover .img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.sdz-img-list1 .detail {
	padding: 6px 2px 12px;
}
.sdz-img-list1 .tit {
	margin: 0 0 5px;
	color: #474849;
    font-size: 17px;
    font-weight: 600;
}
.sdz-img-list1 .tit a {
	color: #474849;
}
.sdz-img-list1 .tit a:hover {
	color: #ff9500;
}
.sdz-img-list1 .info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 24px;
}
.sdz-img-list1 .address {
	flex: 1;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
    font-size: 14px;
}
.sdz-img-list1 .address a {
	color: #999;
}
.sdz-img-list1 .address a:hover {
	color: #ff9500;
}
.sdz-img-list1 .address .icon-location {
	vertical-align: -1px;
}
.sdz-img-list1 .price {
    font-size: 14px;
    color: #999;
    font-weight: 400;
}
.sdz-img-list1 .price em {
	margin-right: 2px;
	font-size: 18px;
    color: #e82e48;
    font-weight: 600;
    font-style: normal;
}

.sdz-img-list2 {

}
.sdz-img-list2 li {
	display: flex;
	justify-content: flex-start;
	padding: 20px 20px 20px 0;
	border-bottom: 1px solid #f1f1f1;
}
.sdz-img-list2 li:last-child {
	border-bottom: 0;
}
.sdz-img-list2 li:hover {
	background-color: #fdfdfd;
}
.sdz-img-list2 li .u-img {
	overflow: hidden;
	width: 240px;
	height: 180px;
	margin: 0 12px 0 0;
	border-radius: 6px;
}
.sdz-img-list2 li .u-img img {
	display: block;
	width: 100%;
	height: 100%;
}
.sdz-img-list2 li .detail {
	position: relative;
	z-index: 1;
	flex: 1;
	width: 50%;
	box-sizing: border-box;
	padding: 0 100px 0 0;
}
.sdz-img-list2 li .tit {
	margin: 0 0 10px;
	font-size: 20px;
    line-height: 28px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sdz-img-list2 li .tit a {
	color: #2D3954;
}
.sdz-img-list2 li .tit a:hover {
	color: #ff9500;
}
.sdz-img-list2 li .address {
	margin: 2px 0;
	font-size: 14px;
 	line-height: 32px;
}
.sdz-img-list2 li .address a {
	color: #666;
}
.sdz-img-list2 li .tag {
	margin: 10px 0 0 0;
}
.sdz-img-list2 li .tag span {
	display: inline-block;
	font-size: 12px;
    line-height: 26px;
    padding: 0 10px;
    margin-right: 10px;
    color: #fff;
    border-radius: 4px;
}
.sdz-img-list2 li .tag span:nth-child(1) {
	background: #ecf1fb;
    color: #809ecc;
}
.sdz-img-list2 li .tag span:nth-child(2) {
    background: #e1f5ed;
    color: #6ca98f;
}
.sdz-img-list2 li .tag span:nth-child(3) {
    background: #f7efdf;
    color: #c09f63;
} 
.sdz-img-list2 li .price-area {
	padding: 40px 0 0 0;
	text-align: right;
}  
.sdz-img-list2 li .price {
	display: block;
	margin: 10px 0;
	font-size: 14px;
    color: #999;
    font-weight: 400;
}
.sdz-img-list2 li .price em {
	margin-right: 2px;
	font-size: 24px;
    color: #e82e48;
    font-weight: 600;
    font-style: normal;
}
.sdz-img-list2 li .total {
	display: block;
	margin: 10px 0;
	color: #999;
	font-size: 12px;
}

.sdz-img-list3 {
	border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 0px 20px;
    margin: 20px 0;
}
.sdz-img-list3 li {
	display: flex;
	justify-content: flex-start;
	margin: 24px 0;
}
.sdz-img-list3 li .u-img {
	overflow: hidden;
	width: 100px;
	height: 80px;
	margin: 0 8px 0 0;
	border-radius: 6px;
}
.sdz-img-list3 li .u-img img {
	display: block;
	width: 100%;
	height: 100%;
}
.sdz-img-list3 li .detail {
	position: relative;
	z-index: 1;
	flex: 1;
	width: 50%;
	box-sizing: border-box;
}
.sdz-img-list3 li .tit {
	margin: 0 0 10px;
	font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sdz-img-list3 li .address {
	font-size: 14px;
 	line-height: 20px;
 	color: #999;
}
.sdz-img-list3 li .address a {
	color: #999;
}
.sdz-img-list3 li .price {
	display: block;
	margin: 5px 0;
	font-size: 14px;
    color: #999;
    font-weight: 400;
}
.sdz-img-list3 li .price em {
	margin-right: 2px;
	font-size: 14px;
    color: #e82e48;
    font-weight: 600;
    font-style: normal;
}

.sdz-img-list4 {}
.sdz-img-list4 li {}
.sdz-img-list4 li a.bd-lk {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}
.sdz-img-list4 li a.bd-lk:hover {
    background: #f1f1f1;
}
.sdz-img-list4 .u-img {
    overflow: hidden;
    height: 82px;
    width: 124px;
    border-radius: 4px;
    margin: 0 16px 0 0;
}
.sdz-img-list4 .u-img .img {
    display: block;
    width: 100%;
    height: 100%;
}
.sdz-img-list4 .detail {
    flex: 1;
    flex-shrink: 0;
}
.sdz-img-list4 .house-num {
    display: flex;
    color: #94979b;
    font-size: 14px;
}
.sdz-img-list4 .house-num .item {
    width: 33.33%;
    flex: 1;
}
.sdz-img-list4 .house-num .floorArea span {
    color: #e82e48;
    font-size: 24px;
}
.sdz-img-list4 .house-num .day-price span, .sdz-img-list4 .house-num .month-price span {
    color: #515151;
    font-size: 24px;
    margin-right: 3px;
}
.sdz-img-list4 .house-other {
    color: #999;
    font-size: 14px;
    margin-top: 10px;
}
.sdz-img-list4 .house-other .line { margin: 0 5px; }
.sdz-img-list4 .tags-box {
    width: 240px;
    text-align: right;
}
.sdz-img-list4 .tags-box .tag {
    display: inline-block;
    font-size: 12px;
    line-height: 26px;
    padding: 0 10px;
    margin: 4px 4px;
    color: #fff;
    border-radius: 4px;
}
.sdz-img-list4 .tags-box .tag:nth-child(2n+1) {
	background: #ecf1fb;
    color: #809ecc;
}
.sdz-img-list4 .tags-box .tag:nth-child(2n+2) {
    background: #e1f5ed;
    color: #6ca98f;
}
.sdz-img-list4 .tags-box .tag:nth-child(2n+3) {
    background: #f7efdf;
    color: #c09f63;
} 

.sdz-img-list5 {
	/*border: 1px solid #e6e6e6;*/
    border-radius: 12px;
    /*padding: 0px 20px;*/
    margin: 20px 0;
}
.sdz-img-list5 li {
	position: relative;
	z-index: 1;
	margin: 24px 0;
}
.sdz-img-list5 li .u-img {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 80px;
	margin: 0 8px 0 0;
	border-radius: 6px;
}
.sdz-img-list5 li .u-img img {
	display: block;
	width: 100%;
	height: 100%;
}
.sdz-img-list5 li .detail {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.sdz-img-list5 li .tit {
	font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.sdz-news {
	margin: 30px 0;
}
.sdz-news-list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: 10px;
}
.sdz-news-list li {
	flex: 1;
	width: 33.33%;
	box-sizing: border-box;
	padding: 0 10px;
}
.sdz-news-list .img-area {
	overflow: hidden;
	display: block;
    position: relative;
    z-index: 1;
    max-height: 180px;
    font-size: 13px;
    color: #2D3954;
    border-radius: 6px;
    margin-bottom: 10px;
}
.sdz-news-list .img-area img {
	 width: 100%;
	 border-radius: 6px;
}
.sdz-news-list .img-area span {
	position: absolute;
    bottom: 0px;
    left: 0px;
    line-height: 48px;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.7));
    color: #fff;
    height: 48px;
    padding: 0 18px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.sdz-news-list2 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.sdz-news-list2 li {
	width: 33.33%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 28px;
	box-sizing: border-box;
	padding: 0 12px;
}
.sdz-news-list2 a:before {
	content: '▪';
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: 0px;
}
.sdz-news-list2 a {
	display: inline-block;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
	font-size: 14px;
}
.sdz-news-list2 a {
	color: #2D3954;
}
.sdz-news-list2 a:hover {
	color: #ff9500;
}

.sdz-news-list3 {

}
.sdz-news-list3 li {
	display: flex;
	justify-content: flex-start;
	padding: 20px 20px 20px 0;
	border-bottom: 1px solid #f1f1f1;
}
.sdz-news-list3 li:last-child {
	border-bottom: 0;
}
.sdz-news-list3 li:hover {
	background-color: #fdfdfd;
}
.sdz-news-list3 li .u-img {
	overflow: hidden;
	width: 200px;
	height: 160px;
	margin: 0 12px 0 0;
	border-radius: 6px;
}
.sdz-news-list3 li .u-img img {
	display: block;
	width: 100%;
	height: 100%;
}
.sdz-news-list3 li .detail {
	position: relative;
	z-index: 1;
	flex: 1;
	width: 50%;
	box-sizing: border-box;
}
.sdz-news-list3 li .tit {
	margin: 0 0 10px;
	font-size: 20px;
    line-height: 28px;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sdz-news-list3 li .summary {
	margin: 2px 0;
	font-size: 14px;
 	line-height: 1.5;
 	color: #666;
}
.sdz-news-list3 li .date {
	position: absolute;
	left: 0; 
	bottom: 0; 
	z-index: 1;
	color: #666;
}

.sdz-entrust {
	background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 12px 20px 18px;
    width: 100%;
    box-sizing: border-box;
}
.sdz-entrust .tit {
	font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.sdz-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;
}
.sdz-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;
}
.sdz-entrust .tel-area .label {
	font-size: 16px;
	color: #999;
}
.sdz-entrust .code-area {
    display: flex;
    width: 100%;
    height: 44px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.sdz-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;
}
.sdz-entrust .code-area .btn-code {
	background: #ff9500;
    border-radius: 4px;
    color: #fff4f5;
    cursor: pointer;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    text-align: center;
}
.sdz-entrust .btn-entrust {
	display: block;
	width: 100%;
	height: 40px;
	background: #ff9500;
    border-radius: 50px;
    color: #fff4f5;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    user-select: none;
}
.sdz-entrust .tips {
	margin-top: 10px;
    line-height: 20px;
    text-align: center;
    color: #ff9500;
    font-size: 14px;
}
.sdz-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;
}
.sdz-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;
}
.sdz-entrust2 .tit {
	font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.sdz-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;
}
.sdz-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;
}
.sdz-entrust2 .tel-area .label {
	padding: 0;
	font-size: 16px;
	color: #999;
}
.sdz-entrust2 .code-area {
    display: flex;
    width: 100%;
    height: 44px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.sdz-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;
}
.sdz-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;
}
.sdz-entrust2 .btn-entrust {
	display: block;
	width: 100%;
	height: 40px;
	background: #ff9500;
    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;
}
.sdz-entrust2 .tips {
	margin-top: 10px;
    line-height: 20px;
    text-align: center;
    color: #ff9500;
    font-size: 14px;
}
.sdz-entrust2 .multi-txt {
	width: 100%;
	height: 100px;
	background: #f5f7fa;
    border-radius: 6px;
    border: 0 none;
    box-sizing: border-box;
    padding: 10px;
}

.sdz-footer {
	background: #262626;
	height: 320px;
    padding: 10px 0 20px;
    color: #999;
}
.sdz-footer .inner {
	border-top: 1px solid #262b2f;
	width: 1200px;
    margin: 0 auto;
}
.sdz-footer.skin-white {
	background: #fff;
}
.sdz-footer.skin-white .inner {
	border-top: 1px solid #ddd;
}
.sdz-footer .flexbox {
	display: flex;
}
.sdz-footer .lft {
	width: 75%;
}
.sdz-footer .rgt {
	width: 25%;
}
.sdz-footer .link-area {
	display: flex;
	flex-wrap: wrap;
	margin: 12px auto;
	padding: 0 12px;
	padding: 0 10px;
}
.sdz-footer .link-area li {
	margin: 0 20px 0 0;
}
.sdz-footer .link-area li a {
	color: #999;
}
.sdz-footer.skin-white .link-area li a {
	color: #999;
}
.sdz-footer .copyright {
	margin: 12px auto;
	padding: 0 10px;
	font-size: 13px;
}
.sdz-footer .copyright a {
	color: #999;
}
.sdz-footer.skin-white .copyright a {
	color: #999;
}
.sdz-footer .contact-area:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	display: block;
	width: 1px;
	height: 160px;
	background: #393939;
	margin: -80px 0 0;
}
.sdz-footer .contact-area {
	position: relative;
	z-index: 1;
}
.sdz-footer .contact-area .phone-wrap {
	text-align: center;
	line-height: 1;
}
.sdz-footer .contact-area .phone {
	font-size: 28px;
	font-weight: 600;
	margin: 10px 0 0;
	text-align: center;
	color: #fff;
}
.sdz-footer .contact-area  .icon-phone-fill {
	font-size: 24px;
}
.sdz-footer .contact-area .txt {
	line-height: 1;
	margin: -15px 0 10px;
	font-size: 48px;
	font-weight: bold;
	color: #333;
}
.sdz-footer .contact-area .txt2 {
	font-size: 18px;
	font-weight: 400;
}
.sdz-footer .contact-area .wxcode {
	width: 120px;
	height: 120px;
	background: url('../images/img-zlcode.jpg') no-repeat 50% 50%;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding-top: 120px;
	margin: 10px auto;
	font-size: 13px;
}
.sdz-position-area {
    margin: 10px auto;
    font-size: 13px;
    color: #999;
}
.sdz-position-area a {
	color: #999;
}
.sdz-filter-area {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	width: 100%;
	padding: 0 0 10px;
	box-sizing: border-box;
}
.sdz-filter-area .list { display: flex; font-size: 14px;border-bottom: 1px solid #f3f3f3; padding: 8px 0;}
.sdz-filter-area .list:last-child {
	border-bottom: 0;
}
.sdz-filter-area .list .tit { width: 40px; margin: 5px 0;font-weight: bold;color: #333;}
.sdz-filter-area .list .detail { flex: 1; }
.sdz-filter-area .list .detail span { display:inline-block; margin: 5px 10px; color: #3d4246;}
.sdz-filter-area .list .detail span.cur { color: #ff9500; font-weight: bold; }
.sdz-filter-area .list .detail span.cur a { color: #ff9500; }
.sdz-filter-area .list .detail .all {
	background: #ff9500;
	padding: 0 8px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
}
.sdz-filter-area .list .detail .all a {
	color: #fff;
}
.sdz-filter-area .list-street {
	background: #fff;
	margin: 10px 8px;
	padding: 5px 0;
	border-radius: 10px;
	border: 1px dashed #ff9500;
}

.sdz-pagination {
    display: table;
    padding-left: 0;
    border-radius: 4px;
    margin: 20px auto;
}
.sdz-pagination li {
    display: inline;
}
.sdz-pagination li a,
.sdz-pagination li a,
.sdz-pagination li span {
    position: relative;
    float: left;
    padding: 0;
    margin: 5px;
    color: #5a6f7c;
    text-decoration: none;
    background-color: #fff;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #eaeff5
}
.sdz-pagination li.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #ff9500;
    border-color: #ff9500;
}
.sdz-pagination li.active a, 
.sdz-pagination li.active a:focus, 
.sdz-pagination li.active a:hover, 
.sdz-pagination li.active span, 
.sdz-pagination li.active span:focus,
.sdz-pagination li.active span:hover,
.sdz-pagination li a:focus,
.sdz-pagination li a:hover {
    z-index: 2;
    color: #fff;
    cursor: pointer;
    background-color: #f7cd93;
    border-color: #f7cd93;
}
.sdz-pagination li:first-child a {
    background: #4760ff;
    border: 1px solid #4760ff;
    border-radius: 6px;
    color: #fff
}
.sdz-pagination li:last-child a {
    background: #7a7a7a;
    border: 1px solid #7a7a7a;
    border-radius: 6px;
    color: #fff
}

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

.loupan-expend {
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: 50px;
	margin-top:20px;
	border-top: 1px solid #eee;
	padding: 20px 50px 0 0;
}
.loupan-expend.auto {
	height: auto;
}
.loupan-expend .expand {
	color: #999;
    cursor: pointer;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 24px;
    z-index: 10;
}
.loupan-expend .expand .imgUp {
	margin-left: 6px;
	width: 9px;
	vertical-align: 1px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.loupan-expend.auto  .expand .imgUp {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.loupan-expend .list {
	display: flex;
}
.loupan-expend .tit {
	width: 100px;
	flex: none;
	color: #999;
	font-size: 13px;
	padding: 5px 10px 5px 0;
}
.loupan-expend .detail {
	display: flex;
	flex-wrap: wrap;
}
.loupan-expend .lk {
	display: block;
    width: 20%;
    padding: 5px 10px 5px 0;
    box-sizing: border-box;
    color: #999;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sdz-tab-link {
	margin: 0 0 20px;
	padding: 10px 0 20px;
	border-bottom: 1px solid #393939;
}
.sdz-tab-link .tab-area {
    display: flex;
    padding: 10px 0;
}
.sdz-tab-link .tab-area .item {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    line-height: 1.3;
    margin: 0 12px 0 0;
}
.sdz-tab-link .tab-area .item span {
	display: inline-block;
	height: 32px;
	padding: 8px 10px;
	background: #121212;
	text-align: center;
	color: #888;
}
.sdz-tab-link .tab-area .item.active span{
	background: #333;
    font-weight: bold;
    color: #fff;
}
.sdz-tab-link .conn-area {
    min-height: 100px;
}
.sdz-tab-link .conn-area .list {
    display: none;
    padding: 0 10px;
}
.sdz-tab-link .conn-area .list.active {
    display: flex;
    flex-wrap: wrap;
}
.sdz-tab-link .conn-area .list .item {
	display: inline-block;
    padding: 5px 0;
    box-sizing: border-box;
    margin: 0 12px 0 0;
    color: #888;
    font-size: 12px;
    color: #888c8e;
}
.sdz-tab-link .conn-area .list .item a {
    color: #999;
}

.sdz-desc {
    margin: 20px 0;
    padding: 16px 0;
    line-height: 20px;
    color: #999;
    font-size: 13px;
    border-top: 1px solid #f1f1f1;
}
