html{
    font-size: calc(100vw/7.5);
    background-color: #f5f5f5;
}
.mbdTop{
    padding: .5rem .3rem .2rem;
    background-color: #fff;
    font-size: .24rem;
}
.mbdTop>p+p{
    margin-bottom: .15rem;
}
.mbdHead{
    margin-bottom: .3rem;
    text-align: center;
}
.mbdHead>img{
    width: 3rem;
    height: 1.18rem;
}
.mbdTitle{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.mbdMore{
    float: right;
}
.mbdMore>a{
    color: #00aaff;
}
.mbdArchives{
    font-size: .28rem;
    font-weight: bold;
}
.mbdP{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*相关资讯*/
.mbdData{
    margin-top: .2rem;
    background-color: #fff;
}
.mbdDataHead{
    height: .8rem;
    line-height: .8rem;
    padding-right: .3rem;
    padding-left: .3rem;
    background-color: #fff;
}
.mbdDataHead>span{
    font-weight: bold;
    font-size: .28rem;
    color: #333;
}
.mbdDataHead>a{
    float: right;
    color: #999;
}
.mbdDataBody>a{
    display: block;
    height: .6rem;
    line-height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: .3rem;
    padding-left: .3rem;
    border-top: .02rem solid #eee;
}
/*品牌产品*/
.mbdBox{
    margin-top: .2rem;
    margin-bottom: 1.2rem;
}
/*产品列表*/
.productList{
    padding-left: .15rem;
    padding-right: .15rem;
}
.plBox{
    display: block;
    float: left;
    width: 3.15rem;
    height: 4.8rem;
    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;
}


/*返回顶部*/
.backToTop {
    width: .7rem;
    height: .7rem;
    position: fixed;
    bottom: 1.1rem;
    right: 0.3rem;
    z-index: 99;
    display: none;
}
/*底部*/
.msh_footer_navBox{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 7.5rem;
    height: 1rem;
    font-size: 0;
    background-color: #fff;
    padding-left: .25rem;
    padding-right: .25rem;
}
.msh_footer_navBox>a{
    display: inline-block;
    width: 1.75rem;
    margin-top: .1rem;
    text-align: center;
}
.msh_footer_navBox>a>p{
    font-size: .24rem;
    color: #333;
}
.msh_footer_navBox>a>img{
    height: .5rem;
}