/*菜单原有样式*/
.menu,.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width:255;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  display: none;
  background-color:#2c2c2c;
}
.panel,.slideout-panel {
  position: relative;
  z-index: 1;
}
.slideout-open,.slideout-open body {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
}

/*导航样式*/
.menu-section{
    width:290px;
    height:100%;
	overflow: auto;
    float: right;
}
.menu-section .title{
  width:100%;
  padding-left:0.1rem;
  color:#fff;
  font-size: 0.18rem;
  background:#2c2c2c;
}
.menu-section .list{
  width:100%;
}
.menu-section .list li{
  width:100%;
  height:0.5rem;
  line-height: 0.5rem;
  background-color:transparent;
  background: #3d3d3d;
  background: -moz-linear-gradient(top, #3d3d3d 0%, #464646 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3d), color-stop(100%,#464646));
  background: -webkit-linear-gradient(top, #3d3d3d 0%,#464646 100%);
  background: -o-linear-gradient(top, #3d3d3d 0%,#464646 100%);
  background: -ms-linear-gradient(top, #3d3d3d 0%,#464646 100%);
  background: linear-gradient(to bottom, #3d3d3d 0%,#464646 100%);
  border-bottom: 1px solid #353535;
  text-align: center;
}
.menu-section .list li a{
  color:#fff;
  font-size: 0.16rem;
}
.title a{color: #fff; }