.zk-merchart-member{
	&-tab{
		margin: 15px 0;
		@include  flexRowCenter;
		&-left{
			padding-right: 64px;
			border-right-width: 2px;
			border-right-color: #cdcdcd;
			@include  flexRowCenter;
			&-text{
				@include styleFont(#888888,15);
			}
			&-pic{
				width: 11px;
				height: 11px;
				margin-right: 14px;
			}
		}
		&-right{
			@include  flexRowCenter;
			margin-left: 64px;
			&-text{
				@include styleFont(#888888,15);
			}
			&-pic{
				width: 14px;
				height: 11px;
				margin-right: 14px;
			}
		}
	}
	&-list{
		&-month{
			&-num{
				background-color: #f0f0f0;
				font-size: 15px;
				font-weight: bold;
				line-height: 36px;
				padding-left: 15px;
				margin-bottom: 11px;
			}
			&-item{
				margin: 0 15px;
				font-size: 13px;
				@include borderBotton(#f1eef2);
				@include  flexRowSpace;
				&-pic{
					width: 45px;
					height: 45px;
					border-radius: 50%;
					margin: 16px 0;
				}
				&-name{
					margin-top: 10px;
					margin-left: 16px;
					&-text{
						line-height: 37px;
						font-size: 13px;
					}
					&-ad{
						flex-direction: row;
						&-text{
							@include styleFont(#cecbcd,10);
							line-height: 16px;
							padding: 0 12px;
							border-radius: 8px;
							background-color: #f3f0f3;
							margin-right: 9px;
						}
					}
				}
				&-time{
					@include styleFont(#afadaf,10);
					line-height: 64px;
					flex: 2;
					text-align: right;
				}
			}
			&-none{
				justify-content: center;
				align-items: center;
				&-pic{
					width: 50px;
					height: 50px;
				}
				&-text{
					@include styleFont(#928f93,12);
					text-align: center;
				}
			}
		}
	}
}