@import url(https://fonts.font.im/css?family=Questrial|Fugaz+One);
/*
font-family: 'Fugaz One', cursive;
font-family: 'Questrial', sans-serif;
*/
html, body {
	min-width: 1090px;
	max-height: 900px;
	min-height: 680px;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #FCFFFF;
}
.wifi {
	display: flex;
	height: 100%;
	font-family: 'Questrial', sans-serif;
}
.wifi1 {
	flex: 1;
}
.wifi2 {
	flex: 1;
	height: 90%;
	min-width: 550px;
	background: #0094F7;
	box-shadow: -41px 0 223px 0 rgba(0,148,247,0.19);
}
.zhuti {
	height: 90%;
	display: flex;
	flex-direction: column;
	margin: 60px 60px 0 60px;
}
.zhuti1 {
	flex: 1;
}
.zhuti2 {
	flex: 1;
	font-size: 27px;
	color: #636363;
	line-height: 44px;
	margin: 30px 100px 0 0;
}
.zhuti3 {
	flex: 1;
	font-size: 20px;
	color: #636363;
	line-height: 42px;
	margin: 30px 100px 0 0;
}
.zhuti4 {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}
.zhuti5 {
	flex: 1;
}
.download,.lianxiwo {
	min-width: 280px;
	position: relative;
	top: 0px;
	height: 84px;
	background: #0094F7;
	border-radius: 42px;
	color: white;
	cursor: pointer;
	text-align: center;
	line-height: 85px;
	margin: 20px auto 40px 0;
	margin-right: 50px;
	font-size: 28px;
	letter-spacing: 5.18px;
	box-shadow: 0 10px 19px 0 rgba(0,0,0,0);
	transition: box-shadow 200ms, top 200ms, background 200ms;
	transition-timing-function: ease-in-out;
}
.download:hover,.lianxiwo:hover {
	background: #18B9FF;
	box-shadow: 0 10px 19px 0 rgba(0,148,247,0.37);
	top: -2px;
}
.biaoti1 {
	font-family: 'Fugaz One', cursive;
	font-size: 38px;
	color: #636363;
}
.biaoti2 {
	font-size: 23px;
	color: #AFAFAF;
	letter-spacing: 1.1px;
}
.beatiful {
	width: 100%;
	height: 100%;
	background-image: url(photo.jpg);
	background-size:100%;
	background-repeat: no-repeat;
	opacity: 0;
	background-position: 40% 59%;
	animation: join 3s;
	animation-delay: 500ms;
	animation-fill-mode: forwards;
}
@keyframes join {
 0% {
 opacity:0;
 background-position: 40% 59%;
}
 100% {
 opacity:0.5;
 background-position: 70% 50%;
}
}
