@font-face {
  font-family: 'iconfont';  /* Project id 274560 */
  src: url('//at.alicdn.com/t/font_274560_6dhgibw4qcx.woff2?t=1645693686375') format('woff2'),
       url('//at.alicdn.com/t/font_274560_6dhgibw4qcx.woff?t=1645693686375') format('woff'),
       url('//at.alicdn.com/t/font_274560_6dhgibw4qcx.ttf?t=1645693686375') format('truetype');
}
.dk-list .dk-item{
	width: 100%;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #EBEBEB;
}
.dk-list .dk-item .dk-item-con{
	width: 100%;
	height: 100%;
	padding: 30px 20px;
	box-sizing: border-box;
	display: flex;
}
.dk-list .dk-item .dk-item-img{
	width: 130px;
	height: 130px;
	margin-right: 30px;
	border-radius: 4px;
}
.dk-list .dk-item .dk-item-img img{
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
.dk-list .dk-item .dk-item-r{
	width: calc(100% - 160px);
}
.dk-list .dk-item .dk-item-r .dk-item-r-person{
	display: flex;
	align-items: center;
}
.dk-list .dk-item .dk-item-r .dk-name{
	font-size: 20px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #262626;
	margin-right: 10px;
}
.dk-list .dk-item .dk-item-r .dk-area i{
	color: #8C8C8C;
	font-size: 14px;
}
.dk-list .dk-item .dk-item-r .dk-area span{
	font-size: 12px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #8C8C8C;
}
.dk-list .dk-item .dk-item-r .dk-item-intro{
	margin: 4px 0 12px;
	padding-bottom: 12px;
	box-sizing: border-box;
	border-bottom: 1px dashed #EBEBEB;
	font-size: 13px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #262626;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.dk-list .dk-item .dk-item-r dl{
	display: flex;
	align-items: center;
}
.dk-list .dk-item .dk-item-r dl dt{
	font-size: 13px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #8C8C8C;
}
.dk-list .dk-item .dk-item-r .dk-item-field{
	margin-bottom: 8px;
}
.dk-list .dk-item .dk-item-r .dk-item-field dd{
	padding: 3px 6px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #EBEBEB;
	margin-right: 8px;
	font-size: 13px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #595959;
}
.dk-list .dk-item .dk-item-r .dk-item-field dd a{
	color: #595959;
}
.dk-list .dk-item .dk-item-contact dd{
	font-size: 13px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #262626;
	position: relative;
	margin-right: 24px;
}
.dk-list .dk-item .dk-item-contact dd::after{
	position: absolute;
	right: -12px;
	top: 3px;
	content: '';
	width: 1px;
	height: 13px;
	background: #D8D8D8;
	border-radius: 0px 0px 0px 0px;
}
.dk-list .dk-item .dk-item-contact dd:last-child::after{
	width: 0;
}
.dk-list .dk-item .dk-item-contact dd .dk-item-price{
	margin-left: 4px;
	font-family: Verdana-Regular, Verdana;
}
.dk-list .dk-item:hover{
	box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
}
.dk-list .dk-item:hover .dk-name{
	color: #1A8CFF;
}
.dk-list .dk-item:hover .dk-item-price{
	color: #FE5900;
}
.office-r-action1{
	font-size: 15px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #262626;
}
.wt-list{
	padding: 0 16px;
	box-sizing: border-box;
}
.wt-list li{
	border-bottom: 1px solid #EBEBEB;
	padding: 16px 0 13px;
	box-sizing: border-box;
}
.wt-list li:last-child{
	border: 0;
}
.wt-list li .wt-item-tit{
	font-size: 15px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #262626;
	line-height: 21px;
}
.wt-list li .wt-item-tit span{
	display: inline-block;
	max-width: 190px;
}
.wt-list li .wt-item-tit i{
	color: #8C8C8C;
	float: right;
	cursor: pointer;
	transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
}
.wt-list li p{
	font-size: 12px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #8C8C8C;
	padding: 12px 0 3px;
	border-top: 1px solid #EBEBEB;
	margin-top: 13px;
	display: none;
}
.wt-list li .rotate-i{
	transform: rotate(180deg);
	transition: transform .3s, -webkit-transform .3s, -moz-transform .3s;
}
.adviser{
	width: 100%;
	height: 100px;
	background-image: url(../img/dk_gw_img@2x.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 19px 20px;
	box-sizing: border-box;
	cursor: pointer;
}
.adviser p{
	font-size: 18px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #262626;
	margin-bottom: 8px;
}
.adviser button{
	width: 80px;
	height: 28px;
	background: #FE5900;
	border-radius: 4px;
	font-size: 13px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
}
.qr-code{
	width: 100%;
	height: 170px;
	background: #FFFFFF;
	padding: 20px 15px 12px;
	display: none;
}
.qr-code-img{
	width: 138px;
	height: 138px;
	float: left;
}
.qr-code img{
	width: 138px;
	height: 138px;
}
.qr-code p{
	font-size: 13px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #8C8C8C;
	margin-top: 48px;
}
.qr-code p span{
	display: block;
}