		.poupminbox{
				position: fixed;
				z-index: 9999;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				display: flex;
				display: -webkit-flex;
				justify-content: center;
				align-items: center;
				background-color: rgba(0,0,0,0.75);
		}
		@media (min-width: 768px) {
				.poupwhile{
				width: 500px;
				height: 200px;
				background-color: white;
				border-radius: 10px;
				display: flex;
				display: -webkit-flex;
				justify-content: center;
				flex-wrap: wrap;
				/*top: 50%;*/
				/*left: 50%;*/
				/*margin-top: -120px !important;*/
				/*margin-left: -320px !important;*/
				position: absolute;
				}
			.poupp{
				display: flex;
				display: -webkit-flex;
				justify-content: center;
				font-size: 16px;
				color: #636363;
				margin-top: 60px;
				width: 100%;
				padding: 0 20px;
				word-break: break-all;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
				overflow: hidden;
				text-align: center;
				}
			.poupreturn{
				display: flex;
				display: -webkit-flex;
				justify-content: center;
				align-items: center;
				margin-top: 40px;
				color: #636363;
				width: 100%;
				border-top: 1px solid #D3D3D3;
				}
		}
		@media (max-width: 768px) {
			.poupwhile{
			width: 70%;
			background-color: white;
			border-radius: 10px;
			display: flex;
			display: -webkit-flex;
			justify-content: center;
			flex-wrap: wrap;
			/*padding: 15px 0px 25px;*/
		}
		.poupp{
			display: flex;
			display: -webkit-flex;
			justify-content: center;
			align-items: center;
			font-size: 14px;
			color: #636363;
			width: 100%;
			margin-top: 35px;
			text-align: center;
			/*padding: 0px 15px;*/
			line-height: 30px;
			padding-bottom: .4rem;
		}
		.poupreturn{
			width: 100%;
			display: flex;
			display: -webkit-flex;
			justify-content: center;
			align-items: center;
			margin-top: 26px;
			color: #636363;
			height: 40px;
			border-top: 1px solid #D3D3D3;
			red: 30px;
			font-size: 14px;
			cursor: pointer;
		}
	}
	