*{
	margin: 0;
	padding: 0;
	list-style: none;
}
@media only screen and (min-width: 320px) {
	html {
		font-size: 10px !important;
	}
	.con {
		width: 320px;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 360px) {
	html {
		font-size: 11.25px !important;
	}
	.con {
		width: 360px;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 400px) {
	html {
		font-size: 12.5px !important;
	}
	.con {
		width: 400px;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 480px) {
	html {
		font-size: 15px !important;
	}
	.con {
		width: 480px;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 640px) {
	html {
		font-size: 20px !important;
	}
	.con {
		width: 640px;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 720px) {
	html {
		font-size: 22.5px !important;
	}
	.con {
		width: 720px;
		margin: 0 auto;
	}
}

.con img{
	width: 100%;
	display: block;
	/*margin: -1px;*/
}
.con form{
	position: relative;
}
.con .myform{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding-top: 6.5rem;
	box-sizing: border-box;
}
.myform input{
	width: 60%;
	height: 2.5rem;
	display: block;
	margin: 0 auto;
	border: 1px solid #000;
	border-radius: 0.85rem;
	padding-left: 2rem;
	box-sizing: border-box;
	
}
form button{
	width: 100%;
	margin-top: 0.3rem;
	border: none;
	display: block;
}
.myform input:nth-child(2),.myform2 input:nth-child(2){
	margin-top: 0.5rem;
}
.myform2,.myform3{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
}
.myform2 input{
	width: 60%;
	height: 2.5rem;
	display: block;
	margin: 0 auto;
	border: 1px solid #000;
	border-radius: 0.85rem;
	padding-left: 2rem;
	box-sizing: border-box;
}
.myform2 button{
	margin-top: 0.85rem;
}

