.popup {
	z-index: 101;
	width: 100%;
	margin: -10px auto 0;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
}

.mypop {
	z-index: 102;
	width: 1024px;
	text-align: center;
	text-decoration: none;
	margin: 0 auto 0;
	background-image: url("images/yellow.png");
	position: relative;
	border-radius: 5px;
	box-shadow: 0 2px 5px #000;
	clear: both;
	color: #3c5a99;
	text-shadow: 2px 2px 4px #ffffff;
}

.mypop i {
	color: #1da1f3;
}

.hpop {
	color: #1da1f3;
}
