
.shop_list li{
	display: flex;
	border-bottom: .01rem solid #e3e3e3;
	height: 2rem;
	box-sizing: border-box;
	display: flex;
}
.left{
	padding:.2rem;
}
.left img{
	height: 1.6rem;
}
.right{
	flex: 1;
	height: 2rem;
	padding-top:.33rem ;
	padding-bottom:.36rem;
	box-sizing: border-box;
}
.shop_addr{
	display: flex;
	align-items: center;
}
.shop_addr span{
	display: inline-block;
}
.shop_addr span:nth-of-type(1),.shop_addr span:nth-of-type(2){
	font-size: .38rem;
	color: #333;
}
.shop_addr span:nth-of-type(3){
	width: .5rem;
	height: .5rem;
	line-height: .5rem;
	display: inline-block;
	font-size: .26rem;
	color: #fff;
	text-align: center;
	background: #fc7e00;
	margin-left: .2rem;
}
.shop_addr span:nth-of-type(4){
	width: .5rem;
	height: .5rem;
	line-height: .5rem;
	display: inline-block;
	font-size: .26rem;
	color: #fff;
	text-align: center;
	background: #ffba00;
	margin-left: .1rem;
}
.shop_addr_name{
	margin-top: .17rem;
	font-size: .3rem;
	color: #333;
}
.shop_addr_name span:nth-of-type(2){
	margin-left: .4rem;
}
.shop_detail_addr{
	margin-top: .12rem;
	color: #999;
	font-size: .24rem;
}
@media only screen and (max-width: 320px) {
	.shop_detail_addr{
	transform: scale(.8);
       width: 120%;
    margin-left: -.65rem;
	}
}
