#product-list a {text-decoration: none;}
			#product-list .d_tardc a:hover {color: #333 !important;}
			.search-btn {height: 34px;color: #fff;}
.follow-no {
    cursor: pointer;
    float: right;
    background: url(../images/follow.png) 0px no-repeat;
    padding-left: 24px;
    margin-right: 40px;
    font-size: 16px;
}
.d_tardc font.d_fen {width: 90px;margin-left: 10px;}
.d_brand_title {display: inline-block;margin-left: 10px;}
.d_brand_title font {color: #0B5CDF;}
.d_tardc dl dd:first-child {width: 28%;}
.d_tardc dl dd:nth-last-child(2) {width: 30%;}
.d_tardc dl dd:last-child {width: 40%;}
.d_tardrt {margin-bottom: 8px;}
.d_tardl .pic-text{line-height:21px;}
.d_tardl img{vertical-align: middle;width:78px;max-height:78px;}
.public-user-close{
	position: absolute;
	right: 10px;
	z-index:2;
	top: 10px;
	border-radius: 50%;
	display: block;
	background: rgba(0,0,0,.3) !important;
	font-size: 30px;
	width: 30px;
	height: 30px;
	line-height: 26px;
	text-align: center;
	font-weight: 400;
	color: rgba(255,255,255,.3) !important;
	opacity: 1 !important;
}
.public-user-top {
	width: 660px;
	height: 150px;
	background: url(../images/red_background.png) 0px no-repeat;
	font-size: 36px;
	color: #fff;
	padding: 0px 50px;
	box-sizing: border-box;
	line-height: 150px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	position: relative;
}

.public-user-bottom {
	width: 660px;
	height: 200px;
	background: url(../images/empty_background.png) 0px no-repeat;
	box-sizing: border-box;
	padding: 0 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.public-user-bottom_left{
	color: #333333;
	font-size: 16px;
	max-width: 400px;
}
.public-user-bottom_left>div{
	padding-left: 40px;
	box-sizing: border-box;
	min-height: 30px;
	margin: 10px 0;
	line-height: 30px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.public-user-bottom_left>div:nth-of-type(1){
	background: url(../images/public-user-email.png) no-repeat left center;

}
.public-user-bottom_left>div:nth-of-type(2){
	background: url(../images/public-user-phone.png)  no-repeat left center;
}
.public-user-bottom_left>div:nth-of-type(3){
	background: url(../images/public-user-qq.png)  no-repeat left center;
}
.public-user-bottom_right{
	width: 120px;
	color: #333333;
	font-size: 14px;
	text-align: center;
}
.public-user-bottom_right>div:first-of-type{
	height: 120px;
	/* border:1px solid #E11524; */
	border-radius: 6px;
	margin-bottom: 10px;
}

/* 客服预订弹出层样式 */
#showFriendModal > div > div {
	/* resize: both; */
	overflow: hidden;
	width: 1040px !important;
	margin: 0 auto;
	height: 97% !important;
	margin-top: 3%;
}
.modal-dialog {
	width: 1040px !important;
}