

/* 底部导航 */
.nav-wraps {
    width: 7.5rem;
    height: 1.2rem;
    flex-shrink: 0;
    background: #fff;
    position: fixed;
    bottom: -1px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 999; 
    box-shadow: 0px 0px 25px -6px rgba(0,0,0,0.1);
}
.nav-wraps .menu_nav{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.nav-wraps p {
    margin-top: 0.02rem;
    margin-bottom: 0px;
    font-size: 0.2rem; 
    color: #444;
}

.nav-wraps img {
    width: 0.43rem;
    height: 0.43rem;
}

 
.price-descriptionwrap{
    width: 2.3rem;
    overflow: hidden; 
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    word-break: break-all;
    /* display: flex; */
    /* align-items: center; */
    color: rgb(248, 124, 42);
}


.big_bottom{
    padding-bottom: 0.48rem!important;
    padding-top: 0rem!important;
    height: 1.5rem!important;
   }
   .big_bottom2{
    padding-bottom: 0.48rem!important;
    padding-top: 0.3rem!important;
    height: 1.5rem!important;
   }
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
 }