.product_title a
{
	display: block;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.product_title .preference_info
{
	color: #e60012;
	padding: 5px 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.showChechBox
{
	width: 12px;
	height: 12px;
	border: 1px solid #ff3c3c;
	display: inline-block;
	outline: none;
	overflow: hidden;
	float: left;
}

.showChechBox_select
{
	background: url(../../static/images/pc/icon.png) no-repeat -142px -24px;
}

.showProductAsExcel
{
	margin-right: 20px; 
	float: right; 
	margin-top:13px;
}

.showCkLabel
{
	padding-left:10px;
	cursor:pointer;
}

.my_ck_more {
	width: 150px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: url(../../static/images/pc/morebg.jpg);
	margin: 0px auto;
	margin-top: 20px;
}

.my_ch_more_loadingMore
{
	width: 150px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: url(../../static/images/pc/morebg.jpg);
	margin: 0px auto;
	margin-top: 20px;
	display:none;
}
.my_ck_more a {
	font-size: 14px;
	color: #878586;
}
.my_ck_more a:hover {
	color: #e60012;
}

.continue_shopping_btn
{
	float: left;
	height: 20px;
	line-height: 20px;
	margin-right: 50px;
	padding: 5px;
	background: red;
	border-radius: 5px;
}

.continue_shopping_btn a{
	color: #fff;
	text-decoration: none;
}

#top_sort .cp_img img
{
	width: 160px;
	height: 210px;
}

#temp_spread_product_list .cp_img img
{
	width: 160px;
	height: 220px;
}

.fr-goods{width:100px!important}

.product_discounts{
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
.product_discounts span{
	color: #999;
}