@charset "utf-8";



.button-toggle {
	float: right;
	width: 48px;
	height: 37px;
	cursor: pointer;
	margin-right: 10px;
	margin-top: 26px;
}


.title {
	float: left;
	height: 5px;
	width: 100%;
}

.title h2 {
	margin: 0;
	font-size: 20px;
}

.title h2 a {
	color: #FFFFFF;
	text-decoration: none;
}

.menu {
	position: absolute;
	top: 90px;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	color: #999;
	overflow: hidden;
}

.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu li {
	position: relative;
}

.menu a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	line-height: 20px;
	font-size: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.menu a:hover {
	background: #333;
}

.warpper {
	max-width:340px;
	margin: 0 auto;
	margin-top: 20%;
	margin-bottom: 20%;
}
