html {
	font-family: arial; font-size: 62.5%;
}
* {
	margin: 0px; padding: 0px;
}
body {
	width: 100%; height: 100%; background-color: rgb(240, 241, 245);
}
a {
	color: rgb(255, 255, 255); text-decoration: none;
}
ul {
	list-style: none;
}
.wrepper {
	width: 100%; background-image: url("../img/bg.png"); background-color: rgb(240, 241, 245);
}
.wrepper::after {
	color: transparent; font-size: 16px; margin-top: 240px; display: block; content: "-";
}
.wrepper .box .logo-box {
	width: 100%; text-align: center;
}
.wrepper .box .logo-box .logo {
	margin-top: 140px; display: inline-block;
}
.wrepper .box .text-box {
	width: 100%; text-align: center;
}
.wrepper .box .text-box .text {
	margin-top: 38px;
}
.wrepper .box .button-box {
	text-align: center;
}
.wrepper .box .button {
	margin: 40px auto auto; border-radius: 10px; width: 500px; height: 90px; text-align: center; color: rgb(53, 47, 30); line-height: 90px; font-size: 40px; font-weight: 200; display: inline-block; background-color: rgb(255, 218, 100);
}
.wrepper .box .button:hover {
	color: rgb(255, 255, 255); background-color: rgb(255, 98, 120);
}
@media screen and (max-width:1100px)
{
.wrepper {
	background-position: center; width: 100%; background-image: url("../img/bg.png"); background-size: 350%; background-color: rgb(240, 241, 245);
}
.wrepper::after {
	color: transparent; font-size: 16px; margin-top: 50%; display: block; content: "-";
}
.wrepper .box .logo-box {
	text-align: center;
}
.wrepper .box .logo-box .logo {
	width: 30%; margin-top: 35%; display: inline-block;
}
.wrepper .box .text-box {
	text-align: center;
}
.wrepper .box .text-box .text {
	width: 80%; margin-top: 10%;
}
.wrepper .box .button-box {
	text-align: center;
}
.wrepper .box .button {
	margin: 40px auto auto; border-radius: 10px; width: 76%; height: 60px; text-align: center; color: rgb(53, 47, 30); line-height: 60px; font-size: 2.8rem; font-weight: 100; display: inline-block; background-color: rgb(255, 218, 100);
}
.wrepper .box .button:hover {
	color: rgb(255, 255, 255); background-color: rgb(255, 98, 120);
}
}
