.pro_item {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 0.5px #ddd;
	display: flex;
	justify-content: flex-start;
	align-items: start;
	padding: 15px;
	box-sizing: border-box;
}

.pro_item:hover {
	background-color: #eeeeee;
}

.pro_img {
	width: 120px;
	height: 105px;
	flex-shrink: 0;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	border: solid 0.5px #eee;
	box-sizing: border-box;
}

.pro_img img {
	width: 100%;
	height: 100%;
}

.pro_img-video {
	width: 34px !important;
	height: 32px !important;
	position: absolute;
	left: 3px;
	bottom: 3px;
}

.pro_info {
	width: calc(100% - 135px);
	margin-left: 15px;
	text-align: left;
}

.pro_title {
	width: 100%;
	height: 20px;
	font-size: 17px;
	line-height: 20px;
	overflow: hidden;
	color: #333;
}

.pro_shop,
.pro_price,
.pro_num {
	width: 100%;
	font-size: 12px;
	overflow: hidden;
	color: #333;
	padding-top: 6px;
	box-sizing: border-box;
}

.pro_price-label {
	color: #777;
}

.pro_price-unit {
	color: #E31E27;
	font-weight: bold;
}

.pro_price-value {
	color: #E31E27;
	font-weight: bold;
	font-size: 13px;
}

.pro_num {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pro_num-pay,
.pro_num-view {
	color: #777;
}

.pro_foot {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
	height: 18px;
	background-color: #f5f5f5;
	width: 100%;
	font-size: 12px;
	margin-top: 5px;
}

.pro_st {
	background-color: #F66766;
	padding: 0 5px;
	border-radius: 0 9px 9px 0;
	color: #fff;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
}

.pro_time {
	color: #cc3300;
	margin-left: 5px;
}

.pro_time font {
	color: #777;
}