.menu-wrap{
  width:200px;
  position: relative;
  float: left;
  max-width: 260px;
  margin-left: 20px;
}
.VerticalMenu {
  display: block;
  width: 100%;
  cursor: pointer;
  /*margin: 0px 20px;*/
  background: #fff;
  overflow: hidden;
  /*border-top: 2px solid #c5c5c5;
  border-bottom: 2px solid #c5c5c5;*/
}
.VerticalMenu a{
    text-decoration: none;
}
.VerticalMenu > div {
  width: 100%;
  float: left;
}

.VerticalMenu .menu-active span{
color: #f66c21;
}
.VerticalMenu > div > div:first-child {
  text-align: left;
  height: 51px;
  background-color: white;
  line-height: 40px;
  /* padding-right: 10px; */
  /*border-bottom: 1px solid  #e5e5e5;*/
  transition: background-color 0.1s linear;
}

.VerticalMenu span{
  font-size: 12px !important;
  font-weight: 100 !important;
  font-weight: bold;
  display: block;
  color: #333;
  margin: 0 20px;
  padding: 5px 0 5px 0px;
  letter-spacing: 0.2em;
  border-bottom: 1px solid #e5e5e5;
text-align:center;
}
.VerticalMenu > div:last-child span{
  border-bottom: 0;
}

.VerticalMenu > div > div:first-child:hover {
  background: #f66c21;
}

.VerticalMenu > div > div:first-child:hover span{
  color: white;
  border-bottom: 0;
  text-decoration: none;
}
.VerticalMenu > div > div:first-child:hover a{
  text-decoration: none;
}
.VerticalMenu > div > div:first-child > i:last-child {
  line-height: 40px;
  float: right;
  transform: rotate(0deg);
  transition: transform 0.4s linear;
}
.VerticalMenu > div > div:last-child {
  width: 100%;
  
}
.VerticalMenu > div > div:last-child > div{
  background-color: white;
  transition: background-color 0.1s linear;
  text-align: center;
  line-height: 40px;
  
}



.VerticalMenu > div > div:last-child > div:hover {
  background-color: #ff395f!important;
}
.VerticalMenu > div:first-child > div:first-child {
  /*border-top-left-radius: 5px;
  border-top-right-radius: 5px;*/
}
.VerticalMenu > div:last-child > div:first-child {
  /*border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;*/
}
.VerticalMenu > div:last-child::after {
  display: block;
  clear: both;
}
/*原先的样式.nav-title{
  width: 200px;
  margin: 60px 20px 20px 20px;
  background: #f66c21;
}*/
/*修改后的样式*/
.nav-title {
  width: 100%;
  margin: 60px 0px 20px 0px;
  background: #f66c21;
}
.menu-nav{
  /*margin: 0px 0px 0px 35px;*/
  /*height: 40px;*/
  text-align: left;
  line-height: 40px;
  padding: 5px 0;
}
.menu-nav a{
  text-align:center;
  display: block;
}
.nav-title .respong-title{
  display: none;
}
.nav-title span{
  font-size: 14px;
  font-weight: 100;
  color: white;
  letter-spacing: 0.1em;
}
@media only screen and (max-width:1084px){
    .menu-wrap{
      width: 19%;
    }
}

@media only screen and (max-width: 768px) {
  .menu-wrap {
    /*left: -20px;*/
    margin-left: 0;
    width: 50px;
    z-index: 11111;
  }

  .nav-title div {
    display: none;
  }

  .nav-title .respong-title {
    display: block;
    height: 190px;
    line-height: 20px;
    padding: 20px 0;
    position: fixed;
    top: 140px;
    width: 50px;
    background: #f66c21;
    z-index: 1000;
    left: 0px;
  }

  .nav-title .respong-title:before, .nav-title .respong-title:after {
    content: '';
    position: absolute;
    bottom: 45px;
    width: 10px;
    height: 2px;
    right: 16px;
    background: #fff;
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .nav-title .respong-title:after {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    bottom: 51px;
  }

  .nav-title .respong-title a {
    padding-left: 20px;
    height: 100%;
  }

  .VerticalMenu {
    display: block;
    width: 100%;
    position: fixed;
    top: 81px;
    left: -100%;
    z-index: 990;
    height: 100%;
    padding-top: 59px;
  }

  .VerticalMenu > div > div:first-child {
    text-align: center;
  }
  .VerticalMenu span {
    margin: 0 80px;
  }
  .VerticalMenu .close{
    display: block;
    height: 50px;
    float: none;
    position: absolute;
    width: 50px;
    right: 10px;
    top: 35px;
    opacity: 1;
  }
  .VerticalMenu .close:before, .VerticalMenu .close:after {
    content: '';
    position: absolute;
    bottom: 50px;
    width: 20px;
    height: 2px;
    right: 20px;
    background: #000;
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .VerticalMenu .close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 51px;
  }
}