html{
    font-size: calc(100vw/7.5);
    background-color: #f5f5f5;
}
/*店铺信息*/
.shopInfo{
    /*margin-top: .25rem;*/
    margin-bottom: .25rem;
    background-color: #fff;
    padding: .3rem .25rem;
    font-size: .24rem;
}
.shopInfoLeft{
    float: left;
}
.silBox{
    width: 6.5rem;
    margin-bottom: .1rem;
}
.shopIcon{
    float: left;
    width: 1rem;
    height: 1rem;
    border-radius: .08rem;
    overflow: hidden;
    margin-right: .25rem;
}
.shopIcon>img{
    width: 1rem;
    height: 1rem;
}
.shopName{
    float: left;
    width: 4.8rem;
}
.shopName>p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.shopYear>img{
    width: .29rem;
    height: .29rem;
    margin-right: .1rem;
}
.shopDescribe{
    margin-top: .1rem;
}
.shopDescribe>span{
    margin-right: .25rem;
}


/*物流评分*/
.shopDescribe{
    margin-top: .1rem;
}
.shopDescribe>span{
    margin-right: .25rem;
}

/*店铺详情*/
.msiDetail{
    background-color: #fff;
}
.msiHead{
    height: .8rem;
    line-height: .8rem;
    padding-left: .25rem;
    border-bottom: .02rem solid #eee;
}
.msiItem{
    padding-left: .25rem;
    padding-right: .25rem;
    margin-top: .15rem;
    font-size: .24rem;
}
.msiItem>p{
    float: left;
    width: 1.3rem;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.msiItem>span:nth-child(2){
    float: right;
    display: block;
    height: auto;
    max-width: 5.4rem;
}
.qualifications{
    margin-top: .2rem;
    text-align: center;
    padding-bottom: .2rem;
}
.qualifications>img{
    width: 7rem;
 }