*{
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
}
html,body{
	-webkit-text-size-adjust: none;
	height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	background: #1E1E1E;
}
body.home {
	background: #1E1E1E url("../images/home_back.png") center center no-repeat;
	background-size:  contain;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.box {
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 50px;
}
.logo{
	width: 48px;
	height: 128px;
	background: #E72D5A;
	flex: none;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
}
.logo img{
	display: block;
	width: 30px;
}
.logo a{
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.top-nav{
	width: 100%;
	text-align: right;
}
.top-nav a{
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	color: #aaa;
	margin-left: 50px;
	text-decoration: none;
}
.top-nav a:first-child{
	margin-left: 0;
}
.top-nav a:hover,
.top-nav a.active{
	color: #fff;
	text-decoration: none;
}
.main{
}
body.home .main{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.slogan{
	font-family: 'Biryani', sans-serif;
	color: #52e113;
	background: url("../images/patten.png") center center no-repeat;
	-moz-background-clip: text;
	-ms-background-clip: text;
	-o-background-clip: text;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-ms-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	-o-text-fill-color: transparent;
	text-fill-color: transparent;
	font-weight: 900;
	font-size: 55px;
	line-height: 65px;
	max-width: 1000px;
}
.main .box{
	width: 900px;
}
.main-content{
	font-size: 13px;
	line-height: 18px;
	color: #C4C4C4;
	padding-bottom: 30px;
}

.main-content p,
.main-content h1,
.main-content h2,
.main-content ul{
	padding: 10px 0;
}
.main-content a{
	color: #C4C4C4;
	text-decoration: underline;
}
.main-content h1{
	padding-top: 40px;
	font-size: 20px;
}
.main-content h2{
	padding-top: 40px;
	font-size: 15px;
}
.main-content ul{
	margin-left: 20px;
}
.update-text{
	color: #828282;
}
.footer{
	position: fixed;
	width: 100%;
	background: #1E1E1E;
	height: 60px;
	bottom: 0;
	left: 0;
	display: none;
}
.bot-nav{
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.bot-nav a{
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	color: #aaa;
	margin-left: 20px;
	text-decoration: none;
}
.bot-nav a:first-child{
	margin-left: 0;
}
.bot-nav a:hover,
.bot-nav a.active{
	color: #fff;
	text-decoration: none;
}
@media (max-width: 800px) {
	body.home {
		background: #1E1E1E url("../images/home_back_mob.png") center center no-repeat;
		background-size:  contain;
	}
	.header{
		padding: 0 20px;
	}
	.top-nav{
		display: none;
	}
	.main{
		width: 100%;
	}
	.main .box{
		width: 100%;
		padding: 25px 20px;
		box-sizing: border-box;
	}
	.slogan {
		font-family: 'Biryani', sans-serif;
		color: #52e113;
		background:url(../images/pattern_mob.png) center center no-repeat;
		-moz-background-clip: text;
		-ms-background-clip: text;
		-o-background-clip: text;
		-webkit-background-clip: text;
		background-clip: text;
		-webkit-text-fill-color: transparent;
		-ms-text-fill-color: transparent;
		-moz-text-fill-color: transparent;
		-o-text-fill-color: transparent;
		text-fill-color: transparent;
		font-weight: 900;
		font-size: 28px;
		line-height: 42px;
		box-sizing: border-box;
		display: block;
		margin: 0 auto;
		width: 100%;
		overflow: hidden;
	}
	.footer{
		display: flex;
	}
}