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: 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;
}
.plModel{
    color: #999;
    font-size: .24rem;
    border-radius: .08rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    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;
}

/*列表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{
    float: left;
    height: .79rem;
    margin-top: .4rem;
    margin-bottom: .6rem;
 }
.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;
}
.plPrice1>span:nth-child(1){
    color: #ff0000;
    font-size: .3rem;
}
.plPrice1>span:nth-child(2){
    color: #999;
    font-size: .24rem;
    float: right;
}


/*筛选*/
.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;
    height: 100%;
    position: relative;
}
.screenHead{
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    position: relative;
    font-size: .32rem;
    font-weight: bold;
    border-bottom: .02rem solid #eee;
}
.ICD_screenHead {
    padding-left: .25rem;
    padding-right: .25rem;
    background-color: #fff;
    height: .88rem;
    line-height: .88rem;
    font-size: .36rem;
    border-bottom: .02rem solid #f5f5f5;
}
.screen_back {
    width: .24rem;
    height: .44rem;
    margin-right: 2.4rem;
}
.selectScrollDiv {
    position: absolute;
    top: 0.88rem;
    bottom: 0.88rem;
    overflow: scroll;
}
.ICD_category {
    padding-left: .25rem;
    padding-right: .25rem;
}
.ICD_category>p {
    height: .6rem;
    font-size: .24rem;
    line-height: .6rem;
    color: #000;
}
.ICD_categoryList>ul>li {
    height: .4rem;
    line-height: .4rem;
    padding-left: .25rem;
    padding-right: .25rem;
    border-radius: .2rem;
    text-align: center;
    float: left;
    margin-right: .2rem;
    margin-bottom: .2rem;
    font-size: .2rem;
}

.ICD_brandLine {
    height: .2rem;
    background-color: #f5f5f5;
}
.ICD_brand {
    padding-left: .25rem;
    padding-right: .25rem;
}
.ICD_brand>p {
    height: .6rem;
    font-size: .24rem;
    line-height: .6rem;
    color: #000;
}
.ICD_brandList>ul>li {
    height: .4rem;
    line-height: .4rem;
    padding-left: .25rem;
    padding-right: .25rem;
    border-radius: .2rem;
    text-align: center;
    float: left;
    margin-right: .2rem;
    margin-bottom: .2rem;
    font-size: .2rem;
}

.ICD_categoryLiGray {
    color: #000;
    background-color: #f5f5f5;
}
.ICD_categoryLiGreen {
    color: #fff;
    background-color: #00c65d;
}
.ICD_brand_bottom {
    width: 6.5rem;
    height: .88rem;
    line-height: .88rem;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: .03rem solid #f5f5f5;
}
.ICD_brand_bottom>button {
    width: 3.25rem;
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    font-size: .3rem;
    color: #666;
    float: left;
    background-color: #fff;
}
.ICD_brand_bottom>button:nth-child(2) {
    background-color: #00c65d;
    color: #fff;
}

.ICD_brand_bottom>button {
    width: 3.25rem;
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    font-size: .3rem;
    color: #666;
    float: left;
    background-color: #fff;
}


/*加载更多*/
.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;
}

