.share-popup{
	&-content {
		&-close{
			text-align: center;
		}
		&-image{
			position: relative;
			background-color: red;
			&-bg{
				width: 100%;
				height: 450px;
			}
			&-info{
				width: 300px;
				height: 450px;
				@include positionAbsolute;
				align-items: center;
				justify-content: center;
				&-center{
					width: 238px;
				}
				&-top{
					border-width: 1px;
					border-style: solid;
					border-color: #CFCFCF;
					&-image{
						@include flexRowCenterCenter;
						background-color: #FFFFFF;
						@include borderBotton(#CFCFCF);
						&-child{
							width: 200px;
							height: 200px;
						}
					}
					&-text{
						padding:8px 20px;
					}
					&-title{
						@include styleFont(#202020,14);
					}
					&-price{
						@include styleFont(#FD493D,15);
					}
				}
				&-qrcode{
					margin-top: 10px;
					flex-direction: row;
					&-right{
						justify-content: flex-end;
						&-text{
							@include styleFont(#BFBFBF,22);
						}
					}
					&-left{
						margin-right: 10px;
						&-image{
							width: 50px;
							height: 50px;
						}
					}
				}
			}
		}
	}
}