/* 案例和新闻列表 */
.touchweb-com_searchListBox.hide {
	display: none;
}

.touchweb-com_searchListBox li {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	margin-left: -1px;
	padding-bottom: 13px;
}

.touchweb-com_searchListBox .item {
	display: block;
	padding: 12px 12px 0px 12px;
	position: relative;
	z-index: 1;
	left: 0;
	top: 0;
}

.touchweb-com_searchListBox .item:active {
	background-color: #f5f5f5;
}

.touchweb-com_searchListBox .item:after {
	content: "";
	display: table;
	clear: both;
}

.touchweb-com_searchListBox .item .pic_box {
	float: left;
	margin-right: 10px;
	background-size: cover;
	background-position: center;
	width: 90px;
	height: 90px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}

.touchweb-com_searchListBox .item .pic_box:after {
	content: '';
	padding-top: 100%;
	display: block;
	width: 100%;
}

.touchweb-com_searchListBox .item .pic_box img {
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
}

.touchweb-com_searchListBox .item .title_box {
	height: 33px;
	overflow: hidden;
	color: #666;
	font-size: 18px;
	line-height: 33px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.touchweb-com_searchListBox .item .title_box .self_sell {
	display: inline-block;
	height: 12px;
	line-height: 12px;
	padding: 0 3px;
	border: 1px solid #ff3c25;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #ff3c25;
	font-size: 1rem;
}

.touchweb-com_searchListBox .item .title_box .purchased {
	font-size: 12px;
	color: #f39800;
}

.touchweb-com_searchListBox .item .title_box .shop_abroad {
	display: inline-block;
	height: 15px;
	line-height: 15px;
	padding: 0 3px;
	border: 1px solid #ae74f3;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #ae74f3;
}

.touchweb-com_searchListBox .item .active_box {
	height: 30px;
	width: 30px;
	position: absolute;
	z-index: 9999;
	top: 0px;
	left: 0px;
}

.touchweb-com_searchListBox .item .active_box span {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/HOT.png) no-repeat;
	background-size: auto 100px;
	text-indent: -9999px
}

.touchweb-com_searchListBox .item .active_box .active_tag:nth-child(-n+3) {
	display: inline-block;
}

.touchweb-com_searchListBox .item .active_box .active_tag:last-child {
	margin-right: 0;
}

.touchweb-com_searchListBox .item .active_box .active_tag.bg_blue {
	background-color: #4cb8f7;
}

.touchweb-com_searchListBox .item .active_box .active_tag.bg_red {
	background-color: #ff8b67;
}

.touchweb-com_searchListBox .item .active_box .active_tag.bg_purple {
	background-color: #8f65c4;
}

.touchweb-com_searchListBox .item .active_box .active_tag .icon {
	display: inline-block;
	width: 10px;
	height: 12px;
	line-height: 12px;
	text-align: center;
	vertical-align: middle;
}

.touchweb-com_searchListBox.openList li {
	float: left;
	width: 50%;
}

.touchweb-com_searchListBox.openList li:nth-child(even) .item {
	border-right-color: #fff;
}

.touchweb-com_searchListBox.openList .item .pic_box {
	float: none;
	width: 100%;
	height: auto;
	margin-right: 0;
	margin-bottom: 10px;
	position: relative;
}

.touchweb-com_searchListBox.openList .item .pic_box.cloth:after {
	content: '';
	padding-top: 140%;
	display: block;
	width: 100%;
}

.touchweb-com_searchListBox.openList .item .pic_box:after {
	content: '';
	padding-top: 100%;
	display: block;
	width: 100%;
}

.touchweb-com_searchListBox.openList .item .active_box .active_tag {
	display: none;
}

.touchweb-com_searchListBox.openList .item .active_box .active_tag:nth-child(-n+1) {
	display: inline-block;
}
