.recommend-item{
	@include flexRowSpaceBetween;
	@include borderBotton(#e0e0e0);
	padding: 20px 0;
	&-right{
		width: 418rpx;
		&-top{
			&-nonull{
				@include  flexRowSpace;
			}
			&-info{
				padding: 10px 0px;
			}
			&-name{
				@include styleFont(#202020,14);
				line-height: 21px;
			}
			&-attention{
				width:69px;
				height:25px;
				border-width: 1px;
				border-color: rgba(249,46,44,1);
				border-radius:13px;
				line-height: 23px;
				text-align: center;
				@include styleFont(#F92E2C,13);
			}
		}
		&-bottom{
			@include  flexRowSpace;
			margin-top: 38px;
			&-wechat{
				@include styleFont(#999999,11);
				line-height: 19px;
			}
			&-copy{
				width:69px;
				background-color:rgba(240,240,240,1);
				border-radius:10px;
				line-height: 19px;
				text-align: center;
				@include styleFont(#343434,11);
			}
		}
	}
}