ul.mtree {
  margin-left: 0;
  padding: 1.2em;
}
ul.mtree ul {
  margin-left: 1em;
}
ul.mtree li {
  list-style: none;
}
ul.mtree a {
  display: block;
}
ul.mtree li.mtree-node > a {
  font-weight: bold;
}

ul.mtree a {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}



ul.mtree li {
  font-size: 14px;
}
ul.mtree a {
  padding: 0px 18px;
  color: #555;
}
ul.mtree a:hover {
  text-decoration: underline;
}
ul.mtree li.mtree-node::before {
    float: left;
    margin-left: 0;
    zoom: .8;
    margin-top: -2px;
    color: #777;
}
ul.mtree li.mtree-open:before {
  content: '-';
}
ul.mtree li.mtree-closed:before {
  content: '+';
}
ul.mtree ul > li:first-child {
  margin-top: .1em;
}
ul.mtree ul > li:last-child {
  margin-bottom: .3em;
}
ul.mtree ul a {
  color: #666;
}

.mtree {
    background: #EEE;
    margin: 20px auto;
    border-radius: 3px;
}


ul.mtree li ul li {
    margin-left: 0 !important;
}

.qcld_cat_pro_list li {
  background: #D5C6C9;
}