@charset "UTF-8";
ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}
html{
background: #000;
}
body{
	width: 100%;
	min-height: 100vh;
	max-width: 640px;
	overflow-x: hidden;
	margin: 0 auto;
	background: #fff;
	
}

.cont{
	width: 100%;
}
.cont img{
	width: 100%;
}
.contact-box{
	margin-bottom: 50px;
}
.form_book{
	font-size: 16px;
	width: 90%;
	margin: 0 auto;
}
.form_book .input{
	width: 100%;
	height: 45px;
	border: solid 2px #ccc;
	margin: 10px 0px;
	border-radius: 10px;
	font-size: 16px;
	color: #333;
	padding-left: 10px;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px #ccc;
}
.form_book  .button{
	width: 100%;
	height: 45px;
	margin: 5px 0px;
	border-radius: 10px;
	background: #5a11f5;
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 45px;
}

#footer {
	max-width: 640px;
	overflow-x: hidden;
	width: 100%;
	position: fixed;
	z-index: 9999999;
	bottom: 0;
	background: #349f20;
	text-align: center;
	font-size: 24px;
	color: #fff;
	line-height: 40px;
	padding: 5px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer a{
	color: #fff;
	text-decoration: none;
	margin-left: 15px;
}
#footer img {
	width: 40px;
	height: auto;
}
