	#menu{
	background: #f8f8f8;
    width: 0%;
	position: fixed;
	z-index:999;
	top: 0;
}

.navbar-collapse{
	height:55px;
	background-repeat:no-repeat;
	background-image:url(../img/2.png);
	background-position: 7%;
}

.wrap {
     overflow-y: scroll; 
}
.navbar-nav {
    border-top: 1px solid hsl(0,0%,90%);
    margin-bottom: 20px;
}
.navbar-nav>li {
    border-bottom: 1px solid hsl(0,0%,90%);
	display: flex;
	padding-left: 3px;
    line-height: 24px;
}
.navbar-nav>li>a {
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px!important;
    padding-right: 20px!important;
}
.menu-back {
	width:0%;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.8);
}
	