@font-face {
	font-family: MotorOil;
	src: url(MotorOil1937M54.ttf);
}
body {
	font-family: MotorOil, "冬青黑体", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "华文黑体", STHeiti;
	color:#fff; text-align:center;
}
canvas {
	position: fixed;
	top: 0;
	left: 0;
}
.section {
	
}
#fullpage {
	width: 100%;
}
#fp-nav .invisible {
	display: none;
}
#fp-nav ul {
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	padding: 1px;
}
#bg, #animation {
	position: fixed;
	left: 0;
	top: 0;
	height: auto;
	width: auto;
}
#page1 #watch {
	position: absolute;
	display: block;
	background: none;
	border: 3px solid #fff;
	border-radius: 3px;
	bottom: 100px;
	width: 300px;
	height: 80px;
	left: 50%;
	margin-left: -150px;
	color: #fff;
	font-size: 28px;
}
#close:focus {
	outline: none;
}
#close {
	border: none;
	cursor: pointer;
	position: absolute;
	top:-40px;
	left: -40px;
	opacity: .9;
	width: 80px;
	height: 80px;
	padding: 15px;
	padding-top: 18px;
	/*padding: 10px;*/
	border-radius: 50%;
	background-color: white;
	display: inline-block;
	overflow: hidden;
	font-size: 50px;	
	line-height: 50px;
	color: black;
}
#page1 #watch:hover {
	background-color: rgba(0, 0, 0, 0.3);
}
#page1 #watch:focus {
	outline: none;
}
#page1 #video {
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	width: 640px;
	height: 360px;
	z-index: 99999;
}
#page2 {
	background-color: #fff;
	color: #000;
	font-size: 18px;
}
#page3 {
	background: url('page3-bg.png');
	background-size: cover;
	/*color: #555;*/
	font-size: 18px;
}
#page3 .content {
	text-align: left;
}
#page3 .circle {
	border-radius: 50%;
	background-color: #fff;
	width: 140px;
	height: 140px;
	margin-left: auto;
	margin-right: auto;	
	color: #000;
	font-size: 38px;
	text-align: center;
	line-height: 60px;
	padding: 10px;
}
#page4 {
	background: url('no2.png');
	background-size: cover;
}
#page4 .tutor {
	text-align: left;
	padding: 20px;
	background-color: rgba(32, 32, 32, 0.7);
	color: white;
	margin: 0px;
	overflow: hidden;
	margin-bottom: 20px;
}

#page4 .tutor-pic {
	float: left;
	width: 20%;
	min-width: 100px;
	height: auto;
	margin-right: 20px;
}

#page4 .white-strip {
	color: #000;
	text-align: center;
	overflow: hidden;
	background: #fff;
	width: 100%;
	margin-bottom: 20px;
}
#page4 .mobile-strip {
	display: none;
}
#page5 {
	height: 100%;
}
#page5 .page-wraper {
	overflow: hidden;
	background-color: #1f1f1f;
	height: 100%;
	/*margin-bottom: -80px;*/
}/*
#page5 footer {
	background-color: #111;
	padding: 30px;
	height: 80px;
}*/
#page5 footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: #111;
	padding: 30px;
	height: 80px;
}

#page5 button {
	height: 80px;
	width: 260px;
	font-size: 36px;
}

#page5 .social {
	margin: 0 15px;
	display: inline-block;
	overflow: hidden;
	height: 50px;
}
#page5 .social img{
	height: 100%;
}
#page5 .organizer {
	margin: 0 15px;
	display: inline-block;
	overflow: hidden;
	height: 100px;
}
#page5 .organizer img{
	height: 100%;
}
#page5 .block {
	margin: 30px;
}
#page5 .sponsor {
	margin: 0 15px;
	display: inline-block;
	overflow: hidden;
	height: 100px;
	margin-bottom: 20px;
}
#page5 .sponsor img{
	height: 100%;
}
#page5 .page-wraper:after {
  content: "";
  display: block;
  height: 80px; 
}
@media screen and (min-width: 1001px) {

	#page5 #main {
		position: absolute;
		bottom: 100px;
		left: 50%;
		width: 1000px;
		margin-left: -500px;
	}
	#page3 .block {
		margin-left:60px; margin-right:60px;
	}
	#page3 {
		font-size: 18px;
	}
	#page4 .tutor-pic {
		min-width: 180px;
	}
	#page4 .block {
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}
	#page4 .title {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 1000px) {
	#page4 .white-strip h3 {
		font-size: 15px;
		line-height: 1;
		display: none;
	}
	#page4 .white-strip h5 {
		font-size: 10px;
		line-height: 1;
		display: none;
	}
	#page4 .white-strip {
		overflow: hidden;
		width: auto;
		width: 20%;
		height: 100%;
		float: left;
		margin-bottom: 0;
		margin-right: 20px;
	}
	#page4 .tutor-pic {
		float: top;
		width: 100%;
		height: auto;
		margin-right: 0;
	}
	#page4 .mobile-strip {
		padding-left: 5px;
		padding-right: 5px;
		display: block;
		background-color: #fff;
		width: 220px;
		text-align: center;
		height: 30px;
		color: #000;
		overflow: hidden;
		float: left;
		margin-right: 20px;
	}
	#page3 h2 {
		float: left;
		margin-left: 20px;
		margin-right: 30px;
		margin-top: 30px;
	}
	#page3 .circle {
		float: left;
		border-radius: 50%;
		background-color: #fff;
		width: 100px;
		height: 100px;
		margin-left: auto;
		margin-right: auto;	
		color: #000;
		font-size: 28px;
		text-align: center;
		line-height: 40px;
		padding: 10px;
	}
	#page3 .circle-and-title {
		margin-left: 30px;
	}
	#page3 .title {
		padding: 5px;
		padding-top: 20px;
	}
	#page3 .content ul {
		clear: both;
	}
	#page3 .content p {
		margin-left: 5px;
		clear: both;
	}
}