/* CSS Document */
/*http://www.inline.online*/
/* Qin Fox  ABC@XYZ.CEO */
* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/b.jpg)no-repeat; 
	background-attachment: fixed;
	background-size:cover;
}

.logo {
	width: 360px;
	height: 180px;
	margin: 100px auto;
	cursor: pointer;
	background: url(../images/logo.gif) no-repeat 0 0;
}


.search {
	width: 42.752562%;
	height: 46px;
	border: 1px solid #90EE90;
	border-radius: 46px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.99;
	background-color: #FFF;
}

.search:hover {
	border: none;
	box-shadow: 0px 0px 52px #FFF;
}

.it {
	width: 92.123288%;
	height: 34px;
	border: none;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.eye {
	float: right;
	margin: 12px 12px;
	box-sizing: border-box;
	position: relative;
	width: 2em;
	height: 1.2em;
	background-color: #90EE90;
	border-radius: 50%;
	cursor: pointer;
}

.eye:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: .8em;
	height: .8em;
	background-color: #fff;
	border-radius: 50%;
}

.eye:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: .4em;
	height: .4em;
	background-color: #90EE90;
	border-radius: 50%;
}

.footer {
	text-align: center; 
	position: fixed;
	right: 1%;
	left: 1%;
	bottom: 6%;
	font-size: 12px;
}
.footer p,.footer a{color: rgba(123, 123, 123, 1);}
.footer a{text-decoration: none;}


/*
.footer {
	text-align: center; 
	position: fixed;
	right: 1%;
	left: 1%;
	bottom: 6%;
}

.footer a,p {
	color: rgba(153, 153, 153, 1);
}
.footer a {
	text-decoration: none;
}
*/
