$gridPrefix:'ui-prompts';
.#{$gridPrefix}{
	font-size: 0.16rem;
	width: 100%;
	min-height: 0.4rem;
	line-height: 0.4rem;
	color: #fff;
	position: fixed;
	z-index:2;
	.prp-ic{
		width: 0.4rem;
		min-height: 0.4rem;
		display: flex;
		align-items: center;
		justify-content: center;		
	}
	.prp-front{
		float: left;		
	}
	.prp-after{
		float: right;
	}
	.prp-p{
		margin-left: 0.4rem;
		margin-right: 0.4rem;
		font-size: 0.16rem;
		padding-top: 0.08rem;
		padding-bottom: 0.08rem;
		line-height: 0.24rem;
		min-height: 0.24rem;
		max-height: 11rem;
		overflow-y: auto;
	}

	.prp-icon{
		height: 0.4rem;
		line-height: 0.4rem;
		font-size: 0.16rem;
	}

}
.display{
	display: none;
}
.chos-error{
	background: #ff7360;
}
.chos-notc{
	background: #349af6;
}
.chos-suc{
	background: #00e099;
}
.chos-warn{
	background: #ff9500;
}
.top{
	top: 0.44rem;
}
.bottom{
	bottom: 0;
}