.open .serviceNavItem:nth-child(2) {transition-delay: 160ms;} 
#svebar_1 .icon-serItemIcon:before{content:'\e62c';content:'\e62c';} 
#svebar_1 .icon-serItemIcon{background-image:none;} 
.open .serviceNavItem:nth-child(4) {transition-delay: 240ms;} 
#svebar_5 .icon-serItemIcon:before{content:'\e6ca';content:'\e6ca';} 
#svebar_5 .icon-serItemIcon{background-image:none;} 
.open .serviceNavItem:nth-child(6) {transition-delay: 320ms;} 
#svebar_2 .icon-serItemIcon:before{content:'\e6a0';content:'\e6a0';} 
#svebar_2 .icon-serItemIcon{background-image:none;} 
.open .serviceNavItem:nth-child(8) {transition-delay: 400ms;} 
#svebar_-2 .icon-serItemIcon:before{content:'\eb25';content:'\eb25';} 
#svebar_-2 .icon-serItemIcon{background-image:none;} 
.open .serviceNavItem:nth-child(10) {transition-delay: 480ms;} 
#svebar_3 .icon-serItemIcon:before{content:'\e67c';content:'\e67c';} 
#svebar_3 .icon-serItemIcon{background-image:none;} 
.open .serviceNavItem:nth-child(12) {transition-delay: 560ms;} 
#svebar_4 .icon-serItemIcon:before{content:'\e6b2';content:'\e6b2';} 
#svebar_4 .icon-serItemIcon{background-image:none;} 
.open .serviceNavItem:nth-child(14) {transition-delay: 640ms;} 
#svebar_-1 .icon-serItemIcon:before{content:'\eada';content:'\eada';} 
#svebar_-1 .icon-serItemIcon{background-image:none;} 

.wxShare{
      width: 100%;
    }
    .wxContent{
      width: 74%;
      height: 21rem;
      background: #666; 
      opacity:0.95;  
      margin-left: 13%;
      display: none;
      border-radius: 8px;
      position:fixed;
      top:28%;
      z-index:9999;
    }
    .wxClose{
      float: right;
      width: 20px;
      height: 20px;
      border-radius: 10px;
      background: #000;
      text-align: center;
      line-height: 18px;
      color: #fff;
      margin:10px 10px 0 0;
    }
    .wxImg{
      width: 100%;
      padding-top: 0.5rem;
    }
    .wxImg > img{
      width: 40%;
      height: 40%;
      margin-top:20px;
      margin-left: 30%;
    }
    .wxImg > .wxTips{
      width: 50%;
      display: block;
      margin-left: 25%;
      font-size: 14px;
      font-weight: bold;
      text-align: center;
      color: #fff;
      margin-top: 8px;
    }
    .wxCode{
      font-size: 16px;
      padding-top: 0.1rem;
    }
    .wxCode > span{
      width: 100%;
      height: 24px;
      display: inline-block;
      margin: 10px auto;
     text-align: center;
      color: #fff;
    }
    .wxCode > span > p{
      width: 40%;
      display: inline-block;
      height: 30px;
      margin-left: 5px;
      padding-left: 5px;
      line-height: 30px;
      background: #0195df;
      color: #fff;
      border-radius: 4px;
    }
    .openWechat{
      width: 36%;
      margin-left: 35%;
      display: block;
      background: #0195df;
      color: #fff;
      height: 30px;
      line-height: 30px;
      border-radius: 4px;
      margin-top: 0.1rem;
    }
    .openWechat > span {
      background: url("/skin/images/wx_ico.png") no-repeat 3px 2px;
      background-size: 24px 24px;
      padding-left: 36px;
      height: 36px;
      margin-top:8px;
      display: block;
      color:#fff;
    }

/*共用*/
.kefu{
 
    position: fixed;
    z-index: 999;
    right: 0px;
    top: 30%;
}
.imw{
     width: 50px;
    background: #605f5f;
    margin: 10px;
    padding: 5px;
    border-radius: 10px;
}
.jh{
    background: #b9c0c7;
    text-align: center;
    padding: 10px;
}

.mh{
display: flex;
    justify-content: space-between;
    margin: 20px auto;
}
#wxi{
    position: fixed;
    top: 28%;
    width: 120px;
    right: 120px;
display: none;
}

.footer ul{
    margin: 20px 0;
}
.wx-img{
display:block;
}
@media (max-width:880px) {
.kefu{
display:none;
}
.wx-img{
display:none;
}
}