.mui-bar.mui-bar-nav{
    padding: 0 3%;
}
.mui-bar-nav>span img{
    width: 0.36rem;
    height: 0.3rem;
}
.mui-bar-nav>span{
    text-align: right;
    flex: 0.5;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mui-search{
    flex: 10;
}
.mui-action-menu.mui-icon.mui-icon-bars.mui-pull-right{
    flex: 2;
    text-align: right;
}
.mui-icon-bars:before{
    color: #666666;
}
.mui-search .mui-placeholder .mui-icon{
    font-size: .35rem;
}
.mui-icon-search:before{
    margin-right: 0.1rem;
}
.mui-search .mui-placeholder{
    padding-top: .05rem;
}
.imgBox{
    width: 100%;
    height: 3.02rem;
}
.imgBox>img{
    width: 100%;
    height: 100%;
}
.modalBox{
    display: flex;
    box-sizing: border-box;
    padding: 0rem 0 0.4rem 0;
    justify-content: space-around;
    flex-wrap: wrap;
}
.modalBox a{
    width: 23%;
    text-align: center;
    padding-top: 0.3rem;
}
.modalBox li>img{
    width: 0.76rem;
    height: 0.76rem;
}
.modalBox li>div{
    font-size: 0.22rem;
    color: #333333;
}
.hotBox{
    height: 0.71rem;
    font-size: 0.25rem;
    color: #666666;
    line-height: 0.71rem;
   position: relative;
   box-sizing: border-box;
   padding:0.35rem 15% 0 15%;
   background: #F9F9F9;
}
.hotBox>div{
    display: flex;
    align-items: center;
    width: 2.4rem;
    position: absolute;
   justify-content: center;
   top:0;
   left: 50%;
   transform: translate(-50%,0);
   background: #F9F9F9;
}
.hotBox>div>img{
    width: 0.26rem;
    height: .3rem;
    margin-right: .2rem;
    
}
.hotBox>hr{
    margin: 0;
    color: #CCCCCC;
}

/* 热门推荐部分 */
/*展示上拉加载的数据列表*/
.data-list li{
    position: relative;
    background: #fff;
    border-radius:.1rem
}
.data-list .pd-img{
    width: 100%;
    height: auto;
}
.data-list .pd-name{
    font-size: .25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #222222 !important;
    padding: .2rem .2rem .13rem;
}
.data-list .pd-price{
    color: #FF2E00;
    font-size: .36rem;
    padding-left: .2rem;
    width: 2rem;
}
.data-list .pd-sold{
    font-size: 12px;
    margin-top: 8px;
    color: gray;
}
.nav{
    display: flex;
}
.nav p{
    width: 1.4rem;
    display: flex;
    flex-direction: column;
    color: #222222;
    font-size: .26rem;
    white-space: nowrap;
    padding-left: .1rem;
    padding-right: .1rem;
    position: relative;
}
.nav p::after{
    content: "";
    width:0.02rem;
    height:.61rem;
    background:rgba(216,216,216,1);
    position: absolute;
    left: 0;
    bottom: 0.2rem;
}
.nav p>span{
    width:1.17rem;
    height:.35rem;
    
    font-size: .22rem;
    color: #999999;
    text-align: center;
    line-height: .35rem;
    margin: auto;
}
.nav .active_like{
    color: #FFFFFF;
    background:linear-gradient(-38deg,rgba(255,138,49,1),rgba(251,102,10,1));
    border-radius:.18rem;
}
.data-list { 
    width:100%;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    padding-left: .25rem;
    padding-right: .25rem;
    padding: .25rem .25rem .25rem;
}
.child {
    margin-bottom:0.2rem;	 
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    color:#fff;
}
.biaoqian{
display: flex;
color: #999999;
font-size: .18rem;
padding-left: .2rem;
}
.biaoqian p{
padding: 3px;
border: 1px solid #999999;
border-radius:5px;
font-size: .18rem;
height: .35rem !important;
line-height: .20rem;
color: #999999;
}
.biaoqian p:nth-of-type(2){
margin-left: .14rem
}
.bottom_price{
display: flex;
padding-top: .35rem;
color: #999999;
font-size:.22rem;
padding-bottom: .2rem;
}
.num_fu{
font-size: .22rem !important
}
@media only screen and (max-width: 320px) {
.header{
    padding-left: .1rem;
}
}

.intergal{
    width: 0.23rem;
    height: 0.23rem;
    margin-right: 0.1rem;
}
.back{
    flex: 1;
}
.back>img{
    width: 0.17rem;
    height: 0.33rem;
}
.searchAssemble{
    flex: 8;
}
.inputBorder{
    border: 0.01rem solid #C8C8C8!important;
}

.mui-popover.mui-active{
    background: #0AA0E4;
    box-sizing: border-box;
    padding: .1rem 0 0.1rem  0.2rem;
    width: 2.42rem;
}
.mui-popover.mui-active div{
    line-height: 1.07rem;
color: white;
}
.mui-popover.mui-active a:nth-of-type(1)>div{
    border-bottom: 0.01rem solid white;
}
.mui-popover.mui-active img{
    width: 0.36rem;
    height: 0.36rem;
    margin-right: 0.2rem;
}
.mui-popover .mui-popover-arrow:after{
    background: #0AA0E4;
}