
/*scrapWrapper 面包靴 start*/
.scrapWrapper{width: 100%;height: 65px;background: #ffffff;}
.scrap{width: 1180px;height: 100%;margin: 0 auto;font-size:16px;line-height: 65px;}
.scrap span{color: #757575;}
.scrap span >a{color:#757575;padding-right: 5px;}
.scrap em{color: #0c0c0c;font-style: normal;}
@media screen and (max-width: 1200px) and (min-width: 900px){
    .scrap{width:100%;box-sizing:border-box; padding:0 16px;}
}
@media screen and (max-width: 899px){
    .scrapWrapper{display: none;}
}
/*scrapWrapper 面包靴 end*/


.menu {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s;
    display: flex;
    align-items: center;
    z-index: 11;
  }
  .menu div {
    box-sizing: border-box;
  }
  .menu .menuShow {
    padding: 1.875vw 0.677vw;
    width: 2.1875vw;
    font-size: 0.9375vw;
    background: url(../images/menuShow.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    cursor: pointer;
    line-height: 1.25;
    text-align: center;
  }
  .menu ul {
    padding: 0 0.4166vw;
    width: 7.2916vw;
    background: url(../images/menuBg.png) no-repeat;
    background-size: 100% 100%;
  }
  .menu ul li {
    padding: 1.0416vw 0.4166vw;
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  .menu ul li:last-child {
    border-bottom: 0;
  }
  .menu ul li a {
    font-size: 1.0248vw;
    line-height: 1.25;
    color: #fff;
    display: block;
  }
  .menu ul li.cur a{
    font-weight: bold;
  }
  @media (max-width: 768px) {
    .menu {
      position: fixed;
      right: -18.6666vw;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      align-items: center;
      transition: 0.4s;
    }
    .menu .menuShow {
      padding: 6.6666vw 2.1333vw;
      width: 7.3333vw;
      font-size: 2.9333vw;
      background: url(../images/menuShow.png) no-repeat;
      background-size: 100% 100%;
      color: #fff;
    }
    .menu ul {
      width: 18.6666vw;
      padding: 0 0;
      background: url(../images/menuBg.png) no-repeat;
      background-size: 100% 100%;
    }
    .menu ul li {
      padding: 2.6666vw 0;
      margin: 0 1.0666vw;
      border-bottom: 1px solid #fff;
    }
    .menu ul li:last-child {
      border-bottom: 0;
    }
    .menu ul li a {
      font-size: 2.9333vw;
      color: #fff;
      display: block;
      padding-left: 0;
      text-align: center;
    }
  }