﻿/* infoList */

.bypc-shop-infoList {
	float: left;
	display: block;
	width: 100%;
	padding-bottom: 10px;
}

.bypc-shop-infoList ul {
	float: left;
	display: block;
	width: 100%;
	/*border: 1px solid #F0F0F0;*/
}

.bypc-shop-infoList ul li {
	float: left;
	display: block;
	padding: 20px 0px;	
	width: 100%;
	/*border-bottom: 1px solid #F0F0F0;*/
}

.bypc-shop-infoList ul li:last-of-type {
	border-bottom: none;
}


/* infoList img */

.bypc-shop-infoList ul li .bypc-shop-infoList-img {
	float: left;
	display: block;
	width: 20%;
	max-width: 180px;
	max-height: 120px;
	overflow: hidden;
}

.bypc-shop-infoList ul li .bypc-shop-infoList-img img {
	width: 100%;
}


/* infoList detail */

.bypc-shop-infoList ul li .bypc-shop-infoList-detail {
	float: left;
	display: block;
	padding-left: 20px;
	width: 80%;
}


/* infoList detail - title */

.bypc-shop-infoList-detail .bypc-shop-infoList-title {
	float: left;
	display: block;
	padding-bottom: 5px;
	width: 100%;
}

.bypc-shop-infoList-detail .bypc-shop-infoList-title a {
	float: left;
	display: block;
	padding-right: 10px;
	width: 88%;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 1px;
	color: #444;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bypc-shop-infoList-detail .bypc-shop-infoList-title a:hover {
	color: #FF0000;
}

.bypc-shop-infoList-detail .bypc-shop-infoList-title span.price {
	float: right;
	display: block;
	width: 12%;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 1px;
	color: #FF4040;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bypc-shop-infoList-detail .bypc-shop-infoList-title span.price strong {
	padding-left: 5px;
	font-size: 18px;
	font-weight: 700;
}


/* infoList detail - summary */

.bypc-shop-infoList-detail .bypc-shop-infoList-summary {
	float: left;
	display: block;
	padding-top: 8px;
	width: 100%;
	max-height: 50px;
	font-family: "宋体";
	font-size: 13px;
	line-height: 20px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}


/* infoList detail - tips */

.bypc-shop-infoList-detail .bypc-shop-infoList-tips {
	float: left;
	display: block;
	padding-top: 5px;
	width: 100%;
	font-size: 14px;
	line-height: 15px;
	color: #999;
}

.bypc-shop-infoList-tips .name {
	float: left;
	display: inline-block;
	padding-top: 5px;
	padding-right: 12px;
	max-width: 42%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bypc-shop-infoList-tips .name a {
	font-family: simsun;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bypc-shop-infoList-tips .name a:hover {
	color: #0033FF;
}

.bypc-shop-infoList-tips .tag {
	float: left;
	display: inline-block;
	padding-top: 2px;
	max-width: 40%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bypc-shop-infoList-tips .tag span {
	float: left;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	height: 22px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	text-align: center;
	border-radius: 1px;
	cursor: pointer;
}

.bypc-shop-infoList-tips .tag span:not(:first-of-type) {
	margin-left: 10px;
}

/*.bypc-shop-infoList-tips .tag span.vip {
	color: #FF6600;
	background-color: #FFF;
	border: 1px solid #FFE9DA;
}*/

.bypc-shop-infoList-tips .tag span.certification {
	color: #0A7CDF;
	background-color: #FFF;
	border: 1px solid #DAEDFD;
}

.bypc-shop-infoList-tips .tag span.personal {
	color: #00B801;
	background-color: #FFF;
	border: 1px solid #CCF4BF;
}

.bypc-shop-infoList-tips .time {
	float: right;
	display: inline-block;
	padding-top: 5px;
	max-width: 18%;
	font-size: 14px;
	line-height: 15px;
	color: #AAA;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*查看更多信息*/
.bypc-shop-infoList .more{
	float: left;
	width: 100%;
	margin-top: 20px;
	padding-top: 10px;
	text-align: center;
	border-top: 1px dashed #F0F0F0
}
