#f0-banner{padding: .5rem 0.1rem;}
.img-list{
    width: 100vw;background-color: #fff;padding:.7rem;box-sizing: border-box;margin: .5rem 0;display: flex;align-items: center;justify-content: space-between;
}
.img-list img { width: 100%; object-fit: cover;}
.img-list > div{ display: flex; flex-flow: column; width: 49%;}

img{
    max-width: 100%;
}
.title-img{padding-top: 0.5rem;background-color: #fff;}
.clearList{flex-wrap: wrap;padding-bottom:0;}
.clearList li{width: 48.5%; height: auto; margin-bottom: 0.5rem;}
.clearList li img {width: 100%; height: 5.5rem; margin-bottom: 0; }
.clearList li a{display: block; height: 100%; width: 100%;}

/* 服务列表 */
#soreList{width: 100vw;box-sizing: border-box;margin-bottom: 15px;background-color: #fff;display: flex;align-items: center;flex-wrap: wrap;margin-top:2.2rem;}
#soreList li{width: 50%;padding: .2rem;box-sizing: border-box;}
#soreList li a{display: block;}
#soreList .banjia{width: 50%;padding: .5rem;box-sizing: border-box;}
#soreList li img{width: 100%;margin: 0 auto 10px; height: auto;}
#soreList li span{display: block;font-size: .7rem;color: #333;text-align: center;line-height: normal;white-space: nowrap;}

/* 为你推荐 */
#commend{width: 100vw;background-color: #fff;padding:15px;margin-top:2.2rem;}
#commend ul li{width: 100%;display: flex;align-items: flex-start;margin-bottom: 15px;}
#commend ul li:last-child{margin-bottom: 0;}
#commend ul li img{width: 6.5rem;height: 5rem;margin-right: 10px;}
#commend ul li .shopinfo{display: flex;flex-direction: column;height: 5rem;justify-content: space-around;align-content: flex-start;}
#commend ul li .shopinfo h2{font-size: .7rem;color: #333;justify-content: flex-start;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-bottom: 20px;}
#commend ul li .shopinfo p{font-size: .6rem;color: #999;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
#commend ul li .shopinfo .pri{color: #ff0000;font-size: .8rem;}
#commend ul li .shopinfo .pri:before{content: '￥';margin-right: -2px;}
#commend ul li .shopinfo .pri:after{content: '起';font-size: .6rem;margin-left: 2px;}