.todayRobImg {

	width: 12.5rem;
	height: 3rem;
	margin: 0 auto;
	background-image: url("../img/common/todayRob.png");

}

.todayRobwordText {
	text-align: center;
	color: #454545;
	padding-top: 1rem;
}

.goodsNewWarp {
	background-image: linear-gradient(to bottom, #fff, #EFF3F6);
	background-size: 100% 15rem;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 1rem 3% 0 3%;
	border-radius: 14px;
	background-color: #EFF3F6;
	margin-top: 2rem;
}

.showbox {
	padding: 1.2rem 1rem;
	margin-top: 1rem;
	margin-bottom: 0;
	border-radius: 14px;
	background-color: #fff;
}

.showGoodsname {
	font-size: 16px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.showGoodsImgBox {
	position: relative;
}

.showGoodsImg {
	width: 8.3rem;
	height: 11rem;
	border-radius: 6px;
	margin-right: 1rem;
}

.recommendGoodsTips {
	position: absolute;
	top: 4px;
	left: 4px;
	background-color: ￼ #000;
	color: ￼ #fff;
	border-radius: 4px;
	font-size: 12px;
	padding: 6px 10px;
}

.recommendMoney {
	line-height: 1;
	margin-bottom: 0;
	background-image: linear-gradient(to right, #FFECE5, #FFE8ED);
	padding-right: 52px;
	padding: 3px 52px 3px 10px;
	border-radius: 14px;
}

.showGoodsBuy {
	justify-content: flex-end;
	/* background-image: linear-gradient(to right,#FFECE5,#FFE8ED); */
	position: relative;
}

.showGoodsTips {
	padding: .5rem 0;
}

.hotsaleBuyBtn2 {
	width: 52px;
	height: 26px;
	background-image: url("../img/common/hotsaleBuyBtn2.png");
	position: absolute;
	top: 0;
	right: 0;

}

/* 热抢播报站 */
.hotsaleWrap {
	margin-top: 12rem;
}

.hotTitBox {
	font-size: 16px;
}

.hotTitBox>span {
	margin-right: 2rem;

}

.actTit {
	color: #000;
	font-weight: bold;
	position: relative;
}

.actTit::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -8px;
	width: 26px;
	height: 10px;
	background-image: url("../img/common/showChoose.png");
	background-size: 100%;
	background-repeat: no-repeat;



}

.hotsaleBuyBtn1 {
	width: 52px;
	height: 26px;
	background-image: url("../img/common/hotQia.png");
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	color: #fff;
	line-height: 26px;

}
.showGoodsBuy2{
	justify-content: space-between;
}
.showGoodsBuy2 .recommendMoney{
	background-image: unset;
}
.hotsaleBuy{
	background-image: linear-gradient(to bottom, #EF6214, #FF69A0);
		padding: 3px 10px 3px 10px;
		border-radius: 14px;
		color: #fff;
}
.hotCount{
	justify-content: space-between;
	background-image: linear-gradient(to right, #FFECE5, #FFE8ED);
	padding: 3px 10px 3px 10px;
	border-radius: 14px;
	color: #EF6214;
	margin-top: 1rem;
	font-size: 12px;
}
.clock{
	width: 1.8rem;
	height: 1.8rem;
	background-image: url("../img/common/clock.png");
	margin-right: 5px;
}
/* 5.18修改*/
.searchGoodsCon{
	flex: 1;
	justify-content: space-between;
	
}