/* ==========================================================================
	 活动Tag
	 ========================================================================== */
.hd-tag-container {
	position: relative;
	z-index: 10;
}
.hd-tag {
	padding: 3px 10px;
	margin-right: 5px;
	border: 1px solid #f25b4e;
	border-radius: 20px;
	background: #fff;
	color: #F75F52;
	font-size: 12px;
	text-decoration: none;
}
.hd-tag:hover {
	background: #f25b4e;
	color: #fff;
	text-decoration: none;
}
.hd-tips-container {
	display: none;
	position: absolute;
	left: -110px;
	top: 20px;
	z-index: 100;
}
.hd-tips {
	width: 261px;
	/*height: 28px;*/
	line-height: 20px;
	padding: 4px 15px;
	margin-top: 10px;
	border: 1px solid #B9C5DF;
	font-size: 12px;
	text-align: center;
	color: #7884a0;
	background: #F4F8FF;
	border-radius: 2px;
}
.hd-tips b {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	top: -5px;
	left: 138px;
	border: 8px solid transparent;
	border-bottom: 8px solid #B9C5DF;
	z-index: 1;
}
.hd-tips i{
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	line-height: 0;
	top: -1px;
	left: 140px;
	border: 6px solid transparent;
	border-bottom: 6px solid #F4F8FF;
	z-index: 2	
}
.hd-tips .info {
	margin: 0;
}
.hd-tips .link {
	margin-left: 10px;
	/*text-decoration: underline;*/
}
.lrjh-view .status-buy .yuji,
	.smartbid-view .status-buy .yuji {
	position: relative;
}
.lrjh-view .status-buy .yuji .hd-tag,
	.smartbid-view .status-buy .yuji .hd-tag {
  padding: 1px 7px;
  margin: 0;
  border: none;
  font-size: 12px;
  color: #7884A0; 
  text-decoration: none;
  width: 12px;
	height: 12px;
	background: url('https://s1.lantouzi.com/img/201812/4761448b84bcd4e523bb690505b5bb43.png') center center no-repeat;
	background-size: 85% 80%;
}
.lrjh-view .status-buy .yuji .hd-tips-container,
	.smartbid-view .status-buy .yuji .hd-tips-container {
	left: -42px;
}
.lrjh-view .status-buy .yuji .hd-tips-container .info,
	.smartbid-view .status-buy .yuji .hd-tips-container .info {
	text-align: left;
}


