.popup-check-region {
	background: rgba(0, 0, 0, .5);
	position: fixed;
	z-index: 100;
	height: 100%;
	width: 100%;
}
.check-region-inner {
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, .2);
	margin: 200px auto 0;
	background: #fff;
	padding: 20px;
	width: 600px;
}