.pop {
  display: flex;
  box-sizing: border-box;
  flex-flow: column;
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 549px;
  background-color: #ffffff;
  padding: 35px;
 border: 1px solid #dedad9;
 font-family: Verdana, Geneva, sans-serif;
}

.pop a {
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background-color: #2870bd;
  height:38px;
  padding: 10px;
  box-sizing: border-box;
  color: #ffffff;
  border-radius: 5px;
  margin-top: 20px;
	cursor:pointer;
}
.pop div.para{
	color:#3f403f;
	line-height: 1.6;
}
.pop h3{
	font-size: 27px;
	font-weight: normal;
	margin-bottom: 10px;
}
.pop-underlay {
    position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99998;
	filter: blur(2px);   
}