.scroll-middle{
	&-name{
		margin: 0 15px;
		margin-top: 10px;
		&-shop{
			width: 690rpx;
			font-size: 18px;
			font-weight: bold;
			line-height: 25px;
			margin-bottom: 10px;
		}
		&-type{
			margin-bottom: 10px;
			flex-direction: row;
			&-tag{
				@include styleFont(#838383,12);
				width: 690rpx;
				line-height: 18px;
			}
		}
	}
	&-scroll{
		width: 750rpx;
		flex-direction: row;
		&-swiper{
			flex-direction: row;
			margin-left: 15px;
			&-item{
				&-pic{
					margin-right: 8px;
					border-radius: 4px;
				}
			}
		}
	}
}
.scroll-middle-scroll::-webkit-scrollbar{
	height: 0 ;
	width: 0 ;
}