@import url("app.css");

.shop{
	display: flex;
	flex-wrap: wrap;
}
.shop-list{
	margin-left: 28px;
}
.shop-img{
	width: 395px;
	height: 240px;
	overflow: hidden;
}
.shop-img img{
	transition: all 0.6s;
}
.shop-img img:hover{
	transform: scale(1.2);
}
.shop-name{
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.shop-name a{
	font-size: 12px;
}
.shop-name a:hover{
	text-decoration: underline;
}
/* 搜索 */
.article-sum{
	margin-left: 28px;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}
.article-sum span{
	color: #d81b00; 
	margin: 0 5px;
}
.search-name li{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 395px;
	font-size: 12px;
	color: #999999;
	padding-top: 5px;
}
.search-name li a{
	color: #404040;
}
.search-name li a:hover{
	text-decoration: underline;
}
/* 商品 */
.goods-name{
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color: white;
}
.goods-name a{
	font-size: 14px;
}
.goods-name a:hover{
	color: #007AFF;
}
/* 视频 */
.video-list{
	margin: 0 20px 40px 20px;
}
.video-list video{
	width: 610px;
	height: 370px;
	background-color: black;
}