html{
    font-size: calc(100vw/7.5);
    background-color: #f5f5f5;
}
/*头部*/
.ms_head{
    text-align: center;
    border-bottom: 0.02rem solid #eee;
    background-color: #fff;
}
.msBack{
    display: inline-block;
    position: absolute;
    top: 0;
    left: .3rem;
    height: .6rem;
    line-height: .6rem;
}
.msBack>img{
    width: .17rem;
    height: .37rem;
}
.ms_head>a>span{
    display: inline-block;
    width: 1.8rem;
    height: .6rem;
    line-height: .6rem;
    font-size: .28rem;
    font-weight: bold;
}
.ms_head_active{
    color: #3bb850;
    border-bottom: .04rem solid #3bb850;
}
/*搜索*/
.siq_nav{
    padding: .2rem;
    height: .56rem;
    line-height: .56rem;
    border-bottom: .02rem solid #eee;
    background-color: #fff;
}
.siq_nav>span{
    font-size: .24rem;
    float: left;
}
.siq_search{
    width: 5.2rem;
    height: .56rem;
    line-height: .56rem;
    background: #f5f5f5;
    font-size: .24rem;
    float: left;
    margin-left: .55rem;
    margin-right: .4rem;
    border-radius: .15rem;
}
.siq_search>img{
    width: .26rem;
    height: .26rem;
    margin-left: .25rem;
    margin-right: .15rem;
}
.siq_search>input{
    width: 4.3rem;
    height: .56rem;
    line-height: .56rem;
    font-size: .24rem;
    background: #f5f5f5;
}
/*库存列表*/
.ms_products{
    padding-left: .1rem;
    padding-right: .1rem;
}
.ms_product_box{
    width: 6.9rem;
    height: 2.25rem;
    background-color: #fff;
    padding: .25rem .2rem;
    margin-top: .2rem;
    font-size: .22rem;
    border-radius: .1rem;
}
.msp_head{
    margin-bottom: .25rem;
    height: .38rem;
}
.msp_head>span:nth-child(1){
    font-size: .24rem;
    display: inline-block;
    width: 5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.msp_head>span:nth-child(2){
    float: right;
    font-size: .22rem;
    color: #999;
}
.msp_brand{
    margin-bottom: .25rem;
    height: .38rem;
}
.msp_brand>span:nth-child(1){
    display: inline-block;
    width: 2.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.msp_brand>span:nth-child(2){
    display: inline-block;
    width: 3.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.msp_price{
    height: .38rem;
}
.msp_price>span:nth-child(1){
    display: inline-block;
    width: 2.9rem;
}
.msp_price>span:nth-child(3){
    float: right;
}
.msp_phone{
    height: .44rem;
    line-height: .44rem;
    margin-top: .2rem;
}
.msp_phone>span:nth-child(1){
    display: inline-block;
    width: 2.9rem;
}
.msp_phone>a{
    display: inline-block;
    float: right;
    width: 1.8rem;
    height: .44rem;
    line-height: .44rem;
    background-color: #3bb850;
    color: #fff!important;
    font-size: .2rem;
    text-align: center;
    border-radius: 0.08rem;
}
.msp_phone>a>img{
    width: .2rem;
    height: .2rem;
    margin-right: .1rem;
}
/*加载更多*/
.addmore{
    display: none;
    margin-top: .4rem;
    padding-bottom: .4rem;
    text-align: center;
    font-size: .24rem;
}

/*返回顶部*/
.backToTop {
    width: .7rem;
    height: .7rem;
    position: fixed;
    bottom: 1rem;
    right: 0.3rem;
    z-index: 99;
    display: none;
}