.leftMenu {
    background: #ffffff;
    position: fixed;
    top:50px;
	left: 1000px;
    display: block;
    height: 100%;
    width:60%;
    min-width: 140px;
    max-width: 440px;
    z-index: 90002;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    position: fixed;
    overflow: auto;
}
.leftMenu.menu-open {left:40%;}
.leftMenu ul { list-style: none; padding: 0; overflow: hidden;}
.leftMenu ul li { position: relative; padding: 5px 0 5px 20px; overflow:hidden;background: #ffffff;  border-bottom:4px solid #faf7f3;  color: #fff;  font-size: 15px;}
.leftMenu a { text-decoration: none;display: block;width:100%;height: 35px; line-height:35px; display: inline-block; }
.leftMenu ul li.hasChild{  background: #ffffff; border-bottom:4px solid #faf7f3; color: #fff; font-size: 15px;}

.leftMenu ul li.hasChild li{ border-bottom: none;}
.leftMenu ul li a{  color:#383838;font-size: 15px;}
.leftMenu ul li.hasChild .hasChild_1{ border-bottom: none;}
.leftMenu ul li.hasChild a{  color:#383838;}
.leftMenu ul li.hasChild > a:after { content: "+"; position: absolute; right: 20px; top: 3px; font-size:18px; font-weight: 300;}
.leftMenu ul li.hasChild.open > a:after { content: "-"; right: 20px; font-size:20px; top: 3px;}
.f2, .f3 {
    height: 0;
    padding-left:10px;
    overflow: hidden;
    position: relative;
    transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    -webkit-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
}
.f2 ul li a{font-size: 14px !important; color: #383838;}
.leftMenu ul li a:hover{  color:#1976d2;}
.menu-dark-backdrop {
    background: rgba(0,0,0,0);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom:0;
    overflow: hidden;
}

.menu-dark-backdrop.in {
    height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.5);
}
