@media only screen and (-webkit-min-device-pixel-ratio: 1.5), not all, not all
    .nav-menu-1 {
        border-top-width: 1px;
    }
    .nav-menu-1{
        border: 0 none;
   /*     -webkit-border-image: url(/v2/image/wap/shopnav/nav_border_inner.png) 2 stretch;
        -moz-border-image: url(/v2/image/wap/shopnav/nav_border_inner.png) 2 stretch;
        border-image: url(/v2/image/wap/shopnav/nav_border_inner.png) 2 stretch;*/
        border-top: 2px solid #e5e5e5;
        background: no-repeat #fafafa;
        background-size: 100% 100px;
        background-origin: content-box;
        background-clip: content-box;
        height: 49px;
    }
    .nav-menu-1, .nav-menu-2, .nav-menu-3{
        bottom: 0;
        left: 0;
        right: 0;
        height: 40px;
        background: #eaeaea;
        color: #eee;
        text-align: center;
    }
    .shop-nav{
        position: fixed;
        z-index: 99;
    }
    .buttom-meun a span {
        display: block;
        font-size: 12px;
        color: black;
        text-align: center;
        font-weight: normal !important;
    }
    .shop-nav-span{
        margin-top: -2px;
    }
    .shop-nav-span-index{
        margin-top: 2px;
    }
    .buttom-meun a img {
        /*  margin-left: 2.5px;*/
        /* max-width: 100%;
         max-height:100%;*/
        width: 25px;
        height: 25px;
        display: inline-block;
        /*width: auto;
        height: auto;*/
        color: #34aaa4;
    }

    .buttom-meun a {
        display: inline-block;
        width: 23%;
        text-decoration: none;
        text-align: center;

    }

    .buttom-meun {
        text-align: center;
        width: 100%;
        /* height: 130px;*/
        background-color: white;
        /* padding-top: 10px;*/
        /*padding-bottom:10px;*/
    }