@charset "utf-8";
/* CSS Document */
.top-box{
	width: 100%;
	height: 80px;
}
.mid-box{
	width: 100%;
	height: 500px;
	text-align: center;
}
.center-mid-box{
	width: 100%;
	height: auto;
}
.line{
	display: flex;
	width: 100%;
	height: 50px;
/*	background-color: antiquewhite;*/
}
.lineBorder{
	width: 35%;
}
.right-input{
	width: 30%;
	text-align: left;
}
.left-text p{
	margin-right: 15%;
	font-size: 20px;
	margin-top: 0px;
	padding-top: 2px;
}
.right-input input{
	padding-left: 2%;
	height: 50px;
	width: 100%;
	border: 1px solid black;
	border-radius: 5px;
/*	font-size: 20px;*/
}
.right-input input:focus{
	outline: 0;
}
.head-text{
	font-size: 50px;
	margin-top: 0px;
	padding-top: 0px;
	color: #009344;
}
.btnBox{
	width: 100%;
	text-align: center;
/*	background-color: aqua;*/
	margin-top: 20px;
}
.btnBox button{
	width: 150px;
/*	font-size: 16px;*/
}
.text-morong{
/*	font-size: 20px;*/
}
a{
	color: #21409a;
}
a:hover{
	color: #009344;
}
/*
@media only screen and (min-height:1500px) and (max-height:2401px){
	#top-box{
		height: 600px;
	}
}
*/
@media only screen and (max-height:768px){
	.top-box{
		height: 80px;
	}
}
@media only screen and (min-height:769px) and (max-height:1080px){
	.top-box{
		height: 250px;
	}
}
@media only screen and (min-height:1081px) and (max-height:1300px){
	.top-box{
		height: 300px;
	}
}
@media only screen and (min-height:1301px) and (max-height:2400px){
	.top-box{
		height: 500px;
	}
}

@media only screen and (max-width:1080px){
	.top-box{
		height: 500px;
	}
	.line{
		display: flex;
		width: 100%;
		height: 100px;
	/*	background-color: antiquewhite;*/
	}
	.lineBorder{
		width: 10%;
	}
	.right-input{
		width: 80%;
		text-align: left;
	}
	.left-text p{
		margin-right: 15%;
		font-size: 20px;
		margin-top: 0px;
		padding-top: 2px;
	}
	.right-input input{
		padding-left: 2%;
		height: 100px;
		width: 100%;
		border: 1px solid black;
		border-radius: 5px;
		font-size: 40px;
	}
	.right-input input:focus{
		outline: 0;
	}
	.head-text{
		font-size: 60px;
		margin-top: 0px;
		padding-top: 0px;
		color: #009344;
	}
	.btnBox{
		width: 100%;
		text-align: center;
	/*	background-color: aqua;*/
		margin-top: 40px;
	}
	.btnBox button{
		width: 300px;
	/*	font-size: 16px;*/
	}
	.text-morong{
		font-size: 30px;
	}
}

