.page {
	width: 100%;
	height: 100%;
	position: relative;
	background: url("../../images/1/page.png") no-repeat;
	background-size: 100% 100%;
}
.submit {
	width: 15.1%;
	height: 5%;
    position: absolute;
	background-image: url("../../images/1/submit1.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	bottom: 16%;
	left: 42.8%;
}
.b {
	width: 15.1%;
	height: 10%;
    position: absolute;
	background-color: aqua;
	opacity: 0;
	bottom: 13.4%;
	left: 42.8%;
	display: none;
}
input {
	width: 22.5%;
	height: 5%;
    position: absolute;
	top: 54.8%;
	left: 42.5%;
	background-color: transparent;
	border: 0;
	text-align: center;
}