.shade_box{

	position: fixed;;

	left:0px;

	right: 0px;

	bottom: 0px;

	top: 0px;

	text-align: center;

	display: none;

	align-items: center;

	justify-content: center;

	background:rgb(0,0,0,0.66);

	z-index: 99999;

	color:#7EB2FE;

}



.ellipsis{

	overflow: hidden;

	text-overflow: ellipsis;

	display:-webkit-box;

	-webkit-box-orient:vertical;

	white-space: nowrap;

}



.ellipsis2{

	overflow: hidden;

	text-overflow: ellipsis;

	display:-webkit-box;

	-webkit-box-orient:vertical;

	-webkit-line-clamp:2;

	white-space: nowrap;

}