#menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	max-width: 440px;
	height: 100vh;
	background: rgba(0, 0, 0, 0.9);
	overflow: auto;
	transition: right 0.4s ease;
	z-index: 9000;
}

#menu.menu-open {
	right: 0;
}

.menu-dark-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0);
	z-index: 8999;
}

.f2 {
	height: 0;
	overflow: hidden;
	transition: height 0.4s ease;
	x
}

.f2 ul {
	padding-top: 10px;
}

.f2 a {
	padding: 7px 30px 7px 0px;
	color: #666666;
}

.hasChild>a:after {
	content: "+";
	position: absolute;
	right: 5px;
	top: 2px;
	font-size: 24px;
}

.hasChild.open>a:after {
	content: "-";
	font-size: 28px;
	top: 2px;
	right: 6px;
}

.border {
	border-bottom: 1px solid #ddd;
	padding: 12px 30px 12px 10px;
	position: relative;
}

.border a {
	color: #333;
}

.leftMenu a,
#menu a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	font-size: 14px;
}

.f1 {
	padding: 0 20px;
}