body{
	background: #fafafa;
}
.store-pic{
	font-size: 0;
}
.store-info{
	padding: 20px 2%;
	position: relative;
	background: #fff;
}
.store-tit{
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
	font-weight: 600;
	margin-right: 75px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.store-type{
	position: absolute;
	right: 10px;
	top: 20px;
	border: 1px solid #666;
	padding: 3px;
	font-size: 12px;
}
.type-list{
	margin-top: 10px;
	height: 30px;
}
.type-list span{
	display: inline-block;
	background: #eee;
	font-size: 12px;
	color: #666;
	margin-right: 5px;
	padding: 2px 5px;
	border-radius: 4px;
}
.busi-time{
	margin-top: 5px;
	margin-bottom: 10px;
}
.clock-icon{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../images/clock.png"/*tpa=http://wx.applewxw.cn/images/clock.png*/);
	background-size: cover;
	vertical-align: middle;
}
.tel-btn{
	position: absolute;
	right: 5px;
	bottom: 25px;
	background: #0070c9;
	background: linear-gradient(bottom,#0070c9,#42a1ec);
	background: -webkit-linear-gradient(bottom,#0070c9,#42a1ec);
	border-radius: 5px;
	color: #fff;
	height: 30px;
	line-height: 30px;
	width: 85px;
	text-align: center;
	font-size: 12px;
}

.introduce{
	margin-top: 10px;
	background: #fff;
}
.introduce li{
	padding: 15px 0;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
}
.location-icon{
	float: left;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: 3px;
	margin-right: 5px;
	background: url("../images/location-icon.png"/*tpa=http://wx.applewxw.cn/images/location-icon.png*/);
	background-size: cover;
	margin-left: 10px;
}
.adderss{
	color: #1a1a1a;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 35px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.arrow-right{
	position: absolute;
	right: 10px;
	top: 17px;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("../images/arrow-right.png"/*tpa=http://wx.applewxw.cn/images/arrow-right.png*/);
	background-size: cover;
}
.tel-icon{
	float: left;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: 3px;
	margin-right: 5px;
	background: url("../images/tel.png"/*tpa=http://wx.applewxw.cn/images/tel.png*/);
	background-size: cover;
	margin-left: 10px;
}
.bus-icon{
	float: left;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: 3px;
	margin-right: 5px;
	background: url("../images/bus.png"/*tpa=http://wx.applewxw.cn/images/bus.png*/);
	background-size: cover;
	margin-left: 10px;
}
.traffic-cont{
	padding: 5px 0 0 25px;
	margin: 5px 10px 0;
	line-height: 30px;
	font-size: 14px;
	color: #1a1a1a;
	height: 0;
	overflow: hidden;
	transition: all 0.3s;
}
.traffic-cont.show{
	height: 100%;
}
.comment{
	margin-top: 10px;
	background: #fff;
	padding: 2% 3% 0 3%;
}
.comment-hd{
	height: 20px;
	line-height: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
}
.comment-tit{
	font-size: 16px;
	color: #333;
	margin-right: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.score{
	float: right;
	margin-right: 5px;
	font-size: 13px;
	color: #666;
}
.score b{
	font-size: 14px;
	color: rgb(255,157,21);
	margin-left: 5px;
}
.comment-cont{
	border-bottom: 1px solid #f1f1f1;
	position: relative;
}
.user-avatar{
	float: left;
	border-radius: 50%;
	margin-top: 13px;
}
.comment-info{
	margin-left: 30px;
	padding-top: 15px;
	margin-right: 20px;
}
.comment-date{
	float: right;
	color: rgb(145,140,140);
	font-size: 12px;
}
.star{
	display: inline-block;
	width: 15px;
	height: 13px;
	background: url("../images/star.png"/*tpa=http://wx.applewxw.cn/images/star.png*/);
	background-size: cover;
	margin-right: 5px;
}
.comment-txt{
	line-height: 26px;
	font-size: 14px;
	color: rgb(104,102,102);
	margin-bottom: 15px;
}






