*{
	padding: 0;
	margin: 0;
	border: 0;
}
body{
	background: url(../images/IMG.jpg);
	background-attachment:fixed;
	background-size: 100% 100%;
}
#body{
	width: 100%;
	height: 100%;
}
#body .entry{
	z-index: 10;
	font-family: "微软雅黑";
	width:360px;
	height: 280px;
	background: url(../images/bj.png);
	background-size: 100% 100%;
	padding: 15px 15px;
	box-sizing: border-box;
}
.prompt{
	padding:30px 0px;
	box-sizing: border-box;
	z-index: 10;
	margin-top: 2px;
	width: 365px;
	background: url(../images/bj_02.png);
	background-size: 100% 100%;
	font-size: 12px;
}
#body .entry p{
	font-size: 20px;
	color: dodgerblue;
}
#body .entry .input{
	padding:0px 30px;
	box-sizing: border-box;
	width:80%;
	height: 200px;
	margin:5px auto;
}

#body .entry .input p{
	color: red;
	font-size: 12px;
}
.visib{
	visibility: hidden;
}
body .entry .input .zhang{
	position: relative;
	top: -15px;
}
#body .entry .input input{
	width: 100%;
	height: 30px;
	border: 1px solid silver ;
	outline: none;
}
#body .entry .input .mar{
	width: 100%;
	height: 30px;
	position: relative;
}
#body .entry .input .mar label{
	position: absolute;
	top: 7px;left: 3px;
	font-size: 14px;
	display: none;
	color: #696868;
}
#body .entry .input .but{
	cursor: pointer;
	margin-top: 0px;
	height: 35px;
	font-size: 18px;
	color: white;
	font-weight: bold;
	background: rgb(243,100,32);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}
#body .entry .input .yanzheng{
	float: left;
	width: 60%;
	position: relative;
	top: 15px;
}
#body .entry .input .yanzheng_01{
	width: 100%;height: 35px;
}

#body .entry .input .back{
	float: right;
	background: url(../images/timg2.jpg) no-repeat;
	background-size: 100% 100%;
	margin-top: 15px;
	width: 39%;
	height: 33px;
}
#body .entry .input .errors{
	font-size: 12px;
	color: red;
	text-decoration: none;
	
}
#body .entry .input .dianji{
	font-size: 14px;
	position: relative;
	top: 0px;
	text-decoration: underline;
	color: blue;
	cursor: pointer;
}
.font{
	width: 100%;
	height: 80px;
	margin: auto;
	text-align: center;
	position: absolute;
	bottom:0px;
	font-size: 14px;
	color:white;
}
#body .dl{
	width: 360px;
	height: 500px;
	position: absolute;
	right: 5%;top: 25%;
}

