html{
    font-size: calc(100vw/7.5);
    background-color: #f5f5f5;
}
.mplHead{
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    font-size: .3rem;
    font-weight: bold;
    color: #000;
    background-color: #fff;
}
.topBox{
    width: 7.5rem;
    height: 1.68rem;
}
.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;
}
.mplImg{
    float: left;
    height: .56rem;
    line-height: .56rem;
    margin-left: .24rem;
}
.mplImg>img{
    width: .4rem;
    height: .4rem;
}
.mplImg1{
    display: none;
}
/*综合*/
.comprehensive{
    height: .8rem;
    line-height: .8rem;
    background-color: #fff;
    padding-left: .15rem;
    padding-right: .15rem;
    font-size: .28rem;
    font-weight: bold;
}
.comprehensiveBox{
    float: left;
    width: 1.45rem;
    text-align: center;
}
.comprehensiveBox1{
    float: right;
    width: 1.45rem;
    text-align: center;
}
.cbActive{
    color: #ff0000;
}
/*产品列表*/
.productList{
    padding-left: .15rem;
    padding-right: .15rem;
}
.plBox{
    display: block;
    float: left;
    width: 3.15rem;
    height: 5.3rem;
    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: .8rem;
    display: block;
}
.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;
}
.plModel{
    color: #999;
    font-size: .24rem;
    border-radius: .08rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: .1rem;
}
.plPrice{
    margin-bottom: .1rem;
}
.plPrice>span:nth-child(1){
    color: #ff0000;
    font-size: .3rem;
}
.plPrice>span:nth-child(2){
    color: #999;
    font-size: .24rem;
    float: right;
}
.plShop>a{
    display: block;
    font-size: .24rem;
    color: #01b9f6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*列表1*/
.productList1{
    display: none;
}
.plBox1{
    display: block;
    background-color: #fff;
    height: 2.4rem;
    padding: .1rem .15rem;
    margin-top: .15rem;
}
.plImg1{
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    margin: auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: .3rem;
}
.plImg1>img{
    max-width: 2.4rem;
    max-height: 2.4rem;
}
.plTitle1{
    display: block;
    float: left;
    height: .79rem;
    margin-top: .1rem;
    margin-bottom: .1rem;
 }
.plTitle1>span{
    display: block;
    float: left;
    width: 4.4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: .24rem;
}
.plModel1{
    float: left;
    color: #999;
    font-size: .24rem;
    border-radius: .08rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: .1rem;
}
.plPrice1{
    float: left;
    width: 4.4rem;
    margin-bottom: .1rem;
}
.plPrice1>span:nth-child(1){
    color: #ff0000;
    font-size: .3rem;
}
.plPrice1>span:nth-child(2){
    color: #999;
    font-size: .24rem;
    float: right;
}
.plShop1>a{
    float: left;
    display: block;
    font-size: .24rem;
    color: #01b9f6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*筛选*/
.screen{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 99999;
    overflow: scroll;
    display: none;
}
.screenBox{
    float: right;
    width: 6.5rem;
    background-color: #fff;
}
.screenBoxP{
    height: .44rem;
    line-height: .44rem;
    background-color: #eee;
    padding-left: .2rem;
    font-size: .26rem;
}
.screenBoxUl{
    padding-left: .3rem;
    padding-right: .3rem;
}
.screenBoxUl>li{
    height: .8rem;
    line-height: .8rem;
    padding-left: .1rem;
    font-size: .24rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.screenBoxUl>li+li{
    border-top: 0.03rem solid #eee;
}
.fixABC{
    position: fixed;
    top: 2rem;
    right: .05em;
    width: .3rem;
    height: .3rem;
    text-align: center;
    font-size: .24rem;
}
.activeABC{
   background-color: #3bb850;
    border-radius: 50%;
}
.activeABC a{
    color: #fff!important;
}



/*加载更多*/
.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;
}


/*底部*/
.msh_footer{
    margin-bottom: .2rem;
}
.msh_footer_img>img{
    width: 7.5rem;
    height: 1rem;
}
.msh_company{
    text-align: center;
    color: #999;
    font-size: .18rem;
    background-color: #fff;
    padding-top: .2rem;
    padding-bottom: .2rem;
}
/*底部导航*/
.msh_footer_ad100{
    height: 1rem;
}
.msh_footer_navBox100{
    height: 1rem;
}
.msh_footer_nav{
    position: fixed;
    bottom: 0;
    left: 0;
}
.msh_footer_ad{
    height: 1rem;
    position: relative;
}
.msh_footer_ad>a>img{
    width: 7.5rem;
    height: 1rem;
}
.footer_ad_close{
    display: inline-block;
    width: .32rem;
    height: .32rem;
    line-height: .32rem;
    border-radius: 50%;
    position: absolute;
    right: .2rem;
    top: .1rem;
    background-color: rgba(0,0,0,.4);
    text-align: center;
    color: #fff;
    font-size: 0.2rem;
}
.msh_footer_navBox{
    height: 1rem;
    font-size: 0;
    background-color: #fff;
    /*padding-left: .25rem;*/
    /*padding-right: .25rem;*/
}
.msh_footer_navBox>a{
    display: inline-block;
    width: 1.5rem;
    margin-top: .1rem;
    text-align: center;
}
.mshEImg>img{
    height: 1rem!important;
    margin-top: -.75rem;
}
.msh_footer_navBox>a>p{
    font-size: .24rem;
    color: #333;
}
.msh_footer_navBox>a>img{
    height: .5rem;
}
.color_3bb850{
    color: #3bb850!important;
}