html{
    font-size: calc(100vw/7.5);
    background-color: #f5f5f5;
}
.topBox{
    width: 7.5rem;
    height: .88rem;
}
.topBoxFix{
    position: fixed;
    top: 0;
    width: 7.5rem;
}
/*搜索*/
.mplSearch{
    padding-top: .16rem;
    padding-bottom: .16rem;
    height: .56rem;
    background-color: #fff;
    /*border-top: .02rem solid #eee;*/
    border-bottom: .02rem solid #eee;
}
.mplSearchBox{
    float: left;
    width: 5.5rem;
    height: .56rem;
    line-height: .56rem;
    border-radius: .3rem;
    background-color: #eee;
    margin: auto;
    font-size: .24rem;
    margin-left: .76rem;
}
.mplSearchBox>img{
    width: .26rem;
    height: .26rem;
    margin-left: .2rem;
    float: left;
    margin-top: .15rem;
}
.mplSearchBox>input{
    float: left;
    width: 3.8rem;
    height: .56rem;
    line-height: .56rem;
    padding-left: .1rem;
    background-color: #eee;
    font-size: .24rem;
}
.mplSearchBox>span{
    float: right;
    width: 1rem;
    height: .56rem;
    line-height: .56rem;
    background-color: #3bb850;
    font-size: .24rem;
    text-align: center;
    color: #fff;
    border-radius: .3rem;
    cursor: pointer;
}
.mssSearch{
    float: right;
    height: .56rem;
    line-height: .56rem;
    margin-right: .25rem;
    font-size: .28rem;
}

/*回收列表*/
.productList{
    padding-left: .15rem;
    padding-right: .15rem;
    background-color: #f5f5f5;
}
.plBox{
    display: block;
    float: left;
    width: 3.15rem;
    height: 4.4rem;
    background-color: #fff;
    margin-top: .15rem;
    border-radius: .15rem;
    padding: .2rem;
    margin-right: .1rem;
}
.productList>.plBox:nth-child(2n){
    margin-right: 0;
}
.plImg{
    display: block;
    width: 3rem;
    height: 3rem;
    margin: auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.plImg>img{
    max-width: 3rem;
    max-height: 3rem;
}
.plTitle{
    height: .85rem;
}
.plTitle>span{
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: .18rem;
    margin-bottom: .18rem;
    font-size: .24rem;
}
.plPrice>span:nth-child(1){
    color: #ff0000;
    font-size: .3rem;
}
.plPrice>span:nth-child(2){
    color: #999;
    font-size: .24rem;
    float: right;
}


/*加载更多*/
.addmore{
    display: none;
    margin-top: .4rem;
    padding-bottom: .4rem;
    text-align: center;
    font-size: .24rem;
}

/*返回顶部*/
.backToTop {
    width: .7rem;
    height: .7rem;
    position: fixed;
    bottom: 1.1rem;
    right: 0.3rem;
    z-index: 99;
    display: none;
}