.zk-merchant-store{
	margin: 0 15px;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	padding: 15px 10px;
	border-radius: 4px;
	box-shadow:0px 0px 14px 0px rgba(163,163,163,0.23);
	&-top{
		@include  flexRowSpace;
		&-left{
			&-title{
				line-height: 19px;
				@include styleFont(#343434,15);
				@include onlyLineEllipsis;
			}
			&-des{
				margin-top: 5px;
				flex-direction: row;
				&-list{
					flex-direction: row;
					&-item{
						@include styleFont(#9494A0,12);
						line-height: 38px;
					}
					&-line{
						@include styleFont(#9494A0,12);
						line-height: 38px;
						margin: 0 15px;
					}
				}
			}
		}
		&-right{
			&-button{
				width:65px;
				height:22px;
				padding: 0 5px;
				border-width: 1px;
				border-color: #FD493D;
				border-radius:11px;
				text-align: center;
				line-height: 20px;
				@include styleFont(#FD493D,12);
			}
		}
	}
	&-bottom{
		@include flexRowSpaceBetween;
		&-pic{
			width:100px;
			height:100px;
			border-radius:4px;
		}
	}
}