	.distribution {
		padding: 0 15px;
		&-item {
			padding: 0 12px;
			padding-top: 16px;
			padding-bottom: 14px;
			box-shadow: 0px 0px 14px 0px rgba(163, 163, 163, 0.23);
			background-color: #FFFFFF;
			border-radius: 6px;
			margin-top: 20px;
			&-top {
				@include borderBotton(#F4F2F4);
				@include  flexRowSpace;
				&-text {
					@include styleFont(#999999,11);
					line-height: 29px;
				}
				&-text1{
					@include styleFont(#F62D24,11);
					line-height: 29px;
				}
			}
			&-mid {
				@include borderBotton(#F4F2F4);
				padding: 18px 0 15px 0;
				@include  flexRowSpace;
				&-image {
					width: 89px;
					height: 89px;
					border-radius: 6px;
				}
				&-right {
					width: 452rpx;
					justify-content: space-between;
					&-title {
						line-height: 22px;
						@include styleFont(#333333,14);
						@include moreLineEllipsis;
					}
					&-specification {
						@include styleFont(#999999,11);
						line-height: 22px;
					}
					&-money {
						@include styleFont(#333333,11);
						text-align: right;
					}
				}
			}
			&-bottom {
				&-purchaser {
					@include  flexRowSpace;
					&-wrap {
						@include flexRowCenterCenter;
						&-image {
							width: 30px;
							height: 30px;
							border-radius: 50%;
						}
						&-portrait {
							width: 19px;
							height: 19px;
							border-radius: 50%;
							background-color: #F4D03F;
						}
						&-name {
							@include styleFont(#999999,11);
							margin-left: 7px;
							line-height: 39px;
						}
						&-num {
							@include styleFont(#343434,11);
							color: #343434;
						}
						&-money {
							@include styleFont(#343434,11);
							line-height: 39px;
							margin-left: 7px;
						}
					}
				}
				&-button {
					@include flexRowEnd;
					margin-top: 12px;
					&-affirm {
						width: 75px;
						height: 25px;
						border-width: 1px;
						border-color: rgba(153, 153, 153, 1);
						border-radius: 13px;
						line-height: 23px;
						text-align: center;
						margin-left: 8px;
						@include styleFont(#999999,11);
					}
				}
			}
		}
	}
	.active{
		background-image: linear-gradient(to right,rgba(245,45,46,1),rgba(250,85,41,1));
		border-width: 0px;
		@include styleFont(#fff,11);
	}