* {
	padding: 0;
	margin: 0;
}
.cox {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	display: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	outline: 0;
	-webkit-overflow-scrolling: touch;
	background-color: rgb(0, 0, 0);
	filter: alpha(opacity=60);
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9999;
}
.cox1 {
	width: 80%;
	height: 300px;
	position: fixed;
	right: 10%;
	top: 50%;
	margin-left: -250px;
	border: 0.1px solid #000000;
}
a {text-decoration: none; color:#000;}